@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Righteous&display=swap&subset=latin-ext');
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	/* font-family: 'Righteous', cursive; */
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #282828;
	height: 100%;
	width: 100%;
	background-color: #FFF;
}a {
	color: inherit;
	text-decoration: none;
}a:hover {
	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;
}










.orta {
	position: relative;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}.fitt {
	height: inherit;
}.border {
	border: 1px solid #FF0032;
}.banner {
	position: relative;
}.cipa {
	position:fixed;
	left:50%;
	bottom:40px;
	transform:translateX(-50%);
	z-index:102;
	animation:assagi_ani 1s infinite;
}@keyframes assagi_ani {
	0% {
		bottom:40px;
		filter:invert(0%);
	} 50% {
		bottom:10px;
		filter:invert(40%);
	} 100% {
		bottom:40px;
		filter:invert(0%);
	}
}
.p-title {
	position: relative;
	text-align: center;
}.p-title2 {
	position: relative;
	text-align: center;
	color: #FFF;
}



.ff {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}.fcl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}.fcr {
	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;
}.flb {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}.fbr {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}.fbl {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}.fbc {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;	
}



@media only screen and (max-width:1320px) {
	.orta {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:900px) {
	.cipa {
		display: none;
		opacity: 0;
	}
}

/*
@media only screen and (max-width:900px) {
	#kurumsal {
		grid-gap: 0px;
		grid-template-columns: 1fr;
	}#kampanyalar {
		grid-template-columns: 1fr 1fr;
	}#iletisim {
		grid-template-columns: 1fr;
	}#slider {
		height: calc(100VW * 0.43);
	}
}
@media only screen and (max-width:600px) {
	#kampanyalar {
		grid-template-columns: 1fr;
	}#galeri {
		grid-template-columns: 1fr 1fr;
	}
}
*/

@media only screen and (max-width:600px) {
	#loading .loading {
		width: 50%;
		height: auto;
	}
}