

.db-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
}

.db-preloader.not-body {
	position: absolute;
}

.db-preloader-lightbox {
	background-color: rgba(98, 61, 88, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.spin-white .db-preloader-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	background: transparent url(imgs/spin-white.png) 0 0 no-repeat;
}