@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800);
@import url(https://fonts.googleapis.com/css?family=Gochi+Hand);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
	width: 100%;
	background: url(../images/bg_01.jpg) no-repeat center top #f9ae08 fixed !important;
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}
:focus {
	outline: none;
}
img {
	border: none;
	max-width: 100%;
}
a {
	color: #000;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none;
}
a, a:link, a:visited, input {
	outline: none;
}
/*--HEADER START--*/

#wrapper {
	width: 1100px;
	margin: 0 auto;
}
.header {
	width: 100%;
	float: left;
}
.logo {
	width: 15%;
	float: left;
    padding: 5px 0;
    text-align: center;
}
.main {
    width: 100%;
    float: left;
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
}
.latest {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #fff;
    background: #000;
    margin-top: 15px;
}
.latest-title {
	width: 20%;
	float: left;
	background: #F9B20A;
	color: #061125;
	font-size: 16px;
	padding: 7px 15px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}
.news-matter {
	width: 100%;
	float: left;
	width: 80%;
	float: left;
	padding: 7px 3%;
}
.menu-wrap {
	width: 100%;
	float: left;
	padding:15px 10px ;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right; 
    font-family: 'Oswald', sans-serif;
}
.content-wrap {
	width: 100%;
	float: left;
    padding: 0 0px 5px;
}

.index-box-wrap {
	width: 25%;
	float: left;
	padding: 0 4px 8px;
}
.box-wrap {
    width: 100%;
    float: left;
    background: #c5211f;
    border-radius: 5px;
	color:#fff;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.67);
}
.game-title {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    margin-bottom: 1px;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.game-disc {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
.game_img {
	width: 100%;
	float: left;
    padding:6px ;
}
.game-play {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    background: #c5211f;
    border-radius: 0 0 5px 5px;
    padding:5px 0 10px;
    color: #ffe811;
    text-transform: uppercase;
    font-weight: 300; 
}
.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;

	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active{
	position:relative;
	top:1px;
}


.game-play a{
     /*color: #ffe811;   */
}
.footer {
	width: 100%;
	float: left;
	background: #111717;
	padding: 40px 25px 0;
	font-size: 12px;
	color: #737474;
	line-height: 22px;
	    border-radius: 0;
}
.footer a{
    color: #737474;
}
.footer a:hover{
    color: #ccc;
}
.footer-top {
	width: 100%;
	float: left;
	border-bottom: 1px solid #292e2e;
}
.ftr-menu {
	font-size: 14px;
	padding-bottom: 35px;
}
.footer-botton {
	width: 100%;
	float: left;
	padding: 15px 0;
}
/*.hedr-right {
	list-style: none;
	text-align: right;
    float: right;
    padding-left: 15px;
}*/
.hedr-right li {
	display: inline-block;
	margin: 0 5px;
}
.enqcvr_popup {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.enq_inner {
	position: relative;
}
.enqcvr_box {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	width: 320px;
	color: #333;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	font-size: 13px;
	background: #fff;
}
.enqcvr_popup .cls_enq {
	float: right;
	font-size: 16px;
	color: #C5211F;
	z-index: 160;
	padding: 0;
	position: absolute;
	left: 27px;
	top: 13px;
}
.enqcvr_popup .form-group {
	margin-bottom: 10px;
}
/*--------------------------*/


/* Form Module */
.form-module {
	position: relative;
	background: #ffffff;
	max-width: 320px;
	width: 100%;
	border-top: 5px solid #C5211F;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}
.form-module .toggle {
	cursor: pointer;
	position: absolute;
	top: -0;
	right: -0;
	background: #C5211F;
	width: 30px;
	height: 30px;
	margin: -5px 0 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.form-module .toggle .tooltip {
	position: absolute;
	top: 5px;
	right: -105px;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	width: auto;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	opacity: 1;
}
.form-module .toggle .tooltip:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -5px;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid rgba(0, 0, 0, 0.6);
	opacity: 1;
}
.form-module .form {
	display: none;
	padding: 40px;
}
.form-module .form:nth-child(2) {
	display: block;
}
.form-module h2 {
	margin: 0 0 20px;
	color: #C5211F;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.form-module input {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-wieght: 400;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.form-module input:focus {
	border: 1px solid #003782;
	color: #333333;
}
.form-module button, .login_now {
	cursor: pointer;
	background: #C5211F;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	color: #ffffff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.form-module button:hover {
	background: #178ab4;
}
.form-module .cta {
	background: #f2f2f2;
	width: 100%;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.form-module .cta a {
	color: #333333;
	text-decoration: none;
}
/*--------Side bar---------*/

.nav-side-menu {
	font-size: 14px;
	font-weight: 200;
	background-color:#A61E1C;
	top: 0px;
	width: 100%;
	color: #e1ffff;
    box-shadow: 0px 0px 9px rgba(102, 102, 102, 0.76);
    border-radius: 5px;
    overflow: hidden;
}
.nav-side-menu .brand {
	background-color: #C5211F;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul, .nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 50px;
	cursor: pointer;/*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
.nav-side-menu ul .active, .nav-side-menu li .active {
	border-left: 3px solid #d19b3d;
	background-color: #EA3836;
}
.nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
	background-color: #181c20;
	border: none;
	line-height: 28px;
	border-bottom: 1px solid #23282e;
	margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
	background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.nav-side-menu li {
	padding-left: 0px;
border-left: 3px solid #C5211F;
    border-bottom: 1px solid #C5211F;
}
.nav-side-menu li a {
	text-decoration: none;
	color: #FEF713;
}
.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}
.nav-side-menu li:hover {
    border-left: 3px solid #F9B20A;
    background-color: #CD4744;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
@media (max-width: 767px) {
.nav-side-menu {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.nav-side-menu .toggle-btn {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10 !important;
	padding: 3px;
	background-color: #ffffff;
	color: #000;
	width: 40px;
	text-align: center;
}
.brand {
	text-align: left !important;
	font-size: 22px;
	padding-left: 20px;
	line-height: 50px !important;
}
}
@media (min-width: 767px) {
.nav-side-menu .menu-list .menu-content {
	display: block;
}
}
.game-list-outer {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    padding: 15px;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 5px;
}
.game-list-outer h1 {
	font-size: 22px;
	color: #C5211F; 
	font-weight: bold;
	padding: 0 0 20px;
	text-transform: uppercase;
	margin: 0;
}
.game-list-box {
	width: 100%;
	float: left;
	position: relative;
	font-family: 'Gochi Hand', cursive;
	font-size: 13px;
	color: #77777a;
	line-height: 22px;
	margin-bottom: 15px;
	background: rgb(197, 33, 31);
	border: 1px solid rgb(197, 33, 31);
	text-align: center;
	box-shadow: 0px 0px 9px rgba(102, 102, 102, 0.76);
        border-radius: 5px;
}
.game-list-img {
	width: 100%;
	float: left;
	text-align: center;
	/*padding: 10px 0;*/
	border-bottom: 1px solid rgb(197, 33, 31);
	min-height: 150px;
}
.game-list-img img {
	max-height: 150px;
}
.game-list-box:hover {
	box-shadow: 0px 0px 9px rgba(102, 102, 102, 1);
}
.game-list-box h1 {
	width:100%;
	float:left;
	font-size: 17px;
	color: #fff;
    background: #C5211F;
	font-weight: normal;
	padding: 10px 0;
	text-transform: uppercase;
	font-family: 'Gochi Hand', cursive;
}
.game-list-box a {
	
	/*background: rgb(191,210,85); 
	background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	background: linear-gradient(to bottom, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); 
	padding: 6px 20px;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;*/
	margin: 5px 0;
	display: inline-block;
}

.game-list-box .roll_wait{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
background: rgb(254,204,177); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
border-color:rgba(234,85,7,1) ;
    
}

.game-list-box .roll_reload{
   background: rgb(206,219,233);
   background: -moz-linear-gradient(top, rgba(206,219,233,1) 0%, rgba(170,197,222,1) 17%, rgba(97,153,199,1) 50%, rgba(58,132,195,1) 51%, rgba(65,154,214,1) 59%, rgba(75,184,240,1) 71%, rgba(58,139,194,1) 84%, rgba(38,85,139,1) 100%);
   background: -webkit-linear-gradient(top,rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1)100%);
   background: linear-gradient(to bottom,rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1)100%);
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=0 );
   background-color: white;
   border-color: rgba(58,139,194,1);
}


.side-box {
	width: 100%;
	float: left;
	border-radius: 5px;
	border: 1px solid rgba(30, 87, 153, 0.72);
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(102, 102, 102, 0.76);
}
.side-box h1 {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	border: 1px solid rgb(117, 180, 229);
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px #333;
}
.side-box-content {
	width: 100%;
	float: left;
	padding: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+2,7db9e8+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 2%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 2%, rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 2%, rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	border: 1px solid rgb(117, 180, 229);
	border-radius: 0 0 5px 5px;
}
.user h2 {
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
}
.user img {
	border: 2px solid #fff;
}
/*------------------------*/


/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	padding: 0 !important;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
	background-color: #C72822;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
	color: #fff !important;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 15px 30px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #fff;
	padding-right: 10px;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a:hover, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #E2372C !important;
    color: #fff !important;
	background-image: none !important;
	font-size: 16px;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #E33D2F;
}
div.bhoechie-tab-content {
	background-color: #C5211F;
	padding: 20px;
    color: #fff;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 0;
	margin-bottom: -1px;
	background-color: transparent !important;
	border: 0 !important;
}
.user-details {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.user-details p {
	color: #ccc;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: left;
	font-size: 16px;
}
.bhoechie-tab-content ul {
	padding: 0;
	margin: 0;
	border: 1px solid #E44332;
}
.user-details li:nth-child(even) {
	background:#E33D2F;
}
.user-details label {
	color: #fff;
	margin: 0;
	float: left;
	width: 45%;
	text-align: left;
}
.user-details li {
	float: left;
	margin-top: 0;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #E33D2F;
	padding: 10px 3%;
}
.my-account-name {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.22);
	right: 0;
	bottom: 0;
	padding: 15px 0;
}
.my-account-name h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
img.pro-pic {
	position: absolute;
	top: -111px;
	left: 0;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 3px 5px 10px #000;
}
/*--*/
.play-outer {
	width: 100%;
}
.play-outer td {
	padding: 5px;
	position: relative;
}
.hide-game {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/game-box-bg_01.jpg) repeat #1B4084;
	border-top: 1px solid #C5211F;
	border-left: 1px solid #C5211F;
	z-index: 99;
}
.hide-game .checkAll {
	opacity: 0;
}
.play-box {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.play-box .actionbx {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.play-box li {
	width: 33%;
	position: relative;
	padding: 10px 0;
	float: left;
}
.cellGray {
	background: rgb(30,87,153);
    background: -moz-linear-gradient(to bottom, rgba(30, 87, 153, 0.75) 2%, rgba(125, 185, 232, 0.59) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(30, 87, 153, 0.75) 2%, rgba(125, 185, 232, 0.59) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0.75) 2%, rgba(125, 185, 232, 0.59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 );

}
.char_detail_outer {
    position: absolute;
    z-index: 999;
    background: #FDD80E;
    border-radius: 5px;
    color: #000;
    box-shadow: 0 0px 10px #000;
    padding: 25px 0 15px;
}
.game-wrap{
		/*background: #fdfaf1 url(../images/game-window.jpg) bottom;*/
}
.term_count {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 1px 4px 1px 8px;
    background: rgba(37, 117, 191, 0.50);
    border-radius: 0 0 0 17px;
}
a.show_detail, a.cls-game-info-1{
    margin: 0;
    float: right;
    padding: 4px;
    margin-top: -4px;
    margin-right: 5px;
    padding: 0;
    background-image: initial;
    background-color: transparent;
    border: 0;
    box-shadow: inherit; 
}
.win-point{
	width:125px;
	height:50px;
	background:url(../images/pricebg.jpg) no-repeat;	
}
.side-box h2 {
    padding: 10px 0 0;
    font-size: 16px;
    margin: 0;
    color: #fff;
	text-shadow: 2px 2px 3px #333;
}

.generate_cover {
    width: 96%;
    float: left;
    margin: 20px 2% 10px;
    position: relative;
    padding: 15px;
    border-radius: 5px;
    /*border: 1px solid rgb(215,222,227);*/
    background: rgba(255, 255, 255, 0.84);

}
.generate_cover ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.generate_cover ul li {
    display: inline-block;
    margin: 0 1%;
}
ul.lngn_list li {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
     text-shadow: 0px 1px 6px #666;
        box-shadow: 1px 2px 5px #999;
    display: inline-block;
    font-family: "Arial",sans-serif;
    font-size: 40px;
    font-weight: 700;
    height: 76px;
    line-height: 71px;
    margin: 0 3px 5px 3px;
    padding: 0;
    text-align: center;
    width: 76px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
background: rgb(248,80,50); /* Old browsers */
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%); /* FF3.6-15 */
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%); /* Chrome10-25,Safari5.1-6 */
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%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */


}

.game-list-box .generate_cover a{
        font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    width: 120px;
    margin-top: 20px;
    font-weight: bold;
        padding: 4px 0;
    text-align: center;
}

#ln-loader {
    position: absolute;
    bottom: -16px;
    left: 43.6%;
}


.lucky_list_wrap{
	width:237px;
	height:276px;
	float:left;
	background:url(../images/lucky-list_03.png) no-repeat;
	    margin: 0 12px 0;	
}
.lucky_list_wrap h3 {
    color: #fff;
    font-size: 11px;
    width: 113px;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 46px;
    margin-left: 55px;
    overflow: hidden;
white-space: nowrap;
}
.lucky_list_wrap p {
    width: 100%;
    float: left;
    margin-top: 121px;
    text-align: center;
}
.lucky_list_wrap .play {
    background: rgb(14,14,14);
    background: -moz-linear-gradient(top, rgba(14,14,14,1) 1%, rgba(125,126,125,1) 50%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(14,14,14,1) 1%,rgba(125,126,125,1) 50%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom, rgba(14,14,14,1) 1%,rgba(125,126,125,1) 50%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#0e0e0e',GradientType=0 );
    color: #fff;
    font-size: 11px;
    padding: 3px 14px;
    border-radius: 5px;
    border: 1px solid #474747;
}
p#generate_alert {
    width: 118px;
    height: 241px;
    background:url(../images/Generate_03.png) no-repeat;
    position: absolute;
    z-index: 99;
    top: -137px;
    right: 15px;
}

/*-----------------Bingo---------------------*/
@import url(https://fonts.googleapis.com/css?family=Caesar+Dressing);
.bingo-game{
	width:100%;
	margin:0 auto;
	background:url(../images/bingo-bg.png) no-repeat bottom #45b2ff;
	min-height:500px;	
	padding:25px;
}
.bingo-outer label{
padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: arial;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: radial-gradient(circle at 50% 120%, #81e8f6, #76deef 10%, #055194 80%, #062745 100%);
    display: inline-block;
}
.bingo-outer span{
    font-family: 'Caesar Dressing', cursive;
    color: #5C42FD;
    font-size: 22px;
}
.bingo-outer label:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
  filter: blur(5px);
  z-index: 2;
}
.bingo-outer{
	width:100%;
	float:left;
	padding:2%;
	border-radius:5px;
    background: rgba(255, 255, 255, 0.43);
	margin-bottom:25px;

}
.bingo-outer input[type="checkbox"]{
    opacity: 0;
    z-index: 999;
    position: absolute;
}
.bingo-table{
	width:100%;
	text-align:center;	
}
.bingo-table td{
	padding:5px;
	margin:0;	
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}
.bingo-table td:first-child{
	border-left:0;	
}
a.selectBingo {
    background-image: inherit;
    float: right;
    padding: 0;
}
.no_select{
	width:192px;
	height:40px;
	background:url(../images/select.png) no-repeat;
	border:0;	
    padding: 10px;
        margin-bottom: 15px;
}
.bingoselectitem{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc578+0,fb9d23+100;Orange+3D+%233 */
background: rgb(255,197,120); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%) !important;/* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ) !important; /* IE6-9 */

}
.bingowinitem{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc400+0,8fc400+100;Green+Flat+%236 */
background: rgb(143,196,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(143,196,0,1) 0%, rgba(143,196,0,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ) !important; /* IE6-9 */

}

/*------------*/
.header-top {
    width: 85%;
    float: left;
    background: #c5211f;
    padding: 15px 0 0;
}
.banner-outer {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    border-radius: 5px;
    overflow: hidden;
}
.game_img img {
	 width:100%;
    height: 225px;
}
.adbox img{
    width: 100%;
}
.ind-box{
	width:100%;
	float:left;
	font-size:12px;	
	margin-bottom:15px;
}
.ind-box .game-title, .ind-box .game-disc{
	text-align:left;	
}
.ind-box .game-disc{
	padding:15px;	
}
.adbox {
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.67);
}
.header-top select {
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    background: #CD4744;
    color: #fff;
    border: 1px solid #CD4744;
    margin-top: 5px;
}

/*--24-05-2016-*/
.btn-play {
    background: #FEF514;
    color: #393737;
    border-radius: 5px;
    box-shadow: 0 5px #C3AE32;
    padding: 6px 10px;
    margin: 0 5px;
}

.win_note {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
    width: 100%;
    padding: 10px;
}
.win_note:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.win_note:active, .loss_note:active {
	position:relative;
	top:1px;
}

.loss_note {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
    width: 100%;
      padding: 10px;
}
.loss_note:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}

.point-pop {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.55);
    border: 1px solid rgba(197, 33, 31, 0.58);
    font-family: 'Open Sans', sans-serif !important;
}
.hide_detail {
    position: absolute;
    right: 0;
    z-index: 999;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    color: #393737;
    border-radius: 5px;
    padding: 6px 10px;
    margin: 0 5px;
    top: -3px;
    cursor: pointer;
}
/*---------26-05-2016-----------------*/

.game-info, .my-draws-cvr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left;
}
.info-outer, #my_draw_data{
    width: 55%;
    border: 2px solid #FFF615;
    color: #fff;
    background: #C5211F;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px #000;
    overflow: auto;
    max-height: 550px;
}
#my_draw_data{
    width: 1100px;
    padding: 15px;
}
.info-left{
    width: 30%;
    display: none;
    float: left;
    padding: 15px;
    background: #252b37;
    position: absolute;
    height: 100%;

}
.info-right{
    width: 100%;
    float: left;
    padding: 15px;
    
}
.info-right h2 {
    font-size: 15px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    color:     color: #FEF514;;
}
.info-left h2 {
    text-transform: uppercase;
    color: #FEEA11;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 15px;
}
.info-left h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 65px;
    margin: 0;
    font-weight: 700;
}
.info-left h3 span{
    font-weight: normal;
}
.btn-play a{
    margin: 0;
}
.set_amt_cvr {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.offert-outer {
    font-family: 'Open Sans', sans-serif !important;
    width: 500px;
    background: #2c2f3e;
    padding: 15px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px #000;
    text-align: center;
}
.offert-outer p{
    color: #fef514;
    text-transform: uppercase;
    padding: 10px 0;
}
.offert-outer input[type="text"]{
        margin: 0;
    padding: 4px 10px;
    border-radius: 3px ;
    border: 1px solid #ccc;
}
.set_amnt_now{
    background: #fef514;
    padding: 5px 10px;
    border-radius: 3px ;
    margin: 0 2px;
    text-transform: uppercase;
    color: #333;
}
.offert-outer .form-group{
    position: relative;
}
#amtwarning {
    position: absolute;
    text-transform: none;
    z-index: 99;
    padding: 0px 5px;
    left: 135px;
    font-size: 11px;
    top: -35px;
    margin: 1em 0 3em;
    color: #fff;
    background: rgb(197, 33, 31);
    border: 1px solid rgb(197, 33, 31);
}
#amtwarning:after {
    content:"";
    display:block; /* reduce the damage in FF3.0 */
    position:absolute;
    bottom:-10px; /* value = - border-top-width - border-bottom-width */
    left:50px; /* controls horizontal position */
    width:0;
    height:0;
    border-width:10px 10px 0; /* vary these values to change the angle of the vertex */
    border-style:solid;
    border-color: rgb(197, 33, 31) transparent;
}
p#betsuccess {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2FCB4E;
    top: 0;
    left: 0;
    border-radius: 5px;
    vertical-align: middle;
    padding-top: 50px;
    color: #fff;
    font-size: 16px;
    z-index: 9999;
}
.footer-top .col-md-4 {
    max-height: 353px;
    overflow: hidden;
}

.score-board {
    background: url(../images/score_03.png) no-repeat;
    width: 100%;
    height: 170px;
    float: left;
    text-align: center;
    padding-top: 55px;
    color: #fff;
    font-family: 'Gochi Hand', cursive;
    font-size: 17px;
    text-shadow: 2px 0 3px #000;
}


/*---------------------*/
.num_check{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.43);
    border-radius: 5px;
    padding: 10px;

}
.num_check ul{
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}


.num_check ul li{
  color: #fff;
  display: block;
  position: relative;
  float: left;
  width: 50%;
	border-bottom:1px solid #E7C986;
    
}

.num_check ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.num_check ul li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    padding: 10px 0;
    color: #000;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.num_check ul li:hover label{
	color: #C5211F;
    font-weight: 700;
}

.num_check ul li .check{
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 10px;
  left: 30px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
        background: radial-gradient(circle at 50% 120%, #81e8f6, #76deef 10%, #055194 80%, #062745 100%);
}

.num_check ul li:hover .check {
  border:5px solid #C5211F;
}

.num_check ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0px;
	left: 0px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.num_check input[type=radio]:checked ~ .check {
  border: 5px solid #c5211f;
}

.num_check input[type=radio]:checked ~ .check::before{
  background: #FEF514;
}

.num_check input[type=radio]:checked ~ label{
  color: #000;
}

/*----------30-05-2016------*/
.ld-list-outer, .single-draw {
    font-size: 14px;
    font-weight: 200;
    background-color: #A61E1C;
    width: 100%;
    color: #e1ffff;
    box-shadow: 0px 0px 9px rgba(102, 102, 102, 0.76);
    border-radius: 5px;
    padding: 15px;
    float: left;
    margin-bottom: 15px;
}
.ld-list-outer{
    max-height: 500px;
    overflow: auto;
}
.ld-game-wrap table {
    width: 100%;
}
.ld-game-wrap {
    background: rgb(252,255,244);
    background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
    background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
    color: #000;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
        float: left;
    width: 100%;
}
a.my_draws {
    float: right;
    color: #A61E1C;
    text-align: right;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 12px;
    background: #FFE711;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.ld-game-wrap img, #my_draw_data table img {
    border-radius: 50%;
    border: 1px solid #ccc;
}

.draw-numbers table {
      background: #FFE911;
      border-collapse: collapse;
      color: #222;
      font-family: 'PT Sans', sans-serif;
      font-size: 13px;
      width: 100%;
    float: left;
    margin-bottom: 15px;
    }
    .draw-numbers table td {
      border: 1px solid #FAAF08;
      color: #444;
      line-height: 22px;
      text-align: center;
    }
.draw-numbers table td a{
    color: #444;
}
    .draw-numbers table tr:first-child td {
      color: #222;
      font-weight: 700;
    }
   .draw-numbers table .selected {
      background:#F9BA0A;
      border: 0;
    }
.draw-texts, .draw-numbers{
    text-align: center;
}
.draw-texts {
    padding-top: 42px;
}
.draw-texts input[type="text"] {
    padding: 5px;
    width: 50px;
    border: 0;
    color: #333;
    border-radius: 3px;
}
.draw-texts table {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
#my_draw_data table  {
    float: left;
    width: 100%;
}
#my_draw_data a{
    color: #fff;
}
.bet_num li {
    list-style: none;
    float: left;
    color: #333;
    padding: 5px;
    background: #fff;
    margin: 1px;
        border-radius: 5px;
}
a.cls-mydrws{
    margin: 0;
    float: right;
    margin-top: -10px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
}

/*-------------------------*/
/* HTML5 Boilerplate accessible hidden styles */
.ld-list-outer input[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

/* One radio button per line */
.ld-list-outer label {
  display: block;
  cursor: pointer;
  line-height: 2.5;
  font-size: 1.5em;
}

.ld-list-outer input[type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
.ld-list-outer input[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

/* the checked style using the :checked pseudo class */
.ld-list-outer input[type="radio"]:checked + span:before {
  background: #C5211F;
  box-shadow: 0 0 0 0.25em #000;
}

/* never forget focus styling 
.ld-list-outer input[type="radio"]:focus + span:after {
  content: '\0020\2190';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}*/
.wrap-select{ 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

}



/*POPUP START*/

#content {	float: left; width: 100%;}

.post { margin: 0 auto; padding-bottom: 50px; float: left; width: 960px; }

.btn-sign {
	width:460px;
	margin-bottom:20px;
	margin:0 auto;
	padding:20px;
	border-radius:5px;
	background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
	text-align:center;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
	display: none;
	background: #2d2d2d; 
	position: fixed; 
	left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.9;
	z-index: 999;
}
.logPadd input[type="text"],  .logPadd input[type="password"], .logPadd  input[type="number"], .logPadd input[type="email"], .logPadd select,.logPadd textarea{
	height:40px;
	border:1px solid #788286; 
	width:100%;
	color:#606060;
	background:#FFF;
	font-size:14px;
	margin-top:20px;
	float:left;
	padding-left:15px;
	font-weight:normal;
}
.rightLog p{ text-align:center; color:#bcc0c3; }

.rightLog .logPadd{ border-right:none !important; }

.textboxform button[type="button"]{
	color:#FFF;
	border:none;
	background:#3f4d52;
	padding:10px 14%;
	margin:20px 0 0;
	font-size:16px;
	border-radius:5px;
	text-transform:uppercase;
	
}

.logPadd .btn{padding:10px 14%; text-transform:uppercase;  background:#3f4d52;}
.logPadd .btn:hover{background:#64b6b1;}
.textboxform button[type="button"] a{ color:#FFF; background:#64b6b1;}

.textboxform_btn{
	color:#FFF;
	border:none;
	background:#3f4d52;
	padding:10px 14%;
	margin:20px 0 0;
	font-size:16px;
	border-radius:5px;
	text-transform:uppercase;
	
}
.textboxform{ background-color:#FFF; border-radius:10px; }

.textboxform_btn:hover{ color:#FFF; background:#64b6b1; }

.checkBtn{ text-align:center; float:left; width:100%; padding-bottom:15px; }

.checkSpace{ padding:10px 0; float:left; width:100%; font-style:italic;font-size:13px; color:#606060; }

.checkSpace input[type=checkbox] { margin: 2px 5px 0 0px; }

.checkSpace a{ margin-left:5%; color:#2cbdea; font-size:13px; text-decoration:none;  color:#64b6b1; }

.login-popup h4{
	font-size:23px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#64b6b1;
	padding:25px 0;
	margin:0;
	text-transform:uppercase;
	border-radius:9px 9px 0 0;
}
.login-popup h5{
	font-size:17px;
	color:#3f4d52;
	font-weight:bold;
	text-align:center;
	padding:0px 0 25px 0;
	margin:0;
	text-transform:uppercase;
}
.login-popup{
	display:none;
	/*background: #FFF;*/
	float: left;
	position: absolute;
	
	z-index: 99999;
	top: 12%;
	width:100%;
	left: 0%;
	margin-left:0 !important;
	margin-top:0 !important;
}

.logPadd h6{
	font-size:15px;
	color:#64b6b1;
	font-weight:bold;
	text-align:center;
	background:url(../images/line_bor.png) center repeat-x;
	padding:10px 0px ;
	margin:0;
	float:left;
	width:100%;
}
.logPadd h6 span{
	
	background:#FFF;
	padding:10px 15px;
	margin:0;
	display:inline-block;
	float: none;
    width: auto;
}
.logfb { background:none repeat scroll 0 0 #5385c5 !important;}
.logGog { background:none repeat scroll 0 0 #df492e !important;}
.logTwi { background:none repeat scroll 0 0 #62ccf3 !important;}
.log-social button[type="button"]{
	font-size:14px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	width:100%;
	padding:10px 25px ;
	margin:3PX 0;
	letter-spacing:0.5px;
}
.log-social button[type="button"]:hover { background:#1778f4; }

.logPadd{ padding:0% 15% 10%;  margin:7% 0 0; }

.log-bor{  border-right:1px solid #666666;  }

.regAcnt{ width:100%; text-align:center; padding:15px 0; }

img.btn_closeic {
	float: right; 
	margin:0;
	width:33px;
	opacity:1;
	
}
.example-pager{
	width:60px;
	margin:auto;
	padding:10px 0;
}
.example-pager span{ font-size:35px; color:#282828; }
.example-pager span.cycle-pager-active{color:#2cbdea; }

.btn_closeic{
	position:absolute;
	right:35px;
	top:20px;
	z-index:999;
	
}
#loginForm .container{ position:relative; }

.close{ opacity:1 !important; }
fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox div { 
	display:block;
}
.pop_slide{
	width:100%;
	float:left;
}


/*POPUP END*/

.my-acc label {
    font-weight: normal;
    text-align: left;
    color: #fff;
    float: left;
}
.my-acc input[type=text], .my-acc textarea, .my-acc input[type=tel], .my-acc input[type=email], .my-acc select, .my-acc input[type=file], .my-acc input[type=password] {
	border: 0;
	box-shadow: inherit;
	background: #FBFBFB;
	font-size: 13px;
	border-radius: 0;
	width: 100%;
	padding: 5px 10px;
}

.view_profile h2, .list-group h2 {
    float: left;
    padding: 0 ;
    margin: 0;
    color: #fff;
    font-size: 20px;
   text-transform: uppercase;
    width: 100%;
}
img.profile_photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.my-pro {
    display: inline-block !important;
    text-align: center !important;
    width: 100%;
}
a.ed_profile, a.vw_profile {
    float: right;
    padding: 5px;
    color: #333;
    background: #FFFA73;
    margin: 5px 5px 0 0;
    border-radius: 3px;
}
.ply_cover {
    width: 96%;
    float: left;
    margin: 20px 2% 0;
    position: relative;
}
.ply_cover .no_select {
    color: #714808;
    float: right;
    font-size: 17px;
    margin-bottom: 0;
}

.view-moreGame{ box-shadow:2px 1px 5px rgba(0, 0, 0, 0.6); margin:5px 0; }

.view-moreGame h3{
    font-weight: bold;
    font-size: 20px;
    margin: 15px 25px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.5);
}


.view-moreGame .ViewBtn{
	color: #fdea10;
    font-size: 14px;
    background: url(../images/mor_btn.png) no-repeat;
    width: 135px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
	margin:2px 4px 0 0;
}	

.gameBox-hide .index-box-wrap{ width:33.3%;}

.cellRed {
    background: rgb(248,80,50);
    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-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 );
}
.cellGreen{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6f0a3+0,d2e638+50,c3d825+51,dbf043+100;Green+Gloss+%232 */
background: rgb(230,240,163); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */

}
