html {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Oxygen', sans-serif;
    background-color: #3c4a4a;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
}

html, body,
.mobile, .mobile *,
.loader, .logo {
    box-sizing: border-box;
}
.dg .c .selector {
    transform: translate(0, -1px);
}
.dg.ac {

}

.mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 30px;

    font-size: 12px;
    color: #fff;

    transform: translate3d(0, -50%, 0);
}

.mobile span {
    color: #ccc;
    text-decoration: underline;
}

.mobile a {
    color: #ccc;
}

.logo {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 313px;
    height: 108px;
    margin-left: -156px;
    margin-top: -54px;
    background-size: 313px 108px;
    background-image: url(../images/logo.png);
    pointer-events: none;
    opacity: 0;
}
@media (min-width: 960px) {
    .logo {
        left: 75%;
    }
}

.instruction {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;

    font-size: 14px;
}

html.is-mobile .instruction {
    font-size: 11px;
}

.instruction {
    pointer-events: none;
    color: #ccc;
}
