* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}
html {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-height: 15vw;
    font-family: 'platformdefault', sans-serif;
    background-color: #2e3851;
}
a {
    text-decoration: none;
}
#traderoom {
    width: 100%;
    height: 100%;
}
#glcanvas {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#input {
    left: 0;
    top: 0;
    position: absolute;
    visibility: hidden;
}
#gif-preloader {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.5);
    -o-transform: translate3d(-50%, -50%, 0) scale(0.5);
	transition: opacity 0.5s;
	max-width: 175%;
    height: auto;
}
.gif-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    margin: 0 auto;
}

.animation-hide.main-loader-wrap {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.3);
    transition: opacity .5s ease-out, transform .5s ease-out;
}
.logo-svg-container {
    display: table-cell;
    vertical-align: middle;
    min-height: 150px;
    position: relative;
    top: 60px;
}
@-webkit-keyframes animateText9 {
    0% {
        opacity: 0;
    }
    54% {
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animateText9 {
    0% {
        opacity: 0;
    }
    54% {
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
/* popup */

@font-face {
    font-family: 'Roboto Light';
    src: url("Roboto-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'Roboto Bold';
    src: url("Roboto-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'robotothin';
    src: url("Roboto-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'robotobold';
    src: url("Roboto-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'platformdefault';
    src: url("Roboto-Regular.ttf") format('truetype');
}
.regulation-wrap {
    width: 100%;
    position: fixed;
    bottom: 50px;
    text-align: center;
    left: 0;
}
.regulation-text {
    display: inline-block;
    color: white;
    opacity: 0.35;
    text-align: left;
    top: -10px;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    margin-left: 10px;
}
.regulation {
    display: inline-block;
    margin: 5px 0;
}
.regulation > svg {
    width: 100px;
    height: 40px;
}
.regulation:hover > svg g {
    opacity: 1;
}
.regulation:hover > .regulation-text {
    opacity: 1;
}
.developed-by-qc {
    position: fixed;
    bottom: 30px;
    color: white;
    opacity: 0.35;
    font-size: 13px;
    text-decoration: none;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}
.developed-by-qc:hover {
	opacity: 1.0;
}
.developed-by-qc > img {
	margin-bottom: -8px;
	margin-left: -1px;
	margin-right: 6px;
}
#webgl-not-support {
    font-family: 'Roboto Light', sans-serif;
    display: none;
    color: #fff;
    width: 450px;
    padding: 40px 60px;
    border-radius: 5px;
    background: #162033;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
h1 {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: normal;
}
h2 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}
span {
    font-size: 22px;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.5);
}
h3 {
    margin: 0;
    font-family: 'Roboto Light', sans-serif;
    font-weight: normal;
}
h4 {
    margin: 0;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}
#buttons-wrap {
    width: 335px;
    margin: 0 auto;
}
button,
button:focus,
button:hover,
button:active {
    width: 100%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: none;
    padding: 15px 45px;
    outline: none;
}
button:hover {
    cursor: pointer;
    border-color: #fff;
}
#old-version {
    display: block;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.loader-page_background {
    background: #191f2e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191f2e), color-stop(100%, #2e3851));
    background: -webkit-linear-gradient(top, #191f2e 0%, #2e3851 100%);
    background: linear-gradient(to bottom, #191f2e 0%, #2e3851 100%);
}