/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.loading {
    background-color:rgba(0,0,0, 0.8);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#load {
    background:url("../images/loading.GIF") no-repeat;
    color: #fff;
    height: 64px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    width: 64px;

}

/* Loading Pre-loader */
#loading-pre {
	background-color: #09afdf;
	height: 100%;
	opacity: 0.94;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: none;
}
#load-pre {
	background: rgba(0, 0, 0, 0) url("../images/loading-pre.GIF") no-repeat scroll 0 0;
	color: #fff;
	float: left;
	height: 40px;
	margin: 0 12px 0 0;
	width: 40px;
}

.load-pre-text p {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 19px;
	margin: 5px 0 0;
}
.load-pre-text {
	float: left;
	width: 465px;
}

.load-wrapper {
	border: 2px solid #fff !important;
	margin: 18% auto 0;
	padding: 10px;
	text-align: center;
	width: 545px;
}
.clear{clear: both;}
.load-pre-text-wait {
	color: #FEF560;
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;
}

