﻿* { -webkit-font-smoothing:subpixel-antialiased; -webkit-text-size-adjust:none;box-sizing:border-box;}
/* Roboto | latin | 300,400,700 */

@font-face {
    font-family: 'Roboto';
    src: url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Light.woff') format('woff'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Light.ttf') format('truetype'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Regular.woff') format('woff'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Regular.ttf') format('truetype'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Bold.woff') format('woff'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Bold.ttf') format('truetype'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 320px;
}

.main .vignette {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    max-width: 2000px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(to right, rgba(70,90,129,1) 0%, rgba(70,90,129,1) 7%, rgba(70,90,129,0) 30%, rgba(70,90,129,0) 70%, rgba(70,90,129,1) 93%, rgba(70,90,129,1) 100%);
    background: -webkit-lnear-gradient(to right, rgba(70,90,129,1) 0%, rgba(70,90,129,1) 3%, rgba(70,90,129,0) 30%, rgba(70,90,129,0) 70%, rgba(7,90,129,1) 97%, rgba(70,90,129,1) 100%);
}

@media only screen and (max-width:999px) {
    /* Can change gradient on mobile (or remove entirely) */
    .main .vignette {
        background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%);
    }
}

.main {
    background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/REA-LXC-lady.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 753px;
    color: rgba(255,255,255,1);
    position: relative;
    padding: 10px 0;
    background-color: #3a4c71;
    overflow: hidden;
}
@media only screen and (min-resolution: 2dppx) {
    .main {
        background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/REA-LXC-lady_2x.jpg);
        background-size: cover;
    }
}


.inner {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 1000px;
}

.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: 532px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    /*margin: 119px 139px 300px 0;*/
    margin-right: 144px;
    margin-top: 0;
    z-index: 10;
}
.main .chances h1 {
    color: white;
    text-align:center;
    text-transform:uppercase;
    font-size:35px;
    line-height:40px;
    text-shadow: 2px 2px 0 black;
    margin-bottom: -25px;
}
.main .chances h1 span{
    color: #ffde87;
    font-size: 48px;
    line-height: 48px;
}
.main .chances h1 img {
    padding: 15px 10px 10px;        
    display: block;
    margin: 0 auto;
}
.main .chances h2 {
    color: white;
    text-align:center;
    text-transform:uppercase;
    font-size:25px;
    line-height:25px;
    text-shadow: 2px 2px 0 black;
    font-weight: 300;
    padding: 0 10px;
}
.main .chances h2 span{
    color: #ffde87;
    font-size: 28px;
    line-height: 28px;
}

.device {
    position: absolute;
    margin: 10px auto;
    left: -376px;
    bottom: 0;
    top: 358px;
}

.main-CTA-display{display:none}

.jackpot {
    width: 296px;
    height: 77px;
    position: relative;
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/gmd/5/REA-GMD-jackpot-shell.fs8.png);
    background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/pop/en/gmd/5/REA-GMD-jackpot-shell.fs8.png) 1x, url(//img.iredirect.net/webcdn/img/rea/pop/en/gmd/5/REA-GMD-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(//img.iredirect.net/webcdn/img/rea/pop/en/gmd/5/REA-GMD-jackpot-sprite.fs8.png);
    background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/pop/en/gmd/5/REA-GMD-jackpot-sprite.fs8.png) 1x, url(//img.iredirect.net/webcdn/img/rea/pop/en/gmd/5/REA-GMD-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:13px;
}

/*.main .go2form {display:none;}*/
body.reg-gb .main .go2form {display:block; margin-bottom: -10px;}
    body.reg-gb .main .go2form a {
        margin: 10px auto;        
    }



.main .limited {
    position: relative;
    padding: 8px 0;
    margin-top: 20px;
    background: linear-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    border-top: 2px solid #ffde87;
    border-bottom: 2px solid #ffde87;
    box-shadow: 0 0 5px 0 rgba(0,0,0,1), 0 0 5px 0 rgba(0,0,0,1);
    z-index: 50;
    text-transform: uppercase;
    margin-top: 80px;
}
.main .limited .ltdbtn {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJsdGRidG4iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmMxNDAyIiAvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZGIwYzA0IiAvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYmEwNjA2IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxMDQwMyIgLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbHRkYnRuKSIgLz48L3N2Zz4=);
    background: -moz-linear-gradient(top, #fc1402 0, #db0c04 25%, #ba0606 75%, #910403 100%);
    background: -webkit-linear-gradient(top, #fc1402 0, #db0c04 25%, #ba0606 75%, #910403 100%);
    background: -ms-linear-gradient(top, #fc1402 0, #db0c04 25%, #ba0606 75%, #910403 100%);
    background: -o-linear-gradient(top, #fc1402 0, #db0c04 25%, #ba0606 75%, #910403 100%);
    background: linear-gradient(to bottom, #fc1402 0, #db0c04 25%, #ba0606 75%, #910403 100%);
    border:2px solid rgba(216,53,43,1);
    text-align:center;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    width:110px;
    border-radius:3px;
    -webkit-transform:rotate(-6.5deg);
    -ms-transform:rotate(-6.5deg);
    transform:rotate(-6.5deg);
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    position:absolute;
    top:-16px;
    left:40px;
}
.main .limited .ltdbtn::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-arrow.fs8.png);
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:100px;
    position:absolute;
    width:100px;
    height:44px;
    display:none;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .main .limited .ltdbtn::before {
        background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-arrow_2x.fs8.png);
    }
}
.main .limited .second {
    position: relative;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    /*height: 50px;
    background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/bonus.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 514px;*/
    padding: 0px;
}

/*.main .limited .second.gbp {
    background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/bonus.png);
}*/

.main .limited .second.euro {
    /*background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/bonus.png);*/
}

@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    /*.main .limited .second {
        background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/bonus_2x.png);
    }*/
    /*.main .limited .second.gbp {
        background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/bonus_2x.png);
    }*/
    /*.main .limited .second.euro {
        background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/bonus_2x.png);
    }*/
}
.main .limited .second span {
    color: #ffde87;
    font-weight:700;
    font-size:30px;
}




body.reg-gb .main .limited {
    margin-top: 60px;
}
.main .limited .offertermsGB {
    position: relative;
    font-size: 12px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.main .form {
    position: relative;
    width: 320px;
    padding: 20px 10px;
    background: -webkit-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    background: linear-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    border: 2px solid #ffde87;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,1), 0 0 5px 0 rgba(0,0,0,1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,1), 0 0 5px 0 rgba(0,0,0,1);
    display: inline-block;
    margin-top: 50px;
    z-index: 10;
}

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;*/
    text-align: center;
    font-size: 12px;
    margin: 17px auto 0;
    color: white;
}
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;}

.main .form .LXC-logo {
    height: 83px;
    width: 260px;
    background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/lxc-logo_2x.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    left: 0;
    margin: 0 auto;
}
.main .form h2 {
    text-align: center;
    line-height: 32px;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0,0,0,0.95);
    margin-bottom: 10px;
    font-weight: 300;
}
    .main .form h2 span {
        color: #ffde87;
    }
body .reg-gb .main .form h2 {margin-top:15px;margin-bottom:0;}

.main .form h2 > span .big-text {
    margin: 5px 0;
    display: block;
    font-weight: 700;
    color: #ffde87;
    font-size: 48px;
    line-height: 48px;
}

.main .form h2 > span:last-of-type {
    display: block;
    font-size: 35px;
    line-height: 15px;
}

p.fortnc {
    text-align: center;
    /*display: none;*/
    font-size: 12px;
    margin: 17px auto 0;
    color: white;
}

.main .form .gamebar {
    display:none;
    background-image: url(/rea/shared/img/games/Casino-games.jpg);
    background-image: -webkit-image-set(url(/rea/shared/img/games/Casino-games.jpg) 1x, url(/rea/shared/img/games/Casino-games.jpg) 2x);
    background-position:center -62px;
    position:relative;
    z-index: 0;
}
.main .form .gamebar .upper {
    background:rgba(144,19,51,1);
    padding:10px 0;
    position:relative;
    margin-bottom:108px;
}
.main .form .gamebar .upper::before, .main .form .gamebar .lower::before {
    content:"";
    position:absolute;
    z-index:-1;
    left:0;
    top:-1px;
    width:100%;
    height:calc(100% + 2px);
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJnYW1lc2JvcmRlciIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNiNDE0M2UiIC8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZTM2NjYiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjQxNDNlIiAvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnYW1lc2JvcmRlcikiIC8+PC9zdmc+);
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #b4143e), color-stop(50%, #ee3666), to(#b4143e));
  background: linear-gradient(to left, #b4143e 0, #ee3666 50%, #b4143e 100%);
    
    
}
.main .form .gamebar .upper p {
    text-align:center;
    font-size:24px;
    line-height:24px;
    margin:0;
    font-weight:700;
}
.main .form .gamebar .upper p span {color: rgba(243,209,0,1);}
.main .form .gamebar .lower {
    background:rgba(144,19,51,1);
    padding:6px 0;
    position:relative;
}
.main .form .gamebar .lower p {
    text-align:center;
    font-size:9px;
    line-height: 9px;
    margin: 0 auto;
    color:rgba(186,123,139,1);
    padding: 0 10px;
}
.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;
}

div.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);*/
    background: linear-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    border-top: 2px solid #ffde87;
    border-bottom: 2px solid #ffde87;
    box-shadow: 0 0 5px 0 rgba(0,0,0,1), 0 0 5px 0 rgba(0,0,0,1);

    padding: 10px 0 0;
}
.regulated .inner > div {
    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;
}
.regulated ul {
    padding-left: 0;
    list-style-type: none;
    font-weight:300;
    text-align:center;
}
.regulated ul > li {
    margin-bottom: 0;
}

    .go2form a {
        display: block;
        width: 270px;
        font-weight: bold;
        color: white;
        font-style: normal;
        cursor: pointer;
        white-space: pre-wrap;
        word-break: keep-all;
        font-size: 25px;
        line-height: 25px;
        padding: 10px;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px black;
        border-radius: 10px;
        box-shadow: inset 3px -2px #7cc04b;
        background: -webkit-gradient(to top, rgba(49,116,40,1) 0, rgba(124,192,75,1) 100%);
        background: linear-gradient(to top, rgba(49,116,40,1) 0, rgba(124,192,75,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(//img.iredirect.net/webcdn/img/rea/spl/en/yg/2/arrow.png);
    background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/spl/en/yg/2/arrow.png) 1x, url(//img.iredirect.net/webcdn/img/rea/spl/en/yg/2/arrow_2x.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(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    background: linear-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    border-top: 2px solid #ffde87;
    border-bottom: 2px solid #ffde87;
    box-shadow: 0 0 5px 0 rgba(0,0,0,1), 0 0 5px 0 rgba(0,0,0,1);
    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(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-game-sprite.fs8.png);
    background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-game-sprite.fs8.png) 1x, url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_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 {
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-arrow.fs8.png);
    background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-arrow.fs8.png) 1x, url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-arrow_2x.fs8.png) 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute;
    width:100px;
    height:44px;
}

.coins {
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/ccc/4/CCC_Golden-ICE-coins.fs8.png);
    background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/pop/en/ccc/4/CCC_Golden-ICE-coins.fs8.png) 1x, url(//img.iredirect.net/webcdn/img/rea/pop/en/ccc/4/CCC_Golden-ICE-coins_2x.fs8.png) 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute;
    width:100px;
    height:44px;
}

.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_form2 {
    bottom:-30px;
    left:-45px;
}
body.reg-ca .arrow_form2 {
    top:460px;
}
body[data-variation="v1"].reg-ca .arrow_form2 {
    top:480px;
}

@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 0;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(/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(/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(//img.iredirect.net/webcdn/img/rea/spl/en/yg/2/arrow.png);
        background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/spl/en/yg/2/arrow.png) 1x, url(//img.iredirect.net/webcdn/img/rea/spl/en/yg/2/arrow.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(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/7/LXC_VIP_Gift_REA_arrow2.fs8.png);
    background-image: -webkit-image-set(url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/7/LXC_VIP_Gift_REA_arrow2.fs8.png) 1x, url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/7/LXC_VIP_Gift_REA_arrow2_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: linear-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    background: -webkit-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
    padding-bottom: 10px;
    border-top: solid 2px #ffb853;
    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(//cdn.iredirect.net/webcdn/img/rea/shared/secimages/norton.jpg); background-repeat:no-repeat; width:104px; height:50px;display:inline-block;}
.avdimg .mcaffee{background-image:url(//cdn.iredirect.net/webcdn/img/rea/shared/secimages/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;}


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/UK-reg/img/ukgc-icons-white.fs8.png) no-repeat 0 0;}
.mga {display:inline-block;width:95px;height:32px;background: url(/rea/shared/UK-reg/img/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/UK-reg/img/ukgc-icons-white.fs8.png) no-repeat -32px 0;}
.begamblingaware {display:inline-block;width:125px;height:32px;background: url(/rea/shared/UK-reg/img/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(https://cdn.iredirect.net/webCDN/img/Shared/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;
    display: none;
}
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;}

.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;
}
.modal-offer-disclaimer .close {
    color: #fff;
    font-size: 14px;
    opacity: .8;
    background:none;
    border:none;
    font-weight700;
}
.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; }

.hdgames p {
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: white;
}

    .hdgames p span {
        display: block;
        color: #ffde87;
        font-size: 24px;
    }

.hdgames .screens {
    width: 48%;
    display: inline-block;
    padding: 0 1%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.hdgames .screens .shot {
    display: inline-block;
    width: 31%;
    height: 68px;
    padding: 0 1% 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-game-sprite.fs8.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 107px;
    vertical-align: top;
}

.reg-gb .hdgames .screens .shot {
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/ccc/4/CCC_Golden-ICE-game-sprite.fs8.png);
}

@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .hdgames .screens .shot {
        background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/zc/5/ZC_JpotFire-game-sprite_2x.fs8.png);
    }

    .reg-gb .hdgames .screens .shot {
        background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/ccc/4/CCC_Golden-ICE-game-sprite_2x.fs8.png);
    }
}

.hdgames .screens .shot p {
    position: relative;
    top: 68px;
    font-size: 9px;
    text-transform: uppercase;
    color: rgba(201,180,84,1);
    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 .immoralbromance,
.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;
}



.separator {
    height: 35px;
    width: 100%;
    background: -webkit-gradient(to bottom, rgba(57,75,111,1) 0, rgba(76,91,126,1) 12%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(57,75,111,1) 0, rgba(76,91,126,1) 12%, rgba(255,255,255,1) 100%); 
    display:none;
}





















/*******************************************************************************************/
/********************************** RESPONSIVE STYLES **************************************/
/*******************************************************************************************/


/** 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) { 
   
    body.reg-gb .main .form h2 > span > span > span {display:inline-block;}
    p.fortnc {display:block;}
    body.reg-gb .go2form a span:last-of-type,
    body.reg-gb #preform button.btn span:last-of-type {display:block;}    
    
    .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_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";}
	
	.main .inner {width:100%;}

    .inner {
        width: 100%;
    }

    .main .chances {
        width: auto;
        margin-top: 0;
        margin-right: 46px;
    }

    .main .form h2 {
        margin: 10px auto;
    }
    body.reg-gb .main .form h2 {margin: 10px 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_form2, body.reg-gb .arrow_form2 {
        top:380px;
        left: 20px;
    }

    .hdgames .screens:nth-of-type(2) {
        display: none;
    }
    .hdgames .screens {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0 0 20px 0;
    }
    .main {
        height: 640px;
    }
    .main .limited {
        margin-top: 40px;
    }
    body.reg-gb .main .limited {
        margin-top: 17px;
    }
    .device {
        top: 372px;
        left: 0;
    }
    .device img {
        width: 100%;
    }
    .main .form {
        width: 294px;
    }

    .main .form h2 {
        margin: 5px auto;
        font-size: 25px;
        line-height: 25px;
    }

    .main .form h2 > span .big-text {
        font-size: 40px;
        line-height: 40px;
    }

    .main .form h2 > span:last-of-type {
        font-size: 30px;
        line-height: 9px;
    }
    body.reg-gb .main .form {
        margin-top: 15px;
    }
}

@media only screen and (max-width:920px) {
    
    .main .chances {
        margin-right: 10px;
    }
    .main .chances h1 img {
        padding: 15px 10px 10px;
        display: block;
        margin: 0 auto;
        width: 400px;
    }
    .inner {
        width: 810px;
    }
   
    .main {
        height: 629px;
    }
    .device {
        top: 406px;
    }
    body.reg-gb .device {
        top: 401px;
    }
    .main .limited .offertermsGB {
        width: 85%;
    }
}

/** optimised for between 360px and 768px **/
@media only screen and (max-width:768px) {
    .separator {
        display:block;
    }
    .main .form {
        margin-top: 100px;
    }

    .inner {
        width: 700px;
    }

    .hidden {
        display: none;
    }

    .header {
        background: -webkit-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
        background: linear-gradient(to bottom, rgba(57,75,111,1) 0, rgba(70,90,129,1) 50%, rgba(57,75,111,1) 100%);
        border-bottom: 2px solid #ffde87;
        height: 106px;
    }

    .header::after {
        background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/lxc-logo_2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 83px;
        width: 260px;
        margin: 10px auto;
        position: absolute;
        top: 0;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .main .form .YG-logo {
        display: none;
    }

    .main {
        background-image: url(//img.iredirect.net/webcdn/img/rea/spl/en/lxc/9/REA-LXC-lady_mob_2x.jpg);
        background-size: 100%;
        background-position: center top;
        transform: none;
        width: auto;
        height: auto;
        padding-bottom: 0;
    }

    .main .chances {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        margin-top: -20px;
    }

    .main-CTA-display {
        display: block;
        margin-top: -20px;
    }

    .main .form {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .LXC-logo {
        display: none;
    }               

    .device {
        position: relative;
        width: 100%;
        text-align: center;
        left: 0px;
        top: 0;
    }

    .device img {
        width: 100%;
        margin-top: 129px;
        margin-bottom: -10px;
    }

    .limited .inner {
        width: 100%;
    }

    .main .limited {
        position: absolute;
        top: 426px;
        width: 100%;
        padding: 0;
        height: 100px;
    }

    .main .limited .second {
        width: 100%;
    }

    .main .limited .ltdbtn {
        -webkit-transform: rotate(0deg) scale(2.0);
        -ms-transform: rotate(0deg) scale(2.0);
        transform: rotate(0deg) scale(2.0);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        position: relative;
        top: -121px;
        left: 0;
        margin: 15px auto 0;
    }

    .main .limited .second, .main .limited .offertermsGB {
        width: 55%;
        margin: 0 auto;
        padding: 20px 10px 0px;
    }

    body.reg-gb .main .limited {
        height: auto;
    }
    body.reg-gb p.regulated {
        padding: 10px 10px 15px;
    }
    body.reg-gb .main .limited .offertermsGB {
        padding: 0;
        width:100%;
    }
    body.reg-gb .device {
        top: 0;
    }
    body.reg-gb .main .form {
        margin-top: 0;
    }
}

@media only screen and (max-width:664px) {
    .main .limited .second, .main .limited .offertermsGB {
        width: 48%;
    }
}

/** 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;
    }
    .main .limited .second, .main .limited .offertermsGB {
        width: 53%;
    }
}
/** 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;
    }
       
    .main .chances h1 img {
        width: 90%;
    }

    .main .limited {
        top: 465px;
    }

    .main .limited .second, .main .limited .offertermsGB {
        width: 84%;
    }
    .device img {
        margin-top: 138px;
    }
}
/** 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: 100%;
        background-position: center top;
    }
           
    .main .chances h1 {
        font-size: 28px;
    }

    .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_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);
    }

    .avd {
        margin: 0 10px 10px;
    }

    body.reg-gb .jackpot {
        transform: scale(0.71);
        left: calc(50% - 158px);
        top: -178px;
    }

    .main .limited .second, .main .limited .offertermsGB {
        width: 100%;
        margin-bottom: -25px;
    }

    .main .limited {
        top: 448px;
    }

    .main .form h2 {
        margin-top: 5px;
        line-height: 20px;
    }

    .device img {
        margin-top: 138px;
    }

    body.reg-gb .main .limited .offertermsGB {
        margin-bottom: 0;
    }
    div.regulated {
        font-size: 15px;
    }
}

@media only screen and (max-width:375px) {
    .main .form h2 {
        margin-top: 0px;
    }

    .main .limited {
        top: 442px;
    }
    body.reg-gb .main .limited {
        margin-top: 5px;
    }

    body.reg-gb .device {
        top: 39px;
    }

    body.reg-gb .main .form {
        margin-top: 38px;
    }
}
/** 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 .chances {
        padding-top: 5px;
    }

    .device img {
        margin-bottom: -12px;
        margin-top: 125px;
    }

    .main .form h2 {
        margin: 0px auto 30px;
    }

    .main .form h2 span:first-of-type {
        font-size: 40px;
    }

    .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;
    }

    body.reg-gb .jackpot {
        transform: scale(0.63);
        left: calc(50% - 157px);
        top: -169px;
    }       

    .main-CTA-display {
        margin-top: 24px;
    }
    .main .limited {
        top: 426px;
    }
    .main .limited .ltdbtn {
        top: -120px;
    }
    body.reg-gb .main .limited {
        margin-top: 35px;
    }
    body.reg-gb .device {
        top: 76px;
    }
    body.reg-gb .main .form {
        margin-top: 74px;
    }
    div.regulated {
        font-size: 13px;
    }
}