.QOverlay {
	background-color: #c7c7c7;
	z-index: 99999;
	position: relative;
	background-image: url('../images/logo_preloading.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 720px;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	bottom: 0;
}

.QLoader {
	background-color: rgba(119, 85, 6, .4);
	height: 3px;
	padding: 0px;
	display: block;
	border-radius: 4px;
}

.QLoaderBorder {
	background-color: rgba(0, 0, 0, 0);
	height: 7px;
	/*border: 1px solid #999;*/
	padding: 1px;
	display: block;
	border-radius: 4px;
}