@font-face {
    font-family: 'arialbd_3';
    src: url('../fonts/arialbd_3.eot');
    src: url('../fonts/arialbd_3.eot') format('embedded-opentype'),
         url('../fonts/arialbd_3.ttf') format('truetype');
}
@font-face {
    font-family: 'arial_3';
    src: url('../fonts/arial_3.eot');
    src: url('../fonts/arial_3.eot') format('embedded-opentype'),
         url('../fonts/arial_3.ttf') format('truetype');
}


.spacer20px {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:20px; background:none; margin:0px 0px 0px 0px;
	width:100%; border:none;
}


input, select, textarea{-webkit-appearance: none;-webkit-border-radius: 0;}


body {
	font-family: sans-serif;
	color:#000;
	font-size:14px;
	line-height:24px;
	overflow-x:hidden;
	margin:0px;
	padding:0px;
	background: #222;
}

html, body {
	height:100%;
}

p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin:0px 0px 5px 0px;
}

a {
	color:#6098e6;
	outline:none;
	cursor:pointer;
	text-decoration:none;
	outline:none !important;
}

*::-moz-placeholder {
    color: #98a5af;
    opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #98a5af;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #98a5af;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #98a5af;
    opacity: 1;
}

img{ border:none;}


a:hover {
	text-decoration: underline;color:#1a48a8;
}
/*  Header styles */


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px ;
	padding:0px; display:block;
}
h1 {font-size:32px !important;color:#333 !important; margin: 0px 0px 20px 0px !important;padding: 0px 0px 20px 0px;border-bottom: 1px solid #d6d7d9;font-family: 'OpenSansLight_0';}
h2 {font-size:36px;color:#acbecc; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px;}
h3 {font-size:20px; margin: 0px 0px 20px 0px;}
h4 {font-size:18px; margin: 0px 0px 20px 0px;}
h5 {font-size:15px; margin: 0px 0px 20px 0px;}
h6 {font-size:14px; margin: 0px 0px 20px 0px;}


/* Global Structure---------------------------------------- */
.clear::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clear {
	clear:both;
	overflow:hidden;
	min-height:2px; background:none; margin:0px 0px 0px 0px;
	width:100%; border:none;
}

.spacer1px {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:1px; background:none; margin:0px 0px 0px 0px;
	width:100%; border:none;
}
.spacer10px {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:10px; background:none; margin:0px 0px 0px 0px;
	width:100%; border:none;
}

.spacer20px {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:20px; background:none; margin:0px 0px 0px 0px;
	width:100%; border:none;
}
.spacer30px {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:30px; background:none; margin:0px 0px 0px 0px;
	width:100%; border:none;
}

.extra-wrap {
	overflow:hidden;
	display:block;
}

.alignright {text-align:right}

.aligncenter {text-align:center}

.alignmiddle * {vertical-align:middle}



img {max-width:100%;}

.wrapper{ margin:0 auto; width:990px;}


/********************** Header ************************/

.header{ 
	float:left;
	width:100%;
	clear:both; 
	background:-moz-linear-gradient(#474747, #111111);
	background:-webkit-linear-gradient(#474747, #111111);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#474747), to(#111111));
	background:-o-linear-gradient(#474747, #111111);
	background:linear-gradient(#474747, #111111);
	box-shadow:0 0px 4px 1px #242728;
}
.header_logo{ padding:0px 0px; float:left; width: 310px;}
.header_nav{  padding: 0px; float:right; width: 650px;}
.header_nav ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	display:block;
}
.header_nav li{
	margin: 0px;
	padding: 0px;
	line-height:20px;
	list-style:none;
	display:inline-block;
}
.header_nav li a{
	margin:0px 2px 0px 2px;
	padding: 7px !important;
	font-size:12px;
	letter-spacing:1px;
	color:#fff;
	line-height:20px;
	list-style:none;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header_nav li a.active{ 
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header_nav li a:hover{ 
	text-decoration:none;
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header_content {
	background: url(../../other/images/banner_bg.png) no-repeat center center;
	background-size: 100%; 
}
.header_content_left {
	display:inline-block;
	vertical-align:top;
	padding:30px 20px;
	text-shadow:1px 1px 3px #000;
}
.header_content_left h1{
	border:0;
	text-transform:uppercase;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 0px;
}
.header_content_left p{
	text-align:justify;
    font-weight: bold;
	font-size:13px;
	line-height:20px;
	margin:15px 0px;
}

/********************** Header ************************/


/********************** Forms ************************/
.inputbox{ width:100%; background:#fff; border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:32px;
}

/********************** Buttons ************************/


.allbtn1{ 
	padding:25px 45px 25px 45px;
	margin:0px 0px 0px 0px;
	font-size:20px;line-height:22px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	white-space:nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	clear:both; text-align:center;
	background: #00b050;
	font-family: 'OpenSansSemibold_0';
	text-transform:uppercase;
	display:inline-block;
	clear:both;text-decoration:none!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	text-align:center;
	border:1px solid #019e48;
}
.allbtn1 a{ color:#FFFFFF;}

.allbtn1:hover {
	color:#fff;
	text-decoration:none;
	background: #00a4ef;
}



.live_draw .header{ position: relative;-webkit-box-shadow: 0 2px 4px -3px #000;-moz-box-shadow: 0 2px 4px -3px #000;box-shadow: 0 2px 4px -3px #000;z-index: 9999;}
.live_draw .wrapper_innerleft{margin-top:17px;width:100%;float:left;clear:both;}


.padding0{ padding:0px !important;}
.bordernone{ border:none!important;}
.btn_close{background:#6a6a6a;padding:5px 10px;color:#fff;font-size:18px;}
.btn_close:hover{text-decoration:none;background:#c60405;color:#fff;}
.margin_20px{margin:20px 0px;}



.banner{position:relative;background:url(../images/banner_bg.jpg) no-repeat center center;min-height:260px;background-size:cover; }
.resultfor_today{position:absolute;right:50px;top:90px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:1px dotted #fff;padding:15px;
background:rgba(0,33,77,0.8);
}
.resultfor_today p{ color:#fff;margin-bottom:8px;font-size:13px;text-align:center;}
.rounded_number{line-height:50px;font-size:38px;text-align:center;margin-right:5px;font-family: 'arialbd_3';width:50px;height:50px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;display:inline-block;color:#fff;/* Permalink - use to edit and share this gradient: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0186f5+0,0564d3+100 */
background: #0186f5; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #0186f5 0%, #0564d3 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #0186f5 0%,#0564d3 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #0186f5 0%,#0564d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0186f5', endColorstr='#0564d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}





/************** css for pool1 Starts **************/ 
.pool1{ }
.text-right{text-align:right;}

/************** css for pool1 Ends **************/ 














/************** css for draw_time Starts **************/ 

.draw_timetop{background:#4f0008;text-align:center;padding:10px;}
.draw_time h3{color:#fff;margin:0px;padding:0px;}
.draw_time{ margin-bottom:20px;border:1px solid #d3d3d3;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;    border-radius: 10px;
    overflow: hidden;}
.draw_timebtm{padding:10px 0px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d5d5d5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#d5d5d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#d5d5d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */overflow: hidden;text-align:center;}
.clock #hours, .clock #min, .clock #sec {
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
	min-height:95px;
	min-width:85px;
}

/************** css for draw_time Ends **************/ 

/************** css for digital Clock Starts **************/ 



.clock { margin:0 auto; padding:30px; color:#fff; padding: 10px 0px 10px;}

.clock  #hours, .clock #min, .clock #sec{padding: 40px 30px 20px !important;font-family: 'arialbd_3';background:#3F0D12;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:10px;}

#Date { font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:36px; text-align:center; }

.clock  ul {  margin:0 auto; padding:0px; list-style:none; text-align:center; }
.clock  ul li { display:inline-block; font-size:75px; text-align:center; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;  }
.clock  ul li span{font-size:14px;}
#point {font-size: 115px; position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:10px; padding-right:10px;color:#898989; }

/************** css for digital Clock Ends **************/ 



/************** css for about_us Starts **************/ 

.about_inner{ border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.about_content{padding:15px; text-align:justify; color:#fff; background-color:#000;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.about_inner .title{ padding:10px 15px; background-color: #000;
}
.about_inner .title h3{color:#ECBF39;margin:0px;padding:0px;}
.about_us .wrapper_innerlftmid{min-height:900px;}
.aboutus_page .wrapper_innerlftmid{min-height:700px;}
.about_inner .title{-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;border-top-right-radius: 5px;
}



/************** css for about_us  Ends **************/ 


.text-center{text-align:center;}
.wrapper_innerlftmid{padding:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.wrapper_innerrightbox{margin-bottom:0px;}
.wrapper_innerleft{width: 75%;float: left; padding: 10px 0px 5px 0px;margin-bottom:5px;}
.wrapper_innerright{width: 24%;float: right;padding: 10px 0px 5px 0px;}
.clear{clear:both;}
.prize_box table{border-spacing:0px;width:100%;border:1px solid #d3d3d3;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.prize_box table th{color:#fff;font-weight:normal;}


.prize_box tr:first-child{-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;border-top-right-radius: 5px; background: #536976; background: -webkit-linear-gradient(to top, #292E49, #536976); background: linear-gradient(to top, #292E49, #536976);}

.prize_box table th:first-child{-webkit-border-top-left-radius: 5px;-moz-border-radius-topleft: 5px; border-top-left-radius: 5px;}
.prize_box table th:last-child{-webkit-border-top-right-radius: 5px;-moz-border-radius-topright: 5px; border-top-right-radius: 5px;}
.prize_box table td, .prize_box table th{padding:10px;}
.prize_box table td, .prize_box {margin-bottom:10px;}
.prize_box table td:first-child{text-align:center;border-right: 1px solid #d3d3d3;}
.wrapper_innerlftmid{background:#fff;}
.wrapper_inner{background:rgba(255,255,255,0.6);padding:10px;}
.number_list{margin:0px;padding:0px;list-style-type:none;}
.number_list li{display:inline-block;}
    .number_list li {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        font-family: 'arialbd_3';
        line-height: 50px;
        text-align: center;
        color: #ECBF39;
        font-size: 38px;
    }
}
.prize_position{color:#4b494a; font-family: 'arialbd_3';font-family: 'arialbd_3';font-size:20px;}
.btn_viewresult{fon-weight:400px;text-transform:uppercase;font-size:14px;color:#fff;text-decoration:none;padding:10px;transition:all 0.5s ease-in;
-moz-transition:all 0.5s ease-in;-webkit-transition:all 0.5s ease-in;
background: #1ed2b7; /* Old browsers */
background: -moz-linear-gradient(top, #1ed2b7 0%, #0eb29a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1ed2b7 0%,#0eb29a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1ed2b7 0%,#0eb29a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ed2b7', endColorstr='#0eb29a',GradientType=0 ); /* IE6-9 */
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.btn_viewresult:hover{text-decoration:none;background:#c60405;color:#fff;}
.banner img, .advertising img{width:100%;}


.wrapper_innerleft .pagination {display: inline-block;}
.wrapper_innerleft .pagination a { color: #9c9c9c;float: left;padding: 8px 16px; text-decoration: none;transition: background-color .3s; border: 1px solid #ddd;}
.wrapper_innerleft .pagination a.active {background-color:#134c9b;color: white;border: 1px solid #134c9b;}
.wrapper_innerleft .pagination a:hover:not(.active) {background-color: #134c9b; color: white;}
.wrapper_innerleft .pagination_box{text-align:center;padding:10px 0px;}


footer{text-align:center;padding:20px 0px;background:#032d69;}
footer p{font-size:17px;color:#fff;margin-bottom:0px; }

/************** css for media query Starts **************/ 

@media only screen and (min-width: 768px) and (max-width: 990px) {
.banner {min-height: 205px;background-size: 100%;}
.resultfor_today { right: 36px; top: 71px;padding: 10px;}
.rounded_number{width:45px;height:45px;line-height:45px;font-size:33px;}

.wrapper {width: 750px; margin:0px  auto; padding:0px 8px;}
.navigation_right li a {font-size: 12px;padding: 5px 6px;}
.btn_viewresult {white-space:nowrap;}
.clock #hours, .clock #min, .clock #sec {padding: 40px 10px 20px !important;}
.clock ul li{font-size: 50px;}
.header_logo{width: 20%;padding: 5px 0 0 0;}
.header_nav {padding: 10px 0 0;}
.header_nav li a {font-size: 13px;}
.aboutus_page .wrapper_innerlftmid {min-height: 500px;}



}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.banner {min-height: 167px;background-size: 100%;}
.resultfor_today {right: 4px;top: 56px; padding: 8px;}
.rounded_number{width:45px;height:45px;line-height:45px;font-size:33px;}

.wrapper {width: 96%; margin:0px 2%;}
.navigation_right li a {font-size: 12px;padding: 5px 6px;}
.btn_viewresult {white-space:nowrap;}
.clock #hours, .clock #min, .clock #sec {padding: 40px 10px 20px !important;}
.clock ul li{font-size: 50px;}
.header_logo{width: 50%;padding: 5px 0 0 0;}
.header_nav {padding: 10px 0 0;}
.header_nav li a {font-size: 13px;}
.wrapper_innerright {width: 100%;}
.wrapper_innerleft {width: 100%; margin-bottom:20px;}
.wrapper_innerrightbox img{width: 100%;}
.number_list li { font-size: 20px;height: 30px;line-height: 30px;width: 30px;}
.navigation_search {width: 100%; clear:both;}
.navigation_right {width: 100%; clear:both; margin-bottom:10px;}
.navigation_right li {margin-bottom:5px;}
.header_nav { width:100%;}
.aboutus_page .wrapper_innerlftmid {min-height: inherit;}
.live_drawcontent.mobtdfull td{ float:left; width:90% !important;}
.live_drawcontent.mobtdfull table {width: 100%!important;}
.number_list {text-align:center;}

}
@media only screen and (max-width: 479px) {
.banner {min-height: 125px;background-size: 100%;}
.resultfor_today { right: 4px; top: 37px;padding: 5px;}
.resultfor_today p{font-size:12px;}
.resultfor_today div{text-align:center;}
.rounded_number{width: 30px;height: 30px;line-height: 30px; font-size: 22px;}
.wrapper {width: 96%; margin:0px 2%;}
.navigation_right li a {font-size: 12px;padding: 5px 6px;}
.btn_viewresult {white-space:nowrap;}
.clock #hours, .clock #min, .clock #sec {padding: 20px 10px 20px !important;font-size:15px;}
.clock ul li span {font-size: 11px;}
#point {font-size: 55px;}
#point {padding-left: 0px;padding-right: 0px;}
.clock ul li{font-size: 50px;}
.header_logo{width: 70%;padding: 5px 0 0 0;}
.header_nav {padding: 10px 0 0;}
.header_nav li a {font-size: 13px;}
.wrapper_innerright {width: 100%;}
.wrapper_innerleft {width: 100%; margin-bottom:20px;}
.wrapper_innerrightbox img{width: 100%;}
.number_list li { font-size: 20px;height: 30px;line-height: 30px;width: 30px; margin-bottom:10px;}
.wrapper_innerleft .pagination a {padding: 5px 10px;}
.navigation_search {width: 100%; clear:both;}
.navigation_right {width: 100%; clear:both; margin-bottom:10px;}
.navigation_right li {margin-bottom:5px;}
.btn_viewresult {font-size: 10px;}
.header_nav { width:100%;}
.aboutus_page .wrapper_innerlftmid {min-height: inherit;}
.live_drawcontent.mobtdfull td{ float:left; width:90% !important;}
.live_drawcontent.mobtdfull table {width: 100%!important;}
.number_list {text-align:center;}

}


/*--------------------Content Section-------------------------*/





.link1{color:#ffffff; font-size:12px; line-height:18px;}
.link1 a{color:#ffffff;text-decoration:none;}
.link1 a:hover{color:#ffffff;text-decoration:underline;}



.content1{color:#378ec4; font-size:50px; line-height:125px;}



#imgLogo {
    width: 300px;	
}

.back-to-top {
	position: fixed;
	bottom:10px;
	margin-left: -150px;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
	outline:none !important;
	z-index:999;
}
.back-to-top img {
	width:41px;
	height:41px;
}

.back-to-top:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}


.div_content {
	background:#2f4b56;
	padding:10px;
	min-height:440px;
	box-shadow:0 2px 4px 3px #242728;
    margin: 15px 0px;
}

.div_left {
	display:inline-block;
	width:39%;
}

.div_right {
	display:inline-block;
	width:58%;
	padding-left:10px;
}
.ui-datepicker {
	width: 220px !important;
}
#shin {
	margin-left:5px;
	vertical-align:top;
}

.header_prize {
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

.header_prize h2{
	font-size:28px;
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	float:left;
	font-weight:bold;
	letter-spacing:1px;
	line-height:32px;
}
.header_prize h3{
	font-size:18px;
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	float:right;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:32px;
}
.content_prize {
	width: 32%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin:0px 5px;
}
.content_prize h3 {
	font-size: 16px;
	margin: 5px;
	text-transform:uppercase;
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:bold;
}
.last_result {
	width:100%;
	text-align:center;
	overflow:hidden;
	border: 2px solid #ecbf39;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}	

.title_prize {
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	font-weight: bold;
	font-size:16px;
	padding:5px 2px;
	color:#000;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.result_prize {
	font-weight: bold;
	font-size:32px;
	padding:15px 0px;
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    letter-spacing: 10px;
	border:2px solid #b29049;
	border-top:0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-bottom:5px;
}

.other_prize {
    font-size: 28px;
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    text-align: center;
    line-height: 42px;
	padding:12px 0;
	border:2px solid #b29049;
	border-top:0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.other_prize table{
	width:100%;
    padding: 20px 0px;
}

.desc_prize {
	color:#fff;
	font-size:12px;
    letter-spacing: 1px;
	border-top:2px solid #ecbf39;
	line-height:32px;
}
.other_content {
	color:#fff;
	padding:10px;
	border:2px solid #b29049;
	margin-top:10px;
}
.other_content b {
	font-size:20px;
}
.mini li {
	width: 35px !important;
	height: 35px !important;
	font-size:18px !important;
	line-height:36px !important; 
	
}
#start_date {
	background: #ddd;
	padding:7px 15px;
	border-radius:5px;
	border: 2px solid #b29049;
}
#search_btn {
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	padding:10px 15px;
	border-radius:5px;
	border: 2px solid #b29049;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 2px #000;
}
#search_btn {
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	padding:10px 15px;
	border-radius:5px;
	border: 2px solid #b29049;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 2px #000;
}
.footer {
    width: 100%;
	letter-spacing:2px;
	background: -webkit-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -moz-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: -o-linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	background: linear-gradient(125deg, rgba(170,119,28,1) 0%, rgba(252,246,186,1) 35%, rgba(213,186,107,1) 70%, rgba(251,245,183,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
	font-weight:bold;	
    border-top: 2px solid #b29049;
    border-bottom: 2px solid #b29049;
    padding: 8px 0px;
	margin-top:30px;
}