body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	font-family: 'BarlowMedium', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	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;
}#loading img {
	
}.fitt {
	height: inherit;
}.border {
	/* border: 1px solid #FF0032; */
}.page {
	margin-top: 20px;
	margin-bottom: 40px;
}


#nav {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #191919;
}#nav h1 {
	font-family: BarlowSemiBold;
	font-size: 24px;
	margin-right: 40px;
}#nav a {
	padding-right: 30px;
	color: #888;
}#nav a:after {
	content: "|";
	position: relative;
	right: -15px;
}#nav a:hover {
	color: #454545;
}#nav .a_hover {
	color: #454545;
	font-weight: bold;
}#nav a:nth-last-child(1):after {
	content: "";
}

.cipa {
	position:fixed;
	left:50%;
	bottom:40px;
	transform:translateX(-50%);
	z-index:102;
	animation:assagi_ani 1s infinite;
	font-size: 48px;
}@keyframes assagi_ani {
	0% {
		bottom:40px;
		filter:invert(0%);
	} 50% {
		bottom:10px;
		filter:invert(40%);
	} 100% {
		bottom:40px;
		filter:invert(0%);
	}
}


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

.on_desktop {
	display: block;
}.on_mobil {
	display: none;
}
.area {
	position: relative;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width:1450px) {
	.area {
		max-width: 90%;
	}
}
@media only screen and (max-width:1080px) {
	.area {
		max-width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}#nav {
		display: none;
	}
}
@media only screen and (max-width:900px) {
	.on_desktop {
		display: none;
	}.on_mobil {
		display: block;
	}
}
@media only screen and (max-width:600px) {
	#loading .loading {
		width: 50%;
		height: auto;
	}
}