button,
html,
input,
select,
textarea {
    color: #222
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

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

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

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

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

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

.notSupport {
    margin-top: 200px
}

#rotateHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1f1f2e;
    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: 15px;
    line-height: 15px;
    font-family: geosanslightregular
}

@-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
}

.hideCursor {
    cursor: none
}