/* CSS preloader */
#prelouder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: transparent;
}
.y-loading {
	background: #856D47;
	height: 100%;
	max-width: 100% !important;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.y-loading img {
	width: auto;
	height: auto;
	margin: auto;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	max-width:  300px;
}