@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

body {
	background: url(../images/back.png);
	font-size: .9em;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
p, b, strong, h1, h2, h3, h4, h5, h6, em, ol, ul, a, li,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
}
table {
	width: 100%;
}
blockquote {
	color: #8383bb;
	font-style: italic;
	font-weight: 600;
	max-width: 640px;
	margin: 1em auto 2em;
}
ol.h-num { counter-reset: item;}
ol.h-num > li{ display: block }
ol.h-num > li:before { content: counters(item, ".") " "; counter-increment: item; margin-left: -10px; }
ol.lower-alpha {list-style: lower-alpha;}
.center {
	text-align: center;
}
.indent-30px {
	margin-left: 30px;
}
.green {
	color: #080;
}
.red {
	color: #f00;
}
.small {
	font-size: 80%;
}

.page-content {
	background: #ddfabf;
	margin: .75em auto;
	max-width: 1000px;
	border: 2px solid #000;
}
.header {
	padding: 2em 0 1em;
	border-bottom: 2px solid #080;
}
.banner {
	text-align: center;
	margin-bottom: .75em;
}
.subscription-wrap {
	max-width: 780px;
	margin: 0 auto;
}
.subscription-wrap p {
	text-align: center;
	font-size: .75em;
}
.subscription-wrap span {
	display: block;
}
.subscription-wrap label {
	float: left;
	font-size: .9em;
	width: 23%;
	line-height:1;
	color: #000;
}
.subscription-wrap input[type='text'] {
	float: left;
	width: 77%;
	height: 26px;
    font-size: .85em;
}
.subscription-wrap label[for='agreement'] {
	width: 100%;
	font-size: 1.15em;
	line-height:1;
	font-weight: 400;
}
.subscription-wrap label[for='agreement'] input{
	margin: 0;
	margin-right: 5px;
	vertical-align: bottom;
}
.subscription-wrap input[type='button'] {
	margin: .5em auto;
	display: block;
	padding: .25em 2em;
}

/********* menu **********/
.left-sidebar {
	transition: all .3s ease;
}
.menu-trigger {
	display: none;
	content: 'MENU';
	position: relative;
	width: 160px;
	margin: 0 auto 1em;
	background: #080;
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 1.15em;
	padding: .5em;
	cursor: pointer;
	transition: all .3s ease;
}
.menu-trigger:hover {
	background: #075d07;
}
.menu-trigger.active {
	width: 100%;
	margin-bottom: 0;
	background: #075d07;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul li {
	padding: .25em 0;
}
.menu ul li a{
	background: url(../images/ball.png) top left no-repeat;
	background-size: 28px;
	padding-left: 28px;
	padding-top: 3px;
	font-weight: 600;
	color: #000;
	font-size: 1.05em;
	transition: all .3s ease;
	line-height: 1.8;
	display: block;
}
.menu ul li a:hover {
	color: #148006;
}
.menu ul li#play {
	border-top: 1px solid #080;
	border-bottom: 1px solid #080;
	font-weight: 600;
	font-size: 1em;
	padding: .5em 0 .5em 1.5em;
}
.menu ul li#play span {
	display: block;
	text-align: center;
	margin-left: -1.5em;
}
.menu ul li#play a {
	font-size: .85em;
	background-size: 20px;
    padding-left: 20px;
    line-height: 1.6;
}

.socials {
	width: 100%;
	max-width: 135px; /*120*/
	margin: .75em auto;
	text-align: center;
	overflow: hidden;
}
.socials span {
	display: block;
	font-weight: 600;
	color: #000;
}
.socials a {
	display: block;
	float: left;
	margin: .25em .34em;
	position: relative;
}

.affiliates {
	margin: 1.5em 0;
	text-align: center;
}
.affiliates ul {
	font-size: .75em;
	list-style: none;
	margin:0;
}
.affiliates ul a {
	color: #000;
}

/************** center **************/
.main-content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 1em .9375rem;
}
.main-content.cols2 {
	border-right: 0px;
	padding-right: 0;
}
.main-content.cols2 h3 {
	font-weight: 800;
	font-size: 1.25em;
	border-bottom: 1px solid #8383bb;
	padding: .5em;
	margin-bottom: 1em;
}
.main-content.full {
	border: 0;
}
.home-results {
	text-align: center;
}
.home-results h3 {
	font-weight: 600;
	font-size: 1.5em;
	color: #0f3206;
	text-shadow: 0px 0px 1px #000;
}
.home-results p {
	line-height: 1.4;
	margin-bottom: 0;
	color: #000;
}
.home-results p.draw-date {
	font-weight: 600;
	font-size: 1.05em;
}
.home-results p.winning-numbers {
	font-size: .9em;
}

.home-breakdown {
	max-width: 390px;
	margin: 0 auto;
	padding: 1em .25em;
	text-align: center;
	border-bottom: 1px solid #080;
}
.home-breakdown p {
	font-size: 12px; /*.85em*/
	color: #030;
	font-weight: 600;
	line-height: 1.4;
}
.home-breakdown p.hb-lead {
	margin-bottom: .75em;
	border-bottom: 1px solid #080;
	border-top: 1px solid #080;
	padding: .75em 0;
	font-size: .9em;
	color: #000;
	font-weight: 400;
}
.home-breakdown table {
	width: 100%;
	text-align: left;
	font-size: .85em;
}
.home-breakdown table tr#bd-total td {
	padding: .75em 0 0;
}

.home-facts {
	max-width: 390px;
	margin: 0 auto;
	padding: 2em 0;
}
.home-facts li,
.home-facts p {
	font-size: 12px; /*.85em*/
}

/**************** right sidebar ***************/
.lots-wrap {
	padding-left: .9375rem;
	padding-right: .9375rem;
}
.lot-item {
	padding: .25em 0;
	text-align: center;
}
#gplus {
	text-align: center;
	margin: 1em 0;
}

/** FB widget **/
.fb-page #u_0_3_Lh {
    float: left !important;
    margin-right: 10px !important;
}
.fb-page ._38vo:after {
    border: 0 !important;
}

/*************** entry page ***************/
.ep-title {
	text-align: center;
	font-size: 2em;
	font-weight: 800;
}
.ep-content .lead {
	font-weight: 600;
}
.ep-content p,
.ep-content h1,h2,
.ep-content label {
	color: #060;
}
.ep-lead-line2 {
	margin-left: 65px;
}
.red-note {
	font-size: .85em;
	color: red;
	font-weight: 300;
}
.gameline {
	overflow: hidden;
}
.gameline span {
	float: left;
	margin-right: .5em;
    line-height: 1;
    padding: .5em 0;
}
.gameline span.rs-d {
	margin-right: 0;
}
.gameline .gamebox,
.gameline .gamestar {
	display: block;
	float: left;
	width: 38px;
	height: 28px;
	font-size: .85em;
	text-align: center;
	margin: 0 .15em 1rem;
}
.gameline label {
	display: inline-block;
}
.gameline label input {
	vertical-align: middle;
	margin: 0 .5em;
}

.price-grid {
	text-align: center;
	border-collapse: collapse;
	border: 4px solid #005500
}
.price-grid th {
	background: #050;
	color: #fff;
	font-weight: 600;
	padding: .5em;
}
.price-grid td {
	padding: .5em;
	background: #9F6;
}
.price-grid td label {
	font-weight: 600;
	color: #050;
	line-height: 1;
	font-size: 1em;
}
.price-grid input {
	margin: 0;
	vertical-align: middle;
}
#renewal-wrap {
	margin: .5em 0;
}
.personal-info,
.payment-card,
.extras {
	max-width: 560px;
}
.personal-info label,
.payment-card label,
.extras label {
	text-align: right;
	font-weight: 600;
}
.payment-item {
	background: #ecffd9;
    padding: 20px;
    margin: 10px 0;
}
.dd-small {
	max-width: 80px;
}
.extras #comments {
	width: 100%;
	min-height: 120px;
}
.tnc label {
	font-weight: 600;
	font-size: 1.05em;
}
.tnc label input {
	margin: 0 .25em;
	vertical-align: middle;
}
.entry-page input[type=submit] {
	display: block;
	margin: 1em auto .5em;
	border: 1px solid #fff;
	padding: 1em 1.5em;
	font-weight: 800;
	color: #fff;
	background: #060;
	line-height: 1;
	font-size: 1.15em;
	cursor: pointer;
	transition: all .3s ease;
}
.entry-page input[type=submit]:hover {
	background: #050;
}
.entry-page input[type=reset] {
	display: block;
	margin: .5em auto 1.5em;
	border: 1px solid #fff;
	padding: 1em 1.5em;
	font-weight: 600;
	color: #fff;
	background: #3c713c;
	line-height: 1;
	cursor: pointer;
	transition: all .3s ease;
}
.entry-page input[type=reset]:hover {
	background: #5b9a5b;
}
.entry-page #home-link {
	text-align: center;
	display: block;
	max-width: 120px;
	margin: 1em auto;
}
.ty-lot-img {
	padding: .75em 0;
	text-align: center;
}
.check-btn {
	display: block;
	text-align: center;
	margin: 1em auto;
	padding: .75em 1.5em;
	line-height: 1;
	border: 1px solid #fff;
	background: #060;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease;
}
.check-btn:hover {
	background: #050;
}

/*************** footer ***************/
.footer {
	text-align: center;
	border-top: 2px solid #080;
	padding: 1em .5em;
	font-size: .75em;
}
.footer p {
	width: 100%;
}
.footer p:last-child {
	margin-bottom: 0;
}

#cookie-law {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(255,255,255,.97);
    color: #444;
    box-shadow: 0px 0px 3px 1px #222;
    z-index: 9;
    width: 100%;
    padding: 1em;
    text-align: left;
    overflow: hidden;
}
#cookie-law h4 {
    color: #001323;
    border-bottom: 1px solid #001323;
    margin-bottom: 8px;
    font-size: 1em;
}
#cookie-law p {
    margin: 5px;
    font-size: .85em;
}
#cookie-law a.cookie-pp-link {
    color: #c50304;
}
#cookie-law .close-cookie-banner {
    float: right;
    display: block;
    background: #001323;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 120px;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
}


/*************** results *****************/
.prev-yrs {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
.prev-yrs a {
	display: inline-block;
	color: #fff;
	background: #078643;
	margin: .13em 0;
    padding: .5em .75em;
    line-height: 1;
	font-weight: 600;
	transition: all .3s ease;
}
.prev-yrs a:hover {
	background: #0aab56;
}
.prev-results {
	margin: 3em 0;
	font-size: .95em;
}
.prev-results-monthly {
	margin-bottom: 2.5em;
}
.prev-results-monthly:last-child {
	margin-bottom: 0em;
}
.prev-res-month {
	font-weight: 800;
	margin-bottom: 0;
	font-size: 1.05em;
}
/*.prev-results-wrap {
	column-count: 4;
	column-gap: 1em;
	width: 100%;
}
.prev-results {
	display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	border: 1px dotted #8383bb;
	padding-bottom: .5em;
}
.prev-results h4 {
	font-size: 1.05em;
	font-weight: 600;
	font-style: italic;
	border-bottom: 1px dotted #8383bb;
    padding: .5em;
    text-align: center;
	background: #1a31c6;
    color: #fff;
}
.prev-results a {
	display: block;
	font-size: .9em;
	text-align: center;
}*/


/************** members area *******************/
.login-link {
	position: absolute;
    top: 0;
    right: 10px;
    padding: .25em 1.5em;
    background: #ddfabf;
	border: 2px solid #019633;
	border-top: 0;
    border-radius: 0 0 5px 5px;
	transition: all .5s ease;
}
.login-link:hover,
.login-link:focus {
	padding-top: 1em;
}
.login-link a {
	color: #080;
	font-weight: 600;
}
/********** login *********/
.login-wrap {
	width: 100%;
	max-width: 480px;
	margin: 2em auto 5em;
	border: 1px solid #fff;
	background: #fff3ce;
}
.login-wrap h2 {
	text-align: center;
	font-size: 1.75em;
	color: #060;
	background: #fc3;
	line-height: 1;
	padding: .5em;
}
.login-wrap .lf-item {
	max-width: 360px;
	margin: 1em auto;
	padding: 0 .5em;
}
.login-wrap .lf-item label {
	text-align: right;
	padding-right: .5em;
}
.login-wrap .lf-item input {
	margin-bottom: 0;
}
.login-wrap .l-err {
	max-width: 360px;
	margin: 0 auto;
}
#forgot-password {
	text-align: center;
	padding: .5em;
}
#forgot-password a {
	font-size: .9em;
    color: #e68826;
}
/********** forgot password *********/
.fp-wrap {
	width: 100%;
	max-width: 600px;
	margin: 2em auto 5em;
}

/********** sidebar *********/
.members-sidebar {
	padding-bottom: 2em;
}
.members-sidebar h4 {
	padding: 1em 0 .25em;
	color: #000;
	font-weight: 800;
}
.ms-menu {
	list-style: none;
	margin: 0;
}
.ms-menu a {
	display: block;
	padding: .25em .5em;
	color: #080;
	font-size: 1.15em;
	
	transition: all .3s ease;
}
.ms-menu a:hover {
	background: #080;
	color: #fff;
}
.ms-menu a.active {
	background: #080;
	color: #fff;
}

.m-main-content {
	border-left: 1px solid #080;
	padding: 1em .5em;
}
.m-main-content h3 {
    font-size: 1.25em;
    border-bottom: 1px solid #080;
    padding: .5em;
    margin-bottom: 1em;
	font-style: italic;
	color: #080;
}
.members-page input[type=submit] {
    display: block;
    margin: 1em auto .5em;
    border: 1px solid #fff;
    padding: 1em 1.5em;
    font-weight: 800;
    color: #fff;
    background: #060;
    line-height: 1;
    font-size: 1.15em;
    cursor: pointer;
    transition: all .3s ease;
}

/********* media *********/
@media only screen and (max-width: 855px) {
	.news-wrap {
		padding-bottom: 220%;
	}
}
@media only screen and (max-width: 800px) {
	.news-wrap {
		padding-bottom: 250%;
	}
}
@media only screen and (max-width: 750px) {
	.prev-results-wrap {
		column-count: 3;
	}
}
@media only screen and (max-width: 740px) {
	.news-wrap {
		padding-bottom: 300%;
	}
}
@media only screen and (max-width: 640px) {
	.left-sidebar {
		height: 0px;
		overflow: hidden;
		border-bottom: 1px solid #8383bb;
		margin-bottom: .5em;
	}
	.menu-trigger {
		display: block;
	}
	.main-content {
		border: 0;
		padding: 0;
	}
	.news-wrap {
		padding-bottom: 400px;
	}
	.personal-info label, .payment-card label, .extras label {
		text-align: left;
	}
	.login-wrap .lf-item label {
		text-align:center ;
	}
}
@media only screen and (max-width: 467px) {
	.gameline label {
		clear: left;
		display: block;
		margin-left: 4em;
	}
}
@media only screen and (max-width: 460px) {
	.prev-results-wrap {
		column-count: 2;
	}
}