/*-------- 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 {
	background: url(../img/bg.jpg) center no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: 'Josefin Sans', sans-serif;

}

.container {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	
	
}

.head {
	width: 100%;
	height: 150px;
	background: rgba(44,44,44,0.9);
background: -moz-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(44,44,44,0.9)), color-stop(51%, rgba(0,0,0,0.9)), color-stop(60%, rgba(17,17,17,0.9)), color-stop(76%, rgba(43,43,43,0.9)), color-stop(91%, rgba(28,28,28,0.9)), color-stop(100%, rgba(19,19,19,0.9)));
background: -webkit-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: -o-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: -ms-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: linear-gradient(135deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313', GradientType=1 );
	
	
}

#logo {
	display: inline-block;
	margin: 15px;
	width: 300px;
	height: 120px;
	background: url(../img/Logo-Livedrawtoto.png) center no-repeat;
	background-size: 100% 100%;
	
}

.menu {
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
	background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
	
}

.navi {
	margin: 3px;
	display: inline-block;
	width: 150px;
	height: 25px;
	padding-top: 17px;
	text-decoration: none;
	color: white;
	background: black;
	font-size: 12px;
	border-bottom: 2px white solid;
	border-radius: 15px;
	transition: 0.5s ease;
}

.navia {
	margin: 3px;
	display: inline-block;
	width: 130px;
	height: 25px;
	padding-top: 17px;
	text-decoration: none;
	color: white;
	background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
	font-size: 12px;
	border-bottom: 2px white solid;
	border-radius: 15px;
	transition: 0.5s ease;
}

.navi:hover {
	color: black;
	background: white;
	border-bottom: 2px black solid;
}


.notice {
    width: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
    background: black;
}

.notice marquee {
    color: gold;
}

.banner-premium {
	display: block;
	width: 100%;
	height: auto;
}


.banner-float {
	position: fixed;
	bottom: 5px;
	width: 100%;
	margin:auto;
	height: auto;
	text-align: center;
	
}

.banner-float img {
	width: 1000px;
	height: auto;
}

.banner-premium img {
	width: 100%;
	height: auto;
}

.contect-top {
	display: block;
	width: 100%;
	height: auto;
	background: rgba(44,44,44,0.9);
background: -moz-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(44,44,44,0.9)), color-stop(51%, rgba(0,0,0,0.9)), color-stop(60%, rgba(17,17,17,0.9)), color-stop(76%, rgba(43,43,43,0.9)), color-stop(91%, rgba(28,28,28,0.9)), color-stop(100%, rgba(19,19,19,0.9)));
background: -webkit-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: -o-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: -ms-linear-gradient(-45deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
background: linear-gradient(135deg, rgba(44,44,44,0.9) 0%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.9) 76%, rgba(28,28,28,0.9) 91%, rgba(19,19,19,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313', GradientType=1 );
}

.results {
	display: inline-block;
	margin: 5px;
	width: 48%;
	height: 750px;
	border: 1px white solid;
}

.root {
	width: 100%;
	height: 100%;
	
}

.banner-top {
	display: inline-block;
	margin: 5px;
	width: 48%;
	height: 750px;
	
	
}

.banner-top img {
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 6px;
}

.contect-medium {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background: rgba(0,0,0,0.8);
}

.banner-medium {
	display: inline-block;
	width: 48%;
	height: auto;
	background: rgba(0,0,0,0.9);
	margin: 5px;
	
}

.banner-medium body {
	
	width: 100%;
	
}

.banner-medium img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.banner-medium2 {
	display: inline-block;
	width: 48%;
	height: auto;
	background: rgba(0,0,0,0.9);
	margin: 5px;
	
}

.banner-medium2 body {
	
	width: 100%;
	
}

.banner-medium2 img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}





.todayres {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background: rgba(242,246,248,1);
background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}

.ress {
	margin: 10px;
	display: inline-block;
	width: 170px;
	height: 130px;
	text-align: center;
	padding: 10px 0px 0px 2px;
	color: white;
	border: 1px gold solid;
	border-radius: 15px;
	background: rgba(44,44,44,1);
background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,27,28,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(28,27,28,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,27,28,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,27,28,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,27,28,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(44,44,44,1) 0%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,27,28,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313', GradientType=0 );
}

.judulress {
	font-size: 24px;	
}

.tnglress {
	font-size: 18px;
}

.hasilress {
	font-size: 54px;
}

.footer {
	display: block;
	width: 100%;
	height: 150px;
	background: black;
	color: white;
}

h1 {
	display: inline-block;
	margin: 15px 0px 0px 5px;
	font-size: 20px;
}

.head-premium {
	width: 100%;
	font-size: 20px;
	color: gold;
	font-weight: bold;
	background: black;
}

.banner-togel {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));p
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );

}

.banner-togel span {
	font-size: 16px;
	color: white;
	margin: 5px;
	
}

.tele {
position: fixed;
bottom: 5px;
left: 3px;
z-index: 9999;
}

.tele a {
display: block;
width: 80px;
height:80px;
background: url(http://4.bp.blogspot.com/-2nKXnnbcAsY/XpRGHs8X90I/AAAAAAAAEOA/BEdLHiYNBd8Nk7J_-VS2yXCkeEXTnP1XACK4BGAYYCw/s1600/telegram_PNG35.png) center no-repeat;
background-size: 100% 100%;
}

@media only screen and (max-device-width: 1000px) {
	
	body {
		background: black;
		
		
	}
	#logo {
	
	width: 280px;
	height: 110px;
	
	
}
	
	.container {
		display: block;
		width: 100%;
		
	}
	
	.head {
		text-align: center;
			
	}
	
	.menu {
		height: auto;
		
	}
	.contect-top {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	
	.results {
		display: block;
		width: 100%;
		margin: 0px;
		border: none;
	}
	
	.banner-top {
		width: 100%;
		height: auto;
		margin: 0px;
	}
	
	.banner-top img {
		margin-top: 1px;
		width: 100%;
		
		
	}
	


.banner-float img {
	width: 100%;
	height: auto;
}
	
	.banner-medium {
	margin: 0px;
	width: 100%;
	
}

	.banner-medium img {
	margin-bottom: 1px;
		width: 100%;
	
}

	.banner-medium2 {
	margin: 8px 0px 0px 0px;
	width: 100%;
	
}
	.banner-medium2 img {
	margin-bottom: 1px;
		width: 100%;
	
}
	.ress {
	margin: 5px;
	display: inline-block;
	width: 100px;
	height: 80px;
	padding: 5px 0px 0px 1px;
}

.judulress {
	font-size: 14px;	
}

.tnglress {
	font-size: 12px;
}

.hasilress {
	font-size: 28px;
}

.footer {
	text-align: center;
}

h1 {
	font-size: 14px;
}
	
}