body {
	background: #31322f url(/assets/bg.webp) no-repeat center center fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
}

*,
*: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: 210px;
}

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

.container .alt {
	position: absolute;
}

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

.container .orta .alan .logo {
	width: 220px;
	background-color: #fff;
	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: #fff;
	opacity: 0.2;
	margin: 0 0 25px;
}

.container .orta .alan p {
	font-size: 18px;
	opacity: 0.3;
	font-weight: 300;
	margin: 10px;
}

.container .orta .alan p:last-child {
	margin-bottom: 0;
}

.container .orta .alan p a {
	color: #fff;
	text-decoration: none;
}

.container .alt {
	background-color: #fff;
	color: #303030;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

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

.container .alt .bilgi {
	max-width: 1024px;
	margin: auto;
	text-align: left;
	padding: 25px 15px 15px;

}

.container .alt .bilgi .satir {
	font-size: 18px;
}

.container .alt .bilgi .satir .sutun {
	display: inline-block;
	margin-bottom: 10px;
}

.container .alt .bilgi .satir .sutun:first-child {
	min-width: 700px;
}

.container .alt .bilgi .satir .sutun i {
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 22px;
	border-right: solid 1px #eee;
}

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

.phone {
	width: 20px;
}

button {
	width: 150px;
	height: 50px;
	background-color: white;
	cursor: pointer;
	border-radius: 16px;
}

a {
	text-decoration: none;
	color: black;
}


.mail {
	width: 15px;
}

.location {
	width: 15px;
}

@media (max-width: 1020px) {
	.container .alt .bilgi .satir .sutun {
		width: 100%;
		min-width: inherit !important;
	}

	.container .orta .alan {
		min-height: 500px;
	}

}

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

}