body{
	background: #fff;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #303030;
}

*,*:before,*:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clear{
	clear: both;
}
.btn {
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	outline: none !important;

  }
  .btn:active, .btn:focus, .btn:hover {
	outline: none !important;
	color: rgb(68, 67, 67);
  }
  .btn.btn-default {
	border-color: rgb(71, 71, 71);
	

	background-color: rgb(145, 55, 55);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
  }
  .btn.btn-framed {
	background-color: transparent;
	color: rgb(71, 64, 64);
	border-color: rgb(118 104 104 / 30%);
  }
  .btn.btn-framed:hover, .btn.btn-framed:active, .btn.btn-framed:focus {
	background-color: transparent;
	color: rgb(82, 76, 76);
	border-color: rgb(128, 125, 125);
  }
  .btn.circle {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 0;
  }
  .btn.icon-only {
	display: inline-block;
	width: 35px;
	height: 35px;
	color: rgb(68, 66, 66);
	text-align: center;
	line-height: 33px;
  }
  .btn.icon-only i {
	font-size: 18px;
  }
  .btn.icon-only.btn-xl {
	width: 50px;
	height: 50px;
	line-height: 48px;
  }
  .btn.btn-framed-dashed {
	border-style: dashed;
  }
  
.container{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: table;
	height: 100%!important;
	width: 100%;
	min-width: 320px;
	padding-bottom: 60px;
}

.container .orta{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.container .alt{
	position: absolute;
}

a.icon i {
    margin-right: 6px;
    margin-left: 6px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container .orta .alan{
	max-width: 700px;
	margin: auto;
	padding: 30px 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
}

.container .orta .alan .logo{
	width: 220px;
	margin: auto;

}
.container .orta .alan .logo img{
	display: block;
	width: 100%;
	height: auto;
}
.container .orta .alan h1{
	font-weight: 100;
	font-size: 20px;
	margin: 25px 0;
	opacity: 0.8;
}
.container .orta .alan h2{
	font-weight: 100;
	font-size: 50px;
	margin: 25px 0;
	opacity: 0.8;
}
.container .orta .alan hr{
	border: none;
	height: 1px;
	background-color: #333;
	opacity: 0.2;
	margin: 0 0 25px;
}
.container .orta .alan p{
	font-size: 18px;
	opacity: 0.8;
	text-align: left;
	font-weight: 300;
	padding: 0 10px;
	margin: 10px 0;
}
.container .orta .alan p.w{
	display: inline-block;
	width: 50%
}
.container .orta .alan p:last-child{
	margin-bottom: 0;
}
.container .orta .alan p a{
	text-decoration: none;
	color: #303030;
}
.container .orta .alan p i{
	background: #eee;
	line-height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.container .alt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
} 

.container .alt a{
	text-decoration: none;
	display: inline-block;
	font-weight: 300;
	padding: 0 15px;
} 


.container .alt a.footerLogo img{
	display: block;
	max-width: 200px;
	height: auto;
} 

@media (max-width: 767px) {
	.container .orta .alan h2{
		font-size: 30px;
	}

	.container .orta .alan p{
		width: 100% !important;
		padding: 0 ;
	}
}