/*
Theme Name: LotteryHub.com
Theme URI: https://www.LotteryHub.com
Author: LotteryHub.com
Author URI: https://www.LotteryHub.com
Description: LotteryHub.com
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LotteryHub.com
Tags: LotteryHub.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

sub {
	vertical-align: sub;
	font-size: 80%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-text-size-adjust: none;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	outline: none;
}

::selection {
	background: #473858; 
	color: #fff;
}

::-moz-selection {
	background: #473858;
	color: #fff;
}

::-webkit-input-placeholder { 
  color: #fff;
}
::-moz-placeholder { 
  color: #fff;
}
:-ms-input-placeholder { 
  color: #fff;
}
:-moz-placeholder { 
  color: #fff;
}

/* styles */

body {
	width: 100%;
	min-width: 300px;
	font-family: 'Figtree', Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #3e384a;
	font-weight: 400;
	background: #f3f1fc;
}

hr {
	display: none;
}

b, strong {
	font-weight: 800;
}

em, i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

input, textarea, select {
	font: 13px 'Figtree', Tahoma, Verdana, Arial, sans-serif;
}

textarea {
	overflow: auto;
	resize: none;
}

a,
a * {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

img {
	border: 0px;
}

div.top {
	float: left;
	width: 100%;
	background: #b04c97;
	position: relative;
}

div.leadbg {
	background: url('images/leadbg.png') no-repeat;
	width: 650px;
	height: 360px;
	position: absolute;
	top: 0;
	margin: 90px 0 0 610px;
	z-index: 2;
}

div.container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

header {
	width: 100%;
	float: left;
	height: 100px;
	background: #1a1426;
}

header div.logo {
	height: 100px;
	float: left;
	background: url('images/logo.png') no-repeat left center;
	width: 316px;
	background-size: 100%;
}

header div.logo a {
	float: left;
	width: 100%;
	height: 100%;
}

header fieldset {
	display: flex; 
	align-items: center; 
	gap: 10px; 
	border: none; 
	padding: 23px 0; 
	margin: 0; 
	margin-left: auto;
	float: right;
	position: relative;
}

header fieldset a {
	display: flex; 
	align-items: center; 
	gap: 10px; 
	text-decoration: none; 
	white-space: nowrap; 
	color: #fff;  
	background: #8745a280;  
	border-radius: 5px !important;  
	padding: 10px 20px;  
	line-height: 16px;
}

header fieldset a:hover {
	background: #8745a2;  
}

header fieldset input.search {
	background: none;
	border: 1px solid #594c72;
	padding: 14px 60px 14px 20px;
	width: 290px;
	border-radius: 5px;
	color: #fff;
}

header fieldset input.search:focus {
	border: 1px solid #8a7ea1;
}

header fieldset input.searchbutton {
	width: 42px;
	height: 46px;
	background: url('images/searchmobile.png') no-repeat center right;
	background-size: 16px;
	position: absolute;
	right: 0;
	z-index: 1;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.mobilenav, .mobilesearch {
	display: none;
}

.top nav {
	float: left;
	width: 100%;
	height: 65px;
	background: #6a488f;
	border-top: 1px solid #8f68b9;
}

.top nav ul {
	float: left;
}

.top nav ul li {
	float: left;
	padding: 0;
}

.top nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 26px 40px 27px 0;
    float: left;
    line-height: 10px;
}

.top nav ul li a:hover {
	color: #ddbeff;
}

div.lead {
	float: left;
	width: 100%;
	padding: 30px 0 80px 0;
}

div.lead div.balls {
	display: none;
}

div.topcountry div.lead {
	padding: 30px 0 80px 0;
}

div.toplottery div.lead {
	padding: 30px 0 80px 0;
}

div.lead div.flag {
	background: #fff;
	float: left;
	padding: 10px;
	border-radius: 5px;
}

div.lead div.flag img {
	float: left;
	width: 70px;
	height: 70px;
}

div.lead div.logo {
	float: left;
	margin: 0 0 0 0;
}

div.lead div.logo img {
	float: left;
	width: 130px;
}

div.top h1 {
	font-size: 46px;
	color: #fff;
	line-height: 50px;
	width: 100%;
	font-weight: 300;
}

div.topcountry h1 {
	margin: 0 0 0 25px;
	display: inline-block;
	float: left;
	width: calc(100% - 180px);
}

div.topcountry h1.search {
	margin-left: 0;
}

div.toplottery h1 {
}

div.toplottery h1.nomargin {
	margin: 0;
}

div.topcountry h2 {
	margin: 0px 0 0 25px;
	display: inline-block;
	float: left;
	width: calc(100% - 180px);
	color: #fff;
	font-size: 18px;
}

div.topcountry a.play {
	border: 1px solid #fff;
	color: #b04c97;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 17px 50px;
	border-radius: 5px;
	white-space: nowrap;
	display: inline-block;
	margin: 15px 0 0 25px;
}

div.topcountry a.play:hover {
	background: #b04c97;
	border: 1px solid #fff;
	color: #fff;
}

div.lead div.country {
	float:left;
	position:relative;
	padding:0 0 10px 0;
}

div.lead div.countrymobile {
	display: none;
}

div.lead div.country span.current {
	border-radius:5px;
	background:#873472 url('images/dropdown.png') no-repeat calc(100% - 20px) center;
	background-size:16px;
	padding:11px 140px 11px 20px;
	color:#fff;
	cursor:pointer;
	margin: 25px 0 0 0;
	border-bottom: 1px solid #c854ab;
	float: left;
}

div.lead div.country ul.lang {
	position:absolute;
	background:#612752;
	z-index:99999;
	left:0;
	margin: 80px 0 0;
	padding:15px 20px;
	display:none;
	-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.10);
	-moz-box-shadow:0 0 0 1px rgba(255,255,255,.10);
	box-shadow:0 0 0 1px rgba(255,255,255,.10);
	border-radius:5px;
	min-width:900px;
	column-count:4;
}

div.lead div.country:hover ul.lang {
	display:initial;
}

div.lead div.country ul.lang li {
	padding:4px 0;
	float: left;
	width: 100%;
}

div.lead div.country ul.lang a {
	color:#fff;
	font-size:12px;
	float: left;
	width: 100%;
}

div.lead div.country ul.lang a:hover {
	text-decoration:underline;
}

div.lead div.country ul.lang a span {
	margin-left:10px!important;
}

div.lead div.country ul.lang img {
	float: left;
}

div.content {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	margin: -70px 0 0 0;
	position: relative;
	z-index: 9;
}

div.content div.sidebar {
	width: 350px;
	float: left;
	margin: 0 0 20px 0;
}

div.content div.sidebar div.sidebarbox {
	float: left;
	width: 100%;
	background: #fff;
	margin: 20px 0 0 0;
	border-radius: 5px;
	border-bottom: 1px solid #ccc7e1;
	padding: 25px;
}

div.content div.wide {
	width: calc(100% - 350px);
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

div.content div.wide100 {
	width: 100%;
	padding: 0;
}

div.content div.textboxwide {
	padding: 0 20px 20px 20px !important;
}

div.content div.textboxwide a {
color: #d43f8d;
  font-weight: bold;
  text-decoration: underline;
}

div.content div.wide a.wide {
	color: #d43f8d;
	font-weight: 700;
	text-decoration: underline;
	padding: 15px !important;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 2px solid #d43f8d;
	text-decoration: none;
	margin: 5px 0 0 0;
}

div.content div.wide a.wide:hover {
	color: #203332;
	border: 2px solid #203332;
}

div.content div.wide h2 {
	color: #2c243b;
	font-size: 28px;
	line-height: 34px;
	float: left;
	width: 100%;
	font-weight: 700;
	padding: 25px 0 0 0;
	text-align: left;
}

div.content div.wide h3 {
	color: #2c243b;
	font-size: 24px;
	line-height: 30px;
	float: left;
	width: 100%;
	font-weight: 500;
	padding: 25px 0 0 0;
	text-align: left;
}

div.content div.wide p {
	padding: 25px 0 0 0;
	float: left;
	width: 100%;
}

div.content div.wide p a, div.content div.wide ul li a, div.content div.wide ol li a {
	color: #d43f8d;
	font-weight: bold;
	text-decoration: underline;
}

div.content div.wide ul.ez-toc-list li a {
	font-weight: normal !important;
}

div.content div.wide p a:hover, div.content div.wide ul li a:hover, div.content div.wide ol li a:hover {
	color: #333;
}

div.content div.wide ul.list, div.content div.wide ol.list {
	padding: 20px 0 0 0;
	float: left;
	width: 100%;
}

div.content div.wide ul.list li, div.content div.wide ol.list li {
	padding: 2px 0 2px 15px;
}

div.content div.wide ul.list li:before, div.content div.wide ol.list li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	background: #d43f8d;
}

div.content div.wide div.textbox {
	padding: 0 25px 25px 25px;
}

div.content div.lotterieslist {
	float: left;
	width: 100%;
}

div.content div.lotterybox {
	float: left;
	width: 100%;
	background: #fff;
	margin: 20px 0 0 0;
	border-radius: 5px;
	border-bottom: 1px solid #ccc7e1;
	padding: 25px;
}

div.content div.textbox {
	float: left;
	width: 100%;
	background: #fff;
	margin: 20px 0 0 0;
	border-radius: 5px;
	border-bottom: 1px solid #ccc7e1;
	padding: 25px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

div.content div.lotterybox div.lotterylogo {
	float: left;
	background: #fff;
	text-align: center;
	border: 1px solid #c1bece;
	border-radius: 5px;
	width: 130px;
	height: 130px;
	margin: 0 25px 0 0;
	display: flex;
	  justify-content: center;
	  align-items: center;
}

div.content div.lotterybox div.lotterylogo img {
	transition: all .4s ease-in-out;
	float: left;
	width: 100%;
	padding: 13px 10px 10px 10px;
}

div.content div.lotterybox div.lotterydetails {
	float: left;
	width: calc(100% - 710px);
}

div.content div.lotterybox div.lotteryname, div.content div.sidebar div.sidebarbox div.lotteryname {
	float: left;
	width: 100%;
}

div.content div.lotterybox div.lotteryname span.title, div.content div.sidebar div.sidebarbox div.lotteryname span.title {
	color: #2c243b;
	font-size: 20px;
	float: left;
	font-weight: bold;
	width: 100%;
}

div.content div.lotterybox div.lotteryname a.title, div.content div.sidebar div.sidebarbox div.lotteryname a.title {
	color: #2c243b;
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 15px 0 0;
	float: left;
}

div.content div.sidebar div.sidebarbox div.lotteryname a.title {
	font-size: 24px;
}

div.content div.lotterybox div.lotteryname a.title:hover, div.content div.sidebar div.sidebarbox div.lotteryname a.title:hover {
	text-decoration: underline;
}

div.content div.lotterybox div.lotteryname div.stars, div.content div.sidebar div.sidebarbox div.lotteryname div.stars {
	float: left;
	margin: 5px 0 0 0;
}

div.content div.lotterybox div.lotteryname div.stars img, div.content div.sidebar div.sidebarbox div.lotteryname div.stars img {
	width: 16px;
	margin: 0 4px 0 0;
}

div.content div.lotterybox div.promotext, div.content div.sidebar div.sidebarbox div.promotext {
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	padding: 14px 0 0 0;
	float: left;
}

div.promotextmobile {
	display: none;
}

div.content div.lotterybox div.jackpot, div.content div.sidebar div.sidebarbox div.jackpot {
	border: 1px solid #c1bece;
	border-radius: 5px;
	width: 300px;
	float: left;
	text-align: center;
	padding: 30px 20px;
	height: 130px;
	margin: 0 0 0 25px;
}

div.content div.sidebar div.sidebarbox div.jackpot {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 20px 0 0 0;
}

div.content div.lotterybox div.jackpot span.text, div.content div.sidebar div.sidebarbox div.jackpot span.text {
	font-size: 16px;
	font-weight: 800;
	color: #3e384a;
	line-height: 30px;
	width: 100%;
	display: inline-block;
}

div.content div.lotterybox div.jackpot span.amount, div.content div.sidebar div.sidebarbox div.jackpot span.amount {
	font-size: 26px;
	font-weight: 800;
	color: #8745a2;
	line-height: 40px;
	width: 100%;
	display: inline-block;
}

div.content div.lotterybox div.buttons, div.content div.sidebar div.sidebarbox div.buttons  {
	text-align: center;
	float: left;
	width: 200px;
	margin: 0 0 0 25px;
}

div.content div.sidebar div.sidebarbox div.buttons {
	margin: 0;
	width: 100%;
}

div.content div.lotterybox div.buttons a.button1 {
	border: 1px solid #8745a2;
	color: #8745a2;
	font-size: 16px;
	font-weight: 700;
	padding: 17px 30px;
	border-radius: 5px;
	white-space: nowrap;
	display: inherit;
	width: 100%;
}

div.content div.lotterybox div.buttons a.button1:hover {
	background: #8745a2;
	border: 1px solid #8745a2;
	color: #fff;
}

div.content div.lotterybox div.buttons a.button2, div.content div.sidebar div.sidebarbox div.buttons a.button2 {
	border: 1px solid #d43f8d;
	color: #fff;
	background: #d43f8d;
	font-size: 16px;
	font-weight: 700;
	padding: 17px 30px;
	border-radius: 5px;
	white-space: nowrap;
	display: inherit;
	width: 100%;
	margin: 10px 0 0 0;
}

div.content div.lotterybox div.buttons a.button2:hover, div.content div.sidebar div.sidebarbox div.buttons a.button2:hover {
	background: #ae3273;
	border: 1px solid #ae3273;
}

footer {
	float: left;
	width: 100%;
	background: #1a1426;
}

footer ul.lang {
	column-count:6;
	float: left;
	width: 100%;
	margin: 30px 0;
}

footer ul.lang li {
	width: 100%;
	display: inline-block;
	line-height: 23px;
}

footer ul.lang a {
	color:#fff;
	font-size:11px;
	float: left;
	width: 100%;
}

footer ul.lang a:hover {
	text-decoration:underline;
}

footer ul.lang a span {
	margin-left:10px!important;
}

footer ul.lang img {
	margin: -1px 0 0 0;
	float: left;
}

footer div.links ul li a:hover {
	text-decoration: underline;
}

footer div.foot {
	font-size: 13px;
	padding: 30px 0;
	border-top: 1px solid #312646;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}

footer div.foot span.logo {
	width: 150px;
	height: 33px;
	background: url('images/logo.png') no-repeat;
	background-size: 150px;
	display: inline-block;
}

footer div.foot div.copy {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
}

div#ez-toc-container {
	margin: 20px 0 0 0 !important;
	display: inline-block;
	background: url('https://www.african-lotto.com/wp-content/uploads/2024/08/tocbg.png') no-repeat calc(100% - 20px) center #f9f8fd !important;
}

div#ez-toc-container nav {
	max-height: 300px !important;
	overflow: auto;
}


table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
	display: inline-table;
}

thead {
  background-color: #6c7ae0;
  background-color: #717171;
  color: white;
}

th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
}


td {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}


tbody tr {
  background-color: #f8f8f8;
  transition: background-color 0.3s ease;
}


tbody tr:hover {
  background-color: #ebebeb;
}


tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}


tbody tr:last-child td {
  border-bottom: none;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
    box-shadow: none;
  }
  
  table thead {
    display: none;
  }
  
  table tr {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
  
  table td {
    display: block;
    text-align: right;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


/* mobile */

@media (max-width: 1300px) { 

	header fieldset input.search {
		margin-right: 0;
	}

	header fieldset {
		margin-right: 0;
	}

	
div.leadbg {
  background: url('images/leadbg.png') no-repeat;
  width: 650px;
  height: 360px;
  position: absolute;
  top: 0;
	right: 0;
  margin: 90px 0 0 0;
  z-index: 2;
}
	
}

@media (max-width: 1200px) {  

	div.content div.lotterybox div.lotteryname div.stars {
		width: 100%;
	}

	div.content div.lotterybox div.promotext {
		font-size: 13px;
		line-height: 22px;
		padding: 10px 0 0 0;
	}
	
	div.content div.textbox {
		font-size: 13px;
		line-height: 22px;
	}

	div.content div.lotterybox div.buttons {
		width: 180px;
	}

	div.content div.lotterybox div.jackpot {
		width: 250px;
	}

	div.content div.lotterybox div.jackpot span.amount {
		font-size: 26px;
	}

	div.content div.lotterybox div.lotterydetails {
		width: calc(100% - 640px);
	}
	
	div.leadbg {
		background: none;
		display: none;
	}

}

@media (max-width: 1100px) { 

	div.lead {
		height: auto;
	}
		
	div.top h1 {
		font-size: 40px;
		line-height: 46px;
	}
	
	div.lead div.logo img {
		width: 115px;
	}
	
	div.topcountry h1 {
		margin: 0px 0 0 25px;
	}
	
	div.toplottery h1 {
		margin: -4px 0 0 25px;
	}
	
	div.topcountry h1.search {
		margin-left: 0;
	}
	
	footer ul.lang {
		column-count: 5;
	}

	div.lead div.logo {
		margin: -5px 0 -15px 0;
	}
		
	div.topcountry a.play {
		padding: 12px 50px;
	}
	
	div.content div.sidebar {
		width: 300px;
	}
	
	div.content div.wide {
		width: calc(100% - 300px);
	}
	
	div.content div.textboxwide {
		width: 100% !important;
		padding: 0 20px 20px 20px !important;
	}
	
	div.content div.sidebar div.sidebarbox div.jackpot span.amount {
		font-size: 28px;
		line-height: 30px;
	}
	
	div#ez-toc-container {-block;
		background: url('https://www.african-lotto.com/wp-content/uploads/2024/08/tocbg.png') no-repeat 250px center #fff !important;
	}

}

@media (max-width: 1060px) { 

	div.content div.lotterieslist {
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
	}

	div.content div.lotterybox {
		margin: 20px 0 0 0;
		flex: 48%;
	}

	div.content div.lotterybox div.lotterylogo {
		width: 70px;
		height: 70px;
	}

	div.content div.lotterybox div.lotterydetails {
		width: calc(100% - 95px);
	}

	div.content div.lotterybox div.lotteryname a.title {
		font-size: 24px;
		line-height: 30px;
		margin: 5px 0 0 0;
	}

	div.content div.lotterybox div.promotext {
		display: none;
	}

	div.content div.lotterybox div.promotextmobile {
		display: initial;
		font-size: 13px;
		line-height: 20px;
		padding: 10px 0 0 0;
		float: left;
		width: 100%;
		text-align: justify;
	}

	div.content div.lotterybox div.promotextmobile a {
		color: #8745a2;
		font-weight: 700;
	}

	div.content div.lotterybox div.promotextmobile a:hover {
		text-decoration: underline;
	}

	div.content div.lotterybox div.jackpot {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 10px;
		height: auto;
	}

	div.content div.lotterybox div.buttons {
		width: 100%;
		margin: 0;
	}

	div.content div.lotterybox div.buttons a.button1 {
		display: none;
	}

	div.content div.lotterybox div.buttons a.button2 {
		padding: 12px 30px;
	}
	
	div.lead div.country ul.lang {
		min-width: 800px;
	}
	
	div.content div.sidebar div.sidebarbox div.promotext {
		font-size: 13px;
		line-height: 20px;
		padding: 10px 0 0 0;
	}
	
}

@media (max-width: 960px) { 

	footer ul.lang {
		column-count: 4;
	}

}

@media (max-width: 900px) { 

	div.container {
		padding: 0 20px;
	}

	header {
		background: #1a1426;
		height: auto;
	}
	
	header div.logo {
		height: 70px;
		width: 200px;
	}

	div.top {
		padding-bottom: 70px;
	}
	
	div.topcountry {
		padding-bottom: 110px;
	}
	
	div.lead div.flag {
		position: absolute;
		left: calc(50% - 45px);
		margin: 95px 0 0 0;
	}
	
	div.lead div.logo {
		position: absolute;
		left: calc(50% - 75px);
		margin: 145px 0 0 0;
		background: url('images/logobg.png') no-repeat center 8px;
		padding: 15px;
		background-size: 127px;
	}
		
	div.toplottery div.lead div.balls {
		display: none;
	}
	
	div.lead div.logo img {
		width: 120px;
	}
	
	div.topcountry h1, div.toplottery h2 {
		margin: 0;
		width: 100%;
	}
	
	div.topcountry h1.search {
		margin: 0 0 -15px 0;
	}
	
	header fieldset form {
		display: none !important;
	}
	
	header fieldset {
		width: 100%;
		padding: 0 0 20px 0;
	}
	
	header fieldset a {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	
	
	header fieldset a svg {
		width: 16px !important;
		  height: 16px !important;
		  display: inline-block !important;
		  margin: 2px 6px -2px 0 !important;
	}
	
	header fieldset a div {
		display: inline-block !important;
	}
	
	
	header .mobilesearch {
		display: block;
		float: right;
		height: 70px;
		width: 30px;
		background: url('images/searchmobile.png') no-repeat center right;
		background-size: 30px;
		padding: 0;
		position: absolute;
		right: 80px;
		top: 0;
	}	
	
	header .mobilesearch-active {
		opacity: 0.5;
	}
	
	header .mobilesearch-hide {
		display: none;
	}
	
	.showsearch {
		padding-bottom: 38px;
	}
	
	.showsearch fieldset form {
		display: initial !important;
		width: 100%;
		position: absolute;
		left: 0;
		top: 70px;
		margin: 0;
		background: #612752;
		padding: 15px 20px;
		top: 0;
	}	
	
	.showsearch fieldset input.search {
		width: 100%;
		border: 1px solid #954280;
	}
	
	.showsearch fieldset input.search:focus {
		border: 1px solid #deadd2;
	}
	
	.showsearch fieldset input.searchbutton {
		margin: 0 40px 0 0;
	}
	
	header .mobilenav {
		display: block;
		float: right;
		height: 70px;
		width: 30px;
		background: url('images/menu.png') no-repeat center right;
		background-size: 30px;
		padding: 0;
		position: absolute;
		right: 20px;
		top: 0;
	}	
	
	header .close {
		background: url('images/close.png') no-repeat center right;
		background-size: 30px;
	}	
	
	.top nav  {
		display: none;
	}
	
	.top nav.showit {
		display: block;
		float: left;
		width: 100%;
		max-width: 100%;
		border: none;
		background: #612752;
		position: absolute;
		margin: 70px 0 0 0;
		z-index: 99999;
		height: 100vh;
		left: 0 !important;
	}
	
	.top nav ul {
		position: relative;
		z-index: 2;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.top nav ul li {
		float: left !important;
		padding: 0;
		width: 100% !important;
		border: none;
		border-bottom: 1px solid #934e82;
		text-align: center !important;
	}
	
	.top nav ul li:last-of-type {
		border-bottom: none;
	}
	
	.top nav ul li a {
		font-size: 18px;
		line-height: 28px;
		float: none;
		padding: 25px 0;
		width: 100%;
		float: left;
		font-weight: 700;
		text-align: center;
	}
	
	div.top h1 {
		text-align: center;
		font-size: 30px;
		line-height: 36px;
	}
	
	div.top h2 {
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}
	
	div.lead div.country {
		width: 100%;
		text-align: center;
	}
	
	div.lead div.country span.current {
		float: none;
		display: inline-block;
		margin: 15px 0 0 0;
	}
	
	div.content div.lotterybox {
		padding: 20px;
	}
	
	div.content div.lotterybox div.lotterylogo {
		margin: 0 20px 0 0;
	}
		
	div.content div.lotterybox div.lotterydetails {
		width: calc(100% - 90px);
	}
	
	div.top { 
		background: #b04c97 url('images/mobilebg.png') no-repeat center calc(100% + 80px);
	}
	
	div.lead { 
		padding: 20px 0 100px 0;
	}
	
	footer ul.lang {
		margin: 20px 0;
	}
	
	footer div.foot { 
		padding: 20px 0;
	}
	
	div.lead div.country {
		display: none;
	}
	
	div.lead div.countrymobile {
		display: initial;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	div.lead div.countrymobile select {
		-webkit-appearance: none;
		-moz-appearance: none;
		outline: none;
		border: none;
		border-radius: 5px;
		background: #943c7e url('images/dropdown.png') no-repeat calc(100% - 20px) center;
		background-size: auto;
		background-size: 16px;
		padding: 13px 140px 13px 20px;
		color: #fff;
		cursor: pointer;
		margin: 15px 0 0 0;
		border-bottom: 1px solid #c854ab;
	}
	
	div.content div.textbox {
		padding: 20px;
		font-size: 12px;
		line-height: 20px;
	}
	
	div.content div.wide div.textbox {
		font-size: 13px;
		line-height: 20px;
	}
	
	div.topcountry {
		text-align: center;
	}
	
	div.topcountry a.play {
		margin: 20px 0 0 0;
	}
	
	div.toplottery div.lead {
		padding: 20px 0 50px 0;
	}
	
	div.content div.sidebar div.sidebarbox {
		padding: 20px;
	}
	
	div.content div.wide div.textbox {
		padding: 0 20px 20px 20px;
	}
	
	div.content div.wide h2 {
		padding: 20px 0 0 0;
	}

	div.content div.wide h3 {
		padding: 20px 0 0 0;
	}
	
	div.content div.wide p {
		padding: 20px 0 0 0;
	}
	
	div.content div.wide a.wide {
		margin: 0;
	}
	
	div.toplottery h1.nomargin {
	margin:  0 0 80px 0;
}


}

@media (max-width: 850px) {  

	div.content div.lotterieslist {
		column-gap: 0;
	}

	div.content div.lotterybox {
		flex: 100%;
	}
	
	div.content div.lotterybox div.lotteryname a.title {
		font-size: 22px;
	}
	
	div.content div.lotterybox div.jackpot span.amount {
		line-height: 30px;
	}
	
	div.content div.lotterybox div.jackpot span.text {
		font-size: 14px;
	}
	
	div.content div.sidebar {
		width: 100%;
	}
	
	div.content div.sidebar div.sidebarbox div.lotteryname a.title {
		float: left;
		text-align: center;
		width: 100%;
		font-size: 22px;
	}
	
	div.content div.sidebar div.sidebarbox div.lotteryname div.stars {
		width: 100%;
		text-align: center;
	}
	
	div.content div.sidebar div.sidebarbox div.promotext {
		text-align: center;
	}
	
	div.content div.sidebar div.sidebarbox div.jackpot {
		width: 100%;
		margin: 15px 0px 0px;
		padding: 10px;
		height: auto;
	}
	
	div.content div.sidebar div.sidebarbox div.jackpot span.text {
		font-size: 14px;
	}
	
	div.content div.sidebar div.sidebarbox div.buttons a.button2 {
		padding: 12px 30px;
	}
	
	div.content div.wide {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	div.content div.textboxwide {
		padding: 0 20px 20px 20px !important;
		margin: 20px 0 0 0 !important;
	}
	
	div.content div.wide div.textbox {
		margin: 0;
	}
	
	div.content div.wide h2 {
		font-size: 24px;
		line-height: 30px;
	}

	div.content div.wide h3 {
		font-size: 20px;
		line-height: 26px;
	}
		

}

@media (max-width: 750px) { 

	footer ul.lang {
		column-count: 3;
	}

}

@media (max-width: 600px) {  

	div.top h1 br {
		display: none;
	}

	div.top { 
		background: #b04c97 url('images/mobilebg.png') no-repeat center calc(50% + 100px);
		background-size: 80%;
	}
	
}

@media (max-width: 570px) { 

	footer ul.lang {
		column-count: 2;
	}

}
