/* 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;

}


