input, optgroup, select, textarea {
	color: #333;
}
input:-webkit-autofill {
 background-color: white;
}
.color {
	background-color: rgba(0,0,0,0.4);
}
.full-width {
	width: 100%;
}
label {
	font-weight: normal;
}
table {
	font-size: 12px;
}
b {
	font-weight: normal;
}
.owl-dots {
	display: block;
}
.btn:active {
	box-shadow: none;
}
.btn:focus {
	color: #fff;
}
.mainpadding {
	padding: 70px 0 50px;
	background-color: #191919;
}
.more-pad {
	padding: 100px 0 50px;
	background-color: #191919;
}
.back-color {
	background-color: #282828;
	padding: 15px;
}
.table > thead > tr > th {
	border: none;
	color: white;
	padding: 12px;
}
.table > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
	color: white;
	border: none;
}
.table > tfoot > tr > td {
	border: none;
}
.topup-content table {
	width: 100%;
}
.topup-content table tr td {
	padding: 5px;
	text-align: center;
}
.top-dropdown-menu .top-dropdown ul.dropdown-menu {
	left: 0;
	text-align: right;
	right: auto;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
.clearboth {
	clear: both;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-15 {
	margin-top: 15px;
}
.p5 {
	padding: 5px;
}
.pl-0 {
	padding-left: 0;
}
.p10 {
	padding: 10px;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
}
.table > thead:first-child > tr:first-child > th {
	text-align: center;
}
.transaction .table > thead:first-child > tr:first-child > th {
	background-color: #0490cd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.container > .navbar-collapse {
	margin: 0;
}
.wrapsignupinput input, .wrapsignupinput textarea {
	width: 100%
}
.panel-group .panel {
	/*    background-color: #093667;*/
	background-color: transparent;
	border-radius: 0px;
}
.All_sport_list .panel-group .panel-heading + .panel-collapse > .list-group {
	padding-right: 5px;
}
.All_sport_list .panel-group .panel .panel-title a.collapsed {
	background-color: #f0eeef;
}
.All_sport_list .panel-group .panel .panel-title a {
	background-color: #fece01;
}
.res-inplay .panel-group .panel-heading {
	background-color: #000;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 2px;
}
.sport-cat {
	background-color: #0490cd !important;
	padding: 8px !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #3E3E3E;
}
.navbar.navbar-default .navbar-nav li a.btn-red {
	border-color: #C2242A #621014 #621014;
	background-color: #99171f;
	background-image: linear-gradient(#a91a20, #8b161c);
}
.btn-green {
	width: 100%;
	background-color: #0490cd;
	border-color: #0490cd;
	color: #fff;
}
.btn-yellow {
	width: 100%;
	background-color: #0490cd;
	border: 2px solid #0490cd;
	color: white;
}
.btn-yellow:hover {
	background-color: transparent;
}
.box-pd .row p {
	padding: 20px 25px 0;
	text-align: justify;
	margin-bottom: 0;
	color: white;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: transparent !important;
}
.nav .dropdown {
	border-color: transparent;
}
.win_rtl .top-dropdown-menu .nav.navbar-nav li.top-dropdown:hover ul.dropdown-menu {
	display: block;
}
/*.inplaytable tbody > tr > td{
    padding: 12px 20px 0 !important;
}*/

a, input, textarea, div {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;/* Opera/IE 8+ */
}
 a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: 0;
 outline: 0;
}
.ltrinput {
	direction: ltr;
	text-align: right
}
#UserName {
	direction: ltr;
	text-align: right
}
/**************************favorite checkbox*****************/

.star-checkbox input[type=checkbox] {
	display: none;
} /* to hide the checkbox itself */
.star-checkbox input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}
.star-checkbox input[type=checkbox] + label:before {
	content: "\f006";
	font-size: 1.2em;
} /* unchecked icon */
.star-checkbox input[type=checkbox] + label:before {
	letter-spacing: 10px;
} /* space between checkbox and label */
.star-checkbox input[type=checkbox]:checked + label:before {
	content: "\f005";
	color: #FFD700;
	font-size: 1.2em;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
} /* checked icon */
.star-checkbox input[type=checkbox]:checked + label:before {
	letter-spacing: 10px;
}
.star-checkbox input[type=checkbox] + label {
	cursor: pointer;
	color: #FFD700;
	width: 38px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.inplay .star-checkbox input[type=checkbox] + label {
	float: right;/*    margin-left: 15px;*/
}
/**************************favorite checkbox end*****************/

a {
	text-decoration: none;
	outline: 0;
}
h3 {
	line-height: 2em
}
ul, ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.bold {
	font-weight: bold
}
/*ol{
    list-style:disc
}
ol li{
    margin-right:20px;
}*/
.center {
	text-align: center !important;
}
/*.right{
    text-align:right !important;
}
.left{
    text-align:left !important;
}*/
/*.floatleft{
    float:right
}
.floatright{
    float:left
}*/
ul.top_bar_list {
	height: 40px;
}
ul.top_bar_list li {
	float: right;
	font-size: 1.05em;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-weight: bold
}
ul.top_bar_list li.logout {
	display: inline-block;
	padding-left: 0;
}
ul.top_bar_list li.balance.last {
}
ul.top_bar_list li.last {
	color: #faff16;
	padding-left: 20px;
}
ul.top_bar_list li.header {
	background: url("../images/top_bar_list_divider.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	margin-left: 10px;
}
ul.top_bar_list li a {
	color: #fffffe;
	display: inline-block;
	text-transform: uppercase;
}
ul.top_bar_list li a:hover, ul.top_bar_list li a.active {
	color: #c5e931;
}
ul.top_bar_list li a.active {
	font-weight: bold;
}
.main_header {
	background: #273772;
	position: relative;
	z-index: 10;
	height: 110px;
	border-bottom: 1px solid #202946
}
.main_header .container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	z-index: 10;
}
.main_header h1 a {
	background: url("../images/landa.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 80px;
	margin: 0;
	text-indent: -9999px;
	width: 300px;
	background-position: 1px -11px;
}
.main_header .top_bar {
	color: #FFFFFF;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 940px;
}
.main_header .top_bar .right {
	left: 0;
	position: absolute;
	top: 0;
}
.main_header .top_bar .center {
	text-align: center;
}
.main_header .top_bar .left {
	position: absolute;
	left: 0;
	top: 0;
}
.mainnav ul {
	float: right;
	margin: 23px 0 0 0;
	text-align: right;
}
.mainnav ul li {
	display: inline;
}
.mainnav ul li a {
	border-radius: 6px;
	color: #fffffe;
	display: inline-block;
	font-size: 12px;
	height: 40px;
	line-height: 35px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold
}
.mainnav ul li a:hover, .mainnav ul li a.hover {
	color: #faff16;
}
.mainnav ul li a.active, .mainnav ul li a.active:hover {
	background: #202946;
	border-radius: 3px;
	color: white;
	padding: 1px 12px;
}
.mainnav ul.responsive_show {
	border-top: 1px dashed #CCCCCC;
	padding-top: 20px;
}
.tabheader {
	font-size: 16px;
	font-weight: bold;
	width: auto;
	color: white;
	display: block;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
header h1 {
	font-size: 16px;
	font-weight: bold;
	width: auto;
	color: white;
	display: block;
	line-height: 40px;
	background: #191919;
	margin-top: 0px;
}
header.main_header h1 {
	margin-top: -20px;
}
.tabheader {
	font-size: 14px;
}
.menuheader {
	font-weight: normal;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 10px;
}
.content header h1 {
	padding: 0 20px;
}
table.match-header {
	width: 100%;
	border-spacing: 0;
}
table.match-header a {
	color: #fffffe
}
table.match-header th {
	font-size: 1.5em;
}
table.match-header th:first-child, table.match-header th:last-child {
	font-size: 1.3em;
	width: 40%
}
table.match-header th, table.match-header td {
	padding: 8px;
}
table.match-header th:last-child, table.match-header td:last-child {
	text-align: right
}
.match-header span {
	padding: 0 3px;
	display: inline-block;
}
.index_steps {
	position: relative;
}
.index_steps .container {
	margin: 10px auto;
	position: relative;
	text-align: center;
	width: auto !important;
}
.index_steps section {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.index_steps section .icon {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	width: 80px;
	background: #6F6F6F;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	font-size: 3.5em;
	color: #FFFFFF;
	font-weight: bold;
}
.index_steps section h1 {
	color: #333333;
	margin-bottom: 20px;
	margin-top: 15px;
	font-weight: normal;
	font-size: 1.6em;
	font-weight: bold;
}
.index_steps section p {
	color: #666666;
	line-height: 2em;
	margin-right: 3%;
	margin-left: 3%;
	width: 90%;
	font-size: 1em;
}
.index_stats {
	position: relative;
	background: none repeat scroll 0 0 #6F6F6F;
}
.index_stats .container {
	margin: 10px auto;
	position: relative;
	text-align: center;
	width: 960px;
	color: white;
	padding-top: 10px;
}
.register .container .signupbox {
	-moz-box-sizing: border-box;
	text-align: center;
	margin-top: 50px;
	border-radius: 5px;
}
.signupbox-header {
	color: white;
	padding: 10px 0;
	background: #144d84;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.signupbox-header h1 {
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: normal;
}
.input {
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D4D4D4;
	color: #6F6F6F;
	display: inline-block;
	margin: 5px 0;
	padding: 8px 10px;
	text-align: right;
	transition: all 0.2s linear 0s;
	border-radius: 3px;
}
.inputsmall {
	width: 50px;
}
.topup-form .label {
	font-weight: normal;
	padding: 20px 0;
	font-size: .9em;
	margin-left: 0;
}
.label {
	font-weight: normal;
	padding: 5px 0;
	font-size: 1em;
	margin-left: 2%;
}
.error_message {
	clear: both;
	color: #FC2426;
	display: block;
	font-size: 0.9em;
	margin-right: 11px;
	margin-bottom: 5px;
	text-align: right;
}
.inplay .green {
	color: #079700;
}
.inplay .red {
	color: orangered;
}
div.extra p {
	padding-bottom: 10px;
}
.signupform {
	padding: 10px 20px 20px 20px;
	background: #282828;
	color: #333333;
	border-radius: 3px;
}
.signupform .extra {
	padding-top: 10px;
}
.signupform .extra a {
	color: #ccc;
}
.signupform .extra a:hover {
	color: #fff;
}
.signupform .remeberme {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	color: #ccc;
}
.signupform div {
	overflow: hidden;
	margin-bottom: 20px;
}
#logoutForm {
	float: left;
}
.cell .container {
	-moz-box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding: 0;/*    width: 960px;*/
}
.maincontent .content {
	padding-bottom: 20px;
}
ul.default_menu {
	margin-right: 0;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 3px;
}
ul.default_menu li {
	position: relative;
	padding: 15px 20px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}
.dark_theme ul.default_menu li {
	background-color: #282828;
}
.dark_theme ul.default_menu li:hover {
	background-color: #303030;
}
ul.default_menu li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
ul.default_menu li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
ul.default_menu li a {
	font-size: 1.1em;
	color: white;
}
ul.default_menu li a:before, .content header h1.mark-side:before {
	position: absolute;
	top: 25px;
	right: 3px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 3px;
	content: "";
	border-radius: 2px;
	background-color: #0490cd;
}
.mark-header:before {
	position: absolute;
	top: 18px;
	right: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 3px;
	content: "";
	border-radius: 2px;
	background-color: #0490cd;
}
.league-title {
	position: relative;
}
.league-title h2 {
	font-size: 1.5em;
	color: #282828;
}
.league-title h2:before {
	position: absolute;
	top: 43px;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 3px;
	content: "";
	border-radius: 2px;
	background-color: #0490cd;
}
ul.default_menu li.active a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2)
}
ul.default_menu li a:hover span {
	background-position: center bottom;
}
ul.default_menu li.active a {
	color: #FEB60C;
}
.maincontent header {
	position: relative;
	text-align: right;
}
/*.row li {
    padding-top: 13px;
}*/
.row li span {
	font-size: 1.1em;
}
.row li span:first-child {
	display: inline-block;
	text-align: right;
	padding-left: 10px;
}
.msgerror {
	text-align: center;
	color: white;
	padding: 20px 0 0;
}
.row li span:last-child {
	color: #0490cd;
}
.row .address {
	font-size: 1.5em;
	padding: 5px 10px;
	display: block;
	color: green;
	border: 1px dashed gray;
	width: auto;
	margin-top: 100px;
	float: right;
}
.row .desc {
	margin-top: 10px;
}
/*
.table {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    width: 100%;
}
.table:not(.nohover):not(.nopointer) tr:hover td {
    cursor: pointer;
}
.table, .table td, .table th {
    border-collapse: collapse;
    padding: 7px 12px 6px 12px;
    transition: all 0.1s linear 0s;
    text-align: center;
}

.table th {
    background: #6F6F6F;
    font-size:1.1em;
    font-weight:bold;
    color:white;
    height:23px;
    background: #202946

}

.table:not(.nohover) tbody tr:hover td{
    background:#fff2e1
}

.table tfoot td{
    border-top:1px dotted #a6a5a5
}

.table tr:nth-child(odd)    { background-color:#f3f3f3; }
.table tr:nth-child(even)   { background-color:#fff; }
.table tbody tr:last-child td{
    border-bottom:1px dotted #d6d6d4;
}
table.table td{
    border-left:1px dotted #d6d6d4;
}
table.table td:first-child {
    border-right:1px dotted #d6d6d4;
}
table.table td:last-child {

}
table.table tr:last-child td {
}

table.table.comingup td{
    border-right:none;
    border-left:none;
}
table.lastmatchresults{
    margin-top:5px;
}
table.lastmatchresults th{
    text-align:right;
}
table.lastmatchresults td {
    padding:5px 5px;
    font-size:1em;
    font-weight:bold
}
table.lastmatchresults td:first-child{
    text-align:left;
    padding-right:5px
}
table.lastmatchresults td:last-child{
    text-align:right;
    padding-left:5px
}*/
.content .message {
	color: #fffffe;
	font-size: 1.25em;
	border: 2px dashed green;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
input[type="submit"]:disabled {
	background: #eeeeee;
	color: #cccccc;
	cursor: default;
	border: 1px solid lightgray;
}
.win {
	color: green;
	font-weight: bold;
}
.loss {
	color: red;
	font-weight: bold;
}
.hidden {
	display: none;
}
.bettable th, .bettable td {
	padding: 10px 15px;
}
.bettable th {
	border-bottom: 1px solid #6F6F6F;
}
.bettable td {
	border-bottom: 1px solid #fffffe;
}
.bettable tr:last-child td {
	border-bottom: none;
}
.bettable tr:hover td {
	border-bottom: 1px solid orange;
	cursor: pointer;
}
.bettable {
	border-spacing: 0;
	border: 1px solid #F7F6F2;
	background: #F7F6F2;
	color: #6F6F6F;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
.seeds {
	display: none;
	border: 1px solid #6F6F6F;
	padding: 10px 0;
	width: 80%;
}
.seeds li:first-child {
	width: 25%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 3px;
}
.seeds input {
	width: 300px;
}
/*.main_body .betcontainer {
    padding-top: 0;
    padding-bottom: 5px;
}*/
.betcontainer li {
	display: inline-block;
}
.betcontainer table.row100 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.betcontainer td.row33 {
	padding: 10px 1%;
	width: 33%;
}
.betcontainer td.row33:last-child {
	width: 26%;
}
.betcontainer td.row33 table {
	margin-right: auto;
	margin-left: auto;
}
.betcontainer td.row33:nth-child(2) table {
}
.betcontainer td.row33 table td {
	padding: 0 5px;
	text-align: left;
}
.betcontainer td.row33 table td span {
	display: inline-block;
	background: #fffffe;
	color: #6F6F6F;
	height: 43px;
	line-height: 43px;
	text-align: center;
	width: 20px;
	margin-top: 5px;
	border: 1px solid #D4D4D4;
	border-right: none;
}
.betcontainer td.row33:nth-child(2) table td span {
	width: 30px;
}
.betcontainer .input {
	text-align: center;
	font-size: 1.2em;
	width: 100px;
	padding: 10px;
}
.betcontainer td.row33:nth-child(2) .input {
	width: 120px;
}
.rollButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -webkit-gradient( linear, right top, right bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #f24537;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: 0;
	border: 1px solid #d02718;
	display: inline-block;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	height: 150px;
	line-height: 150px;
	width: 150px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #810e05;
}
.rollButton:hover {
	background: -webkit-gradient( linear, right top, right bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color: #c62d1f;
}
.rollButton:active {
	position: relative;
	top: 1px;
}
.rollButton.save {
	width: 38px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
.rollButton.randomize {
	width: 100px;
	height: 35px;
	line-height: 30px;
	margin-right: 43%;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
}
.loader {
	display: none;
	background: url('/images/loader.gif');
	height: 150px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.error {
	display: none;
	width: 90%;
	color: red;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: -20px;
}
.error_field {
	border-color: red;
}
.index_stats .container ul li {
	display: inline-block;
	padding: 10px 3px;
	font-size: 1.2em;
}
.index_stats .container ul li:nth-child(3), .index_stats .container ul:last-child li.win {
	color: #68ed52;
}
.index_stats .container ul li:nth-child(5), .index_stats .container ul:last-child li.loss {
	color: #f4767f;
}
.index_stats .container table.stat {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	margin-bottom: 5px;
}
.index_stats .container table.stat td {
	width: 33%;
}
.dent {
	padding-top: 10px;
	padding-right: 30px;
	color: #333333;
	line-height: 1.8em;
	font-size: 1.2em;
}
.maincontent .row h4 {
	color: #333333;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	width: 100%;
}
.fair {
	padding-right: 20px;
	text-align: right;
}
.rollButton {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content ul.tab {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 85%
}
/*******************************************tab style start****************************************/
.tab-div {
	background-color: #303030;
}
.tabSwitch {
	width: auto;
	display: table;
	position: relative;
	border-collapse: separate;
	table-layout: fixed;
	padding: 0;
	will-change: contents;
	background: #fff;
}
.tabSwitch li {
	vertical-align: middle;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: normal;
	color: #fff;
	font-weight: normal;
	text-shadow: 0;
	background-color: #303030;
}
.tabSwitch li a {
	color: #999;
}
.tabSwitch > li.active {
	border-bottom: 2px solid #0490cd;
}
.tabSwitch > li.active a {
	color: white;
}
.tabSwitch > li:hover a {
	color: #fff !important;
}
.tabSwitch > li {
	display: table-cell;
	position: relative;
}
/*******************************************tab style end****************************************/

/*.content ul.tab li {
    float: right;
    text-align: center;
    border-left: none;
    cursor: pointer;
    padding: 0 10px;
    color: #fffffe;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 0;
}*/

/*.content ul.tab li:hover {
    color: white
}*/

/*.content ul.tab li.active {

    background: #FFBF0A;
    border-radius: 3px;
    color: #FFFFFF;
}*/
/*.content ul.tab li a {
    color: #fffffe
}*/
.content ul.tab li.active a {
	color: #FFFFFF;
}
.content ul.tab li:last-child {
}
.content ul.tab li:first-child {
}
.content ul.tabbutton {
	display: table;
	width: auto;
	padding: 5px 0;
}
.content ul.tabbutton li {
	border-color: #FEB60C;
	color: #16283A;
	padding: 0 20px;
	float: none;
	display: table-cell;
	background: white;
}
.content ul.tabbutton li:hover {
	background: #FBFBFB;
	color: #16283A;
}
.content ul.tabbutton li.disabled {
	opacity: 0.5
}
.content ul.tabbutton li.disabled:hover {
	background: white;
	color: #16283A;
	cursor: default
}
.betdetail {
	width: 800px;
	position: fixed;
	z-index: 100;
	top: 50px;
	right: 50%;
	margin-right: -400px;
	background: #FEB60C;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
	display: none
}
.index_stats .container .betdetail ul li {
	width: 100%;
	display: block;
	padding: 3px 5px;
}
.betdetail ul li span {
	display: inline-block;
	color: #16283A
}
.betdetail ul li span:first-child {
	width: 25%;
	text-align: left;
	font-weight: bold
}
.betdetail ul li span:last-child {
	width: 73%;
	text-align: right;
	padding-right: 5px;
}
.small {
	font-size: 0.9em
}
.background {
	background: gray;
	opacity: 0.6;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	display: none
}
.betdetail ul li span.win {
	color: green;
}
.betdetail ul li span.loss {
	color: red;
}
.close {
	background: url('/images/close.png');
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer
}
.maxbet {
	padding-right: 185px;
	font-size: 1.2em
}
.topup {
	font-weight: bold;
	border: 1px solid #FEB60C;
	padding: 0 5px;
	margin: 0 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.change-pass .btn-lg {
	font-size: 12px;
}

@media only screen and (min-width:992px) {
.halfwidth {
	padding-right: 25%;
	padding-left: 25%
}
.change-pass {
	width: 70%;
}
.KDroulette {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpokerhome {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDcrash {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDbaccarat {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDblackjack {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpasoor {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDhokm {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDBackgam {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDslot {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDrps {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
}

@media only screen and (max-width:991px) {
.halfwidth {
	padding-right: 2%;
	padding-left: 2%;
}
.change-pass {
	width: 90%;
}
}
.topup-content .topupbtn {
	border: 1px solid #d3d3d3;
	display: inline-block;
	margin: 10px 15px;
	padding: 0;
	width: 300px;
	height: 80px;
	background: url(/images/payments2.png) no-repeat;
}
.topup-content .okpay {
	background-position: 0 -520px;
}
.topup-content .webmoney {
	background-position: 0 -390px;
}
.topup-content .perfectmoney {
	background-position: 0 -260px;
}
.topup-content .bitcoin {
	background-position: 0 0;
}
.topup-content .perfectvoucher {
	background-position: 0 -130px;
}
.topup-content .rial {
	background: url(/images/rial.png) no-repeat;
}
.topup-content .rialgw {
	background: url(/images/rialgw.png) no-repeat;
}
.topup-content .xxchanger {
	background: url(/images/xxchanger.png) no-repeat;
}
.topup-content .pm4ir {
	background: url(/images/pm4ir.png) no-repeat;
}
.topup-content .direct {
	background: url(/images/direct.png) no-repeat;
}
.topup-content .fade {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.topup-options {
	margin-right: auto;
	margin-left: auto
}
.topup-form {
	border: 1px solid #282828;
	background: #282828;
	padding: 20px 0;
	border-radius: 3px;
}
.topup-content {
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}
.topup-form .sitebox {
	margin: 10px auto 20px auto;
	overflow: hidden
}
.centre {
	text-align: center
}
.sitebox .input {
	background: #F7F6F2
}
/*.sitebox .btn{
    border:none;
    width:100%;
    margin:0 auto;
    float:none
}*/
.BtcAddress {
	border: 1px dotted gray;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.QrCode {
	width: 200px;
	margin: 0 auto;
}
.bitcoin-content .sitebox .btn {
	width: 300px;
}
.bitcoin-content .sitebox {
	width: 70%
}
.bitcoin-content .topup-form {
	width: 99%;
	margin-top: 10px;
}
.bitcoin-content p {
	padding: 10px 0;
}
table.livescore, table.leaguetable {
	width: 90%;
	border-spacing: 0;
	background: #F3F3F3;
}
.support_messages table.leaguetable tr td a {
	color: #fff;
}
.support_messages table.leaguetable tr td a:hover {
	color: #ccc;
}
table.livescore {
	border-radius: 10px;
}
table.livescore th, .block-header, table.leaguetable th {
	text-align: right;
	font-size: 1.1em;
	font-weight: normal;
	padding: 8px 10px;
	color: white;/*    border-top-left-radius:3px;
        border-top-right-radius:3px;*/
}
.blue_theme table.livescore th {
	background: #000f32;
}
table.leaguetable th {
	text-align: center;
}
table.livescore th:last-child {
	text-align: center
}
table.livescore td, table.leaguetable td {
	padding: 10px;
	text-align: center;
}
table.livescore td:nth-child(4) {
	font-weight: bold
}
table.livescore td:nth-child(3) {
	text-align: left
}
table.livescore td:nth-child(5) {
	text-align: right
}
table.leaguetable th:nth-child(2), table.leaguetable td:nth-child(2) {
	text-align: right
}
table.leaguetable td:last-child {
	font-weight: bold
}
table.leaguetable tr:hover {
	background: #f6dae0;
}
table.support th, table.support td {
	text-align: center !important;
	width: auto
}
table.support th {
	background-color: #0490cd;
}
table.support th:nth-child(3), table.support td:nth-child(3) {
	text-align: right !important
}
.livescore {
	background-color: #282828;
	padding: 15px;
}
.livescore .del {
	text-align: center;
	padding: 10px 0 0;
}
.livescore .del a {
	color: #999;
}
.livescore .del a:hover {
	color: #fff;
}
table.livescore tr:nth-child(odd), table.leaguetable tr:nth-child(odd) {
	background-color: #282828;
}
table.livescore tr:nth-child(even), table.leaguetable tr:nth-child(even) {
	background-color: #282828;
}
table.leaguetable tbody tr:hover {
	background-color: #303030;
}
table.odds td {
	width: auto;
	text-align: center !important;
	font-weight: bold;
}
table.odds tr:nth-child(even) td {
	color: #CE9200;
}
table.odds th, .bgspecial {
	width: 165px;
	background: #545454;
	/* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #545454 0%, #424242 35%, #3a3a3a 65%, #393939 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(35%, #424242), color-stop(65%, #3a3a3a), color-stop(100%, #393939));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #545454 0%, #424242 35%, #3a3a3a 65%, #393939 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #545454 0%, #424242 35%, #3a3a3a 65%, #393939 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #545454 0%, #424242 35%, #3a3a3a 65%, #393939 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #545454 0%, #424242 35%, #3a3a3a 65%, #393939 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#393939', GradientType=0);
/* IE6-8 */
}
table.odds td:last-child {
	border-left: none
}
table.odds td:first-child {
	border-right: none
}
.inplay .eventodd.selected {
	background-color: #0490cd;
}
.inplay table .selected span, .inplay table .selected i {
	color: #FFF !important;
}
table.odds tr:hover td {
	background-color: transparent
}
table.odds tr:nth-child(even) td:hover {
	background: #CCCBCB;
	color: white;
	cursor: pointer
}
table.odds tr:last-child td, table.odds th:last-child {
	border-bottom: none
}
/*ul.odds {
    display: table;
    width: 100%;

}*/
/*ul.odds li {
    display: table-cell;

}*/
ul.inplay li:last-child {
	vertical-align: top;
}
ul.bet, ul.bettotal {
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
	padding-left: 3px;
	margin-bottom: 5px;
}
div.bettotal {
	/*    margin-right:5px;*/
	width: 100%;
	border-bottom: 1px solid #444;
}
ul.bettotal, ul.multiple {
	margin-bottom: 0;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.1em
}
.blue_theme ul.bettotal, .blue_theme ul.multiple {
	background: #000f32;
}
.green_theme ul.bettotal, .green_theme ul.multiple {
	background-color: #0d3001;
}
.dark_theme ul.bettotal, .dark_theme ul.multiple {
	background-color: #000;
}
.light_theme ul.bettotal, .light_theme ul.multiple {
	background-color: #4d0000;
}
.livescore tr {
	border-radius: 10px;
}
.livescore tr th {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
ul.odds .bet li, ul.odds .bettotal li {
	display: block;
	width: 100%;
	padding: 1px 0;
	line-height: 20px;
}
ul.odds .bet li:first-child {
	font-weight: bold
}
ul.odds .bet li:nth-child(2) {
	color: gray
}
ul.odds .bet li:nth-child(3) {
	font-weight: bold
}
ul.bet .input, table.multiple .input {
	padding: 2px 10px;
	width: 30%;
	margin: 0;
	border-color: #CE9200
}
ul.bet span {
	float: left;
	line-height: 22px;
	color: white;
}
ul.bet span.delete {
	cursor: pointer;
	color: #999;
	font-size: 18px;
}
ul.bet span.delete:hover {
	color: white;
}
ul.bet span .ToWin {
	color: #0490cd;
}
ul.bet b {
	float: right;
}
ul.bet b.vs {
	padding: 0 5px;
}
table.multiple .input {
	width: 100%
}
table.multiple, table.multiple td {
	border: none
}
table.multiple td:first-child {
	text-align: right
}
table.multiple td:nth-child(2) {
	text-align: left;
	width: 20%;
	padding-left: 0
}
table.multiple td:last-child {
	width: 35%
}
table.livescore.betslip th, table.betslip td {
	text-align: right !important;
}
table.betslip td:last-child {
	padding-bottom: 0
}
.nobet {
	padding-bottom: 8px;
	text-align: justify;
	color: #fff;
}
table.betslip tr:hover td {
	background: none
}
.flash {
	padding: 0 12px;
	background: url(/images/flash.gif) no-repeat right center;
}
.flashtoto {
	margin-right: 8px;
	padding: 0 4px;
}
.newgoal {
	color: green
}
span.icon {
	background: url(/images/icons.png) no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	width: 13px;
	height: 13px;
	display: inline-block;
	padding: 0;
}
.soccer-ball {
	background-position: -59px 50% !important;
}
.soccer-ball-own {
	background-position: -801px 50% !important;
}
.r-card {
	background-position: -30px 50% !important;
}
.y-card {
	background-position: -2px 50% !important;
}
.y2r-card {
	background-position: -240px 50% !important;
}
.substitution {
	background-position: -151px 50% !important;
}
.substitution-in {
	background-position: -1424px 50% !important;
	width: 13px !important;
}
.substitution-out {
	background-position: -1398px 50% !important;
	width: 13px !important;
}
.paging {
	width: 100%;
	text-align: center;
	color: #717171
}
.paging a {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #F9F9F9, #EAEAEA);
	border-top: 1px solid #FFFFFF;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	color: #717171;
	display: inline-block;
	margin: 1px 2px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
	font-size: 0.9em
}
.paging a:first-child, .paging a.first {
	margin-right: 0;
}
.paging a:last-child, .paging a.last {
	margin-left: 0;
}
.paging a:hover, .paging a:focus {
	background-color: #FDFDFD;
	background-image: -moz-linear-gradient(center top, #FEFEFE, #FAFAFA);
	border-color: #FFFFFF;
}
.paging a.active {
	background-color: #676767;
	background-image: -moz-linear-gradient(center top, #5F5F5F, #5C5C5C);
	border-color: #505050;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75) inset;
	color: #F2F2F2;
	text-shadow: 0 1px 0 #000000;
}
ul.blocks {
	margin: 0 auto;
	width: 90%;
}
ul.blocks li {
	padding: 0;
	width: 110px;
	display: inline-block;
	margin: 10px 12px;
	text-align: center
}
ul.blocks li:hover div, ul.blocks li:hover h5 {
	background-color: #303030;
}
ul.blocks li div {
	width: 110px;
	height: 110px;
	background-color: #282828;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
ul.blocks li a h5 {
	padding: 7px 0;
	background: #282828;
	margin: 0;
	color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.blocks li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.block-header {
	margin: 0 auto;
	width: 90%;
}
.sprite-country {
	background: white url(../images/countries.png) no-repeat top right;
}
.sprite-afc {
	background-position: 10px 30px;
	width: 90px;
	height: 50px;
}
.sprite-ame {
	background-position: 19px -81px;
	width: 72px;
	height: 72px;
}
.sprite-arg {
	background-position: 21px -212px;
	width: 68px;
	height: 90px;
}
.sprite-aus {
	background-position: 22px -351px;
	width: 66px;
	height: 84px;
}
.sprite-aut {
	background-position: 10px -486px;
	width: 90px;
	height: 90px;
}
.sprite-bel {
	background-position: 10px -626px;
	width: 90px;
	height: 90px;
}
.sprite-bhr {
	background-position: 12px -764px;
	width: 85px;
	height: 85px;
}
.sprite-bra {
	background-position: 26px -896px;
	width: 58px;
	height: 81px;
}
.sprite-bul {
	background-position: 12px -1030px;
	width: 85px;
	height: 86px;
}
.sprite-caf {
	background-position: 23px -1155px;
	width: 63px;
	height: 63px;
}
.sprite-chi {
	background-position: 20px -1271px;
	width: 70px;
	height: 70px;
}
.sprite-chn {
	background-position: 10px -1401px;
	width: 90px;
	height: 90px;
}
.sprite-cro {
	background-position: 22px -1540px;
	width: 66px;
	height: 88px;
}
.sprite-cyp {
	background-position: 10px -1679px;
	width: 90px;
	height: 90px;
}
.sprite-cze {
	background-position: 10px -1819px;
	width: 90px;
	height: 90px;
}
.sprite-den {
	background-position: -122px 18px;
	width: 74px;
	height: 74px;
}
.sprite-eng {
	background-position: -114px -112px;
	width: 59px;
	height: 85px;
}
.sprite-fin {
	background-position: -130px -249px;
	width: 90px;
	height: 90px;
}
.sprite-fra {
	background-position: -127px -389px;
	width: 83px;
	height: 90px;
}
.sprite-geo {
	background-position: -130px -529px;
	width: 90px;
	height: 90px;
}
.sprite-ger {
	background-position: -120px -659px;
	width: 70px;
	height: 70px;
}
.sprite-gre {
	background-position: -130px -789px;
	width: 90px;
	height: 90px;
}
.sprite-hol {
	background-position: -117px -929px;
	width: 64px;
	height: 90px;
}
.sprite-ice {
	background-position: -125px -1061px;
	width: 81px;
	height: 74px;
}
.sprite-int {
	background-position: -121px -1184px;
	width: 72px;
	height: 72px;
}
.sprite-ire {
	background-position: -128px -1313px;
	width: 85px;
	height: 86px;
}
.sprite-irn {
	background-position: -124px -1454px;
	width: 78px;
	height: 95px;
}
.sprite-irq {
	background-position: -132px -1598px;
	width: 95px;
	height: 95px;
}
.sprite-ita {
	background-position: -115px -1741px;
	width: 61px;
	height: 90px;
}
.sprite-jpn {
	background-position: -124px -1881px;
	width: 79px;
	height: 90px;
}
.sprite-kor {
	background-position: -264px 10px;
	width: 68px;
	height: 90px;
}
.sprite-ksa {
	background-position: -271px -114px;
	width: 82px;
	height: 57px;
}
.sprite-kuw {
	background-position: -277px -237px;
	width: 95px;
	height: 95px;
}
.sprite-mex {
	background-position: -257px -378px;
	width: 55px;
	height: 73px;
}
.sprite-nor {
	background-position: -275px -505px;
	width: 90px;
	height: 90px;
}
.sprite-par {
	background-position: -273px -642px;
	width: 85px;
	height: 85px;
}
.sprite-pol {
	background-position: -260px -780px;
	width: 61px;
	height: 90px;
}
.sprite-por {
	background-position: -263px -920px;
	width: 68px;
	height: 91px;
}
.sprite-qat {
	background-position: -277px -1064px;
	width: 95px;
	height: 95px;
}
.sprite-rom {
	background-position: -270px -1206px;
	width: 80px;
	height: 90px;
}
.sprite-rus {
	background-position: -268px -1346px;
	width: 76px;
	height: 90px;
}
.sprite-sco {
	background-position: -275px -1486px;
	width: 90px;
	height: 90px;
}
.sprite-spa {
	background-position: -269px -1625px;
	width: 78px;
	height: 87px;
}
.sprite-sui {
	background-position: -270px -1758px;
	width: 80px;
	height: 80px;
}
.sprite-swe {
	background-position: -258px -1893px;
	width: 57px;
	height: 90px;
}
.sprite-tur {
	background-position: -420px 10px;
	width: 90px;
	height: 90px;
}
.sprite-uae {
	background-position: -410px -140px;
	width: 71px;
	height: 95px;
}
.sprite-uefa {
	background-position: -410px -266px;
	width: 71px;
	height: 72px;
}
.sprite-ukr {
	background-position: -420px -399px;
	width: 90px;
	height: 90px;
}
.sprite-uru {
	background-position: -398px -532px;
	width: 47px;
	height: 81px;
}
.sprite-usa {
	background-position: -410px -663px;
	width: 70px;
	height: 81px;
}
.sprite-uzb {
	background-position: -410px -787px;
	width: 70px;
	height: 81px;
}
.countrydropdown {
	width: 180px !important;
}
.leaguedropdown {
	width: 300px !important;
}
.seasondropdown {
	width: 170px !important;
}
.rounddropdown {
	width: 220px !important;
}
.totoformdropdown {
	width: 200px !important;
}
.weekdropdown {
	width: 150px !important;
	text-align: right;
	float: left;
	font-weight: normal
}
.languagedropdown {
	text-align: right;
	width: 100px !important;
}
.languagedropdown .selected, .dropdown li {
	padding: 5px 10px !important;
}
.languagedropdown ul {
	z-index: 15 !important;
}
tr.group td {
	text-align: right
}
.optionKey {
	position: absolute;
	left: 15px;
	top: 10px;
}
.content p.text-black, .text-black li, .text-black {
	color: white;
}
.optionKey .newticket {
	background-color: #0490cd;
	border: 1px solid #0490cd;
	color: #fff;
	border-radius: 3px;
}
.optionKey .managetickets {
	background: linear-gradient(#a87105 0%, #dab966 25%, #dab966 25%, #f2e68b 50%, #f2d274 75%, #dca536 100%);
	color: #333;
	border-color: transparent;
}
.optionKey .managetickets:hover, .optionKey .newticket:hover {
	background-color: transparent;
	border: 1px solid #0490cd;
}
.ticketdetails img {
	width: 80px;
}
.mt10 {
	margin-top: 10px;
}

@media only screen and (max-width:600px) {
.ticketdetails img {
	width: 50px;
}
.ticketdetails div.col-md-2 {
	position: relative;
	top: 60px;
}
}
.bubble, .bubblereply {
	margin-top: 20px;
	position: relative;
	width: 96%;
	height: auto;
	padding: 10px;
	background: #585858;
	color: white;
	font-size: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bubblereply {
	background: #0490cd;
}
.support_form {
	margin-top: 40px;
}
.bubble:after, .bubblereply:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 0 8px 25px;
	border-color: transparent #585858;
	display: block;
	width: 0;
	z-index: 1;
	right: -25px;
	top: 30%;
}
.bubblereply:after {
	border-color: transparent #0490cd;
	border-width: 8px 25px 8px 0;
	right: auto;
	left: -25px;
}
.bubblereply p, .bubble p {
	padding: 0;
	margin: 0;
}
.smallbubble {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #FEB60C;
	background: #FEB60C;
	color: white;
	padding: 2px 5px;
	position: absolute;
	left: 0px;
	top: 15px;
	font-size: 0.8em;
	font-weight: bold
}
h2 {
	padding: 2px;
}
.stepbubble {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #0490cd;
	background: #0490cd;
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 1.3em;
	margin-left: 10px;
	display: inline-block;
	text-align: center;
}
ul.faqlist {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden
}
ul.faqlist li a {
	padding-top: 8px 40px 8px 0;
	font-size: 1.4em;
	font-weight: bold;
}
ul.faqlist li a:hover {
	text-decoration: none;
}
ul.faqlist li .iconfaq {
	margin-left: 8px;
	background: url("../images/faq.png") no-repeat center center;
	background-size: 24px 24px;
	cursor: pointer;
	display: block;
	float: right;
	height: 24px;
	width: 22px;
}
.smalltext {
	width: 25px;
	float: right;
	text-align: center;
	padding: 1px 5px;
}
table.totoform, table.totoheader {
	border-spacing: 0;
	width: 100%;
	background: white;
	color: #333333
}
.totoform tr:hover td {
	background: #fff2e1
}
table.totoform tr:nth-child(odd) {
	background-color: #f3f3f3;
}
table.totoform tr:nth-child(even) {
	background-color: #fff;
}
table.totoheader td, table.totoform td {
	padding: 7px 7px;
	border-left: 1px dotted #D6D6D4;
	text-align: center;
}
table.totoheader td {
	border-bottom: none
}
table.totoheader tr:first-child td {
	width: 22%
}
table.totoheader tr:first-child td:nth-child(1) {
	width: 7%
}
table.totoheader tr:first-child td:nth-child(2) {
	width: 11%
}
table.totoheader tr:first-child td:nth-child(3) {
	width: 16%
}
table.totoformheader tr:first-child td {
	width: 18%
}
table.totoformheader tr:first-child td:nth-child(1) {
	width: 10%
}
table.totoformheader tr:first-child td:nth-child(2) {
	width: 20%
}
table.totoformheader tr:first-child td:nth-child(3) {
	width: 20%
}
table.totoformheader tr:first-child td:nth-child(4) {
	width: 12%
}
table.totoheader .bold {
	font-weight: bold
}
table.totoform td:first-child {
	text-align: center;
	width: 20px;
	font-weight: bold;
}
table.totoform td:nth-child(2) {
	width: 115px;
}
table.totoform td:last-child {
	border-left: none;
	width: 25px;
}
table.totoheader td:last-child {
	border-left: none;
}
table.totoform td:nth-child(3) {
	text-align: left;
	font-weight: bold
}
table.totoform td:nth-child(5) {
	text-align: right;
	font-weight: bold
}
table.totoform td:nth-child(4) {
	width: 135px;
}
.totoform ul {
	display: table;
	margin-right: auto;
	margin-left: auto
}
.totoform ul li {
	font-size: 0.8em;
	display: table-cell;
	padding: 5px 6px;
	border: 1px solid #CE9200;
	border-left: none;
	font-weight: bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.totoform ul:not(.disabled) li:not(.active):hover {
	background: #FEB60C;
	color: white
}
.totoform ul li.active {
	background: none repeat scroll 0 0 #CE9200;
	color: white
}
.totoform ul:not(.disabled) li:hover {
	cursor: pointer;
}
.totoform ul li:first-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.totoform ul li:last-child {
	border-left: 1px solid #CE9200;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.totoform a.score {
	font-weight: bold;
	display: inline-block;
	background: #CE9200;
	border: 1px solid #CE9200;
	width: 60%;
	margin-right: -20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 14px;
}
.totoform a.score.newgoal {
	background: #585858;
	border: 1px solid #585858;
}
.totoform span.scoresymbol {
	padding: 1px 4px;
	margin: 1px 5px 0 0;
	border: 2px solid white;
	color: white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: absolute
}
.totoform span.scoresymbol.correct {
	border-color: #a6ca8a;
	color: #a6ca8a;
}
.totoform span.scoresymbol.wrong {
	border-color: #f5aca6;
	color: #f5aca6;
}
table.totofromadmin td {
	width: auto !important;
}
.info {
	background: url('/images/info.png');
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: 24px 24px;
}
.alertbox {
	z-index: 999;
	position: relative;
	padding: 12px 36px 12px 10px;
	border-radius: 3px;
	font-weight: bold;
	margin-right: 115px;
	margin-top: -40px;
	text-align: center;
}
.alertbox2 {
	margin-right: 0;
	margin-top: 5px
}
.bettotal .alertbox {
	margin-right: 0px;
	margin-top: 0;
	width: 260px;
}
.errorbox {
	background-color: #dc3545;
	border: 1px solid #dc3545;
}
.success {
	color: #155724;
	background-color: white;
}
.warning {
	background: #fff8c4 url('/images/warning.png') no-repeat 98% 13px;
	border: 1px solid #f2c779;
}
.notice {
	background-color: #eaf0fc;
	color: #FC2426;
}
.alertbox a {
	padding: 2px 10px;
	margin-right: 2px;
	border: 1px solid #25507B;
	border-radius: 3px;
}
.report {
	margin: 50px auto 0;
	/*width:80%;*/
	overflow: hidden
}
.report .inner-card {
	width: 70%;
	margin: 0 auto 30px;
	border: 1px solid #282828;
	text-align: center;
	border-radius: 25px;
	background: #282828;
}
.report .inner-card:hover {
	background-color: #303030;
}
.report-title {
	padding: 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
.withdraw-top .report-title {
	padding: 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
}
.withdraw-top .report-data {
	color: #0490cd;
}
.report-data {
	display: block;
	padding: 20px;
	border-top: 1px solid #3E3E3E;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	margin: 0 10px;
}
.lastresultsframe, .totoframe {
	width: 530px;
	height: 200px;
	float: right;
	overflow: hidden
}
.lastresultsframe, .inviteframe {
	width: 430px;
	float: left;
	padding-right: 1px;
}
.lastresultsframe {
	width: 691px;
	padding-right: 0;
	margin-top: 10px;
}
.lastresultsframe table tr th {
	text-align: right
}
.inviteframe {
	width: 358px;
	margin-top: 2px;
	height: 338px;
	background: url(/images/PlayTheGame.png)
}
.sliderframe {
	width: 600px;
	height: 339px;
	float: right;
	margin-top: 2px;
}
.totoframe table.table td {
	font-size: 11px;
	padding: 5px;
}
.totoframe .table tbody tr:last-child td {
	border-bottom: 0;
}
.totoframe table.table td:first-child, .lastresultsframe table.table td:first-child {
	border-right: none
}
.totoframe table.table td:last-child {
	border-left: none
}
.totoframe span.timeleft {
	position: absolute;
	right: 0;
	top: 38px;
	font-size: 1.8em;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 170px;
	height: 50px;
	line-height: 50px
}
.livetoto {
	height: 161px;
	background: url(/images/LiveTotoHeader-fa.png) no-repeat;
	padding: 0 !important;
	cursor: pointer
}
.livetoto div {
	height: 53px;
	line-height: 53px;
	font-size: 1.5em;
	font-weight: bold
}
.livetoto div.title {
	margin-right: 185px;
	margin-left: 30px;
}
.livetoto div.number {
	margin-right: 148px;
	margin-left: 48px;
}
.livetoto div.prize {
	font-size: 1.4em;
	margin-right: 138px;
	margin-left: 66px;
	color: white
}
.slider-wrapper {
	width: 600px;
}
.countdown {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.countdown-container {
	background: url(/images/WorldCup/fifa2014.png);
	width: 100%;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
}
.clock {
	padding-top: 270px;
	direction: ltr
}
.clock-item {
	display: inline-block;
	margin: 20px 1%;
}
.clock-item .inner {
	height: 0px;
	padding-bottom: 150px;
	position: relative;
	width: 150px;
}
.clock-canvas {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}
.text {
	color: #FF0000;
	font-size: 30px;
	font-weight: bold;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 1);
	width: 100%;
}
.text .val {
	font-size: 50px;
	line-height: normal;
	padding-top: 0;
}
.text .type-time {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.casino-links a{
		margin-top: 10px;
	}
.topup-form .sitebox {
	width: 100%;
}
.ellipsis {
	font-size: 0.75em !important;
}
.odddetails .inplaytime, .odddetails .inplaytime2 {
	padding-right: 0 !important;
}
li.show-on-mobile {
	display: block;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: white;
	text-align: center;
}
.res-inplay .star-checkbox input[type=checkbox] + label {
	float: left;
	margin-left: 25px;
}
}

@media (min-width: 768px) {
div.eventodds ul li {
	padding: 5px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.clock-item {
	margin-bottom: 30px;
}
.KDpopo {
    margin-top: 2%;
}
}

@media only screen and (min-width:1201px) {
.inplaybet .more-bet {
	position: absolute;
	left: 3px;
	top: 18px;
}
.KDroulette {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpokerhome {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDcrash {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDbaccarat {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDblackjack {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpasoor {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDhokm {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDBackgam {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDslot {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDrps {
    height: 170px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
}


@media only screen and (max-width:1200px) {
.inplaybet .more-bet {
	position: absolute;
	left: 3px;
	top: 18px;
}
.KDroulette {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpokerhome {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDcrash {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDbaccarat {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDblackjack {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpasoor {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDhokm {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDBackgam {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDslot {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDrps {
    height: 150px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
}

@media (max-width: 767px) {
.play-box .team-logo {
	display: none;
}
.table.table-pad > tbody > tr > td {
	padding: 0 5px;
}
.table > tbody > tr > td {
	padding: 0 2px;
}
.table > tbody > tr > th {
	padding: 12px 0 !important;
}
div.eventodds ul.mlodds li {
	border-bottom: 1px solid #857b7b;
	padding: 5px;
	vertical-align: middle;
}
div.eventodds ul li {
	min-height: 30px;
	vertical-align: middle;
}
.clock-item {
	margin: 0px 30px 30px 30px;
}
}
.livesound {
	position: fixed;
	top: -100px
}
.langsection {
	padding-bottom: 10px;
}
.paymentsection {
	border-top: 1px solid #4E4C4D;
	padding-top: 10px;
}
.sitemapsection {
	padding: 10px 0;
}
.sitemapsection a {
	color: white
}
.sitemapsection ul {
	padding: 5px 0;
}
.langsection ul li, .paymentsection ul li {
	border: none;
}
.langsection ul li:first-child {
	width: 160px;
}
.langsection ul li:last-child {
	width: 800px;
	text-align: left
}
.paymentsection ul li:first-child {
	width: 20%;
}
.paymentsection ul li:nth-child(2) {
	width: 20%
}
.paymentsection ul li:last-child {
	width: 40%;
}
.wmsection a {
	padding-right: 10px;
	float: right;
	display: none
}
.copyright {
	color: #849de0;
	font-size: 1.4em
}
.langsection a.button {
	min-width: initial;
	min-width: auto;
	padding: 5px 20px;
	line-height: initial;
	line-height: normal;
	height: initial;
	height: auto;
	font-size: 1.2em
}
.paymentoption {
	background: white url(/images/payments-small.png) no-repeat;
	display: block;
	width: 110px;
	height: 50px;
	border: 1px solid #cccdcf;
	float: left;
	margin-right: 3px;
	padding: 32px 30px 0 0;
}
a.paymentoption {
	color: #333333
}
.paymentoption.okpay {
	background-position: 7px -149px;
}
.paymentoption.webmoney {
	background-position: 7px -108px;
}
.paymentoption.perfectmoney {
	background-position: 7px -67px;
}
.paymentoption.bitcoin {
	background-position: 7px 10px;
}
.paymentoption.litecoin {
	background-position: 7px -30px;
}
.blogger {
	background-position: 0 0;
}
.facebook {
	background-position: 0 -100px;
}
.googleplus {
	background-position: 0 -200px;
}
.instagram {
	background-position: 0 -300px;
}
.rss {
	background-position: 0 -400px;
}
.twitter {
	background-position: 0 -500px;
}
.youtube {
	background-position: 0 -600px;
}
.totobutton {
	color: #fff;
	width: 100%;
	background-color: #0490cd;
	border: 1px solid #0490cd;
	display: block;
	margin: 0;
	cursor: pointer;
	font-size: 1.1em;
	text-align: center;
	padding: 5px 20px;
	text-decoration: none;
	border-radius: 3px;
}
.totobutton:hover, .credit-btn:hover {
	background-color: transparent;
}
.totobutton.disabled {
}
.in-progress {
	text-shadow: none;
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
	background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
	background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -o-linear-gradient(top, #f6f5f0, #e1e0dc);
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
	-pie-background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
	background-repeat: repeat;
	-webkit-background-size: 40px 40px, 100% 100%;
	-moz-background-size: 40px 40px, 100% 100%;
	-ms-background-size: 40px 40px, 100% 100%;
	-o-background-size: 40px 40px, 100% 100%;
	background-size: 40px 40px, 100% 100%;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
 @-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 0 0;
}
 to {
 background-position: 40px 0;
}
}
 @-moz-keyframes progress-bar-stripes {
 from {
 background-position: 0 0;
}
 to {
 background-position: 40px 0;
}
}
 @keyframes progress-bar-stripes {
 from {
 background-position: 0 0;
}
 to {
 background-position: 40px 0;
}
}
.ultable {
	display: table;
	width: 60%;
	margin-right: 20%;
	padding-top: 8px;
	padding-bottom: 8px
}
.ultable80 {
	width: 80%;
	margin-right: 10%
}
.ultable li {
	display: table-cell;
	width: 20%;
	text-align: center
}
.downloadbutton {
	width: 190px;
	height: 50px;
	display: inline-block;
	border: 1px solid black;
	padding: 18px 67px 0 0;
	margin-bottom: 10px;
	color: white;
	font-weight: bold
}
.archiveapp {
	background: #202946 url(/images/Eye.png) no-repeat 132px 1px;
}
.downloadarchive {
	background: #202946 url(/images/CloudDownload.png) no-repeat 132px 1px;
}
.middle {
	margin-right: auto;
	margin-left: auto;
	width: 390px;
}
.totosample {
	width: 100%;
	height: 690px;
	background: url(/images/Help/totosample-fa.png) no-repeat center center;
	margin-top: 20px;
}
.WinBetapp {
	width: 100%;
	height: 500px;
	background: url(/images/Help/WinBetapp.jpg) no-repeat center center;
}
.appdetails {
	background: url(/images/Help/AppDetails.jpg) no-repeat center center;
}
.inviteoptions {
	width: 75%;
	margin: 0 auto;
}
ul.inviteoptions li {
	display: table-cell;
	width: 20%;
	text-align: center;
}
ul.inviteoptions li a {
	display: block;
	padding: 60px 10px 10px 10px;
	background: url(/images/inviteoptions.png) no-repeat;
	width: 140px;
	margin: 0 auto;
	color: #ccc;
}
ul.inviteoptions li a.sprite-html {
	background-position: 45px 0;
}
ul.inviteoptions li a.sprite-link {
	background-position: -50px 0;
}
ul.inviteoptions li a.sprite-mail {
	background-position: -153px 0;
}
div.inviteoptions {
	border: 1px dashed gray;
	padding: 10px;
	overflow: hidden
}
div.inviteoptions input[type=text] {
	direction: ltr;
	width: 100%;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: gray;
}
div.inviteoptions textarea {
	direction: ltr;
	font-size: 0.9em;
	width: 100%;
	padding: 10px;
	font-weight: normal;
	color: gray;
}
div.inviteoptions input[type=email] {
	text-align: right
}
div.inviteoptions input.button {
	height: 40px;
	line-height: 40px;
	float: left
}
.errorpage {
	width: 256px;
	height: 256px;
	float: right;
	background: url(/images/error.png);
	margin-left: 30px;
}
.errordesc {
	margin-top: 50px;
}
a.sslseal {
	display: block;
	width: 115px;
	height: 55px;
	background: url(/images/siteSealImage.gif)
}
.wcscore {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 40px;
	position: absolute;
	margin-top: 340px;
	margin-right: 260px;
	width: 650px;
}
.wcscore td:first-child {
	text-align: left;
	width: 40%
}
.wcscore td:nth-child(2) {
	text-align: center;
	width: 20%;
	color: orangered
}
.wcscore td:last-child {
	text-align: right;
	width: 40%
}
table.mybettable th {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
ul.detailbet {
	display: table;
	min-height: 56px;
}
ul.detailbet li {
	text-align: center;
	display: table-cell;
	padding: 8px 7px;
	/*    border-left:1px dotted #D6D6D4;*/
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
ul.detailbet li:first-child {
	width: 190px;
	border-right: none;
	text-align: right
}
ul.detailbet li:nth-child(2), ul.detailbet li:last-child {
	width: 84px;
}
.mybettable th:nth-child(1) {
	width: 60px;
}
.mybettable th:nth-child(2) {
	width: 70px;
}
.mybettable th:nth-child(3) {
	width: 190px;
	text-align: center;
}
.mybettable th:nth-child(4) {
	width: 84px;
	text-align: center;
}
.mybettable th:nth-child(5) {
	width: 84px;
	text-align: center;
}
.mybettable th:nth-child(6) {
	width: 65px;
	text-align: center;
}
.mybettable th:nth-child(7) {
	width: 65px;
}
.mybettable th:nth-child(9) {
	width: 55px;
}
.mybettable td:nth-child(3) {
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.betflash {
	padding: 4px 8px;
}
.betsample {
	width: 100%;
	height: 364px;
	background: url(/images/Help/bet1-fa.png) no-repeat center center;
	margin: 20px 0;
}
.bet2sample {
	background: url(/images/Help/bet2-fa.png) no-repeat center center;
}
.bet3sample {
	height: 599px;
	background: url(/images/Help/bet3-fa.png) no-repeat center center;
}
.bet4sample {
	margin: 20px auto;
	width: 492px;
	height: 757px;
	background: url(/images/Help/bet4-fa.png) no-repeat center center;
}
.helplink {
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	color: white;
}
.helpimage {
	border: none;
	margin: 10px 0
}
.oddheader td {
	border: 1px solid #ded6d6;
	background: linear-gradient(#5c5c5c, #222);
	color: white;
	text-align: right !important;
}
.inplayheader.branchheader th {
	background: #000f32;
}
.branchheader {
	color: white;
}
.inplayheader td, .inplayheader th {
	text-align: center !important;
}
.inplayheader td:first-child, .inplayheader th:first-child {
	text-align: right !important;
	border-radius: 3px;
	border: none;
	padding: 5px;
}
.inplayheader th:first-child + th {
	border-top-left-radius: 3px;
}
.inplaytime {
	color: #090;
	font-weight: bold;
	padding-right: 5px;
}
.oddheader td a {
	color: white
}
.oddheader td:first-child, .oddheader td:last-child {
	width: 30px;
	padding: 8px 8px;
	text-align: center !important
}
.oddheader .match, .inplayheader .match {
	line-height: 20px;
}
.oddheader .match b, .oddheader .match span {
	float: right;
	margin-left: 5px;
}
.oddheader .match b span {
	margin: 0;
}
.inplayscore {
	color: #0490cd;
	font-weight: bold;
	position: relative;
	bottom: 3px;
}
.scoredash {
	color: #0490cd;
	float: right;
	font-weight: bold;
	padding: 0 7px;
}
.inplay .odddetails {
	padding: 15px 0;
}
.inplay .odddetails td:first-child {
	text-align: right;
	background-color: #191919;
}
.inplay .odddetails .flash {
	padding: 0 8px;
}
td.suspended {
	background-color: #666666;
	color: white
}
td.suspended:hover {
	background-color: #666666 !important;
	color: white !important
}
.inplaybtn:hover {
	background-color: #E6B300;
	color: white;
	cursor: pointer
}
/*.inplaybtn.disabled{
   background-color:#202946;
}
.inplaybtn.disabled:hover{
   background-color:#202946;
   cursor:default
}*/
.nopadding {
	padding: 0 !important
}
.noborder {
	border: none !important
}
.showall {
	display: none;
}
a.allmarket {
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 18px;
	line-height: 16px;
	border: 1px solid white;
	background: white;
	color: black !important
}
table.leaguelist {
	margin-top: 10px;
	background: white;
	width: 100%;
	font-size: 0.9em
}
table.leaguelist th {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 5px;
	text-align: right;
}
table.leaguelist td {
	padding: 5px;
}
.roulettesample {
	width: 100%;
	height: 400px;
	background: url(/images/Casino/roulette1.jpg) no-repeat center center;
	margin: 20px 0;
}
.roulettesample2 {
	height: 270px;
	background: url(/images/Casino/roulette2.png) no-repeat center center;
	background-size: contain
}
.roulettesample3 {
	width: 212px;
	height: 71px;
	background: url(/images/Casino/roulette3.png) no-repeat center center;
	margin: 20px auto;
}
.roulettesample4 {
	height: 450px;
	background: url(/images/Casino/roulette4.png) no-repeat center center;
	background-size: contain
}
.roulettesample5 {
	height: 320px;
	background: url(/images/Casino/roulette5.png) no-repeat center center;
	background-size: contain
}
.roulettesample6 {
	width: 582px;
	height: 347px;
	background: url(/images/Casino/roulette6.png) no-repeat center center;
	margin: 20px auto;
}
.changelang {
	font-family: 'Open Sans', sans-serif !important;
}
.betlist span.odd {
	width: 50px;
	text-align: center;
}
.arrowdown {
	color: orangered;
}
.arrowup {
	color: #079700;
}
.overlay {
	position: absolute;
	z-index: 199;
	background: #000;
	opacity: 0.8;
	border-radius: inherit;
	display: block;
	color: white;
}
.overlay div {
	margin-top: 8px;
	text-align: center;
	font-size: 1.2em
}
.pick {
	display: inline-block;
	max-width: 175px;
	height: 20px;
	overflow: hidden;
	float: none !important
}
ul.hor_menu {
	width: 100%;
}
ul.hor_menu li {
	display: inline-block
}
ul.hor_menu li a {
	text-align: center;
	padding-left: 0;
}
table.table td.noborder {
	border: none
}
.timer {
	margin-left: 5px;
	color: lightgray;
	font-size: 1.2em !important
}
a.more {
	font-size: 1.1em !important;
	color: #fff;
}
a.info2 {
	font-size: 1.2em !important;
	margin-right: 5px;
	color: #5bc0de;
	opacity: 0.7;
}
.uparrow, .downarrow {
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}
.marginright {
	margin-left: 5px !important;
}
.uparrow {
	color: #090;
}
.downarrow {
	color: #f33;
}
.up-arrow {
	color: #A2F1A2;
	margin-left: 3px;
}
.down-arrow {
	color: #FFA5A5;
	margin-left: 3px;
}
.inplay-controller {
	padding-right: 5px;
	background-color: #282828;
}
.totalwin, .totalstake, .betlist .stake, .multiple .stake, .ToWin, .betlist .odd, .betlist .odd span {
	color: #d0b27b;
	font-family: 'Open Sans', sans-serif
}
.odddetails .timer, .odddetails .host, .odddetails .guest, .odddetails .vs, .odddetails .inplaytime, .odddetails .inplaytime2, .odddetails .inplayscore {
	float: right
}
.odddetails .timer {
	color: #999;
	position: relative;
	top: 10px;
}
.odddetails .inplaytime, .odddetails .inplaytime2 {
	color: #fff;
	padding-right: 5px;
	font-weight: normal;
}
.odddetails .vs {
	padding: 0 5px;
}
.tip {
	direction: rtl
}
.inplaybetlist th, .inplaybetlist td {
	font-size: 0.9em;
}
table.table td.eventodd {
	padding: 8px 0;
	width: 65px;
}
.inplaybtn.eventodd {
	background: #151515 none repeat scroll 0 0;
	border: 1px solid #282828;
	font-weight: bold;
	border-radius: 3px;
}
.dark_theme .inplaybtn.eventodd {
	background-color: #3b3b3b;
	border-radius: 3px;
	min-height: 30px;
	cursor: pointer;
}
.dark_theme .inplaybtn.eventodd.selected {
	background-color: #0490cd;
}
.dark_theme .inplaybtn.eventodd.selected:hover {
	background-color: #d6a64d !important;
}
.dark_theme .inplaybtn.eventodd.selected span, .dark_theme .inplaybtn.eventodd.selected strong {
	color: white;
}
.inplaybtn.eventodd span {
	font-size: 12px;
	color: #FFFFFF;
}
/*.inplaybtn:not(.selected):hover span,
.inplaybtn:not(.selected):hover span.green,
.inplaybtn:not(.selected):hover span.red,
.inplaybtn:not(.selected):hover i.uparrow,
.inplaybtn:not(.selected):hover i.downarrow {
    color: #333 !important;
}*/
.inplaybtn.disabled {
	background-color: #333;
}
.inplaybtn.disabled:hover {
	background-color: #585858;
	cursor: default
}
.table tbody tr.eventodd td {
	border: none
}
.inplay .odddetails.eventodd .suspended {
	text-align: center
}
strong.host, strong.guest {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 1px;
}
div.eventscore {
	background: url(/images/darksquares.gif)
}
div.eventscore table {
	width: 100%;
	border: 0;
	border-spacing: 0
}
div.eventscore table, div.eventscore table tr, div.eventscore table tr td {
	background: transparent;
}
div.eventscore table tr th {
	padding: 10px 7px;
	background: #1e1e1e;
	color: #bcbcbc
}
div.eventscore table tr td {
	font-size: 14px;
	padding: 10px 7px 16px 7px;
	color: white;
	font-weight: bold
}
.borderleft {
	border-right: 1px solid #454545
}
div.eventodds {
	position: relative
}
div.eventodds strong {
	color: white;
}
div.eventodds ul {
	position: relative;
	width: 100%;
	padding: 2px 0;
}
div.eventodds ul li.inplaybtn {
	text-align: center;
	cursor: pointer;
}
.more-bet {
	text-align: center;
	padding: 5px;
}
span.eventsuspended {
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	color: white;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	font-weight: bold;
	line-height: 30px;
}
div.eventscore table tr td.hScore, div.eventscore table tr td.aScore, div.eventscore table tr td.htScore1, div.eventscore table tr td.htScore2 {
	color: #0c0 !important;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	font-size: 16px;
	width: 70px
}
div.eventscore table tr td.htScore1, div.eventscore table tr td.htScore2 {
	border-left: 1px solid #454545
}
div.eventscore table tr td.aScore, div.eventscore table tr td.htScore2 {
	border-top: 1px solid #454545
}
ul.eventodd.verticallist li {
	display: block !important;
	padding: 0;
	width: 55px;
	height: 15px;
}
ul.eventodd.verticallist li.inplaybtn {
	width: 55px;
	padding: 8px 0;
}
ul.eventodd.verticallist li:first-child, ul.eventodd.verticallist.verticalheader li {
	padding: 2px 10px;
	width: 35px;
	height: 31px;
	line-height: 14px
}
ul.eventodd.verticallist.verticalheader li {
	line-height: 31px;
	text-align: right;
	font-weight: bold
}
table.table.overunder tr td {
	border: 0 !important;
	padding: 0;
	width: 57px;
	vertical-align: bottom
}
table.table.overunder tr td:first-child {
	width: auto
}
.smallinput input {
	text-align: center;
	width: 40px
}
.smallinput {
	margin-bottom: 10px;
}
.smallinput span {
	width: 60px;
	display: inline-block
}
.border-bottom-2px {
	border-bottom: 2px solid white
}
.ellipsis {
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-align: right;
	color: #fff;
	width: 100px;
	line-height: 18px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis2 {
	max-width: 200px;
}
.dropdown.datedropdown {
	width: 200px;
	float: left
}
.dropdown.datedropdown .selected {
	color: black !important;
	background: white !important;
	font-size: 14px !important;
}
.dropdown .selected, .dropdown li {
	display: block !important;
	font-size: 12px !important;
	text-align: right;
	font-weight: normal
}
ul.mlodds li:nth-child(2) {
	border-left: 2px solid #282828;
	border-right: 2px solid #282828;
}
.text-center {
	text-align: center
}
.margin-left-3px {
	margin-right: 3px;
}
.margin-left-5px {
	margin-right: 5px;
}
.fa-loader {
	font-size: 100px;
	color: white;
	margin-top: 20px;
	right: 50%;
	margin-right: -50px;
	position: relative
}
ul.properlist {
	list-style: none out none !important;
	list-style-type: circle;
}
ul.properlist li {
	list-style: outside !important;
}
.simpletable {
	width: 100%
}
.simpletable td, .simpletable th {
	padding: 5px 10px;
	border: 1px solid gray;
	background: white
}
.simpletable th {
	font-weight: bold;
	background: rgba(100, 100, 100, 0.15)
}
.supportbubble {
	left: 360px;
	background: red;
	border-color: red;
	width: 8px;
	text-align: center
}
.alert {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-warning {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
/*.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color: #ffffff;
	background-color: #202946;
	border-color: #22315D;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #ffbf0a;
	border-color: #ffbf0a;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-link {
	font-weight: normal;
	color: #428bca;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #999999;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 25px;
	font-size: 14px;
}
.btn-sm, .btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.btn-xs {
	padding: 1px 5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
header .dropdown {
	display: inline-block
}
.dropdown, .dropdown div, .dropdown li, .dropdown div::after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after, .dropdown.scrollable div::after {
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown {
	position: relative;
	width: auto;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open {
	z-index: 2;
}
.dropdown:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.dropdown.focus {
	box-shadow: 0 0 5px rgba(51, 102, 248, .4);
}
/* CARAT */
.dropdown .carat {
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top: 8px solid #000;
}
.dropdown.open .carat {
	margin-top: -10px;
	border-top: 6px solid transparent;
	border-bottom: 8px solid #000;
}
.dropdown.disabled .carat {
	border-top-color: #999;
}
/* OLD SELECT (HIDDEN) */
.dropdown .old {
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select {
	position: absolute;
	right: 0px;
	top: 0px;
}
.dropdown.touch .old {
	width: 100%;
	height: 100%;
}
.dropdown.touch select {
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */
.dropdown .selected, .dropdown li {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #000;
	padding: 9px 12px;
	overflow: hidden;
	white-space: nowrap;
}
.dropdown.disabled .selected {
	color: #999;
}
.dropdown .selected::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	border-radius: 0 0 2px 2px;
	box-shadow: inset 0 -55px 25px -20px #fff;
}
/* DROP DOWN WRAPPER */
.dropdown div {
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	opacity: 0;
}
/* Height is adjusted by JS on open */
.dropdown.open div {
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #fff;
}
.dropdown.scrollable.bottom div::after {
	opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul {
	position: absolute;
	right: 0;
	list-style: none;
	overflow: hidden;
}
.dropdown.scrollable.open ul {
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li {
	list-style: none;
	padding: 8px 12px;
}
/* .focus class is also added on hover */
.dropdown li.focus {
	background: #FF9200;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active {
	font-weight: 700;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(/Content/Nivo/loading.gif) no-repeat 50% 50%;
	margin-bottom: 1px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0 0;
	margin-top: -40px;
	position: relative;
	z-index: 100
}
.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/Content/Nivo/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Content/Nivo/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.theme-default a.nivo-prevNav {
	left: 15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;/* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
/*  ========================================================================
 *  Frosty.js
 *  https://owensbla.github.com/frosty
 *  by Blake Owens (http://blakeowens.com/)
 *  ======================================================================== */
.tip {
	background-color: #202946;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	max-width: 220px;
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
.tip.success {
	background-color: #47fe42;
	background-color: rgba(71, 254, 66, 0.8);
	color: #025600;
}
.tip.error {
	background-color: #ff7f86;
	background-color: rgba(255, 127, 134, 0.8);
	color: #7f0006;
}
.tip.light {
	background-color: #ebebeb;
	background-color: rgba(235, 235, 235, 0.8);
	color: #222222;
}
.tip[class*="arrow"]:before {
	content: ' ';
	position: absolute;
	border: solid transparent;
	width: 0px;
	height: 0px;
	border-width: 5px;
	border-color: black;
	border-color: #202946;
}
.success[class*="arrow"]:before {
	border-color: #47fe42;
	border-color: rgba(71, 254, 66, 0.8);
}
.error[class*="arrow"]:before {
	border-color: #ff7f86;
	border-color: rgba(255, 127, 134, 0.8);
}
.light[class*="arrow"]:before {
	border-color: #ebebeb;
	border-color: rgba(235, 235, 235, 0.8);
}
.tip.arrow-right:before {
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	margin-top: -5px;
	top: 50%;
	left: 100%;
}
.tip.arrow-left:before {
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	margin-top: -5px;
	top: 50%;
	right: 100%;
}
.tip.arrow-top:before {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-left: -5px;
	bottom: 100%;
	left: 50%;
}
.tip.arrow-bottom:before {
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-left: -5px;
	top: 100%;
	left: 50%;
}
.casino a, .casino input, .casino textarea, .casino div {
	box-sizing: content-box;
}
.casino p {
	padding-top: 0
}
.g-main-wrapper {
	height: 100%;
	min-height: 600px;
	position: relative;
	font-size: 12px;
}
.inline {
	display: inline-block
}
.g-playfield {
	bottom: 51px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	direction: ltr
}
.g-playfield:before, .g-playfield:after {
	content: "";
	display: table;
}
.g-playfield:after {
	clear: both;
}
.g-playfield:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.g-playfield .game-area {
	display: inline-block;
	margin: 30px;
	position: relative;
	vertical-align: middle;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.g-playfield {
	margin-bottom: 80px;
}
#g-roulette {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #004a70;
	background-image: radial-gradient(ellipse farthest-corner at center center, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.3) 100%), url("../images/Casino/bg.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
}
#g-roulette .green {
	background-color: #1c752c;
}
#g-roulette .black {
	background-color: #282525;
}
#g-roulette .red {
	background-color: #cb1d1d;
}
.DOGE #g-roulette {
	background-image: radial-gradient(ellipse farthest-corner at center center, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.3) 100%), url("/img/casino/roulette/bg_doge.png");
}
#spinner {
	border: 2px solid rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	margin: 0 auto;
	overflow: hidden;
	width: 540px;
}
.results-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
	float: left;
	overflow: hidden;
	width: 240px;
}
#bet-sizer .betinput {
	width: 200px;
}
.results {
	float: right;
	height: 60px;
	list-style: none outside none;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	width: 500px;
}
.results li {
	background: none repeat scroll 0 0 transparent !important;
	display: block;
	float: right;
	height: 100%;
	position: relative;
	width: 30px;
}
.results li span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.results .green {
	color: #1c752c;
	line-height: 60px;
}
.results .black {
	color: #feba00;
}
.results .black span {
	bottom: 3px;
}
.results .red {
	color: #cb1d1d;
}
.results .red span {
	top: 3px;
}
.wheel-wrapper {
	border-left: 0 none;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	width: 300px;
}
.wheel-wrapper .wheel {
	height: 60px;
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1120px;
}
.wheel-wrapper .number {
	border: 1px solid #ededed;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-weight: 700;
	height: 60px;
	text-align: center;
	width: 30px;
}
.wheel-wrapper .number .num, .wheel-wrapper .number .bucket {
	height: 29px;
}
.wheel-wrapper .number .num {
	font-size: 18px;
	line-height: 29px;
}
.wheel-wrapper .number .bucket {
	border-top: 2px solid #ededed;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	box-sizing: border-box;
}
.wheel-wrapper .number .bucket .ball {
	background: radial-gradient(circle farthest-side at 33% 33%, #fff, #b0b0b0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 46px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	display: block;
	height: 17.4px;
	margin: 4.64px auto;
	width: 17.4px;
}
.wheel-wrapper .number:first-child {
	margin: 0;
}
#game-result-cnt {
	display: inline-block;
	text-align: center;
}
#game-result-cnt .balance-change {
	font-size: 18px;
}
.game-result {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	display: inline-block;
	font-weight: bold;
	padding: 5px 8px;
	white-space: nowrap;
	margin: 0 3px;
}
.game-result.win {
	color: #25950f;
}
.game-result.fail {
	color: #ce1010;
}
#bet-meta {
	height: 40px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 720px;
}
#bet-size {
	color: #fff;
	display: none;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}
.board {
	height: 300px;
	margin: 20px auto 10px;
	position: relative;
	width: 840px;
}
.board div {
	font-family: Helvetica, Arial, sans-serif;
}
.board .number {
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 60px;
}
.board .number.highlight:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.board .number.winner {
	animation: 900ms ease-in-out 0s normal none 1 rouletteWinningNumber;
	border: 1px solid #fed500;
	box-shadow: 0 0 0 1px #fed500;
	color: #fed500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
@keyframes rouletteWinningNumber {
 0% {
 transform: scale(1, 1);
 transform-origin: 50% 50% 0;
}
 50% {
 transform: scale(1.5, 1.5);
 transform-origin: 50% 50% 0;
}
 100% {
 transform: scale(1, 1);
 transform-origin: 50% 50% 0;
}
}
@keyframes rouletteWinningNumber {
 0% {
 transform: scale(1, 1);
 transform-origin: 50% 50% 0;
}
 50% {
 transform: scale(1.5, 1.5);
 transform-origin: 50% 50% 0;
}
 100% {
 transform: scale(1, 1);
 transform-origin: 50% 50% 0;
}
}
.chips {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: linear-gradient(#ffec8a, #d9c56c) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #483704;
	border-image: none;
	border-radius: 60px;
	border-style: solid;
	border-width: 1px 1px 2px;
	box-sizing: border-box;
	color: #483704;
	display: none;
	font-size: 14px;
	font-weight: 700;
	height: 28px;
	left: 50%;
	line-height: 26px;
	margin-left: -15px;
	margin-top: -15px;
	min-width: 18px;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 99;
}
.chips.lost {
	opacity: 0.7;
	transition: opacity 0.5s ease-out 0s;
}
.chips.won {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #25950f;
	border-color: #0f3208;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #fff;
}
.BC .chips {
	background: linear-gradient(#222, #333) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px solid #dcb152;
	color: #dcb152;
}
#num-3, #num-6, #num-9, #num-12, #num-15, #num-18, #num-21, #num-24, #num-27, #num-30, #num-33, #num-36, #col-3, #bet-num-3, #bet-num-6, #bet-num-9, #bet-num-12, #bet-num-15, #bet-num-18, #bet-num-21, #bet-num-24, #bet-num-27, #bet-num-30, #bet-num-33, #bet-num-36, #bet-col-3 {
	top: 0;
}
#num-2, #num-5, #num-8, #num-11, #num-14, #num-17, #num-20, #num-23, #num-26, #num-29, #num-32, #num-35, #col-2, #bet-num-2, #bet-num-5, #bet-num-8, #bet-num-11, #bet-num-14, #bet-num-17, #bet-num-20, #bet-num-23, #bet-num-26, #bet-num-29, #bet-num-32, #bet-num-35, #bet-col-2 {
	top: 60px;
}
#num-1, #num-4, #num-7, #num-10, #num-13, #num-16, #num-19, #num-22, #num-25, #num-28, #num-31, #num-34, #col-1, #bet-num-1, #bet-num-4, #bet-num-7, #bet-num-10, #bet-num-13, #bet-num-16, #bet-num-19, #bet-num-22, #bet-num-25, #bet-num-28, #bet-num-31, #bet-num-34, #bet-col-1 {
	top: 120px;
}
#doz-1, #doz-2, #doz-3, #bet-doz-1, #bet-doz-2, #bet-doz-3 {
	top: 180px;
}
#hilo-1, #hilo-2, #eo-1, #eo-2, #rb-1, #rb-2, #bet-hilo-1, #bet-eo-1, #bet-rb-1, #bet-hilo-2, #bet-eo-2, #bet-rb-2 {
	top: 240px;
}
#num-3, #num-2, #num-1, #bet-num-1, #bet-num-2, #bet-num-3 {
	left: 60px;
}
#num-6, #num-5, #num-4, #bet-num-4, #bet-num-5, #bet-num-6 {
	left: 120px;
}
#num-9, #num-8, #num-7, #bet-num-7, #bet-num-8, #bet-num-9 {
	left: 180px;
}
#num-12, #num-11, #num-10, #bet-num-10, #bet-num-11, #bet-num-12 {
	left: 240px;
}
#num-15, #num-14, #num-13, #bet-num-13, #bet-num-14, #bet-num-15 {
	left: 300px;
}
#num-18, #num-17, #num-16, #bet-num-16, #bet-num-17, #bet-num-18 {
	left: 360px;
}
#num-21, #num-20, #num-19, #bet-num-19, #bet-num-20, #bet-num-21 {
	left: 420px;
}
#num-24, #num-23, #num-22, #bet-num-22, #bet-num-23, #bet-num-24 {
	left: 480px;
}
#num-27, #num-26, #num-25, #bet-num-25, #bet-num-26, #bet-num-27 {
	left: 540px;
}
#num-30, #num-29, #num-28, #bet-num-28, #bet-num-29, #bet-num-30 {
	left: 600px;
}
#num-33, #num-32, #num-31, #bet-num-31, #bet-num-32, #bet-num-33 {
	left: 660px;
}
#num-36, #num-35, #num-34, #bet-num-34, #bet-num-35, #bet-num-36 {
	left: 720px;
}
#col-1, #col-2, #col-3, #bet-col-1, #bet-col-2, #bet-col-3 {
	left: 780px;
}
#num-0 {
	border: 1px solid #fff;
	border-radius: 100px 0 0 100px;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	height: 180px;
	left: 0;
	line-height: 180px;
	position: absolute;
	text-align: center;
	width: 60px;
}
#num-0.highlight:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#num-0.winner {
	animation: 900ms ease-in-out 0s normal none 1 rouletteWinningNumber;
	border: 1px solid #fed500;
	box-shadow: 0 0 0 1px #fed500;
	color: #fed500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
#num-0.highlight:after {
	border-radius: 100px 0 0 100px;
}
#col-1, #col-2, #col-3, #bet-col-1, #bet-col-2, #bet-col-3 {
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 60px;
}
#col-1.highlight:after, #col-2.highlight:after, #col-3.highlight:after, #bet-col-1.highlight:after, #bet-col-2.highlight:after, #bet-col-3.highlight:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#col-1.winner, #col-2.winner, #col-3.winner, #bet-col-1.winner, #bet-col-2.winner, #bet-col-3.winner {
	animation: 900ms ease-in-out 0s normal none 1 rouletteWinningNumber;
	border: 1px solid #fed500;
	box-shadow: 0 0 0 1px #fed500;
	color: #fed500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
#col-1, #col-1.highlight:after, #bet-col-1 {
	border-radius: 0 0 10px;
}
#col-3, #col-3.highlight:after, #bet-col-3 {
	border-radius: 0 10px 0 0;
}
#doz-1, #doz-2, #doz-3, #bet-doz-1, #bet-doz-2, #bet-doz-3 {
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 240px;
}
#doz-1.highlight:after, #doz-2.highlight:after, #doz-3.highlight:after, #bet-doz-1.highlight:after, #bet-doz-2.highlight:after, #bet-doz-3.highlight:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#doz-1.winner, #doz-2.winner, #doz-3.winner, #bet-doz-1.winner, #bet-doz-2.winner, #bet-doz-3.winner {
	animation: 900ms ease-in-out 0s normal none 1 rouletteWinningNumber;
	border: 1px solid #fed500;
	box-shadow: 0 0 0 1px #fed500;
	color: #fed500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
#doz-1, #bet-doz-1 {
	left: 60px;
}
#doz-2, #bet-doz-2 {
	left: 300px;
}
#doz-3, #bet-doz-3 {
	left: 540px;
}
#hilo-1, #hilo-2, #bet-hilo-1, #bet-hilo-2 {
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 120px;
}
#hilo-1.highlight:after, #hilo-2.highlight:after, #bet-hilo-1.highlight:after, #bet-hilo-2.highlight:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#hilo-1.winner, #hilo-2.winner, #bet-hilo-1.winner, #bet-hilo-2.winner {
	animation: 900ms ease-in-out 0s normal none 1 rouletteWinningNumber;
	border: 1px solid #fed500;
	box-shadow: 0 0 0 1px #fed500;
	color: #fed500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
#hilo-1, #bet-hilo-1 {
	border-radius: 0 0 0 10px;
	left: 60px;
}
#hilo-1.highlight:after, #bet-hilo-1.highlight:after {
	border-radius: 0 0 0 10px;
}
#hilo-2, #bet-hilo-2 {
	border-radius: 0 0 10px;
	left: 660px;
}
#hilo-2.highlight:after, #bet-hilo-2.highlight:after {
	border-radius: 0 0 10px;
}
#eo-1, #eo-2, #bet-eo-1, #bet-eo-2 {
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 120px;
}
#eo-1.highlight:after, #eo-2.highlight:after, #bet-eo-1.highlight:after, #bet-eo-2.highlight:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#eo-1.winner, #eo-2.winner, #bet-eo-1.winner, #bet-eo-2.winner {
	animation: 900ms ease-in-out 0s normal none 1 rouletteWinningNumber;
	border: 1px solid #fed500;
	box-shadow: 0 0 0 1px #fed500;
	color: #fed500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
#eo-1, #bet-eo-1 {
	left: 180px;
}
#eo-2, #bet-eo-2 {
	left: 540px;
}
#rb-1, #rb-2, #bet-rb-1, #bet-rb-2 {
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 120px;
}
#rb-1.highlight:after, #rb-2.highlight:after, #bet-rb-1.highlight:after, #bet-rb-2.highlight:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#rb-1.winner, #rb-2.winner, #bet-rb-1.winner, #bet-rb-2.winner {
	animation: 900ms ease-in-out 0s normal none 1 rouletteWinningNumber;
	border: 1px solid #fed500;
	box-shadow: 0 0 0 1px #fed500;
	color: #fed500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
#rb-1, #bet-rb-1 {
	background-color: #cb1d1d;
	left: 300px;
}
#rb-2, #bet-rb-2 {
	background-color: #282525;
	left: 420px;
}
#bet-num-1 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-2 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-3 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-4 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-5 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-6 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-7 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-8 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-9 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-10 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-11 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-12 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-13 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-14 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-15 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-16 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-17 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-18 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-19 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-20 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-21 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-22 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-23 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-24 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-25 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-26 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-27 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-28 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-29 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-30 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-31 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-32 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-33 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-34 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-35 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-36 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-num-0 {
	border-radius: 100px 0 0 100px;
	cursor: pointer;
	height: 168px;
	left: 0;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-spl-v-0-1 {
	cursor: pointer;
	height: 48px;
	left: 54px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-2 {
	cursor: pointer;
	height: 48px;
	left: 114px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-3 {
	cursor: pointer;
	height: 48px;
	left: 174px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-4 {
	cursor: pointer;
	height: 48px;
	left: 234px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-5 {
	cursor: pointer;
	height: 48px;
	left: 294px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-6 {
	cursor: pointer;
	height: 48px;
	left: 354px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-7 {
	cursor: pointer;
	height: 48px;
	left: 414px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-8 {
	cursor: pointer;
	height: 48px;
	left: 474px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-9 {
	cursor: pointer;
	height: 48px;
	left: 534px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-10 {
	cursor: pointer;
	height: 48px;
	left: 594px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-11 {
	cursor: pointer;
	height: 48px;
	left: 654px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-0-12 {
	cursor: pointer;
	height: 48px;
	left: 714px;
	margin: 6px 0;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-1 {
	cursor: pointer;
	height: 48px;
	left: 54px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-2 {
	cursor: pointer;
	height: 48px;
	left: 114px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-3 {
	cursor: pointer;
	height: 48px;
	left: 174px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-4 {
	cursor: pointer;
	height: 48px;
	left: 234px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-5 {
	cursor: pointer;
	height: 48px;
	left: 294px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-6 {
	cursor: pointer;
	height: 48px;
	left: 354px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-7 {
	cursor: pointer;
	height: 48px;
	left: 414px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-8 {
	cursor: pointer;
	height: 48px;
	left: 474px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-9 {
	cursor: pointer;
	height: 48px;
	left: 534px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-10 {
	cursor: pointer;
	height: 48px;
	left: 594px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-11 {
	cursor: pointer;
	height: 48px;
	left: 654px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-1-12 {
	cursor: pointer;
	height: 48px;
	left: 714px;
	margin: 6px 0;
	position: absolute;
	top: 60px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-1 {
	cursor: pointer;
	height: 48px;
	left: 54px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-2 {
	cursor: pointer;
	height: 48px;
	left: 114px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-3 {
	cursor: pointer;
	height: 48px;
	left: 174px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-4 {
	cursor: pointer;
	height: 48px;
	left: 234px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-5 {
	cursor: pointer;
	height: 48px;
	left: 294px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-6 {
	cursor: pointer;
	height: 48px;
	left: 354px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-7 {
	cursor: pointer;
	height: 48px;
	left: 414px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-8 {
	cursor: pointer;
	height: 48px;
	left: 474px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-9 {
	cursor: pointer;
	height: 48px;
	left: 534px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-10 {
	cursor: pointer;
	height: 48px;
	left: 594px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-11 {
	cursor: pointer;
	height: 48px;
	left: 654px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-v-2-12 {
	cursor: pointer;
	height: 48px;
	left: 714px;
	margin: 6px 0;
	position: absolute;
	top: 120px;
	width: 12px;
	z-index: 1;
}
#bet-spl-h-1-1 {
	cursor: pointer;
	height: 12px;
	left: 60px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-1 {
	cursor: pointer;
	height: 12px;
	left: 60px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-2 {
	cursor: pointer;
	height: 12px;
	left: 120px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-2 {
	cursor: pointer;
	height: 12px;
	left: 120px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-3 {
	cursor: pointer;
	height: 12px;
	left: 180px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-3 {
	cursor: pointer;
	height: 12px;
	left: 180px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-4 {
	cursor: pointer;
	height: 12px;
	left: 240px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-4 {
	cursor: pointer;
	height: 12px;
	left: 240px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-5 {
	cursor: pointer;
	height: 12px;
	left: 300px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-5 {
	cursor: pointer;
	height: 12px;
	left: 300px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-6 {
	cursor: pointer;
	height: 12px;
	left: 360px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-6 {
	cursor: pointer;
	height: 12px;
	left: 360px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-7 {
	cursor: pointer;
	height: 12px;
	left: 420px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-7 {
	cursor: pointer;
	height: 12px;
	left: 420px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-8 {
	cursor: pointer;
	height: 12px;
	left: 480px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-8 {
	cursor: pointer;
	height: 12px;
	left: 480px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-9 {
	cursor: pointer;
	height: 12px;
	left: 540px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-9 {
	cursor: pointer;
	height: 12px;
	left: 540px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-10 {
	cursor: pointer;
	height: 12px;
	left: 600px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-10 {
	cursor: pointer;
	height: 12px;
	left: 600px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-11 {
	cursor: pointer;
	height: 12px;
	left: 660px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-11 {
	cursor: pointer;
	height: 12px;
	left: 660px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-1-12 {
	cursor: pointer;
	height: 12px;
	left: 720px;
	margin: 0 6px;
	position: absolute;
	top: 54px;
	width: 48px;
	z-index: 1;
}
#bet-spl-h-2-12 {
	cursor: pointer;
	height: 12px;
	left: 720px;
	margin: 0 6px;
	position: absolute;
	top: 114px;
	width: 48px;
	z-index: 1;
}
#bet-cor-1-1 {
	cursor: pointer;
	height: 12px;
	left: 54px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-1 {
	cursor: pointer;
	height: 12px;
	left: 54px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-2 {
	cursor: pointer;
	height: 12px;
	left: 114px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-2 {
	cursor: pointer;
	height: 12px;
	left: 114px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-3 {
	cursor: pointer;
	height: 12px;
	left: 174px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-3 {
	cursor: pointer;
	height: 12px;
	left: 174px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-4 {
	cursor: pointer;
	height: 12px;
	left: 234px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-4 {
	cursor: pointer;
	height: 12px;
	left: 234px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-5 {
	cursor: pointer;
	height: 12px;
	left: 294px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-5 {
	cursor: pointer;
	height: 12px;
	left: 294px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-6 {
	cursor: pointer;
	height: 12px;
	left: 354px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-6 {
	cursor: pointer;
	height: 12px;
	left: 354px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-7 {
	cursor: pointer;
	height: 12px;
	left: 414px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-7 {
	cursor: pointer;
	height: 12px;
	left: 414px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-8 {
	cursor: pointer;
	height: 12px;
	left: 474px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-8 {
	cursor: pointer;
	height: 12px;
	left: 474px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-9 {
	cursor: pointer;
	height: 12px;
	left: 534px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-9 {
	cursor: pointer;
	height: 12px;
	left: 534px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-10 {
	cursor: pointer;
	height: 12px;
	left: 594px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-10 {
	cursor: pointer;
	height: 12px;
	left: 594px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-11 {
	cursor: pointer;
	height: 12px;
	left: 654px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-11 {
	cursor: pointer;
	height: 12px;
	left: 654px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-cor-1-12 {
	cursor: pointer;
	height: 12px;
	left: 714px;
	position: absolute;
	top: 54px;
	width: 12px;
	z-index: 1;
}
#bet-cor-2-12 {
	cursor: pointer;
	height: 12px;
	left: 714px;
	position: absolute;
	top: 114px;
	width: 12px;
	z-index: 1;
}
#bet-line-1 {
	cursor: pointer;
	height: 12px;
	left: 54px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-1 {
	cursor: pointer;
	height: 12px;
	left: 60px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-2 {
	cursor: pointer;
	height: 12px;
	left: 114px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-2 {
	cursor: pointer;
	height: 12px;
	left: 120px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-3 {
	cursor: pointer;
	height: 12px;
	left: 174px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-3 {
	cursor: pointer;
	height: 12px;
	left: 180px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-4 {
	cursor: pointer;
	height: 12px;
	left: 234px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-4 {
	cursor: pointer;
	height: 12px;
	left: 240px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-5 {
	cursor: pointer;
	height: 12px;
	left: 294px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-5 {
	cursor: pointer;
	height: 12px;
	left: 300px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-6 {
	cursor: pointer;
	height: 12px;
	left: 354px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-6 {
	cursor: pointer;
	height: 12px;
	left: 360px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-7 {
	cursor: pointer;
	height: 12px;
	left: 414px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-7 {
	cursor: pointer;
	height: 12px;
	left: 420px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-8 {
	cursor: pointer;
	height: 12px;
	left: 474px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-8 {
	cursor: pointer;
	height: 12px;
	left: 480px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-9 {
	cursor: pointer;
	height: 12px;
	left: 534px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-9 {
	cursor: pointer;
	height: 12px;
	left: 540px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-10 {
	cursor: pointer;
	height: 12px;
	left: 594px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-10 {
	cursor: pointer;
	height: 12px;
	left: 600px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-11 {
	cursor: pointer;
	height: 12px;
	left: 654px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-11 {
	cursor: pointer;
	height: 12px;
	left: 660px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-line-12 {
	cursor: pointer;
	height: 12px;
	left: 714px;
	position: absolute;
	top: -6px;
	width: 12px;
	z-index: 1;
}
#bet-str-12 {
	cursor: pointer;
	height: 12px;
	left: 720px;
	margin: 0 6px;
	position: absolute;
	top: -6px;
	width: 48px;
	z-index: 1;
}
#bet-col-1 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-doz-1 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 228px;
	z-index: 1;
}
#bet-col-2 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-doz-2 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 228px;
	z-index: 1;
}
#bet-col-3 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 48px;
	z-index: 1;
}
#bet-doz-3 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 228px;
	z-index: 1;
}
#bet-hilo-1 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 108px;
	z-index: 1;
}
#bet-eo-1 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 108px;
	z-index: 1;
}
#bet-rb-1 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 108px;
	z-index: 1;
}
#bet-hilo-2 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 108px;
	z-index: 1;
}
#bet-eo-2 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 108px;
	z-index: 1;
}
#bet-rb-2 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 48px;
	margin: 6px;
	position: absolute;
	width: 108px;
	z-index: 1;
}
.g-actions-wrapper {
	bottom: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	direction: ltr;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.g-actions-wrapper .g-actions {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	display: inline-block;
	padding: 5px;
	position: relative;
	z-index: 4;
}
.g-actions-wrapper .g-actions:before, .g-actions-wrapper .g-actions:after {
	content: "";
	display: table;
}
.g-actions-wrapper .g-actions:after {
	clear: both;
}
.g-actions-wrapper .g-actions .g-actions-bet {
	display: inline-block;
	float: right
}
.g-actions-wrapper .g-actions .g-actions-bet:before, .g-actions-wrapper .g-actions .g-actions-bet:after {
	content: "";
	display: table;
}
.g-actions-wrapper .g-actions .g-actions-bet:after {
	clear: both;
}
.g-actions-wrapper .g-actions .operators, .g-actions-wrapper .g-actions .betinput {
	float: left;
}
.g-actions-wrapper .g-actions .disabled {
	color: #999;
	opacity: 0.33;
}
.g-actions-wrapper .betperclickinput {
	background: linear-gradient(to bottom, #f5f5f5, #b5b5b5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
	box-sizing: border-box;
	display: inline-block;
	height: 60px;
	margin: 5px;
	overflow: hidden;
	padding: 3px;
	vertical-align: bottom;
	width: 120px;
	float: left
}
.g-actions-wrapper .betperclickinput .betsize {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	box-sizing: border-box;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}
.g-actions-wrapper .betperclickinput p {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	margin: 0;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
}
.g-actions-wrapper .action, .g-actions-wrapper .betinput {
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
	display: inline-block;
	height: 60px;
	margin: 5px;
	padding: 10px 30px;
	vertical-align: bottom;
}
.g-actions-wrapper .action {
	-moz-user-select: none;
	background: linear-gradient(to bottom, #f5f5f5, #b5b5b5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #222;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color: #444;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	outline: medium none;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
}
.g-actions-wrapper .action:hover:not(:disabled) {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.66), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color: #000;
}
.g-actions-wrapper .action:active:not(:disabled) {
	background: none repeat scroll 0 0 #b5b5b5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	color: #000;
}
.g-actions-wrapper .action.disabled {
	color: #999;
	opacity: 0.33;
}
.g-actions-wrapper .operators {
	margin: 5px;
}
.g-actions-wrapper .operator {
	clear: both;
	float: left;
	font-size: 0.8em;
	height: 27.5px;
	line-height: 23.5px;
	margin: 0;
	padding: 0;
	width: 4em;
}
.g-actions-wrapper .operator small {
	font-size: 0.8em;
}
.g-actions-wrapper .operator:first-child {
	margin: 0 0 5px;
}
.g-actions-wrapper .betinput {
	background: none repeat scroll 0 0 #fff;
	box-sizing: border-box;
	padding: 10px 0;
}
.g-actions-wrapper .betsize {
	border: 0 none;
	box-shadow: none;
	font-size: 1.25em;
	font-weight: bold;
	height: 40px;
	outline: medium none;
	padding: 0 10px;
	text-align: center;
	width: 120px;
}
.g-actions-wrapper .betsize:focus {
	box-shadow: none;
}
.g-actions-wrapper .check-bt {
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 500;
	padding: 6px;
}
.g-actions-wrapper .check-bt:hover:not(.disabled) {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color: inherit;
}
.g-actions-wrapper .check-bt:active:not(.disabled) {
	background: inherit;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color: inherit;
}
.g-actions-wrapper .check-bt label {
	cursor: pointer;
	display: block;
}
.g-actions-wrapper .check-bt input {
	display: inline-block;
}
.g-actions-wrapper .check-bt.yellow {
	background: linear-gradient(to bottom, #feba00, #e8aa01) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #483704;
}
.g-actions-wrapper .check-bt.yellow:active:not(.disabled) {
	background: linear-gradient(to bottom, #feba00, #e8aa01) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#bet-sizer, .bet-sizer {
	float: left;
	margin: 5px;
}
#bet-sizer .betinput, .bet-sizer .betinput {
	background: linear-gradient(to bottom, #f5f5f5, #b5b5b5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 0 0 5px 5px;
	border-top: 0 none;
	box-sizing: border-box;
	height: 37px;
	margin: 0;
	padding: 3px;
	width: 200px;
}
#bet-sizer .betsize, .bet-sizer .betsize {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 1.25em;
	font-weight: bold;
	height: 100%;
	margin: 0;
	outline: medium none;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
#bet-sizer .shortcuts, .bet-sizer .shortcuts {
}
#bet-sizer .shortcuts:before, .bet-sizer .shortcuts:before, #bet-sizer .shortcuts:after, .bet-sizer .shortcuts:after {
	content: "";
	display: table;
}
#bet-sizer .shortcuts:after, .bet-sizer .shortcuts:after {
	clear: both;
}
#bet-sizer .shortcuts button, .bet-sizer .shortcuts button {
	background: none repeat scroll 0 0 #f5f5f5;
	border-bottom: 0 none;
	border-radius: 5px 5px 0 0;
	float: left;
	font-size: 0.8em;
	height: 23px;
	line-height: 23.5px;
	margin: 0;
	padding: 0;
	width: 40px;
}
#bet-sizer .shortcuts button small, .bet-sizer .shortcuts button small {
	font-size: 0.8em;
}
#bet-sizer .shortcuts button:first-child, .bet-sizer .shortcuts button:first-child {
	margin: 0;
}
audio {
}
.g-meta {
	background: none;
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 100%;
}
.g-meta #provably-fair-wrapper {
	padding: 10px;
}
.g-meta #provably-fair-wrapper .meta-bt {
	margin: 0;
}
#sound-toggle-wrapper {
	float: right;
	padding: 10px;
}
#keyboard-shortcuts-toggle {
	float: right;
	padding: 10px 0 10px 10px;
	vertical-align: bottom;
}
.meta-bt {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	height: 17px;
}
.provably-fair-toggle.active {
	border-radius: 0 0 5px 5px;
}
.provably-fair-toggle .icon-fair {
	vertical-align: -1px;
}
.g-meta #provably-fair-data {
	background: none repeat scroll 0 0 #222;
	border-radius: 5px 5px 5px 0;
	bottom: 40px;
	display: none;
	font-size: 0.875em;
	left: 10px;
	padding: 10px;
	position: absolute;
	text-align: left;
	z-index: 4;
}
.g-meta #provably-fair-data h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
.g-meta #provably-fair-data #verify-link {
	color: #25950f;
	margin-left: 5px;
	text-decoration: none;
}
.g-meta #provably-fair-data #verify-link:hover {
	text-decoration: underline;
}
.g-meta #provably-fair-data .seed-wrap {
	margin-bottom: 5px;
}
.g-meta #provably-fair-data .seed {
	display: block;
	margin-top: 3px;
	white-space: nowrap;
}
.g-meta #provably-fair-data label {
	color: #cecec6;
	display: inline-block;
	font-size: 0.813rem;
	margin-right: 0.375em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	width: 80px;
}
.g-meta #provably-fair-data input {
	border: 1px solid #000;
	border-radius: 3px;
	padding: 5px 10px;
	width: 100px;
}
#copy-address, #show-qr-bt, #generate-address-bt, .nav-gselect, .nav-gselect .dropdown, #view-help, #view-rule, .meta-bt {
	-moz-user-select: none;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #eee;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#copy-address:active, #show-qr-bt:active, #generate-address-bt:active, .nav-gselect:active, .nav-gselect .dropdown:active, #view-help:active, #view-rule:active, .meta-bt:active {
	color: #feba00;
}
#copy-address.black, #show-qr-bt.black, #generate-address-bt.black, .nav-gselect.black, .nav-gselect .dropdown.black, #view-help.black, #view-rule.black, .meta-bt.black, #copy-address, #show-qr-bt, #generate-address-bt, .nav-gselect, .nav-gselect .dropdown, .meta-bt {
	background: none repeat scroll 0 0 #222;
	color: #ddd;
}
#copy-address.black:hover, #show-qr-bt.black:hover, #generate-address-bt.black:hover, .nav-gselect.black:hover, .nav-gselect .dropdown.black:hover, #view-help.black:hover, #view-rule.black:hover, .meta-bt.black:hover, #copy-address:hover, #show-qr-bt:hover, #generate-address-bt:hover, .nav-gselect:hover, .nav-gselect .dropdown:hover, .meta-bt:hover {
	color: #fff;
}
#view-help, #view-rule {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	left: 10px;
	position: absolute;
	top: 10px;
	z-index: 9;
}
#help {
	bottom: 100px;
	display: none;
	left: 0;
	padding: 40px 15px 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}
#help.active {
	display: block;
}
#help .modal-body {
	font-size: 13px;
}
#help .modal-body p {
	margin: 0 0 10px;
}
#help .modal-body .advanced {
	background-color: #eee;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
}
#help .modal-body .house-edge {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px 0 0;
	padding: 5px;
}
#rules {
	width: 600px;
}
#view-help, #view-rule {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	left: 10px;
	position: absolute;
	top: 10px;
	z-index: 9;
}
#help table {
	width: 100%;
}
#help table th {
	font-weight: 700;
	text-align: left;
}
#help table tr {
	border-bottom: 1px solid #ddd;
}
#help table td {
	height: 20px;
	border-bottom: 1px solid #ddd;
}
.modal-content {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
}
.modal-header {
	background: none repeat scroll 0 0 #f0f0f0;
	border-bottom: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
.modal-header h3 {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.modal-header .close-bt {
	border-left: 1px solid #ccc;
	color: #777;
	float: right;
	font-family: Helvetica, Arial sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 100%;
	line-height: 20px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 #fff;
}
.modal-header .close-bt:hover {
	color: #d23737;
}
.modal-body {
	background: url("https://d3aoshlmxseea9.cloudfront.net/img/shattered_white.png?_=1408528733469") repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 15px;
}
.modal-footer {
	background: none repeat scroll 0 0 #f0f0f0;
	border-top: 1px solid #ccc;
	padding: 15px;
	text-align: center;
}
.modal-footer .btnn + .btnn {
	margin-left: 5px;
}
.page-wrapper {
	background: none repeat scroll 0 0 #007a5c;
	border-bottom: 1px solid #2b2b2b;
	border-top: 1px solid #2b2b2b;
	overflow: visible;
	padding: 20px;
	position: relative;
}
.page {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	color: #777;
	overflow: hidden;
}
.page .side {
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	margin-top: 10px
}
.page h1, .page h2, .page h3 {
	color: #555;
	font-weight: bold;
	margin: 0;
}
.page .page-title {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0 #02553e;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
}
.page .page-title span {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: -1px;
}
.page h3 {
	font-size: 1em;
	margin: 0 0 2px;
}
.page em {
	background-color: #fffeca;
	padding: 0 0.1em;
}
.page p {
	line-height: 20px;
}
.page p:last-child {
	margin: 0;
}
.page a {
	color: #0083b4;
}
.page a:hover {
	color: #006990;
}
.hero-title {
	color: #fff;
	font-size: 36px;
	margin: 0;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.games {
	box-sizing: border-box;
	margin: 30px 0;
	overflow: hidden;
	text-align: center;
}
.games:before, .games:after {
	content: "";
	display: table;
}
.games:after {
	clear: both;
}
.games h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.games .game {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	display: inline-block;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	transition: background 0.15s linear 0s;
	width: 220px;
}
.games .game:hover {
	background: none repeat scroll 0 0 #013b2b;
}
.games .game.new .game-url:after {
	background: url("../images/Casino/banner-new.png") no-repeat;
	content: "";
	display: block;
	height: 88px;
	margin: -3px 0 0 -3px;
	width: 101px;
}
.games .game a {
	display: block;
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}
.games .game a:hover .game-name {
	color: #feba00;
}
.games .game .game-icon {
	background: url("../images/Casino/game_icons.png") no-repeat;
	border-radius: 3px;
	height: 200px;
	width: 200px;
}
.games .game .game-icon.american-roulette {
	background-position: 0 0;
}
.games .game .game-icon.roulette {
	background-position: -200px 0;
}
.games .game .game-icon.lucky7 {
	background-position: -400px 0;
}
.games .game .game-icon.casino-war {
	background-position: -600px 0;
}
.games .game .game-icon.blackjack {
	background-position: -800px 0;
}
.games .game .game-icon.video-poker {
	background-position: -1000px 0;
}
.games .game .game-icon.baccarat {
	background-position: -1200px 0;
}
.games .game .game-icon.dice {
	background-position: -1400px 0;
}
.games .game .game-icon.bombs {
	background-position: -1600px 0;
}
.games .game .game-name {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 2px;
	padding-top: 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
.games .game .game-cat {
	color: #90bf78;
	font-size: 14px;
	text-transform: uppercase;
}
.games .game .game-url {
	border-radius: 5px;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.games .game .game-url:hover {
	transition: all 0.2s linear 0s;
}
.games .game .game-url:hover .mode-bt {
	display: block;
}
.games .game .game-url .game-mode {
	bottom: 45px;
	position: absolute;
	width: 100%;
}
.mode-bt {
	border-radius: 5px;
	display: none;
	font-weight: 700;
	margin: 10px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
}
.mode-bt:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
.mode-bt.btc {
	background: linear-gradient(to bottom, #f5cb08, #ebae08) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #574004;
	color: #483704;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.mode-bt.btc:hover {
	background: linear-gradient(to bottom, #f5d959, #ebae08) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.padding-con {
	padding: 20px;
}
.padding-con:before, .padding-con:after {
	content: "";
	display: table;
}
.padding-con:after {
	clear: both;
}
.page #provably-fair-wrapper {
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	width: 100%;
}
.page #provably-fair-data {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f3f2f1;
	border-color: #ccc #ccc -moz-use-text-color;
	border-image: none;
	border-radius: 5px 5px 0 0;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #222;
	display: block;
	padding: 20px;
}
.page #provably-fair-data h2, .page #provably-fair-data label {
	color: inherit;
}
.page #provably-fair-data h2 {
	font-size: 20px;
	margin-bottom: 8px;
}
.page #provably-fair-data .seed {
	margin-bottom: 2px;
	font-size: 14px;
}
.page #provably-fair-data .seed label {
	float: left;
	width: 12%;
	padding: 5px 0;
}
.page #provably-fair-data .seed input {
	border: 1px solid #ccc;
	width: 88%;
	float: left;
	padding: 5px;
	margin-bottom: 5px;
}
.page #provably-fair-data .clean-shuffle {
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	height: 40px;
	margin: 10px 0 10px 30%;
	overflow-y: scroll;
	padding: 10px;
	width: 70%;
}
.page #provably-fair-data #verify-bt {
	display: block;
	margin: 5px 0 0 12%;
}
.page #verification-result {
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	list-style: none outside none;
	margin: 0;
	padding: 10px;
	font-size: 14px;
}
.page #verification-result .failed {
	text-decoration: line-through;
}
.page #verification-result .verified {
	color: #25950f;
}
.page #verification-result .not_verified {
	color: #ce1010;
}
.btnn {
	-moz-user-select: none;
	background: none repeat scroll 0 0 #e5e5e5;
	border: 0 none;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	outline: medium none;
	padding: 10px 15px;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
}
.btnn:hover {
	background: none repeat scroll 0 0 #cecece;
}
.btnn:active {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
}
.btnn.primary {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat scroll 0 0 #0083b4;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btnn.primary:hover {
	background: none repeat scroll 0 0 #0083b4;
}
.casino-alert .alertbox {
	margin: 370px 0 0 -275px;
	left: 50%;
	z-index: 20;
}
.modalback {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	color: gray;
}
.soundmaker {
	position: absolute;
	margin-left: -2000px;
}
.luckynumber {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-radius: 60px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: #483704;
	font-size: 13px;
	font-weight: 700;
	height: 28px;
	width: 28px;
	line-height: 26px;
	min-width: 18px;
	padding: 0 5px;
	text-align: center;
	margin: 0 auto;
	color: #ffffff
}
.luckynumber.green {
	background: linear-gradient(#079700, #067400) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #079700;
}
.luckynumber.red {
	background: linear-gradient(#dc0000, #b40101) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #dc0000;
}
.luckynumber.black {
	background: linear-gradient(#3f3f3f, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #000000;
}
.casinohistory {
	float: right
}
#g-blackjack.g-main-wrapper {
	background: #0c6722;
	background-image: url("../images/casino/blackjack/blackjack-logo.svg"), url("../images/casino/blackjack/bg.png");
	background-image: url("../images/casino/blackjack/blackjack-logo.svg"), -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) 100%), url("../images/casino/blackjack/bg.png");
	background-image: url("../images/casino/blackjack/blackjack-logo.svg"), -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) 100%), url("../images/casino/blackjack/bg.png");
	background-image: url("../images/casino/blackjack/blackjack-logo.svg"), radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) 100%), url("../images/casino/blackjack/bg.png");
	background-repeat: no-repeat, repeat, repeat;
	background-position: center 35%;
	background-size: 50%, auto, auto;
}
.g-meta #provably-fair-data {
	border-radius: 5px 0 5px 5px;
	bottom: 40px;
	right: 10px;
	left: auto;
	text-align: right;
}
.g-meta #provably-fair-data input {
	direction: ltr;
	text-align: left
}
.g-meta #provably-fair-data label {
	width: 85px;
}
#view-rule {
	right: 10px;
	left: auto;
}
#view-help {
	left: 10px;
	right: auto;
}
#help {
	padding: 40px 10px 10px;
	direction: rtl
}
#help table th {
	text-align: right
}
.modal-header .close-bt {
	border-right: 1px solid #ccc;
	float: left;
}
.modal-header h3 {
	font-size: 16px;
}
#help .modal-body {
	font-size: 12px;
}
#bet-meta {
	direction: rtl
}
#bet-size {
	left: auto;
	right: 0;
}
.page #provably-fair-data input {
	direction: ltr
}
.page #provably-fair-data .seed label {
	float: right;
}
.page #provably-fair-data .seed input {
	float: right;
}
.page #provably-fair-data #verify-bt {
	margin: 5px 12% 0 0;
}
.soundmaker {
	margin-right: -2000px;
}
.casinohistory {
	float: left
}
.games .game .game-url .game-mode {
	bottom: 75px;
}
.mode-bt.btc {
	padding: 5px
}
.g-actions-wrapper .betperclickinput p {
}
.upcoming-select {
	float: left;
	width: 166px;
	border-radius: 3px;
	padding: 2px;
	font-size: 11px;
}
.inner-headder {
	background-color: #000;
	padding: 10px;
	border-radius: 3px;
}
.pagination > li.active {
	background-color: #202946;
	background-image: -moz-linear-gradient(center top, #F9F9F9, #EAEAEA);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	color: #717171;
	display: inline-block;
	margin: 1px 2px;
	padding: 1px 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 3px;
}
.pagination > li {
	float: right;
	margin: 0px 4px;
}
.pagination>li>a {
	border-radius: 3px;
}
.pagination > li.active > span {
	background-color: #202946!important;
	color: #fff;
	border: none!important;
}
.dark_theme .pagination > li.active > span {
	background-color: #000!important;
	border-color: #000!important;
}
.dark_theme .pagination > li.active {
	background-color: #151515;
}
.green_theme .pagination > li.active > span {
	background-color: #15340a !important;
}
.green_theme .pagination > li.active {
	background-color: #15340a;
}
.support-badge {
	background-color: red;
	padding: 1px 8px 0px 8px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	margin: 0px -8px 0 0;
	font-weight: bolder;
}
.accountsummary {
	padding: 2em;
}
/********************************responsive table start****************************/
.responsive_tbl table {
	border-collapse: collapse;
	margin: auto !important;
	width: 85%;
	table-layout: fixed;
}
.responsive_tbl table caption {
	font-size: 1.2em;
	color: white;
	margin-top: 15px;
	padding: 10px;
	border-radius: 3px;
}
.blue_theme .responsive_tbl table caption {
	background-color: #000f32;
	color: white;
}
.dark_theme .responsive_tbl table caption {
	background-color: #0490cd;
}
.responsive_tbl thead tr {
	border: 1px solid #000;
}
.responsive_tbl table tbody tr {
	background: #282828;
	border-bottom: 1px solid #3E3E3E;
}
.responsive_tbl table tbody tr:hover {
	background-color: #303030;
}
.responsive_tbl table th, .responsive_tbl table tr td {
	padding: .625em;
	text-align: center;
	color: #fff;
	word-wrap: break-word;
}
.responsive_tbl table tr td.link:hover {
	color: #ccc;
	cursor: pointer;
}
.responsive_tbl table th {
	font-size: 1em;
	font-weight: normal;
}

@media screen and (max-width:600px) {
.tabSwitch li a {
	font-size: .8em;
}
.responsive_tbl table {
	border: 0;
}
.responsive_tbl table caption {
	font-size: 1em;
}
.responsive_tbl table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.responsive_tbl table tr {
	border-bottom: 3px solid #717070;
	display: block;
    width: 90%;
    margin-bottom: 4em;
}
.responsive_tbl table tr td {
	border-bottom: 1px solid #3E3E3E;
	display: block;
	font-size: .8em;
	text-align: center;
	padding: 15px 5px !important;
}
.responsive_tbl table td:before {
	content: attr(data-label);
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.responsive_tbl table td:last-child {
	border-bottom: 0;
}
.responsive_tbl hr {
	width: 80%;
	margin: 10px auto;
}
.responsive_tbl table.inner-tbl {
	width: 80%;
	margin: 5px auto;
}
}

@media only screen and (min-width:601px) {
.responsive_tbl table.inner-tbl {
	border: none;
}
.responsive_tbl table.inner-tbl tr {
	border: none;
	border-bottom: 1px solid #ddd !important;
}
}

/********************************responsive table end****************************/

/******************************** predict btn start ****************************/
@media only screen and (min-width:992px) {
.predict-div {
	display: none;
}
}

@media only screen and (max-width:991px) {
.predict-div {
	will-change: transform;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 86px;
	z-index: 1;
	background-image: linear-gradient(rgba(0,0,0,0), #000000);
}
.predict-btn {
	display: block;
	position: relative;
	background: linear-gradient(#0490cd, #614513);
	border-color: #2a2a2a;
	color: white !important;
	font-size: 2em;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 50%;
	height: 56px;
	width: 56px;
}
.predict-div .notification {
	border: 1px solid #000;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -4px;
	font-size: 16px;
	right: -10px;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
}
}
/******************************** predict btn end****************************/
.withdraw-top {
	margin: 20px;
}
.withdraw-top .report {
	margin: 0 auto;
}
.withdraw-btn {
	text-align: center;
}
/***************************************play start***************************/
/*.play-box{
    margin-bottom: 20px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    background-color: #4D720B;
    border-radius: 3px;
}*/
.play {
	border-radius: 4px;
	background: url(../images/soccer.png) no-repeat;
	height: auto;
	background-size: 100% 100%;
}
.play .play-reasult {
	padding: 35px 0;
	font-size: 2em;
}
.play .play-reasult .reasult {
	color: white;
}

@media only screen and (min-width:992px) {
.play .play-reasult .team-name1 {
	text-align: left;
}
}

@media only screen and (max-width:991px) {
.play .play-reasult {
	text-align: center;
}
}
.play .rand {
	background-color: #333;
	opacity: .6;
	padding: 10px 0;
	border-radius: 5px;
}
.play .rand span:first-child {
	margin-left: 5px;
	color: white;
}
.play-box .table-header {
	width: 100%;
	background-color: black;
	opacity: .9;
	margin-top: 10px;
	padding: 6px;
	border-radius: 3px;
}
.play-box table {
	width: 100%;
}
.play-box table th {
	background-color: rgba(0,0,0,0.7);
	padding: 8px 5px;
	color: #fff;
}
.play-box table tr {
	background-color: rgba(0,0,0,0.7);
	opacity: .8;
}
.play-box table tr td {
	padding: 10px;
	color: white;
}
.play-box .team-logo {
	height: 40px;
	width: 40px;
}
.team-logo {
	margin: 0 5px;
}
.play-box .logo1 {
	float: left;
	margin-right: 5px;
}
.play-box .logo2 {
	float: right;
	margin-left: 5px;
}
.play-box .table-team-logo {
	width: 20px;
	height: 20px;
	float: right;
	margin-left: 5px;
}
/***************************************play end***************************/
.animate-header {
	padding: 10px;
	border-radius: 3px;
}
.dark_theme .animate-header {
	background-color: #000;
	color: #fff;
}
.animate-play {
	min-height: 100px;
}
.animate-play iframe {
	width: 100%;
}
/**************************************search box start*************************************/
.search-upcoming {
	margin-bottom: 10px;
	margin-top: 10px;
}
.search-upcoming .form-group {
	background-color: white;
	padding: 0;
	border-radius: 7px;
}
.search-upcoming .form-control {
	font-size: 11px
}
.search-upcoming .btn {
	background: black;
	border-radius: 6px 0 0 6px;
	padding: 7px;
}
.search-upcoming .btn i {
	color: white;
}
.search-upcoming .btn:hover i {
	color: #fece01;
}
.deleteall {
	color: #FC2426;
}
.team-name1, .team-name2 {
	word-wrap: break-word;
	padding: 0;
	color: #fff;
}
.text-weather p {
	line-height: 16px;
	margin-bottom: 20px;
	padding: 0;
}
.text-weather span:first-child {
	color: #FECE01;
}
.text-color {
	color: #FECE01;
}
.text-white {
	color: #fff !important;
	;
}
.inner-pad span, .inner-pad b {
	padding: 5px 2px;
}
.style-switcher-open img {
	width: 30px;
	height: 30px;
}
.inplaybtn.event-btn {
	padding: 0;
	background-color: #3b3b3b;
	border: 1px solid #191919;
	border-radius: 3px;
}
.inplaybet .inplaybtn b {
	display: inline-block;
	font-weight: normal;
	float: right;
	text-align: right;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	vertical-align: middle;
}
.inplaybet li.inplaybtn {
	background: #151515 none repeat scroll 0 0;
	border: 1px solid #282828;
	border-radius: 1px;
	display: block;
	line-height: 21px;
	margin-top: 0;
	padding: 5px;
}
.indexcity {
	z-index: 99999;
}
.right {
	right: 0 !important;
	transition: all 0.8s ease-out;
	margin-top: -26px;
}
.credit-btn {
	background-color: #0490cd;
	border: 1px solid #0490cd;
	color: white;
	margin-top: 30px;
}
/************************************go top button**************************************/
.go-top-btn {
	background: linear-gradient(#5e5e5e, #000);
	border-color: #2a2a2a;
	font-size: 1.5em;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	border-radius: 5px;
	bottom: 50px;
	height: 51px;
	right: 30px;
}
.btn.go-top-btn:focus, .btn.go-top-btn:active:focus {
	background: linear-gradient(#5e5e5e, #000);
}
.go-top-btn i {
	color: white;
	-webkit-animation: sdb04 2s infinite;
	-moz-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
}
.root-slider .owl-dots {
	display: none;
}

/************************************slider start**************************************/
@media only screen and (max-width:767px) {
.credit-btn {
	width: 100%;
	margin-right: 0px;
}
.play .result-table {
	width: 90%;
	margin: 0 auto;
}
.logo_block {
	position: relative;
	right: -25px;
}
.root-slider-indicator .container {
	padding: 0;
}
/*
.root-slider .item img {
	height: 300px;
}
*/
.root-slider .owl-prev, .root-slider .owl-next {
	top: 100px;
	font-size: 2em;
}
.root-slider-indicator .container a {
	position: relative;
	width: 33.33%;
	text-align: center;
	padding: 15px 55px 15px 20px;
	height: auto;
}
/*.root-slider-indicator .container a p:first-child{
        font-size: 2em;
        line-height: 1;
        margin-bottom: 10px;
    }*/
    /*.root-slider-indicator .container a p{
        font-size: 1em;
        margin-bottom: 0;
    }*/
    /*.root-slider-indicator .container a button{
        position: absolute;
        top: 10px;
        right: 24px;
        width: 63px;
        height: 63px;
        border-radius: 50%;
        background-color: #9143f9;
        color: white;
        font-size: .8em;
        cursor: pointer;
        border-style: solid;
        border: none;
    }*/
.root-slider .slider-text {
	top: 45px;
}
/*.root-slider .slider-text h2{
        font-size: 2em;
        font-weight: 600;
    }*/
    /*.root-slider .slider-text a{
        font-size: 1em;
    }*/

}

@media only screen and (max-width:900px) and (min-width:768px) {
.root-slider .item img {
	height: 360px;
}
.KDpoker {
   margin-top: -205px !important;
height: 310px;

}

.KDpokerimg {
    margin-top: -2px !important;
}
.KDpopo {
    width: 60% !important;
    margin-bottom: 29px;
}
.pokerbutton {
    font-size: 18px;
    color: #694900;
    background-color: #febd00;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 21px 9px 22px !important;
    position: absolute;
    line-height: 1px;
height:40px;
}
.res600 {
    width: 48% !important;
right: 0 !important;
}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}
.CDheight{
margin-top: 80px;
}
}


@media only screen and (max-width:767px) and (min-width:602px) {
.root-slider .item img {
	height: 350px;
}
.KDpoker {
    margin-top: 0;

}

.KDpokerimg {
    margin-top: -2px;
}
.KDpopo {
    width: 77%;
    margin-bottom: 29px;
}
.pokerbutton {
    font-size: 18px;
    color: #694900;
    background-color: #febd00;
    border-radius: 4px 4px 4px 4px;
    padding: 3px 19px 9px 22px;
    position: absolute;
    line-height: 1px;
height:20px !important;
}
.res600 {
    width: 48% !important;
right: -32%;
margin-top: 17% !important;
}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}
}

@media only screen and (max-width:1200px) and (min-width:901px) {
.root-slider .item img {
	height: 400px;
}
}

@media only screen and (min-width:1201px) {
.root-slider .item img {
	height: 500px;
}
}

@media only screen and (min-width:769px) {
.topup-form .sitebox {
	width: 80%;
}
.credit-btn {
	width: 68%;
	margin-right: 17px;
}
.play .result-table {
	width: 75%;
	margin: 0 auto;
}
.play .play-reasult p {
	font-size: 0.55em;
	color: #fff;
	text-align: center;
}
.root-slider .owl-prev, .root-slider .owl-next {
	top: 390px;
	font-size: 3em;
}
.root-slider-indicator .container a {
	padding-top: 20px;
	height: 205px;
}
.root-slider-indicator .container a h3 {
	font-size: 1.3em;
/*	line-height: 40px;*/
	margin-bottom: 20px;
background-color:#000;
	opacity: 0;
}
.root-slider-indicator .container a:hover h3 {
	font-size: 1.3em;
/*	line-height: 40px;*/
	margin-bottom: 20px;
background-color:#000;
	opacity: 1;
}


.root-slider-indicator .container a p {
	font-size: 1.1em;
	margin-bottom: 30px;
}
.root-slider-indicator .container a img {
	display: inline-block;
	height: 70px;
	padding: 0 50px;
	line-height: 46px;
	color: #fff;
	/*	background-color: #0490cd;*/
	border-radius: 50px;
	box-sizing: border-box;
	font-size: 16px;/*
	border-style: solid;
	border: none;
*/
}
.root-slider .slider-text {
	top: 115px;
}
.root-slider .slider-text h2 {
	font-size: 3em;
	font-weight: 600;
}
.root-slider .slider-text a {
	font-size: 1.5em;
}
}
/**************************root slider*************************************************/
.root-slider {
	direction: ltr;
}
.root-slider .item img {
	width: 100%;
	max-width: none;
}
.root-slider .owl-prev {
	position: absolute;
	right: 15px;
	color: white;
}
.root-slider .owl-next {
	position: absolute;
	left: 15px;
	color: white;
}
.root-slider .slider-text {
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	direction: rtl;
}
.root-slider .slider-text h2 p {
	font-size: .5em;
	font-weight: normal;
}
.root-slider .slider-text a {
	padding: 15px 30px;
	background-color: #9143f9;
	border-color: #9143f9;
	color: #fff;
	border-radius: 60px;
	border: none;
}
.root-slider .slider-text a:hover {
	border-color: #9143f9;
	background-color: #6b2dbd;
}
.root-slider-indicator {
	background-color: #010015;
/*	background-color: rgba(0, 0, 0, 0.55);*/
/*	position: absolute; */
	z-index: 1;
	bottom: 0;
	width: 100%;
/*	border-top: 1px solid rgba(255, 255, 255, 0.4);*/
}
.root-slider-indicator .container a h3 {
	display: block;
	color: #fff;
background-color:#000;
	opacity: 0;
}
.root-slider-indicator .container a:hover h3 {
	font-size: 1.3em;
/*	line-height: 40px;*/
	margin-bottom: 20px;
background-color:#000;
	opacity: 1;
}


.root-slider-indicator .container a p {
	display: block;
	color: #0490cd;
}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}
.root-slider-indicator .container a.active {
/*border-top: 4px solid #0490cd;*/
}
.root-slider-indicator .container a.active button {
	/*background-color: #0490cd !important;
    border-color: #0490cd !important;*/
	background-color: #6b2dbd;
}
.root-slider-indicator .container a:hover button {
	background-color: transparent;
	border: 2px solid #0490cd;
}
/**************************sports slider*************************************************/
.sports-slider {
	z-index: 0;
}
.sports-slider .item {
	text-align: center;
	padding-top: 10px;
}
.sports-slider .item img {
	width: 32px;
	height: 32px;
	margin-bottom: 7px;
}
.sports-slider .item a p:first-child {
	font-size: .9em;
	margin-bottom: 0px;
}
.sports-slider .item a p {
	color: #999;
}
.sports-slider .item:hover a p {
	color: #fff;
}
.sports-slider .item.active a p {
	color: #fff;
}
.owl-carousel.sports-slider .owl-nav button.owl-prev {
	width: 34px;
	height: 34px;
	background-color: #282828;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	position: absolute;
	top: 25px;
	right: 0;
}
.owl-carousel.sports-slider .owl-nav button.owl-next {
	width: 34px;
	height: 34px;
	background-color: #282828;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	position: absolute;
	top: 25px;
	left: 0;
}
/********************top slider********************/
.top-slider {
	padding: 20px 0;
	background-color: #303030;
}
.top-slider .item {
	margin: 0 10px;
}
.top-slider .item img {
	height: 260px;
	border-radius: 10px;
}
.owl-carousel.top-slider {
	z-index: 0;
}
.owl-carousel.top-slider .owl-nav button.owl-prev {
	width: 34px;
	height: 34px;
	background-color: #282828;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	position: absolute;
	top: 110px;
	right: 0;
}
.owl-carousel.top-slider .owl-nav button.owl-next {
	width: 34px;
	height: 34px;
	background-color: #282828;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	position: absolute;
	top: 110px;
	left: 0;
}
.owl-carousel.top-slider .owl-dots {
	text-align: right;
}
.owl-theme.top-slider .owl-dots .owl-dot.active span, .owl-theme.side-slider .owl-dots .owl-dot.active span {
	background: #0490cd;
}
.owl-theme.top-slider .owl-dots .owl-dot span, .owl-theme.side-slider .owl-dots .owl-dot span {
	width: 20px;
	height: 4px;
}
.top-slider .slider-text {
	position: absolute;
	width: 100%;
	top: 20px;
	text-align: center;
	direction: rtl;
}
.top-slider .slider-text h3 p {
	text-shadow: 2px 2px 4px #000000;
	color: #fff;
}

@media only screen and (max-width:1200px) and (min-width:992px) {
.top-slider .item img {
	height: 200px !important;
}
.top-slider .slider-text h3 {
	font-size: 1em;
}
}
.slide-btn {
	padding: 10px 7px;
	border-radius: 12px;
	font-size: .9em;
	display: inline;
	background-color: #0490cd;
	border: 2px solid #0490cd;
	color: #fff;
}
.slide-btn:hover {
	background-color: transparent;
}
.btn-offer {
	background-color: #0490cd;
	color: white;
	padding: 2px 25px;
}
/*******************side sports*******************/
.side-sports {
	background-color: #282828;
	padding: 8px;
}
.side-sports h3 {
	color: white;
	font-size: 1.2em;
	padding: 7px 14px 2px;
	margin-bottom: 0;
	margin-top: 0;
}
.side-sports h3:before {
	position: absolute;
	top: 31px;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 3px;
	content: "";
	border-radius: 2px;
	background-color: #0490cd;
}
.side-sports li {
	padding: 15px 5px;
	background-color: #000;
	border-radius: 3px;
	margin: 4px 0;
        text-align: right;
        width: 100%; 
}
.side-sports li a {
	display: block;
	width: 100%;
	height: 20px;
}
.side-sports li a label {
	display: inline;
	color: #c8d2f0;
}
.side-sports li:hover, .side-sports li.active {
	background-color: #101010;
}
/**********************side slider****************/
.side-slider {
	z-index: 0;
}
.side-slider .item img {
	height: 150px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.side-slider .item .slider-text {
	padding: 20px;
	background-color: #000;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.side-slider .item .slider-text h4 {
	margin: 0;
	color: white;
	font-size: 1.2em;
}
.side-slider .item .slider-text p {
	text-align: justify;
	color: white;
}
.mark-side {
	margin: 0;
	padding: 0 10px;
}
.mark-side:before {
	position: absolute;
	top: 20px;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 3px;
	content: "";
	border-radius: 2px;
	background-color: #0490cd;
}
/**********************casino************************/
.casino-games a{
 margin-bottom: 35px;
}
.casino-games a img {
	width: 100%;
	height: 200px;
	transition: all .2s ease-in-out;
}
.casino-games a:hover img{
	transform: scale(1.01,1.01);
}
.casino-name{
	height: 36px;
}
.casino-name h4 {
	text-align: center;
    color: white;
    font-size: 2em;
    border: 2px solid #0490cd;
    padding: 5px 0;
}
.casino-games a:hover h4{
	border-width: 3px;
}
.casino-links img{
	width: 100%;
    height: 140px;
	cursor: pointer;
}
@media only screen and (min-width:768px) {
/*
	.top-slider .owl-next,.top-slider .owl-prev{
		opacity: 0;
	}
	.top-slider .item img:hover .owl-next{
		opacity: 1;
	}
*/
}
 @keyframes sdb04 {
 0% {
 transform:translate(0, 0);
}
 20% {
 transform: translate(0px, 5px);
}
 40% {
 transform: translate(0, 0);
}
}

@media only screen and (max-width: 767px) {
.navbar-collapse {
	background-color: black;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: all 0.8s ease-out;
	height: 100%;
	width: 100%;
	right: 700px;
	overflow: scroll;
}
}

@media (max-width: 1200px) {
.top-dropdown-menu {
	display: none;
}
.win_rtl .navbar-nav > li {
	width: 100%;
	text-align: center;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media only screen and (min-width:991px) and(max-width:1200px) {
 .navbar-default .navbar-toggle {
 top: 10px !important;
}
}

/*******************************CUSTOM***************************/

@media only screen and (max-width: 900px) {
.root-slider-indicator .container a h3 {
	color: #0490cd;
	font-size: 2em;
/*	line-height: 1;*/
	margin-top: -62px;
background-color:#000;
	opacity: 0;
}
.root-slider-indicator .container a:hover h3 {
	font-size: 1.3em;
/*	line-height: 40px;*/
	margin-bottom: 20px;
background-color:#000;
	opacity: 1;
}


.root-slider-indicator .container a p {
	font-size: 1em;
	margin-bottom: 0;
}
.root-slider-indicator .container a {
	height: 100px;
}
.root-slider .slider-text h2 {
	font-size: 2em;
	font-weight: 600;
}
.root-slider .slider-text a {
	font-size: 1em;
}
.KDroulette {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpokerhome {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDcrash {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDbaccarat {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDblackjack {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDpasoor {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDhokm {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDBackgam {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDslot {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.KDrps {
    height: 100px !important;
    margin-top: 1%;
border: 5px solid #010015;
border-radius: 10px;
}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}
}

@media only screen and (max-width:991px) {
.hide-on-sm {
	display: none;
}
}

@media only screen and (max-width:767px) and (min-width:601px) {
.root-slider-indicator .container a h3 {
	font-size: 1.5em;
background-color:#000;
	opacity: 0;
}
.res600 {
    
    left: 32% !important;
}
.root-slider-indicator .container a:hover h3 {
	font-size: 1.3em;
/*	line-height: 40px;*/
	margin-bottom: 20px;
background-color:#000;
	opacity: 1;
}

.root-slider .item img {
	height: 350px;
}
}

@media only screen and (max-width: 600px) {
.root-slider .item img {
	height: 200px;
}
.root-slider-indicator {
	position: static;
	background-color: #000;
	border: none;
}
.root-slider-indicator .container a:hover {
	background-color: #101010;
}
.root-slider-indicator .container a {
	width: 100%;
}
.root-slider-indicator .container a img {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 24px;
	width: 63px;
	height: 63px;
}
.root-slider .slider-text h2 {
	display: none;
}
/*KD */

.root-slider-indicator .container a h3 {
    color: #0490cd;
    font-size: 1em;
    line-height: 1;
    margin-top: -62px;
    background-color: #000;
    opacity: 0;
}
.root-slider-indicator .container a:hover h3 {
    font-size: 1em;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: #000;
    opacity: 1;
margin-right: -41px;
text-align: center;
}
.col-sm-jqmenu {
    width: 20% !important;
    height: 200px;
}
.KDpoker {
    border-top: 75px solid #010015 !important;
margin-top: -42%;
}

.KDpokerimg {
    margin-top: 4px;
}

.KDpopo {
    width: 60%;
    margin-left: 20px;
    margin-top: 12%;
}

.pokerbutton {
    font-size: 18px;
    color: #694900;
    background-color: #febd00;
    border-radius: 4px 4px 4px 4px;
    padding: 3px 19px 9px 22px !important;
    position: absolute;
    line-height: 1px;
}
.res600 {
    margin-right: -39%;
    float: right;
    margin-top: 70px;
    font-size: 11px;
}
.KDfootright {

    margin-right: 0%;
    float: right;
    margin-top: -19px;
    font-size: 11px;

}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}
}

@media only screen and (max-width:901px) and (min-width:601px) {
.root-slider-indicator {
/*	height: 160px;*/
}

.KDpoker {
    margin-top: 0;
height: 410px;

}

.KDpokerimg {
    margin-top: -230px;
}
.KDpopo {
    width: 53%;
float: left;
margin-left: 0%;
}
.pokerbutton {
    font-size: 18px;
    color: #694900;
    background-color: #febd00;
    border-radius: 4px 4px 4px 4px;
    padding: 3px 19px 9px 22px;
    position: absolute;
    height: 7px;
    line-height: 1px;
}
.res600 {
    width: 34% !important;
margin-top: 7%;
left: 0%;
float: right;
/*right: 23%;*/
}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}
}

@media only screen and (max-width: 1150px) {
.root-slider .slider-text {
	top: 60px;
}
.root-slider .slider-text h2 p {
	display: none;
}
}

@media only screen and (max-width: 768px) {
.root-slider .slider-text a {
	display: none;
}
}

@media only screen and (max-width: 500px) {
.root-slider .slider-text h2 br {
	display: none;
}
.copy_right .container a {
    font-size: 8px;
}
.copy_right .container {

    text-align: center;
    margin-bottom: -20px;
}
.KDfootright {

    margin-right: 1%;
  /*  width: 34%;*/
    float: right;
    margin-top: -13px;
    font-size: 9px;

}
.footer_head {
    font-size: 12px;
}
.gen_hel {
    font-size: 10px;
}
.gen_hel li a {
    font-size: 11px;
line-height: 20px;
}


}

@media only screen and (max-width: 560px) {
.root-slider .slider-text h2 {
	font-size: 1.5em;
}


.copy_right .container a {
    font-size: 10px;
}
.copy_right .container {
    margin-bottom: -20px;
}

.KDfootright {
    margin-right: 1%;
  /*  width: 34%;*/
    float: right;
    margin-top: -13px;
    font-size: 10px;
}

.footer_head {
    font-size: 13px;
}

.gen_hel {
    font-size: 12px;
}

.gen_hel li a {
    font-size: 12px;
line-height: 20px;
}
}


@media only screen and (max-width: 425px) {

/*KD */

.root-slider-indicator .container a h3 {
    color: #0490cd;
    font-size: 1em;
    line-height: 1;
    margin-top: -62px;
    background-color: #000;
    opacity: 0;
}
.root-slider-indicator .container a:hover h3 {
    font-size: 1em;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: #000;
    opacity: 1;
margin-right: -41px;
text-align: center;
}
.col-sm-jqmenu {
    width: 25% !important;
    height: 100px !important;
}
.KDpoker {
    border-top: 75px solid #010015 !important;
margin-top: -42%;
}

.KDpokerimg {
    margin-top: 4px;
}

.KDpopo {
    width: 61%;
    margin-left: 21px;
    margin-top: 4px;
}

.pokerbutton {
    font-size: 18px;
    color: #694900;
    background-color: #febd00;
    border-radius: 4px 4px 4px 4px;
    padding: 3px 19px 9px 22px !important;
    position: absolute;
    line-height: 1px;
}
.res600 {
    width: 39% !important;
    margin-right: -3%;
    margin-top: 24%;
}
.KDfootright {

    margin-right: 0%;
    float: right;
    margin-top: -19px;
    font-size: 11px;

}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}
}



@media (min-width: 320px) and (max-width: 407px)  {

/*KD */


.col-sm-jqmenu {
    width: 33% !important;
    height: 100px !important;
}
.KDpoker {
    border-top: 75px solid #010015 !important;
margin-top: -42%;
}

.KDpokerimg {
    margin-top: 31% !important;
}


.pokerbutton {
    font-size: 18px;
    color: #694900;
    background-color: #febd00;
    border-radius: 4px 4px 4px 4px;
    padding: 3px 19px 9px 22px !important;
    position: absolute;
    line-height: 1px;
}
.KDfootright {

    margin-right: 0%;
    float: right;
    margin-top: -19px;
    font-size: 11px;

}
.root-slider-indicator .container a:hover {
    background-color: #be7900;
    color: #fff;
}

.KDpopo {
   width: 90%;
margin-left: 20px;
margin-top: -76px;
}

.res600 {
    width: 38% !important;
    margin-right: -36%;
    top: 62% !important;
}
}

