﻿* {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
}

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
}

.inner {
    width: 700px;
    margin: 0 auto;

}

.header {
    background: -moz-linear-gradient(top, #012754 0, #000e1f 100%);
    background: -webkit-linear-gradient(top, #012754 0, #000e1f 100%);
    background: -ms-linear-gradient(top, #012754 0, #000e1f 100%);
    background: -o-linear-gradient(top, #012754 0, #000e1f 100%);
    background: linear-gradient(to bottom, #012754 0, #000e1f 100%);
}

    .header .inner {
        width: 320px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 0;
        grid-gap:0.5rem;
    }

    .header .zcLogo {
        background-image: url("/rea/aff/en/zc/3/images/ZC-mobile-logo.fs8.png");
        background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/ZC-mobile-logo.fs8.png") 1x, 
                          url("/rea/aff/en/zc/3/images/ZC-mobile-logo_2x.fs8.png") 2x);
        width: 80px;
        height: 60px;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }

    .header span {

        color: #fff;
        font-size: 24px;
        line-height: 24px;

        transform: skewX(-12deg);
        font-weight: 700;
    }

.middle {
    background: -moz-linear-gradient(top, #000000 0, #002768 50%, #001631 50%, #002768 100%);
    background: -webkit-linear-gradient(top, #000000 0, #002768 50%, #001631 50%, #002768 100%);
    background: -ms-linear-gradient(top, #000000 0, #002768 50%, #001631 50%, #002768 100%);
    background: -o-linear-gradient(top, #000000 0, #002768 50%, #001631 50%, #002768 100%);
    background: linear-gradient(to bottom, #000000 0, #002768 50%, #001631 50%, #002768 100%);
}

    .middle .inner {
        padding-bottom: 50px;
        overflow: hidden;
    }

    .middle .glow {
        background-image: url("/rea/aff/en/zc/3/images/Glow.fs8.png");
        background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/Glow.fs8.png") 1x, 
                          url("/rea/aff/en/zc/3/images/Glow_2x.fs8.png") 2x);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .middle .box {
        border-radius: 2px;
        background: -moz-linear-gradient(top, #fbe96e 0, #ffd800 50%, #ffa800 100%);
        background: -webkit-linear-gradient(top, #fbe96e 0, #ffd800 50%, #ffa800 100%);
        background: -ms-linear-gradient(top, #fbe96e 0, #ffd800 50%, #ffa800 100%);
        background: -o-linear-gradient(top, #fbe96e 0, #ffd800 50%, #ffa800 100%);
        background: linear-gradient(to bottom, #fbe96e 0, #ffd800 50%, #ffa800 100%);
    }

        .middle .box h2 {
            text-align: center;
            font-weight: 800;
            letter-spacing: -1px;
            font-size: 16px;
            padding: 8px 0 0;
            color: rgba(0,38,164,1);
            text-shadow: 2px 1.5px 0 rgba(255,255,255,1);
            transform: scaleY(1.2);
            margin-bottom: 5px;
        }

        .middle .box h3 {
            text-align: center;
            font-weight: 700;
            letter-spacing: -1px;
            font-size: 20px;
            padding: 0 0 8px;
            color: rgba(0,38,164,1);
            text-shadow: 2px 1.5px 0 rgba(255,255,255,1);
            margin-top: 0;
        }

            .middle .box h3 span {
                transform: skewX(-8deg);
                display: inline-block;
            }

    .middle .spinme {
    }

        .middle .spinme p {
            color: rgba(255,215,0,1);
            text-align: center;
            font-size: 36px;
            line-height: 36px;
            font-weight: 700;
            margin: 0 0 5px 0;
            text-transform: capitalize;
        }

    .middle .wheel {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        position: relative;
        background-image: url("/rea/aff/en/zc/3/images/Wheel.fs8.png");
        background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/Wheel.fs8.png") 1x, 
                          url("/rea/aff/en/zc/3/images/Wheel_2x.fs8.png") 2x);
        background-repeat: no-repeat;
        background-position: center center;
    }

        .middle .wheel::before {
            content: "";
            display: block;
            position: absolute;
            width: 68px;
            height: 94px;
            top: 0;
            right: -40px;
            background-image: url("/rea/aff/en/zc/3/images/Arrow.fs8.png");
            background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/Arrow.fs8.png") 1x, 
                              url("/rea/aff/en/zc/3/images/Arrow_2x.fs8.png") 2x);
        }

    .middle .rotor {
        display: none;
        width: 300px;
        height: 300px;
        background-image: url("/rea/aff/en/zc/3/images/Wheel.fs8.png");
        background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/Wheel.fs8.png") 1x, 
                          url("/rea/aff/en/zc/3/images/Wheel_2x.fs8.png") 2x);
        background-repeat: no-repeat;
        background-position: center center;
        -moz-animation: spinner 6s ease-out 1;
        -webkit-animation: spinner 6s ease-out 1;
        animation: spinner 6s ease-out 1;
        transform: rotate(3870deg);
    }

    .middle .zcWheelBtn {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("/rea/aff/en/zc/3/images/Tapper.fs8.png");
        border-radius: 150px;
        cursor: pointer;
        background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/Tapper.fs8.png") 1x, 
                          url("/rea/aff/en/zc/3/images/Tapper_2x.fs8.png") 2x);
        background-repeat: no-repeat;
        background-position: center center;
        width: 300px;
        height: 300px;
    }

    .middle .winpop { /**/
        display: none;
        width: 300px;
        padding-top: 98px;
        background-image: url("/rea/aff/en/zc/3/images/WinPop.fs8.png");
        background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/WinPop.fs8.png") 1x, 
                          url("/rea/aff/en/zc/3/images/WinPop_2x.fs8.png") 2x);
        background-repeat: no-repeat;
        background-position: top center;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        -moz-animation: spinpop 8s ease-out 1;
        -webkit-animation: spinpop 8s ease-out 1;
        animation: spinpop 8s ease-out 1;
    }

        .middle .winpop .popgrad {
            background: -moz-linear-gradient(top, #f7efda 0, #fdf4f4 57%, #f0e1bc 100%);
            background: -webkit-linear-gradient(top, #f7efda 0, #fdf4f4 57%, #f0e1bc 100%);
            background: -ms-linear-gradient(top, #f7efda 0, #fdf4f4 57%, #f0e1bc 100%);
            background: -o-linear-gradient(top, #f7efda 0, #fdf4f4 57%, #f0e1bc 100%);
            background: linear-gradient(to bottom, #f7efda 0, #fdf4f4 57%, #f0e1bc 100%);
            padding-top: 8px;
            -webkit-border-radius: 0 0 8px 8px;
            border-radius: 0 0 8px 8px;
            -webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,1);
            box-shadow: 0 0 5px 0 rgba(255,255,255,1);
        }

            .middle .winpop .popgrad p:first-of-type {
                margin-top: 0;
            }

            .middle .winpop .popgrad p {
                margin-left: 12px;
                margin-right: 12px;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
                letter-spacing: -1px;
            }

                .middle .winpop .popgrad p span {
                    font-weight: 800;
                }

    .middle .jackpot {
        margin: 0 auto;
    }

        .middle .jackpot p {
            color: rgba(255,215,0,1);
            text-align: center;
            font-size: 36px;
            line-height: 36px;
            font-weight: 700;
            margin: 0 auto 5px;
            text-transform: uppercase;
            width: 447px;
        }

    .middle .progs {
        background-image: url("/rea/aff/en/zc/3/images/Jackpot.fs8.png");
        background-image: -webkit-image-set(url("/rea/aff/en/zc/3/images/Jackpot.fs8.png") 1x, 
                          url("/rea/aff/en/zc/3/images/Jackpot_2x.fs8.png") 2x);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 447px;
        height: 108px;
        margin: 0 auto;
        -moz-animation: progani 0.5s steps(3) infinite;
        -webkit-animation: progani 0.5s steps(3) infinite;
        animation: progani 0.5s steps(3) infinite;
    }

        .middle .progs input {
            margin: 17px;
            width: 410px;
            height: 74px;
            background: transparent;
            border: none;
            color: rgba(255,215,0,1);
            text-align: center;
            font-size: 48px;
            line-height: 48px;
            font-weight: 700;
        }

@-moz-keyframes progani {
    from {
        background-position: center 0px;
    }

    to {
        background-position: center -324px;
    }
}

@-webkit-keyframes progani {
    from {
        background-position: center 0px;
    }

    to {
        background-position: center -324px;
    }
}

@keyframes progani {
    from {
        background-position: center 0px;
    }

    to {
        background-position: center -324px;
    }
}

@-moz-keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(3870deg);
    }
}

@-webkit-keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(3870deg);
    }
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(3870deg);
    }
}


@-moz-keyframes spinpop {
    0% {
        display: block;
        opacity: 0;
    }

    90% {
        transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: rotate(1080deg);
        opacity: 1;
    }
}

@-webkit-keyframes spinpop {
    0% {
        display: block;
        opacity: 0;
    }

    90% {
        transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: rotate(1080deg);
        opacity: 1;
    }
}

@keyframes spinpop {
    0% {
        display: block;
        opacity: 0;
    }

    90% {
        transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: rotate(1080deg);
        opacity: 1;
    }
}

/* ########################################################################################################## */

#preform p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0.3em 0.3em 10px;
}

    #preform p span.hilite {
        color: #ff0;
    }

#preform {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px;
}

    #preform label[for="email"], #preform label[for="firstName"], #preform label[for="lastName"] {
        display: inline;
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        margin-bottom: 0;
    }

    #preform label.error {
        position: absolute;
        display: inline;
        background: url("/rea/shared/img/icon-error.png") 1px 1px no-repeat;
        width: 18px;
        height: 18px;
        font-size: 0 !important;
        line-height: 0 !important;
        margin-top: 5px;
        text-indent: -10000px !important;
        color: transparent;
        margin-left: 2px;
    }

    #preform label.success {
        position: absolute;
        display: inline;
        background: url("/rea/shared/img/icon-success.png") 1px 1px no-repeat;
        width: 18px;
        height: 18px;
        font-size: 0 !important;
        line-height: 0 !important;
        margin-top: 5px;
        text-indent: -10000px !important;
        color: transparent;
        margin-left: 2px;
    }

    #preform input {
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-weight: 600;
        color: #fff;
        width: 210px;
        height: 16px;
        background: transparent;
        border: none;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 3px;
    }

        #preform input#firstName, #preform input#lastName {
            display: inline;
        }

        #preform input.btn {
            display: block;
            width: 240px;
            height: 54px;
            font-weight: bold;
            color: #fff;
            font-style: normal;
            cursor: pointer;
            white-space: pre-wrap;
            word-break: keep-all;
            font-size: 32px;
            line-height: 21px;
            padding: 10px 0;
            text-transform: uppercase;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border: none;
            text-shadow: 1px 1px 1px #000000;
            background: rgba(79,209,0,1);
            -webkit-appearance: none;
            margin: 0 auto;
        }

    #preform p.name {
        text-align: left;
        font-weight: 400;
    }

    #preform p.email {
        text-align: left;
        margin-bottom: 20px;
        font-weight: 400;
    }

        #preform p.name span,
        #preform p.email span {
            display: inline-block;
            width: 70px;
            font-weight: 700;
        }

/* ########################################################################################################## */

.footer {
    padding-top: 0;
}

.copyright {
    text-align: center;
}

    .copyright h3 {
        margin-bottom: 0;
        color: #fff;
    }

    .copyright p {
        margin-top: 4px;
        color: #fff;
        text-decoration: none;
    }

    .copyright a {
        color: rgba(225,225,225,1) !important;
    }

        .copyright a:hover {
            color: rgba(255,255,255,1);
            text-decoration: none;
        }

.livechat {
    width: 190px;
    margin: 0 auto 16px;
    padding: 0;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
    height: 35px;
    position: relative;
    z-index: 4;
}

.copy {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.avd {
    margin: 0 auto 10px;
    padding: 10px 10px 5px;
    background: #fff;
    max-width: 280px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.avdtxt {
    height: auto;
    padding: 0;
    margin: 0 auto;
    font-family: Arial,verdana, Sans-Serif;
    font-size: 12px;
    color: #5d5d5d;
    text-align: center;
}

.avdimg {
    margin: 0 auto;
    text-align: center;
}

    .avdimg .norton {
        background-image: url("/rea/shared/img/trust/norton.jpg");
        background-repeat: no-repeat;
        width: 104px;
        height: 50px;
        margin-right: 10px;
        display: inline-block;
    }

    .avdimg .mcaffee {
        background-image: url("/rea/shared/img/trust/mcafee.jpg");
        background-repeat: no-repeat;
        width: 106px;
        height: 50px;
        margin-right: 10px;
        display: inline-block;
    }

    .avdimg .safesecure {
        background-repeat: no-repeat;
        width: 91px;
        height: 50px;
        display: inline-block;
    }

.affid {
    background-color: #111111;
    font: normal 11px Arial,Helvetica;
    color: #999;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #090909;
    padding: 3px 4px;
    margin: 9px 10px 15px;
    clear: both;
}

.footerTracking {
    width: calc(100% - 40px);
    max-width: 420px;
    background-color: #111111;
    font: normal 11px Arial,Helvetica;
    color: #555;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #222222;
    padding: 3px 4px;
    margin: 4px auto;
    clear: both;
}

.pinkSlime {
    border: none !important;
    width: auto !important;
    text-align: center !important;
    color: #fff;
}

.regulated {
    text-align: center;
    color: #999;
    font-size: 11px;
    margin: 4px auto 10px;
    max-width: 360px;
}

    .regulated p {
        Xmargin-top: 4px;
    }

    .regulated a {
        color: #ccc;
    }

        .regulated a:hover {
            text-decoration: none;
        }

.UKreg {
    width: 440px;
    margin: 12px auto 0;
}

.eighteenplus {
    margin: 0 auto;
    width: 220px;
    display: inline-block;
    padding: 0;
    text-align: center;
}

    .eighteenplus img {
        width: 29px;
        height: 32px;
        background: url("/rea/shared/img/trust/UK-regulation-colour.png") no-repeat 0 0;
    }

.gamcom {
    margin: 0 auto;
    width: 220px;
    display: inline-block;
    padding: 0;
    text-align: center;
}

    .gamcom img {
        width: 119px;
        height: 32px;
        background: url("/rea/shared/img/trust/UK-regulation.png") no-repeat -32px 0;
    }

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    color: #ccc;
    text-align: center;
    font-size: 10px;
}

/* ########################################################################################################## */

/* temp */
html::after {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    background: #ff0;
    padding: 2px;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    font-size: 11px;
    opacity: 0.7;
    content: "optimised for 1000px and above"; /**/
    display: none;
    z-index: 999;
}




/*******************************************************************************************/
/********************************** RESPONSIVE STYLES **************************************/
/*******************************************************************************************/

/** optimised for between 720px and above **/
@media only screen and (min-width:720px) {
    html::after {
        content: "optimised for 720px and above";
    }
}
/** optimised for between 600px and 719px **/
@media only screen and (max-width:719px) {
    html::after {
        content: "optimised for between 600px and 719px";
    }

    .inner {
        width: 580px;
    }

    .middle .box h2 {
        font-size: 15px;
    }

    .middle .box h3 {
        font-size: 18px;
    }
}
/** optimised for between 480px and 599px **/
@media only screen and (max-width:599px) {
    html::after {
        content: "optimised for between 480px and 599px";
    }

    .inner {
        width: 460px;
    }

    .middle .box h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .middle .box h3 {
        margin-top: 10px;
    }

        .middle .box h3 span {
            display: block;
            line-height: 25px;
        }
}
/** optimised for between 400px and 479px **/
@media only screen and (max-width:479px) {
    html::after {
        content: "optimised for between 400px and 479px";
    }

    .inner {
        width: 380px;
    }

    .jackpot {
        transform: scale(0.8501118568232662);
        transform-origin: top left;
    }

    .middle .inner {
        padding-bottom: 30px;
    }

    .middle .box h2 {
        padding: 8px 20px 0;
    }

    .copyright p span {
        display: block
    }

    .UKreg {
        width: 400px;
    }

    .eighteenplus {
        width: 200px;
    }

    .gamcom {
        width: 200px;
    }
}
/** optimised for between 320px and 399px **/
@media only screen and (max-width:360px) {
    .middle .winpop {
        top: -80px;
    }
}
/** optimised for between 320px and 399px **/
@media only screen and (max-width:399px) {
    html::after {
        content: "optimised for between 320px and 399px";
    }

    .inner {
        width: 300px;
    }

    .jackpot {
        transform: scale(0.6711409395973154);
        transform-origin: top left;
    }

    .middle .inner {
        padding-bottom: 10px;
    }

    .middle .wheel::before {
        top: -30px;
        right: 0;
        transform: scale(0.66);
    }

    .middle .spinme p {
        font-size: 24px;
    }

    .middle .box h2 {
        padding: 8px 0 0; /*font-size: 19px;line-height: 20px;*/
    }

    .middle .box h3 {
        margin-bottom: 5px;
    }

    .UKreg {
        width: 320px;
    }

    .eighteenplus {
        width: 160px;
    }

    .gamcom {
        width: 160px;
    }
}

/*Static Jackpot Ticker*/
.jackpot-ticker {
    text-align: center;
    display: block;
    color: rgba(243,209,0,1);
    font-size: 36px;
    font-weight: bold;
    padding-top: 22px;
}
/*Ontario*/
.ontario-terms-link {
    color: white !important;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    display: block;
    text-decoration: none;
    margin-top:1rem;
}

.ontario-terms-link:before {
    content: "* ";
}

.footer p {
    font-size: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 561px;
}


.footer-icons .ontario-gambling-logo {
    width: 102px;
    height: auto;
    margin: -32px 0 0 0;
    display: inline-block;
}

.footer p, .footer a {
    font-size: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 561px;
    color: white !important;
}

.footer a {
    display: inline;
}