﻿* {
	-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--flat.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--flat.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::before {
	background-image: url(/rea/shared/img/gmd/1/GMD-REA-jackpot.fs8.png);
	background-position: top center;
	background-size: 790px;
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 20px);
	top: 20px;
	left: -189px;
	background-repeat: no-repeat;
	overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2),
	(-o-min-device-pixel-ratio: 2/1),
	(min-resolution: 2dppx) {
	.main::before {
		background-image: url(/rea/shared/img/gmd/1/GMD-REA-jackpot_2x.fs8.png);
	}
}
.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/flashbox/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/flashbox/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 span {
	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 .go2form {
	display: none;
}

.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/1/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/1/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--flat.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--flat.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 .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: -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 {
	-webkit-transform: translateY(24px);
	-ms-transform: translateY(24px);
	transform: translateY(24px);
	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);
	background-position: 30% center;
}

.go2form a {
	display: block;
	width: 240px;
	font-weight: bold;
	color: black;
	font-style: normal;
	cursor: pointer;
	white-space: pre-wrap;
	word-break: keep-all;
	font-size: 20px;
	line-height: 23px;
	padding: 4px 0 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px white;
	border-radius: 10px;
    background-image: linear-gradient(to bottom, #00bd59 0, #005627 100%);
    border-radius: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 6px #000000, 1px 1px 6px #00000050;
	border-style:solid;
	border-color:#222;
	margin: 20px auto 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	border-width:2px;
}

.go2form a::before,
.go2form a::after {
	content: "";
	position: absolute;
	background-image: url(/rea/shared/img/gmd/1/GMD-REA-arrow.fs8.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 32px;
	top: 25px;
	width: 25px;
	height: 23px;
	background-size: 50px;
	filter:invert(1);
}

@media (-webkit-min-device-pixel-ratio: 2),
	(-o-min-device-pixel-ratio: 2/1),
	(min-resolution: 2dppx) {
	.go2form a::before,
	.go2form a::after {
		background-image: url(/rea/shared/img/gmd/1/GMD-REA-arrow_2x.fs8.png);
	}
}
.go2form a::before {
	left: 8px;
}
.go2form a::after {
	right: 8px;
	background-position: -27px 0;
}
.go2form a span {
	display: block;
	font-size: 24px;
	line-height: 20px;
}
.hdgames {
	position: relative;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(202, 198, 199, 1)),
		color-stop(8%, rgba(242, 242, 242, 1)),
		color-stop(90%, rgba(255, 255, 255, 1)),
		to(rgba(239, 238, 238, 1))
	);
	background: -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/games/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/games/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;
}


.arrow {
	background-image: url(/rea/shared/img/graphic/ZC-REA_JpotFire-arrow.fs8.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100px;
	position: absolute;
	width: 100px;
	height: 44px;
}
.coins {
	background-image: url(/rea/shared/img/graphic/CCC-REA_Golden-ICE-coins.fs8.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 68px;
	position: absolute;
	width: 100px;
	height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2),
	(-o-min-device-pixel-ratio: 2/1),
	(min-resolution: 2dppx) {
	.arrow {
		background-image: url(/rea/shared/img/graphic/ZC-REA_JpotFire-arrow_2x.fs8.png);
	}
	.coins {
		background-image: url(/rea/shared/img/graphic/CCC-REA_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;
}

p.checks {
	color: rgba(0, 0, 0, 1) !important;
	font-weight: normal !important;
}

@-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);
	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;
}

/* ########################################################################################################## */

#preform p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0.3em 0.3em 10px;
}
#preform p span.hilite {
	color: #ff0;
}

#preform {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	border-radius: 8px;
	padding: 0 5px 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 input,
#preform button.btn,
#preform button.btn2 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	color: #222;
	width: 210px;
	height: 16px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 6px;
}
#preform input#firstName,
#preform input#lastName {
	display: inline;
}
#preform button.btn,
#preform button.btn2 {
	display: block;
	width: 240px;
	height: 72px;
	font-weight: bold;
	color: black;
	font-style: normal;
	cursor: pointer;
	white-space: pre-wrap;
	word-break: keep-all;
	font-size: 20px;
	line-height: 21px;
	padding: 5px 0 10px;
	text-transform: uppercase;
	border-radius: 10px;
	text-shadow: 1px 1px 1px white;
	margin:10px auto;
    background-image: linear-gradient(to bottom, #00bd59 0, #005627 100%);
    border-radius: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    text-shadow: 1px 1px 6px #000000, 1px 1px 6px #00000050;
	border-style:solid;
	position:relative;
}
#preform button.btn2 {
	height: 74px;
	margin: 5px auto 0;
}
#preform button.btn::before,
#preform button.btn::after,
#preform button.btn2::before,
#preform button.btn2::after {
	content: "";
	position: absolute;
	background-image: url(/rea/shared/img/gmd/1/GMD-REA-arrow.fs8.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 50px;
	top: 25px;
	width: 25px;
	height: 23px;
	filter:invert(1);
}
@media (-webkit-min-device-pixel-ratio: 2),
	(-o-min-device-pixel-ratio: 2/1),
	(min-resolution: 2dppx) {
	#preform button.btn::before,
	#preform button.btn::after,
	#preform button.btn2::before,
	#preform button.btn2::after {
		background-image: url(/rea/shared/img/gmd/1/GMD-REA-arrow_2x.fs8.png);
	}
}
#preform button.btn2::before,
#preform button.btn2::after {
	top: 25px;
}
#preform button.btn:before,
#preform button.btn2:before {
	left: 8px;
}
#preform button.btn:after,
#preform button.btn2:after {
	right: 8px;
	background-position: -27px 0;
}
#preform button.btn span,
#preform button.btn2 span {
	display: block;
	font-size: 24px;
	line-height: 21px;
}
#preform p.name {
	text-align: left;
	font-weight: 400;
}
#preform p.email {
	text-align: left;
	margin-bottom: 20px;
	font-weight: 400;
}

#preform p.name span,
#preform p.email span {
	display: inline-block;
	width: 70px;
	font-weight: 700;
}

/*#preform input.error {
    outline:2px solid rgba(255,0,0,1);
}*/

#preform .yearText {
	text-align: center;
	margin: 0.3em auto 10px;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	width: 212px;
	color: black;
}

#preform #dob-year {
	padding: 0 10px;
	line-height: 34px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	color: #222;
	width: 210px;
	height: 36px;
	margin-bottom: 10px;
	border-radius: 6px;
}

#preform #dob-year.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 #dob-year.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);
}

#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-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 {
	}
}
.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/trust/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: flex;
		justify-content: space-evenly;
	}
	.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 .go2form {
		margin-top: -15px;
	}
	.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 .go2form {
		display: block;
	}
	.main .form .logo2 {
		display: none;
	}
	.main .form h2 {
		margin: 5px 0 10px;
	}
	#preform {
		width: 250px;
		padding: 0;
		margin: 0 auto;
	}
	#preform input#firstName,
	#preform input#lastName {
		display: block;
		margin: 0 auto 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 .go2form a {
		margin-top: -80px;
		font-size: 16px;
	}
	.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 .go2form a {
		margin: -110px 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);
}
.checks,
.checks p {
	color: rgba(0, 0, 0, 1) !important;
}

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/trust/astropay-logo.fs8.png");
}

@media screen and (max-width: 999px) {
	.payment-method-box {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Margin adjustment for this box */
@media screen and (max-width: 479px) {
	body[data-variation="v9"] .main .limited .second .line2 {
		margin-bottom: 20px;
	}

	body[data-variation="v9"] .main .go2form a {
		margin-top: -10px;
	}
}

/* Margin adjustment for this box */
@media screen and (max-width: 359px) {
	body[data-variation="v9"] .main .go2form a {
		margin-top: -40px;
	}
}
/* Static Jackpot Ticker Styling*/
.jackpot-ticker {
	text-align: center;
	display: block;
	color: rgba(243, 209, 0, 1);
	font-size: 36px;
	font-weight: bold;
	padding-top: 22px;
}

/*********

    Ontario Styling

*********/

/*Main Form Logo*/
.ontario-gambling-logo {
	width: auto;
	height: 60px;
	padding: 4px 0;
	margin: 5px auto;
	filter: drop-shadow(1px 1px 1px black);
}

.form-logo-container {
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 999px) {
	.form-logo-container > .ontario-gambling-logo {
		display: none;
	}
}

/*Header Logo*/
.header > .logo {
	margin: 0;
	background-size: 155px;
	width: 155px;
	height: 40px;
	padding: 4px 0;
}

.header > .ontario-gambling-logo {
	margin: 0;
	height: 40px;
	display: none;
}

.ontario-terms-link {
	color: white;
	text-shadow: 1px 2px 1px black;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	position: relative;
	text-decoration: none;
}

@media screen and (max-width: 999px) {
	.header > .ontario-gambling-logo {
		display: block;
	}
}

.ontario-terms-link:hover {
	color: white;
}

.ontario-terms-link:before {
	content: "* ";
}
/*Weird Container Fix*/
.terms-container {
	text-align: center;
	width: 620px;
}

@media only screen and (max-width: 999px) {
	.terms-container {
		width: 100%;
	}
}

@media only screen and (max-width: 473px) {
	.terms-container {
		transform: translateY(-95px);
	}
}

.footer p,
.footer a {
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	max-width: 561px;
	color: white;
}

.footer-icons .ontario-gambling-logo {
	width: 102px;
	height: auto;
	margin: -32px 0 0 0;
	display: inline-block;
}



/* Payment banner */

.cryptp-payment{
	text-align: center;
    margin: 0 auto;
    position: relative;
	background: linear-gradient(180deg, #8a8a89 0%, #292928 100%);
	color: white;
}
.crypto-header .frame-text {
    font-size: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow:1;
}
@media only screen and (max-width: 767px) {
	.crypto-header .frame-text {
		font-size: 17px;
	}
}

.crypto-group{
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px;
}
.crypto-header {
    margin-right: 20px;
	font-style: italic;
	text-transform: uppercase;
}
.coin {
    margin-left: 10px;
}
.coin img{
	display: flex;
	justify-content: center;
	align-items: center;
}

.u__colour--yellow{
	color:#ffd426;
}