@font-face {
    font-family: frenchpressregular;
    src: url('fonts/frenchpress_freefont-webfont.eot');
    src: url('fonts/frenchpress_freefont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/frenchpress_freefont-webfont.woff2') format('woff2'), url('fonts/frenchpress_freefont-webfont.woff') format('woff'), url('fonts/frenchpress_freefont-webfont.ttf') format('truetype'), url('fonts/frenchpress_freefont-webfont.svg#frenchpressregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: andadaregular;
    src: url('fonts/andada-regular-webfont.eot');
    src: url('fonts/andada-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/andada-regular-webfont.woff2') format('woff2'), url('fonts/andada-regular-webfont.woff') format('woff'), url('fonts/andada-regular-webfont.ttf') format('truetype'), url('fonts/andada-regular-webfont.svg#andadaregular') format('svg');
    font-weight: 400;
    font-style: normal;
    text-rendering: geometricPrecision
}

html {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #000
}

body {
    overflow: hidden
}

#mainLoader {
    position: absolute;
    z-index: 5;
    display: none;
    font-size: 80px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: frenchpressregular
}

#mainHolder {
    position: absolute;
    width: 100%;
    height: 100%
}

#notSupportHolder {
    width: 90%;
    margin: 5% auto;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-family: frenchpressregular;
    display: none
}

.notSupport {
    margin-top: 200px
}

#rotateHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 1000;
    display: none
}

.mobileRotate {
    width: 200px;
    height: auto;
    position: absolute;
    text-align: center
}

.rotateImg {
    -webkit-animation: spin .5s linear infinite;
    -moz-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    margin-bottom: 10px
}

.rotateDesc {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-family: frenchpressregular
}

@-moz-keyframes spin {
    50% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(0)
    }
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(90deg)
    }
    100% {
        -webkit-transform: rotate(0)
    }
}

@keyframes spin {
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

#canvasHolder {
    display: none;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    margin: auto;
    position: relative
}

canvas {
    position: fixed
}