/* Begin Fonts Settings */
@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/css/fonts/MuseoSans-Light.woff2) format('woff2'),
        url(/css/fonts/MuseoSans-Light.woff) format('woff');
}
@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 500;
    src: url(/css/fonts/MuseoSans-Medium.woff2) format('woff2'),
        url(/css/fonts/MuseoSans-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/css/fonts/MuseoSans-Bold.woff2) format('woff2'),
        url(/css/fonts/MuseoSans-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 900;
    src: url(/css/fonts/MuseoSans-Black.woff2) format('woff2'),
        url(/css/fonts/MuseoSans-Black.woff) format('woff');
}
/* End Fonts Settings */

/* Begin Reset Settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-y: scroll;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:active,
a:hover,
*:focus {
    outline: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
h3 {
    letter-spacing: .026em;
}
/* End Reset Settings */

/* Begin Base Settings */
html,
body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-family: 'Museo Sans', Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 0;
}
#header {
    position: absolute;
    height: 97px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}
#content {
    min-height: 100%;
    width: 100%;
    text-align: center;
}
#content > * {
    display: inline-block;
}
strong {
    font-weight: 600;
}

#header-menu-login,
a,
.button-download {
    user-select: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
}
/* End Base Settings */

/* Begin Header */
#header {
    transition: .2s;
}
#header.fixed {
    position: fixed;
    background-color: #292f49;
}
#header-content {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 28px 50px 0 190px;
    box-sizing: border-box;
}
#header-sandwich {
    position: absolute;
    display: none;
    top: 23px;
    right: 40px;
    outline: none;
    cursor: pointer;
}
#header-logo {
    position: absolute;
    height: 44px;
    top: 28px;
    left: 100px;
}
#header-logo > img {
    height: 100%;
}
#header-menu {
    padding-top: 4px;
    font-size: 0;
    text-align: right;
}
#header-menu > a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    letter-spacing: .107em;
    text-transform: uppercase;
    cursor: pointer;
}
#header-menu > a + a {
    margin-left: 55px;
}
#header-menu > a.accent {
    color: #64ff6c;
}
#header-menu > a:hover {
    text-decoration: underline;
}
#header-menu-login {
    text-decoration: none !important;
    display: inline-block;
    height: 31px;
    margin-left: 60px;
    padding: 0 11px;
    border: 1px solid #fff;
    border-radius: 31px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    letter-spacing: .108em;
    line-height: 29px;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #header-logo {
        top: 20px;
        left: 40px;
    }
    #header-logo > img {
        height: 46px;
    }
    #header-sandwich {
        display: block;
    }
    #header-menu {
        position: absolute;
        top: 70px;
        right: 40px;
        display: inline-block;
        padding: 10px 0;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .8);
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s,
                    visibility .2s;
    }
    #header-sandwich:focus ~ #header-menu {
        opacity: 1;
        visibility: visible;
    }
    #header-menu:before {
        content: '';
        position: absolute;
        display: block;
        height: 0;
        width: 0;
        top: -5px;
        right: 15px;
        border-width: 0 5px 5px;
        border-style: solid;
        border-color: rgba(0, 0, 0, .8) transparent;
    }
    #header-menu > a,
    #header-menu > a + a,
    #header-menu-login {
        display: block;
        width: 100%;
        margin: 4px 0;
        padding: 0 30px;
        border: none;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 30px;
    }
    #header-menu-login:hover {
        text-decoration: underline;
    }
}
/* End Header */

#content {
    position: relative;
    background-color: #292f49;
}

/* Begin Preview */
#preview {
    position: fixed;
    height: 952px;
    max-width: 1920px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-image: url(/images/new_design/game_background_big.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#preview-border {
    position: absolute;
    display: block;
    height: 500px;
    width: 100%;
    border-top: 8px solid #01f63d;
    box-sizing: border-box;
}
#preview-border:before,
#preview-border:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 8px;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01f63d+0,01f63d+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(1,246,61,1) 0%, rgba(1,246,61,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1,246,61,1) 0%, rgba(1,246,61,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1,246,61,1) 0%, rgba(1,246,61,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01f63d', endColorstr='#0001f63d', GradientType=0); /* IE6-9 */
}
#preview-border:after {
    left: auto;
    right: 0;
}
#preview-wave {
    position: absolute;
    height: 661px;
    width: 100%;
    bottom: 0;
    right: 0;
    background-image: url(/images/new_design/game_background_big_wave.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#preview ~ * {
    position: relative;
}

@media screen and (max-width: 1000px) {
    #preview {
        height: 583px;
        background-image: url(/images/new_design/game_background_medium.jpg);
    }
    #preview-border {
        height: 240px;
        border-top-width: 5px;
    }
    #preview-border:before,
    #preview-border:after {
        width: 5px;
    }
    #preview-wave {
        height: 291px;
        background-image: url(/images/new_design/game_background_medium_wave.png);
    }
}
/* End Preview */

#content > #inner {
    display: block;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.button-download {
    display: inline-block;
    height: 46px;
    margin-top: 47px;
    padding: 0 40px;
    border-radius: 46px;
    font-weight: 900;
    font-size: 18px;
    color: #2fbd49;
    background-color: #fff;
    line-height: 46px;
    cursor: pointer;
    transition: .2s;
}
.button-download:hover {
    color: #fff;
    background-color: #00f83d;
}

@media screen and (max-width: 500px) {
    .button-download {
        margin-top: 40px;
    }
}

/* Begin Welcome */
#welcome {
    display: block;
    min-height: 768px;
    width: 51%;
    padding: 148px 0 0 120px;
    box-sizing: border-box;
    text-align: left;
}
#welcome > h1 {
    font-weight: 900;
    font-size: 64px;
    color: #eff6f9;
    line-height: 77px;
}
#welcome-info {
    margin-top: 27px;
    font-weight: 700;
    font-size: 36px;
    color: #eff6f9;
    line-height: 43px;
}
#welcome-text {
    margin: 23px 0 14px;
    font-weight: 500;
    font-size: 20px;
    color: #eff6f9;
    line-height: 24px;
}

@media screen and (max-width: 1000px) {
    #welcome {
        min-height: inherit;
        width: 100%;
        padding: 85px 40px 0;
        text-align: center;
    }
    #welcome > h1 {
        font-weight: 700;
        font-size: 58px;
        line-height: 71px;
    }
    #welcome-info {
        margin-top: 20px;
        font-weight: 400;
        font-size: 27px;
        line-height: 33px;
    }
    #welcome-text {
        margin: 20px 0 8px;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 500px) {
    #welcome {
        padding: 85px 20px 0;
    }
    #welcome > h1 {
        font-size: 36px;
        line-height: 42px;
    }
    #welcome-info {
        font-size: 20px;
        line-height: 24px;
    }
    #welcome-text {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 19px;
    }
}
/* End Welcome */

/* Begin Game Logos */
#game-logos {
    padding: 63px 0 32px 120px;
    box-sizing: border-box;
}
#game-logos > div {
    height: 80px;
    line-height: 80px;
    text-align: left;
}
#game-logos > div > span {
    display: inline-block;
    height: 100%;
    width: 126px;
    text-align: center;
}
#game-logos > div > span + span {
    margin-left: 18px;
}
#game-logos > div > span > img {
    vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    #game-logos {
        padding: 255px 0 32px;
    }
    #game-logos > div {
        display: inline-block;
    }
    #game-logos > div + div {
        margin-left: 18px;
    }
}

@media screen and (max-width: 598px) {
    #game-logos {
        padding: 150px 0 32px;
    }
}

@media screen and (max-width: 500px) {
    #game-logos {
        padding: 300px 0 32px;
    }
}
/* End Game Logos */

/* Begin Live */
#live {
    width: 100%;
    padding: 0 30px 0 120px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: left;
}
#live > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}
#live-text {
    width: 40%;
    padding-right: 10px;
    box-sizing: border-box;
}
#live-text > h2 {
    font-weight: 900;
    font-size: 48px;
    color: #2fbd49;
    line-height: 57px;
}
#live-text > span {
    display: block;
    max-width: 400px;
    margin-top: 29px;
    font-weight: 700;
    font-size: 24px;
    color: #eff6f9;
    line-height: 29px;
}
#live-images {
    position: relative;
    width: 60%;
}
#live-images:before {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-top: 63%;
}
#live-images > img {
    position: absolute;
    width: 83%;
    top: 0;
    left: 0;
}
#live-images > img + img {
    width: 65%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

@media screen and (max-width: 1000px) {
    #live {
        padding: 40px 40px 0;
        text-align: center;
        white-space: normal;
    }
    #live-text {
        width: 100%;
        padding: 0 0 38px;
    }
    #live-text > h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
    }
    #live-text > span {
        max-width: inherit;
    }
    #live-images {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #live {
        padding: 40px 20px 0;
    }
    #live-text > h2 {
        font-size: 32px;
        line-height: 36px;
    }
    #live-text > span {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }
    #live > #live-images {
        display: block;
        width: auto;
        margin: 0 -20px;
    }
    #live-images:before {
        display: none;
    }
    #live-images > img:first-child {
        display: none;
    }
    #live-images > img:last-child {
        position: static;
        width: 100%;
    }
}
/* End Live */

/* Begin Powerful */
#powerful {
    margin: 103px 0 67px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#powerful > h2 {
    font-weight: 900;
    font-size: 48px;
    color: #2fbd49;
    line-height: 57px;
}
#powerful-info {
    width: 100%;
    max-width: 990px;
    margin: 29px auto 0;
    font-weight: 500;
    font-size: 24px;
    color: #eff6f9;
    line-height: 29px;
}
#powerful-logos {
    margin-top: 65px;
    white-space: nowrap;
}
#powerful-logos > div {
    display: inline-block;
    margin: 0 40px;
    font-weight: 700;
    text-align: center;
}
#powerful-logos > div ~ div {
    font-weight: 900;
}
#powerful-logos > div > img {
    height: 76px;
}
#powerful-logos > div > span {
    display: block;
    height: 32px;
    margin-top: 11px;
    font-size: 27px;
    color: #7887a7;
}
#powerful-comment {
    margin-top: 83px;
    padding: 0 30px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
    color: #7887a7;
    line-height: 22px;
}

@media screen and (max-width: 1000px) {
    #powerful {
        margin: 65px 0 120px;
    }
    #powerful > h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
    }
    #powerful-info {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }
    #powerful-logos {
        margin-top: 81px;
    }
    #powerful-logos > div {
        margin: 0 35px;
    }
    #powerful-comment {
        margin-top: 80px;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    #powerful-logos > div {
        margin: 0 25px;
    }
}

@media screen and (max-width: 500px) {
    #powerful {
        margin: 40px 0 80px;
        padding: 0 20px;
    }
    #powerful > h2 {
        font-size: 32px;
        line-height: 36px;
    }
    #powerful-info {
        font-size: 18px;
        line-height: 24px;
    }
    #powerful-logos {
        margin-top: 20px;
        white-space: normal;
    }
    #powerful-logos > div {
        width: 100%;
        margin: 40px 0 0;
    }
    #powerful-comment {
        margin-top: 60px;
        line-height: 24px;
    }
}
/* End Powerful */

/* Begin Footer */
#footer {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
#footer > * {
    position: relative;
    border-top: 1px solid #303756;
}
#footer-menu {
    height: 48px;
    padding: 0 21px 0 26px;
    box-sizing: border-box;
    line-height: 48px;
    text-align: left;
}
#footer-menu > a {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: .108em;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}
#footer-menu > a + a {
    margin-left: 26px;
}
#footer-menu > a:hover {
    text-decoration: underline;
}
#footer-menu > a:hover {
    color: #64ff6c;
}
#footer-menu-social {
    position: absolute;
    top: 0;
    right: 21px;
    line-height: inherit;
}
#footer-menu-social > a {
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
}
#footer-menu-social > a + a {
    margin-left: 7px;
}
#footer-menu-social > a > svg > g {
    transition: .2s;
}
#footer-menu-social-facebook:hover > svg > g {
    fill: #4164b3;
    opacity: 1;
}
#footer-menu-social-twitter:hover > svg > g {
    fill: #5fa9dd;
    opacity: 1;
}
#footer-menu-social-youtube:hover > svg > g {
    fill: #c74646;
    opacity: 1;
}
#footer-copyright {
    height: 54px;
    padding: 0 21px 0 22px;
    box-sizing: border-box;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    line-height: 51px;
    text-align: left;
}
#footer-copyright > * {
    font-size: 12px;
    vertical-align: middle;
}
#footer-copyright > a {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .108em;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
}
#footer-copyright > a:hover {
    text-decoration: underline;
}
#footer-copyright > span {
    margin: 0 10px;
}
#footer-copyright-label {
    position: absolute;
    top: 0;
    right: 21px;
    line-height: inherit;
}

@media screen and (max-width: 1000px) {
    #footer-menu {
        padding: 0 40px;
        text-align: center;
    }
    #footer-menu > a {
        font-weight: 400;
    }
    #footer-menu-social {
        width: 140px;
        top: auto;
        bottom: -79px;
        left: 0;
        right: 0;
        margin: 0 auto;
        line-height: inherit;
        z-index: 1;
    }
    #footer-menu-social > a + a {
        margin-left: 30px;
    }
    #footer-copyright {
        height: auto;
        margin-bottom: 88px;
        padding: 106px 40px 0;
        font-weight: 400;
        text-align: center;
        line-height: 15px;
    }
    #footer-copyright > a {
        margin-bottom: 5px;
    }
    #footer-copyright > span {
        font-size: 0;
        opacity: 0;
        cursor: default;
    }
    #footer-copyright-label {
        top: auto;
        bottom: -55px;
        left: 40px;
        right: 40px;
        font-weight: 400;
        line-height: 15px;
        opacity: .5;
    }
}

@media screen and (max-width: 500px) {
    #footer-menu {
        height: auto;
        padding: 12px 20px;
        line-height: 35px;
    }
    #footer-menu > a {
        display: block;
    }
    #footer-menu > a + a {
        margin: 0;
    }
    #footer-menu-social {
        bottom: -70px;
    }
    #footer-copyright {
        margin-bottom: 73px;
    }
    #footer-copyright > a {
        margin-bottom: 20px;
    }
    #footer-copyright > span {
        display: block;
        height: 0;
        margin: 0;
    }
    #footer-copyright-label {
        bottom: -40px;
    }
}
/* End Footer */