*,:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background: #000 url("../images/background.jpg") no-repeat scroll center top;
  display: inline-block;
  font-family: calibri;
  font-size: 14px;
  margin: 0;
  overflow-x: hidden !important;
  width: 100%;
}
.block {
	width: 100%;
	float: left;
}
.orange {
	color: #f4b01d;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(255,255,255,1); /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url("../images/preload.gif"); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.table-1 {
	padding: 10px;
	width: 50%;
	float: left;
	padding-bottom: 0;
}
.table-1:nth-child(1), .table-1:nth-child(3) {
	padding-left: 0;
}
.table-1:nth-child(2), .table-1:nth-child(4) {
	padding-right: 0;
}
.table-1 td, .table-1 th {
	border: 1px solid #13191e;
}
.table-1 table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.table-1 th {
	background: #252b3f;
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 17px;
}
.table-1 td {
	width: 50%;
	text-align: center;
	padding: 10px;
	background: #2f364f;
	color: white;
}
body, html {
  height: 100% !important;
  margin: 0 !important;
  min-height: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
iframe {
  border: medium none;
  height: 100%;
  width: 100%;
}
#wpadminbar {
  display: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #bd4ba0;
}
p {
  line-height: 24px;
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
h1 {
  font-size: 18px;
}
h2 span {
  color: white;
  font-size: 15px;
  font-style: italic;
  font-weight: inherit;
  line-height: 20px;
  position: relative;
  top: -7px;
}
.wrap, 
.container {
	display: block;
	margin: 0 auto;
	/* min-width: 1000px; */
	position: relative;
	width: 1072px;
}
#content .wrap {
}
.live {
  margin-top: 10px;
}


#header {
    background: #020202 url("../images/header.jpg") no-repeat scroll center top;
    height: 84px;
}
.kritik {
    display: block;
    float: left;
    padding-top: 3px;
    text-align: left;
    width: 282px;
}
.skew-center {
	float: right !important;
	height: 75px;
	margin: 0;
	padding: 25px 20px 0px;
	width: 655px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#340c27+0,130512+50,130512+100 */
	background: #340c27; /* Old browsers */
	background: -moz-linear-gradient(top,  #340c27 0%, #130512 50%, #130512 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #340c27 0%,#130512 50%,#130512 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #340c27 0%,#130512 50%,#130512 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#340c27', endColorstr='#130512',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #261825;
	text-align: right;
	position: relative;
}
#header .user-panel {
	float: right;
	height: 75px;
	margin: 0;
	padding: 5px 9px 0;
	width: auto;
	border-bottom: 1px solid #261825;
	max-width: 100%;
}
.skew-left {
	background: #130512 none repeat scroll 0 0;
  border-bottom: 1px solid #261825;
  border-right: 1px solid #261825;
  float: right;
  height: 34px;
  margin-left: -6px;
  margin-top: 41px;
  transform: skewX(-21deg);
  width: 20px;
}
.skew-right {
	background: #130512 none repeat scroll 0 0;
	border-bottom: 1px solid #261825;
	border-left: 1px solid #261825;
	float: right;
	height: 34px;
	margin-right: -6px;
	margin-top: 41px;
	transform: skewX(21deg);
	width: 20px;
}
.skew-1 {
	position: absolute;
	left: -16px;
	z-index: 2;
	top: 11px;
}
.skew-2 {
	position: absolute;
	left: 257px;
	z-index: 2;
	top: 11px;
}
#header .avatar-medium {
  border: 1px solid #31302f;
  float: left;
  height: 65px;
  margin-right: 10px;
  width: 65px;
}
#header .user-info {
	float: left;
	text-align: left;
	width: 350px;
	padding-top: 4px;
}
.skew-center input {
    background: #101010 none repeat scroll 0 0;
    border: 1px solid #31302f;
    border-radius: 0;
    color: #bbab9b;
}
.skew-center input#membername {
    background: #020202 url("../images/sprite.png") no-repeat scroll -8px -4px;
    padding-left: 33px;
}
.skew-center input#j_plain_password {
    background: #020202 url("../images/sprite.png") no-repeat scroll -8px -4px;
    padding-left: 33px;
}
.skew-center input#membervalidation {
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    text-align: center;
    width: 92px;
}
.skew-center .form-captcha {
    border-radius: 0;
    width: 92px;
}
.btn.btn-login {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #445364 0%, #17202a 100%) repeat scroll 0 0;
	border: 1px solid #506478 !important;
  border-radius: 30px;
  color: white;
  font-size: 14px;
  opacity: 0.9;
  padding: 5px 18px;
  text-shadow: none;
  min-width: auto;
  font-weight: normal;
}
.btn.btn-login,
.btn.btn-submit {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #445364 0%, #17202a 100%) repeat scroll 0 0;
    border: 1px solid #506478 !important;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  opacity: 0.9;
  padding: 5px 18px;
  text-shadow: none;
  min-width: auto;
  font-weight: normal;
}

.btn.btn-login:hover, 
.btn.btn-login:focus,
.btn.btn-submit:hover, 
.btn.btn-submit:focus  {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #445364 0%, #17202a 100%) repeat scroll 0 0;
    border: 1px solid #506478 !important;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    opacity: 1;
    padding: 5px 18px;
    text-shadow: 0 0 1px #77ecf6;
		min-width: auto;
	  font-weight: normal;
}
.button_2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bab296+0,f7f0d7+41,b4a07f+100 */
	background: #bab296; /* Old browsers */
	background: -moz-linear-gradient(top,  #bab296 0%, #f7f0d7 41%, #b4a07f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bab296 0%,#f7f0d7 41%,#b4a07f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bab296 0%,#f7f0d7 41%,#b4a07f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab296', endColorstr='#b4a07f',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 3px;
    color: black;
    font-size: 14px;
    opacity: 0.9;
    padding: 8px 18px;
    text-shadow: none;
}
.button_2:hover, .button_2:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#160512+0,1f0819+26,3f0f31+100 */
	background: #160512; /* Old browsers */
	background: -moz-linear-gradient(top,  #160512 0%, #1f0819 26%, #3f0f31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #160512 0%,#1f0819 26%,#3f0f31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #160512 0%,#1f0819 26%,#3f0f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#160512', endColorstr='#3f0f31',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    opacity: 1;
    padding: 8px 18px;
    text-shadow: 0 0 1px #77ecf6;
}


#top {
  background: rgba(0, 0, 0, 0) url("../images/top.jpg") no-repeat scroll center top;
  height: 118px;
}
#top .wrap {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 170px;
  text-align: center;
}
#top .wrap a {
  position: relative;
  z-index: 6;
}
#top .wrap > div {
  margin-bottom: 25px;
}
#top .col-1 {
  float: left;
  height: inherit;
  padding-left: 0;
  padding-top: 26px;
  text-align: left;
  width: 29%;
}
#top .col-2 {
	float: left;
	height: 185px;
	margin: 0 !important;
	text-align: right;
	width: 71%;
	padding-left: 35px;
}


#menu.front {
  background: #151c24 url("https://pokerindonesia.asia/midas/style/images2/nav.jpg") no-repeat scroll center top;
  border-bottom: 1px solid #00284b;
  position: absolute;
  top: -64px;
}
.menu-button {
  background: #222c35 none repeat scroll 0 0;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  left: 205px;
  margin-left: 0;
  position: relative;
  top: 0;
  width: 100px;
}
#hover:hover #menu {
  top: 0;
}
#hover {
  position: absolute;
  width: 100%;
}
#menu {
	background: #11020d none repeat scroll 0 0;
	border-bottom: 1px solid #2d1628;
	border-radius: 12px;
	box-shadow: 1px 1px 1px black inset;
	height: 65px;
	margin: 25px 0 0;
	width: 100%;
}
#menu.inner .wrap {
  background: rgba(0, 0, 0, 0) url("../images/menu.jpg") repeat-x scroll left top;
  border-radius: 0;
  height: 63px;
}
#menu .wrap {
  background: none;
  border-radius: 10px;
  height: 63px;
}
#menu .lobby {
  color: white;
  float: left;
  margin-left: 0px;
  margin-top: 12px;
}
#menu .lobby a {
	background-image: -moz-linear-gradient(top, #ffc038 0%, #e77800 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd8c01), color-stop(100%,#e77800));
	background-image: -webkit-linear-gradient(top, #ffc038 0%,#e77800 100%);
	background-image:      -o-linear-gradient(top, #ffc038 0%,#e77800 100%);
	background-image:         linear-gradient(top, #ffc038 0%,#e77800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc038', endColorstr='#e77800',GradientType=0 );
	border-radius: 5px;
	color: black;
	font-size: 17px;
	line-height: 38px;
	padding: 13px;
}
#menu .main-menu {
  float: left;
  width: 100%;
}
#menu li {
  list-style: none;
}
#menu ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
#menu #menu-main-menu > li {
  float: left;
  height: 63px;
  text-align: center;
  width: 14%;
}
#menu #menu-main-menu > li:hover, #menu #menu-main-menu > li.current-menu-item {
  
}
#menu #menu-main-menu > li:nth-child(1) {
  border-left: medium none;
  padding-left: 10px;
}
#menu #menu-main-menu > li:nth-last-child(1) {
  border-right: none;
}
#menu #menu-main-menu > li > a {
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 63px;
  padding: 0;
}
#menu #menu-main-menu > li:hover > a, #menu #menu-main-menu > li.current-menu-item > a{
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-hover.png") no-repeat scroll 10% center;
	color: #b21d58;
}

#menu #menu-main-menu > li.home > a {
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-home.png") no-repeat scroll 24% center;
}
#menu #menu-main-menu > li.home:hover > a, #menu #menu-main-menu > li.home.current-menu-item > a{
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-home-hover.png") no-repeat scroll 24% center;
}

#menu #menu-main-menu > li.game > a {
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-game.png") no-repeat scroll 24% center;
}
#menu #menu-main-menu > li.game:hover > a, #menu #menu-main-menu > li.game.current-menu-item > a{
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-game-hover.png") no-repeat scroll 24% center;
}

#menu #menu-main-menu > li.bonus > a {
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-bonus.png") no-repeat scroll 24% center;
}
#menu #menu-main-menu > li.bonus:hover > a, #menu #menu-main-menu > li.bonus.current-menu-item > a{
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-bonus-hover.png") no-repeat scroll 24% center;
}

#menu #menu-main-menu > li.contact > a {
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-panduan.png") no-repeat scroll 24% center;
}
#menu #menu-main-menu > li.panduan:hover > a, #menu #menu-main-menu > li.panduan.current-menu-item > a{
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-panduan-hover.png") no-repeat scroll 24% center;
}

#menu #menu-main-menu > li.download > a {
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-download.png") no-repeat scroll 24% center;
}
#menu #menu-main-menu > li.download:hover > a, #menu #menu-main-menu > li.download.current-menu-item > a{
  background: rgba(0, 0, 0, 0) url("../images/menu-icon-download-hover.png") no-repeat scroll 24% center;
}
#menu #menu-main-menu > li > ul {
	background: #11020d none repeat scroll 0 0;
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 57px;
	width: 100%;
	z-index: 5;
	border-radius: 0 0 12px 12px;
}
#menu #menu-main-menu > li.download > ul {
  background: rgb(0, 27, 48) none repeat scroll 0 0;
  display: none;
  height: auto;
  left: -1px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  width: 100%;
  z-index: 5;
}
#menu #menu-main-menu > li.download > ul > li {
  width: 136px;
}
#menu #menu-main-menu > li.download:hover > ul > li > a {
  background: rgba(0, 0, 0, 0) url("../images/list.png") no-repeat scroll 5px center / 11px auto;
  border: medium none;
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
  text-align: left;
}
#menu #menu-main-menu > li:hover > ul {
	display: inline-block;
	width: 726px;
	margin-left: 0;
	padding: 10px;
}
#menu #menu-main-menu .sub-menu li {
	display: inline-block;
	line-height: 38px;
	width: 115px;
	vertical-align: top;
}
#menu #menu-main-menu .sub-menu li a {
  color: rgb(255, 255, 255);
}
#menu #menu-main-menu .sub-menu li:hover > a, #menu #menu-main-menu .sub-menu li.current-menu-item > a {
  color: #da7ba1;
}
#menu #menu-main-menu > li:hover > ul > li:hover > a {
	background-color: #47032c !important;
	border-radius: 12px;
	color: white;
}
#menu #menu-main-menu .sub-menu li:hover > a > ul > li:hover > a {
  color: #ffb80c;
}
#menu #menu-main-menu > li:hover > ul > li > a {
	background: #13191e none repeat scroll 0 0;
	background-size: 75px !important;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding: 10px 0;
	text-align: center;
	padding-top: 105px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 156px;
}
#menu #menu-main-menu > li:hover > ul > li.poker-icon > a {
	background: rgba(0, 0, 0, 0) url("../images/games/icon-poker-online.png") no-repeat scroll center 25px;
}
#menu #menu-main-menu > li:hover > ul > li.qq-icon > a {
	background: rgba(0, 0, 0, 0) url("../images/games/icon-domino-qiu-qiu-online.png") no-repeat scroll center 25px;
}
#menu #menu-main-menu > li:hover > ul > li.ceme-icon > a {
	background: rgba(0, 0, 0, 0) url("../images/games/icon-ceme-online.png") no-repeat scroll center 25px;
}
#menu #menu-main-menu > li:hover > ul > li.capsa-icon > a {
	background: rgba(0, 0, 0, 0) url("../images/games/icon-capsa-susun-online.png") no-repeat scroll center 25px;
}
#menu #menu-main-menu > li:hover > ul > li.blackjack-icon > a {
	background: rgba(0, 0, 0, 0) url("../images/games/icon-blackjack.png") no-repeat scroll center 25px;
}
#menu #menu-main-menu > li:hover > ul > li.samgong-icon > a {
	background: rgba(0, 0, 0, 0) url("../images/games/icon-samgong.png") no-repeat scroll center 25px;
}
#menu #menu-main-menu > li:hover > ul > li.casino-icon > a {
	background: rgba(0, 0, 0, 0) url("../images/games/icon-casino-wars.png") no-repeat scroll center 25px;
}
#menu #menu-main-menu > li:hover > ul > li > a > div {
  color: rgb(247, 183, 33);
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 11px;
  margin-bottom: 13px;
  margin-top: -8px;
}
#menu #menu-main-menu > li:hover > ul > li > ul {
  border-left: 1px solid rgb(15, 78, 127);
  border-right: 1px solid rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 330px;
  text-align: center;
  width: 100%;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li {
  background: rgba(0, 0, 0, 0) url("../images/list.png") no-repeat scroll 10px center;
  float: none;
  padding-left: 31px;
  text-align: left;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li > a {
  font-size: 14px;
  font-weight: normal;
}


#news {
    background: transparent none repeat scroll 0 0;
    height: 42px;
}
#news .container > span {
	color: white;
	display: block;
	float: left;
	font-size: 11px;
	font-style: normal;
	line-height: 40px;
	text-transform: uppercase;
}
#news .container > .scrollnews {
	color: #e0e3e9;
	float: left;
	font-size: 12px;
	height: 42px;
	line-height: 26px;
	margin: 0 0 0 8px;
	position: relative;
	width: 710px;
}
#news .container > .scrollnews ul {
	margin: 0;
	margin-top: 7px;
}
#news .container > .scrollnews #liscroll > li > a {
    color: white;
    text-decoration: none;
}
#news .container > .social {
	color: white;
	float: right;
	padding-left: 52px;
}
#news .container > .social span {
	color: white;
	font-size: 11px;
	margin-right: 10px;
	text-transform: capitalize;
	position: relative;
	top: -6px;
}
#news .container > .social span a {
	position: relative;
	top: 11px;
}
#news .container > .social .fb {
    display: inline-block;
    margin-top: 9px;
}


#game-list {
	background: rgba(0, 0, 0, 0) url("../images/game-list.png") repeat-x scroll center top;
	border: medium none;
	height: 129px;
}
#game-list .col-1 {
	float: left;
	padding-top: 40px;
	width: 175px;
}
#game-list .col-2 {
	float: left;
	overflow: hidden;
	width: 895px;
}

#panel-list {
	background: #2c0a22 none repeat scroll 0 0;
	display: table;
	height: auto;
	padding-top: 0;
	width: 100%;
}
#panel-list .panel {
	display: inline-block;
	height: auto;
	margin: 20px 0;
	width: 100%;
}
#winner {
    background: #141414 url("../images/webp/winner.webp") no-repeat scroll center top;
    border-radius: 10px;
    height: 309px;
    margin-right: 10px;
    overflow: hidden;
    width: 196px;
	float: left;
}
#winner > .box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.avatar-default {
    background: rgba(0, 0, 0, 0) url("../images/profile.jpg") no-repeat scroll 0 0 / 125px auto;
    border: medium none;
    border-radius: 10px;
    float: none;
    height: 111px;
    margin: 100px auto 0;
    overflow: hidden;
    width: 115px;
}
.avatar-small-default {
	background: rgba(0, 0, 0, 0) url("../images/profile.jpg") no-repeat scroll 0 0 / 80px auto;
	border: medium none;
	float: left;
	height: 80px;
	margin-right: 10px;
	width: 80px;
	border-radius: 5px;
	overflow: hidden;
}
.avatar-small {
    float: left;
    height: 80px;
    width: 80px;
}
.avatar {
    background-size: 123px auto;
    float: left;
    height: 111px;
    width: 115px;
}
#depo-pager, #wd-pager {
    height: 104px;
    margin-top: 9px;
    overflow: hidden;
    width: 100%;
}
.jackpot-info, .user-info, .avatar-info {
    float: left;
    text-align: left;
    width: 100%;
}
.winner-card, .winner-amount {
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 100%;
}
#latest {
    float: left;
    height: 308px;
    margin-right: 11px;
    width: 280px;
}
#latest img {
	height: auto;
	max-width: 100% !important;
	border-radius: 10px;
	overflow: hidden;
}
.box {
	background: #0f030c none repeat scroll 0 0;
	border-bottom: 1px solid #2c0a22;
	border-radius: 10px;
	border-right: 1px solid #2c0a22;
	box-shadow: 1px 1px 0 black inset;
	height: 100%;
	padding: 15px;
	position: relative;
}
.box .title {
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

#member-online {
	float: left;
	height: 308px;
	width: 575px;
	color: white;
}
#member-online .box .title-user {
    height: 30px;
    padding-top: 0;
    text-align: left;
    width: 100%;
}
#member-online .box .title-user > span.online-icon {
    display: none;
    left: -37px;
    position: relative;
    top: 13px;
}
#member-online .box .title-user > span.online-text {
    color: white;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: relative;
    text-transform: capitalize;
    top: 0;
}
#member-online .user {
    display: inline-block;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
}
#member-online .news-list {
    background: #2c0a22 none repeat scroll 0 0;
	border: 1px solid #4d123c;
	float: left;
	margin-left: 0;
	padding: 3px 10px;
	text-align: left;
	width: 50%;
}
#member-online .news-list a {
    color: white;
}
#member-online .news-list span {
	color: #d66d8b;
	display: block;
	height: 20px;
}
#member-online .box {
	overflow-y: auto;
	overflow-x: hidden;
}
.fitur-game {
	width: 100%;
	margin-bottom: 16px;
}
.fitur-game > img {
    width: 100%;
}

#feature {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	height: auto;
	width: 100%;
}
.image-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 478px;
    margin-bottom: 33px;
    margin-right: 11px;
    overflow: hidden;
    padding: 0;
    width: 733px;
}
.slider-wrapper {
	border: 1px solid #131414;
	float: left;
	height: 377px;
	margin-bottom: 7px;
	overflow: hidden;
	padding: 12px;
	width: 733px;
}
.slider-wrapper #slider {
    border: 0 none;
    box-shadow: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.theme-default .nivoSlider img {
    height: 100%;
}
#middle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	height: 478px;
	margin-bottom: 33px;
	width: 328px;
}
#middle > .container {
    display: none;
}
.banner-bonus-1 {
    margin-bottom: 11px;
}
.jackpot {
    background: #2f3a45 url("../images/jackpot.jpg") no-repeat scroll center top;
    height: 148px;
    left: 0;
    margin-bottom: 11px;
    top: 0;
    width: 100%;
}
.jackpot span {
	color: white;
	font-size: 38px;
	margin: 0;
	position: relative;
	text-shadow: 2px 2px 2px black;
	top: 65px;
	left: 15px;
	font-weight: bold;
}
#breadcrumb {
  color: white;
}
#breadcrumb .wrap {
  background: #000f1b none repeat scroll 0 0;
  height: 35px;
}
#breadcrumb h2 {
  color: white;
  font-size: 14px;
  font-style: italic;
  line-height: 35px;
  padding-right: 32px;
  text-align: right;
  text-shadow: 0 0 7px #26a0ff;
  font-weight: 300;
}
.breadcrumbs {
	margin: 0;
	padding-left: 10px;
	display: inline-block;
	padding-top: 3px;
}
.breadcrumbs > li {
	background: rgba(0, 0, 0, 0) url("../images/breadcrumb.png") no-repeat scroll left 12px;
	float: left;
	font-size: 14px;
	line-height: 33px;
	list-style: outside none none;
	margin-right: 15px;
	padding-left: 18px;
	color: white;
}
.breadcrumbs > li:nth-child(1) {
  background: none;
  padding-left: 0;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	color: #fff;
}


#slideshow {
  margin-top: 30px;
}
#slideshow .wrap {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border: 1px solid white;
  height: 355px;
  min-width: 0;
  padding: 10px;
  width: 998px;
}
#slideshow .col-1 {
  float: left;
  height: 325px;
  width: 670px;
}
#slideshow .col-2 {
  background: rgba(0, 0, 0, 0) url("../images/slideshow-right.jpg") no-repeat scroll center top / cover ;
  color: white;
  float: left;
  height: 325px;
  padding: 15px;
  width: 380px;
}
#slideshow .col-2 h3 {
  float: left;
  line-height: 50px;
  width: 200px;
}
#slideshow .col-2 div.form {
  width: 100%;
}
#slideshow .col-2 > div {
  float: left;
  font-weight: 300;
  line-height: 25px;
  width: 150px;
}
#slideshow .col-2 > div > span {
  color: #ffa202;
  font-size: 29px;
  font-weight: bold;
}
#slideshow .swiper-wrapper {
  height: auto;
  width: 100%;
}


#utility {
  color: white;
  margin-top: 30px;
}
#utility .wrap {
  height: 175px;
}
#utility .col-1 {
  background: rgba(0, 0, 0, 0) url("../images/utility-left.jpg") no-repeat scroll left top / 540px 100%;
  float: left;
  height: inherit;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 15px;
  position: relative;
  width: 50%;
}
#utility .col-1 a > img {
  margin-bottom: 15px;
}
#utility .col-1 .swiper-slide a > img {
  float: left;
  margin-right: 25px;
}
#utility .small {
  display: block;
  margin-top: 10px;
}
#utility .col-1 .swiper-slide .big {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
#utility .tips {
  height: 100px;
  margin-top: 15px;
  overflow: hidden;
  width: 100%;
}
#utility .tips-prev {
  background: rgba(0, 0, 0, 0) url("../images/tips-prev.png") no-repeat scroll center center;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 55px;
  top: 10px;
  width: 32px;
}
#utility .tips-next {
  background: rgba(0, 0, 0, 0) url("../images/tips-next.png") no-repeat scroll center center;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 32px;
}
#utility .col-2 {
	background: rgba(0, 0, 0, 0) url("../images/utility-right.png") no-repeat scroll right top / 540px 100%;
	float: left;
	height: inherit;
	padding-left: 10px;
	width: 50%;
	position: relative;
}
#utility .col-1 .swiper-slide a > span {
  color: rgb(255, 255, 255);
}
#utility .col-2 .row-1 {
  float: left;
  height: inherit;
  padding: 31px 12px 10px;
  position: relative;
  text-align: center;
  width: 37%;
}
#utility .col-2 .row-2 {
  float: left;
  height: inherit;
  padding: 20px 21px 20px 11px;
  position: relative;
  width: 63%;
}
#utility .row-2 > h2 {
  font-size: 18px;
}
#utility .row-2 > h3 {
  font-size: 18px;
}
#utility .row-2 p {
  font-size: 14px;
  height: 46px;
  line-height: 21px;
  margin: 0;
}
#utility .row-2 > .bank {
  margin: 5px 0;
}

#bottom {
	background: rgba(0, 0, 0, 0) url("../images/bottom.jpg") no-repeat scroll center top / cover ;
  color: white;
  margin-top: 30px;
}
#bottom .wrap {
  height: 199px;
  overflow: hidden;
}
#bottom .swiper-slide > div {
	display: inline-block;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
#bottom .col-1 {
  float: left;
  height: 200px;
  padding-top: 70px;
  width: 245px;
}
#bottom .col-2 {
  float: left;
  height: 200px;
  padding-top: 10px;
  text-align: center;
  width: 855px;
}
#bottom .col-2 > div {
  background: rgba(0, 0, 0, 0) url("../images/game-bg.png") no-repeat scroll center top / cover ;
  display: inline-block;
  height: 85px;
  margin-bottom: 5px;
  margin-right: 25px;
  padding-left: 5px;
  padding-top: 5px;
  width: 256px;
	text-align: left;
}
#bottom .col-2 > div > div {
  font-size: 14px;
  height: 75px;
  overflow-y: auto;
  padding-right: 15px;
}
#bottom .col-2 > div > img {
  float: left;
  height: 75px;
  margin-right: 10px;
  width: 75px;
}
#bottom h2 {
  font-size: 30px;
  line-height: 35px;
}
#bottom h2 span {
  color: white;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  top: -20px;
}

#footer {
	background: #000 none repeat scroll 0 0;
	color: #7b7b7b;
	font-size: 14px;
	text-align: center;
}
#footer a {
  color: #7b7b7b;
}
#footer a:hover {
	color: #b21d58;
}
#footer div:nth-child(1) {
  padding: 10px;
}
#footer div:nth-child(3) {
  color: #7b7b7b;
  padding-bottom: 15px;
}
#footer div:nth-child(5) {
	color: grey;
	font-size: 14px;
	padding: 20px 0 10px;
	margin-bottom: 100px;
}


#content {
	padding: 0 0 10px;
}
.title {
  position: relative;
}
.home #content {
  display: none;
}
#primary {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
  padding: 25px;
  width: 720px;
  float: left;
  margin-right: 25px;
}
#secondary {
  float: left;
  width: 327px;
}
#secondary > h3 {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  padding: 14px;
}
#secondary .other-games {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
  display: inline-block;
  margin-bottom: 10px;
}
#secondary .other-games .col-1 {
  float: left;
  height: 160px;
  padding: 15px;
  width: 160px;
}
#secondary .other-games .col-2 {
  float: left;
  height: 160px;
  padding: 15px 15px 15px 0;
  position: relative;
  width: 167px;
}
#secondary .other-games .col-1 img {
  height: 130px;
  width: 130px;
}
#secondary .other-games .col-2 h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
#secondary .other-games .col-2 p {
  color: #333;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	text-rendering: optimizelegibility;
}
#secondary .other-games .col-2 .star {
	position: relative;
	top: -7px;
}
#secondary .other-games .col-2 .play {
  bottom: 15px;
  color: #689f38;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 2px;
  position: absolute;
  right: 15px;
  text-align: right;
  text-transform: uppercase;
}
#secondary .other-games .col-2 h3 span {
  color: #616161;
  display: block;
  font-size: 14px;
  font-weight: 300;
}


.form.register-home {
  margin-top: 15px;
}
.form {
  float: left;
  width: 100%;
}
.form .left {
  float: left;
  width: 50%;
	padding-right: 4px;
	position: relative;
}
.form .right {
  float: left;
  width: 50%;
	padding-left: 4px;
	position: relative;
}
.form select, .form input {
  border: medium none;
  border-radius: 0;
  height: 32px;
  line-height: 27px;
  margin-bottom: 8px;
  padding-left: 50px;
  width: 100%;
}
.form .email {
	background: url("../images/form/email.png") no-repeat scroll left center #fff;
}
.form .telepon {
	background: url("../images/form/telepon.png") no-repeat scroll left center #fff;
}
.form .permainan {
	background: url("../images/form/permainan.png") no-repeat scroll left center #fff;
}
.form .referensi {
	background: url("../images/form/referensi.png") no-repeat scroll left center #fff;
}
.form .bank {
	background: url("../images/form/bank.png") no-repeat scroll left center #fff;
}
.form .nama {
	background: url("../images/form/nama.png") no-repeat scroll left center #fff;
}
.form .nomor {
	background: url("../images/form/nomor.png") no-repeat scroll left center #fff;
}
.form .alamat {
	background: url("../images/form/alamat.png") no-repeat scroll left center #fff;
}
.form .user {
	background: url("../images/form/user.png") no-repeat scroll left center #fff;
}
.form .jumlah {
	background: url("../images/form/jumlah.png") no-repeat scroll left center #fff;
}
.form option:disabled {
	margin-top:10px;
	margin-bottom: 5px;
	color: black;
	font-weight: bold;
} 
.form .bonusref {
  left: 10px;
  margin: 7px 0;
  position: relative;
  top: -5px;
}
.form .pop-bonus {
  display: none;
  left: -35px;
  position: absolute;
  top: -173px;
  width: 260px;
}
.form .right:hover .pop-bonus {
	display: block;
}
.form .captcha {
  float: left;
  height: 45px;
  margin-right: 8px;
  width: 45%;
}
.form .kode {
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 45px;
  padding: 10px;
  text-align: center;
  width: 50%;
}
.form .center {
  float: left;
  margin: 5px 0;
  width: 100%;
}
.form .margin {
  margin: 10px 0;
}
.form .button-left input, .form .button-right input {
  background: #f7b721 none repeat scroll 0 0;
  float: left;
  height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
	cursor: pointer;
}
.form .button-left input:hover, .form .button-right input:hover {
	background: #004581 none repeat scroll 0 0;
	color: white;
}
.form .button-left {
  float: left;
  width: 50%;
	padding-right: 4px;
}
.form .button-right {
  float: left;
  width: 50%;
	padding-left: 4px;
}
.form input.submit {
  background: rgb(247, 183, 33) none repeat scroll 0 0;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 35%;
}
.form input.submit:hover {
	background: #004581 none repeat scroll 0 0;
	color: white;
}
#form-body {
  display: inline-block;
}
#result .error {
  background: #fd5858 none repeat scroll 0 0;
  border: 1px solid #ff2626;
  display: table-cell;
  font-weight: bold;
  height: 55px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 25px;
  vertical-align: middle;
  width: 350px;
}
.form-loading {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 30px;
}
.success table {
  line-height: 15px;
  vertical-align: middle;
  width: 100%;
}
.success table td {
  padding: 10px 10px 10px 0;
  width: 50%;
}
.main-form {
  background: rgb(2, 34, 59) none repeat scroll 0 0;
  display: inline-block;
  padding: 40px 25px;
}
.main-form .col-1 {
  width: 50%;
	float: left;
}
.main-form .col-2 {
  color: rgb(255, 255, 255);
  float: left;
  padding-left: 30px;
  width: 50%;
}
.main-form h2 {
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.main-form h2 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}


.entry-content > h2 {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 7px;
}

.main-image {
  height: 380px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}
.main-image > p {
  display: inline-block;
  margin: 0 7px;
}
.main-image img {
  box-shadow: none;
  opacity: 1;
  width: 243px;
}
.main-image img:hover {
	opacity: 1;
}
.registrasi {
  background: rgb(1, 29, 53) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  float: left;
  height: 320px;
  margin-right: 20px;
  padding: 20px 10px 10px;
  width: 330px;
}
.registrasi h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
h4 {
  background: rgb(0, 23, 41) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 15px;
  padding: 13px;
}
.image-left {
  float: left;
  margin-right: 25px;
}
.entry-content li {
  margin-bottom: 8px;
  list-style: outside;
}
.related {
  background: rgb(0, 23, 41) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin: 0 0 30px;
  padding: 10px 20px 20px;
  width: 100%;
}
.related > div {
  border: 1px solid #002d51;
  float: left;
  margin-bottom: -1px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
h5 {
  background: rgb(0, 23, 41) none repeat scroll 0 0;
  font-size: 17px;
  font-weight: normal;
  padding: 15px;
  text-align: center;
}
.related p {
  font-size: 14px;
  line-height: 17px;
}
.readmore {
  background: rgb(255, 168, 0) none repeat scroll 0 0;
  border-radius: 5px;
  color: rgb(0, 23, 41);
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
}
.readmore:hover {
  background: #003f71;
  color: #fff;
}
section {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
ol, ul {
  margin-bottom: 25px;
  padding-left: 10px;
}
header.entry-header {
	background: rgba(0, 0, 0, 0) url("../images/purple.jpg") no-repeat scroll center -159px;
	background-size: cover;
	color: rgb(255, 255, 255);
	margin-bottom: 40px;
	padding: 15px;
	border-radius: 5px;
}
.fn span {
  color: rgb(255, 255, 255);
}
.edited {
  position: absolute;
  right: 0;
  top: 2px;
}
.game-page .edited {
  position: absolute;
  right: 40px;
  top: 33px;
}
.modified {
  position: absolute;
  right: 30px;
  top: 33px;
}
.yasr-total-average-text {
  display: inline-block;
  margin-left: 0;
  position: relative;
  top: -5px;
}
.dashicons, .dashicons-before::before {
  display: none;
}


.pagination {
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/oriental-play/assets/images/purple.jpg") no-repeat scroll center -159px;
  background-size: cover;
  clear: both;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 13px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 10px;
  position: relative;
  width: 100%;
  text-align: center;
}
.pagination > div {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.pagination > span, .pagination > a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  width: 19%;
}
.pagination a:hover span {
    background: #ffb81f none repeat scroll 0 0;
    color: #fff;
}
.pagination .current span {
  background: #ffb81f none repeat scroll 0 0;
  color: #fff;
}
.pagination span > span, .pagination a > span {
  background: white none repeat scroll 0 0;
  color: black;
  display: inline-block;
  font-size: 20px;
  line-height: 45px;
  width: 100%;
}
#loader-visitor-rating {
	color: transparent;
	text-align: center;
	width: 100%;
	background-position: center center;
}
#loader-visitor-rating img {
	display: block;
	margin: 0 auto;
}

#submenu {
  background: #ffb81f none repeat scroll 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  padding: 15px 10px 10px;
  text-align: center;
  text-transform: uppercase;
}
#submenu .wrap {
  padding: 15px 10px 10px;
}
#submenu .mainmenu {
  background: #032546 none repeat scroll 0 0;
  border-radius: 7px;
  color: white;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 55px;
  width: 100%;
}
#submenu .mainmenu:hover {
  background: #004181 none repeat scroll 0 0;
}
#submenu .subcat:nth-child(odd) {
  border-radius: 7px;
  color: white;
  display: inline-block;
  margin: 5px 0;
  padding: 0 0 0 5px;
  width: 50%;
}
#submenu .subcat:nth-child(even) {
  border-radius: 7px;
  color: white;
  display: inline-block;
  margin: 5px 0;
  padding: 0 5px 0 0;
  width: 50%;
}
#submenu .subcat span {
  background: #032546 none repeat scroll 0 0;
  border-radius: 7px;
  display: inline-block;
  line-height: 55px;
  width: 100%;
}
#submenu .subcat:hover span {
  background: #004181 none repeat scroll 0 0;
}

#jadwal tr:nth-child(1) {
	display: none;
}
#jadwal td:nth-child(1) {
	font-weight: bold;
	width: 20%;
}
#jadwal td:nth-child(2) {
	width: 30%;
}
#jadwal td:nth-child(3) {
	width: 30%;
}
#jadwal td:nth-child(4) {
	width: 20%;
}
#jadwal td:nth-child(5) {
	width: 0%;
}

#jadwal table {
	width: 100%;
	display: none;
}
#jadwal table#suzanaTable {
  background: white none repeat scroll 0 0 !important;
  display: inline-block;
  margin-top: 15px;
}
#jadwal tr {
  display: inline-block;
  width: 100%;
}
#jadwal td {
  display: inline-block;
  float: left;
  font-size: 12px !important;
  padding: 10px 5px !important;
	word-wrap: break-word;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#jadwal tr td strong {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#jadwal tr td:nth-child(4) {
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  text-align: center;
}
#jadwal tr td:nth-child(5) {
  display:none;
}
.category article.category-berita-bola {
  background: rgb(4, 37, 70) none repeat scroll 0 0;
  float: left;
  margin-bottom: 10px;
  min-height: 95px;
  padding: 10px;
  position: relative;
}
.category article.category-berita-bola .post-thumbnail img {
  height: 75px;
  width: 120px;
}
.single .category article.category-berita-bola .post-thumbnail img {
  height: auto;
  width: 100%;
}
.category article.category-berita-bola .post-thumbnail {
  display: inline-block;
  float: left;
  height: 75px;
  left: 10px;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  width: 120px;
}
.single .category article.category-berita-bola .post-thumbnail {
  display: inline-block;
  float: none;
  height: auto;
  left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.category article.category-berita-bola .entry-header {
  display: inline-block;
  float: left;
  height: 40px;
  margin-right: 10px;
  padding-left: 128px;
  width: auto;
}
.category article.category-berita-bola .tanggal {
  color: white;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  padding-left: 128px;
  width: auto;
}
.category article.category-berita-bola .entry-title.web {
  line-height: 10px;
  position: relative;
  top: -2px;
}
.category article.category-berita-bola .entry-title.web > a {
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  font-size: 11px;
  line-height: 9px;
}
.category article.category-berita-bola .read {
  border-radius: 0;
  height: 86px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	font-family: 'Roboto', sans-serif;
}
.category article.category-berita-bola .detailbutton {
  border-radius: 0;
  bottom: 0;
  font-size: 18px;
  padding: 3px 9px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 80px;
}
.category article.category-berita-bola .detailbutton > span {
  display: inline;
  font-size: 12px;
  left: -5px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.category article.category-berita-bola .detail {
  background: white none repeat scroll 0 0;
}
.category article.category-berita-bola .detail .yasr-visitor-votes {
  display: none;
}

#klasemen {
	margin-top:10px;
}
#klasemen .title {
  background: rgb(3, 37, 70) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  height: 48px;
  padding: 10px;
	font-family: 'Roboto', sans-serif;
}
#klasemen .title .left {
  float: left;
  text-align: left;
  width: 50%;
}
#klasemen .title .right {
  float: left;
  text-align: right;
  width: 50%;
}
#klasemen > div {
	margin-bottom: 15px;
}
#klasemen h2.button {
  background: #ffb81f url("../images/view.png") no-repeat scroll right center / contain ;
  cursor: pointer;
  font-size: 18px;
  line-height: 55px;
  padding-left: 14px;
  text-transform: uppercase;
}
#klasemen .detail > div {
  display: inline-block;
  float: left;
  width: 100%;
}
#klasemen .detail .head > div {
  background: #1e3348 none repeat scroll 0 0;
  border-bottom: medium none;
  border-right: 1px solid #132332;
  color: white;
  float: left;
  text-align: center;
}
#klasemen .detail div > div {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  color: black;
  float: left;
  line-height: 45px;
  text-align: center;
}
#klasemen .detail div > div {
  font-family: oswald;
  font-size: 12px;
  font-weight: normal;
  width: 7%;
}
#klasemen .detail div > div:nth-child(2) {
  font-family: oswald;
  font-size: 96%;
  font-weight: lighter;
  width: 37%;
}
#klasemen .detail > div:nth-last-child(1) {
	display:none;
}

.promotion {
  padding-top: 30px;
  text-align: center;
}



/* Fullscreen overlay for modal background */
#active-popup {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100% !important;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}

/* Modal container */
#popup-container {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
  height: 403px;
  left: 50%;
  margin: -200px auto 0 -300px;
  position: fixed;
  top: 50%;
  width: 600px;
  z-index: 98;
}

.modal-content {
  position: relative;
  text-align: center;
}

#popup-window { position: relative; }

.modal-content h1,
.modal-content p { color: #fff; }

.modal-content p { padding: 20% 5% 0 5%; }

/* Close button */
#popup-container a.close {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-radius: 20px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  float: right;
  font-size: 26px;
  font-weight: bold;
  height: 35px;
  line-height: 17px;
  padding: 6px;
  position: relative;
  right: -20px;
  text-align: center;
  top: 20px;
  width: 38px;
  z-index: 99;
}

.yasr-visitor-votes {
	background: rgba(0, 0, 0, 0) url("../images/purple.jpg") no-repeat scroll center -159px;
	background-size: cover;
	color: rgb(255, 255, 255);
	display: inline-block;
	padding: 15px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	border-radius: 5px;
}
.entry-content {
	min-height: 753px;
}
.entry-content .mobile-gaming {
	min-height: 562px;
}
.rateit {
	display: block;
	margin-bottom: 18px;
}
.yasr_schema {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: 1px solid #eaeaea;
  color: #555;
  font-size: small;
  padding: 11px;
  text-align: center;
}
#result {
  color: rgb(255, 255, 255);
}
#content .related h3 a {
  color: rgb(255, 255, 255);
}
#content .related h3 a:hover {
  color: rgb(255, 168, 0);
}
.filter-table {
  background: rgb(38, 44, 68) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  padding: 19px;
  text-align: center;
}
.filter-table > input {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
table.prediksi {
  border: 1px solid rgb(128, 128, 128);
  border-collapse: collapse;
  width: 100%;
}
table.prediksi td, table.prediksi th {
  border: 1px solid rgb(38, 44, 68);
  padding: 10px;
	text-align: center;
}
table.prediksi td:hover {
  background: #ffa100;
}
table.prediksi th {
  background: rgb(91, 106, 138) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  font-size: 17px;
}
table.prediksi tr:nth-child(even) {
	background: #f6f6f6;
}
table.prediksi tr:nth-child(odd) {
	background: #fff;
}
table.white {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 1px solid rgb(128, 128, 128);
  border-collapse: collapse;
  text-align: center;
  width: 100%;
	margin-bottom: 15px;
}
table.white th {
  background: rgb(57, 66, 93) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
}
table.white th, table.white td {
  border: 1px solid grey;
  padding: 9px;
}
img {
  height: auto;
  max-width: 100%;
}
.mobile {
	display:none;
}
#yasr-already-voted-text {
  display: none;
}
.top-content {
  display: inline-block;
  height: 180px;
  margin-bottom: 25px;
}
.top-content .col-1 {
  float: left;
  width: 205px;
}
.top-content .col-2 {
  color: #616161;
  float: left;
  font-size: 14px;
  position: relative;
  width: 464px;
}
.top-content header.entry-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #212121;
  margin-bottom: 40px;
  padding: 0;
}
.top-content header.entry-header h1 {
	float: left;
	font-size: 25px;
	font-weight: 300;
	width: 100%;
	height: 45px;
}
.top-content header.entry-header .post-meta {
	float: left;
	height: auto;
	width: 100%;
}
.top-content header.entry-header .post-meta .edited {
  color: #616161;
  float: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
}
.top-content header.entry-header .post-meta .edited .fn span {
  color: #616161;
}
.top-content .yasr-visitor-votes {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #616161;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 4px;
	width: 275px;
	z-index: 2;
	margin-top: 0;
}
.top-content .col-2 .device {
  background: rgba(0, 0, 0, 0) url("../images/i.png") no-repeat scroll left center;
  padding-left: 19px;
}
.top-content .col-2 .age {
	margin: 31px 0 13px;
}
.top-content .col-2 .play-button {
  background: rgba(0, 0, 0, 0) url("../images/play-button.jpg") no-repeat scroll center top;
  color: white;
  display: block;
  font-size: 18px;
  height: 44px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 25px;
  transition: none 0s ease 0s ;
  width: 82px;
}
.top-content .col-2 .play-button:hover {
  background: rgba(0, 0, 0, 0) url("../images/play-button.jpg") no-repeat scroll center bottom;
	transition: none;
}
.min-dep {
	position: relative;
	top: -8px;
}
.screenshot-container {
  border-radius: 10px;
  float: left;
  height: 305px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  width: 560px;
}
.screenshot-button-prev {
  background: rgba(0, 0, 0, 0) url("../images/screenshot-arrow.png") no-repeat scroll -21px center;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  float: left;
  height: 160px;
  width: 45px;
	position: relative;
	top: 75px;
	cursor: pointer;
}
.screenshot-button-next {
  background: rgba(0, 0, 0, 0) url("../images/screenshot-arrow.png") no-repeat scroll -122px center;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  float: left;
  height: 160px;
  width: 45px;
	position: relative;
	top: 75px;
	cursor: pointer;
}
.more {
  background: rgba(99, 99, 99, 0.2) none repeat scroll 0 0;
  border-radius: 5px;
  color: #33691e;
  display: block !important;
  font-weight: bold;
  line-height: 36px;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100px !important;
}
.desc {
  margin-bottom: 20px;
}
#splash {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:100%;
	background: #070a0f url("../images/background.jpg") no-repeat scroll center top;
	z-index: 2147483640;
}
#splash img {
	left: 50%;
	margin-left: -143px;
	position: absolute;
	top: 50%;
	margin-top: -155px;
}
.mobile-gaming {
	padding: 0;
	display: inline-block;
	width: 100%;
}
.mobile-gaming a.mobile {
	display: none;
}
.game-list.swiper-container-horizontal {
	overflow: hidden;
}
.license-list {
	overflow: hidden;
}
#contact-us, #contact-us:hover {
	background: transparent !important;
	border-radius: 0;
	height: 655px;
	color: black;
	left: 0;
	overflow: hidden;
	padding-bottom: 24px;
	padding-left: 100px;
	padding-top: 20px;
	position: unset;
	top: 10%;
	transition: all 0.4s ease 0s;
	width: 79px;
	z-index: 10;
	width: 100%;
	display: block;
	position: relative;
	line-height: 17px;
}
#contact-us > img {
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	position: absolute;
	left: 20px;
	top: 25px;
}
#contact-us > div {
	width: 100% !important;
}
#contact-us > p {
	margin: 0;
}
#contact-us a {
	color: black;
	text-decoration: none;
}
#contact-us .phone {
	line-height: 99px;
}
#contact-us .blackberry {
	height: 80px;
	line-height: 17px;
	padding-top: 44px;
}
#contact-us .skype {
	padding-top: 16px;
}
#contact-us .wechat {
	padding-top: 20px;
}
#contact-us .line {
	padding-top: 20px;
}
#contact-us .whatsapp {
	padding-top: 12px;
}
#contact-us .viber {
	padding-top: 20px;
}
#contact-us .sms {
	padding-top: 20px;
}
.archive #primary {
	width: 100%;
}
.archive article.type-post {
	min-height: auto;
	border: 1px solid black;
	border-radius: 7px;
	margin-bottom: 20px;
}
.archive .entry-content {
	min-height: auto;
	padding: 10px 20px 20px;
}
.archive .page-header {
	margin-bottom: 25px;
	text-transform: uppercase;
}
.archive header.entry-header {
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}
.table-1 {
	padding: 0;
	width: 100%;
	float: left;
	padding-bottom: 0;
}
#liscroll h1, #liscroll p {
	display: inline;
	font-size: 12px;
	margin-left: 10px;
}

img { aspect-ratio: attr(width) / attr(height);}


#transaksi .left{
	padding-right: 10px;
}
#transaksi .right{
	padding-left: 10px;
}
#transaksi .left, #transaksi .right {
	width: 50%;
	float: left;
	color: white;
	margin-top: 25px;
}
#transaksi ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
#transaksi li {
	list-style: none;
}
#transaksi h3 {
	text-align: center;
	background: #2c0a22 none repeat scroll 0 0;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
}
#transaksi .user, #transaksi .jumlah, #transaksi .game {
	display: block;
	float: left;
	width: 33.33%;
	border: 1px solid #2c0a22;
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
}
#transaksi ul > div .user, #transaksi ul > div .jumlah, #transaksi ul > div .game {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #a62d82;
}

h4.room-header {
	background: #2c0a22;
	width: 100%;
	text-align: center;
	margin: 0;
}
table.room {
	border-collapse: collapse;
	width: 100%;
}
table.room th, 
table.room td {
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid white;
	background: #f7f7f7;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
table.room th:nth-child(1), 
table.room td:nth-child(1){
    width:40%;
}
table.room th:nth-child(2), 
table.room td:nth-child(2){
    width:15%;
}
table.room th:nth-child(3), 
table.room td:nth-child(3){
    width:15%;
}
table.room th:nth-child(4), 
table.room td:nth-child(4){
    width:15%;
}
table.room th:nth-child(5), 
table.room td:nth-child(5){
    width:15%;
}
table.room table th:nth-child(5), 
table.room table td:nth-child(5){
    border-right: none;
}
table.room table th:nth-child(1), 
table.room table td:nth-child(1){
    border-left: none;
}

@media only screen and (max-width: 1072px) {
		.home #mm-0 {
			display: none;
		}
		.desktop {
			display:none;
		}
		.mobile, .site-content.block {
			display: block;
		}
		.entry-content > h3 {
			margin-bottom: 10px;
		}
		body {
			background: #2c0a22 none repeat scroll 0 0;
			height: 100%;
			max-height: 100%;
			min-height: 100% !important;
			color: #333;
			font-size: 14px;
			line-height: 25px;
		}
		body, html {
			height: 100% !important;
			margin: 0 !important;
			min-height: 100% !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
			padding-top: 0 !important;
			overflow: visible;
		}
		.wrap, .container {
			display: block;
			margin: 0 auto;
			/* min-width: 1000px; */
			position: static;
			width: 100%;
		}
		a {
			color: #33691e;
		}
		a:hover {
			color: #429123;
		}
		.entry-content a {
			text-decoration: underline;
		}
		.desc + [data-readmore-toggle], .desc[data-readmore] {
			text-decoration: none;
		}
		.entry-content li {
			line-height: 22px;
			list-style: outside none disc;
			margin-bottom: 17px;
		}
		ol, ul {
			margin-bottom: 25px;
			padding-left: 18px;
		}
		
		.bolt-blue, .bolt-black {
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}
		.bolt-blue > div {
			background: #18212c url("../images/mobile/bolt-blue.png") no-repeat scroll center center;
			width: 5px;
			height: 5px;
		}
		.bolt-black > div {
			background: #18212c url("../images/mobile/bolt-blue.png") no-repeat scroll center center;
			width: 5px;
			height: 5px;
		}
		.bolt-tl {
			left: 10px;
			position: absolute;
			top: 10px;
		}
		.bolt-bl {
			left: 10px;
			position: absolute;
			bottom: 10px;
		}
		.bolt-tr {
			right: 10px;
			position: absolute;
			top: 10px;
		}
		.bolt-br {
			right: 10px;
			position: absolute;
			bottom: 10px;
		}
		.overlay-blue {
			background: rgba(0, 0, 0, 0) url("../images/mobile/overlay-blue.png") no-repeat scroll center top / cover ;
			height: 100%;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 1;
		}
		.overlay-black {
			background: rgba(0, 0, 0, 0) url("../images/mobile/overlay-black.png") no-repeat scroll center top / cover ;
			height: 100%;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 1;
		}
		#header {
			height: 45px;
		}
		.skew-1.mobile {
			position: unset;
			float: left;
			z-index: 2;
			margin-top: 6px;
			background: #080b0d;
			width: 247px;
			border-radius: 5px;
			display: inline-block;
			margin-left: 18px;
		}
		.skew-2 {
			position: relative;
			left: 0;
			z-index: 2;
			top: 11px;
			float: right;
			width: 87px;
			margin-right: 20px;
		}
		.skew-left, .skew-right {
			display: none;
		}
		.skew-center {
			float: right !important;
			height: 43px;
			margin: 0;
			padding: 0;
			width: 100%;
			background: transparent;
			border-bottom: none;
			text-align: center;
			position: relative;
		}
		#top {
			background-position: left top;
			height: 84px;
			border-bottom: 1px solid #0000;
			box-shadow: 0px 3px #0f0f0f;
		}
		#top .wrap a.mobile {
			position: relative;
			z-index: 6;
			display: inline-block;
		}
		#top .col-1 {
			float: left;
			height: auto;
			padding-left: 0;
			padding-top: 27px;
			text-align: left;
			width: 100%;
			padding-left: 20px;
		}
		#top .col-1 img {
			width: 225px;
			top: -16px;
			position: relative;
		}
		#top .col-2 {
			height: auto;
			float: right;
			width: 100px;
			padding: 0;
			position: unset;
			right: 0;
		}
		#top .col-2 > .mobile {
			position: relative;
			top: -73px;
			right: 20px;
			cursor: pointer;
		}
		#top .col-2 > .mobile > .mobile-menu {
			width: 50px;
			display: inline-block;
			text-align: center;
			height: 50px;
			padding-top: 12px;
		}
		#menu {
			float: left;
			height: 100%;
			margin: 0 !important;
			text-align: right;
			width: 0;
			position: absolute;
			left: 0;
			top: 0;
			background: #2c0a22;
			z-index: 99999999999;
			display: block;
			border-radius: 0;
			border-right: 1px solid #2c0a22;
		}
		#menu {
			width: 0;
		}
		#menu.click-open {
			width: 100%;
		}
		#menu #menu-main-menu > li,
		#menu > .mobile {
			display:none;
		}
		#menu.click-open #menu-main-menu > li,
		#menu.click-open > .mobile {
			display:block;
		}
		#menu #menu-main-menu > li:nth-child(1) {
			border-left: medium none;
			padding-left: 35px;
		}
		#menu #menu-main-menu > li {
			float: left;
			height: auto;
			position: relative;
			text-align: left;
			width: 100%;
			border-bottom: 1px solid #3e0e30;
			padding-left: 35px;
		}
		#menu > .mobile {
			background: #0a0208;
			padding: 10px;
			padding-top: 15px;
			padding-right: 20px;
		}
		#menu #menu-main-menu > li.click-open > ul,
		#menu #menu-main-menu > li.click-open:hover > ul {
			display: inline-block;
			width: auto;
			margin-left: -38px;
			position: relative;
			top: 0;
			padding: 0;
		}
		#menu #menu-main-menu > li:hover > ul {
			display: none;
			width: auto;
			margin-left: -38px;
			position: relative;
		}
		#menu #menu-main-menu > li > a {
			color: white;
			display: inline-block;
			font-size: 14px;
			font-weight: 300;
			line-height: 50px;
			padding: 0;
		}
		#menu #menu-main-menu .sub-menu li {
			float: left;
			line-height: 38px;
			width: 100%;
			text-align: left;
			padding-left: 65px;
			background: #22071a;
			border-bottom: 1px solid #380d2b;
		}
		#menu #menu-main-menu > li:hover > ul > li > a,
		#menu #menu-main-menu > li.click-open:hover > ul > li > a,
		#menu #menu-main-menu > li.click-open > ul > li > a {
			line-height: 25px;
			text-align: left;
			padding: 10px 0;
			display: inline-block;
			background: none !important;
			color: #fff;
			margin: 0;
		}
		
		#news {
			position: relative;
			background: rgba(0, 0, 0, 0) url("../images/top.jpg") no-repeat scroll center top;
			background-size: cover;
		}
		#news .container > .scrollnews {
			width: 100%;
			padding-left: 92px;
			line-height: 26px;
		}
		#news .container > span {
			position: absolute;
			left: 12px;
			top: 0px;
		}
		.image-wrapper,
		.slider-wrapper,
		.slider,
		.nivo-main-image {
			width: 100%;
			height: auto;
			margin: 0;
		}
		#news .container > .social {
			display: none;
		}
		
		
		.mobile-gaming img {
			width: 127px;
			margin: 0 auto;
			display: block;
		}
		
		#feature {
			background: black;
		}
		
		#middle {
			width: 100%;
			display: none;
		}
		.banner-bonus-1 {
			display: none;
		}
		
		.mobile-gaming {
			padding: 13px 13px 2px 13px;
			display: inline-block;
			width: 100%;
		}
		.mobile-gaming a.mobile {
			display: inline-block;
			width: 50%;
			float: left;
		}
		.mobile-gaming a span {
			border: 1px solid #390e22;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d0923+0,0e010a+100 */
			background: #2d0923; /* Old browsers */
			background: -moz-linear-gradient(top,  #2d0923 0%, #0e010a 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #2d0923 0%,#0e010a 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #2d0923 0%,#0e010a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d0923', endColorstr='#0e010a',GradientType=0 ); /* IE6-9 */
			display: inline-block;
			border-radius: 5px;
			padding: 10px 20px;
			width: 100%;
			float: left;
		}
		.mobile-gaming a.android{
			display: inline-block;
            width: 100%;
		}
		.mobile-gaming a.android{
			display: inline-block;
            width: 100%;
		}
		
		#game-list {
			height: auto;
			background-color: #0f030c;
		}
		#game-list .col-1 {
			width: 100%;
			padding-top: 30px;
			margin-bottom: 10px;
		}
		#game-list .col-2 {
			width: 100%;
			margin-bottom: 10px;
		}
		#game-list .col-1 img {
			margin: 0 auto;
		}
		
		.mobile-gaming {
			padding: 13px 13px 2px 13px;
			display: inline-block;
			width: 100%;
		}
		.mobile-gaming a.mobile {
			display: inline-block;
			width: 50%;
			float: left;
		}
		.mobile-gaming a span {
			border: 1px solid #390e22;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d0923+0,0e010a+100 */
			background: #2d0923; /* Old browsers */
			background: -moz-linear-gradient(top,  #2d0923 0%, #0e010a 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #2d0923 0%,#0e010a 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #2d0923 0%,#0e010a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d0923', endColorstr='#0e010a',GradientType=0 ); /* IE6-9 */
			display: inline-block;
			border-radius: 5px;
			padding: 10px 20px;
			width: 100%;
			float: left;
		}
		.mobile-gaming a.android{
			padding-right: 7px;
		}
		.mobile-gaming a.iphone{
			padding-left: 7px;
		}
		.page .mobile-gaming a.android{
			padding-right: 7px;
		}
		.page .mobile-gaming a.iphone{
			padding-left: 7px;
		}
		
		
		
		#panel-list .panel {
			display: inline-block;
			height: auto;
			margin: 10px 0;
			width: 100%;
		}
		#panel-list .panel > div {
			height: auto;
			width: 100%;
		}
		
		#latest, #winner {
			display: none;
		}
		
		#member-online .news-list {
			padding: 15px;
			width: 100%;
		}
		
		.content-blog h1 {
			margin-bottom: 20px;
		}
		
		#footer {
			color: #7b7b7b;
			font-size: 14px;
			text-align: center;
			line-height: 25px;
		}

    	#top-mobile {
			background: #1d1f22 url("../images/mobile/top.png") repeat-x scroll left top;
			height: 75px;
			position: relative;
			width: 100%;
		}
		#top-mobile .left {
			border-right: 1px solid #000102;
			box-shadow: 1px 0 #2b2d2e;
			float: left;
			height: 65px;
			line-height: 74px;
			margin-top: 3px;
			position: relative;
			text-align: center;
			width: 75px;
			z-index: 2;
		}
		#top-mobile .left > a {
			display: block;
			height: 100%;
			width: 100%;
		}
		#top-mobile .center {
			height: 100%;
			line-height: 62px;
			position: absolute;
			text-align: center;
			top: 0;
			width: 100%;
			z-index: 1;
		}
		#top-mobile .center img {
			width: 190px;
			position: relative;
			top: 7px;
		}
		#top-mobile .right {
			position: relative;
			border-left: 1px solid #000102;
			box-shadow: -1px 0 #2b2d2e;
			height: 65px;
			line-height: 74px;
			margin-top: 3px;
			text-align: center;
			width: 75px;
			float: right;
			z-index: 2;
		}
		
		#utility-mobile {
			background-color: #002a4d;
			background-image: -moz-linear-gradient(center top , #002a4d 0%, #001b30 100%);
			background-repeat: repeat-x;
			border-bottom: 1px solid #2a3a4a;
			border-top: 1px solid #0b0e14;
			height: 90px;
			opacity: 1;
			position: relative;
			text-align: center;
		}
		#utility-mobile:hover {
			opacity: 1;
		}
		#utility-mobile a {
			display: inline-block;
			font-size: 20px;
			font-weight: bold;
			height: 100%;
			line-height: 20px;
			padding-top: 23px;
			position: relative;
			width: 100%;
			z-index: 2;
		}
		#utility-mobile a span {
			display: block;
			font-size: 12px;
			font-weight: normal;
		}
		
		#feature-mobile {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			height: auto;
			min-height: 145px;
			position: relative;
			text-align: center;
			margin-top: 5px;
		}
		.swiper-slide img {
        	height: auto;
        	width: 100%;
        }
        .swiper-slide-duplicate {
            display: none;
        }

		#nav-mobile {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			display: inline-block;
			height: auto;
			position: relative;
			text-align: center;
			width: 100%;
		}
		#nav-mobile .left {
			float: left;
			height: 100%;
			padding-right: 1%;
			width: 50%;
			position: relative;
		}

		#nav-mobile .right {
			float: left;
			height: 100%;
			padding-left: 1%;
			width: 50%;
			position: relative;
		}
		#nav-mobile div > a {
			background-color: #002a4d;
			background-image: -moz-linear-gradient(center top , #002a4d 0%, #001b30 100%);
			background-repeat: repeat-x;
			border-bottom: 1px solid #2a3a4a;
			border-top: 1px solid #0b0e14;
			display: block;
			font-size: 17px;
			font-weight: bold;
			height: 100%;
			line-height: 55px;
			opacity: 1;
			overflow: hidden;
			position: relative;
			width: 100%;
			z-index: 2;
		}
		#nav-mobile div > a:hover {
			opacity: 1;
		}
		
		.related {
			background: #1d1f22 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			height: auto;
			margin: 30px 0 0;
			padding: 10px 20px 20px;
			width: 100%;
		}
		.related > div {
			border: 1px solid #393939;
			float: left;
			margin-bottom: 0;
			padding: 17px 0;
			text-align: center;
			width: 100%;
		}
		h5 {
			background: #2c2c2c;
			font-size: 17px;
			font-weight: normal;
			padding: 15px;
			text-align: center;
		}
		.entry-content h2 {
			font-size: 16px;
			line-height: 27px;
		}
		.image-left {
			display: block;
			margin: 10px 0;
			text-align: center;
		}
		
		#content-mobile {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			height: auto;
			overflow: hidden;
			padding: 1%;
			position: relative;
			text-align: left;
			color: white;
		}
		
		#content-mobile .game, #content-mobile .download {
			height: 75px;
			margin-bottom: 7px;
			position: relative;
			opacity: 0.8;
		}
		#content-mobile .game:hover, #content-mobile .download:hover {
			opacity: 1;
		}
		#content-mobile .black {
			background: #111214 none repeat scroll 0 0;
			border-bottom: 1px solid #242527;
			border-top: 1px solid #090b0e;
			width: 100%;
		}
		#content-mobile .blue {
			background-color: #002a4d;
			background-image: -moz-linear-gradient(center top , #002a4d 0%, #001b30 100%);
			background-repeat: repeat-x;
			border-bottom: 1px solid #2a3a4a;
			border-top: 1px solid #0b0e14;
			width: 100%;
		}
		h1, h2, h3, h4, h5, h6 {
			font-family: "Roboto",sans-serif;
			margin: 0;
		}
		.related {
			background: rgb(0, 23, 41) none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			height: auto;
			margin: 30px 0 80px;
			padding: 10px 20px 20px;
			width: 100%;
		}
		.related > div {
			float: left;
			margin-bottom: 10px;
			padding: 0 10px;
			width: 100%;
		}
		.main-image {
			display: none;
			height: 200px;
			margin-bottom: 25px;
			text-align: center;
			width: 100%;
		}
		.entry-content {
			overflow: hidden;
			min-height: auto !important;
		}

		.page-id-1026 #livechat-compact-view {
			display: none;
		}
		
		#footer-mobile {
			color: #5d6168;
			float: left;
			height: 75px;
			position: relative;
			text-align: center;
			width: 100%;
		}
		#footer-mobile img {
			height: auto;
			max-width: 783px;
			width: 100%;
		}
		
		.main-form .col-1 {
			float: left;
			margin-bottom: 20px;
			padding: 0;
			text-align: left;
			width: 100%;
		}
		.main-form .col-2 {
			display: none;
		}
		
		.registrasi {
			background: #303236 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			float: left;
			height: auto;
			margin: 0 0 35px;
			padding: 20px 10px;
			width: 100%;
		}
		.image-left {
			display: none;
			margin: 10px 0;
			text-align: center;
		}
		.related {
			background: #1b1c1e;
			color: rgb(255, 255, 255);
			display: inline-block;
			height: auto;
			margin: 30px 0 80px;
			padding: 10px 20px 20px;
			width: 100%;
		}
		.related > div {
			float: left;
			margin: 10px 0;
			padding: 15px 10px;
			width: 100%;
		}
		.related > div h3, .related > div p {
			margin: 0;
		}
		.related > div h3 {
			margin-bottom: 3px;
		}
		h4 {
			background: #171c26 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			margin-bottom: 15px;
			padding: 13px;
			text-align: center;
		}
				
		#content {
			background: #2c0a22 none repeat scroll 0 0;
			border-bottom: 1px solid #4d123c;
			border-top: 1px solid #4d123c;
			margin-top: 0;
			padding: 0;
		}
		#content .wrap {
			background: #141517 none repeat scroll 0 0;
		}
		header.entry-header {
			background: transparent;
			color: #1c1d27;
			height: auto;
			margin-bottom: 0;
			padding: 15px;
		}
		section {
			display: inline-block;
			margin-bottom: 0;
			width: 100%;
		}
		.edited {
			margin-bottom: 10px;
			position: relative;
			right: 0;
			text-align: center;
			top: 3px;
		}
		.main-form {
			background: #1d1f22 none repeat scroll 0 0;
			display: inline-block;
			padding: 10px;
			width: 100%;
		}
		.main-form h2 {
			color: rgb(255, 255, 255);
			text-align: center;
			text-transform: uppercase;
			line-height: 25px;
		}
		.form .left,
		.form .right {
			float: left;
			padding: 0;
			position: relative;
			width: 100%;
		}
		.form select, .form input {
			border: medium none;
			border-radius: 0;
			height: 39px;
			line-height: 37px;
			margin-bottom: 15px;
			padding-left: 50px;
			width: 100%;
		}
		.form .bonusref {
			display: none;
			left: 10px;
			margin: 7px 0;
			position: relative;
			top: -5px;
		}
		header.entry-header h1 {
			line-height: 33px;
			text-align: center;
		}
		table.prediksi th {
			border: 1px solid rgb(38, 44, 68);
			color: white;
			padding: 10px;
			text-align: center;
		}
		table.prediksi td {
			border: 1px solid rgb(38, 44, 68);
			color: black;
			padding: 10px;
			text-align: center;
		}
		.form input.submit:hover {
			background: #131416 none repeat scroll 0 0;
			color: white;
		}
		.yasr_schema > span {
			display: inline-block;
		}
		h4 {
			background: #303236 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			margin-bottom: 15px;
			padding: 13px;
		}
		#primary {
			overflow: hidden;
			padding: 10px;
			width: 100%;
		}
		.page-id-310 header.entry-header, 
		.page-id-311 header.entry-header, 
		.page-id-312 header.entry-header,
		.page-id-944 header.entry-header {
			display: none;
		}
		.yasr-visitor-votes {
			background: #1c1d27 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			margin-top: 13px;
			padding: 15px;
			text-align: center;
			width: 100%;
		}
		#sportcontainer {
			display: none;
			position: relative;
		}
		.yasr_schema {
			background: #2c0a22 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			font-size: small;
			padding: 11px;
			text-align: center;
			text-shadow: 1px 1px 2px rgb(0, 0, 0);
		}
		.entry-content .game > a img, .entry-content .download > a img {
			top: 40px;
		}
		
		.game > a, .download > a {
			display: block;
			font-size: 12px;
			height: 100%;
			line-height: 20px;
			padding-left: 10%;
			padding-top: 15px;
			position: relative;
			text-align: left;
			width: 100%;
			z-index: 2;
		}
		.game > a span, .download > a span {
			display: block;
			font-size: 23px;
			font-weight: bold;
			position: relative;
			top: -3px;
		}
		.game > a img, .download > a img {
			position: absolute;
			right: 10%;
			top: 20px;
		}
		
		.mm-menu {
			background: #111418 none repeat scroll 0 0;
			border: medium none transparent;
			color: #c6c9cd;
		}
		.mm-listview {
			font-size: 16px;
			line-height: 30px;
		}
		.mm-listview > li:not(.mm-divider)::after {
			border-bottom: 1px solid #232528;
			border-top: 1px solid #000;
		}
		em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
			border-right: 1px solid black;
			margin-right: 90px;
		}
		.mm-listview > li .mm-next, .mm-listview > li .mm-next::before {
			border-left: 1px solid #232528;
		}
		.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
			color: #c6c9cd;
		}
		.mm-menu .mm-search input {
			background: #1a1c20 none repeat scroll 0 0;
			color: #67707c;
			height: 42px;
			line-height: 42px;
			text-align: center;
		}
		.mm-search {
			height: 60px;
			padding: 7px 10px 0;
		}
		.mm-navbar {
			height: 60px;
		}
		.mm-navbar-top-2 {
			height: 43px;
			top: 60px;
			line-height: 14px;
		}
		.mm-hasnavbar-top-2 .mm-panels {
			top: 105px;
		}
		.mm-menu em.mm-counter {
			color: #c6c9cd;
		}
		#menu-mobile-menu .game > a, #menu-mobile-menu .download > a {
			font-size: 16px;
		}
		.mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after {
			border-color: #67707c;
		}
		.mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after {
			border-color: white;
		}
		#mm-2, #mm-3, #mm-4, #mm-5, #mm-6 {
			left: 0;
		}
		#menu-mobile-menu > li > a.mm-next {
			background: none !important;
		}
		#menu-mobile-menu > li > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon.png") no-repeat scroll 20px center;
			font-size: 16px;
			line-height: 50px;
			padding: 0 36px 0 52px;
			width: auto;
		}
		#menu-mobile-menu > li:hover > a, #menu-mobile-menu > li.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-hover.png") no-repeat scroll 20px center;
			color: #ffb80c;
		}
		#menu-mobile-menu > li.home > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-home.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.home:hover > a, #menu-mobile-menu > li.home.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-home-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.daftar > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-daftar.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.daftar:hover > a, #menu-mobile-menu > li.daftar.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-daftar-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.games > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-games.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.games:hover > a, #menu-mobile-menu > li.games.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-games-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.caramain > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-caramain.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.caramain:hover > a, #menu-mobile-menu > li.caramain.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-caramain-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.livechat > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-livechat.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.livechat:hover > a, #menu-mobile-menu > li.livechat.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-livechat-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.game > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-game.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.game:hover > a, #menu-mobile-menu > li.game.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-game-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bonus > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bonus.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bonus:hover > a, #menu-mobile-menu > li.bonus.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bonus-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bonus > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bonus.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bonus:hover > a, #menu-mobile-menu > li.bonus.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bonus-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bola > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bola.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bonus:hover > a, #menu-mobile-menu > li.bola.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bola-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bola > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bola.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bola:hover > a, #menu-mobile-menu > li.bola.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-bola-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.contact > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-panduan.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.contact:hover > a, #menu-mobile-menu > li.contact.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-panduan-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.download > a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-download.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.download:hover > a, #menu-mobile-menu > li.download.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/mobile/menu-icon-download-hover.png") no-repeat scroll 20px center;
		}
		#secondary {
			float: left;
			width: 100%;
			margin-top: 15px;
		}
		#secondary .other-games {
			background: #fff none repeat scroll 0 0;
			box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
			display: table;
			margin-bottom: 4px;
			width: 100%;
			float: none;
		}
		#secondary > h3 {
			background: transparent;
			box-shadow: none;
			color: #fff;
		}
		#secondary .other-games .col-1 {
			float: none;
			height: 160px;
			padding: 15px;
			width: 160px;
			display: table-cell;
			vertical-align: top;
		}
		#secondary .other-games .col-2 {
			float: none;
			height: 160px;
			padding: 15px 15px 15px 0;
			position: relative;
			width: auto;
			display: table-cell;
		}
		#secondary .other-games .col-2 .star {
			top: 5px;
		}
		#secondary .other-games .col-2 .play {
			bottom: 29px;
		}
		.game-page .top-content header.entry-header h1 {
			float: left;
			font-size: 22px;
			font-weight: 300;
			height: auto;
			text-align: left;
			width: 100%;
			line-height: 23px;
			margin-bottom: 5px;
		}
		.top-content header.entry-header .post-meta .edited {
			color: #33691e;
			float: left;
			font-size: 14px;
			font-weight: 500;
			position: relative;
			right: 0;
			top: 0;
			width: 100%;
			text-align: left;
			margin-bottom: 0;
		}
		.published-text {
			display: block;
			margin-bottom: -7px;
		}
		.page-template-default .published-text {
			display: inline;
		}
		.fn span {
			color: #1d1f22;
		}
		.rateit {
			display: block;
			margin-bottom: 0;
			margin-right: 10px;
		}
		.top-content {
			height: auto;
			margin-bottom: 25px;
			width: 100%;
			position: relative;
			min-height: 240px;
		}
		.top-content .col-1 {
			float: none;
			width: 100px;
			display: table-cell;
			vertical-align: top;
		}
		.top-content .col-2 {
			color: #616161;
			float: none;
			font-size: 14px;
			position: unset;
			width: auto;
			height: auto;
			text-align: left;
			display: table-cell;
			vertical-align: top;
			padding-left: 10px;
		}
		.screenshot-button-prev, .screenshot-button-next {
			display: none;
		}
		.game-page .top-content .yasr-visitor-votes {
			text-align: left;
			width: 100%;
			position: absolute;
			left: 108px;
			top: 105px;
			margin: 0;
		}
		.game-page .title h1 {
			text-align: left;
		}
		.top-content .col-2 .play-button {
			left: 0;
			top: 140px;
			text-decoration: none;
		}
		.title a {
			text-decoration: none;
		}
		.top-content header.entry-header {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			color: #212121;
			display: inline-block;
			margin-bottom: 0;
			padding: 0;
			position: relative;
			text-align: center;
			top: 0;
			width: 100%;
		}
		.top-content .col-2 .age {
			margin: 0px 0;
			height: auto;
			width: 20px;
		}
		.screenshot-container {
			border-radius: 0;
			float: left;
			height: auto;
			margin: 10px 0;
			overflow: hidden;
			width: 100%;
		}
		.min-dep {
			position: absolute;
			left: 0;
			top: 185px;
		}
		#fixed-button {
			position: fixed;
			bottom: 0;
			left: 0;
			height: 50px;
			background: #2c0a22 none repeat scroll 0 0;
			width: 100%;
			border: 1px solid #4d123c;
			display: table;
			z-index: 10;
		}
		#fixed-button > a {
			width: 33.33%;
			text-align: center;
			border: 1px solid #4d123c;
			background: transparent;
			border-radius: 0;
			height: 100%;
			display: table-cell;
			vertical-align: middle;
			padding-bottom: 0px;
			color: white;
		}
		#fixed-button > a img {
			margin-bottom: -5px;
			margin-right: 1px;
			display: block;
			margin: 0px auto -1px;
		}
		#livechat-compact-container,
		#chat-widget-container  {
			display: none;
		}
		.swiper-slide a {
        	display: inline-block;
        }
        #transaksi {
        	margin-bottom: 20px;
        }
        #transaksi .left, #transaksi .right {
        	width: 100%;
        	float: left;
        	color: white;
        	margin-top: 0;
        	padding: 0 10px;
        }
        #transaksi .user, #transaksi .jumlah, #transaksi .game {
        	background: black;
        }
		.content-blog {
        	height: 300px;
        	overflow-y: scroll;
        }
        #latest {
        	background: black;
        	margin: 0;
        	display: block;
        	text-align: center;
        }
        #winner {
        	display: none;
        }
}