/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
	padding: 0px;
	
	background: black;
}

.head {
	width: 100%;
	box-sizing: border-box;
	padding-top: 15px;
	border-bottom: 5px solid #666456;
	text-align: center;
	background: rgba(6,5,11,1);
background: -moz-linear-gradient(left, rgba(6,5,11,1) 0%, rgba(18,44,45,1) 47%, rgba(6,5,11,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,5,11,1)), color-stop(47%, rgba(18,44,45,1)), color-stop(100%, rgba(6,5,11,1)));
background: -webkit-linear-gradient(left, rgba(6,5,11,1) 0%, rgba(18,44,45,1) 47%, rgba(6,5,11,1) 100%);
background: -o-linear-gradient(left, rgba(6,5,11,1) 0%, rgba(18,44,45,1) 47%, rgba(6,5,11,1) 100%);
background: -ms-linear-gradient(left, rgba(6,5,11,1) 0%, rgba(18,44,45,1) 47%, rgba(6,5,11,1) 100%);
background: linear-gradient(to right, rgba(6,5,11,1) 0%, rgba(18,44,45,1) 47%, rgba(6,5,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06050b', endColorstr='#06050b', GradientType=1 );
}

.menu {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0px;
    text-align: center;
    background: #434343;
}

.buttons {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 10px;
    cursor: pointer;
}

.logo {
	display: inline-block;
	width: 192px;
	height: 100px;
	background: url("../img/Logo-Maroco-Pools.png") center no-repeat;
	background-size: 100% 100%;
	margin-bottom: 15px;
	
}

.clock {
	width: 20%;
	padding: 5px 0px 5px 0px;
	position: fixed;
	top: 180px;
	left: 0px;
}

.clock1 {
    width: 130px;
    height: 60px;
    background: url("../img/Jam-GMT.jpg") center no-repeat;
    background-size: 100% 100%;
    margin: 10px 0px;
    padding: 10px 10px 0px 0px;
    text-align: right;
    box-sizing: border-box;
}

.country {
	font-size: 18px;
	color: white;
	
}

.time {
	font-size: 14px;
	color: #0ba84f;
	
}

.container {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0px;
	
}

.banner {
    width: 100%;
    height: 300px;
    
    
}

.banner img {
    width: 100%;
    height: 300px;
    
    
}


.result {
	width: 100%;
	background: url("../img/gold.jpg") repeat-x;
background-size: contain;
    background-position: center;
    
    padding: 20px 0px 10px 0px;
		box-sizing: border-box;
	
}

.live {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	
}

.prizee {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 10px 0px;
    display: block;
}

.prizename {
    display: inline-block;
    width: 50px;
    height: 70px;
    background: black;
    color: white;
    font-size: 58px;
    border-radius: 10px;
}

.prizename1 {
    display: inline-block;
    width: 25px;
    height: 35px;
    background: black;
    color: white;
    font-size: 26px;
    border-radius: 5px;
}

.datelive {
    display: inline-block;
    width: 10%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.datelive1 {
    display: inline-block;
    width: 10%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.datee {
    display: table-cell; 
    width: 20%;
    font-size: 62px;
    color: #a41717;
    vertical-align: middle;
}

.datee1 {
    display: table-cell; 
    width: 20%;
    font-size: 31px;
    color: #a41717;
    vertical-align: middle;
}

.numdatee {
    display: table-cell; 
    width: 80%;
    font-size: 34px;
    color: #a41717;
    vertical-align: middle;
}

.numdatee1 {
    display: table-cell; 
    width: 80%;
    font-size: 17px;
    color: #a41717;
    vertical-align: middle;
}

.prize1 {
    width: 800px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.prize1 img {
    width: 80px;
    height: 80px;
    padding: 0px 10px;
}

.prize2 {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 15px;
}

.prize2 img {
    width: 40px;
    height: 40px;
    padding: 0px 5px;
}

.othprize {
    width: 100%;
    display: block;
    text-align: center;
    border-top: 2px black solid;
}

.othprize1 {
    width: 40%;
    display: inline-block;
    text-align: center;
    padding: 15px 0px 0px 0px;
}

.lotto {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	display: block;
	padding: 45px;
}

.lotto img {
    
    display: inline-block;
    
}

.livedraw {
    display: inline-block;
    width: 25%;
    height: 180px;
    background: #242424;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0px 0px 0px 20px;
    text-align: center;
}

.ld {
    width: 100%;
    background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(166,166,166,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(166,166,166,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(166,166,166,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(166,166,166,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(166,166,166,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(166,166,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#a6a6a6', GradientType=0 );
color: #9c1a1a;
box-sizing: border-box;
padding: 4px 0px;
border-radius: 5px;
font-family: arial;
font-weight: bold;
font-size: 24px;
}

.ld1 {
    width: 100%;
    color: white;
    box-sizing: border-box;
    border-top: 1px solid #c7b58f;
    border-bottom: 1px solid #c7b58f;
    margin: 5px 0px;
    padding: 5px 0px;
}

.ld2 {
    width: 100%;
    background: #434343;
    margin: 5px 0px;
    box-sizing: border-box;
    padding: 4px 0px;
    
}

.ld2 table {
    width: 100%;
    color: white;
}

.history {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    box-sizing: border-box;
    color: white;
}

.box {
    text-align: center;
}

.dayresult {
    width: 100%;
    
}

.dayresult table {
    width: 100%;
    background: white;
}

.dayresult td {
    border: 1px solid black;
}

.date {
    width: 10%;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.period {
    width: 15%;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.winnumbers {
    padding: 2px 0px;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.winnumbers img {
    width: 25px;
    height: 25px;
}

.announce {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0px;
    background: black;
    color: #0ba84f;
}

footer {
    width: 100%;
    margin-top: 25px;
    background: red;
    color: white;
    box-sizing: border-box;
    padding: 15px;
    
}