﻿* { -webkit-font-smoothing:subpixel-antialiased; -webkit-text-size-adjust:none;}
html, body { overflow-x: hidden; }
body[data-device="0"] { overflow-y: hidden; }
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;/*'Open Sans', */
    margin:0;
    padding:0;
    background-color:rgba(91,150,169,1);
    position: relative;
}

.inner {
    width:1000px;
    margin:0 auto;
    position:relative;
}

.header {
    display:none;
    background-color:rgba(41,67,75,1);
    border-bottom:1px solid rgba(133,186,203,1);
    padding:5px 0;
}
.header .logo {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-logo2_sk.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-logo2_sk.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-logo2_sk_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-size: 200px;
    margin:0;
    width:200px;
    height:78px;
    margin:0 auto;
    
}

.main {
  color:rgba(255,255,255,1);
  position:relative;
  padding:10px 0 30px;
}
.main .inner {}
.main .jackpot {
    width:620px;
    height:200px;
    position:relative;
}
.main .jackpot .jpani {
    background-image: url("/rea/shared/img/ccc/4/CCC_Golden-ICE-jpot-spriteA.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/CCC_Golden-ICE-jpot-spriteA.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/CCC_Golden-ICE-jpot-spriteA_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:top center;
    width:355px;
    height:85px;
    margin: 309px auto 0;
    left:0;
	-moz-animation: progani 1s steps(3) infinite;
	-webkit-animation: progani 1s steps(3) infinite;
	animation: progani 1.2s steps(3) infinite;
}
@-moz-keyframes progani {
    from {background-position: center 0px;}
    to {background-position: center -255px;}
    }
@-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: 32px;
    font-weight: bold;
    padding-top:24px;
}

.main .jackpot .forjust {    
    color: rgba(243,209,0,1);
    font-size: 40px;
    font-weight: bold;
    position:absolute;
    top:333px;
    left:280px;
}

.main .go2form {display:none;}
.main .go2form a {
    display:block;
    width:350px;
    height:auto;
    font-weight:bold;
    color:#fff;
    font-style:normal;
    cursor:pointer;
    white-space: pre-wrap;
    word-break: keep-all;
    font-size:19px;
    line-height:21px;
    padding:10px 0 8px;
    text-transform:uppercase;
    text-shadow: 1px 1px 1px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;border:1px solid rgba(128,196,32,1);
    background: -moz-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: -webkit-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: -ms-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: -o-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: linear-gradient(to bottom, #7cc04b 0, #60a33e 100%);
    margin:20px auto 50px;
    position:relative;
    text-align:center;
    text-decoration:none;
  }
  
.main .go2form a::before, .main .go2form a::after {
    content:"";
    position:absolute;
    background-image: url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow2.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow2.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow2_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    top:10px;
    width:25px;
    height:23px;
}
.main .go2form a::before {
    left:10px;
}
.main .go2form a::after {
    right:10px;
    background-position:-27px 0;
}

.main .limited {
    position:relative;
    background:rgba(37,89,105,0.8);
    padding:8px 0;
    margin-top:20px;
}
.main .limited .ltdbtn {
    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:155px;
    border-radius:3px;
    -webkit-transform:rotate(-6deg);
    -ms-transform:rotate(-6deg);
    transform:rotate(-6deg);
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    position:absolute;
    top:-15px;
    left:40px;
}
.main .limited .ltdbtn::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    background-image: url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute;
    width:100px;
    height:44px;
    display:none;
}
.main .limited .second {
    position:relative;
    font-size:28px;
    font-weight:700;
    text-align:center;
    width:620px;
    height:50px;
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position: center top;
}
.main .limited .second.gbp {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-gbp.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-gbp.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-gbp_2x.fs8.png") 2x);
}
.main .limited .second.euro {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-eur.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-eur.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-eur_2x.fs8.png") 2x);
}
.main .limited .second span{color: rgba(243,209,0,1);}

.main .form {
    position:absolute;
    width:260px;
    padding:100px 10px 10px;
    left:calc(50% + 170px);
    top:30px;
    right:0;
    background:rgba(41,67,75,1);
    border:1px solid rgba(133,186,203,1);
    border-radius:12px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
.main .form .logo2 {
    position:absolute;
    top:10px;
    left:0;
    width:280px;
    height:90px;
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-logo2_sk.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-logo2_sk.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-logo2_sk_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position: center top;
}
.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:19px;
    font-weight:700;
    text-transform:uppercase;
    width:200px;
    -webkit-border-radius: 5px;
    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;
}

.hdgames {
    position:relative;
    background: -moz-radial-gradient(center, ellipse contain,  #315a67 1%, #122024 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse contain,  #315a67 1%,#122024 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse closest-side at center,  #315a67 1%,#122024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#315a67', endColorstr='#122024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-top:1px;
    padding: 10px 0 0;
}
.hdgames p {margin:0;padding-bottom:10px;text-align:center;font-size: 21px;font-weight: 700;color:rgba(255,255,255,1);}
.hdgames p span {display:block;color: rgba(243,209,0,1);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("/rea/shared/img/games/JpotFire-game-sprite.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/games/JpotFire-game-sprite.fs8.png") 1x, 
                      url("/rea/shared/img/games/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;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 .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("/rea/shared/img/ccc/4/CCC_JpotFire-arrow.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute;
    width:100px;
    height:44px;
}

.coins {
    background-image: url("/rea/shared/img/ccc/4/CCC_Golden-ICE-coins.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/CCC_Golden-ICE-coins.fs8.png") 1x, 
                      url("/rea/shared/img/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: -155px;
    left: 465px;
    -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:-40px;
    left:-45px;
}
.arrow_form3 {display:none;}

.secondText {display:none;}

.secondText .line1 {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    width:19px;
    height:48px;
    margin:-30px auto 2px;
    }
.secondText .line2 {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:-17px 0;
    width:270px;
    height:48px;
    margin:2px auto;
    }
.secondText .line2.gbp {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-gbp.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-gbp.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-gbp_2x.fs8.png") 2x);}
.secondText .line2.euro {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-eur.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-eur.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-eur_2x.fs8.png") 2x);}
.secondText .line3 {
    background-image: url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/sk/CCC_Golden-ICE-plus_sk-usd_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:-287px 0;
    width:225px;
    height:48px;
    margin:2px auto;
    }
	
/* ########################################################################################################## */

#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;-webkit-border-radius:8px;border-radius:8px;padding:10px;position:relative;}
#preform label[for="email"], #preform label[for="firstName"], #preform label[for="lastName"] {display:inline;color:#fff;font-size:14px;line-height:14px;font-weight:700;margin-bottom:0;}
#preform label.error {position:absolute;display:inline;background:url("/rea/shared/img/icon-error.png") 1px 1px no-repeat;width:18px;height:18px;font-size:0 !important;line-height:0 !important;margin-top:5px;text-indent:-10000px !important;color:transparent;margin-left:2px;}
#preform label.success {position:absolute;display:inline;background:url("/rea/shared/img/icon-success.png") 1px 1px no-repeat;width:18px;height:18px;font-size:0 !important;line-height:0 !important;margin-top:5px;text-indent:-10000px !important;color:transparent;margin-left:2px;}
#preform input, #preform button {font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:600;color:#222;width:210px;height:16px;background:rgba(255,255,255,1);border:1px solid rgba(64,64,64,1);margin-bottom:10px;padding:10px;border-radius:3px;-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.3);
box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.3);}
#preform input#firstName, #preform input#lastName {display:inline;}
#preform button.btn {
    display:block;width:240px;height:54px;font-weight:bold;color:#fff;font-style:normal;cursor:pointer;white-space: pre-wrap;word-break: keep-all;font-size:19px;line-height:21px;padding:5px 0 10px;margin-top:20px;text-transform:uppercase;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border:1px solid rgba(128,196,32,1);text-shadow: 1px 1px 1px #000000;
    background: -moz-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: -webkit-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: -ms-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: -o-linear-gradient(top, #7cc04b 0, #60a33e 100%);
    background: linear-gradient(to bottom, #7cc04b 0, #60a33e 100%);
    -webkit-appearance:none;margin:20px auto 0;position:relative;
}
#preform button.btn::before, #preform button.btn::after {
    content:"";
    position:absolute;
    background-image: url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow2.fs8.png");
    background-image: -webkit-image-set(url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow2.fs8.png") 1x, 
                      url("/rea/shared/img/ccc/4/CCC_JpotFire-arrow2_2x.fs8.png") 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    top:15px;
    width:25px;
    height:23px;
}
#preform button.btn:before {
    left:10px;
}
#preform button.btn:after {
    right:10px;
    background-position:-27px 0;
}

#preform p.name {text-align:left;font-weight:400;}
#preform p.email {text-align:left;margin-bottom:20px;font-weight:400;}

#preform p.name span,
#preform p.email span {display:inline-block;width:70px;font-weight:700;}

	
/* ########################################################################################################## */

.footer {
	padding-top: 10px;
	background: black;
	padding-bottom: 10px;
	border-top: solid 2px rgba(85, 85, 85, 1);
	border-top: solid 1px rgba(243, 209, 0, 0.5);
	color: white;
}

.copyright {text-align:center;/*text-shadow: 1px 1px 1px #000000;*/}
.copyright h3 {margin-bottom:0;}
.copyright div {margin: 6px auto;}
.livechat {width:190px;margin:0 auto 16px;padding:0;-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,0.4);box-shadow:2px 2px 2px 0 rgba(0,0,0,0.4);height:35px;position:relative;z-index:4;}
.copy {text-align:center;font-size:12px;color:#000;}

.avd{margin:0 auto 10px;padding:10px 5px 5px;background:#fff;max-width:310px;-webkit-border-radius:5px;border-radius:5px;}
.avdtxt{height:auto; padding:0; margin:0 auto; font-family:Arial,verdana, Sans-Serif; font-size:12px; color:#5d5d5d;text-align:center;}
.avdimg{margin:0 auto;text-align:center;}
.avdimg .norton{background-image:url("/rea/shared/img/trust/norton.jpg"); background-repeat:no-repeat; width:104px; height:50px;/*margin-right:10px;*/display:inline-block;}
.avdimg .mcaffee{background-image:url("/rea/shared/img/trust/mcafee.jpg"); background-repeat:no-repeat; width:106px; height:50px;/*margin-right:10px;*/display:inline-block;}
.avdimg .safesecure{background-repeat:no-repeat; width:91px; height:50px;display:inline-block;background-image:url("/rea/shared/img/trust/secure-en.jpg") !important;}
.affid{background-color:#111111;font:normal 11px Arial,Helvetica;color:#999;text-align:left;vertical-align:middle;border:1px solid #090909;padding:3px 4px;margin:9px 10px 15px;clear:both;}
.footerTracking {width:calc(100% - 40px);max-width:420px;background-color:#111111;font:normal 11px Arial,Helvetica;color:#555;text-align:left;vertical-align:middle;border:1px solid #222222;padding:3px 4px;margin:4px auto;clear:both;}
.pinkSlime {border:none !important;width:auto !important;text-align:center !important;color:#000;}

.main .limited .offertermsGB {
    position: relative;
    font-size: 12px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.UKreg {max-width:440px;margin:12px auto 0;text-align:center;}
.eighteenplus {display:inline-block;width:29px;height:32px;background: url("/rea/shared/img/trust/UK-regulation-colour.png") no-repeat 0 0;}
.mgs {display:inline-block;width:100px;height:57px;background: url("https://www.authorisation.mga.org.mt/images/seal-of-authorisation/licensed/medium.png") no-repeat 0 0;margin:0 6px;}
.gamcon {display:inline-block;width:119px;height:32px;background: url("/rea/shared/img/trust/UK-regulation.png") no-repeat -32px 0;}

.licence {max-width:420px;margin:12px auto 0;color:#999;text-align:center;font-size:10px;padding:0 5px;}

.signinbtn {
    position:absolute;
    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: -moz-linear-gradient(to bottom, #551D59 0, #523473 100%);
    background: -webkit-gradient(to bottom, #551D59 0, #523473 100%);
    background: -webkit-linear-gradient(to bottom, #551D59 0, #523473 100%);
    background: -o-linear-gradient(to bottom, #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: -moz-linear-gradient(to bottom, #551D59 0, #523473 100%);
    background: -webkit-gradient(to bottom, #551D59 0, #523473 100%);
    background: -webkit-linear-gradient(to bottom, #551D59 0, #523473 100%);
    background: -o-linear-gradient(to bottom, #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);
}

/* ########################################################################################################## */

/* temp */
html::after {position:absolute;top:0;left:0;color:#000;background:#ff0;padding:2px;font-family: "Open Sans",sans-serif;font-weight:bold;font-size:11px;opacity:0.7;
             content:"optimised for 1000px and above";display:none;/*  */z-index:999; }


/*******************************************************************************************/
/********************************** RESPONSIVE STYLES **************************************/
/*******************************************************************************************/

/** optimised for between 720px and 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 {padding: 10px 0 0;}
	.main .jackpot {
	    margin-left: auto;
	    margin-right: auto;
	    width:auto;
	    height: 200px;
    }
    .main .jackpot::before {left: -240px;}
    .main .jackpot .jpani {margin: 278px auto 0;}
    .main .go2form {display:block;}
    .main .go2form a {
        margin:20px auto;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
    .main .limited {background: rgba(21,37,42,1);padding: 60px 0 0;}
    .main .limited .second {background-color: rgba(69,120,135,1);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: -50px;
        left: 0;
        margin: 0px auto 0;
    }
    .main .limited .second, .main .limited .offertermsGB {
        margin-left: auto;
        margin-right: auto;
    }
	.main .form {
	    position:relative;
	    margin:20px auto 30px;
	    left:auto;
	    top:auto;
	    padding-top:100px;
    }
	.main .form .logo2 {
	    height:94px;
	    background-position: center 0px;
	}
	#preform {width:240px;padding:0;margin:0 auto;}
	#preform input#firstName, #preform input#lastName {display:block;margin: 0 auto 10px;}
    .main .form .simple {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:515px;
    }
    .arrow_jp2 {
        display:block;
        top: 160px;
        left: 200px;
        -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 {
        top: 380px;
        left: 20px;
        margin-left: -60px;
        -webkit-transform: scale(0.75) rotate(10deg);
        -ms-transform: scale(0.75) rotate(10deg);
        transform: scale(0.75) rotate(10deg);
    }
    .signinbtn {left:auto;right:177px;margin-left:0;}  
}
/** optimised for between 480px and 719px **/
@media only screen and (max-width:719px) {
	html::after {content:"optimised for between 480px and 579px";}

	.header .logo {
	    background-size: 150px;
        width: 150px;
        height: 58px;
    }
	.inner {width:480px;}
	.main .jackpot {width:100%;height:160px;}
	.main .jackpot .jpani {
	    -webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	    transform: scale(0.9);
        -wenkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        width: 111.111%;
        margin: 255px auto 0;
    }
    .arrow_jp1 {left: 370px;top: -142px;}
    .arrow_jp2 {
        top: 138px;
        left: 95px;
        -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%;}
	.main .go2form a {
	    -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
	#preform {width:100%;}
	.main .form .txt_1 {font-size:18px;letter-spacing:0;}
	.main .limited {padding:30px 0 0;}
	.main .limited .ltdbtn {
	    -webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    transform: scale(1.2);
	    top: -26px;
	    margin: 0px auto 5px;
	}
    .main .limited .ltdbtn::before {
        display:block;
        -webkit-transform: scale(0.5, 0.5) rotate(100deg) translate(-30px, -245px);
        -ms-transform: scale(0.5, 0.5) rotate(100deg) translate(-30px, -245px);
        transform: scale(0.5, 0.5) rotate(100deg) translate(-30px, -245px);
    }
	.remove579 {display:none;}
    .arrow_form1 {
        top:auto;
        bottom:300px;
        left:50%;
        margin-left:-190px;
        -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);
    }
    .arrow_form3 {
        display:block;
        bottom: auto;
        top:-35px;
        left: -7px;
        margin-left: 0;
        -webkit-transform: scale(-0.6, 0.6) rotate(120deg);
        -ms-transform: scale(-0.6, 0.6) rotate(120deg);
        transform: scale(-0.6, 0.6) rotate(120deg);
    }
    .main .limited .second, .main .limited .second.gbp, .main .limited .second.euro {height:auto;background-image:none;}
    .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";}
	.inner {width:360px;}
	.main .jackpot {height: 220px;}
	.main .jackpot::before {display:none;}
	.main .jackpot::after {display:none;}
	.main .jackpot .jpani {
	    -webkit-transform: scale(0.666667);
	    -ms-transform: scale(0.666667);
	    transform: scale(0.666667);
	    -webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	    transform-origin: left top;
	    width: 150%;
	    margin: 185px auto 0;
	}
    .main .go2form a {
        margin-top:-80px;
        width:300px;
        font-size:15px;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .main .limited .second {font-size: 21px;width:100%;}
    .arrow_jp1 {
        left: 265px;
        top: -110px;
        -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: 60px;
        -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);
    }
}
/** 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: 360px;
        top: -143px;
    }
    .arrow_jp2 {left: 60px;top:109px}
	.main .jackpot {
	    -webkit-transform:scale(0.6823027718550107);
	    -ms-transform:scale(0.6823027718550107);
	    transform:scale(0.6823027718550107);
	    -webkit-transform-origin:0 0;
	    -ms-transform-origin:0 0;
	    transform-origin:0 0;
	    margin: 0 calc((100% - 320px) / 2);
	}
	.main .jackpot .jpani {
	    -webkit-transform: scale(0.87);
	    -ms-transform: scale(0.87);
	    transform: scale(0.87);
	    -webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	    transform-origin: left top;
	    width: 168.75%;
	    margin: 163px auto 0;
}
	.main .go2form a {
	    margin: -110px auto 0;
	    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
    .main .limited  {margin-top: 10px;}
	.main .limited .second {font-size: 19px;}
    .hdgames .screens .shot {width: 30%;padding: 0 2% 0;}
}

.u-text-yellow {
    color: rgba(243,209,0,1);
}

form h1 {
    margin-top: 0
}


#preform button.btn {
    height: 74px;
    margin: 5px auto 0;
    font-size: 20px;
}

#preform button span {
    color: rgba(255,255,0,1);
}

#preform button.btn::before, #preform button.btn::after {
    top: 25px;
}