﻿* {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; /*'Open Sans', */
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.header {
    display: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(12,12,12,1)), to(rgba(24,24,24,1)));
    background: linear-gradient(to bottom, rgba(12,12,12,1) 0, rgba(24,24,24,1) 100%);
    border-bottom: 1px solid rgba(79,67,1,1);
    padding: 5px 0;
}
.main {
    background-image: url("/rea/shared/img/zc/9/REA-savannah-desk.jpg");
    background-image: -webkit-image-set(url("/rea/shared/img/zc/9/REA-savannah-desk.jpg") 1x, 
                      url("/rea/shared/img/zc/9/REA-savannah-desk_2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 2000px;
    height: 690px;
    color: rgba(255,255,255,1);
    position: relative;
    padding: 10px 0;
}
    .main .inner {
    }

    .main .offer {
        position: absolute;
        top: 10px;
        left: 0px;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 21px;
        text-transform: uppercase;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        height: 100px;
        width: 100px;
        border-radius: 50px;
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(231,57,57,1)), to(rgba(196,3,3,1)));
        background: linear-gradient(to right bottom, rgba(231,57,57,1) 0, rgba(196,3,3,1) 100%);
        color: white;
        text-shadow: 1px 1px 1px black;
        border: 1px solid black;
        -webkit-box-shadow: 0 0 2px 0 white, 0 0 2px 0 white, 0 0 2px 0 white, 0 0 2px 0 white;
        box-shadow: 0 0 2px 0 white, 0 0 2px 0 white, 0 0 2px 0 white, 0 0 2px 0 white;
    }

    .main .chances {
        width: 620px;
        padding-bottom: 10px;
    }

        .main .chances h1 {
            color: rgba(252,255,0,1);
            text-align: center;
            text-transform: uppercase;
            font-size: 60px;
            line-height: 60px;
            text-shadow: 2px 2px 0 black;
        }

            .main .chances h1 span {
                color: rgba(244,249,245,1);
                display: block;
                font-size: 32px;
                line-height: 32px;
                padding: 0;
            }

.jackpot {
    width: 296px;
    height: 77px;
    position: relative;
    background-image: url("/rea/shared/img/zc/9/REA-jackpot-shell.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/zc/9/REA-jackpot-shell.fs8.png") 1x, 
                      url("/rea/shared/img/zc/9/REA-jackpot-shell_2x.fs8.png") 2x);
    background-repeat: no-repeat;
    background-position: top center;
}

body.reg-gb .jackpot {
    top: 362px;
    left: 216px;
    background-color: rgba(0,0,0,0.7);
    width: 328px;
    height: 184px;
    position: absolute;
    background-position: center center;
    padding-top: 55px;
}

    body.reg-gb .jackpot > p {
        position: absolute;
        font-size: 24px;
        font-weight: 700;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 55px;
        margin: 0;
        text-transform: uppercase;
    }

.jackpot .jpani {
    background-image: url("/rea/shared/img/zc/9/REA-jackpot-sprite.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/zc/9/REA-jackpot-sprite.fs8.png") 1x, 
                      url("/rea/shared/img/zc/9/REA-jackpot-sprite_2x.fs8.png") 2x);
    background-repeat: no-repeat;
    background-position: top center;
    width: 296px;
    height: 77px;
    margin: 0 auto;
    left: 0;
    -webkit-animation: progani 1s steps(3) infinite;
    animation: progani 1.2s steps(3) infinite;
}

@-webkit-keyframes progani {
    from {
        background-position: center 0px;
    }

    to {
        background-position: center -231px;
    }
}

@keyframes progani {
    from {
        background-position: center 0px;
    }

    to {
        background-position: center -231px;
    }
}

.jackpot .jpani .progressive-jackpot-ticker {
    text-align: center;
    display: block;
    color: rgba(243,209,0,1);
    font-size: 36px;
    font-weight: bold;
    padding-top: 20px;
}

/*.main .go2form {display:none;}*/
body.reg-gb .main .go2form {
    display: block;
}

    body.reg-gb .main .go2form a {
        margin: 0 auto 10px;
    }

.main .limited {
    position: relative;
    padding: 8px 0;
    margin-top: 10px;
}

    .main .limited .ltdbtn {
        background: black;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        width: 160px;
        -webkit-transform: rotate(-6.5deg);
        transform: rotate(-6.5deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        position: absolute;
        top: 35px;
        left: calc(50% - 145px);
    }
.main .form {
    position: relative;
    width: 320px;
    padding: 10px;
    margin-left: calc(50% + 170px);
    margin-top: 60px;
    /*right:0;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(202,198,199,1)), color-stop(17%, rgba(226,226,226,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(91%, rgba(226,226,226,1)), to(rgba(202,198,199,1)));
    background: linear-gradient(to bottom, rgba(202,198,199,1) 0, rgba(226,226,226,1) 17%, rgba(255,255,255,1) 71%, rgba(226,226,226,1) 91%, rgba(202,198,199,1) 100%);
    border: 2px solid rgba(255,255,255,1);
    border-radius: 12px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,1), 0 0 1px 0 rgba(0,0,0,1), 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 1px 0 rgba(0,0,0,1), 0 0 1px 0 rgba(0,0,0,1), 0 0 20px 0 rgba(0,0,0,0.5);
}

body.reg-gb .main .form ul {
    list-style-type: none;
    padding: 0;
    margin: 5px auto 10px;
    width: 270px;
}

body.reg-gb .main .form p,
body.reg-gb .main .form li {
    color: rgba(0,0,0,1);
    font-size: 12px;
    text-align: center;
    margin: 1px auto;
}

body.reg-gb .main .form li {
    padding-left: 75px;
    position: relative;
    display: inline-block;
    text-align: left;
}

    body.reg-gb .main .form li span {
        position: absolute;
        font-weight: 700;
        left: 0;
        display: block;
    }

body.reg-gb .main .form p:first-of-type {
    font-size: 14px;
    margin: 5px auto;
}

body.reg-gb .main .form p.ot {
    font-size: 12px;
    margin: 2px auto 0;
}

body.reg-gb .ot-desk {
    display: block;
}

body.reg-gb .ot-device {
    display: none;
}
/*body.reg-gb .main .form > p:last-of-type {font-size:21px;margin-top:10px;}*/
.main .form .logo2 {
    left: 0;
    height: 118px;
    width: 316px;
    margin: -10px;
    background-image: url("/rea/shared/img/logo/ZC-REA-logo_2x.fs8.png"), linear-gradient(to bottom, rgba(70,70,70,1) 0, rgba(18,18,18,1) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 198px, auto;
    border-radius: 12px 12px 0 0;
}

.main .form h2 {
    text-align: center;
    color: black;
    font-size: 28px;
    text-transform: uppercase;
}

body.reg-gb .main .form h2 {
    margin-top: 15px;
    margin-bottom: 0;
}

.main .form h2 > span:first-of-type {
    display: block;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    /*letter-spacing:1px;*/
    color: rgba(247,196,19,1);
    text-shadow: 0 0 4px rgba(18,18,18,1), 0 0 4px rgba(18,18,18,1), 0 0 4px rgba(18,18,18,1), 0 0 4px rgba(18,18,18,1), 0 0 4px rgba(18,18,18,1), 0 0 4px rgba(18,18,18,1), 0 0 4px rgba(18,18,18,1), 0 0 4px rgba(18,18,18,1);
}

.main .form h2 > span:last-of-type {
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}

body.reg-gb .main .form h2 > span:last-of-type {
    /*line-height: 50px;*/
}
/*.main .form h2 > span > span {white-space:nowrap;}
.main .form h2 > span > span > span {display:none;}*/
.fortnc {
    text-align: center;
    color: rgba(0,0,0,1);
    font-size: 12px;
    margin: 0 0 7px;
    display: none;
}

.winners .fortnc {
    color: rgba(255,255,255,1);
    margin: 5px 0 0;
}
.main .form .details {
    position: relative;
    vertical-align: top;
}

.main .form .simple {
    display: none;
    background: rgba(253,208,51,1);
    border: 1px solid rgba(167,143,63,1);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 200px;
    border-radius: 5px;
    -webkit-transform: rotate(-1.3deg);
    transform: rotate(-1.3deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 0 auto 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,1);
    box-shadow: 2px 2px 1px 0 rgba(0,0,0,1);
}

.main .form .txt_1 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 5px #000000;
    margin: 0;
    padding-bottom: 10px;
    letter-spacing: -1px;
}

.main .form .txt_2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 5px #000000;
    color: rgba(243,209,0,1);
    margin: 0;
    letter-spacing: -1px;
}

.regulated {
    background: radial-gradient(ellipse farthest-side at center bottom, rgba(143,95,27,1) 0%, rgba(39,26,1,1) 100%);
    border-top: solid 2px rgba(207,207,207,1);
    box-shadow: 0 -2px 0 0 rgba(0,0,0,1);
    padding: 20px 0;
}

    .regulated .inner > div {
        /*margin-top: -70px;
    width: 610px;
    border: solid 2px rgba(255,255,255,0.8);
    background: rgba(0,0,0,0.6);*/
        padding: 5px 10px;
        border-radius: 8px;
        color: rgba(255,255,255,1);
    }

        .regulated .inner > div h4 {
            margin: 0;
            font-size: 16px;
            line-height: 16px;
            text-align: center;
        }

        .regulated .inner > div p {
            font-size: 13px;
            line-height: 15px;
            text-align: center;
        }

.winners, .winners * {
    box-sizing: content-box;
}

.winners {
    background: radial-gradient(ellipse farthest-side at center bottom, #595959 0%, #000000 100%);
    color: white;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-top: solid 2px rgba(207,207,207,1);
    box-shadow: 0 -2px 0 0 rgba(0,0,0,1);
}

    .winners h2 {
        padding-top: 20px;
        margin: 0;
        font-size: 28px;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

    .winners p {
        padding: 0 10px;
    }

        .winners p:first-of-type {
            margin-top: 5px;
        }

        .winners h2 span,
        .winners p span {
            color: rgba(239,213,0,1);
        }

    .winners .wingroup {
        margin-bottom: 32px;
        overflow: hidden;
    }

        .winners .wingroup > div {
            display: inline-block;
            width: 33%;
        }

            .winners .wingroup > div > div {
                -webkit-transform: translateY(43px);
                transform: translateY(43px);
                font-size: 13px;
                line-height: 19px;
                background: black;
                padding: 5px 0;
            }

body.reg-gb .winners .wingroup > div > div {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
}

.winners .wingroup > div > div span {
    color: rgba(239,213,0,1);
}

.winners .wingroup .dp,
.winners .wingroup .gm,
.winners .wingroup .ir {
    background-size: cover;
    height: 72px;
    width: calc(33% - 10px);
    margin: 0 5px;
    padding-top: calc((33% - 10px) * 0.5770609318996416);
}

.winners .wingroup .dp {
    background-image: url("/rea/shared/img/winner/GMD-REA-winnerDP.fs8.png");
}

.winners .wingroup .gm {
    background-image: url("/rea/shared/img/winner/GMD-REA-winnerGM.fs8.png");
}

.winners .wingroup .ir {
    background-image: url("/rea/shared/img/winner/GMD-REA-winnerIR.fs8.png");
    background-position: 30% center;
}

.winners .wingroup .mg {
    background-image: url("/rea/shared/img/winner/GMD-REA-winnerMG.fs8.png");
}

.winners .wingroup .fd {
    background-image: url("/rea/shared/img/winner/GMD-REA-winnerFD.fs8.png");
}

.go2form a {
    display: block;
    width: 240px;
    font-weight: bold;
    color: black;
    font-style: normal;
    cursor: pointer;
    white-space: pre-wrap;
    word-break: keep-all;
    font-size: 20px;
    line-height: 23px;
    padding: 4px 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px white;
    border-radius: 10px;
    border: 1px solid rgba(119,101,4,1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,246,110,1)), to(rgba(247,196,18,1)));
    background: linear-gradient(to bottom, rgba(255,246,110,1) 0, rgba(247,196,18,1) 100%);
    margin: 20px auto 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

    .go2form a::before, .go2form a::after {
        content: "";
        position: absolute;
        background-image: url("/rea/shared/img/zc/9/REA-black-arrow.fs8.png");
        background-image: -webkit-image-set(url("/rea/shared/img/zc/9/REA-black-arrow.fs8.png") 1x, 
                          url("/rea/shared/img/zc/9/REA-black-arrow_2x.fs8.png") 2x);
        background-repeat: no-repeat;
        background-position: 0 0;
        top: 25px;
        width: 25px;
        height: 23px;
    }

    .go2form a::before {
        left: 8px;
    }

    .go2form a::after {
        right: 8px;
        background-position: -27px 0;
    }

    .go2form a span {
        display: block;
        font-size: 24px;
        line-height: 20px;
    }

.hdgames {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(202,198,199,1)), color-stop(8%, rgba(242,242,242,1)), color-stop(90%, rgba(255,255,255,1)), to(rgba(239,238,238,1)) );
    background: linear-gradient(to top, rgba(202,198,199,1) 0, rgba(242,242,242,1) 8%, rgba(255,255,255,1) 90%, rgba(239,238,238,1) 100% );
    margin-top: 0;
    padding: 10px 0 0;
}

    .hdgames p {
        margin: 0;
        padding-bottom: 10px;
        text-align: center;
        font-size: 21px;
        font-weight: 700;
        color: black;
        text-shadow: 0px 0px 1px white, 0px 0px 1px white, 0px 0px 1px white, 0px 0px 1px white;
    }

        .hdgames p span {
            display: block;
            font-size: 24px;
        }

    .hdgames .screens {
        width: 48%;
        display: inline-block;
        padding: 0 1%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

        .hdgames .screens .shot {
            display: inline-block;
            width: 31%;
            height: 68px;
            padding: 0 1% 0;
            margin-bottom: 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background-image: url("/rea/shared/img/zc/9/JpotFire-game-sprite.fs8.png");
            background-image: -webkit-image-set(url("/rea/shared/img/zc/9/JpotFire-game-sprite.fs8.png") 1x, 
                              url("/rea/shared/img/zc/9/JpotFire-game-sprite_2x.fs8.png") 2x);
            background-repeat: no-repeat;
            background-position: center 0;
            vertical-align: top;
        }

            .hdgames .screens .shot p {
                position: relative;
                top: 68px;
                font-size: 11px;
                text-transform: uppercase;
                font-weight: 400;
            }

        .hdgames .screens .megamoolah {
            background-position: center 0;
        }

        .hdgames .screens .euroroulette {
            background-position: center -68px;
        }

        .hdgames .screens .thunderstruck2 {
            background-position: center -136px;
        }

        .hdgames .screens .crvip {
            background-position: center -204px;
        }

        .hdgames .screens .breakdabank {
            background-position: center -272px;
        }

        .hdgames .screens .barbarblacksheep {
            background-position: center -340px;
        }

        .hdgames .screens .avalon {
            background-position: center -408px;
        }

        .hdgames .screens .untamedwildpanda {
            background-position: center -476px;
        }

        .hdgames .screens .wildorient {
            background-position: center -544px;
        }

        .hdgames .screens .cashsplash5reel {
            background-position: center -612px;
        }

        .hdgames .screens .basketballstar {
            background-position: center -680px;
        }

        .hdgames .screens .ariana {
            background-position: center -748px;
        }
.arrow_jp1 {
    top: -160px;
    left: 400px;
    -webkit-transform: scale(0.4, 0.4) rotate(100deg);
    transform: scale(0.4, 0.4) rotate(100deg);
}

.arrow_jp2 {
    top: 140px;
    left: 450px;
    -webkit-transform: scale(0.8, -0.8) rotate(30deg);
    transform: scale(0.8, -0.8) rotate(30deg);
}

.arrow_form1 {
    top: 0;
    left: -80px;
    display: none;
}

.arrow_form2 {
    bottom: -30px;
    left: -45px;
}

body.reg-ca .arrow_form2 {
    top: 460px;
}

body[data-variation="v1"].reg-ca .arrow_form2 {
    top: 480px;
}

.arrow_form3 {
    display: none;
}

@keyframes slidein {
    0% {
        bottom: -82px;
        visibility: hidden;
    }

    88% {
        bottom: -82px;
        visibility: visible;
    }

    100% {
        bottom: 10px;
    }
}

.offerpop {
    position: fixed;
    box-sizing: border-box;
    z-index: 99;
    width: 300px;
    height: 80px;
    bottom: 10px;
    background-color: rgba(71,69,69,1);
    background: linear-gradient(to bottom, rgba(202,198,199,1) 0, rgba(226,226,226,1) 17%, rgba(255,255,255,1) 71%, rgba(226,226,226,1) 91%, rgba(202,198,199,1) 100%);
    border: solid 0px rgba(50,48,48,1);
    border-radius: 6px;
    right: calc(50% - 150px);
    box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,0.5), inset -2px -2px 2px 0 rgba(0,0,0,0.5), 3px 3px 5px 0 rgba(0,0,0,0.7);
    animation: slidein 4000ms;
    padding-top: 6px;
}

body[data-device="0"] .offerpop {
    right: 10px;
}

.offerpop p {
    color: rgba(0,0,0,1);
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 58px;
    letter-spacing: -0.5px;
}

    .offerpop p span {
        /*font-size:16px;*/
        font-weight: 800;
        text-shadow: 0px 0px 1px rgba(255,255,255,1), 0px 0px 1px rgba(255,255,255,1), 0px 0px 1px rgba(255,255,255,1);
        vertical-align: top;
        /*padding:0 2px;*/
        letter-spacing: -1px;
        color: rgba(149, 124, 27,1);
    }

        .offerpop p span#ppl {
            display: inline-block;
            text-align: right;
            padding-left: 0;
        }

        .offerpop p span#offer {
        }

.offerpop #close {
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.08);
    color: rgba(0,0,0,0.6);
    padding: 3px 2px 1px;
    border: solid 1px rgba(0,0,0,0.6);
    border-radius: 3px;
    cursor: pointer;
}

    .offerpop #close:hover {
        background: rgba(0,0,0,0.00);
        color: rgba(0,0,0,0.8);
        border: solid 1px rgba(0,0,0,0.8);
        box-shadow: 1px 1px 1px 0 rgba(255,255,255,1), inset 1px 1px 1px 0 rgba(255,255,255,1);
        text-shadow: 1px 1px 1px rgba(255,255,255,1);
    }

.clock {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: 22px;
    left: 13px;
    border: 3px solid rgba(239,213,0,1);
    border-radius: 50%;
    box-shadow: 1px 1px 0.5px 0 rgba(0,0,0,0.7), inset 1px 1px 0.5px 0 rgba(0,0,0,0.7);
}

    .clock::before {
        content: "";
        position: absolute;
        background: rgba(239,213,0,1);
        height: 12px;
        width: 3px;
        left: 12px;
        top: 2px;
        box-shadow: 1px 1px 0.5px 0 rgba(0,0,0,0.7);
    }

    .clock::after {
        content: "";
        position: absolute;
        background: rgba(239,213,0,1);
        height: 2px;
        width: 10px;
        left: 12px;
        top: 14px;
        box-shadow: 0.5px 1px 0.5px 0 rgba(0,0,0,0.7);
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }


/* ########################################################################################################## */

#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: 0 10px 10px;
    position: relative;
}

    #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, #preform button.btn, #preform button.btn2 {
        font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-weight: 600;
        color: #222;
        width: 210px;
        line-height: 16px;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 6px;
    }

        #preform input#firstName, #preform input#lastName {
            display: inline;
        }

    #preform button.btn, #preform button.btn2 {
        display: block;
        width: 240px;
        height: 72px;
        font-weight: bold;
        color: black;
        font-style: normal;
        cursor: pointer;
        white-space: pre-wrap;
        word-break: keep-all;
        font-size: 20px;
        line-height: 21px;
        padding: 5px 0 10px;
        text-transform: uppercase;
        border-radius: 10px;
        text-shadow: 1px 1px 1px white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,246,110,1)), to(rgba(247,196,18,1)));
        background: linear-gradient(to bottom, rgba(255,246,110,1) 0, rgba(247,196,18,1) 100%);
        border: 1px solid rgba(119,101,4,1);
        -webkit-appearance: none;
        margin: 25px auto 0;
        position: relative;
    }

    #preform button.btn, #preform button.btn2 {
        display: none;
    }

    #preform button.btn2 {
        height: 74px;
        margin: 5px auto 0;
    }

        #preform button.btn::before, #preform button.btn::after, #preform button.btn2::before, #preform button.btn2::after {
            content: "";
            position: absolute;
            background-image: url("/rea/shared/img/zc/9/REA-black-arrow.fs8.png");
            background-image: -webkit-image-set(url("/rea/shared/img/zc/9/REA-black-arrow.fs8.png") 1x, 
                              url("/rea/shared/img/zc/9/REA-black-arrow_2x.fs8.png") 2x);
            background-repeat: no-repeat;
            background-position: 0 0;
            top: 25px;
            width: 25px;
            height: 23px;
        }

        #preform button.btn2::before, #preform button.btn2::after {
            top: 25px;
        }

        #preform button.btn:before, #preform button.btn2:before {
            left: 8px;
        }

        #preform button.btn:after, #preform button.btn2:after {
            right: 8px;
            background-position: -27px 0;
        }

        #preform button.btn span, #preform button.btn2 span {
            display: block;
            font-size: 24px;
            line-height: 21px;
        }

    #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;
        }


#btnB {
    display: none;
}
/*.go2form a span:last-of-type,
#preform button.btn span:last-of-type, 
#preform button.btn2 span:last-of-type {display:none;}*/

/************************************* V3 ***************************************/

.input-group.submission button {
    position: relative;
    width: 192px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(247,193,28,1)), color-stop(44%, rgba(247,214,28,1)), to(rgba(238,252,14,1)));
    background: -webkit-linear-gradient(bottom, rgba(247,193,28,1) 0%, rgba(247,214,28,1) 44%, rgba(238,252,14,1) 100%);
    background: -o-linear-gradient(bottom, rgba(247,193,28,1) 0%, rgba(247,214,28,1) 44%, rgba(238,252,14,1) 100%);
    background: linear-gradient(to top, rgba(247,193,28,1) 0%, rgba(247,214,28,1) 44%, rgba(238,252,14,1) 100%);
    border: none;
    border-radius: 6px;
    font-family: "Cormorant", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: rgba(0,0,0,1);
    text-shadow: 0 0 3px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1);
}

    .input-group.submission button::after {
        content: "";
        position: absolute;
        border-radius: 5px;
        top: 2px;
        left: 2px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: solid 2px rgba(247,214,28,1);
    }

    .input-group.submission button span {
        display: block;
    }

        .input-group.submission button span::before, .input-group.submission button span::after {
            content: "";
            position: absolute;
            background-image: url("/rea/shared/img/zc/9/REA-black-arrow.fs8.png");
            background-image: -webkit-image-set(url("/rea/shared/img/zc/9/REA-black-arrow.fs8.png") 1x, 
                              url("/rea/shared/img/zc/9/REA-black-arrow_2x.fs8.png") 2x);
            background-repeat: no-repeat;
            background-position: 0 0;
            top: 10px;
            width: 25px;
            height: 23px;
        }

        .input-group.submission button span::before {
            left: 10px;
            top: 33px;
        }

        .input-group.submission button span::after {
            right: 10px;
            top: 33px;
            background-position: -27px 0;
        }


/* ########################################################################################################## */

.footer {
    padding-top: 10px;
    background: radial-gradient(ellipse farthest-side at center bottom, #595959 0%, #000000 100%);
    padding-bottom: 10px;
    border-top: solid 2px rgba(207,207,207,1);
    box-shadow: 0 -2px 0 0 rgba(0,0,0,1);
}

.copyright {
    text-align: center;
    color: white;
}

    .copyright h3 {
        margin-bottom: 0;
    }

    .copyright p {
        margin-top: 4px;
        text-decoration: none;
    }

    .copyright a {
        color: white;
    }

        .copyright a:hover {
            text-decoration: none;
        }

.livechat {
    width: 190px;
    margin: 0 auto 16px;
    padding: 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(255,255,255,0.4);
    box-shadow: 2px 2px 2px 0 rgba(255,255,255,0.4);
    height: 35px;
    position: relative;
}

.copy {
    text-align: center;
    font-size: 12px;
    color: white;
}

.avd {
    margin: 0 auto 10px;
    padding: 10px 5px 5px;
    background: rgba(255,255,255,1);
    max-width: 460px;
    border-radius: 5px;
}

.avdtxt {
    height: auto;
    padding: 0;
    margin: 0 auto;
    font-family: Arial,verdana, Sans-Serif;
    font-size: 12px;
    color: black;
    text-align: center;
}

    .avdtxt a {
        color: rgba(100,80,20,1);
        font-weight: normal;
    }

.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;
        display: inline-block;
    }

    .avdimg .mcaffee {
        background-image: url("/rea/shared/img/trust/mcafee.jpg");
        background-repeat: no-repeat;
        width: 106px;
        height: 50px;
        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: #222;
    font: normal 11px Arial,Helvetica;
    color: #ccc;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #444;
    padding: 3px 4px;
    margin: 4px auto;
    clear: both;
}

.pinkSlime {
    border: none !important;
    width: auto !important;
    text-align: center !important;
    color: #999;
}

.main .limited .offertermsGB {
    position: relative;
    font-size: 12px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

h4.regulated {
    text-align: center;
    color: #808080;
    font-size: 12px;
    font-weight: 700;
    margin: 4px auto 0;
}

p.regulated {
    text-align: center;
    color: rgb(230, 242, 245);
    font-size: 11px;
    margin: 4px auto 0;
    padding: 0 5px;
}

body.reg-gb p.regulated {
    padding: 0 5px 8px;
}

.regulated a {
    color: #fff;
}

    .regulated a:hover {
        text-decoration: none;
    }

.UKreg {
    max-width: 440px;
    margin: 12px auto 0;
    text-align: center;
}

.eighteenplus {
    display: inline-block;
    width: 29px;
    height: 32px;
    background: url("/rea/shared/img/footer-logos/ukgc-icons-white.fs8.png") no-repeat 0 0;
}

.mga {
    display: inline-block;
    width: 95px;
    height: 32px;
    background: url("/rea/shared/img/footer-logos/ukgc-icons-white.fs8.png") no-repeat 0 0;
    margin: 0 6px;
    background-position: -153px bottom;
}

.gamcon {
    display: inline-block;
    width: 119px;
    height: 32px;
    background: url("/rea/shared/img/footer-logos/ukgc-icons-white.fs8.png") no-repeat -32px 0;
}

.begamblingaware {
    display: inline-block;
    width: 125px;
    height: 32px;
    background: url("/rea/shared/img/footer-logos/ukgc-icons-white.fs8.png") no-repeat 0 0;
    margin: 0 6px;
    background-position: -248px bottom;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    color: #999;
    text-align: center;
    font-size: 10px;
    padding: 0 5px;
}

.signinbtn {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 5px;
    left: 50%;
    margin-left: 251px;
    right: auto;
    text-align: right;
    z-index: 3;
}

    .signinbtn a {
        display: inline-block;
        width: auto;
        padding: 5px 7px;
        margin-right: 5px;
        color: rgba(255,255,255,0.85);
        text-shadow: 0 -1px 0 rgba(255, 186, 1, 0.25);
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        background-color: #551D59;
        background: -webkit-gradient(to bottom, #551D59 0, #523473 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #551D59), to(#523473));
        background: linear-gradient(to bottom, #551D59 0, #523473 100%);
        background-repeat: repeat-x;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-radius: 4px;
    }

        .signinbtn a:hover {
            color: rgba(255,255,255,1);
            text-shadow: 0 -1px 0 rgba(255, 186, 1, 0.25);
            background-color: #551D59;
            background: -webkit-gradient(to bottom, #551D59 0, #523473 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #551D59), to(#523473));
            background: linear-gradient(to bottom, #551D59 0, #523473 100%);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        }

@-webkit-keyframes gopher {
    0% {
        -webkit-transform: translateX(120vw);
        transform: translateX(120vw);
        opacity: 0;
    }

    3% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    36% {
        -webkit-transform: translateX(-120vw);
        transform: translateX(-120vw);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(120vw);
        transform: translateX(120vw);
        opacity: 0;
    }
}

@keyframes gopher {
    0% {
        -webkit-transform: translateX(120vw);
        transform: translateX(120vw);
        opacity: 0;
    }

    3% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    36% {
        -webkit-transform: translateX(-120vw);
        transform: translateX(-120vw);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(120vw);
        transform: translateX(120vw);
        opacity: 0;
    }
}

iframe {
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    visibility: hidden !important;
    border: none !important;
}

.footer-icons {
    background: #000;
    padding: 10px 0 5px;
    margin: 12px 0;
    text-align: center;
}

    .footer-icons > * {
        display: inline-block;
    }

.bIcons {
    background-image: url("/rea/shared/img/trust/footer-icons.fs8.png");
    background-repeat: no-repeat;
    height: 45px
}

    .bIcons.bIcon-PSC {
        background-position: -2600px 0;
        width: 150px
    }

    .bIcons.bIcon-PAY {
        background-position: -2200px 0;
        width: 80px
    }

    .bIcons.bIcon-NET {
        background-position: -2000px 0;
        width: 86px
    }

    .bIcons.bIcon-ENT {
        background-position: -1800px 0;
        width: 106px
    }

    .bIcons.bIcon-MAE {
        background-position: -1400px 0;
        width: 56px
    }

    .bIcons.bIcon-MCC {
        background-position: -1200px 0;
        width: 56px
    }

    .bIcons.bIcon-VIS {
        background-position: -1000px 0;
        width: 60px
    }

    .bIcons.bIcon-MGS {
        background-position: -600px 0;
        width: 102px
    }

    .bIcons.bIcon-CR {
        background-position: -800px 0;
        width: 63px
    }

    .bIcons.bIcon-ECO {
        background-position: -400px 0;
        width: 140px
    }

    .bIcons.bIcon-KAHN {
        background-position: -200px 0;
        width: 140px
    }

    .bIcons.bIcon-18 {
        background-position: 3px 0;
        width: 33px
    }

    .bIcons.bIcon-AU {
        background-position: -3600px 0;
        width: 118px
    }

    .bIcons.bIcon-MGA {
        background-position: -2800px 0;
        width: 100px
    }

    .bIcons.bIcon-GamblingCommission {
        background-position: -3000px 0;
        width: 120px
    }

    .bIcons.bIcon-AAMS {
        background-position: -3800px 0;
        width: 105px
    }

    .bIcons.bIcon-GamblingAware {
        background-position: -3600px -45px;
        width: 155px
    }

    .bIcons.bIcon-GamStop {
        background-position: -3800px -45px;
        width: 105px;
    }
/*******************************************************************************************/
/********************************* STYLES FOR CA$ MODAL ************************************/
/*******************************************************************************************/
div.modal section.container {
    width: auto;
}

#preform p {
    text-align: left;
    width: 212px;
    font-size: 11px;
    line-height: 14px;
}

    #preform p label {
        color: rgba(255,255,255,1);
        font-weight: 400;
    }

        #preform p label input {
            width: auto;
            margin: 0;
            vertical-align: middle;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #preform p label input.invalidField {
                outline: solid 2px #c00;
            }

#preform input.invalidField {
    outline: solid 2px #c00;
}

body.reg-ca #preform p {
    margin: 0 auto 10px;
}

    body.reg-ca #preform p label {
        color: rgba(0,0,0,1);
    }

        body.reg-ca #preform p label a {
            color: rgba(112,96,4,1);
        }

            body.reg-ca #preform p label a:hover {
                text-decoration: none;
            }

body.reg-ca #preform input {
}

    body.reg-ca #preform input#firstName, body.reg-ca #preform input#lastName {
        margin-bottom: 3px;
    }

body.reg-ca #preform button.btn {
    margin-top: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    border-radius: 12px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 0 15px;
    overflow-y: auto;
}

    /* added by G to conform with content on core domains */
    .modal-body ol ol {
        list-style: lower-roman outside;
    }

        .modal-body ol ol ol {
            list-style: lower-alpha outside;
        }

            .modal-body ol ol ol ol {
                list-style: lower-greek outside;
            }
/******************************************************/

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}


.modal button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 2px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    cursor: pointer;
}
/*background:rgba(242,242,242,1);
    border:2px solid rgba(186,186,186,1);
    color:rgba(168,0,0,0.6);
}
.modal button.close:hover {
    border:2px solid rgba(128,128,128,1);
    background:rgba(228,228,228,1);
    color:rgba(168,0,0,0.8);
    color:rgba(255,255,255,1);
}*/
.modalLink {
    cursor: pointer;
    color: rgba(243,209,0,1);
}

body.reg-gb .form .modalLink {
    cursor: pointer;
    color: rgba(140,100,30,1);
}

.modalLink:hover {
    text-decoration: none;
}

/* Limit height of modals */
.modal-body {
    overflow-y: auto;
}

#desktop-privacyModal .modal-body,
#desktop-termsModal .modal-body {
    height: 80vh;
}

#mobile-termsModal .modal-body {
    height: 78.5vh;
}

.mobile-terms, .desktop-terms, .desktop-privacy {
    font-size: 80%;
}

    .mobile-terms .container {
        width: auto;
    }

    .mobile-terms ol, .mobile-terms ul, .desktop-terms ol, .desktop-terms ul {
        padding-left: 20px;
    }

.modal-offer-disclaimer p {
    margin-bottom: 10px
}

.modal-offer-disclaimer ul {
    padding-left: 20px
}

.modal-offer-disclaimer .modal-header {
    border-radius: 7px 7px 0 0
}

.modal-offer-disclaimer .modal-body {
    overflow-y: auto;
    max-height: 75vh;
    padding-bottom: 0;
    font-size: 14px
}

@media screen and (max-width:479px) {
    .modal-offer-disclaimer .modal-body {
        max-height: 67.5vh
    }
}

@media screen and (max-height:568px) and (orientation:portrait) {
    .modal-offer-disclaimer .modal-body {
        max-height: 57.5vh
    }
}

@media screen and (max-width:767px) and (max-height:414px) and (orientation:landscape) {
    .modal-offer-disclaimer .modal-body {
        max-height: 55vh
    }
}

.modal-offer-disclaimer .modal-footer {
    padding: 0;
    text-align: center;
    border-radius: 0 0 7px 7px
}

.modal-offer-disclaimer .offer-disclaimer-cta {
    display: block;
    width: 100%;
    height: 100%
}

.modal-offer-disclaimer .modal-content {
    border: 1px solid #fff;
    color: #fff;
}

.modal-offer-disclaimer .modal-header {
    border-bottom: 0;
    padding: 18px;
    /*background: -webkit-linear-gradient(top,#144f92 0,#0d295c 100%);
    background: linear-gradient(to bottom,#144f92 0,#0d295c 100%);*/
}

.modal-offer-disclaimer .close {
    color: #fff;
    font-size: 14px;
    opacity: .8;
    background: none;
    border: none;
    font-weight:700;
}

.modal-offer-disclaimer .modal-body a {
    color: #fff;
}

.modal-offer-disclaimer .modal-title {
    font-size: 24px;
    display: block;
    text-align: center;
}

.modal-offer-disclaimer .modal-body {
    padding: 0;
    text-align: center;
    border-top: 1px solid #fff;
    font-weight: 700;
}

.modal-offer-disclaimer .modal-body {
    overflow-y: auto;
    max-height: 75vh;
    padding-bottom: 0;
    font-size: 14px;
}

    .modal-offer-disclaimer .modal-body p:last-child, .modal-offer-disclaimer .modal-body ul:last-child {
        margin-bottom: 0;
    }

    .modal-offer-disclaimer .modal-body ul {
        padding-left: 0;
        list-style-type: none;
    }

.modal-offer-disclaimer ul {
    padding-left: 20px;
}

.modal-offer-disclaimer .offer-disclaimer-deposit-list li:not(:last-of-type) {
    margin-bottom: .75em;
}

.modal-offer-disclaimer .modal-body p:last-child, .modal-offer-disclaimer .modal-body ul:last-child {
    margin-bottom: 0;
}

.modal-offer-disclaimer .modal-body ul {
    padding-left: 0;
    list-style-type: none;
}

.modal-offer-disclaimer .offer-disclaimer-games-list {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.modal-offer-disclaimer .disclaimer-container {
    padding: 10px 15px;
}

    .modal-offer-disclaimer .disclaimer-container:nth-of-type(odd) {
        background: #0d295c;
    }

    .modal-offer-disclaimer .disclaimer-container:nth-of-type(even) {
        background: #144f92;
    }

.modal-offer-disclaimer .modal-footer {
    background: #dd7d00;
    border-top: 1px solid #fff;
    padding: 0;
    text-align: center;
    border-radius: 0 0 7px 7px;
}

.modal-offer-disclaimer .offer-disclaimer-cta {
    padding: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.modal-offer-disclaimer .offer-disclaimer-cta {
    display: block;
    width: 100%;
    height: 100%;
}

#offerDisclaimerModal.modal-offer-disclaimer .modal-header {
    background: linear-gradient(to bottom,#5b5b5b 0,#2b2b2b 100%);
}

#offerDisclaimerModal.modal-offer-disclaimer .modal-body {
    color: rgba(0,0,0,1);
}

#offerDisclaimerModal.modal-offer-disclaimer button.offer-disclaimer-cta:disabled {
    color: #000;
    background: #9b7442;
    cursor: not-allowed;
    border-radius: 0 0 6px 6px;
}

#offerDisclaimerModal.modal-offer-disclaimer button.offer-disclaimer-cta {
    color: #fff;
    background: #dd7d00;
    cursor: pointer;
}

/* ########################################################################################################## */

/* 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 1000px and 1199px **/
@media only screen and (max-width:1199px) {
    .main {
        transform: scale(0.83333333);
        transform-origin: left top;
        width: 120%;
        margin-bottom: -113px;
    }
}

/** optimised for between 720px and 999px **/
@media only screen and (max-width:999px) {
    html::after {
        content: "optimised for between 720px and 999px";
    }

    body.reg-gb .ot-desk {
        display: none;
    }

    body.reg-gb .ot-device {
        display: block;
        width: 250px;
        margin: 0 auto !important;
    }
}
/** optimised for between 640px and 999px **/
@media only screen and (max-width:999px) {

    .main .inner {
        width: 1000px;
    }

    .inner {
        width: 720px;
    }

    .main {
        transform: scale(0.6);
        transform-origin: left top;
        width: 166.6667%;
        margin-bottom: -274px;
    }

    body.reg-gb .main .form h2 > span > span > span {
        display: inline-block;
    }

    .fortnc {
        display: block;
    }

    body.reg-gb .go2form a span:last-of-type,
    body.reg-gb #preform button.btn span:last-of-type {
        display: block;
    }

    .winners .wingroup div {
        vertical-align: top;
    }

    .winners .wingroup > div > div {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
        padding: 5px 2px;
    }

    .hdgames .screens:nth-of-type(2) {
        display: none;
    }

    .hdgames .screens {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0 0 20px 0;
    }

    .arrow_jp1 {
        left: 445px;
    }

    .arrow_jp2 {
        display: block;
        top: 165px;
        left: 175px;
        -webkit-transform: scale(-0.5, 0.5) rotate(110deg);
        transform: scale(-0.5, 0.5) rotate(110deg);
    }

    .arrow_form1 {
        top: 370px;
        left: 50%;
        margin-left: -50px;
        -webkit-transform: scale(0.5, -0.5);
        transform: scale(0.5, -0.5);
    }

    .arrow_form2 {
        display: none;
    }

    .signinbtn {
        left: auto;
        right: 177px;
        margin-left: 0;
    }

    body.reg-ca #preform p {
        width: 214px;
    }

    body.reg-ca .arrow_form2 {
        top: 400px;
    }

    html::after {
        content: "optimised for between 640px and 719px";
    }
    /*.header {display:block;}*/
    .main .inner {
        width: 100%;
    }

    .inner {
        width: 640px;
    }

    .main {
        background-image: url("/rea/shared/img/zc/9/REA-ZC-savannah-device_2x.jpg");
        background-size: 1400px;
        transform: none;
        padding: 325px 0 0;
        margin-bottom: 0;
        width: auto;
        height: auto;
    }

        .main .form {
            position: relative;
            padding-bottom: 20px;
            margin: 20px auto 0;
            left: auto;
            top: auto;
            width: 100%;
            border-radius: 0;
            border-left: none;
            border-right: none;
        }

            .main .form h2 {
                margin: 0 auto 15px;
                line-height: 22px;
            }

    body.reg-gb .main .form h2 {
        margin: 0 auto 5px;
    }

    body.reg-gb .main .form p.ot {
        margin: 2px 20px 0;
    }

    .main .form .logo2 {
        display: none;
    }

    .main .go2form {
        display: block;
    }

    .jackpot {
        margin: 0 auto;
    }

    body.reg-gb .jackpot {
        top: -216px;
        left: calc(50% - 159px);
        width: 313px;
        height: 176px;
        padding-top: 50px;
    }

    .arrow_form1 {
        margin-left: 0;
        left: calc(50% + 100px);
        top: 285px;
        -webkit-transform: scale(0.5,0.5) rotate(130deg);
        transform: scale(0.5,0.5) rotate(130deg);
        display: block;
    }

    body.reg-gb .arrow_form1 {
        top: 275px;
        -webkit-transform: scale(0.7,0.7) rotate(120deg);
        transform: scale(0.7,0.7) rotate(120deg);
    }

    .arrow_form2, body.reg-gb .arrow_form2 {
        top: 380px;
        left: 20px;
    }

    .arrow_form3 {
        display: block;
        bottom: auto;
        top: -20px;
        left: calc(50% - 120px);
        margin-left: 0;
        -webkit-transform: scale(-0.7, 0.7) rotate(110deg);
        transform: scale(-0.7, 0.7) rotate(110deg);
    }

    body.reg-gb .arrow_form3 {
        left: calc(50% - 200px);
    }

    body.reg-gb .winners .wingroup > div > div {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        padding: 5px 10px;
    }
}

/** optimised for between 580px and 639px **/
@media only screen and (max-width:639px) {
    html::after {
        content: "optimised for between 580px and 639px";
    }

    .main .offer {
        display: none;
    }

    .inner {
        width: 580px;
    }
}

/** optimised for between 480px and 579px **/
@media only screen and (max-width:579px) {
    html::after {
        content: "optimised for between 480px and 579px";
    }

    .inner {
        width: 480px;
    }

    .main .jackpot {
        width: 100%;
    }

        .main .jackpot .jpani {
            -webkit-transform: none;
            transform: none;
            width: auto;
            margin: 0 auto;
        }

    .arrow_jp1 {
        left: 312px;
        top: -145px;
    }

    .arrow_jp2 {
        top: 138px;
        left: 70px;
        -webkit-transform: scale(-0.3, 0.3) rotate(110deg);
        transform: scale(-0.3, 0.3) rotate(110deg);
    }

    .main .form .details {
        width: 100%;
    }

    #preform {
        width: 100%;
    }

    .main .form .txt_1 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .remove579 {
        display: none;
    }

    .winners h2 span {
        display: block;
    }

    .winners .wingroup {
        height: 220px;
    }

        .winners .wingroup .dp,
        .winners .wingroup .gm,
        .winners .wingroup .ir {
            display: block;
            width: 300px;
            padding-top: 161px;
            position: absolute;
            left: 90px;
            -webkit-animation: gopher 12s ease-in-out infinite;
            animation: gopher 12s ease-in-out infinite;
            opacity: 0;
        }

        .winners .wingroup .dp {
        }

        .winners .wingroup .gm {
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }

        .winners .wingroup .ir {
            -webkit-animation-delay: 8s;
            animation-delay: 8s;
        }

        .winners .wingroup > div > div {
            -webkit-transform: translateY(43px);
            transform: translateY(43px);
        }

    body.reg-gb .winners .wingroup > div > div {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
    }

    .secondText {
        display: block;
        width: 125%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        height: 120px;
    }

        .secondText .line1 {
        }
}
/** optimised for between 360px and 479px **/
@media only screen and (max-width:479px) {
    html::after {
        content: "optimised for between 360px and 479px";
    }

    .inner {
        width: 360px;
    }

    .main {
        background-size: 1000px;
        padding: 225px 0 0;
    }

        .main .chances h1 {
            font-size: 52px;
        }

        /*.main .go2form a {
        margin-top:-80px;
        font-size:16px;
    }*/
        .main .limited .second {
            font-size: 21px;
            width: 100%;
        }

        .main .form {
            padding-bottom: 10px;
        }

            .main .form h2 span:first-of-type {
                font-size: 46px;
                letter-spacing: 0;
            }

            .main .form .gamebar .upper p {
                font-size: 18px;
            }

    #preform button.btn, #preform button.btn2 {
        margin: 15px auto 0;
    }

    .arrow_form1 {
        transform: scale(0.5,0.5) rotate(130deg);
        left: calc(50% + 95px);
        top: 260px;
    }

    .arrow_jp1 {
        left: 220px;
        top: -113px;
        -webkit-transform: scale(0.3, 0.3) rotate(100deg);
        transform: scale(0.3, 0.3) rotate(100deg);
    }

    .arrow_jp2 {
        top: 99px;
        left: 40px;
        -webkit-transform: scale(-0.3, 0.3) rotate(110deg);
        transform: scale(-0.3, 0.3) rotate(110deg);
    }

    .winners .wingroup .dp,
    .winners .wingroup .gm,
    .winners .wingroup .ir {
        left: 25px;
    }

    .avd {
        margin: 0 10px 10px;
    }

    body.reg-gb .jackpot {
        transform: scale(0.71);
        left: calc(50% - 158px);
        top: -178px;
    }
}
/** optimised for between 320px and 359px **/
@media only screen and (max-width:359px) {
    html::after {
        content: "optimised for between 320px and 359px";
    }

    .inner {
        width: 320px;
    }

    .arrow_jp1 {
        left: 300px;
        top: -143px;
    }

    .arrow_jp2 {
        left: 60px;
        top: 109px
    }

    .main {
        background-size: 880px;
        padding: 207px 0 0;
    }

        .main .form {
            margin: 10px auto 0;
        }

            .main .form h2 {
                font-size: 25px;
            }

                .main .form h2 span:first-of-type {
                    font-size: 40px;
                }

    .arrow_form1 {
        left: calc(50% + 92px);
        top: 260px;
    }

    .main .jackpot {
        margin: 0 auto;
    }

    .main .go2form a {
        margin: 0 auto;
    }

    .hdgames .screens .shot {
        width: 30%;
        padding: 0 2% 0;
    }

    .footer {
        padding: 10px 4px;
    }

    .copyright p > span {
        display: block;
    }

    .winners .wingroup .dp,
    .winners .wingroup .gm,
    .winners .wingroup .ir {
        left: 5px;
    }

    body.reg-gb .jackpot {
        transform: scale(0.63);
        left: calc(50% - 157px);
        top: -169px;
    }

    body.reg-gb .arrow_form3 {
        left: calc(50% - 185px);
    }

    body.reg-gb .arrow_form1 {
        top: 275px;
        left: calc(50% + 87px);
    }
}
/** Ontario **/

.ontario-terms-link {
    text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555;
    text-align: center;
    margin: 10px 0 0;
}

    .ontario-terms-link a,
    .footer .ontario-foot-terms p a {
        color: rgba(243,209,0,1);
    }

.footer .ontario-foot-terms p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 10px;
}

.footer-icons .ontario-gambling-logo {
    width: 102px;
    height: auto;
    margin-top: -32px;
    display: inline-block;
}
.ontario-gambling-logo {
    filter: drop-shadow(1px 1px 1px black);
}

@media only screen and (min-width:1000px) {
    .main .ontario-gambling-logo {
        position: absolute;
        right: 15px;
        top: -45px;
        width: 106px;
    }
}

@media only screen and (max-width:999px) {
    .main .ontario-gambling-logo {
        position: absolute;
        right: calc((100% / 2) - 200px);
        top: -36px;
        width: 106px;
        padding: 4px 8px;
    }

    .ontario-terms-link {
        margin: 10px 0 -10px;
    }

    @media only screen and (max-width:479px) {
        .main .ontario-gambling-logo {
            position: absolute;
            right: 15px;
            top: -36px;
            width: 106px;
        }

        .ontario-terms-link {
            margin: 10px 0 0;
        }
    }
}
