﻿/* Poppins | latin | 500,700 */
@font-face {
    font-family: 'Poppins';
    src: url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.woff') format('woff'),
         url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.ttf') format('truetype'),
         url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.woff') format('woff'),
         url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.ttf') format('truetype'),
         url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

* { -webkit-font-smoothing:subpixel-antialiased; -webkit-text-size-adjust:none;}

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:-webkit-linear-gradient(top, rgba(12,12,12,1) 0, rgba(24,24,24,1) 100%);
    background:-o-linear-gradient(top, rgba(12,12,12,1) 0, rgba(24,24,24,1) 100%);
    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;
}
body[data-variation="v4"] .header {display:block;}
.header .logo {
    background-image: url(/rea/shared/img/logo/gmd-logo.png);
    background-repeat:no-repeat;
    background-size:225px;
    margin:0;
    width:225px;
    height:62px;
    margin:0 auto;
}
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .header .logo {
        background-image: url(/rea/shared/img/logo/gmd-logo.png);
    }
}

.main {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0,0,0,1)), color-stop(55%, rgba(182,151,33,1)), to(rgba(227,202,41,1)));
  background:-webkit-linear-gradient(top, rgba(0,0,0,1) 14%, rgba(182,151,33,1) 55%, rgba(227,202,41,1) 100%);
  background:-o-linear-gradient(top, rgba(0,0,0,1) 14%, rgba(182,151,33,1) 55%, rgba(227,202,41,1) 100%);
  background:linear-gradient(to bottom, rgba(0,0,0,1) 14%, rgba(182,151,33,1) 55%, rgba(227,202,41,1) 100%);
  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);
            -ms-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: -webkit-linear-gradient(left top, rgba(231,57,57,1) 0, rgba(196,3,3,1) 100%);
    background: -o-linear-gradient(left top, rgba(231,57,57,1) 0, rgba(196,3,3,1) 100%);
    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;
}
.main .jackpot {
    width:620px;
    position:relative;
}
.main .jackpot .jpani {
    background-image: url(/rea/shared/img/gmd/10/CCC_Golden-ICE-jpot-spriteA.fs8.png);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:355px;
    width:355px;
    height:85px;
    margin: 161px auto 0;
    left:0;
	-webkit-animation: progani 1s steps(3) infinite;
	animation: progani 1.2s steps(3) infinite;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .main .jackpot .jpani {
        background-image: url(/rea/shared/img/gmd/10/CCC_Golden-ICE-jpot-spriteA_2x.fs8.png);
    }
}
@-webkit-keyframes progani {
    from {background-position: center 0px;}
    to {background-position: center -255px;}
    }
@keyframes progani {
    from {background-position: center 0px;}
    to {background-position: center -255px;}
    }
.main .jackpot .jpani .progressive-jackpot-ticker {
    text-align:center;
    display:block;
    color: rgba(243,209,0,1);
    font-size: 36px;
    font-weight: bold;
    padding-top:22px;
}

.main .jackpot .forjust {    
    color: rgba(243,209,0,1);
    font-size: 40px;
    font-weight: bold;
    position:absolute;
    top:333px;
    left:280px;
}

.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);
  -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:35px;
  left: calc(50% - 145px);
}
.main .limited .second {
    position:relative;
    font-size:28px;
    font-weight:700;
    text-align:center;
    width:620px;
    background-image: url(/rea/shared/img/gmd/10/GMD-REA-ring.fs8.png);
    background-repeat:no-repeat;
    background-position: calc(50% + 74px) 0;
    background-size:127px;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .main .limited .second {
    background-image: url(/rea/shared/img/gmd/10/GMD-REA-ring_2x.fs8.png);
    }
}
.main .limited .second span{color: rgba(243,209,0,1);}

.main .limited .second .line2 {
    color:rgba(224,0,0,1);
    font-size:60px;
    line-height:104px;
    padding-left:150px;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
body.reg-ca .main .limited .second .line2 {
    font-size: 36px;
    letter-spacing: -2px;
}
.main .form {
    position:absolute;
    width:260px;
    padding:10px;
    left:calc(50% + 170px);
    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: -webkit-linear-gradient(top, 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%);
    background: -o-linear-gradient(top, 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%);
    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);
}
.main .form .logo2 {   
    left:0;
    height:62px;
    background-image: url(/rea/shared/img/logo/gmd-logo.png);
    background-repeat:no-repeat;
    background-position: center top;
    background-size:225px;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .main .form .logo2 {
        background-image: url(/rea/shared/img/logo/gmd-logo.png);
    }
}
body[data-variation="v4"] .main .form .logo2 {display:none;}

.main .form h2 {
    text-align:center;
    color:black;
    font-size:21px;
    margin: 15px 0 10px;
}
body[data-variation="v4"] .main .form h2 {margin: 0 0 10px;}
.main .form h2 span {
    display:block;
    text-transform: uppercase;
    font-size:48px;
    line-height: 48px;
    font-weight:800;
    letter-spacing:-1px;
    text-shadow: 0 0 2px rgba(244,195,0,1), 0 0 2px rgba(244,195,0,1), 0 0 2px rgba(244,195,0,1), 0 0 2px rgba(244,195,0,1);
}
.main .form .gamebar {
    display:none;
    background-image: url(/rea/shared/img/games/Casino-games.jpg);
    background-position:center -62px;
    background-size:375px;
    position:relative;
    z-index: 0;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .main .form .gamebar {
    background-image: url(/rea/shared/img/games/Casino-games.jpg);
    }
}
.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: -webkit-linear-gradient(right, #b4143e 0, #ee3666 50%, #b4143e 100%);
  background: -o-linear-gradient(right, #b4143e 0, #ee3666 50%, #b4143e 100%);
  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);
    -ms-transform:rotate(-1.3deg);
        transform:rotate(-1.3deg);
    -webkit-transform-origin:0 0;
    -ms-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;
}

.winners {
    background: -webkit-radial-gradient(center bottom, ellipse farthest-side, #595959 0%, #000000 100%);
    background: -o-radial-gradient(center bottom, ellipse farthest-side, #595959 0%, #000000 100%);
    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;
}
.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%;
    font-size:12px;
    }

.winners .wingroup > div > div {
    background:black;
    padding:5px 0;
    line-height:19px;
}

.winners .wingroup > div > div span {
    color:rgba(239,213,0,1);
}
.winners .wingroup .dp,
.winners .wingroup .gm,
.winners .wingroup .ir,
.winners .wingroup .fd,
.winners .wingroup .mg {
    background-size:cover;
    background-position:center center;
    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);
}


.cta-btn a {
    display:block;
    width:240px;
    font-weight:bold;
    color:black;
    font-style:normal;
    cursor:pointer;        
    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: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;
  }
  
.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: -webkit-linear-gradient(bottom, rgba(202,198,199,1) 0, rgba(242,242,242,1) 8%, rgba(255,255,255,1) 90%, rgba(239,238,238,1) 100% );
    background: -o-linear-gradient(bottom, rgba(202,198,199,1) 0, rgba(242,242,242,1) 8%, rgba(255,255,255,1) 90%, rgba(239,238,238,1) 100% );
    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/gmd/10/ZC_JpotFire-game-sprite.fs8.png);
    background-repeat:no-repeat;
    background-position:center 0;
    background-size:107px;
    vertical-align:top;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .hdgames .screens .shot {
    background-image: url(/rea/shared/img/gmd/10/ZC_JpotFire-game-sprite_2x.fs8.png);
    }
}
.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;}

.coins {
    background-image: url(/rea/shared/img/gmd/10/CCC_Golden-ICE-coins.fs8.png);
    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute;
    background-size:68px;
    width:100px;
    height:44px;
}						 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .coins {
        background-image: url(/rea/shared/img/gmd/10/CCC_Golden-ICE-coins_2x.fs8.png);
    }
}

.arrow_jp1 {
    top: -160px;
    left: 400px;
    -webkit-transform: scale(0.4, 0.4) rotate(100deg);
    -ms-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);
   -ms-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[data-variation="v1"].reg-ca .arrow_form2 {
    top:480px;
}
.arrow_form3 {display:none;}

@-webkit-keyframes slidein {
    0% {bottom:-82px;visibility:hidden;}
    88% {bottom:-82px;visibility:visible;}
    100% {bottom:10px;}
}

@keyframes slidein {
    0% {bottom:-82px;visibility:hidden;}
    88% {bottom:-82px;visibility:visible;}
    100% {bottom:10px;}
}

.offerpop {
    position:fixed;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    z-index:99;
    width:300px;
    height:80px;
    bottom:10px;
    background-color:rgba(71,69,69,1);
    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:-webkit-linear-gradient(top, 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%);
    background:-o-linear-gradient(top, 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%);
    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);
    -webkit-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);
            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);
    -webkit-animation: slidein 4000ms;
            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);
    -webkit-box-shadow: 1px 1px 1px 0 rgba(255,255,255,1), inset 1px 1px 1px 0 rgba(255,255,255,1);
            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%;
    -webkit-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);
            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;
    -webkit-box-shadow:1px 1px 0.5px 0 rgba(0,0,0,0.7);
            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;
    -webkit-box-shadow:0.5px 1px 0.5px 0 rgba(0,0,0,0.7);
            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;
}

	
/* ########################################################################################################## */

#btnB {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/gmd/10/LXC_VIP_Gift_REA_arrow2.fs8.png);
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:50px;
    top:10px;
    width:25px;
    height:23px;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
	.input-group.submission button span::before, .input-group.submission button span::after {
        background-image: url(/rea/shared/img/gmd/10/LXC_VIP_Gift_REA_arrow2_2x.fs8.png);
    }
}
.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: -webkit-radial-gradient(center bottom, ellipse farthest-side, #595959 0%, #000000 100%);
    background: -o-radial-gradient(center bottom, ellipse farthest-side, #595959 0%, #000000 100%);
    background: radial-gradient(ellipse farthest-side at center bottom, #595959 0%, #000000 100%);
    padding-bottom: 10px;
}
.copyright {text-align:center;color:white;}
.copyright h3 {margin-bottom:0;}
.copyright p {margin-top:4px;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:310px;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;
}
.regulated {color:rgba(0,0,0,1);text-align:center;/*margin:0 10px 10px;*/background:rgba(255,255,255,0.4);border:1px solid rgba(255,255,255,0.5);border-radius:5px;margin:50px 10px 10px;}
.regulated h4 {font-size:11px;font-weight:700;margin:4px auto 0;padding: 0 10px;}
.regulated p {font-size:11px;margin:4px auto 10px;padding:0 10px;}
.regulated a {color:#333;}
.regulated a:hover {text-decoration:underline;}

.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: -webkit-linear-gradient(top, #551D59 0, #523473 100%);
    background: -o-linear-gradient(top, #551D59 0, #523473 100%);
    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: -webkit-linear-gradient(top, #551D59 0, #523473 100%);
    background: -o-linear-gradient(top, #551D59 0, #523473 100%);
    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;
}
.buttcoin {
    width:180px;
    height:80px;
    margin:0 auto;
    background-image: url(/rea/shared/img/gmd/10/Bitcoin-Accepted-here_2x.fs8.png);
    background-size:contain;
    background-position:center bottom;
    background-repeat:no-repeat;
}
body[data-variation="v4"] #preform button.btn {margin:0 auto;}

.clock {
    position:absolute;
    display:block;
    width:28px;
    height:28px;
    top:22px;
    left:13px;
    border:3px solid rgba(239,213,0,1);
    border-radius:50%;
    -webkit-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);
            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;
    -webkit-box-shadow:1px 1px 0.5px 0 rgba(0,0,0,0.7);
            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;
    -webkit-box-shadow:0.5px 1px 0.5px 0 rgba(0,0,0,0.7);
            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;
}

/* 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; }

body.reg-ca .main {padding: 10px 0 50px;}


/*******************************************************************************************/
/********************************** RESPONSIVE STYLES **************************************/
/*******************************************************************************************/

/** optimised for between 720px and 999px **/
@media only screen and (max-width:999px) {
	html::after {content:"optimised for between 720px and 999px";}
	.header {display:block;}
    .inner {width:720px;}
	.limited .inner {width:100%;}
	.main,
    body.reg-ca .main {padding: 10px 0 0;}
	.main::before {left:0;height: calc(100% + 10px);top: -10px;}
	.main .offer {left:20px;}
	.main .chances {width:auto;}
	.main .chances h1 {margin-top:10px;}
	.main .jackpot {
	    margin-left: auto;
	    margin-right: auto;
	    width:auto;
    }
    .main .jackpot::before {left: -240px;}
    .main .jackpot .jpani {margin: 161px auto 0;}    
    .main .limited .second, .main .limited .offertermsGB {
        margin-left: auto;
        margin-right: auto;
    }
	.main .form {
	    position:relative;
        padding-bottom: 20px;
	    margin:20px auto 0;
	    left:auto;
	    top:auto;
	    width:calc(100% - 20px);
	    border-radius:0;
	    border-left:none;
	    border-right:none;
    }    
	.main .form .logo2 {
	    display: none;
	}
	.main .form h2 {
	    margin: 5px 0 10px;
	}	
	.main .form .gamebar {display:block;}
    .main .form .simple {display:block;}
    .main .regulated {margin:0px 10px 30px;}
    
    .winners .wingroup div {vertical-align:top;}
    
    .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);
        -ms-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);
        -ms-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;margin:0.3em auto 10px;}
    body.reg-ca .arrow_form2 {top: 400px;}
    
}
/** optimised for between 640px and 719px **/
@media only screen and (max-width:719px) {
	html::after {content:"optimised for between 640px and 719px";}
	.main .offer {left:-60px;}
}

/** 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;}
}

/** optimised for between 480px and 719px **/
@media only screen and (max-width:719px) {
	html::after {content:"optimised for between 480px and 579px";}
	.main::before {
	    -webkit-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	        transform:scale(0.9);
	    -webkit-transform-origin:left top;
	    -ms-transform-origin:left top;
	        transform-origin:left top;
	    width:111.111%;
	    top: 0;
	    height: 100%;
	}
	.inner {width:480px;}
	.chances,
	.limited {
	    -webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
	}
	.main .jackpot {width:100%;height:50px;}
	.main .jackpot .jpani {
	    -webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
        -wenkit-transform-origin: left top;
        -webkit-transform-origin: left top;
                -ms-transform-origin: left top;
            transform-origin: left top;
        width: 111.111%;
        margin: 137px auto 0;
    }
    .arrow_jp1 {left: 312px;top: -145px;}
    .arrow_jp2 {
        top: 138px;
        left: 70px;
        -webkit-transform: scale(-0.3, 0.3) rotate(110deg);
        -ms-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;}
	.main .limited {padding:30px 0 0;}
    .main .limited .ltdbtn::before {
        display:block;
        -webkit-transform: scale(0.5, 0.5) rotate(100deg) translate(-10px, -180px);
        -ms-transform: scale(0.5, 0.5) rotate(100deg) translate(-10px, -180px);
            transform: scale(0.5, 0.5) rotate(100deg) translate(-10px, -180px);
    }
	.remove579 {display:none;}
    .arrow_form1 {
        margin-left:0;
        left: calc(50% + 80px);
        top: 250px;
        -webkit-transform: scale(0.5,0.5) rotate(90deg);
        -ms-transform: scale(0.5,0.5) rotate(90deg);
            transform: scale(0.5,0.5) rotate(90deg);
        display:block;
    }
    .arrow_form2, body.reg-gb .arrow_form2 {
        top:380px;
        left: 20px;
    }
    .arrow_form3 {
        display:block;
        bottom: auto;
        top:-20px;
        left: calc(50% - 175px);
        margin-left: 0;
        -webkit-transform: scale(-0.7, 0.7) rotate(120deg);
        -ms-transform: scale(-0.7, 0.7) rotate(120deg);
            transform: scale(-0.7, 0.7) rotate(120deg);
    }
    .main .limited .second, 
    .main .limited .second.gbp, 
    .main .limited .second.euro {height:auto;width:auto;}
    .winners h2 span {display:block;}
    
    .winners .wingroup {height:220px;}
    .winners .wingroup .dp,
    .winners .wingroup .gm,
    .winners .wingroup .fd,
    .winners .wingroup .mg {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 .fd {-webkit-animation-delay: 4s;animation-delay: 4s;}
    .winners .wingroup .mg {-webkit-animation-delay: 8s;animation-delay: 8s;}
    .secondText {
        display:block;
        width: 125%;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
        -webkit-transform-origin: left top;
        -ms-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";}
	.main::before,
	.chances, 
	.limited {
	    -webkit-transform:scale(0.675);
	    -ms-transform:scale(0.675);
	        transform:scale(0.675);
	    width:148.148148148%;
	    -webkit-transform-origin:left top;
	    -ms-transform-origin:left top;
	        transform-origin:left top;
	    top:50px;
	}
	.main::before {
	    -webkit-transform-origin:left top;
	    -ms-transform-origin:left top;
	        transform-origin:left top;
	    top:0px;
	}
	.chances {
	    -webkit-transform-origin:center top;
	    -ms-transform-origin:center top;
	        transform-origin:center top;
	}
	.limited {
	    -webkit-transform-origin:left top;
	    -ms-transform-origin:left top;
	        transform-origin:left top;
	    padding-bottom:50px;
	}
	.inner {width:360px;}
    .main .chances h1 {font-size:50px;}
	.main .jackpot {height: 0;}
	.main .jackpot::before {display:none;}
	.main .jackpot::after {display:none;}
	.main .jackpot .jpani {
	    -webkit-transform: scale(0.675);
	    -ms-transform: scale(0.675);
	        transform: scale(0.675);
	    -webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
	    width: 148.148148148%;
	    margin: 68px auto 0;
	}
	.main .limited {padding:15px 0 0;}
	.main .limited .second .line2 {margin-bottom:100px;} 
    .main .limited .second {font-size: 21px;width:100%;}
    .main .regulated {margin:-80px 10px 100px;}
    .main .form .gamebar .upper p {font-size: 18px;}
    .arrow_jp1 {
        left: 220px;
        top: -113px;
        -webkit-transform: scale(0.3, 0.3) rotate(100deg);
        -ms-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);
        -ms-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,
    .winners .wingroup .fd,
    .winners .wingroup .mg {left:25px;}
}
/** optimised for between 320px and 359px **/
@media only screen and (max-width:359px) {
	html::after {content:"optimised for between 320px and 359px";}
	.main::before {
	    -webkit-transform:scale(0.6);
	    -ms-transform:scale(0.6);
	        transform:scale(0.6);
	    -webkit-transform-origin:left top;
	    -ms-transform-origin:left top;
	        transform-origin:left top;
	    width:166.666667%;
	    top:10px;
	}
	.inner {width:320px;}
	
	.arrow_jp1 {
        left: 300px;
        top: -143px;
    }
    .arrow_jp2 {left: 60px;top:109px}
    .main .chances h1 {font-size:46px;}
	.main .jackpot {
	    margin: 0 calc((100% - 320px) / 2);
	}
	.main .jackpot .jpani {
	    -webkit-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	        transform: scale(0.6);
	    -webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
	    width: 166.666667%;
	    margin: 57px auto 0;
}
    .main .limited  {padding: 10px 0 30px;}
	.main .limited .second {font-size: 19px;}
    .main .form .gamebar .upper p {font-size: 17px;}
    .main .regulated {margin:-110px 10px 130px;}
    .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,
    .winners .wingroup .fd,
    .winners .wingroup .mg {left:5px;}
}


/*########################### GDPR Checkboxes #############################*/
#preform input.error, #preform select.error {border-color: rgba(255,0,0,1); box-shadow: 0 0 3px 0 rgba(255,0,0,1), 0 0 3px 0 rgba(255,0,0,1), 0 0 3px 0 rgba(255,0,0,1);}
#preform input.valid, #preform select.valid {border-color: rgba(38,117,218,1); box-shadow: 0 0 3px 0 rgba(38,117,218,1), 0 0 3px 0 rgba(38,117,218,1), 0 0 3px 0 rgba(38,117,218,1);}

body[data-gdpr="true"] .main,
body[data-variation="vage"] .main {
    padding-bottom: 70px;
}
body[data-gdpr="true"][data-variation="vage"] .main {padding-bottom:170px;}

@media only screen and (max-width:999px) {
    body[data-gdpr="true"] .main, 
    body[data-variation="vage"] .main,
    body[data-gdpr="true"][data-variation="vage"] .main {padding-bottom:0;}
}

/*#########################################################################*/




/* ==========================================================================
   Payment Method Box for v=2
   ========================================================================== */

.payment-method-box {
    background: white;
    border-radius: 12px;
    padding: 10px 0;
    text-align: center;
    color: black;
    width: 380px;
    margin-left: 120px;
    margin-top: 20px;
}

.payment-method-header {
    font-size: 20px;
    font-weight: 700;
}

.payment-method-logo {
    width: 150px;
    height: 50px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

.payment-method-logo--astropay {
    background-image: url("/rea/shared/img/gmd/10/astropay-logo.fs8.png")
}

@media screen and (max-width: 999px) {
    .payment-method-box {
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------*/
/*--- FEB 2022 New Hero ---*/
/*-------------------------*/

.section-header {
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.section-header .logo {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: auto;
    height: 80px;
}

.section-hero {
    overflow: hidden;
    position: relative;
    background-color: black;
    width: 100%;
    padding: 30px 0 30px 0;
    min-height: 540px;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 14%, rgba(182,151,33,1) 55%, rgba(227,202,41,1) 100%);
}

@media screen and (max-width: 991px) {
    .section-hero::before {
        background-size: 500px auto,
            600px auto,
            cover;
        background-position: calc(50% - 400px) calc(100% - 10px), calc(50% + 420px) calc(100% + 0px), center top;
    }
}

@media screen and (max-width: 767px) {
    .section-hero {
        padding: 110px 0 15px 0;
    }
}

@media screen and (min-width: 992px) {
    .section-hero .row-hero {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        position: relative;
    }
}

.section-hero .hero-graphic {
    position: relative;    
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.section-hero .spin-wheel-contain {
    width: 110%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%);    
    z-index: 1;
}

.section-hero .spin-wheel-contain::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;    
    background-image: url("/rea/shared/img/gmd/10/wheel-particles.fs8.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.spin-wheel-contain .spin-wheel {
    width: 100%;
    background-image: url("/rea/shared/img/gmd/10/wheel.fs8.png");
    background-size: 85% auto;
    background-position: center center;
    background-repeat: no-repeat;    
    animation: spin-wheel 20s linear infinite;
}

.spin-wheel-contain .spin-wheel::after {
    content: '';
    display: block;
    padding-bottom: 99.4%;
}

.section-hero .spin-wheel-contain .spin-wheel::after {    
    padding-bottom: 100%;
}

.spin-wheel-contain .spin-wheel-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 34%;
}

.spin-wheel-contain .spin-wheel-button::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.spin-wheel-contain .lto {
    position: absolute;
    top: 20px;
    left: 20px;
    transform: rotate(-20deg);
    width: 70px;    
    background: linear-gradient(180deg, #efd500 0%, #f9edbf 50%, #efd500 100%);
    background-size: 100% 50%;
    background-repeat: repeat-y;
    font-family: Poppins, sans-serif;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 0px #000000;
    border-radius: 999px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}

@media screen and (max-width: 991px){
    .spin-wheel-contain .lto {
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 575px){
    .spin-wheel-contain .lto {
        top: -30px;
        left: 0;
    }
}

.spin-wheel-contain .lto span {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spin-wheel-contain .lto::before {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f10003;
    box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,1);
    border-radius: 999px;
}

.spin-wheel-contain .lto::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.spin-wheel-contain .arrow {
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    background-image: url("/rea/shared/img/gmd/10/arrow-left.fs8.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
}

.spin-wheel-contain .arrow-left {
    left: calc(50% - 235px);
}

.spin-wheel-contain .arrow-right {
    background-image: url("/rea/shared/img/gmd/10/arrow-right.fs8.png");
    left: calc(50% + 235px);
}

.spin-wheel-contain .arrow::after {
    content: '';
    display: block;
    padding-bottom: 106%;
}

@media screen and (max-width: 991px){
    .section-hero .spin-wheel-contain {
        width: 110%;
    }
    .section-hero .spin-wheel-contain::after {
        width: 160%;
        height: 160%;
    }
    .spin-wheel-contain .spin-wheel {
        background-size: 100% auto;
    }
    .spin-wheel-contain .arrow {top: calc(50% + 7px);}
    .spin-wheel-contain .arrow-left {
        left: calc(50% - 195px);
    }
    .spin-wheel-contain .arrow-right {        
        left: calc(50% + 195px);
    }
}

@media screen and (max-width: 767px) {
    .section-hero .hero-graphic {
        width: 100%;
    }
    .section-hero .spin-wheel-contain {
        position: relative;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .spin-wheel-contain .arrow {top: calc(50% + 7px);}
    .spin-wheel-contain .arrow-left {
        left: calc(50% - 225px);
    }
    .spin-wheel-contain .arrow-right {        
        left: calc(50% + 225px);
    }
}

@media screen and (max-width: 530px) {
    .spin-wheel-contain .arrow {top: calc(50% + 2vw); width: 18vw;}
    .spin-wheel-contain .arrow-left {
        left: calc(50% - 47vw);
    }
    .spin-wheel-contain .arrow-right {        
        left: calc(50% + 47vw);
    }
}

@-webkit-keyframes spin-wheel {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin-wheel {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.graphic-composition {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 37px;
}

.flash-box-contain {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;    
    background: linear-gradient(180deg, rgba(200,149,51,1) 0%, rgba(243,234,214,1) 25%, rgba(243,234,214,1) 40%, rgba(223,158,45,1) 100%);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px black;
}

.flash-box-contain::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #146412;
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,1);
    border-radius: 10px;
}

.flash-box-contain canvas {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(100% + 28px);
    height: calc(100% + 28px);
}

.flash-box-contain .flash-box-content {
    width: 100%;
    position: relative;
    text-align: center;    
}

.flash-box-content span {
    display: block;
    color: white;
    font-family: 'Poppins';
    font-weight: 700;
    text-shadow: 0px 5px 10px black;
    font-size: 0.95em;
    line-height: 1;
}

.flash-box-content span.standout {
    color: #efd500;
    font-size: 1.5em;
    line-height: 1.2;
}

.graphic-composition .fade-strip {
    position: absolute;
    left: 50%;    
    transform: translateX(-50%);
    -webkit-mask-position: right top,center top,left top;
    -webkit-mask-size: 30px 100%,calc(100% - 58px) 100%,30px 100%;
    -webkit-mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(1,rgba(0,0,0,0))),-webkit-gradient(linear,right top,left top,color-stop(0,#000),color-stop(1,#000)),-webkit-gradient(linear,right top,left top,color-stop(0,#000),color-stop(1,rgba(0,0,0,0)));
    -webkit-mask-repeat: no-repeat;
    white-space: nowrap;
    font-family: 'Poppins';
    font-weight: 500;
}

.graphic-composition .fade-strip.text-1 {bottom: 100%;}
.graphic-composition .fade-strip.text-1 span {border-bottom: 0;}
.graphic-composition .fade-strip.text-2 {top: 100%;}
.graphic-composition .fade-strip.text-2 span {border-top: 0;}

.graphic-composition .fade-strip span {
    color: #efd500;
    border-top: solid 2px #efd500;
    border-bottom: solid 2px #efd500;
    background-color: black;
    display: block;
    font-size: 0.5em;
    padding: 0.5em 2em;
}

.section-hero .main-form-contain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 991px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }

    .graphic-composition {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 530px) {
    .flash-box-contain {
        width: calc(100% + 100px);
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 30px;
    }
    .graphic-composition {
        font-size: 7.2vw;
    }
}

.section-hero .main-form {
    position: relative;
    z-index: 5;
    width: 100%;    
    padding: 20px;
    text-align: center;    
    border-radius: 15px;
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
    box-shadow: 0px 0px 10px 0px black;
    line-height: 1.2;
}

.section-hero .main-form::before {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    z-index: -1;
    border-radius: 13px;
    background-color: #146412;
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,1);
}

@media screen and (max-width: 767px) {
    .section-hero .main-form {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 25px;
        min-height: 0;
    }
}

.section-hero .main-form > span {
    color: white;    
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px #000000;
    font-size: 20px;
}

.section-hero .main-form > span.styled-text {
    text-transform: uppercase;
    font-size: 40px;
    color: #efd500;
    line-height: 0.8;
}

.section-hero .main-form .cta-btn {    
    font-size: 20px;    
    width: 100%;
}

.section-hero .main-form .cta-btn span {
    font-size: 24px;
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .section-hero .main-form .cta-btn {
        font-size: 16px;
    }

    .section-hero .main-form .cta-btn span {
        font-size: 20px;
    }
}

.section-hero .logo {
    width: 100%;
    max-width: 230px;
    display: block;    
    margin: 0 auto;
    margin-top: -10px;    
}

@media screen and (max-width: 767px) {
    .section-hero .logo {
        display: none;
    }
}

.section-hero .cta-btn {
    margin-top: 0;
    padding: 5px 40px;
}

.section-hero form {
    margin-top: 10px;
}

.section-hero input {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #404040;
}

/* [start] FORM STUFF --> */
input[type="text"].error,    
input[type="email"].error {    
    /*border: solid 2px #ffcc00;*/
    background-image: url('/rea/shared/img/gmd/10/cc2_error_icon.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

input[type="checkbox"].error {
    outline: solid 2px red;
}

#preform .yearText {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    text-transform: none;
    margin-bottom: 10px;
}

#preform #dob-year {
    background-color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 34px;    
    color: rgb(34, 34, 34);
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 6px;    
}

#preform #dob-year.error {
    border-color: rgb(255, 0, 0);
    -webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
    box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
}

#preform #dob-year.valid {
    border-color: rgb(38, 117, 218);
    -webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
    box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
}

#preform input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;    
}

#preform a:hover,
#preform a {
    color: #e0c728;
}

#preform .checks {
    text-transform: none;
    color: black;
    margin-top: 10px;
    color: white;
}

/* <-- [end] FORM STUFF */

.cta-btn {
    position: relative;
    padding: 15px 40px;
    margin-top: 15px;        
    border-radius: 10px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    text-shadow: 1px 1px 0px #ffffff;
    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);
}

.cta-btn span {
    font-size: 20px;
}

.cta-btn.btn-arrowed::before,
.cta-btn.btn-arrowed::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 23px;
    background-image: url("/rea/shared/img/gmd/10/GMD-REA-arrow.fs8.png");
    background-size: 200% 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.cta-btn.btn-arrowed::before {
    left: 10px;
}

.cta-btn.btn-arrowed::after {
    right: 10px;
    background-position: right top;
}

.u__position--above {
    position: relative;
    z-index: 10;
}

.u__text--uppercase {
    text-transform: uppercase;
}

/*--- BASE PAGE STYLES*/
.copyright {
    text-align: center;
    color: white;
}

.copyright a.modalLink {
    color: white;
}

.footer {
    font-family: Arial;
    position: relative;
    background-color: black;
    background-image: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-image: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-size: 100% 150px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;    
    z-index: 100;
}

.affiliates {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
    }
}

.footer::before {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    background: linear-gradient(to right, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    position: absolute;
    bottom: 100%;
}

.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;
}

.copy {
    text-align: center;
    font-size: 12px;
    color: white;
    margin-top: 10px;
}

.modal,
.modal p {
    color: black;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.2;
}

.modal h4, .modal h1 {
    font-weight: 700;
    font-size: 20px;
}

.modal h1 {
    padding-bottom: 10px;
}

.modal h4 {
    font-size: 16px;
}

.modal.fade.in {
    opacity: 1;
}

.modal div[class*="col-"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: unset;
    flex: initial;
}

.modal .hero-section__content {
    padding: 0 !important;
}

a.cc-dismiss {
    text-decoration: none;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    color: #999;
    text-align: center;
    font-size: 10px;
    padding: 0 5px;
}