/*********************************************************************************/
/* page loader                                                                   */
/*********************************************************************************/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden!important;
}

.status {
	background: url(/static/img/load.gif);
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -50px;
}