/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, ol, ul, li,
fieldset, form, 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;
}

ol, 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;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Lato', sans-serif;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

/*header { width: 100%; position: absolute; top: 0; }
	.header-container { width: 100%; padding: 25px 20px 0; box-sizing: border-box; display: flex; justify-content: flex-end; }
		.language { display: block; width: 150px; height: 46px; background: url(/Content/themes/zcn/shared/images/language.png) no-repeat; border: none; outline: none; cursor: pointer; }
		.header-cta { background: #00b157; color: #fff; padding: 10px 30px; text-shadow: 0 2px 5px rgb(0 0 0 / 50%); border-radius: 10px; border: none; margin-left: 30px; font-family: 'Lato', sans-serif; font-size: 18px; outline: none; cursor: pointer; }

.hero { width: 100%; height: 856px; background: url(/Content/themes/zcn/shared/images/hero.jpg) no-repeat; background-size: cover; background-position: center center; display: flex; align-items: center; justify-content: space-around; }
	.hero-container { width: 1200px; }
		.hero-container h1 {  }*/
.anchor {
    text-decoration: none;
}

header {
    width: 100%;
    height: 365px;
    float: left;
    position: relative;
    overflow: hidden;
}

.header-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

    .header-container img {
        display: block;
        margin: 50px auto 0;
    }

    .header-container h1 {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 2px 5px #000, 0 2px 15px #000;
        text-align: center;
        margin-bottom: 15px;
    }

    .header-container p {
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-shadow: 0 2px 5px #000, 0 2px 15px #000;
    }

        .header-container p span {
            color: #f8c223;
            font-weight: 700;
        }

header video {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 5;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.header-coins {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 7;
    pointer-events: none;
}

.banner-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
    pointer-events: none;
}

.banner-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
    pointer-events: none;
}

.language {
    width: 100%;
    background: #0d0d0d;
    padding: 20px 0;
    float: left;
}

.language-container {
    width: 1200px;
    margin: 0 auto;
}

    .language-container p {
        text-align: right;
        font-size: 18px;
        font-weight: 700;
    }

        .language-container p img {
            margin-bottom: -5px;
        }

        .language-container p a {
            color: #fff;
            text-decoration: none;
        }

            .language-container p a:hover {
                color: #f8c223;
            }

.seperator {
    width: 100%;
    background: url(/Content/themes/zcn/shared/images/seperator.jpg) no-repeat;
    background-size: 100% 100%;
    height: 3px;
    float: left;
    position: relative;
}

.coins-0 {
    position: absolute;
    right: 250px;
    top: 35px;
    user-select: none;
    pointer-events: none;
    display: none;
}

.coins-1 {
    position: absolute;
    left: 90px;
    bottom: -10px;
}

.coins-2 {
    position: absolute;
    right: 75px;
    bottom: -20px;
}

.coins-3 {
    position: absolute;
    left: 115px;
    bottom: -36px;
}

.coins-4 {
    position: absolute;
    left: 140px;
    top: -20px;
}

.coins-5 {
    position: absolute;
    right: 175px;
    top: -39px;
}

.latest {
    width: 100%;
    float: left;
    background-color: #0d0d0d;
    background-image: url(/Content/themes/zcn/shared/images/latest-left.png), url(/Content/themes/zcn/shared/images/latest-right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 200px, right 160px;
    padding: 20px 0 70px;
    box-sizing: border-box;
}

.latest-container {
    max-width: 1200px;
    margin: 0 auto;
}

    .latest-container h2 {
        text-align: left;
        font-size: 28px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 40px;
    }

.game-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.game {
    width: 100%;
    width: 385px;
}

    .game div {
        position: relative;
        cursor: pointer;
    }

    .game.no-cursor div {
        cursor: default;
    }

        .game div .cta {
            border-radius: 20px;
            padding: 20px 40px;
            font-size: 28px;
            color: #fff;
            background: #00b157;
            font-weight: 900;
            text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
            box-shadow: 0 9px 0 #007339, 0px 10px 25px #000, 0px 10px 25px #000;
            border: none;
            display: block;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            outline: none;
            top: 100px;
            display: none;
            cursor: pointer;
            z-index: 10;
        }

        .game div img {
            width: 100%;
        }

        .game div:hover .cta {
            display: block;
        }

        .game div .border {
            position: absolute;
            top: 212px;
            left: 0;
            user-select: none;
            pointer-events: none;
        }

        .game div:hover img.game-img {
            opacity: .7;
        }

.coming-soon {
    pointer-events: none;
}

.game p {
    line-height: 44px;
    color: #9a9a9a;
    font-size: 18px;
    background: url(/Content/themes/zcn/shared/images/name-bg.png) no-repeat;
    width: 100%;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    margin-top: 40px;
}

.fire {
    margin-left: 10px;
}

.large-banner {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 0 100px;
    background: url(/Content/themes/zcn/shared/images/9mask-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.large-banner-container {
    width: 1200px;
    margin: 0 auto;
}

    .large-banner-container h2 {
        text-align: left;
        font-size: 28px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .large-banner-container img {
        width: 100%;
    }

    .large-banner-container .game {
        width: 100%;
    }

        .large-banner-container .game div .cta {
            top: 200px;
        }
/*.large-banner-container .game div:hover { opacity: .7; }*/

.blockbuster {
    width: 100%;
    float: left;
    background-color: #0d0d0d;
    background-image: url(/Content/themes/zcn/shared/images/blockbuster-left.png), url(/Content/themes/zcn/shared/images/blockbuster-right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 500px, right 350px;
    padding: 90px 0;
    box-sizing: border-box;
}

.blockbuster-container {
    width: 1200px;
    margin: 0 auto;
}

    .blockbuster-container h2 {
        text-align: left;
        font-size: 28px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .blockbuster-container hr {
        height: 3px;
        width: 100%;
        background: #171717;
        box-shadow: 0px 3px 5px #000;
        border: none;
        margin: 90px 0 65px;
    }

    .blockbuster-container .game p {
        background: none;
        line-height: 20px;
        padding: 0;
    }

.games {
    float: left;
    width: 100%;
    background: url(/Content/themes/zcn/shared/images/games-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 290px 0;
}

.games-container {
    width: 1200px;
    margin: 0 auto;
}

    .games-container h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
        text-shadow: 0px 2px 5px #000, 0px 2px 10px #000, 0px 2px 10px #000;
    }

    .games-container p {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 46px;
        margin-bottom: 40px;
        text-align: center;
        text-shadow: 0px 2px 5px #000, 0px 2px 10px #000, 0px 2px 10px #000;
    }

        .games-container p span {
            color: #ffc700;
        }

    .games-container button {
        border-radius: 20px;
        padding: 20px 80px;
        font-size: 28px;
        color: #fff;
        background: #00b157;
        font-weight: 900;
        text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
        box-shadow: 0 9px 0 #007339, 0px 10px 25px #000, 0px 10px 25px #000;
        border: none;
        display: block;
        outline: none;
        cursor: pointer;
        z-index: 10;
        margin: 0 auto;
    }

.exciting {
    width: 100%;
    float: left;
    background-color: #0d0d0d;
    background-image: url(/Content/themes/zcn/shared/images/exciting-left.png), url(/Content/themes/zcn/shared/images/exciting-right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 450px, right 150px;
    padding: 90px 0;
    box-sizing: border-box;
}

.exciting-container {
    width: 1200px;
    margin: 0 auto;
}

    .exciting-container h2 {
        text-align: left;
        font-size: 28px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 40px;
    }

.table {
    width: 100%;
    float: left;
    background: url(/Content/themes/zcn/shared/images/table-bg.jpg);
    padding: 100px 0 70px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
}

.table-container {
    width: 1200px;
    margin: 0 auto;
}

    .table-container h2 {
        text-align: left;
        font-size: 28px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 40px;
    }

footer {
    float: left;
    width: 100%;
    background: #161616;
    padding: 90px 0;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
}

    .footer-container p {
        text-align: center;
        color: #a7a7a7;
        font-size: 16px;
        line-height: 22px;
    }

        .footer-container p a {
            color: #a7a7a7;
            text-decoration: none;
        }

    .footer-container img {
        display: block;
        margin: 45px auto;
    }


.mobile-display {
    display: none;
}

@media screen and (max-width: 1200px) {

    .header-container, .language-container, .latest-container, .large-banner-container, .blockbuster-container, .table-container, .exciting-container, .games-container, .footer-container {
        width: 960px;
    }

    .game {
        width: 305px;
    }

        .game div .border {
            top: 167px;
        }

        .game div .cta {
            padding: 15px 30px;
            font-size: 18px;
            top: 90px;
        }

    .large-banner-container .game div .cta {
        top: 170px;
    }

    .coins-0 {
        right: 50px;
        top: 25px;
    }

    .games {
        padding: 150px 0;
    }

    header {
        height: 335px;
    }

    .header-container img {
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 960px) {

    .header-container, .language-container, .latest-container, .large-banner-container, .blockbuster-container, .table-container, .exciting-container, .games-container, .footer-container {
        width: 768px;
    }

    .game {
        width: 245px;
    }

        .game div .border {
            top: 124px;
        }

        .game p {
            font-size: 14px;
            margin-top: 10px;
        }

        .game div .cta {
            box-shadow: 0 6px 0 #007339, 0px 10px 25px #000, 0px 10px 25px #000;
            padding: 12px 30px;
            font-size: 12px;
            top: 75px;
        }

    .large-banner-container .game div .cta {
        top: 140px;
    }

    .games-container p {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {

    header {
        height: 265px;
    }

    .header-container img {
        width: 200px;
    }

    .header-container, .language-container, .latest-container, .large-banner-container, .blockbuster-container, .table-container, .exciting-container, .games-container, .footer-container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .game {
        width: 385px;
        margin-bottom: 40px;
    }

    .game-container {
        flex-direction: column;
    }

    .latest-container h2, .large-banner-container h2, .blockbuster-container h2, .table-container h2, .exciting-container h2 {
        text-align: center;
    }

    .game p {
        margin-top: 20px;
    }

    .game div .border {
        top: 212px;
    }

    .game div .cta {
        padding: 20px 50px;
        font-size: 20px;
        top: 115px;
    }

    .large-banner-container .game div .cta {
        top: 200px;
    }

    .games-container h3 {
        margin: 20px;
    }

    .games-container p {
        line-height: 32px;
    }

        .games-container p br {
            display: none;
        }

    .footer-container p br {
        display: none;
    }

    .coins-1, .coins-0, .coins-4 {
        display: none;
    }

    .mobile-display {
        display: block;
    }

    .desktop-display {
        display: none;
    }

    .large-banner-container .game {
        width: 385px;
        margin: 0 auto;
    }
    /*.large-banner-container { display: flex; align-items: center;  }*/
    .game p {
        font-size: 16px;
    }

    .latest {
        padding: 40px 0;
    }

    .blockbuster {
        padding: 60px 0 20px;
    }

    .table {
        padding: 70px 0 30px;
    }

    .exciting {
        padding: 60px 0 20px;
    }

    .game-container {
        margin-bottom: 0;
        align-items: center;
    }

    .blockbuster-container hr {
        margin: 40px 0 60px;
    }
}

@media screen and (max-width: 600px) {

    header {
        height: 235px;
    }

    .header-container img {
        width: 170px;
    }

    .header-container p {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {

    .header-container h1 {
        font-size: 22px;
    }

    .header-container p {
        font-size: 12px;
    }

    .game {
        width: 280px;
    }

        .game div .cta {
            padding: 15px 25px;
            font-size: 15px;
            top: 80px;
        }

        .game div .border {
            top: 153px;
        }

    .large-banner-container .game {
        width: 280px;
    }

        .large-banner-container .game div .cta {
            top: 150px;
        }

    .games-container h3 {
        font-size: 26px;
    }

    .games-container p {
        line-height: 22px;
        font-size: 16px;
    }

    .games-container button {
        padding: 15px 60px;
        font-size: 18px;
    }

    .footer-container p {
        font-size: 12px;
        line-height: 18px;
    }

    header video {
        width: 200%;
    }
}

@media screen and (max-width: 375px) {

    .header-container p {
        font-size: 11px;
    }
}

@media screen and (max-width: 320px) {

    .game {
        width: 250px;
    }

        .game div .cta {
            top: 65px;
        }

    .large-banner-container .game {
        width: 250px;
    }

        .large-banner-container .game div .cta {
            top: 130px;
        }

    header {
        height: 215px;
    }

    .header-container h1 {
        font-size: 18px;
    }
}

