
/* begin: toolset */
#uyaribandi {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: rgba(225,255,255,1);
	background-color: rgba(225,0,0,0);
	font-weight: bold;
	z-index: 2000;
	-webkit-transition: .8s;
	transition: .8s;
}

#yukleniyor {
	display: flex;
	position: fixed;
	z-index: 2100;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}
/* end: toolset */