@charset "UTF-8";

/* GLOBALS */

html, body, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, ul, li, form, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

html {
	background: #F8F8F8;
}

body {
	background: #f4f4f7;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 15px;
	overflow-x:hidden;
}

	body * {
		box-sizing: border-box;
	}

h1, .h1 {
	position: relative;
	color: #393939;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing:-0.25px;
}

h2, .Title2, .Title3, .h2 {
	color: #393939;
	font-size: 28px;
	margin: 25px 0 35px 0;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.25px;
}

	h2.inBox {
		background: #363636;
		color: #393939;
		text-align: center;
		display: inline-block;
		padding: 10px 15px;
	}

h3, .Title3, .h3 {
	font-size: 20px;
	line-height: 21px;
	color: #393939;
	margin: 40px 0 20px 0!important;
	font-weight: 700;
	display: block;
	position:relative;
}

h4, .Title4, .h4 {
	font-size: 15px;
	line-height: 19px;
	color: #393939;
	margin-bottom: 10px;
	font-weight: 700;
	display: block;
}

h1, h2, h3, h4 {
	margin-top: 20px;
	font-weight: 700;
	color: #393939;
}

h4, h5, h6 {
	font-size: 110%;
	color: #393939;
}

p {
	line-height: 28px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #393939;
	font-weight: 400;
}

.box p:last-child {
	margin-bottom: 0;
}

hr {
	height: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #CCC;
	width: 98%;
}

sup {
	padding: 0;
	margin: 0;
	font-size: 90%;
	line-height: normal;
}

.textShadow {
	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

a {
	color: #ea3861;
}

a:hover {
	color: #ea3861;
}

	a img {
		border: none;
	}

.mTop {
	margin-top: 20px;
}

.mTopBig {
	margin-top: 30px;
}

.mRight {
	margin-right: 20px;
}

.mBottom {
	margin-bottom: 20px;
}

.noRightMargin .box:last-child {
	margin-right: 0;
}

.fluid {
	display: inline-block !important;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imgL, .imageFloatLeft {
	float: left;
	margin: 0 10px 10px 0 !important;
}

.imgR, .imageFloatRight {
	float: right;
	margin: 0 0 10px 10px !important;
}

.centred {
	margin: auto;
	text-align: center !important;
}

.hide {
	display: none !important;
}

.nowrap {
	white-space: nowrap !important;
}

.paddedHalf {
	padding: 5px !important;
}

.padded1 {
	padding: 10px !important;
}

.padded2 {
	padding: 20px !important;
}

.margin1 {
	margin: 10px !important;
}

.marginSm {
	margin: 2px !important;
}

.bordered {
	border-radius: 8px;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px;
	display: block;
}

	.bordered:hover {
		background-color: #F90;
	}

.twoCol {
	width: 48%;
}

.threeCol {
	width: 31%;
}

.fullWidth {
	width: 100%;
}

.red {
	color: #c20606;
}

.blue {
	color: #4533ea;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.flexBox, .flexBox.box {
	display: flex;
}

	.flexBox * {
		box-sizing: border-box;
	}

.flexCol {
	flex-direction: column;
}

.wrap {
	flex-wrap: wrap;
}

.flex-cn {
	justify-content: center;
}

.flex-bt {
	justify-content: space-between;
}

.flex-ar {
	justify-content: space-around;
}

.flex-end {
	justify-content: flex-end;
}

.flex-al-cn {
	align-items: center;
}

.flex-al-end {
	align-items: flex-end;
}

.left-al {
	justify-content: flex-start !important;
}

.full {
	width: 100%;
}

.all-centered {
	text-align: center;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

	.all-centered > div, .all-centered ul.balls {
		justify-content: center;
	}

.noPad {
	padding: 0 !important;
}

.block {
	display: block !important;
}

.orange {
	color: #dc4800;
}

.mBottom {
	margin-bottom: 20px;
}

.margin5 {
	margin: 5px !important;
}

input.styled {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	width: 200px;
	padding: 7px 10px;
	-webkit-appearance: none;
	vertical-align: middle;
	margin: 2px;
}

	input.styled.smaller {
		font-size: 14px;
		line-height: 20px;
		width: 170px;
		padding: 2px 8px;
		text-align: left;
	}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* MAIN CONTAINERS */
header {
	background: #fff;
	position: relative;
	width: 100%;
	min-width: 1080px;
	box-shadow: #999 0 3px 6px -5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	margin-bottom: 15px;
	z-index:2;
}

	header * {
		box-sizing: border-box;
	}

footer {
	background: #262626;
	background: linear-gradient(180deg,#262626 0%,#343434 100%);
	position: relative;
	width: 100%;
	min-width: 1080px;
	z-index: 2;
}

.inner {
	position: relative;
	padding-top: 20px;
	margin: auto;
	width: 1080px;
}

header .inner {
	padding:0;
}

.main {
	position: relative;
	width: 1080px;
	margin: auto;
	padding: 0 0 0;
}

.content {
	position: relative;
	width: 1080px;
	z-index: 1;
}

.twoThirds {
	width: 60%;
}

.oneThird {
	width: 40%;
}

.half {
	width: 50%;
}

.third {
	width: 33.333%;
}

.blockWhite {display: inline-block;width: 100%;position:relative;background: #fff; color: #393939;}
.blockWhiteContainer {position: relative;width: 1080px;margin: auto;padding: 20px 0;z-index: 5;text-align:center;}
.blockWhiteContainer p {color: #393939;width:96%;margin:auto;}
.blockWhiteContainer h2 {color: #393939;font-size:2em;margin: 35px 0;}

.blockLeft {display: inline-block;width: 100%;position:relative;background: #fff; color: #393939; margin-bottom:20px;}
.blockLeft.coins:before {content:url('/images/layout/gold-coins-left.png');position:absolute;bottom:-6px;left:-40px;}
.blockLeft.winner:after {content:url('/images/layout/bonus.png');position:absolute;bottom:-6px;right:100px;}
.blockLeftContainer {position: relative;width: 1080px;margin: auto;z-index: 5;padding-bottom:40px;}
.blockLeftContainer p {color: #393939; width:75%; padding-top:20px; font-size:1.15em; line-height:1.9em;}
.blockLeftContainer h2 {color: #393939;font-size:2em;margin: 35px 0;}
.gold {background:#ffe394;}

.comparison {display: inline-block;width: 100%;position:relative;background: #037ade;background: linear-gradient( 145deg, #037ade 0%, #03e5b7 100%);color: #fff;box-shadow: inset rgba(0, 0, 0, .18) 0px 16px 25px -5px;}
.comparison:before {content:url('/images/layout/balls-left.png');position:absolute;top:30px;left:-30px;}
.comparison:after {content: url('/images/layout/balls-right.png');position: absolute;top: 430px;right: 0px;}
.comparisonContainer {position: relative;width: 1080px;margin: auto;padding: 20px 0;z-index: 5;text-align:center;}
.comparisonContainer p {color: white;width:96%;margin:auto;margin-bottom:20px;}
.comparisonContainer h2 {color: white;font-size:2.em;margin: 35px 0;}
.comparedLotteries {width: 100%; border-radius: 8px; margin: 26px auto; font-size: 17px; font-weight: 700; display: flex; justify-content: space-between; padding: 40px 25px 20px 25px; background: #fff; color: #393939; box-shadow: rgba(0, 0, 0, .2) 0px 13px 12px 2px; position:relative;}
.comparedLotteries span.tag {position:absolute; top:0px; left:0px; border-top-left-radius:8px; background:#d1d1d1; color:#000; width:fit-content; font-weight:normal; text-transform:uppercase; padding:4px 15px; font-size:14px;}
.comparedLotteries span.tag.orange {background:#ff4600; color:#fff;}
.comparedLotteries > div:first-child {width:10%;}
.comparedLotteries > div {width:20%;}
.comparedLotteries .img {height:60px; margin:10px 0 10px 10px;}
.comparedLotteries .rating {text-align:center; display:block;}
.comparedLotteries .score {display:grid;font-size:40px;}
.comparedLotteries .play {display:grid;}
.comparedLotteries .heading {font-weight:normal; font-size:14px; text-transform:uppercase;}


/* HEADER */
#logo img {
	padding: 0;
}

.topBar {
	display: inline-block;
	width: 100%;
	text-align: right;
	background: #f1f1f1;
}

.topBar .inner {
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

#subs ul {
	list-style-type: none;
	overflow: hidden;
	float: right;
	display: flex;
}

	#subs ul li {
		min-width: 28px;
		height: 28px;
	}

	#subs a span {
		background: rgba(0,0,0,0.45);
		position: relative;
		left: 0;
		font: bold 11px/24px Arial;
		text-align: center;
		opacity: 0;
		color: #FFF;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		transition: .2s opacity ease-in-out;
		display: block;
	}

	#subs a:hover, .socialBoxHeader a:hover {
		transform: scale(1.2);
		transition: all ease .2s;
	}

		#subs a:hover span {
			opacity: 1;
			transition: all ease .2s;
		}

.navBox {
	width: 100%;
	background: rgb(38,38,38);
	height: 80px;
}

.navBox .inner {
	padding: 0;
	display:flex;
}

#nav {
	position: relative;
	display: flex;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 99;
	width: 100%;
	height:80px;
}

header .logoBox {padding:8px 0; display:flex; justify-content:center; align-items:center;}


/* FOOTER */
footer .innerBox {text-align: center;width: 1080px;margin: auto;padding: 30px 0 15px;}
#footerLogo img {width: 250px;height:65px;}

.links {list-style-type: none;padding-top: 10px;}
.links li {display:inline-block;padding: 0 50px;height: 12px;}
.links li:first-child {border-left: none;}
.links li a {color: #FFF;font: 14px/12px "Poppins", sans-serif;display: block;text-decoration:none;text-transform:uppercase;font-weight:bold;position:relative;}
.links li a:hover {color: #FBBA21; text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:2px;}
.links li a:hover:before {content:url('/images/layout/yellow-arrow.png');position:absolute;bottom:-1px;left:-15px;}
.links li a:hover:after {content:url('/images/layout/yellow-arrow-inverted.png');position:absolute;bottom:-1px;right:-15px;}
.copyright {padding: 30px 0;font-size: 13px;color: #bdbdbd;line-height: 17px;}


/* GENERAL CONTENT */
#content.page {
	width: 760px;
	display: inline-block;
}

	#content.page p {
		font: 15px/26px "Poppins", sans-serif;
		margin-bottom: 20px;
	}

	#content.page .box p:last-child {
		margin-bottom: 0;
	}

#breadcrumb {display: flex;width: 960px;margin: 0;padding: 10px;line-height: 10px;font-size: 14px;align-items: center;margin: 10px 0 20px;}
#breadcrumb li {display: inline-block;padding-left: 20px;background-size: 10px 10px;color: #fff;margin-left: 5px;}
#breadcrumb li:first-of-type {background: none;padding: 0;}
#breadcrumb a {text-decoration: underline;display: inline-block;color:#fff;}
#breadcrumb li:first-child a {background: url(/images/svg/home.svg) no-repeat center 0;width: 18px;height: 18px;background-size: 18px 18px;}
#breadcrumb li:first-child a span {display: none;}

#breadcrumbdark {display: flex;width: 960px;margin: 0;padding: 20px 10px 10px;line-height: 10px;font-size: 14px;align-items: center;margin: 10px 0 20px;}
#breadcrumbdark li {display: inline-block;padding-left: 20px;background-size: 10px 10px;color: #000;margin-left: 5px;}
#breadcrumbdark li:first-of-type {background: none;padding: 0;}
#breadcrumbdark a {text-decoration: underline;display: inline-block;color:#000;}
#breadcrumbdark li:first-child a {background: url(/images/svg/home.svg) no-repeat center 0;width: 18px;height: 18px;background-size: 18px 18px;}
#breadcrumbdark li:first-child a span {display: none;}

.quickLinks {padding:20px 0;}
.quickLinks ul {display:flex; flex-direction:row; justify-content:center; list-style:none; flex-wrap:wrap; margin-top:20px;}
.quickLinks ul li {margin:10px;}
.quickLinks a {cursor:pointer;}
.blackText {color:#000!important;}
.imgLeft {
	display: flex;
	margin-bottom: 20px;
}

	.imgLeft img {
		width: 320px;
		margin-right: 20px;
	}

.box {
	background: #fff;
	position: relative;
	font-size: 15px;
	border-radius: 8px;
	line-height: 18px;
	vertical-align: top;
	display: inline-block;
	padding: 20px 30px;
	color: #000;
	margin-bottom: 35px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

	.box.nofill {
	box-shadow:none;
	background:none;
	padding: 22px 0 10px;
	}

	.box.hot {
		background: #fff;
		position: relative;
		font-size: 15px;
		border-radius: 8px;
		line-height: 18px;
		vertical-align: top;
		display: inline-block;
		padding: 20px 30px;
		color: #000;
		z-index: 1;
		border-left: solid 8px #f1512d;
		margin-bottom: 35px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	}

	.box.cold {
		background: #fff;
		position: relative;
		font-size: 15px;
		border-radius: 8px;
		line-height: 18px;
		vertical-align: top;
		display: inline-block;
		padding: 20px 30px;
		color: #000;
		z-index: 1;
		border-left: solid 8px #49a3e8;
		margin-bottom: 35px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	}

.arrowLink {
	position: relative;
	padding-right: 25px;
	font: bold 14px/20px Arial;
	display: inline-block;
	margin-top: 5px;
	color: #1268AF;
}

	.arrowLink.yellow {
		background-position: right -990px;
		color: #FFF !important;
		line-height: 16px;
		min-height: 20px;
	}

	.arrowLink.white {
		color: #FFF;
	}

	.arrowLink:hover {
		background-position: right -940px;
		color: #C00;
	}

	.arrowLink.yellow:hover {
		background-position: right -990px;
		color: #ffdc00 !important;
	}

table {
	font-size: 14px;
}

.table {
	position: relative;
	border-spacing: 0;
	margin: 7px auto 25px;
	overflow: hidden;
	z-index: 1;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .1) 0px 20px 25px -5px, rgba(0, 0, 0, .04) 0px 10px 10px -5px;
}

	.table th {
		background: #2362aa;
		position: relative;
		padding: 25px 10px;
		font-size:15px;
		font-weight:bold;
		color: #FFF;
		text-shadow: #333 0 -1px 1px;
		text-align: center;
	}

		.table th:first-child {
		border-top-left-radius:8px;
		}

		.table th:last-child {
			border-top-right-radius: 8px;
		}

	.table tr.sub th {
		background: #555;
	}


	.table td, .tableCell {
		background: #EEE;
		padding: 12px 10px;
		text-align: center;
		font-size: 16px;
		padding: 18px 10px;
	}

	.table tr.alt td, .table tr:nth-child(odd) td {
		background-color: #e8e8e8;
	}

	.table tr.totals td {
		background-color: #777;
		color: #FFF;
	}

	.table tr.totalsDark td {
		background-color: #333;
		color: #FFF;
	}

div.table {
	background: #EEE;
}

#frequencyGraph, #frequencyGraph1, #frequencyGraph2, #jackpotGraph {
	margin: -12px;
}

.table .balls {
	justify-content: center;
}

ul.bullet {
	position: relative;
	text-align: left;
	list-style-type: none;
	padding: 5px 20px;
	margin: 5px 0;
	vertical-align: top;
}

	ul.bullet li {
		
		background-size: 25px 25px;
		position: relative;
		font: normal 15px/28px "Poppins", sans-serif;
		overflow: hidden;
		padding-left: 45px;
		margin: 18px 0;
	}

		ul.bullet li.title, ul.yearList li a, ul.yearList li.title {
			background: #EEE;
			padding: 3px 10px;
			color: #093E87;
			font-size: 120% !important;
			font-weight: bold;
			text-align: center;
			border-radius: 6px;
		}

	ul.bullet.sub {
		background: none;
		border: none;
		list-style-type: disc;
		padding: 5px 10px;
	}

		ul.bullet.sub li {
			background: none;
			line-height: 16px;
			overflow: visible;
			padding: 5px;
			margin: 0 0 0 10px;
		}

	ul.bullet.halfList {
		max-width: 42%;
	}


ul.trendyList {
	position: relative;
	text-align: left;
	list-style-type: none;
	padding: 0 20px;
	margin: 5px 20px;
	border-left: 6px solid #EEE;
	vertical-align: top;
}

	ul.trendyList li {
		position: relative;
		font: normal 12px/20px Arial, sans-serif;
		padding-left: 34px;
		overflow: hidden;
		margin: 14px 0 14px -26px;
		left: -12px;
	}

		ul.trendyList li:hover {
			background-position: 0 -787px;
		}

	ul.trendyList.halfList {
		max-width: 36%;
	}


/* BUTTONS */

.button {
	border-radius: 40px;
	text-decoration: none;
	background: #ff4600;
	color: #fff;
	padding: 10px 26px;
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
}

	.button:hover {
		transition: all ease .2s;
		background: #ffd400;
		color: #000;
	}



/* HOME PAGE STYLES */
.homeResult {
	position: relative;
	display: inline-block;
	padding: 30px;
	color: #fff;
	background-size: cover;
}

	.homeResult .h1 {
		color: #fff;
		font-size: 22px;
		margin-bottom: 0;
	}

	.homeResult .dateBox {
		font-size: 18px;
		display: inline-block;
		margin-bottom: 10px;
	}

	.homeResult .ctaBox {
		display: flex;
	}

		.homeResult .ctaBox div:first-child {
			margin-right: 20px;
		}

	.homeResult p {
		margin-bottom: 10px;
	}

	.homeResult .ball {
		border: none !important;
		width: 48px;
		height: 48px;
	}

.homeResult .ball.lotto.bonus-ball {background-color: #FE0 !important;}

.box.left {align-items:normal;}

span.mustbeWon {background: linear-gradient( 51deg, rgb(216, 24, 226) 0%, rgb(167, 20, 185) 100%);color: white;text-transform:uppercase;font-weight: 700;padding: 7px 15px 7px 17px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;position: absolute;top: 31px;right: 0px;box-shadow: rgb(122, 4, 136) 0px 4px 1px 0px;}

.introBox {
	padding: 15px 20px;
}

/* INFORMATION */
.infobox {
	position: relative;
	display: inline-block;
	margin: 0 -4px 2% 2%;
	vertical-align: top
}

	.infobox.two {
		width: 49%
	}

	.infobox.odd {
		margin-left: 0
	}

	.infobox .content {
		border-radius: 10px;
		border: 1px solid #CCC;
		padding: 10px 15px;
		background: #f8f8f8;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}

	.infobox h2 {
		margin-top: 0
	}

	.infobox a {
		position: static;
		text-decoration: none
	}

		.infobox a:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%
		}

	.infobox:hover .content {
		border-color: #06468e;
		color: #fff;
		background-color: #06468e;
		cursor: pointer
	}

	.infobox:hover a, .infobox a:hover {
		color: #fff;
		background-position: right -991px;
	}

.infoBox {
	display: flex;
	background: #f1f1f1;
	margin: 0 0 30px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .1) 0px 20px 25px -5px, rgba(0, 0, 0, .04) 0px 10px 10px -5px;
}

	.infoBox .iconBox {
		position: relative;
		background: #0e4e96;
		min-width: 80px;
		border-top-left-radius:8px;
		border-bottom-left-radius:8px;
	}

		.infoBox .iconBox img {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
			width: 34px;
		}

	.infoBox .innerBox {
		padding: 20px;
		border-radius:8px;
		background:#fff;
	}

	.infoBox.alert .iconBox {
		background: #ff4343;
	}

	.infoBox.alert p.title {
		text-transform: uppercase;
		color: #ff4343;
		margin-bottom: 7px !important;
		font-size: 1.15em;
	}

	.infoBox.europe .iconBox {
		background: #008EFF;
		background: linear-gradient( 45deg, rgba(0,142,255,1) 0%, rgba(9,9,121,1) 100%);
	}

	.infoBox.asia .iconBox {
		background: #009140;
		background: linear-gradient( 45deg, rgba(99,229,67,1) 0%, rgba(0,145,64,1) 100%);
	}

	.infoBox.lotteryClass713 .iconBox, .infoBox.lotteryClass714 .iconBox {
		background: #10A465;
	}

	.infoBox p:last-child {
		margin-bottom: 0 !important;
	}

.lotteryInfo .box {
	background: #f4f4f4;
	box-shadow: none;
}


/* APPS */
.casino-app {
	float: right;
	display: inline-block;
}

	.casino-app a {
		display: block;
		text-align: center;
	}

		.casino-app a img {
			margin: 0 auto;
		}

	.casino-app .button {
		font-size: 12px;
	}


/* NOTICE */
.noticeBlock {
	background: #c90000;
	background: -moz-linear-gradient(top, #c90000 0%, #6e0101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90000), color-stop(100%,#6e0101));
	background: -webkit-linear-gradient(top, #c90000 0%,#6e0101 100%);
	background: -o-linear-gradient(top, #c90000 0%,#6e0101 100%);
	background: -ms-linear-gradient(top, #c90000 0%,#6e0101 100%);
	background: linear-gradient(to bottom, #c90000 0%,#6e0101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90000', endColorstr='#6e0101',GradientType=0 );
	border: 1px solid #de3034;
	color: white;
	border-radius: 5px;
	margin: 20px 0;
}

	.noticeBlock p {
		display: block;
		padding: 20px 20px 20px 80px !important;
		background-image: url(/images/layout/icon-info-64.png);
		background-position: 15px 20px;
		background-repeat: no-repeat;
		font-size: 14px !important;
	}

.rolldown {
	display: flex;
	flex-wrap: wrap;
}

.rolldownBox {
	display: flex;
	width: 340px;
	padding: 15px;
	background: #f4f4f4;
	border-radius: 5px;
	margin: 15px 10px;
}

	.rolldownBox .sphere {
		background: #97001a;
		border-radius: 50%;
		text-align: center;
		width: 80px;
		height: 80px;
		display: inline-block;
		color: #fff;
		font-size: 19px;
		font-weight: 700;
		padding-top: 21px;
		line-height: 21px;
	}

	.rolldownBox p {
		display: inline-block;
		width: 200px;
		margin-left: 20px !important;
	}

	.rolldownBox .sphere span {
		display: block;
	}

.raffle-table {
	width: 100%;
}

	.raffle-table th:last-child {
		text-align: center;
	}

	.raffle-table .title span {
		font-size: 18px;
		font-weight: 700;
	}

	.raffle-table .title {
		width: 145px;
	}

	.raffle-table .raffle-box {
		text-align: left;
	}

	.raffle-table .col {
		display: inline-block;
	}

	.raffle-table .raffle-box .raffle {
		display: inline-block;
		text-align: center;
		letter-spacing: 1px;
		color: #fff;
		margin: 8px;
		width: 250px;
	}

	.raffle-table .raffleText {
		display: inline-block;
		margin-left: 15px;
	}


.faqBox {
	background: #fff;
	margin-bottom: 25px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .1) 0px 20px 25px -5px, rgba(0, 0, 0, .04) 0px 10px 10px -5px;
}

.content.page .faqBox p {
	padding: 10px 15px;
	margin: 0;
}

	.content.page .faqBox p.title {
		font-size: 1.2em;
		color: #B41302;
		font-weight: bold;
		padding: 8px;
		border: 1px solid #B41302;
		color: #B41302;
		cursor: pointer;
	}

		.content.page .faqBox p.title:before {
			content: "+";
			position: relative;
			display: inline-block;
			font-size: 20px;
			color: #FFF;
			background: #B41302;
			margin-right: 10px;
			text-align: center;
			width: 20px;
		}

.content.page .faqBox.open p.title:before {
	content: "-";
}

.content.page .faqBox > div {
	height: 0;
	overflow: hidden;
}

.content.page .faqBox.open > div {
	height: auto;
}

.faqBox p {
	padding: 10px 20px 10px 30px;
	margin: 0;
}

.faqBox ul {padding-left:30px;}

.faqBox p.title {
		font-size: 1.2em;
		font-weight: bold;
		padding: 13px 8px;
		color: #4e4e4e;
		cursor: pointer;
		margin:0;
	}

.faqBox p.title:before {
			content: "+";
			position: relative;
			display: inline-block;
			font-size: 20px;
			color: #FFF;
			background: #4e4e4e;
			margin-right: 14px;
			margin-left: 5px;
			text-align: center;
			width: 24px;
		}

.faqBox.open p.title:before {
	content: "-";
}

.faqBox > div {
	height: 0;
	overflow: hidden;
}

.faqBox.open > div {
	height: auto;
	padding:15px 0;
}

.faqBox h2 {
	padding: 15px 15px 0;
	color: #1268AF;
}

.faqBox h4 {
	padding: 15px 15px 0;
	color: #1268AF;
}

.step {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	padding: 20px;
	border: 1px solid #EEE;
	margin: 5px;
	flex: 1;
	width: 300px;
	text-align: center;
}

	.step img {
		width: 120px;
	}

table.scores {
	width: 100%;
}

	table.scores thead th, table.scores .timeRow th {
		color: #fff;
		background: #08824e;
	}

		table.scores thead th.top {
			background: #10A465;
			font-size: 1.2em;
			cursor: pointer;
			position: relative;
		}

	table.scores td {
		padding: 12px;
	}

	table.scores .score {
		color: #000;
		padding: 0;
		text-align: center;
	}

		table.scores .score.active span {
			color: #fff;
			padding: 8px 9px;
			width: 100px;
			display: inline-block;
			text-align: center;
		}

	table.scores .timeRow td {
		background: #064a06;
		padding: 4px;
		color: #FFF;
		text-align: center;
		text-transform: uppercase;
		border-radius: 0 !important;
	}

div.scores {
	display: inline-block;
	padding: 1px 5px;
	text-align: center;
}

.scores .score span {
	padding: 10px;
	display: block;
	color: #fff;
}

.scores .blockScore {
	background: #AAA;
	position: relative;
	display: inline-block;
	color: #fff;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	margin: 10px -2px 5px;
	font-size: 12px;
	border-radius: 50%;
}

	.scores .blockScore.large {
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-left: -1px;
		margin-right: -1px;
		font-size: 14px;
		border-radius: 4px;
	}

.scores .d, .voteBlock.inner.draw {
	background: #ee061a;
	color: #FFF;
}

.scores .h, .voteBlock.inner.home {
	background: #10a465;
	color: #FFF;
}

.scores .a, .voteBlock.inner.away {
	background: #00289a;
	color: #FFF;
}

.scores .c {
	background: #AAA;
	color: #FFF;
}

.scores .blockScore span {
	position: absolute;
	top: -16px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #333;
	left: 0;
}

.scores .blockScore.large span {
	width: 25px;
}

.scoresWrapper {
	display: inline-block;
	max-height: 66px;
	width: 100%;
	overflow: hidden;
	transition: max-height .5s ease-in-out;
}

	.scoresWrapper table.scores {
		border: none;
		padding: 0;
	}

	.scoresWrapper.active {
		max-height: 1000px;
	}

	.scoresWrapper .top:after {
		content: "+";
		position: absolute;
		width: 15px;
		height: 15px;
		right: 20px;
		background: #fff;
		border-radius: 50%;
		padding: 5px;
		text-align: center;
		font-size: 20px;
		line-height: 16px;
		color: #286695;
	}

	.scoresWrapper.active .top:after {
		content: "-";
	}

.voteButton {
	background: transparent;
	border: 1px solid #AAA;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin: 5px;
	text-transform: uppercase;
	font-size: 12px;
}

.voteBlock {
	padding: 0;
	vertical-align: top;
}

	.voteBlock.outer {
		position: relative;
		width: 120px;
		background: #CCC;
		height: 15px;
		text-align: left;
		display: inline-block;
	}

	.voteBlock.inner {
		position: relative;
		height: 15px;
		display: inline-block;
	}

	.voteBlock span {
		display: inline-block;
		width: 40px;
		line-height: 15px;
		font-size: 12px;
	}

		.voteBlock span:first-child {
			text-align: right;
		}

		.voteBlock span:last-child {
			text-align: left;
		}

table.scores p {
	padding-bottom: 0 !important;
}

.x-box {
	display: inline-block;
	width: 100%;
}

	.x-box h2 {
		position: relative;
		border: 1px solid #eaeaea;
		border-radius: 6px;
		padding: 10px 20px;
		cursor: pointer;
	}

		.x-box h2:hover {
			background: #eaeaea;
		}

		.x-box h2:after {
			content: "";
			background: url(/images/svg/up-arrow.svg) no-repeat;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 15px;
			top: 10px;
			background-size: 20px 20px;
		}

.balls-alt {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 5px 2px 5px;
	display: flex;
	flex-grow: wrap;
}

	.balls-alt li {
		text-align: center;
		margin: 1px;
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 1.2em;
		border-radius: 50%;
		border: 2px solid #fff;
	}

		.balls-alt li.-bonus {
			background: #fff;
			color: #212121;
		}

.nextBoxAlt {
	background: #1878bd;
	background: -moz-linear-gradient(left, #1878bd 0%, #b30698 100%);
	background: -webkit-linear-gradient(left, #1878bd 0%,#b30698 100%);
	background: linear-gradient(to right, #1878bd 0%,#b30698 100%);
	position: relative;
	padding: 20px 10px;
	color: #FFF;
	margin: 0 0 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

	.nextBoxAlt .col {
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
	}

	.nextBoxAlt > a {
		display: inline-block;
	}

	.nextBoxAlt img {
		position: relative;
		width: 80px;
		vertical-align: middle;
		max-width: 100%;
	}

	.nextBoxAlt .title {
		color: #FFF;
		letter-spacing: 0;
	}

	.nextBoxAlt .bigJackpotWhite {
		font-size: 35px;
		line-height: 38px;
		font-weight: 700;
	}

	.nextBoxAlt .countdown {
		font-size: 12px;
	}

		.nextBoxAlt .countdown canvas {
			width: 160px;
			font-size: 12px;
		}

	.nextBoxAlt p.sorry {
		line-height: 14px;
		font-size: 13px;
		padding-bottom: 0;
		margin-bottom: 0;
		max-width: 180px;
	}

	.nextBoxAlt .ctaBox {
		display: flex;
		flex-direction: column;
		width: 200px;
	}

		.nextBoxAlt .ctaBox .link {
			color: #fff;
			text-decoration: underline;
			font-size: 12px;
		}

			.nextBoxAlt .ctaBox .link:hover {
				color: #FC0;
			}

		.nextBoxAlt .ctaBox .button-yellow {
			padding-bottom: 5px;
			display: inline-block;
			padding-top: 5px;
			color: #333 !important;
		}

			.nextBoxAlt .ctaBox .button-yellow:hover {
				margin-top: 2px;
			}

		.nextBoxAlt .ctaBox .jackpotContNext {
			margin-bottom: 10px;
		}

	.nextBoxAlt .sorry {
		font-size: 12px !important;
		padding: 0 !important;
		line-height: 14px !important;
	}

	.nextBoxAlt .button {
		display: inline-block;
		font-size: 14px;
	}

.notification {
	width: 100%;
	padding: 0;
	display: flex;
	margin-top: 30px;
}

	.notification .imgBox {
		display: inline-block;
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fb424a;
		width: 56px;
	}

		.notification .imgBox img {
			width: 25px;
		}

	.notification .contentBox {
		padding: 21px 30px 18px 30px;
	}

	.notification.lotto .imgBox {
		background: #9C0000;
	}

	.notification.lotto-plus .imgBox {
		background: #600;
	}

	.notification.powerball .imgBox {
		background: #11A2DC;
	}

	.notification.powerball-plus .imgBox {
		background: #0070AA;
	}

	.notification.daily-lotto .imgBox {
		background: #ff273e;
	}

	.notification.raffle .imgBox {
		background: #840C69;
	}

	.notification.sportstake .imgBox {
		background: #10A465;
	}

	.notification.pick-3 .imgBox {
		background: #7700DB;
	}

	.notification.health-millions .imgBox {
		background: #1878DB;
	}

.rolldown {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

	.rolldown .result {
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}

	.rolldown .date {
		font-size: 18px;
	}

		.rolldown .date span {
			font-weight: 700;
			display: block;
		}

	.rolldown .jackpot {
		text-align: right;
		font-size: 18px;
		font-weight: 700;
	}

		.rolldown .jackpot span {
			display: block;
			font-weight: 400;
		}

	.rolldown .showHide {
		display: block;
		background: #B00020;
		color: #fff;
		padding: 5px 15px;
		text-align: center;
		border-radius: 25px;
		text-decoration: none;
	}

		.rolldown .showHide:hover {
			background: #4998f4;
		}

	.rolldown .statsBox {
		width: 100%;
		max-height: 0;
		transition: all .5s ease-in-out;
		opacity: 0;
	}

		.rolldown .statsBox.active {
			max-height: 1000px;
			visibility: visible;
			transition: all .5s ease-in-out;
			opacity: 1;
			margin-top: 20px;
		}

		.rolldown .statsBox .innerBox {
			padding: 30px 15px 15px;
			text-align: center;
			margin-right: 15px;
			text-transform: uppercase;
			flex-grow: 1;
			background: #f4f4f4;
			border: 1px solid #d0d0d0;
			position: relative;
			margin-top: 15px;
			overflow: hidden;
		}

		.rolldown .statsBox.active .innerBox {
			overflow: visible;
		}

		.rolldown .statsBox .innerBox:last-child {
			margin-right: 0;
		}

		.rolldown .statsBox .prize {
			font-size: 28px;
			line-height: 28px;
			font-weight: 700;
			margin-bottom: 10px;
			color: #B41302;
		}

		.rolldown .statsBox li {
			list-style: none;
			line-height: 21px;
		}

	.rolldown .rolldownText {
		font-size: 18px;
		display: block;
		color: #000;
	}

	.rolldown .h4 {
		background: #B41302;
		width: 105px;
		height: 25px;
		position: absolute;
		top: -13px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	}

.sphereBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.sphereBox .sphere {
		width: 250px;
		height: 250px;
		border-radius: 50%;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 25px;
		position: relative;
		margin: 20px;
	}

		.sphereBox .sphere:after {
			content: "";
			width: 200px;
			height: 25px;
			border-radius: 50%;
			background: #f4f4f4;
			position: absolute;
			bottom: -10px;
			left: 50%;
			transform: translateX(-50%);
			z-index: -1
		}

	.sphereBox .h3 {
		background: #fff;
		color: #B41302;
		padding: 10px 20px;
		font-size: 24px;
		border-radius: 25px;
	}

	.sphereBox p {
		font-size: 17px;
	}

	.sphereBox.alt .h3 {
		color: #B00020;
	}

	.sphereBox.alt .sphere {
		width: 200px;
		height: 200px;
	}

.eventsBox {
	display: flex;
	flex-wrap: wrap;
}

	.eventsBox .box {
		display: flex;
		width: 48%;
		margin: 0 1% 20px;
		align-items: center;
	}

	.eventsBox svg {
		width: 80px;
		margin-right: 15px;
		fill: #B00020;
	}

	.eventsBox.lotto svg {
		fill: #9C0000;
	}

	.eventsBox.powerball svg {
		fill: #11A2DC;
	}

	.eventsBox.daily-lotto svg {
		fill: #ff273e;
	}

#content.page .eventsBox p {
	font-size: 18px;
}

.eventsBox .h2 {
	margin-bottom: 5px;
}

.eventsBox .ball {
	margin: 0 25px 0 10px;
}

.eventsBox .ball {
	margin: 0 25px 0 10px;
	width: 70px;
	height: 70px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 700;
	border-width: 5px;
}

.generic-box {
	padding: 40px;
	background: #f4f4f4;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	border: 1px solid #eaeaea;
}

.generic-box-half {
	padding: 40px;
	background: #f4f4f4;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	width: 425px;
	margin-left: 20px;
	border: 1px solid #eaeaea;
}

.generic-box .column {
	width: 620px;
	float: right;
}

.top-button {display:flex;position:sticky; bottom:20px; right:20px; z-index:99; justify-content:flex-end; margin:0 30px 30px 0}
.top-button .btn:before {content:""; background:url("/images/svg/arrow-up.svg") no-repeat; width:15px; height:15px; background-size:15px 15px; display:inline-block; margin-right:10px;}
.top-button .btn {padding:10px 25px 10px 20px; background:linear-gradient( 90deg, rgba(234,56,97,1) 0%, rgba(118,25,179,1) 100%); font-weight:700;opacity:0; visibility: hidden; cursor: pointer; color:#fff; display:flex; align-items:center;transition:all ease .2s; border-radius:25px; border-radius:50px; box-shadow: rgba(0 0 0 / 10%) 0px 20px 25px -5px, rgba(0 0 0 / 4%) 0px 10px 10px -5px;}
.top-button .btn:hover {color:#f2ff29; transition:all ease .2s;}
.top-button .btn.active {opacity:01; visibility: visible; transition:all ease .2s;}

.hidden {
	background: #00000057;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
.breakdown {
	color:#000;
}
.breakdownh2 {
	color: #000;
	font-size: 22px;
	margin: 10px 0px 30px 20px;
	font-weight: 700;
	line-height: 34px;
	width: 80%;
}

.breakdownh3 {
	font-size:18px;
	line-height:21px;
	color:#393939;
	margin:10px 0px 15px 20px;
	font-weight:700;
	display:block;
}

.breakdownInner {
	margin-left:20px;
}

	.breakdownInner .ball {
		width:50px;
		height:50px;
		line-height:50px;
		font-size:18px;
	}
	.breakdownInner p {
		font-size:16px;
		color:#393939;
		margin-top:10px;
	}

.breakdownTable {
	border-radius: 0px;
	box-shadow:none;
	margin:0;
	width:100%;
}

	.breakdownTable th {
		background: #391d4c;
		position: relative;
		padding: 22px;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
		text-shadow: none;
	}
	.breakdownTable th:first-child {
		border-top-left-radius:0px;
	}
	.breakdownTable th:last-child {
		border-top-right-radius: 0px;
	}

	.breakdownTable td {
		background:#EEE;
		font-size:16px;
		font-weight:normal;
		padding:18px 20px;
	}

.prizesLink {
	overflow: hidden;
	z-index: 100;
	cursor: pointer;
	text-align:right;
}

	.prizesLink span {
		display: inline-block;
		background: #fff;
		margin: 13px 0 0 10px;
	}

		.prizesLink span:before {
			content: "View Prizes";
			font-size: 16px;
			font-weight: normal;
			color: #ea3861;
			text-decoration: underline;
		}

.prizesContent {
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.2s;
	position: fixed;
	top: 0;
	right: 0;
	overflow-x: hidden;
	background: #000;
	margin: 0;
	z-index: 99;
	width: 30%;
	padding: 20px 0;
	justify-content: flex-start;
	flex-direction: column;
}

	.prizesContent.active {
		visibility: visible;
		opacity: 1;
		transition: all ease 0.2s;
		background: #f4f4f7;
		width: 30%;
		height: 100%;
		right: 0;
		top: 0;
		padding: 20px 0;
		z-index: 999;
		box-shadow: rgba(0 0 0 / 10%) -13px 0px 7px 0px;
	}

.closeBreakdown {
	position: absolute;
	top: 37px;
	right: 30px;
	cursor: pointer;
	color:#fff;
	background:#393939;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:20px;
	font-size:14px;
}
