@font-face {font-family:"Closeness Regular";src:url("../fonts/Closeness.eot") format("eot"),url("../fonts/Closeness.woff") format("woff"),url("../fonts/Closeness.ttf") format("truetype"),url("../fonts/Closeness.svg#Closeness-Regular") format("svg");font-weight:normal;font-style:normal;}
/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    src: local('Calibri Italic'), local('Calibri-Italic'), url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btP&skey=36a3d5758e0e2f58&v=v9) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 700;
    src: local('Calibri Bold Italic'), local('Calibri-BoldItalic'), url(https://fonts.gstatic.com/l/font?kit=J7aYnpV-BGlaFfdAhLQgUp5aHRge&skey=8b00183e5f6700b6&v=v9) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: local('Calibri'), url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY6w&skey=a1029226f80653a8&v=v9) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    src: local('Calibri Bold'), local('Calibri-Bold'), url(https://fonts.gstatic.com/l/font?kit=J7aanpV-BGlaFfdAjAo9_pxqHw&skey=cd2dd6afe6bf0eb2&v=v9) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
html {
    height: 100% !important;
  }
body {
    min-height: 100% !important;
    margin: 0;
}
body{
    background: #fff;
}
.container.body-bg{
    background-color: rgba(255, 255, 255, 0.3);
}
.container.bank-bg{
    background-color: #ffffff;
}
ul, ol{
    list-style-type: none;
}
.result_box{
    padding: 4px 10px;
}
.result_list{
    padding: 0;
    margin: 0 auto;
    display: table;
    position: relative;
    top: -10px;
}
.result_list > li{
    padding: 0 0;
    overflow: hidden;
    text-align: center;
    float: left;
    width: 147px;
    height: 146px;
    padding: 82px 0 0 0;
    margin-left: 29px;
}
.result_list > li:first-child{
    margin-left: 0;
}
#result-first{
    background: url('../images/bg-first.png') no-repeat left top;
}
#result-second{
    background: url('../images/bg-second.png') no-repeat left top;
}
#result-third{
    background: url('../images/bg-third.png') no-repeat left top;
}
#result-fourth{
    background: url('../images/bg-fourth.png') no-repeat left top;
}
#result-fifth{
    background: url('../images/bg-fifth.png') no-repeat left top;
}
.border-b{
    border-bottom: 2px solid #990000;
    padding: 0 0;
    font-weight: bold;
    font-size: 22px;
    display: block;
    width: 200px;
    float: left;
    text-align: center;
    line-height: 30px;
}
.decimal{
    font-size: 10px;   
    display: block;
    color: #ff0000;
    font-family: Calibri;
    font-weight: normal;
}
.result_circle{
    padding: 0;
    display: table;
    margin: 0 auto;
}
.result_circle > li{
    float: left;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-family: Closeness Regular;
}
#result_live h2{
    text-align: center;
    color: #fff;
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: bold;
}
#result_live{
    /* background: #fff; */
    /* border-radius: 100% 100% 20px 20px; */
    /* -webkit-border-radius: 40px; */
    /* -webkit-border-top-left-radius: 100%; */
    /* -webkit-border-top-right-radius: 100%; */
    -moz-border-radius: 40px;
    -moz-border-radius-topleft: 100%;
    -moz-border-radius-topright: 100%;
    /* border-radius: 40px; */
    /* border-top-left-radius: 100%; */
    /* border-top-right-radius: 100%; */
    /* box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.51); */
}
.winning-draw{
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.winning-draw-box{
    border: 8px solid #fff;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.5);
}
.winning-draw-wrap{
    padding: 0 15px;
    margin-top: 10px;
}
.result-date{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    float: left;
    margin: 9px 20px 0px 0;
}
.result-single{
    float: left;
    color: #000;
    width: 51px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-right: 2px;
     height: 51px;
    border-radius: 100%;
    padding: 0px 0;
}
/* .bg-ball-red{
    background: url("../images/bg_ball_red.png") no-repeat center top;
}
.bg-ball-yellow{
    background: url("../images/bg_ball_yellow.png") no-repeat center top;
}
.bg-ball-blue{
    background: url("../images/bg_ball_blue.png") no-repeat center top;
}
.bg-ball-green{
    background: url("../images/bg_ball_green.png") no-repeat center top;
}
.bg-ball-orange{
    background: url("../images/bg_ball_orange.png") no-repeat center top;
}
.bg-ball-purple{
    background: url("../images/bg_ball_purple.png") no-repeat center top;
} */
.past-result{
    margin-bottom: 10px;
}
/**
  CUSTOM NAVBAR
**/
/* .navbar{
    margin: 0;
    border: none;
}
.navbar .container{
    background-color: rgba(0,0,0, .7);
}
.navbar-nav>li>a{
    color: #fff;
    font-weight: bold;
}
.navbar-nav>li>a:hover{
    background: none;
}
.logo{
    float: left;
}
#logo-wrap{
    background-color: rgba(0, 0, 0, .7);
    padding-bottom: 10px;
}
.navbar-collapse{
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid #fff;
}
body>.container {
    padding: 10px 15px 0;
} */
#logo-wrap{
    padding: 0;
    position: relative;
    padding: 95px 0 0 0;
}
.navbar-default{
    background: #4389b0;
    border: none;
    border-radius: 0;    
    margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    font-weight: bold;
    background: none;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #fff;
    font-weight: bold;
    background: none;
}
.logo{
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 13px;
    max-width: 431px;
}
#header-wrap{
    background-color: #fff;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1224px;
    }
}

/* @media (max-width:767px) {
    .container {
        width: 970px
    }
}*/
.container.body-bg.home-bg{
    /* padding: 0; */
    background: none;
}
.center-box{
    /* display: block; */
    /* margin: 0 auto 0; */
    /* float: none; */
    /* position: relative; */
    /* top: -50px; */
}
/**
FOOTER
**/
.footer{
    background: none;
    position: relative;
}

.about {
    width: 100%;
    /* padding: 70px 20px; */
    margin-bottom: 15px;
    color: #333;
}

.contact {
    width: 100%;
    /* padding: 70px 20px; */
    margin-bottom: 15px;
    color: #333;
}

.winning-draw-box.banks {
    background: #ffffff;
}
#result-table-box.panel{
    /* background: url("../images/bg_result.png") no-repeat center top; */
    border-color: none;
}
#datatable-buttons th, #datatable-buttons td{
    border: none;
    color: #333;
}
#datatable-buttons td{
    text-align: center;
}
#datatable-buttons th{
    color: #fff;
    background-color: #f95462;
    text-align: center;
}
#datatable-buttons td:hover {
    background-color: #ffebed;
    color: #fa4251;
}
.about-box{
    font-family: Calibri;
}
.img-foot{
    margin-top: 20px;
}
.about-box{
    float: right;
}
#foor-f{
    float: none;
    margin: 0 auto;
    padding: 20px 0;
}
#foor-f h4, #foor-f p{
    font-size: 11px;
    font-weight: bold;
}

/******/
#splash-wrap{
    background: url("../images/img_banner.png") no-repeat center top;
    padding: 93px 0;
}
.result-today{    
    background-color: #003441;
    border: 18px solid #4389b0;
    color: #fff;
}
.result-today-title{
    font-size: 35px;
}
.release-date{
    font-size: 16px;
}
.relase-number{
    font-size: 80px;
    font-weight: bold;
}
.clock{
    font-size: 35px;
}
.countdown{

}
.countdown-title{
    font-size: 50px;
    text-align: center;
    color: #003441;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-weight: bold;
}

/* customized column */
.seven-cols .col-md-1 .past-result{
    background: rgba(68,190,226,1);
    background: -moz-linear-gradient(top, rgba(68,190,226,1) 0%, rgba(0,178,218,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,190,226,1)), color-stop(100%, rgba(0,178,218,1)));
    background: -webkit-linear-gradient(top, rgba(68,190,226,1) 0%, rgba(0,178,218,1) 100%);
    background: -o-linear-gradient(top, rgba(68,190,226,1) 0%, rgba(0,178,218,1) 100%);
    background: -ms-linear-gradient(top, rgba(68,190,226,1) 0%, rgba(0,178,218,1) 100%);
    background: linear-gradient(to bottom, rgba(68,190,226,1) 0%, rgba(0,178,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44bee2', endColorstr='#00b2da', GradientType=0 );
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.past-result-day{
    font-size: 16px;
    margin: 10px 0;
}
.past-result-date{
    color: #003441;
    font-size: 14px;
}
.past-result-number{
    font-size: 30px;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
    margin-bottom: 15px;
}

.img-still{
    padding: 10px 0 20px;
}
.navbar-brand>img{
    height: 100%;
}
.timer span.numberDisplay{
    background:url("../images/bg-timer.png") no-repeat center top;
    font-size: 40px;
    color: #fff;
    padding: 8px 35px;
    margin: 0 15px;
}
.timerDisplay {
    clear: both;
}
.timer span.displaySection{
    float: left;
    display: block;
    font-weight: bold;
}
.timer span.periodDisplay{
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    margin-bottom: 10px;
}
.timer span.periodDisplay, .timer span.displaySection{
    background: none;
    display: block;
    text-align: center;
}
.footer .text-muted{
    color: #fff;
}
#release-live{
    padding: 0;
    margin: 0;
    display: inline-block;
}
#release-live li{
    float: left;
}
#future_date{
    display: table;
    margin: 0 auto;
}
.result-resultdate{
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.span-result-md{
    background: -webkit-gradient(linear,left bottom,left top,from(#CEAF79),to(#EDCB90)); 
    background: -moz-linear-gradient(top, #CEAF79 5%, #EDCB90 100%);
    background: -webkit-linear-gradient(top, #CEAF79 5%, #EDCB90 100%);
    background: -o-linear-gradient(top, #CEAF79 5%, #EDCB90 100%);
    background: -ms-linear-gradient(top, #CEAF79 5%, #EDCB90 100%);
    background: linear-gradient(to bottom, #CEAF79 5%, #EDCB90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CEAF79', endColorstr='#EDCB90',GradientType=0);
    background-color: #CEAF79;
    color: #fff;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    display: inline-block;
    font-weight: 900;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}
.result-resultfirst{
    display: table;
    margin: 0 auto;
}
.consolation{
    font-weight: bold;
}
.consolation.con-red{
    color: #c73e3e;
}
.consolation.con-green{
    color: #43c542;
}
.consolation.con-blue{
    color: #3e71bf;
}
.consolation.con-yellow{
    color: #ccad38;
}

/*----------------------------------------------------------*/
.outerbox {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: #b4b4b4 1px solid;
    vertical-align: top;
    -moz-box-shadow: 0 0 2px 1px #ddd;
    -webkit-box-shadow: 0 0 2px 1px #ddd;
    box-shadow: 0 0 2px 1px #ddd;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 5px
}

.resultTable {
    width: 100%;
    margin: auto 0;
    padding: 0;
    cellspacing: 0
}

.resultTable2 {
    width: 100%;
    margin: auto 0;
    padding: 0;
    cellspacing: 0
}

.resultdrawdate {
    text-align: left;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    vertical-align: middle
}

.resultprizelable {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #48486f;
    color: #fff;
    min-height: 25px;
    vertical-align: middle;
    padding: 5px 0;
    border-color: #48486f;
    border-style: solid;
    border-width: 1px
}

.result5dprizelable {
    text-align: center;
    font-size: 16px;
    background-color: #ccc;
    color: #000;
    width: 12%;
    vertical-align: middle;
    padding: 5px 0
}

.resulttop {
    font-size: 26px;
    color: #303030;
    font-weight: 700;
    text-align: center;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 2px 0
}

.resultbottom {
    text-align: center;
    font-size: 22px;
    color: #000;
    width: 20%;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 3px 0;
}
.outerbox{
	width: 32%;
	margin: 0 auto;	
}
.data_res {
	display: inline-block;
	line-height: 26px;
	width: 25px;
	color: white;
	font-size: 18px;
	height: 25px;
	background-color: #990000;
	border-radius: 50%;
	margin: 2px 0;
}

.resultbottomwhite {
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: #000;
    width: 25%;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px
}

.resultbottomgrey {
    background-color: #48486f;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 25%;
    border-color: #48486f;
    border-style: solid;
    border-width: 1px
}

.resultbottomtoto {
    text-align: center;
    font-size: 18px;
    color: #000;
    width: 16.5%;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px
}

.resultbottomtoto2 {
    text-align: center;
    font-size: 18px;
    color: #000;
    width: 12.5%;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px
}

.resultbottomtotojpval {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #c00;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px
}

.resultbottomtotojp {
    text-align: center;
    font-size: 16px;
    background-color: #ccc;
    color: #000;
    vertical-align: middle;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px
}

.resultm4dlable {
    background-color: #ff0;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #444;
    height: 26px
}

.resultdamacailable {
    background-color: navy;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    height: 26px
}

.resultsabahlable {
    background-color: #33f;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    height: 26px
}

.resulttotolable {
    background-color: #ad0006;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    height: 26px
}

.resultstc4dlable {
    background-color: #f8c100;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #060;
    height: 26px
}

.resultsteclable {
    background-color: green;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    height: 26px
}

.resultsg4dlable {
    background-color: #0378bb;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    height: 26px
}

.resultbottomm4d {
    text-align: center;
    font-size: 18px;
    color: #000;
    width: 9%;
    border-color: #555;
    border-style: solid;
    border-width: 1px
}

.resultbottomm4doff {
    text-align: center;
    font-size: 18px;
    background-color: #aaa;
    width: 9%;
    border-color: #555;
    border-style: solid;
    border-width: 1px
}

.resultor {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

p.infocontent {
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    color: #888;
    line-height: 150%;
    padding: 0 15px
}

.pstable {
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    width: 100%;
    padding: 10px 35px
}

.pstdtitle {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    background-color: #333;
    color: #fff;
    vertical-align: middle;
    padding: 10px 6px
}

.pstddetails {
    font-size: 16px;
    color: #000;
    text-align: left;
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    padding: 5px
}

p.infocontenttitle {
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
    background-color: #48486f;
    color: #fff;
    line-height: 1.5;
    padding: 0 15px
}

.topmenu a {
    text-decoration: none;
    color: #fff;
    display: inline-block
}

.topmenu a:hover {
    text-decoration: none;
    color: #000;
    display: inline-block
}

.topmenu {
    display: in-line;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: top;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #36c;
    background-color: #3b5998;
    padding: 3px 2px
}

.topmenu:hover {
    color: #000;
    background-color: #9cf
}

.tableplus {
    padding-right: 5px;
    width: 100%;
    margin: 0
}

.loader {
    display: none;
    width: 150px;
    height: 100px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: fixed;
    top: 41%;
    left: 30%;
    opacity: .9
}

.resultsh3 {
    font-size: 1.3em;
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    background: #333;
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px
}

.categories h3 {
    font-size: 1.1em;
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    background: #333;
    position: relative;
    margin-bottom: 5px
}

.categories li {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    color: #555;
    background: url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #d6d6d6
}

.categories li:last-child a {
    border: none
}

.categories li a:hover {
    color: #e44f2b
}

.categories {
    margin-bottom: 2em
}

.footer {
    background-color: #000;
    padding-bottom: .4em;
    color: #fff
}

.categories ul {
    padding-left: 15px
}

.product-articles p {
    font-size: 1.2em;
    color: #333;
    line-height: 1.5em;
    padding: 5px 0
}

.product-articles p span {
    color: #23272a;
    font-size: 18px;
    font-weight: 700
}

.product-articles p a {
    color: #e44f2b;
    font-size: 14px
}

.product-articles p a:hover {
    text-decoration: underline;
    color: #23272a
}

.product-articles li {
    padding: 2% 0;
    border-top: 1px solid #dfdfdf
}

.product-articles li:first-child {
    border-top: none!important;
    padding-top: 0
}

.rpad {
    padding: 20px 10px 10px 0
}

.lpad {
    padding: 20px 0 10px 10px
}

.btn-refresh {
    display: none
}

@media(max-width:992px) {
    .rpad {
        padding: 10px 0
    }
    .lpad {
        padding: 10px 0
    }
    .btn-refresh {
        display: block;
        z-index: 9999988;
        opacity: 1
    }
}
/*----------------------------------------------------------*/
@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}