* {
  box-sizing: border-box;
}

.row-game::after {
  content: "";
  clear: both;
  display: table;
}
[class*="colv-"] {
  float: left;
  padding:5px;
}
.colv-04 {width: 33.33%;}
.colv-06 {width: 50%;}
.colv-12 {width: 100%;}

body {
	background-color: #000;
	color: #0d0d0d
}
body a {
	color: #fff
}
body .btn, body .btn-large {
	background-color: #ce8904
}
body .btn:hover {
	cursor: pointer;
	background-color: #40b1d2
}
.readmore-btn {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	padding: 3px 10px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600
}
.section-title {
	color: #f6ac1f
}
.header-logo .wap-header-logo {
	max-height: 60px;
	margin-top: 10px
}
.section.top-header-menu .wrap-thm .row-thm .fa {
	color: #5a2c04;
	width: 100%;
	font-size: 18px
}
nav .side-nav li .fa {
	color: #f9a505
}
div.category-games .content {
	border: 2px solid #f07e07;
	box-shadow: 2px 0 11px 1px #7c4914;
	background-image: linear-gradient(#f5a716, #a76c19, #f0a71f)
}
footer#footer .footer-sosmed-icon .wrap-circle-sosmed .circle-sosmed {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: table;
	background-color: #fff;
	border: 1px solid #4e0202
}
.jackpot-text {
	background-color: #4e0202;
	margin: -10px 20px 10px;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	color: #fff
}
p {
	color: #000
}
.wrap-thm {
	background-color: #000
}
.section.top-header-menu {
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #000
}
.home-content {
	background-color: #fff;
	text-align: center
}
img.mpoimg {
	display: block;
	margin: auto;
	width: 150px;
	padding: 0 0 20px
}
div.thm-menu a {
	color: #5a2c04
}
.jackpot {
	padding-top: 15px;
	background: #000
}
.jackpot img {
	margin: auto;
	display: block;
	height: 50px
}
.jackpot img.jpbadge {
	margin: auto;
	margin-top: -25px;
	display: block;
	height: 30px
}
.jackpot-text {
	background-image: linear-gradient(#000000, #000000, #000000);
	margin: -10px 20px 10px;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 4px #4d3106;
	font-weight: 700;
	border: 3px solid #dea70c;
	font-size: 25px;
	color: #ffd500
}
.section.service {
	background: #000;
	min-height: 235px;
	margin-top: 5px
}
.section.service .content {
	border: 1px solid #daa10e!important
}
.form-select.bank {
	width: 100%;
    height: 35px;
    display: block;
    background: #000000;
    border-bottom: 1px solid #e9a11f;
    color: #f6ac20;
}
span.fcheck>p {
	margin: -20px 0 10px;
	font-size: 13px;
	font-weight: 500
}
a.forgotr {
	color: #00008b;
	font-weight: 500;
	cursor: pointer
}
.info-bank {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	margin-top: 10px
}
.register-form {
	margin-top: 37px
}
.login-form {
	min-height: 520px;
	margin-top: 32px
}
.section.deposit {
	padding-bottom: 5px;
	background: #fff
}
.section.deposit .fa {
	color: #c5c5c5
}
.section.deposit .vd-des-left {
	float: left;
	width: 70%
}
.section.deposit .vd-des-right {
	float: left;
	width: 30%
}
.section.deposit .vacation-place {
	padding: 10px;
	background-color: #ededed;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.section.deposit .row-list-destination {
	margin-bottom: 0
}
.section.deposit .vd-photo img {
	width: 100%;
	height: auto
}
.section.deposit .vd-des .vd-des-name {
	font-weight: 600;
	color: #e94364;
	font-size: 18px
}
.section.deposit .vd-des .vd-des-price {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	color: #ff6238
}
.keluaran-tbl tbody {
	border: solid 2px #fff
}
.wrap-collabsible {
	margin-bottom: 1.2rem 0
}
input[type=checkbox] {
	display: none
}
.lbl-toggle {
	display: block;
	font-weight: 700;
	font-family: monospace;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: left;
	padding: 1rem;
	color: #fff;
	background: #7b68ee;
	cursor: pointer;
	border-radius: 7px;
	transition: all .25s ease-out
}
.lbl-toggle:hover {
	color: #14d4ff
}
.lbl-toggle::before {
	content: ' ';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
margin-right:.7rem;
	transform: translateY(-2px);
	transition: transform .2s ease-out
}
.toggle:checked+.lbl-toggle::before {
	transform: rotate(90deg) translateX(-3px)
}
.collapsible-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s ease-in-out
}
.toggle:checked+.lbl-toggle+.collapsible-content {
	max-height: 1000%
}
.toggle:checked+.lbl-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.collapsible-content .content-inner {
	background: rgba(250,224,66,.2);
	border-bottom: 1px solid rgba(250,224,66,.45);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
padding:.5rem 1rem;
margin-bottom:.5rem
}
table.tabelBiru {
	border: 2px solid #1c6ea4;
	background-color: #eee;
	width: 100%;
	text-align: left;
	border-collapse: collapse
}
table.tabelBiru td, table.tabelBiru th {
	text-align: center;
	border: 1px solid #aaa;
	padding: 3px 2px;
	font-weight: 700
}
table.tabelBiru tbody td {
	font-size: 12px;
	font-weight: 700;
	color: #333
}
table.tabelBiru tr:nth-child(even) {
	background: #d0e4f5
}
table.tabelBiru thead {
	background: #1c6ea4;
	background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	border-bottom: 2px solid #444
}
table.tabelBiru thead th {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-left: 2px solid #d0e4f5
}
table.tabelBiru thead th:first-child {
	border-left: none
}
table.tabelBiru tfoot {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #d0e4f5;
	background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	border-top: 2px solid #444
}
table.tabelBiru tfoot td {
	font-size: 14px
}
table.tabelBiru tfoot .links {
	text-align: right
}
table.tabelBiru tfoot .links a {
	display: inline-block;
	background: #1c6ea4;
	color: #fff;
	padding: 2px 8px;
	border-radius: 5px
}
input.ph {
	width: 40px;
	padding: 0 20px
}
input.ph, input::-webkit-input-placeholder {
font-size:12px;
line-height:3
}
.white {
	color: #fff
}
.margin0 {
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0
}
.margin1 {
	margin: 1px
}
.section.gallery .filter-button.active {
	color: blue
}
.play-pragmatic {
	min-width: 100%;
	min-height: 640px;
	overflow: hidden
}
.play-pragmatic:before {
	content: "This browser window is smaller than 640px wide."
}
table.tabelMerah {
	border: 2px solid #4e0202;
	background-color: #eee7db;
	width: 100%;
	text-align: center;
	border-collapse: collapse
}
table.tabelMerah td, table.tabelMerah th {
	border: 1px solid #aaa;
	padding: 3px 2px;
	text-align: center
}
table.tabelMerah tbody td {
	font-size: 14px
}
table.tabelMerah tr:nth-child(even) {
	background: #deb5ad
}
table.tabelMerah thead {
	background: #4e0202
}
table.tabelMerah thead th {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-left: 2px solid #4e0202
}
table.tabelMerah thead th:first-child {
	border-left: none
}
table.tabelMerah tfoot {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: #4e0202
}
table.tabelMerah tfoot td {
	font-size: 14px
}
table.tabelMerah tfoot .links {
	text-align: right
}
table.tabelMerah tfoot .links a {
	display: inline-block;
	background: #fff;
	color: #4e0202;
	padding: 2px 8px;
	border-radius: 5px
}
header {
	height: 73px
}
.section.top-header-menu {
	margin-top: -15px
}
header .cst-btn-menu {
}
.judul {
	color: #eba31e;
	font-size: 18px;
	width: 100%;
	text-align:left;
	font-weight: 600;
	padding-bottom: 10px;
	padding-left:5px;
}
.jarak {
	margin: 5px
}
.intrinsic-container {
	position: relative;
	height: 0;
	overflow: hidden
}
.intrinsic-container-16x9 {
	padding-bottom: 56.25%
}
.intrinsic-container-4x3 {
	padding-bottom: 75%
}
.intrinsic-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
table.ayam {
	font-family: times new roman, Times, serif;
	border: 1px solid #fff;
	background-color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	border-collapse: collapse
}
table.ayam td, table.ayam th {
	border: 1px solid #fff;
	padding: 3px 2px
}
table.ayam tbody td {
	font-size: 13px;
	color: #000;
	font-weight: 700
}
table.ayam tr:nth-child(even) {
	background: #d0e4f5
}
table.ayam thead {
	background: #0b6fa4;
	border-bottom: 5px solid #fff
}
table.ayam thead th {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	border-left: 2px solid #fff
}
table.ayam thead th:first-child {
	border-left: none
}
table.ayam tfoot {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	background: #d0e4f5;
	border-top: 3px solid #444
}
table.ayam tfoot td {
	font-size: 14px
}
.play {
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 60px solid #fe8703;
	margin: 100px auto 50px;
	position: relative;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	left: 10px
}
.play:before {
	content: '';
	position: absolute;
	top: -75px;
	left: -115px;
	bottom: -75px;
	right: -35px;
	border-radius: 50%;
	border: 10px solid #fe8703;
	z-index: 2;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
.play:after {
	content: '';
	opacity: 0;
	transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s
}
.play:hover:before, .play:focus:before {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.play.active {
	border-color: transparent
}
.play.active:after {
	content: '';
	opacity: 1;
	width: 50px;
	height: 80px;
	background: #2c3e50;
	position: absolute;
	right: 5px;
	top: -40px;
	border-left: 20px solid #2c3e50;
	box-shadow: inset 30px 0 0 0 #f9f9f9
}
h1 {
	text-align: CENTER;
	text-transform: uppercase;
	color: #e7eaec;
	letter-spacing: 2px;
	font-size: 2em;
	margin-bottom: 0
}
.headline {
	display: block;
	color: #2c3e50;
	font-size: 1.5em;
	margin-bottom: 1.5em
}
.table-condensed thead tr:nth-child(2), .table-condensed tbody {
	display: none
}
.prev {
	color: #000
}
.monthselect {
	color: #000
}
.yearselect {
	color: #000
}
.menu-footer {
	background: -moz-linear-gradient(top, #996117 0, #f6ac1f 100%);
	border: 2px solid #996117;
	background-image: linear-gradient(#f6ac1f, #996117, #f6ac1f)
}
.menu-footer li {
	color: #fff
}
ul.menu-footer {
	position: fixed;
	z-index: 50;
	bottom: 0
}
.menu-footer li.promotion {
}
.menu-footer li i {
	text-shadow: 1px 1px 1px #111
}
.menu-footer li i {
	display: block;
	font-size: 24px
}
.menu-footer li+li:before {
	width: 1px;
	background: #385aa7;
	-moz-box-shadow: 1px 0 0 0 rgba(25,25,25,.75);
	-webkit-box-shadow: 1px 0 0 0 rgba(25,25,25,.75);
	box-shadow: 1px 0 0 0 rgba(25,25,25,.75)
}
.menu-footer {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: bottom
}
.menu-footer li {
	position: relative;
	float: left;
	width: 25%;
	height: 57px;
	padding-top: 10px;
	border-right: 2px solid #764412;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center 7px
}
.main-slider {
	margin-top: 54px!important
}
i.fa.fa-volume-up {
	position: absolute;
	z-index: 1;
	padding-right: 10px;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	padding-left: 7px;
	vertical-align: middle;
	background-image: linear-gradient(#875216, #f7a404, #592d0c)
}
.centered {
	margin: 50px auto;
	text-align: center
}
.button::-moz-focus-inner {
border:0;
padding:0
}
.button {
	display: inline-block;
*display:inline;
	zoom: 1;
	padding: 8px 7px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #bbb;
	overflow: visible;
	text-decoration: none;
	white-space: nowrap;
	color: #131212;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	-moz-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 2px 2px -1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.button:hover {
	background-color: #eee;
	color: #555
}
.button:active {
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active {
	border-color: #eaeaea;
	background: #fafafa;
	cursor: default;
	position: static;
	color: #999;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important
}
.button.small {
}
.button.large {
	padding: 12px 30px;
	text-transform: uppercase
}
.button.large:active {
	top: 2px
}
.button.green, .button.red, .button.blue {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0))
}
.button.green {
	background-color: #57a957;
	border-color: #57a957
}
.button.green:hover {
	background-color: #62c462
}
.button.green:active {
	background: #57a957
}
.button.red {
	border-color: #f1a71f;
    padding: 8px 16px;
    background-image: linear-gradient(#fbc762, #754e02, #dc9204);
	border-radius:3px;
}
.button.red:hover {
	background-color: #734212
}
.button.red:active {
	background: #7d4a14!important
}
.button.blue {
	background-color: #269ce9;
	border-color: #269ce9
}
.button.blue:hover {
	background-color: #70b9e8
}
.button.blue:active {
	background: #269ce9
}
.green[disabled], .green[disabled]:hover, .green[disabled]:active {
	border-color: #57a957;
	background: #57a957;
	color: #d2ffd2
}
.red[disabled], .red[disabled]:hover, .red[disabled]:active {
	border-color: #c43c35;
	background: #c43c35;
	color: #ffd3d3
}
.blue[disabled], .blue[disabled]:hover, .blue[disabled]:active {
	border-color: #269ce9;
	background: #269ce9;
	color: #93d5ff
}
.button-group, .button-group li {
	display: inline-block;
*display:inline;
	zoom: 1
}
.button-group {
	font-size: 0;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px
}
.button-group li {
	margin-right: -1px
}
.button-group .button {
	font-size: 13px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}
.button-group .button:active {
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2) inset, 5px 0 5px -3px rgba(0,0,0,.2) inset, -5px 0 5px -3px rgba(0,0,0,.2) inset;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2) inset, 5px 0 5px -3px rgba(0,0,0,.2) inset, -5px 0 5px -3px rgba(0,0,0,.2) inset;
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset, 5px 0 5px -3px rgba(0,0,0,.2) inset, -5px 0 5px -3px rgba(0,0,0,.2) inset
}
.button-group li:first-child .button {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.button-group li:first-child .button:active {
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2) inset, -5px 0 5px -3px rgba(0,0,0,.2) inset;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2) inset, -5px 0 5px -3px rgba(0,0,0,.2) inset;
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset, -5px 0 5px -3px rgba(0,0,0,.2) inset
}
.button-group li:last-child .button {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.button-group li:last-child .button:active {
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2) inset, 5px 0 5px -3px rgba(0,0,0,.2) inset;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2) inset, 5px 0 5px -3px rgba(0,0,0,.2) inset;
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset, 5px 0 5px -3px rgba(0,0,0,.2) inset
}
.col-md-4.right0menu {
	float: right;
	padding-right: 13px;
	margin-top: 10px
}
.row-menu {
	margin-bottom: 0
}
.button.yellow {
	background-color: #670808!important;
	border-color: #312e2e
}
div#nomorterakhir {
	margin-bottom: 39px
}
#gallery {
	border: 1px solid #efefef;
	padding: 4px 0 0
}
#gallery img {
	margin: 8px;
	width: 214px;
	cursor: pointer;
	border-radius: 3px
}
#gallery img:hover {
	margin: 8px;
	opacity: .8
}
header h1 {
	font-weight: 700;
	margin-left: 8px
}
#buttons button {
	border: 1px solid #efefef;
	margin-right: 8px;
	border: 0;
	padding: 8px;
	border-radius: 3px
}
#buttons button.active {
	background-color: #bbb;
	color: #111
}
#buttons {
	margin: 8px;
	padding-bottom: 8px
}
button:hover {
	background-color: #111;
	color: #fff
}
.tabs {
}
.tabs .tab-pane {
	margin-left: 20px
}
.tabs h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 60px
}
.tabs p {
	font-size: 13px
}
.tabs a {
	font-size: 15px;
	font-family: OpenSans, sans-serif;
	font-weight: 700;
	color: #fff;
	height: 132px!important;
	padding: 30px
}
.tabs li {
	height: 50px;
	margin-bottom: 20px;
	text-align: center
}
.tabs li::after {
	content: '';
	position: absolute;
	left: 43%;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 7px solid #eee;
	border-left: 7px solid transparent;
	border-right: 6px solid transparent;
	clear: both
}
.tabs li::after.active {
color:red
}
.tabs li.active {
	background-color: #ff8b38
}
.carousel .carousel-item {
	width: 100%!important
}
ul#tabs-swipe-demo {
	height: 110px;
	text-align: center;
	background-color: #181616
}
div#swipe-1 {
	padding: 27px 14px;
	background-color: #000
}
div#swipe-2 {
	padding: 27px 14px;
	background-color: #000
}
div#swipe-3 {
	padding: 27px 14px;
	background-color: #000
}
div#swipe-4 {
	padding: 27px 14px;
	background-color: #000
}
div#swipe-5 {
	padding: 27px 14px;
	background-color: #000
}
.sample-text {
	margin: 0 auto;
	text-align: center
}
.sample-text li {
	display: inline-block
}
.sample-text p {
	text-align: center;
	margin-top: -5px;
	color: #fff
}
.card-panel.menu-panel {
	margin: 0;
	background-color: #181616
}
.menu-panel p {
	font-family: arial;
	font-weight: 700;
	margin-top: -14px;
	color: #f5db07
}
.black-text img {
	position: relative;
	max-height: 77px;
	max-width: 52px;
	object-fit: cover
}
li.tab.col.s2 {
}
li.tab.col.s2.last-child {
	margin-right: 0
}
.menu-wap {
	overflow: hidden;
	background-color: #181616;
	margin-top: 55px
}
.caret {
	position: relative
}
.tabs .indicator {
	text-align: center;
	background: 0 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px
}
.caret:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 10px solid #eee;
	border-left: 10px solid transparent;
	border-right: 9px solid transparent
}
.caret:after {
	content: '';
	position: absolute;
	left: 1px;
	top: 0;
	border-top: 10px solid #eee;
	border-left: 10px solid transparent;
	border-right: 9px solid transparent
}
.game-wap {
	margin-top: 0
}
.run {
	background-image: linear-gradient(#875216, #fbb020, #592d0c)
}
.contactus-category .title {
	color: #fff
}
.contactus-category .default {
	background-color: #fff;
	color: #212121
}
.contactus-category {
	margin-bottom: 1em;
	border: 2px solid #757575;
	background-color: #757575
}
.contactus-category a {
	display: block
}
.contactus-category .title {
	padding: 5px;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem
}
.contactus-category i {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle
}
.contactus-category span {
	display: block;
	text-align: center
}
.contactus-category .default {
	padding: 10px 5px;
	background-color: #fff;
	color: #212121;
font-size:.9375rem
}
.nav-chat {
	border-color: #0fa3bb;
	background-color: #0fa3bb
}
.nav-phone {
	border-color: #54aa00;
	background-color: #54aa00
}
.nav-email {
	border-color: #e0861a;
	background-color: #e0861a
}
.nav-qq {
	border-color: #616161;
	background-color: #616161
}
.nav-whatsapp {
	border-color: #00ab18;
	background-color: #00ab18
}
.nav-twitter {
	border-color: #0fb3e6;
	background-color: #0fb3e6
}
.nav-skype {
	border-color: #0083ca;
	background-color: #0083ca
}
.nav-wechat {
	border-color: #09b83e;
	background-color: #09b83e
}
.nav-line {
	border-color: #00b900;
	background-color: #00b900
}
.nav-bbm {
	border-color: #2c2c2c;
	background-color: #2c2c2c
}
.nav-yahoo {
	border-color: #430297;
	background-color: #430297
}
.nav-kakaotalk {
	border-color: #3b1f1e;
	background-color: #3b1f1e
}
.nav-telegram {
	border-color: #1d94d3;
	background-color: #1d94d3
}
.nav-facebook {
	border-color: #3b5998;
	background-color: #3b5998
}
.header-logo h1 {
	font-size: 0;
	text-indent: -99999px
}
p.notice {
	text-align: center
}
.title{
	line-height: 24px;
    font-size: 1.2em;
    color: #f6ac20;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 1px #a06718;
    text-align: center;
	padding: 2px 0;
    margin: 0 auto;
	}
.box-game{
	background: linear-gradient(to left, #000000 0%, #000000 3%, #f5ab1f 50%, #000000 97%, #000000 100% ) left bottom #000000 no-repeat;
    align-items: center;
    align-items: center;
    border-bottom: 0 none;
    background-size: 100% 1px;
	}
ul.side-nav li a img{
	padding:3px 5px;
	}
.box-sport a img{
	border-radius:5px
	}
.box-sport{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.box-live-casino a img{
	width:100%;
	}
.box-code{
	position:relative;
	}
.code-number{
	position:absolute;
	top:10px;
	right:15px;
	color:#f7ad1f;
	}
.label-login{
	color:#f7ad1f;
	}
.center span{
	color:#ffffff;
	}
.center span a{
	color:#c38204
	}