@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');
body, html {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	color: #231f1f;
	background-color: #FFF;
	opacity: 1;
}a {
	color: inherit;
	text-decoration: none;
}
::-webkit-scrollbar {
	width: 8px;
}::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}::-webkit-scrollbar-thumb {
	background: #787a7b;
	border-radius: 0px;
}::-webkit-scrollbar-track {
	background: none;
}::-webkit-scrollbar-track:hover {
	background: #c9ccce;
}

#loading {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.tam {
	margin-left:10px;
	margin-right:10px;
}.orta {
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}.orta2 {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}.fitt {
	height: inherit;
}.border {
	border: 1px solid #FF0032;
}.altust {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top:20px;
	margin-bottom:20px;
}.ff {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}.fcl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}.fcr {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}.ftr {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}.fcc {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


.devam {
	position: relative;
	display: table;
	color: #757474;
	padding: 20px 26px;
	border: 1px solid #ed2227;
	margin-top: 10px;
	letter-spacing: 6px;
}.banner {
	position: relative;
}


/*
.banner {
	position: relative;
	height: 430px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_title {
	padding-top: 6px;
	padding-bottom: 6px;
}
*/









@media only screen and (max-width:1420px) {
	.orta {
		margin-left:10px;
		margin-right:10px;
	}
}
@media only screen and (max-width:1220px) {
	.orta2 {
		margin-left:10px;
		margin-right:10px;
	}
}
/*
@media only screen and (max-width:940px) {
	.orta2 {
		margin-left:10px;
		margin-right:10px;
	}#loading .loading {
		width: 160px;
		height: auto;
	}
}
@media only screen and (max-width:600px) {
	.banner {
		height: 180px;
	}
}

*/