/*
 * Kangan Loader 
 * Theme Name: Origin.
 * Author: Unbranded.
 * Version 1.0 - Initial Release
 * Website: http://www.unbranded.co 
 * Copyright: (C) 2015 
 */

body.preloader-running{
    overflow: hidden;
}

div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#status  {
     width: 200px;
     height: 200px;
     position: fixed;
     left: 50%;
     top: 50%;
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
     /*background-image: url(image-path);*/
 }
 
