@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Electrolize&display=swap');
html,body,div{font-family: 'Roboto', sans-serif !important;}
body{
	background: url('../../images/bground.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color: #000;
}
#body-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: 0.6;
   z-index:-100;
}
a, img, a img {
	border:none;
	outline:none !important;
}
a {color: #333333;}
a > img{
	border:0;
	border:none;
	outline:none;
}
.headers{background-color:#222 !important;}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #d6050a 0%, #970011 100%);
	background-image: -o-linear-gradient(top, #d6050a 0%, #970011 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d6050a), to(#970011));
	background-image: linear-gradient(to bottom, #d6050a 0%, #970011 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6050a', endColorstr='#ff970011', GradientType=0);
	border-color: #121413;
	background-color: #430002;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-image: -webkit-linear-gradient(top, #990102 0%, #5b0003 100%);
	background-image: -o-linear-gradient(top, #990102 0%, #5b0003 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990102), to(#5b0003));
	background-image: linear-gradient(to bottom, #990102 0%, #5b0003 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff990102', endColorstr='#ff5b0003', GradientType=0);
	border-color: #121413;
	background-color: #430002;
}
.navbar-inverse .navbar-toggle {
	border-color: #202221;
}
.navbar-inverse .navbar-nav > li{
	border-right:1px solid #ff0000;
}
.navbar-inverse .navbar-nav > li > a{
	color:#cccccc;
	text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color:#ffffff;
}
.navbar-main{
	border:0px;
	border:none;
	border-radius: 0px;
	border-bottom:1px solid #333333;
}
.navbar-main:link, .navbar-main:hover, .navbar-main:visited {
	color:#ffffff;
	text-decoration:none;
}
.text-white{color:#fff;}
.alert p{color:auto;}
h4.panel-newHeader{
	font-size:18px;	
	font-weight:bold;
	margin:0px;
}
.prizeHeader{
	font-weight:bold;
	font-size:15px;
	background-color:#96000e;
	display:block;
	color:#ffffff;
	line-height:36px;
	border:1px solid #96000e;
	text-align:center;
}
.prizeNum{
	font-weight:bold;
	font-size:21px;
	color:#000000;
	border:1px solid #96000e;
	display:block;
	line-height:45px;
	background-color:#ffffff;
	text-align:center;
}
.prizeHeader2{
	font-weight:bold;
	font-size:15px;
	background-color:#96000e;
	display:block;
	color:#ffffff;
	line-height:28px;
	border:1px solid #96000e;
}
.prizeNum2{
	font-weight:bold;
	font-size:18px;
	color:#000000;
	display:block;
	line-height:28px;
}
.prizeNum-container{
	border:1px solid #96000e;
	display:table;
	width:100%;
	content:' ';
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;	
}
.col-result{
	padding-left:3px;
	padding-right:3px;	
}
.remove-wpadding{
	padding-left:0px;
	padding-right:0px;
	margin:5px 0px;
}
.mt-0{margin-top:0px !important;}
.mt-1{margin-top:5px !important;}
.mt-2{margin-top:10px !important;}
.mt-3{margin-top:15px !important;}
.mt-4{margin-top:20px !important;}
.mb-0{margin-bottom:0px !important;}
.mb-1{margin-bottom:5px !important;}
.mb-2{margin-bottom:10px !important;}
.mb-3{margin-bottom:15px !important;}
.mb-4{margin-bottom:20px !important;}
.pt-0{padding-top:0px !important;}
.pt-1{padding-top:5px !important;}
.pt-2{padding-top:10px !important;}
.pt-3{padding-top:15px !important;}
.pt-4{padding-top:20px !important;}
.pb-0{padding-bottom:0px !important;}
.pb-1{padding-bottom:5px !important;}
.pb-2{padding-bottom:10px !important;}
.pb-3{padding-bottom:15px !important;}
.pb-4{padding-bottom:20px !important;}
.tblred > thead > tr > th{background-color:#96000e !important;}
.tblred tr th, .tblred tr td{border-color:#96000e !important;}
.tblblue > thead > tr > th{background-color:#0050bc !important;}
.tblblue tr th, .tblblue tr td{border-color:#0050bc !important;}
.tblgreen > thead > tr > th{background-color:#029600 !important;}
.tblgreen tr th, .tblgreen tr td{border-color:#029600 !important;}
.tblyellow > thead > tr > th{background-color:#d79c00 !important;}
.tblyellow tr th, .tblgreen tr td{border-color:#d79c00 !important;}
.tblgold > thead > tr > th{background-color:#b57500 !important;}
.tblgold tr th, .tblgreen tr td{border-color:#b57500 !important;}
.table-bordered tr th, .table-bordered tr td{
	border-color:#96000e;
}
.table-bordered > thead > tr > th{
	text-align:center;
	background-color:#96000e;
	color:#ffffff;
	font-size:15px;
}
.table-bordered > tbody > tr > td{
	text-align:center;
	vertical-align:middle;
	background-color:#ffffff;
}
.panel-result{
	border-color:#111111;	
}
.panel-default.panel-result > .panel-heading{
	background-image: -webkit-linear-gradient(top, #d6050a 0%, #970011 100%);
	background-image: -o-linear-gradient(top, #d6050a 0%, #970011 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d6050a), to(#970011));
	background-image: linear-gradient(to bottom, #d6050a 0%, #970011 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6050a', endColorstr='#ff970011', GradientType=0);
	background-color: #970011;
	border-color: #430002;
	color:#ffffff;
}
.panel-default {
	border-color: #cccccc;
}
.panel-default > .panel-heading{
	background-image: -webkit-linear-gradient(top, #ececec 0%, #d8dde1 100%);
	background-image: -o-linear-gradient(top, #ececec 0%, #d8dde1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d8dde1));
	background-image: linear-gradient(to bottom, #ececec 0%, #d8dde1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffececec', endColorstr='#ffd8dde1', GradientType=0);
	background-color: #d8dde1;
	border-color: #cccccc;
	color:#151515;
}
.panel-recent {
	border-color: #b10b0f;
}
.panel-recent > .panel-heading {
	color: #fff;
	background: linear-gradient(to bottom, #d6050a 0%, #970011 100%);
	font-family: 'Birthstone', cursive !important;
	font-size:25px;
	font-weight:normal;
}
.panel-recent > .panel-body {
	padding:15px 15px 0px 15px;
	color: #fff;
	background-color: #222;
	border:none;
}
.panel-recent > .panel-footer {
	color: #fff;
	background-color: #000;
	border:none;
	max-height:100%;
	height:60px;
}
.alert > h2{
	margin:0px;
	font-family: 'Birthstone', cursive !important;	
	font-size:25px;
	font-weight:700;	
}
.bg_clock{
	display: block;
    left: 0;
    top: 0;
    background-image: url('../../images/clock.png');
    background-repeat: no-repeat;
    background-position-x: right;
}
.countdown{
	display: block;
	margin:10px 0px;
	padding:5px;
	text-align:center;
	background-color:#222222;
	border-radius:5px;
	color:#ffffff;
	font-family: 'Electrolize', sans-serif !important;
	font-size:25px;
	font-weight:700;
}
.countdown ul{margin: 0px 0px 0px -41px;}
.countdown ul li{list-style:none;display:inline;}
.countdown > li.data-hours, .countdown > li.data-minuts, .countdown > li.data-seconds{margin:0px 4px;}
.alert-info > .countdown{
	background-image: linear-gradient(to bottom, rgba(0,87, 200, 1) , rgba(225,225,225,0));	
	border:1px solid #006fff;
}
.alert-success > .countdown{
	background-image: linear-gradient(to bottom, rgba(28,181, 0, 1) , rgba(225,225,225,0));	
	border:1px solid #27ff00;
}
.alert-warning > .countdown{
	background-image: linear-gradient(to bottom, rgba(237,157, 44, 1) , rgba(225,225,225,0));	
	border:1px solid #ff9500;
}
.alert-danger > .countdown{
	background-image: linear-gradient(to bottom, rgba(150,0, 14, 1) , rgba(225,225,225,0));	
	border:1px solid #ff0018;
}
.space-btm {
	margin-bottom: 10px;
}
.sidebar-link {
	color:#333333;
	display:block;
}
.search-form{
	text-align:center;
	padding-top:20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #353535;
	border-color: #222222;
}
.pagination > li > a, .pagination > li > span {
	color: #353535;
}
.shadow-container {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.col-countdown {
	padding-left:3px;
	padding-right:3px;
}
.countdownBox {
	background-color:#96000e;
	color:#ffffff;
	padding:7px;
	text-align:center;
	display: block;
	font-size:18px;
	font-weight:bold;
}
.countdownDesc {
	color:#000000;
	padding-top:5px;
	text-align:center;
	display: block;
	font-size:12px;
}
.date{
	margin-bottom: 1px;
	padding: 10px;
	color: #fff;
	font-size: 23px;
	font-family: 'Birthstone', cursive !important;	
	text-shadow: 1px 2px 2px #000;
	background-image: linear-gradient(to right, rgba(188,4, 13, 1) , rgba(217, 148, 56, 1));
	border-left: 8px solid #f00;
}
.ticket{
	background-image: linear-gradient(to left, rgba(34,34,34,1) , rgba(225,225,225,0));
	color:#fff;
	padding:5px;
	text-align:left;
	font-size:10px;
}
img.center-block{padding:5px !important; margin:10px auto;}
.banner1{margin-top: 20px;}
.wrapper{padding: 20px 0px;}
.middle-result{background:#222222; text-align:center; padding:20px 0px; color:#fff; margin-top:20px; border-top:3px solid #d5050a; border-bottom:3px solid #d5050a; box-shadow:0px 0px 20px #d5050a;}
.middle-result span{font-family: 'Birthstone', cursive !important; font-size:40px;}
.middle-result img{margin: 0 auto;}
.pangold>.prizeHeader{background-color:#cc892b !important; border:1px solid #cc892b !important;}
.pangold>.prizeNum{border:1px solid #cc892b !important;}
.pangold>.ticket{background-image: linear-gradient(to right, rgb(88 55 0) , rgba(225,225,225,0)); border-right:0px solid #cc892b !important;}
.panred>.prizeHeader{background-color:#96000e !important; border:1px solid #96000e !important;}
.panred>.prizeNum{border:1px solid #96000e !important;}
.panred>.ticket{background-image: linear-gradient(to right, rgb(88 0 0) , rgba(225,225,225,0)); border-right:0px solid #96000e !important;}
.panblue>.prizeHeader{background-color:#0057c8 !important; border:1px solid #0057c8 !important;}
.panblue>.prizeNum{border:1px solid #0057c8 !important;}
.panblue>.ticket{background-image: linear-gradient(to right, rgb(0 70 143) , rgba(225,225,225,0)); border-right:0px solid #0057c8 !important;}
.pangreen>.prizeHeader{background-color:#1cb500 !important; border:1px solid #1cb500 !important;}
.pangreen>.prizeNum{border:1px solid #1cb500 !important;}
.pangreen>.ticket{background-image: linear-gradient(to right, rgb(2 143 0) , rgba(225,225,225,0)); border-right:0px solid #1cb500 !important;}
.panyellow>.prizeHeader{background-color:#ed9d2c !important; border:1px solid #ed9d2c !important;}
.panyellow>.prizeNum{border:1px solid #ed9d2c !important;}
.panyellow>.ticket{background-image: linear-gradient(to right, rgb(143 83 0) , rgba(225,225,225,0)); border-right:0px solid #ed9d2c !important;}
.ball{
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	display:inline-block;
	color:#fff;
	font-family:'Roboto', sans-serif;
	width:30px;
	height:30px;
	line-height:29px;	
	font-size:22px;
	font-weight:800;
	text-align:center; 
	text-decoration:none;
	text-shadow:0px 1px 0px #000;
}
.redball{
	background-color:#e80007;
	border:1px solid #b50011;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e80007), color-stop(1, #96000e));
	background:-moz-linear-gradient(top, #e80007 5%, #96000e 100%);
	background:-webkit-linear-gradient(top, #e80007 5%, #96000e 100%);
	background:-o-linear-gradient(top, #e80007 5%, #96000e 100%);
	background:-ms-linear-gradient(top, #e80007 5%, #96000e 100%);
	background:linear-gradient(to bottom, #e80007 5%, #96000e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e80007', endColorstr='#96000e',GradientType=0);
	box-shadow:inset 0px 1.5px 0px 0px #ffb2b2;
	-moz-box-shadow:inset 0px 1.5px 0px 0px #ffb2b2;
	-webkit-box-shadow:inset 0px 1.5px 0px 0px #ffb2b2;
}
.blueball{
	background-color:#0068e8;
	border:1px solid #0051b5;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0068e8), color-stop(1, #003c96));
	background:-moz-linear-gradient(top, #0068e8 5%, #003c96 100%);
	background:-webkit-linear-gradient(top, #0068e8 5%, #003c96 100%);
	background:-o-linear-gradient(top, #0068e8 5%, #003c96 100%);
	background:-ms-linear-gradient(top, #0068e8 5%, #003c96 100%);
	background:linear-gradient(to bottom, #0068e8 5%, #003c96 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068e8', endColorstr='#003c96',GradientType=0);
	box-shadow:inset 0px 1.5px 0px 0px #b2dbff;
	-moz-box-shadow:inset 0px 1.5px 0px 0px #b2dbff;
	-webkit-box-shadow:inset 0px 1.5px 0px 0px #b2dbff;
}
.greenball{
	background-color:#19e800;
	border:1px solid #00b51f;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19e800), color-stop(1, #029600));
	background:-moz-linear-gradient(top, #19e800 5%, #029600 100%);
	background:-webkit-linear-gradient(top, #19e800 5%, #029600 100%);
	background:-o-linear-gradient(top, #19e800 5%, #029600 100%);
	background:-ms-linear-gradient(top, #19e800 5%, #029600 100%);
	background:linear-gradient(to bottom, #19e800 5%, #029600 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#19e800', endColorstr='#029600',GradientType=0);
	box-shadow:inset 0px 1.5px 0px 0px #b3ffb2;
	-moz-box-shadow:inset 0px 1.5px 0px 0px #b3ffb2;
	-webkit-box-shadow:inset 0px 1.5px 0px 0px #b3ffb2;
}
.yellowball{
	background-color:#e8b600;
	border:1px solid #b59300;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8b600), color-stop(1, #967d00));
	background:-moz-linear-gradient(top, #e8b600 5%, #967d00 100%);
	background:-webkit-linear-gradient(top, #e8b600 5%, #967d00 100%);
	background:-o-linear-gradient(top, #e8b600 5%, #967d00 100%);
	background:-ms-linear-gradient(top, #e8b600 5%, #967d00 100%);
	background:linear-gradient(to bottom, #e8b600 5%, #967d00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8b600', endColorstr='#967d00',GradientType=0);
	box-shadow:inset 0px 1.5px 0px 0px #ffebb2;
	-moz-box-shadow:inset 0px 1.5px 0px 0px #ffebb2;
	-webkit-box-shadow:inset 0px 1.5px 0px 0px #ffebb2;
}
.goldball{
	background-color:#e1a03a;
	border:1px solid #b57500;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1a03a), color-stop(1, #916a28));
	background:-moz-linear-gradient(top, #e1a03a 5%, #916a28 100%);
	background:-webkit-linear-gradient(top, #e1a03a 5%, #916a28 100%);
	background:-o-linear-gradient(top, #e1a03a 5%, #916a28 100%);
	background:-ms-linear-gradient(top, #e1a03a 5%, #916a28 100%);
	background:linear-gradient(to bottom, #e1a03a 5%, #916a28 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a03a', endColorstr='#916a28',GradientType=0);
	box-shadow:inset 0px 1.5px 0px 0px #ffc67a;
	-moz-box-shadow:inset 0px 1.5px 0px 0px #ffc67a;
	-webkit-box-shadow:inset 0px 1.5px 0px 0px #ffc67a;
}

@media (max-width: 767px) {
	.headers img{margin:0 auto;}
	.search-form button{
		margin-top:10px;
		margin-bottom:10px;
	}
	.remove-xs-pull.pull-right {
		float: none !important;
	}
	.panred,.panblue,.pangreen{margin:3px 0px;}
	.alert h2{font-size:18px;}
	.countdown{font-size:18px;}
	.ball{
		width:25px;
		height:25px;
		line-height:25px;	
		font-size:17px;
		font-weight:600;		
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.headers img{margin:0 auto;}
	.search-form{
		text-align:right;
	}
	.alert h2{font-size:20px;}
	.countdown{font-size:20px;}
	.ball{
		width:22px;
		height:22px;
		line-height:22px;	
		font-size:15px;
		font-weight:600;		
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ball{
		width:25px;
		height:25px;
		line-height:25px;	
		font-size:18px;
		font-weight:800;		
	}
}
@media (min-width: 1200px) {}