/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3000;
}
#status {
    position: fixed;
    content: '';
    display: block;
    top: 35%;
    left: 0;
    right: 0;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}