﻿* {
	-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;
}
.header .logo {
	background-image: url(/rea/shared/img/logo/gmd-logo--flat.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	width: 225px;
	height: 62px;
	margin: 0 auto;
}

.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-repeat: no-repeat;
	background-position: top center;
	background-size: 790px;
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 20px);
	top: 20px;
	left: -189px;
	overflow: hidden;
}
.main .inner {
}
.main .offer {
	position: absolute;
	top: 10px;
	left: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	text-transform: uppercase;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	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;
	width: 355px;
	height: 85px;
	margin: 161px auto 0;
	left: 0;
	-webkit-animation: progani 1s steps(3) infinite;
	animation: progani 1.2s steps(3) infinite;
}
@-webkit-keyframes progani {
	from {
		background-position: center 0px;
	}
	to {
		background-position: center -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: 40px;
	font-weight: bold;
	padding-top: 20px;
}

.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;
}
.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);
	letter-spacing: -5px;
}
.main .limited .second .line2a {
	color: rgba(224, 0, 0, 1);
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -2px;
	padding: 20px 0;
	padding-left: 142px;
	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: contain;
}
.main .form h2 {
	text-align: center;
	color: black;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -1px;
	margin: 15px 0 10px;
}
.main .form h2 span:first-of-type {
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	color: rgba(215, 0, 0, 1);
	font-size: 26px;
	margin: 0 auto 5px;
	text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 1px rgba(255, 255, 255, 1),
		0 0 2px rgba(255, 255, 255, 1);
}
.main .form h2 span:last-of-type {
	display: block;
	margin: 10px auto 0;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 40px;
	font-weight: 800;
	letter-spacing: -1px;
	word-spacing: -3px;
	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 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(
		ellipse farthest-side at center bottom,
		#595959 0%,
		#000000 100%
	);
	background: -o-radial-gradient(
		ellipse farthest-side at center bottom,
		#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 {
	background-size: cover;
	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);
}
.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;
	border: 1px solid rgba(119, 101, 4, 1);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(255, 246, 110, 1)),
		to(rgba(247, 196, 18, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 246, 110, 1) 0,
		rgba(247, 196, 18, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 246, 110, 1) 0,
		rgba(247, 196, 18, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 246, 110, 1) 0,
		rgba(247, 196, 18, 1) 100%
	);
	margin: 20px auto 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
}

.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;
	top: 25px;
	width: 25px;
	height: 23px;
}
.go2form a::before {
	left: 8px;
}
.go2form a::after {
	right: 8px;
	background-position: -27px 0;
}
.go2form a span {
	display: block;
	font-size: 24px;
	line-height: 20px;
}
.hdgames {
	position: relative;
	background: -webkit-gradient(
		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;
	vertical-align: top;
}
.hdgames .screens .shot p {
	position: relative;
	top: 68px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
}
.hdgames .screens .megamoolah {
	background-position: center 0;
}
.hdgames .screens .euroroulette {
	background-position: center -68px;
}
.hdgames .screens .thunderstruck2 {
	background-position: center -136px;
}
.hdgames .screens .crvip {
	background-position: center -204px;
}
.hdgames .screens .breakdabank {
	background-position: center -272px;
}
.hdgames .screens .barbarblacksheep {
	background-position: center -340px;
}
.hdgames .screens .avalon {
	background-position: center -408px;
}
.hdgames .screens .untamedwildpanda {
	background-position: center -476px;
}
.hdgames .screens .wildorient {
	background-position: center -544px;
}
.hdgames .screens .cashsplash5reel {
	background-position: center -612px;
}
.hdgames .screens .basketballstar {
	background-position: center -680px;
}
.hdgames .screens .ariana {
	background-position: center -748px;
}

.arrow {
	background-image: url(/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;
}

.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.reg-ca .arrow_form2 {
	top: 460px;
}
body[data-variation="v1"].reg-ca .arrow_form2 {
	top: 480px;
}
.arrow_form3 {
	display: none;
}

/* ########################################################################################################## */

#preform p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0.3em 0.3em 10px;
}
#preform p span.hilite {
	color: #ff0;
}

#preform {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	border-radius: 8px;
	padding: 0 10px 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;
	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;
	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;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 6px;
	-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,
#preform button.btn2 {
	display: block;
	width: 240px;
	height: 72px;
	font-weight: bold;
	color: black;
	font-style: normal;
	cursor: pointer;
	white-space: pre-wrap;
	word-break: keep-all;
	font-size: 20px;
	line-height: 21px;
	padding: 5px 0 10px;
	text-transform: uppercase;
	border-radius: 10px;
	text-shadow: 1px 1px 1px white;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(255, 246, 110, 1)),
		to(rgba(247, 196, 18, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 246, 110, 1) 0,
		rgba(247, 196, 18, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 246, 110, 1) 0,
		rgba(247, 196, 18, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 246, 110, 1) 0,
		rgba(247, 196, 18, 1) 100%
	);
	border: 1px solid rgba(119, 101, 4, 1);
	-webkit-appearance: none;
	margin: 10px auto 0;
	position: relative;
	letter-spacing: -1px;
}
#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;
	top: 25px;
	width: 25px;
	height: 23px;
}
#preform button.btn2::before,
#preform button.btn2::after {
	top: 25px;
}
#preform button.btn:before,
#preform button.btn2:before {
	left: 8px;
}
#preform button.btn:after,
#preform button.btn2:after {
	right: 8px;
	background-position: -27px 0;
}
#preform button.btn span,
#preform button.btn2 span {
	display: block;
	font-size: 24px;
	line-height: 21px;
}
#preform p.name {
	text-align: left;
	font-weight: 400;
}
#preform p.email {
	text-align: left;
	margin-bottom: 20px;
	font-weight: 400;
}

#preform p.name span,
#preform p.email span {
	display: inline-block;
	width: 70px;
	font-weight: 700;
}

/* ########################################################################################################## */

.footer {
	padding-top: 10px;
	background: -webkit-radial-gradient(
		ellipse farthest-side at center bottom,
		#595959 0%,
		#000000 100%
	);
	background: -o-radial-gradient(
		ellipse farthest-side at center bottom,
		#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;
	z-index: 4;
}
.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;
}

h4.regulated {
	text-align: center;
	color: #808080;
	font-size: 12px;
	font-weight: 700;
	margin: 4px auto 0;
}
p.regulated {
	text-align: center;
	color: rgb(230, 242, 245);
	font-size: 11px;
	margin: 4px auto 0;
	padding: 0 5px;
}
body.reg-gb p.regulated {
	padding: 0 5px 8px;
}
.regulated a {
	color: #fff;
}
.regulated a:hover {
	text-decoration: none;
}

.UKreg {
	max-width: 440px;
	margin: 12px auto 0;
	text-align: center;
}
.eighteenplus {
	display: inline-block;
	width: 29px;
	height: 32px;
	background: url(/rea/shared/UK-reg/img/UK-regulation-colour.png) no-repeat 0
		0;
}
.mgs {
	display: inline-block;
	width: 95px;
	height: 32px;
	background: url(/rea/shared/img/trust/mobile-footer-icons.fs8.png)
		no-repeat 0 0;
	margin: 0 6px;
	background-position: -2800px bottom;
}
.gamcon {
	display: inline-block;
	width: 119px;
	height: 32px;
	background: url(/rea/shared/UK-reg/img/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;
	-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;
}

/* #################################################### */

/*******************************************************************************************/
/********************************* STYLES FOR CA$ MODAL ************************************/
/*******************************************************************************************/
div.modal section.container {
	width: auto;
}

#preform p {
	text-align: left;
	width: 212px;
	font-size: 11px;
	line-height: 14px;
}
#preform p label {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
}
#preform p label input {
	width: auto;
	margin: 0;
	vertical-align: middle;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#preform p label input.invalidField {
	outline: solid 2px #c00;
}
#preform input.invalidField {
	outline: solid 2px #c00;
}

body.reg-ca #preform p {
	margin: 0 auto 10px;
}
body.reg-ca #preform p label {
	color: rgba(0, 0, 0, 1);
}
body.reg-ca #preform p label a {
	color: rgba(112, 96, 4, 1);
}
body.reg-ca #preform p label a:hover {
	text-decoration: none;
}

body.reg-ca #preform input {
}
body.reg-ca #preform input#firstName,
body.reg-ca #preform input#lastName {
	margin-bottom: 3px;
}

body.reg-ca #preform button.btn {
	margin-top: 0;
}

.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	border-radius: 12px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 0 15px;
	overflow-y: auto;
}

/* added by G to conform with content on core domains */
.modal-body ol ol {
	list-style: lower-roman outside;
}
.modal-body ol ol ol {
	list-style: lower-alpha outside;
}
.modal-body ol ol ol ol {
	list-style: lower-greek outside;
}
/******************************************************/

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}

.modal button.close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 2px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 5px;
	cursor: pointer;
	background: rgba(242, 242, 242, 1);
	border: 2px solid rgba(186, 186, 186, 1);
	color: rgba(168, 0, 0, 0.6);
}
.modal button.close:hover {
	border: 2px solid rgba(128, 128, 128, 1);
	background: rgba(228, 228, 228, 1);
	color: rgba(168, 0, 0, 0.8);
}
.modalLink {
	cursor: pointer;
	color: rgba(243, 209, 0, 1);
}
.modalLink:hover {
	text-decoration: none;
}

/* Limit height of modals */
.modal-body {
	overflow-y: auto;
}

#desktop-privacyModal .modal-body,
#desktop-termsModal .modal-body {
	height: 80vh;
}

#mobile-termsModal .modal-body {
	height: 78.5vh;
}

.mobile-terms,
.desktop-terms,
.desktop-privacy {
	font-size: 80%;
}
.mobile-terms .container {
	width: auto;
}
.mobile-terms ol,
.mobile-terms ul,
.desktop-terms ol,
.desktop-terms ul {
	padding-left: 20px;
}

/* ########################################################################################################## */

/* 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::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: 240px;
		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;
	}

	.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;
	}
	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: -30px;
		-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);
		display: block;
	}
	.arrow_form2,
	body.reg-gb .arrow_form2 {
		top: 380px;
		left: 20px;
	}
	.arrow_form3 {
		display: block;
		bottom: auto;
		top: -30px;
		left: calc(50% - 175px);
		margin-left: 0;
		-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);
	}
	.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 .ir {
		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 .gm {
		-webkit-animation-delay: 4s;
		animation-delay: 4s;
	}
	.winners .wingroup .ir {
		-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: 52px;
	}
	.main .jackpot {
		height: 0;
	}
	.main .jackpot::before {
		display: none;
	}
	.main .jackpot::after {
		display: none;
	}
	.main .jackpot .jpani {
		-webkit-transform: scale(0.675);
		-ms-transform: scale(0.675);
		transform: scale(0.675);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		width: 148.148148148%;
		margin: 68px auto 0;
	}
	.main .limited {
		padding: 15px 0 0;
	}
	.main .limited .second .line2 {
		margin-bottom: 100px;
	}
	.main .limited .second .line2a {
		margin-bottom: 100px;
	}
	.main .go2form a {
		margin-top: -80px;
		font-size: 16px;
	}
	.main .limited .second {
		font-size: 21px;
		width: 100%;
	}
	.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 {
		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 h2 {
		font-size: 21px;
	}
	.main .form .gamebar .upper p {
		font-size: 17px;
	}
	.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 {
		left: 5px;
	}
}

/* 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;
}
