﻿/* Marta | latin-ext | 400 */
/* Open Sans | latin-ext | 400,400i,700,700i */

@font-face {
    font-family: 'Marta';
    src: url('//cdn.iredirect.net/webCDN/fonts/Marta/latin-ext/subset-Marta.woff') format('woff'),
         url('//cdn.iredirect.net/webCDN/fonts/Marta/latin-ext/subset-Marta.ttf') format('truetype'),
         url('//cdn.iredirect.net/webCDN/fonts/Marta/latin-ext/subset-Marta.svg#Marta') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans.woff') format('woff'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans.ttf') format('truetype'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans.svg#OpenSans') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-Italic.woff') format('woff'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-Italic.ttf') format('truetype'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-Bold.woff') format('woff'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-Bold.ttf') format('truetype'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-BoldItalic.woff') format('woff'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-BoldItalic.ttf') format('truetype'),
         url('//cdn.iredirect.net/webCDN/fonts/OpenSans/latin-ext/subset-OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

* {-webkit-font-smoothing: subpixel-antialiased;-webkit-text-size-adjust: none;box-sizing:border-box;}

body {
    font-family: "Open Sans" ,sans-serif;
    background-color: rgba(35,35,35,1);
    margin: 0;
    padding: 0;
}
body > .container {
    position:relative;
    width:1000px;
    margin:0 auto;
    background: radial-gradient(ellipse 50% 20% at 50% 100%, rgba(13,98,171,1) 0, rgba(13,98,171,0) 100%),
                linear-gradient(to bottom, rgba(10,19,30,1) 0%, rgba(41,71,128,1) 100%);
    box-shadow: inset 0 -5px 3px 0 rgba(0,0,0,0.3);
    min-height:400px;
    padding-bottom:100px;
}
body.reg-gb > .container {
    padding-bottom:60px;
}
body > .container::before {
    content:"";
    position:absolute;
    width:378px;
    height:231px;
    bottom:-20px;
    left:0;
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-avalon-screen.fs8.png);
    background-size:378px;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:1;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
	body > .container::before {background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-avalon-screen_2x.fs8.png);}
}
body > .container::after {
    content:"";
    position:absolute;
    width:131px;
    height:133px;
    top:200px;
    left:40px;
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-avalon-coatofarms.fs8.png);
    background-size:131px;
    background-position:center center;
    background-repeat:no-repeat;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
	body > .container::after {background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-avalon-coatofarms_2x.fs8.png);}
}
.header {padding:10px;/*margin-bottom:-30px;*/
    position:relative;}
.logo {
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-logo.fs8.png);
    background-size: contain;
    width:138px;
    height:146px;
    margin:10px 30px;
    display:inline-block;
    vertical-align: middle;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
	.logo {background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-logo_2x.fs8.png);}
}
.jackpot {
    position:relative;
    display:inline-block;
    /*width:360px;
    background:linear-gradient(to bottom, rgba(255,255,143,1) 0, rgba(255,227,57,1) 50%, rgba(225,220,60,1) 100%);*/
    background:black;
    margin:10px auto 0;
    text-align:left;
    border-radius:8px;
    width: calc(100% - 223px);
    z-index:1;
    border:solid 12px rgba(137,104,4,1);
    border-style:solid 12px rgba(255,216,48,1);
    border-image-source:url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-border-image2.png);
    border-image-width:12px;
    border-image-slice:12;
    border-image-outset:0;
    border-image-repeat:round;
    vertical-align: top;
    padding:18px 10px;
}
.jackpot .txt {
    display:inline-block;
    color:rgba(255,255,255,1);
    font-family: "Marta",serif;
    font-size:22px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:1px;
}
.jackpot .txt::first-letter {
    font-size:30px;
}
.jackpot form {display:inline-block;}
.jackpot form input {
    border: none;
    background: rgba(0,0,0,0);
    color: rgba(255,255,102,1);
    font-size: 30px;
    width: 355px;
    text-align: center;
}
.content {
    position:relative;
    display:inline-block;
    border:solid 2px rgba(244,245,246,1);
    background:rgba(0,0,0,1);
    width:430px;
    padding-top:20px;
    padding-bottom:30px;
    margin-top:-20px;
    margin-left:250px;
    border-radius:12px;
    box-shadow: 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1);
}
.content::before {
    content:"";
    position:absolute;
    width:79px;
    height:83px;
    top:-60px;
    left:calc(50% - 39.5px);
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-crown.fs8.png);
    background-size:79px;
    background-position:center top;
    background-repeat:no-repeat;
    z-index:1;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
	.content::before {background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-crown_2x.fs8.png);}
}
.content h2 {
    margin:0 auto;
    color:rgba(255,234,72,1);
    text-align:center;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}
.content h2 span {color:rgba(255,255,255,1); font-style:italic;}
.content p {
    color:rgba(255,255,255,1);
    text-align:center;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}
.content .spins{margin:0 auto;font-size:60px;line-height:60px;text-transform:uppercase;letter-spacing:-2px;}
.content .lines{text-transform:uppercase;margin:-10px auto 0;}


.content .and{text-transform:uppercase;margin:0 auto;font-size:60px;line-height:60px;color:rgba(255,234,72,1);}
.content .curved{text-transform:uppercase;margin:-10px auto -20px;font-size:60px;line-height:60px;letter-spacing:-2px;position:relative;}
.content .lines2{text-transform:uppercase;margin:0 auto -10px;color:rgba(255,234,72,1);}

.content .lines::before, .content .lines2::before {content:"-";padding-right:5px;}
.content .lines::after, .content .lines2::after {content:"-";padding-left:5px;}
.content .lines::before, .content .lines::after {color:rgba(255,234,72,1);}
.content .lines2::before, .content .lines2::after {color:rgba(255,255,255,1);}
.content .lines::before, .content .lines::after,
.content .lines2::before, .content .lines2::after {display:inline;font-size:50px;line-height:27px;margin:-15px auto;vertical-align:sub;}

p.regulated {color:rgba(255,255,255,1);font-size:13px;width:426px;margin:5px 0 0 250px;text-align:center;}
.content p.bendy_text {left: 100px;top: -67px;font-size: 40px;line-height: 48px;position: relative;letter-spacing: 10px;text-align:center;}
svg {margin:-20px 0;}
svg text {fill:rgba(255,255,255,1);font-weight:700;font-size:48px;}


.rightCol {
    display:inline-block;
    width: 260px;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1), 0 0 5px 0 rgba(107,151,150,1), inset 0 0 5px 0 rgba(105,128,176,1);
    border: solid 2px rgba(244,245,246,1);
    background: rgba(0,0,0,1);
    margin:-20px 0 0 20px;
    padding: 25px 20px;
    vertical-align: top;
    text-align: center;
    position:relative;
}
body[data-gdpr="true"] .rightCol {padding:15px 20px;}
body.reg-gb .rightCol {padding:20px;}
body.reg-ca .rightCol {padding:24px 20px;}

.rightCol::before,
.rightCol::after {
    content:"";
    display:block;
    position:absolute;
    width:77px;
    height:39px;
    background-image:url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-arrow.fs8.png);
    background-size:77px;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
	.rightCol::before,
    .rightCol::after {background-image:url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-arrow_2x.fs8.png);}
}
.rightCol::before {
    left:-60px;
    top:0;
}
.rightCol::after {
    transform: scale(1,-1) rotate(22.5deg);
    left: -45px;
    bottom: -30px;
}
body[data-gdpr="true"] .rightCol::after {bottom:-10px;}
body.reg-gb .rightCol::after {bottom:-10px;}

input[type="text"],
input[type="email"] {
    display: block;
    margin: 0 auto 25px;
    padding: 0 10px;
    width: 215px;
    height: 34px;
    border: solid 1px rgba(153,153,153,1);
    border-radius: 4px;
    background: rgba(255,255,255,1);
    font-size: 12px;
}
body[data-gdpr="true"] input[type="text"],
body[data-gdpr="true"] input[type="email"] {margin: 0 auto 5px;}
body.reg-gb input[type="text"],
body.reg-gb input[type="email"] {margin:0 auto 5px;}
body.reg-ca input[type="text"],
body.reg-ca input[type="email"] {margin:0 auto 15px;}

input.formBtn,
button.formBtn {
        display:block;
        margin: 0;
        padding: 0 20px;
        background:rgba(243,109,0,1);
        border: solid 2px rgba(255,255,255,1);
        color:rgba(255,255,255,1);
        margin: 13px auto 0;
        width: 205px;
        height: 59px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: pre-wrap;
        word-break: keep-all;
        text-shadow:0 0 3px rgba(0,0,0,1);
        cursor:pointer;
        position:relative;
        z-index:1;
        /*outline: solid 1px #f0f;             Remove comment to show button area (development) */
}

body[data-gdpr="true"] input.formBtn,
body[data-gdpr="true"] button.formBtn {margin: 13px auto;}

body.reg-gb input.formBtn,
body.reg-gb button.formBtn {margin: 13px auto 0 !important;}

.footer {
    position:relative;
    width:1000px;
    margin:0 auto;
    background:linear-gradient(to bottom, rgba(191,196,200,1) 0, rgba(255,255,255,1) 65%);
    border-top:solid 2px rgba(255,255,255,1);
    padding:10px 0;
}
.footer::before {
    content:"";
    position:absolute;
    width:256px;
    height:136px;
    top:-90px;
    right:0;
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-chips.fs8.png);
    background-size:256px;
    background-position:center center;
    background-repeat:no-repeat;
}							 
@media (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
    .footer::before {background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/lxc/1/rea-lxc-1-chips_2x.fs8.png);}
}


.copyright {text-align:center;}
.copyright a {color:rgba(0,0,0,1);}
.copyright a:hover {text-decoration:none;}    
.avd{margin:0 auto 10px;padding:10px 10px 5px;background:#fff;max-width:430px;-webkit-border-radius:5px;border-radius:5px;box-shadow:0 0 5px 0 rgba(0,0,0,0.2);}
@media screen and (max-width:479px) {
    .avd {max-width:calc(100% - 20px);}
}
.avdtxt{height:auto; padding:0; margin:0 auto; font-family:Arial,verdana, Sans-Serif; font-size:12px; color:#5d5d5d;text-align:center;}
.avdtxt a {color: #069aa3;font-weight: normal;text-decoration: none;}
.avdimg{margin:0 auto;text-align:center;}
.avdimg .norton{background-image:url(//cdn.iredirect.net/webcdn/img/rea/shared/secimages/norton.jpg); background-repeat:no-repeat; width:104px; height:50px;margin-right:10px;display:inline-block;}
.avdimg .mcaffee{background-image:url(//cdn.iredirect.net/webcdn/img/rea/shared/secimages/mcafee.jpg); background-repeat:no-repeat; width:106px; height:50px;margin-right:10px;display:inline-block;}
.avdimg .safesecure{background-repeat:no-repeat; width:91px; height:50px;display:inline-block;}
.copy p {font-size:13px;line-height:19px;text-align:center;}
.pinkSlime {border:none !important;text-align:center !important;}
.licence {font-size:12px;margin: 0 20px;text-align:center;}

.footerTracking {
    width:calc(100% - 40px);
    max-width:700px;
    font:normal 11px Arial,Helvetica;
    color:#555;
    text-align:left;
    vertical-align:middle;
    border:1px dotted #ccc;
    padding:3px 4px;
    margin:4px auto;
    clear:both;
}

/*.invalidField, input.invalidField, input.error, select.invalidField, select.error {outline:none !important;}
input:focus, select:focus {-webkit-box-shadow: 0 0 3px 0 rgba(0,128,255), 0 0 3px 0 rgba(0,128,255), 0 0 3px 0 rgba(0,128,255,1) !important;box-shadow: 0 0 3px 0 rgba(0,128,255), 0 0 3px 0 rgba(0,128,255), 0 0 3px 0 rgba(0,128,255,1) !important;}
input.error, select.error {-webkit-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) !important;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) !important;}
input.error:focus, select.error:focus {-webkit-box-shadow: 0 0 3px 0 rgba(255,128,255), 0 0 3px 0 rgba(255,128,255), 0 0 3px 0 rgba(255,128,255,1) !important;box-shadow: 0 0 3px 0 rgba(255,128,255), 0 0 3px 0 rgba(255,128,255), 0 0 3px 0 rgba(255,128,255,1) !important;}*/

.checks label, .checks p {color:rgba(255,255,255,1);width:199px !important;}
#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);}

/* 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";}
	body > .container {width:720px;padding-bottom:90px;}
    body.reg-gb > .container {padding-bottom:40px;}
	body > .container::before {width:306px;height:210px;background-size:306px;bottom:-90px;}
    body > .container::after {display:none;}
	.header {margin-bottom:0;position:relative;}
	.logo {/*width:198px;height:118px*/margin: 10px 5px;}
    .jackpot {text-align:center;height:auto;padding: 24px 10px;width: calc(100% - 158px);}
    .jackpot .txt {}
	.content {width:415px;margin-left:15px;margin-top:0;}
	.rightCol {margin-top:0;margin-left:10px;}
    p.regulated {width:300px;font-size:12px;margin:5px auto 0;}
	.footer {width:720px;}
    /*.footer::before {width:157px;height:147px;top:-110px;background-size:157px;}*/
    body.reg-ca input[type="text"],
    body.reg-ca input[type="email"] {margin:0 auto 13px;}
    body.reg-ca {}
}
/** optimised for between 640px and 719px **/
@media only screen and (max-width:719px) {
	html::after {content:"optimised for between 640px and 719px";}
	body > .container {width:640px;}
	body > .container::before {
        left:-10px;
        width: 270px;
        height: 165px;
        background-size: 270px;
        bottom: -70px;
        background-position: 0px;
	}
	.header {padding:5px 10px;}
	.content {width:356px;}
	.content h2 {font-size:24px;line-height:32px;}
	.content p {font-size:16px;}
	.content .spins {font-size:52px;line-height:60px;letter-spacing: -2px;}
	.content .lines {}
	.content .and {font-size:56px;line-height:60px;margin:-8px auto 2px;}
	.content .curved {font-size:56px;line-height:60px;letter-spacing:-1px;}
	.content .lines2 {}
	.jackpot {}
	.rightCol {width:240px;padding:20px 10px;}
    body[data-gdpr="true"] .rightCol {padding:10px;}
    body.reg-gb .rightCol {padding:10px;}
    .rightCol::before {left:-70px;}
    .rightCol::after {left:-60px;}
	input[type="text"], input[type="email"] {width:215px;}
    body[data-gdpr="true"] input.formBtn,
    body[data-gdpr="true"] button.formBtn {margin: 13px auto 0;}
    .checks {width:215px !important;}
	.checks label, .checks p {}
    p.regulated {line-height:13px;margin:8px auto 0;}
	.footer {width:640px;}
    body.reg-ca input[type="text"],
    body.reg-ca input[type="email"] {width:196px;margin:0 auto 5px;}
	body.reg-ca input.formBtn,
    body.reg-ca button.formBtn {width:196px;}
    body.reg-ca .checks {width:196px;}
}
/** optimised for between 580px and 639px **/
@media only screen and (max-width:639px) {
	html::after {content:"optimised for between 580px and 639px";}
	body > .container {width:580px;}
    .jackpot .txt {font-size:24px;}
    .jackpot form input {width:290px;}
	.content {width:290px;}
    .content::before {background-position:right top;}
	.content h2 {font-size: 22px;}
    .content .spins {font-size:40px;line-height:48px;}
	.content p {font-size: 15px;}
    .content .and {font-size:48px;line-height:60px;}
    .content .curved {font-size:48px;line-height:50px;letter-spacing:-1px;}
	.rightCol {width:auto;height:auto;margin-left:14px;padding: 25px 10px;}
	input[type="text"], input[type="email"] {margin:0px auto 15px;}
	input.formBtn, button.formBtn {margin:19px auto 0;width:185px;font-size:20px;}
	.footer {width:580px;}
    body.reg-gb .rightCol::after {bottom: 0px;}
	body.reg-ca .rightCol {width:240px;padding: 10px 20px;}
    body.reg-ca input.formBtn, body.reg-ca button.formBtn {margin: 10px auto 0;}
}
/** optimised for between 480px and 579px **/
@media only screen and (max-width:579px) {
	html::after {content:"optimised for between 480px and 579px";}
	body > .container {width:480px;padding-bottom:100px;}
	body > .container::before {width:273px;height:232px;background-size:273px;bottom:-91px;left:-14px;}
	.header {position:relative;}
	.logo {/*margin:0 auto;width:198px;height:118px*/}
	.content {display:block;margin:0 20px 20px;width:auto;padding-top:15px;padding-bottom:25px;}
	.content h2 {font-size:28px;line-height:36px;}
	.content p {font-size:20px;}
    .content .and {font-size:60px;line-height:70px;}
    .content .spins {font-size:60px;line-height:60px;}
    .content .curved {font-size:60px;line-height:60px;}
	.jackpot {width:295px;padding:24px 10px;}
    .jackpot .txt {font-size:18px;}
	.jackpot form input {width:238px;}
	.rightCol {width:auto;display:block;margin:0 20px;padding:20px 10px;}
	.rightCol::before {transform:rotate(90deg);left:initial;right:calc(50% - 177px);top:-20px;}
	.rightCol::after {transform:rotate(90deg) scale(1,-1);left:calc(50% - 177px);top:-20px;}
	.footer {width:480px;padding-top:30px;}
    body.reg-gb > .container {padding-bottom: 100px;}
    body.reg-ca .rightCol {width: auto;}
    body.reg-ca .checks {width: 196px !important;}
    body.reg-ca .jackpot form input {font-size:28px;}
}
/** optimised for between 360px and 479px **/
@media only screen and (max-width:479px) {
	html::after {content:"optimised for between 320px and 479px";}
	body > .container {width:320px;padding-bottom: 130px;}
	body > .container::before {display:none;}
    body > .container::after {display:block;bottom:0px;left:calc(50% - 65px);transform:scale(0.75);top: initial;}
    .logo {display:block;margin:0 auto;}
	.content {width:280px;padding-top:25px;padding-bottom:15px;}
    .content::before {background-position:center top;}
	.content h2 {font-size:20px;line-height:28px;margin:0 auto 20px;}
	.content p {font-size: 14px;}
    .content .spins {font-size:40px;line-height:40px;}
    .content .curved {font-size:40px;line-height:40px;}
    .content .lines::before, .content .lines::after, .content .lines2::before, .content .lines2::after {
        display: inline;
        font-size: 32px;
        line-height: 32px;
        margin: -15px auto;
        vertical-align: sub;
    }
	.jackpot {width:auto;display:block;margin:10px 9px 55px;padding:0 10px;}
	.jackpot::after {
	    width:240px;
	    left:calc(50% - 120px);
	    background-size:contain;
	}
	.rightCol {}
	.footer {width:320px;}
	.footer::before {display:none;}
    body.reg-gb > .container {padding-bottom: 130px;}
}
/** optimised for between 320px and 359px **/
@media only screen and (max-width:359px) {
	html::after {content:"optimised for between 320px and 359px";}
	
}