/*PreloaderCSS*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background-color: #262626;
}
#logo{
    top: 50%;
    left: 50%;
    width: 260px;
    height: 69px;
    margin-top: -34.5px;
    position: absolute;
    margin-left: -130px;
    background: url('../../images/logo.png') no-repeat;
    background-size: 100%;
}
#status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../images/500.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -32px;
    margin-top: 50px;
}