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;
}

.container{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: table;
	height: 100%;
	width: 100%;
	min-width: 320px;
	padding-bottom: 60px;
}

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

.container .orta .alan .resim img{
    width: auto;
    height: 620px;
}

.container .orta .alan{
	max-width: 650px;
	margin: auto;
	padding: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .orta .alan .logo{
	width: 240px;
	margin: auto;
}
.container .orta .alan .logo img{
	display: block;
	width: 100%;
	height: auto;
}
.container .orta .alan h1{
	font-weight: 100;
	font-size: 30px;
	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%;
	font-size: 17px;
}
.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: 5px;
	-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: 70px;
	height: auto;
} 

.container .resimlerr{
	display: flex;
	margin-top: 50px !important;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: -10px;
}

.container .resimlerr img{height: 200px;object-fit: contain;width: 100%;background-color: #fff;border: 1px solid #f1f1f1;margin: 0 10px;padding: 10px 10px;}

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

	.container .orta .alan p{
		width: 100% !important;
		padding: 0 ;
	}
}
@media(max-width: 1024px){
	.container .resim{
		display: none;
	}

	.container .orta .alan{
		display: block;
		padding: 0 50px;
	}
	
	.container .orta .resimlerr{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.container .orta .resimlerr img{
		width: auto;
		height: 230px;
		margin-top: 50px;
	}

	.container .orta {
		zoom: 160%!important;
	}
}