
body, html {
    background: url('/images/bg.png') repeat 0 0 #111111;
}

@media screen and (max-width: 481px) {
    html, body {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        width: 100vw !important;
        height: 100% !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    html {
        overflow: hidden !important;
    }
    body {
        overflow-y: scroll !important;
    }
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
    -webkit-animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
    -webkit-animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}
@-webkit-keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}

.preloader {
    position: fixed;
    left: 50%;
    top: 0;
    height: 100%;
    width: 480px;
    margin-left: -240px;
    background: linear-gradient(-10deg, #20003f 45%, #2a004c 45.001%, #2a004c 69.999%, #20003f 70% );
    background: -webkit-linear-gradient(100deg, #20003f 45%, #2a004c 45.001%, #2a004c 69.999%, #20003f 70% );
    background-size: 100% auto;
    z-index: 999999;
}

@media screen and(max-width: 480px) {
    .preloader {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}

.preloader-npc {
    position: absolute;
    bottom: 50%;
    left:0;
    width: 100%;
    text-align: center;
}

.preloader-npc-image {
    animation: vmmonpc 2s ease-in-out infinite;
    -webkit-animation: vmmonpc 2s ease-in-out infinite;
}

@keyframes vmmonpc {
    from,to {
        transform: translateY(10) scale(1.1,0.9);
    }
    25% {
        transform: translateY(-20px) scale(0.9,1.1);
    }
}
@-webkit-keyframes vmmonpc {
    from,to {
        -webkit-transform: translateY(10) scale(1.1,0.9);
    }
    25% {
        -webkit-transform: translateY(-20px) scale(0.9,1.1);
    }
}

.preloader-bubble {
    width:200px;
    padding: 8px;
    margin: 5px auto 0 auto;
    background-color: #ffe2cf;
    border-radius: 10px;
    color: #242424;
    font-size: 14px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.preloader-bubble-tail {
    position: absolute;
    left: 30%;
    margin-left: -15px;
    top: -14px;
    fill: #ffe2cf;
    stroke-width:0;
}

.preloader-loadbar {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
}
.loader-loadbar {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.preloader._hide,
.loader-loadbar._hide{
    display: none;
}
.loader-loadbar .lds-facebook div{
    opacity: 50%;
}