@font-face {
	font-family: "Open 24 Display St";
	src: url("/assets/fonts/jackpot/Open24DisplaySt.eot");
	src: url("/assets/fonts/jackpot/Open24DisplaySt.eot")
			format("embedded-opentype"),
		url("/assets/fonts/jackpot/Open24DisplaySt.woff2")
			format("woff2"),
		url("/assets/fonts/jackpot/Open24DisplaySt.woff")
			format("woff"),
		url("/assets/fonts/jackpot/Open24DisplaySt.ttf")
			format("truetype");
}
.cover {
	position: relative;
	float: left;
	width: 100%;
}
a,
img,
a img {
	border: none;
	outline: none !important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
.searchbar-container {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #0094ff;
	width: 100%;
	text-align: center;
}
.searchbar-msg {
	margin-left: 10px;
	color: #ffffff;
}
button:focus,
button.focus {
	outline: none !important;
}
.carousel-indicators {
	margin-bottom: 0px;
	bottom: 25px;
}
body {
	background-color: #000000;
}
/******11
.middleBackground,
.masterpage .mainContent {
    background: url(/assets/images/theme/11_BlackGold/middleBg.jpg) no-repeat  top center;
    background-color:#000000;
}
/******end 11******/
/******12******/
.middleBackground,
.masterpage .mainContent {
	background: url(/assets/images/theme/11_BlackGold/middleBg-1.jpg)
		no-repeat top center;
	background-color: #000000;
}
/******end 12******/
.mainHeader {
	background: #1e1e1e;
	background: -moz-linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
	background: -webkit-linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
	background: linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1e1e",endColorstr="#000000",GradientType=1);
	border-bottom: 1px solid #4c4634;
	height: auto;
}
.maintenancePage .logo-container a {
	display: inline-block;
}
#login-form label {
	margin-bottom: 0px;
}
.annoucementContainer {
	border-top: 1px solid #4c4634;
	border-bottom: 1px solid #4c4634;
	background-color: #000000;
	color: #ffffff;
	line-height: 25px;
}
.annoucementTitle {
	float: left;
}
.mainpage .annoucementTitle {
	background: url(/assets/images/theme/11_BlackGold/annoucement.png)
		top left;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 4px;
}
.masterpage .annoucementTitle {
	color: #697dac;
}
.contentMainBanner > .container {
	width: 100%;
}
#carousel {
	margin: 0px auto;
}
.contentMainBanner .carousel-inner > .item img {
	max-width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.contentLinkBanner img {
	margin-left: auto;
	margin-right: auto;
}
.contentMainBanner .col-xs-12,
.progressiveJackpotContainer .col-xs-12,
.contentLinkBanner .col-xs-12,
.annoucementContainer .col-xs-12,
.contentSubBanner .col-xs-12,
.contentMainNavbar .col-xs-12,
.contentGameList .col-xs-12,
.contentDisplayResult .col-xs-12 {
	padding: 0px;
}
.contentMasterPage {
	text-align: center;
}
.contentMasterPage {
	background: url(/assets/images/theme/11_BlackGold/middleBg-Lobby.jpg)
		no-repeat top center;
	background-color: #000000;
}
#tweenSubBanner {
	position: absolute;
}
.subbanner-container {
	padding: 0px;
}
.subBannerMask {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.subBannerBox {
	text-align: center;
	padding: 0px;
}
.subBannerBox img {
	margin: 0px auto;
}
/****alternativelink****/
.mainpage > .alternativelinkContainer {
	padding: 0px;
}
.mainpage > .alternativelinkContainer .container {
	border: none;
}
.alternativelinkContainer .col-xs-12 {
	min-height: 0px;
}
.alternativelink {
	position: fixed;
	top: 0%;
	left: 0px;
	margin-top: 100px;
	z-index: 9999;
	display: inline-block;
}
.alternativelink.cover {
	width: auto;
}
.alternativelink .title {
	color: #734921;
	font-size: 15px;
	padding: 5px 5px 5px 10px;
	background-image: -webkit-linear-gradient(top, #fee87a 0%, #c38d2a 100%);
	background-image: -o-linear-gradient(top, #fee87a 0%, #c38d2a 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fee87a),
		to(#c38d2a)
	);
	background-image: linear-gradient(to bottom, #fee87a 0%, #c38d2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee87a', endColorstr='#c38d2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	background-color: #c38d2a;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #faf2a5;
	min-width: 175px;
	float: none;
	cursor: default;
}
.alternativelink ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.alternativelink ul li {
	display: block;
	width: inherit;
}
.alternativelink .content {
	padding: 0px;
}
.alternativelink ul li a {
	padding: 5px 5px 5px 10px;
	color: #ffffff;
	display: block;
	background-color: #222222;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
/****result***/
.contentResult {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	line-height: 50px;
}
.resultTitle {
	background-color: #1f4f59;
}
.mainresulttable {
	margin-bottom: 0px;
}
.mainresulttable .table-header-st {
	font-size: 15px;
	font-weight: bold;
	background-color: #2a7594;
	border: 0px;
}
.mainresulttable .table-header-st th {
	border: 0px;
}
.mainresulttable > tbody > tr > td {
	border: 0px;
	color: #000000;
	font-size: 15px;
	background-color: #ffffff;
	vertical-align: middle;
	font-weight: normal;
}
.mainresulttable .resultPoolTitle {
	color: #2a7594;
	font-size: 16px;
	font-weight: bold;
}
.mainresulttable .resultPoolTime {
	text-decoration: underline;
}
.mainresulttable .resultPeriod {
	font-weight: bold;
	font-size: 16px;
}
.mainresulttable .spanResultNum {
	background: #000000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	width: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 2px;
}
.mainresulttable .table-row-normal > td {
	background-color: #e1e1e1;
}
.mainresulttable .table-row-stripped > td {
	background-color: #cdcdcd;
}
.btnResultDetail {
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;
	background: none;
	background-color: #fed009;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btnResultDetail:hover,
.btnResultDetail.active:hover,
.btnResultDetail:active:hover,
.btnResultDetail.active.focus,
.btnResultDetail:active:focus,
.btnResultDetail:active.focus,
.btnResultDetail:active,
.btnResultDetail.focus,
.btnResultDetail:focus {
	background-color: #ffd830;
	background-position: initial;
}
.btnResultDetail:active,
.btnResultDetail.active {
	border-color: #ffaa22;
}
.table-bordered.resulttable > tbody > tr > td.loseAmt,
.loseAmt {
	color: #ff4000;
}
/****main content****/
.masterpage .main-content {
	border: none;
}
/****outer page****/
.contentRegisterSuccess .main-content {
	min-height: 300px;
	text-align: center;
}
.extraTop {
	margin-top: 50px;
}
/*****headerform*****/
.mainHeader .contentHeader {
	margin-bottom: 10px;
}
.mainHeader .topbar-container,
.mainHeader .logo-container,
.mainHeader .loginformContainer {
	padding: 0px;
}
.mainHeader .topbar-container {
	margin-top: 10px;
	color: #ffffff;
}
.mainHeader .topbar-container .topbarBorder {
	border-left: 1px dotted #ffffff;
	margin: 0px 4px;
}
.mainHeader .topbar-container > .leftheader-container {
	float: left;
}
.mainHeader .topbar-container > .rightheader-container {
	float: right;
}
.mainHeader .topbar-container > .leftheader-container > div,
.mainHeader .topbar-container > .rightheader-container > div {
	display: inline-block;
}
.mainHeader .topbar-container > .leftheader-container > div > a,
.mainHeader .topbar-container > .rightheader-container > div > a {
	padding: 5px;
	text-decoration: none;
}
.mainHeader .topbar-container > .leftheader-container > div > a.logomaster {
	padding: 0px;
}
.mainHeader .topbar-container > div > a:hover {
	color: #a9b8dd;
}
.mainHeader .topbar-container .topbarAndroid {
	background-color: #d60000;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mainHeader .topbar-container .languageContainer {
	border: none;
}
.mainpage .mainHeader .topbar-container > .leftheader-container > div > a,
.mainpage .mainHeader .topbar-container > .rightheader-container > div > a {
	color: #ffffff;
}
.languageContainer .dropdown-toggle {
	color: #ffffff;
	border-radius: 5px;
	padding: 0px 5px;
	margin-top: -5px;
}
.languageContainer .dropdown-toggle img {
	width: 18px;
}
.languageContainer .dropdown-toggle .caret {
	color: #999999;
}
.languageContainer .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0px;
	padding: 3px 5px;
	border: none;
	border-radius: 0px;
	width: 40px;
	min-width: initial;
}
.languageContainer .dropdown-menu > li {
	margin: 5px 0px;
}
.languageContainer .dropdown-menu > li > a {
	padding: 0px;
	border: 1px solid transparent;
	border-radius: 20px;
}
.languageContainer .dropdown-menu > li > a:hover {
	background: none;
	border-color: #666666;
}
#login-form .form-control {
	color: #000000;
	border-color: #666666;
}
#login-form label {
	display: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#inputpassword2 {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.mainpage .loginformContainer .error-msg {
	margin-top: 5px;
}
.error-msg {
	color: #ff0000;
	font-size: 12px;
	display: block;
}
.forgetpasswordlink {
	display: block;
	text-align: left;
}
.forgetpasswordlink a {
	color: #80a4e1;
}
.mobile-header .contentMember .login,
.buttonLogin,
.buttonLogin:visited,
.buttonLogin:link,
.buttonLogin:focus,
.buttonLogin:hover,
.buttonLogin.focus,
.login-button,
.login-button:visited,
.login-button:link,
.login-button:focus,
.login-button.focus {
	background: #ffcf00;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	outline: none;
}
.login-button:hover,
.login-button:active,
.login-button.active,
.login-button:active:focus,
.login-button.active:focus,
.login-button:active.focus,
.login-button.active.focus {
	color: #563b00;
	text-decoration: none;
	outline: none;
}
.register-button,
.register-button:visited,
.register-button:link,
.register-button:focus,
.register-button.focus,
.buttonRegister,
.buttonRegister:visited,
.buttonRegister:link,
.buttonRegister:focus,
.buttonRegister:hover,
.buttonRegister.focus {
	background-color: #d32b3b;
	display: block;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 10px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	outline: none;
	margin-left: 45px;
}
.register-button:hover,
.register-button:active,
.register-button.active,
.register-button:active:focus,
.register-button.active:focus,
.register-button:active.focus,
.register-button.active.focus {
	color: #ffbbc1;
	text-decoration: none;
	outline: none;
}
/****game menu***************/
.gamemenu > ul {
	width: 100%;
	max-width: 1000px;
}
.gamemenu > ul > li {
	width: 25%;
	float: left;
}
.gamemenu > ul > li a {
	text-align: center;
	padding: 15px 5px;
}
.gamemenu > ul > li a:hover,
.gamemenu > ul > li a:focus {
	background: none;
}
.gamemenu > ul > li > a > img {
	margin: 0px auto;
	filter: alpha(opacity=100);
	opacity: 1;
}
.gamemenu > ul > li > a:hover > img,
.gamemenu > ul > li > a:hover > img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.gamemenu .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.9);
	top: initial;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.gamemenu .dropdown-menu > li > a > span {
	display: none;
}
/****mobile game menu***************/
.mainpage .contentGameMenu .gamenavbar {
	margin: 0px;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.mainpage .contentGameMenu ul {
	padding: 0px;
}
.mainpage .contentGameMenu ul > li {
	text-align: center;
	white-space: nowrap;
	float: left;
	padding: 0px;
	font-size: 12px;
	width: 33%;
	display: inline-block;
}
.mainpage .contentGameMenu ul > li > a {
	padding: 15px 0px;
	color: #ffffff;
}
.mainpage .contentGameMenu ul > li > a:hover,
.mainpage .contentGameMenu ul > li > a:active,
.mainpage .contentGameMenu ul > li > a:focus {
	color: #f6d897;
	background: none;
}
.mainpage .contentGameMenu ul > li > a > span.glyphicon {
	margin: 0px auto;
	display: block;
	font-size: 30px;
	width: 30px;
	height: 30px;
}
.mainpage .contentGameMenu .glyphicon-game1 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-1.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game2 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-2.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game3 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-3.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game5 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-4.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game4 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-5.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game6 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-6.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game7 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-7.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game8 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-8.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game9 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-9.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game10 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-10.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game12 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-11.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game11 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-12.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu .glyphicon-game13 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-13.png)
		no-repeat 0px 0px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game1,
.mainpage .contentGameMenu a:focus .glyphicon-game1 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-1.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game2,
.mainpage .contentGameMenu a:focus .glyphicon-game2 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-2.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game3,
.mainpage .contentGameMenu a:focus .glyphicon-game3 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-3.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game5,
.mainpage .contentGameMenu a:focus .glyphicon-game5 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-4.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game4,
.mainpage .contentGameMenu a:focus .glyphicon-game4 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-5.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game6,
.mainpage .contentGameMenu a:focus .glyphicon-game6 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-6.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game7,
.mainpage .contentGameMenu a:focus .glyphicon-game7 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-7.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game8,
.mainpage .contentGameMenu a:focus .glyphicon-game8 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-8.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game9,
.mainpage .contentGameMenu a:focus .glyphicon-game9 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-9.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game10,
.mainpage .contentGameMenu a:focus .glyphicon-game10 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-10.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game12,
.mainpage .contentGameMenu a:focus .glyphicon-game12 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-11.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game11,
.mainpage .contentGameMenu a:focus .glyphicon-game11 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-12.png)
		no-repeat 0px -30px;
}
.mainpage .contentGameMenu a:hover .glyphicon-game13,
.mainpage .contentGameMenu a:focus .glyphicon-game13 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-13.png)
		no-repeat 0px -30px;
}
/****gamepage content***************/
.gamearcadepage .headerimg > img,
.gameliveballpage .headerimg > img,
.gameetgpage .headerimg > img,
.gamekenopage .headerimg > img,
.gamelivecasinopage .headerimg > img,
.gamelotterypage .headerimg > img,
.gamefishingpage .headerimg > img,
.gamepokerpage .headerimg > img,
.gameslotpage .headerimg > img,
.gamesportsbookpage .headerimg > img,
.gamecockfightpage .headerimg > img,
.gameesportspage .headerimg > img,
.gamedingdongpage .headerimg > img,
.gamecrashgamepage .headerimg > img {
	margin-left: auto;
	margin-right: auto;
}
.gamearcadepage .main-content,
.gameliveballpage .main-content,
.gameetgpage .main-content,
.gamekenopage .main-content,
.gamelivecasinopage .main-content,
.gamelotterypage .main-content,
.gamefishingpage .main-content,
.gamepokerpage .main-content,
.gameslotpage .main-content,
.gamesportsbookpage .main-content,
.gamecockfightpage .main-content,
.gameesportspage .main-content,
.gamedingdongpage .main-content,
.gamecrashgamepage .main-content {
	background-color: rgba(0, 0, 0, 0.8);
	border: none;
	padding: 5px;
}
.gamearcadepage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/arcade.jpg)
		no-repeat top center #000000;
}
.gameliveballpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/dingdong.jpg)
		no-repeat top center #000000;
}
.gameetgpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/etg.jpg)
		no-repeat top center #000000;
}
.gamekenopage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/keno.jpg)
		no-repeat top center #000000;
}
.gamelivecasinopage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/livecasino.jpg)
		no-repeat top center #000000;
}
.gamelotterypage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/lottery.jpg)
		no-repeat top center #000000;
}
.gamefishingpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/fishing.jpg)
		no-repeat top center #000000;
}
.gamepokerpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/poker.jpg)
		no-repeat top center #000000;
}
.gameslotpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/slot.jpg)
		no-repeat top center #000000;
}
.gamesportsbookpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/sportsbook.jpg)
		no-repeat top center #000000;
}
.gamecockfightpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/cockfight.jpg)
		no-repeat top center #000000;
}
.gameesportspage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/esports.jpg)
		no-repeat top center #000000;
}
.gamedingdongpage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/dingdong.jpg)
		no-repeat top center #000000;
}
.gamecrashgamepage .middleBackground {
	background: url(/assets/images/theme/11_BlackGold/gamebg/crashgame.jpg)
		no-repeat top center #000000;
}
ul.gamecontent-menu {
	width: 100%;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	display: block;
	text-align: center;
	font-size: 0px;
}
ul.gamecontent-menu > li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0px 5px;
	margin-right: -4px;
}
ul.gamecontent-menu > li > a > span {
	display: none;
}
ul.gamecontent-menu > li > a > img {
	margin: 0px auto;
}
.gamepokerpage ul.gamecontent-menu {
	padding: 0px 25px;
}
.gamepokerpage ul.gamecontent-menu > li {
	width: 20%;
	padding: 10px;
}
.gameResultContainer {
	margin-top: 10px;
}
.gameResultBox {
	text-align: center;
	padding: 0px;
	margin: 10px 0px;
}
.gameResultTitle {
	background: #000000;
	background: -moz-linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
	background: -webkit-linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
	background: linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1e1e",endColorstr="#000000",GradientType=1);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0px;
	color: #ffffff;
}

.gameResultContent {
	background-color: #1a1a1a;
}

.gameResultDate {
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	color: #ffffff;
}

.gameResultTime {
	color: #ffffff;
}

.gameResultResult {
	color: #f6d800;
	font-size: 45px;
	font-weight: bold;
}

.gameResultImage {
	margin-top: 10px;
}

.gameResultLink {
	padding-bottom: 20px;
}

.gameResultLink a {
	color: #eddb87;
	text-decoration: underline;
}

.gameResultLink a:hover,
.gameResultLink a:focus {
	color: #fff9db;
}
.subgamecontent {
	background-color: #222222;
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.subgamecontent h4 {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	line-height: 30px;
}
.subgamecontent .form-group {
	width: 200px;
	right: 10px;
	top: 10px;
	position: absolute;
}
.subgamecontent .btn-group-md {
	padding-left: 15px;
}
.subgamecontent .btn-group-md .btn {
	color: #ffffff;
	background: #555555;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.subgamecontent .btn-group-md .btn:hover,
.subgamecontent .btn-group-md .btn:active,
.subgamecontent .btn-group-md .btn:focus {
	background: #444444;
}
.subgamecontent .gameitembox {
	padding-top: 10px;
}
.subgamecontent .gameContent {
	position: relative;
	cursor: pointer;
}
.subgamecontent .tnhover {
	left: 0px;
	position: absolute;
	width: 100%;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}
.subgamecontent .tntitle {
	background-color: #333333;
	color: #ffffff;
	white-space: nowrap;
}
.subgamecontent .tnimg {
	background-color: #333333;
}
.subgamecontent .tnimg img {
	margin: 0px auto;
}
/***navbar***/
.gamegroupContainer .main-navbar.game-navbar .navbar-nav > li > a {
	color: #ffffff !important;
}
.gamegroupContainer .main-navbar.game-navbar .navbar-nav > li.selected > a {
	color: #e2c360 !important;
}
.main-navbar.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
	font-size: 14px;
	border-top: 3px solid transparent;
}
.main-navbar.navbar-inverse .navbar-nav > li > a:hover {
	border-top-color: #f6d897;
	color: #f6d897;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #ffffff;
}
.main-navbar {
	background: none;
	min-height: 40px !important;
	margin-bottom: 0px !important;
	border: none;
}
.main-navbar .gamemenu .dropdown-menu {
	right: 0;
	left: 0;
}
.main-navbar .dropdown-menu {
	right: auto;
	left: 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background: #333333;
	color: #f6d897;
}
.navbar-toggle {
	margin-top: 4px;
	margin-bottom: 4px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background: none;
}
.navbar-toggle {
	width: 100%;
	display: block;
	border: none;
	margin: 0px;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:visited,
.navbar-toggle:link {
	text-decoration: none;
	color: #ffffff;
}
.navbar-toggle .iconbar-container {
	float: right;
	margin-top: 4px;
}
/******11
.mainpage .main-navbar.navbar-inverse a.mobile-button .androidicon {
    background: url(/assets/images/theme/11_BlackGold/android-30.png) no-repeat 0px 0px;
}
.mainpage .main-navbar.navbar-inverse a.mobile-button:hover .androidicon {
    background: url(/assets/images/theme/11_BlackGold/android-30.png) no-repeat -30px 0px;
}
.main-navbar .glyphicon-game1 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-1.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game2 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-2.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game3 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-3.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game5 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-4.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game4 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-5.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game6 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-6.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game7 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-7.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game8 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-8.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game9 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-9.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game10 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-10.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game12 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-11.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game11 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-12.png) no-repeat 0px 0px;
}
.main-navbar .glyphicon-game13 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-13.png) no-repeat 0px 0px;
}
.main-navbar a:hover .glyphicon-game1 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-1.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game2 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-2.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game3 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-3.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game5 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-4.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game4 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-5.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game6 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-6.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game7 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-7.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game8 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-8.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game9 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-9.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game10 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-10.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game12 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-11.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game11 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-12.png) no-repeat 0px -30px;
}
.main-navbar a:hover .glyphicon-game13 {
    background: url(/assets/images/theme/11_BlackGold/gameicon-30/icon-13.png) no-repeat 0px -30px;
}
/******end 11******/
/******12******/
.mainpage .main-navbar.navbar-inverse a.mobile-button .androidicon {
	background: url(/assets/images/theme/11_BlackGold/android-20.png)
		no-repeat 0px 0px;
}
.mainpage .main-navbar.navbar-inverse a.mobile-button:hover .androidicon {
	background: url(/assets/images/theme/11_BlackGold/android-20.png)
		no-repeat -20px 0px;
}
.main-navbar .glyphicon-game1 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-1.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game2 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-2.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game3 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-3.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game5 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-4.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game4 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-5.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game6 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-6.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game7 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-7.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game8 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-8.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game9 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-9.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game10 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-10.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game12 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-11.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game11 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-12.png)
		no-repeat 0px 0px;
}
.main-navbar .glyphicon-game13 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-13.png)
		no-repeat 0px 0px;
}
.main-navbar a:hover .glyphicon-game1 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-1.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game2 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-2.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game3 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-3.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game5 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-4.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game4 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-5.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game6 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-6.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game7 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-7.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game8 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-8.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game9 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-9.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game10 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-10.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game12 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-11.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game11 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-12.png)
		no-repeat 0px -20px;
}
.main-navbar a:hover .glyphicon-game13 {
	background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-13.png)
		no-repeat 0px -20px;
}
/******end 12******/
/***default page**/
.modal-backdrop {
	z-index: 2147483640;
}
#annoucementmodal {
	z-index: 2147483641;
}
button.close,
button.close:focus {
	z-index: 1;
	width: 64px;
	height: 64px;
	background: url(/assets/images/btnclose.png) no-repeat center
		center;
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	top: -32px;
	right: -32px;
	border: none;
	outline: none;
}
button.close:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	border: none;
	outline: none;
}
.contentSubBanner .banner1 {
	text-align: left;
	padding: 0px 3px 0px 0px;
}
.contentSubBanner .banner2 {
	text-align: right;
	padding: 0px 0px 0px 3px;
}
.contentMaintenance {
	margin-top: 20px;
	margin-bottom: 20px;
}
/******gameslots*****/
.contentGameList .linecontainer .line {
	background-color: #313131;
	margin-left: 10px;
	margin-right: 10px;
}
.contentGameList .gamecategory {
	font-size: 18px;
	margin-left: 10px;
	color: #54689a;
	background: url(/assets/images/theme/11_BlackGold/titleicon/icon.svg)
		no-repeat;
	height: 18px;
}
.contentGameList .gamecategory.new {
	color: #ff605e;
	background: url(/assets/images/theme/11_BlackGold/titleicon/new.svg)
		no-repeat;
}
.contentGameList .gamecategory.promo {
	color: #2e55df;
	background: url(/assets/images/theme/11_BlackGold/titleicon/promo.svg)
		no-repeat;
}
.contentGameList .gamecategory.tournament {
	color: #008f63;
	background: url(/assets/images/theme/11_BlackGold/titleicon/tournament.svg)
		no-repeat;
}
.contentGameList .gamecategory.hot {
	color: #ff0000;
	background: url(/assets/images/theme/11_BlackGold/titleicon/hot.svg)
		no-repeat;
}
.contentGameList .gamecategory.exclusive {
	color: #f69c17;
	background: url(/assets/images/theme/11_BlackGold/titleicon/exclusive.svg)
		no-repeat;
}
.contentGameList .gamecategory.jackpot {
	color: #76cfe6;
	background: url(/assets/images/theme/11_BlackGold/titleicon/jackpot.svg)
		no-repeat;
}
.contentGameList .gamecategory.bonus {
	color: #dfe02f;
	background: url(/assets/images/theme/11_BlackGold/titleicon/bonus.svg)
		no-repeat;
}
.contentGameList .categorytitle {
	margin-left: 25px;
	line-height: 18px;
}
.contentGameList .gameheader .seemore {
	background: #f8e689;
	background: -moz-linear-gradient(
		-180deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	background: -webkit-linear-gradient(
		-180deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	background: linear-gradient(
		-180deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8e689",endColorstr="rgb(var(--primary-dark-rgb))",GradientType=1);
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
	float: right;
	height: 100%;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
.contentGameList .gameheader a.seemore:hover {
	background: #f8e689;
	background: -moz-linear-gradient(
		0deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	background: -webkit-linear-gradient(
		0deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	background: linear-gradient(
		0deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(var(--primary-dark-rgb))",endColorstr="#f8e689",GradientType=1);
	color: #ffffff;
	text-decoration: none;
}
.contentGameList .gameContent {
	padding-top: 5px;
}
.contentGameList .gameTn {
	background-color: #1f1f1f;
	box-shadow: rgb(48 48 49 / 11%) 0px 1px 4px 2px;
	padding: 10px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
.contentGameList .tntitle {
	color: #ffffff;
	margin-top: 3px;
	text-align: center;
	white-space: nowrap;
}
.contentGameList .tnimg img {
	margin: 0px auto;
}
/****footer******/
.footer {
	background: #000000;
	height: auto;
	color: #ffffff;
	text-align: center;
	padding-bottom: 10px;
}
.footer a {
	color: #ecb934;
}
.footercontainer {
	padding-top: 10px;
	padding-bottom: 10px;
}
/****info******/
.infocontainer {
	border-bottom: 1px solid #ffffff;
	text-align: left;
}
/***bank***/
.contentBank {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #ffffff;
}
/******12******/
.contentBank {
	border-bottom: 1px solid #6b6b6b;
}
/******end 12******/
.contentBank > span {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.bankbox {
	display: inline-block;
	position: relative;
	margin: 5px 15px 0px 0px;
	height: 20px;
}
.bankbox .bankimg {
	margin-left: 20px;
}
.offline-indicator {
	position: absolute;
	top: 3px;
	width: 14px;
	height: 14px;
	background: url(/assets/images/theme/11_BlackGold/indicator.png)
		0px -14px no-repeat;
}
.online-indicator {
	position: absolute;
	top: 3px;
	width: 14px;
	height: 14px;
	background: url(/assets/images/theme/11_BlackGold/indicator.png)
		0px 0px no-repeat;
}
/****contact******/
.landingpage .contentContact {
	background: rgb(73, 178, 232);
}
.contentContact {
	display: block;
}
.contentContact > span {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.contentContact ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}
.contentContact ul li {
	display: inline-block;
	float: none;
}
.contentContact .contactimg {
	margin-top: 4px;
	float: left;
}
.contentContact .contactname {
	display: none;
}
.contentContact .contactcontent {
	padding-left: 5px;
	line-height: 30px;
}
/******11
.contentContact {
    padding-top:10px;
    padding-bottom:10px;
}
.contentContact .contactbox {
    color:#ffffff;
    margin:5px 15px 5px 0px;
    line-height:40px;
}
.contentContact .contactbox a,
.contentContact .contactbox a:hover,
.contentContact .contactbox a:focus,
.contentContact .contactbox a:visited {
    color:#ffffff;
    text-decoration:none;
    display:block;
}
/******end 11******/
/******12******/
.contentContact {
	background-color: #2c2c2c;
}
.contentContact .contactbox {
	color: #ffffff;
	padding: 0px 10px;
	margin: 10px 10px 10px 0px;
	background-color: #000000;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	text-align: left;
}
.contentContact .contactbox a,
.contentContact .contactbox a:hover,
.contentContact .contactbox a:focus,
.contentContact .contactbox a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.contentContact .contactimg {
	background: #f8e689;
	background: -moz-linear-gradient(
		-180deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	background: -webkit-linear-gradient(
		-180deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	background: linear-gradient(
		-180deg,
		rgb(var(--primary-light-rgb)) 0%,
		rgb(var(--primary-dark-rgb)) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8e689",endColorstr="rgb(var(--primary-dark-rgb))",GradientType=1);
	padding: 5px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.contentContact .contactimg img {
	width: 12px !important;
	height: 12px !important;
}
/******end 12******/
/***poweredby***/
.poweredby {
	padding: 30px 0px;
	border-top: 1px solid #6b6b6b;
}
.poweredby .poweredImage img {
	margin: 0 auto;
}
/****footer game menu***************/
.gamefooter {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #6b6b6b;
}
.gamefooter .col-xs-12 {
	padding: 0px;
	margin-top: 10px;
}
.gamefooter > span {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.gamefooter .gamebox {
	color: #6b6b6b;
}
.gamefooter .gamebox > span {
	float: left;
	font-size: 16px;
}
.gamefooter .gamebox > hr {
	margin: 0px;
	margin-left: 10px;
	height: 11px;
	border: none;
	border-bottom: 1px solid #6b6b6b;
}
.gamefooter .gamebox > br {
	clear: both;
}
.gamefooter .gamebox ul {
	list-style: none;
	padding: 0px;
	display: inline-block;
}
.gamefooter .gamebox ul > li {
	display: inline-block;
	margin: 10px 20px 10px 0px;
}
.gamefooter .gamebox ul > li img {
	max-height: 30px;
}
.gamefooter .gamebox ul > li > span {
	display: none;
}
/******contentpage*****/
.customcontent {
	padding: 20px;
	text-align: left;
}
.customcontent.main-content {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}
/******promopage*****/
.promocontent {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	padding: 20px 20px 5px 20px;
}
.promocontentContainer > ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.promocontentContainer > ul > li {
	background-color: #000000;
	border: 1px solid #151515;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.promocover {
	position: relative;
}
.promoheader {
	display: none;
}
.promoimage {
	width: 100%;
	cursor: pointer;
}
.promoimage img {
	margin: 0px auto;
}
.promobtn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.promobtn .btn-moreinfo {
	color: #000000;
	background: #f3dd7f;
	background: linear-gradient(to bottom, #f3dd7f 0%, #b88416 100%);
	border: none;
}
.promobtn .btn-moreinfo:hover,
.promobtn .btn-moreinfo:focus {
	color: #000000;
	background-position: 0px;
	background: linear-gradient(to bottom, #b88416 0%, #f3dd7f 100%);
}
.promoinfo {
	color: #ffffff;
	padding: 20px;
}
/******articlepage*****/
.articlecontent {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	padding: 20px 20px 5px 20px;
}
.articlecontentContainer ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.articlecontentContainer ul li {
	background-color: #000000;
	border: 1px solid #151515;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.articlecover {
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.articleheader {
	width: 70%;
	float: left;
	padding: 20px;
}
.articleheader h2 {
	color: #ffce00;
}
.articleimage {
	width: 30%;
	float: left;
	padding: 10px;
}
.articleimage img {
	margin: 0px auto;
}
.articlepost {
	background-color: #000000;
	width: 100%;
	float: left;
}
.articlebtn {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.articlebtn .btn-moreinfo {
	color: #000000;
	background: #f3dd7f;
	background: linear-gradient(to bottom, #f3dd7f 0%, #b88416 100%);
	border: none;
}
.articlebtn .btn-moreinfo:hover,
.articlebtn .btn-moreinfo:focus {
	color: #000000;
	background-position: 0px;
	background: linear-gradient(to bottom, #b88416 0%, #f3dd7f 100%);
}
/******element*****/
.resultDisplayGameMask {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	height: 250px;
}
#tweenResult4d {
	position: absolute;
}
.resultDisplay4d {
	color: #ffffff;
	font-size: 14px;
	padding: 0px;
	text-align: center;
}
.resultDisplayGame {
	float: left;
	padding: 0px 2px;
}
.resultDisplayContent {
	cursor: pointer;
	background: #564022;
	font-size: 14px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	padding-top: 3px;
}
.resultDisplayTitle {
	color: #ffffff;
	background-color: #000000;
	text-transform: uppercase;
	margin: 0px 3px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	border-radius: 13px 13px 0px 0px;
	-moz-border-radius: 13px 13px 0px 0px;
	-webkit-border-radius: 13px 13px 0px 0px;
}
.resultDisplayResult {
	font-size: 40px;
	font-weight: bold;
	color: #e6c200;
	background-color: #000000;
	margin: 0px 3px;
	border-bottom: 1px solid #96703c;
}
.resultDisplayLink {
	display: none;
}
.resultDisplayDate {
	padding: 7px 0px;
}

.progressiveJackpotBg > div {
	margin-top: 36px;
	font-size: 64px;
	color: #ffffff;
	font-family: "Open 24 Display St";
}
.progressiveJackpotCurrency {
	display: none;
}
.progressiveJackpotAmount {
	text-align: center;
	margin-left: auto;
	width: 78%;
	text-shadow: 0 2px #000, 0 3px 0 rgb(150 150 150 / 46%);
}
/******line*****/
.linecontainer {
	display: flex;
	width: 100%;
	margin: 10px auto;
	align-items: center;
}
.linecontainer .line {
	flex-grow: 1;
	height: 2px;
	position: relative;
}
.linecontainer .line.arrow-left {
	margin-left: 10px;
}
.linecontainer .line.arrow-left:after {
	position: absolute;
	content: "";
	top: -4px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #6b655a;
	border-left: 2px solid #6b655a;
	transform: rotate(-45deg);
}
.linecontainer .line.arrow-right {
	margin-right: 10px;
}
.linecontainer .line.arrow-right:after {
	position: absolute;
	content: "";
	top: -4px;
	right: 0px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #6b655a;
	border-left: 2px solid #6b655a;
	transform: rotate(135deg);
}
/******mobile*****/
#notificationModal,
#infoModal,
#loginModal {
	z-index: 2147483641;
}
.notificationModal .modal-content,
.infoModal .modal-content {
	border-color: #888888;
	background: #000000;
}
.notificationModal .modal-header,
.infoModal .modal-header,
.loginModal .modal-header {
	background: #333333;
	background: -moz-linear-gradient(180deg, #444444 0%, #333333 100%);
	background: -webkit-linear-gradient(180deg, #444444 0%, #333333 100%);
	background: linear-gradient(180deg, #444444 0%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#333333",GradientType=1);
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	border: none;
}
.notificationModal .modal-body > div,
.infoModal .modal-body > div {
	padding-top: 10px;
	padding-bottom: 10px;
}
.notificationModal .modal-body > div:first-child,
.infoModal .modal-body > div:first-child {
	padding-top: 0px;
}
.notificationModal .close,
.infoModal .close,
.loginModal .close {
	color: #ffffff;
	padding: 0px 5px;
	opacity: 0.8;
}
.notificationModal .modal-body {
	min-height: 100px;
}
.notificationModal .content {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.notificationModal .content.borderline {
	border-bottom: 1px dotted #555555;
}
.notificationModal .contentTitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.notificationModal .contentMsg {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}
.infoModal .modal-body {
	padding-top: 0px;
}
.infoModal .contentTitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.infoModal .versionLinkContainer {
	background-color: #ffffff;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
}
.infoModal .versionLinkContainer a {
	color: #666666;
	padding-left: 25px;
	display: block;
	text-decoration: none;
}
.infoModal .versionLinkContainer a:hover {
	color: #333333;
	text-decoration: none;
}
.infoModal .versionLinkContainer > div {
	background-color: #ffffff;
	padding: 7px 0px;
}
.infoModal .versionLinkContainer .mobileversionlink {
	border-right: 1px solid #e8e8e8;
}
.infoModal .versionlinktitle {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
.infoModal .versionLinkContainer .glyphicon-phone {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -44px;
	margin-top: -11px;
	font-size: 22px;
}
.infoModal .versionLinkContainer .wapicon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -12px;
	background: url(/assets/images/theme/11_BlackGold/wap.html)
		no-repeat top left transparent;
	width: 24px;
	height: 24px;
}
.infoModal .versionLinkContainer a:hover .wapicon {
	background: url(/assets/images/theme/11_BlackGold/wap.html)
		no-repeat top right transparent;
}
.infoModal .contentLink {
	color: #ffffff;
	text-align: left;
	font-size: 16px;
}
.infoModal .contentLink ul {
	padding-left: 10px;
	list-style: none;
}
.infoModal .contentLink ul > li {
	margin: 5px 0px;
}
.infoModal .contentLink a {
	color: #ffffff;
}
.infoModal .contentContact,
.infoModal .contentBank {
	background: none;
	text-align: left;
}
.infoModal .contentContact ul {
	padding-left: 10px;
	text-align: left;
}
.infoModal .contentContact ul > li {
	display: block;
	white-space: nowrap;
}
.infoModal .contentContact .contactbox,
.infoModal .contentContact ul > li a,
.infoModal .contentContact ul > li a:hover {
	color: #ffffff;
}
.infoModal .contentContact .contactbox {
	margin: 5px 0px;
}
.infoModal .bankbox {
	display: block;
	margin-bottom: 3px;
}
.footercontainer3 {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: #101010;
	background: -moz-linear-gradient(
		180deg,
		#323232 0%,
		#2f2f2f 10%,
		#282828 38%,
		#1a1a1a 52%,
		#101010 100%
	);
	background: -webkit-linear-gradient(
		180deg,
		#323232 0%,
		#2f2f2f 10%,
		#282828 38%,
		#1a1a1a 52%,
		#101010 100%
	);
	background: linear-gradient(
		180deg,
		#323232 0%,
		#2f2f2f 10%,
		#282828 38%,
		#1a1a1a 52%,
		#101010 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#101010",GradientType=1);
	z-index: 2000;
}
.footercontainer3 .selection div:hover {
	background: #000000;
}
.footercontainer3 a {
	color: #ffffff;
	padding: 7px 0px;
	display: block;
	white-space: nowrap;
}
.footercontainer3 a:hover,
.footercontainer3 a:active,
.footercontainer3 a:focus {
	text-decoration: none;
}
.footercontainer3 .glyphicon {
	display: block;
	margin: auto;
	margin-bottom: 4px;
	font-size: 22px;
	width: 22px;
	height: 22px;
}
.contentMember .buttonArea {
	text-align: center;
	height: 45px;
}
.contentMember .buttonArea.login {
	background: #ffcf00;
}
.contentMember .buttonArea.register {
	background: none;
	background-color: #d32b3b;
}
.contentMember .buttonArea.login > a,
.contentMember .buttonArea.register > a,
.contentMember .buttonArea.login > a:hover,
.contentMember .buttonArea.register > a:hover {
	line-height: 45px;
	color: #ffffff;
}
.contentMember .buttonArea a {
	display: block;
	font-size: 18px;
	line-height: 33px;
}
.contentMember .buttonArea a:hover,
.contentMember .buttonArea a:active,
.contentMember .buttonArea a:focus {
	text-decoration: none;
}
.loginModal .modal-body label {
	display: none;
}
.loginModal .modal-body .button-align {
	text-align: center;
}
.gameslotpage #inputsearch.form-control {
	border-color: #3e3e3e;
	background: #080808;
	color: #a6a6a6;
}
.gameslotpage #btnsearchgame.btn {
	border: none;
}
.gameslotpage #btnsearchgame.btn-default {
	color: #ffffff;
	background: none;
	background-image: linear-gradient(to bottom, #4f4f4f 0%, #3c3c3c 100%);
}
.gameslotpage #btnsearchgame.btn-default:hover,
.gameslotpage #btnsearchgame.btn-default:focus {
	color: #ffffff;
	background-position: 0px;
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #4f4f4f 100%);
}
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
	.loginformContainer {
		text-align: right;
	}
	#login-form .form-group {
		vertical-align: top;
		margin-top: 10px;
		margin-left: 5px;
	}
	#login-form .form-buttongroup {
		margin-right: 5px;
	}
	#login-form .form-control {
		width: 90px;
	}
	#login-form.collapse.in {
		display: inline-block;
	}
	.captchaform {
		margin-right: -40px;
	}
	.captchaform .row {
		margin: 0px;
	}
	.captchaform .col-xs-6 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-xs-6.captchainput,
	#inputcaptcha.form-control {
		width: 43px;
	}
	.captchaimg {
		margin-left: 5px;
		text-align: left;
	}
	.col-xs-6.captchaimg,
	.captchaimg img {
		width: 70px;
	}
	.logo-container {
		text-align: center;
	}
	.contentMainNavbar {
		background: #1e1e1e;
		background: -moz-linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
		background: -webkit-linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
		background: linear-gradient(180deg, #1e1e1e 0%, #000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1e1e",endColorstr="#000000",GradientType=1);
		border-top: 1px solid #4c4634;
	}
	.navbar-container,
	.navbar-container .main-navbar,
	.main-navbar ul.navbar-nav > li.gamemenu {
		position: inherit;
	}
	.navbar-inverse .navbar-collapse {
		padding: 0px;
	}
	.main-navbar.navbar-inverse .navbar-nav > li > a {
		font-size: 12px;
	}
	.navbar-nav {
		margin-right: 0px;
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	/******11
	.navbar-nav > li > a {
		overflow-x:hidden;
		line-height:15px;
		text-align:center;
        padding: 18px 10px 18px 10px;
    }
	.main-navbar.navbar-inverse .navbar-nav > li {
		padding:0px;
		white-space:nowrap;
	}
	.main-navbar.navbar-inverse .navbar-nav > li > a > span.glyphicon {
		margin:0px auto 6px auto;
		display:block;
		font-size:28px;
		line-height:30px;
		width:30px;
		height:30px;
	}
	.mainpage .progressiveJackpotContainer,
	.mainpage .contentSubBanner,
	.mainpage .contentLinkBanner,
	.mainpage .contentDisplayResult,
	.mainpage .contentGameList,
	.mainpage .footer {
		margin-top:10px;
	}
	/******end 11******/
	/******12******/
	.navbar-nav > li > a {
		overflow-x: hidden;
		line-height: 15px;
		text-align: center;
		padding: 10px 0px 10px 25px;
	}
	.main-navbar.navbar-inverse .navbar-nav > li {
		margin-right: 15px;
		padding: 0px;
		white-space: nowrap;
	}
	.main-navbar.navbar-inverse .navbar-nav > li > a > span.glyphicon {
		position: absolute;
		margin-right: 0px;
		top: 6px;
		left: 0px;
		font-size: 18px;
		line-height: 20px;
		width: 20px;
		height: 20px;
	}
	.mainpage .progressiveJackpotContainer,
	.mainpage .contentLinkBanner,
	.mainpage .contentSubBanner,
	.mainpage .contentDisplayResult,
	.mainpage .contentGameList,
	.mainpage .contentContact {
		margin-top: 10px;
	}
	/******end 12******/
	#menugame {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
	.modal-dialog {
		margin-top: 75px;
	}
	.contentGameList a {
		height: 580px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}
@media (max-width: 767px) {
	.footer h1 {
		font-size: 26px;
	}
	.footer h2 {
		font-size: 24px;
	}
	.footer h3 {
		font-size: 22px;
	}
	.footer h4 {
		font-size: 20px;
	}
	.footer h5 {
		font-size: 18px;
	}
	.footer h6 {
		font-size: 16px;
	}
	.gamemenu > ul {
		width: auto;
	}
	.gamemenu > ul > li {
		width: 100%;
		float: none;
	}
	.gamemenu > ul > li a {
		text-align: left;
		padding: 3px 20px;
	}
	.gamemenu > ul > li > a > img {
		display: none;
	}
	.gamemenu .dropdown-menu > li > a > span {
		display: block;
	}
	button.close,
	button.close:focus {
		top: -15px;
		right: -15px;
	}
	.searchbar {
		padding: 0px 60px 0px 10px;
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.extraTop {
		margin-top: 73px;
	}
	.masterpage .annoucementTitle {
		display: none;
	}
	.form-buttongroup {
		margin-bottom: 0px;
	}
	.loginformContainer {
		margin-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.logolink img {
		margin: auto;
	}
	.logo-container {
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
	.logo-container img {
		max-height: 60px;
	}
	.masterpage .logo-container {
		display: block;
	}
	.maintenancePage .logolink img,
	.masterpage .logolink img {
		margin: auto;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #ffffff;
		padding-left: 45px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #ffffff;
	}
	.alternativelinkContainer {
		background-color: #5e0000;
	}
	.alternativelink {
		position: relative;
		margin-top: 0px;
		float: right;
	}
	.alternativelink ul {
		list-style: circle;
	}
	.alternativelink ul li {
		display: inline-block;
		width: inherit;
	}
	.alternativelink ul li a {
		margin: 2px 0px;
		background-color: transparent;
		border: 1px solid #ffffff;
		padding: 5px 15px;
	}
	.masterpage .contentHeader {
		min-height: 64px;
	}
	.btnbox {
		position: absolute;
		right: 0px;
		top: 0px;
		margin: 0px;
	}
	.rightheader-container {
		display: block;
		text-align: center;
		float: none;
	}
	.btnmenu {
		padding: 5px 13px;
	}
	.btnbox .btnmember {
		padding: 5px 8px;
	}
	.btnbox .glyphicon-user,
	.btnmenu .glyphicon-game,
	.iconbox-menu .menutitle .glyphicon {
		margin: 0px auto;
		margin-top: 3px;
		display: block;
		font-size: 26px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	.btnbox .caret {
		display: none;
	}
	.iconbox-menu {
		display: none;
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px !important;
		right: 0px !important;
		max-width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.iconbox-menu .innerbox {
		position: fixed;
		overflow-x: hidden;
		overflow-y: auto;
		float: left;
		top: 0px;
		bottom: 0px;
		display: block;
		width: 90%;
		max-width: 420px;
		background-color: #333333;
	}
	.iconbox-menu.rightmenu .innerbox {
		float: right;
		left: auto;
		right: 0px;
	}
	.leftheader-container .btnmenu {
		background-color: #41978b;
		background-image: linear-gradient(to bottom, #5bb7aa 0%, #41978b 100%);
		border-color: #3e8f84;
	}
	.leftheader-container .btnmenu:hover,
	.leftheader-container .btnmenu.active,
	.leftheader-container .btnmenu:active,
	.leftheader-container .btnmenu.focus,
	.leftheader-container .btnmenu:focus,
	.leftheader-container .btnmenu:active:hover,
	.leftheader-container .btnmenu.active:hover,
	.leftheader-container .btnmenu:active:focus,
	.leftheader-container .btnmenu.active:focus,
	.leftheader-container .btnmenu:active.focus,
	.leftheader-container .btnmenu.active.focus {
		background-color: #41978b;
		background-image: linear-gradient(to bottom, #5bb7aa 0%, #41978b 100%);
		border-color: #41978b;
	}
	.iconbox-menu .menutitle {
		width: 100%;
		height: 64px;
		color: #ffffff;
		padding: 0px;
		background-image: linear-gradient(to bottom, #5bb7aa 0%, #41978b 100%);
	}
	.iconbox-menu.rightmenu .menutitle {
		background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	}
	.iconbox-menu .menutitle .titlebox {
		width: 80px;
		padding-top: 6px;
		text-align: center;
		float: left;
	}
	.iconbox-menu.rightmenu .menutitle .titlebox {
		float: right;
		text-align: right;
		font-size: 14px;
		margin-right: 25px;
	}
	.iconbox-menu.rightmenu .menutitle .titlebox .glyphicon {
		width: 100%;
	}
	.iconbox-menu .menutitle .btnrefresh .glyphicon {
		display: inline-block;
	}
	.iconbox-menu .menutitle .closebox {
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		top: 17px;
		right: 10px;
		border: 1px solid #58b1a5;
		color: #52ad9f;
		background-color: #3a8c80;
	}
	.iconbox-menu.rightmenu .menutitle .closebox {
		position: absolute;
		right: auto;
		left: 10px;
		border: 1px solid #5ab55a;
		color: #5ab55a;
		background-color: #419241;
	}
	dropdown-menu.innermenu {
		width: 100%;
		background-color: #000000;
	}
	.infobox {
		color: #ffffff;
		float: right;
		font-size: 18px;
	}
	.infoinnerbox {
		display: inline-block;
		padding-top: 10px;
		padding-right: 15px;
	}
	.iconbox-menu .innerbox > ul.innermenu {
		display: none;
		background-color: #222222;
		width: 100%;
		top: 0px;
		float: left;
		padding-bottom: 10px;
	}
	.iconbox-menu .innerbox > h4 {
		display: none;
		margin: 5px 0px 0px 0px;
		padding: 10px 10px 0px 10px;
		background-color: #222222;
		float: left;
		width: 100%;
		color: #ffffff;
		font-size: 14px;
	}
	ul.gamecontent-menu > li {
		width: 33%;
	}
	.gamepokerpage ul.gamecontent-menu {
		padding: 0px 10px;
	}
	.gamepokerpage ul.gamecontent-menu > li {
		width: 33%;
		padding: 10px;
	}
	.subgamecontent .gameitembox {
		padding-left: 5px;
		padding-right: 5px;
	}
	.subgamecontent h4 {
		text-align: center;
		padding: 0px;
	}
	.subgamecontent .form-group {
		width: 100%;
		right: inherit;
		top: inherit;
		position: inherit;
		margin-bottom: 10px;
	}
	.subgamecontent .form-control {
		height: 40px;
	}
	.subgamecontent .btn-group-md {
		padding: 0px;
	}
	.subgamecontent #btnsearchgame {
		line-height: 26px;
	}
	.contentMaintenance {
		margin: 0px;
	}
	.gameslotpage .main-content,
	.gamecrashgamepage .main-content {
		padding: 0px;
	}
	.gameslotpage .headerimg,
	.gameslotpage .gamecontent-menu,
	.gamecrashgamepage .headerimg,
	.gamecrashgamepage .gamecontent-menu {
		display: none;
	}
	.progressiveJackpotBg {
		background-size: 460px;
		height: 70px;
	}
	.progressiveJackpotBg > div {
		font-size: 40px;
		margin-top: 10px;
	}
	/****mobile contact***************/
	.contentContact ul li {
		width: 50%;
	}
	.contentContact .contactbox {
		margin: 5px 10px 5px 0px;
		white-space: nowrap;
		overflow: hidden;
	}
	/****mobile bank menu***************/
	.contentBankMobile .linecontainer .line {
		background: #6b655a;
	}
	.contentBankMobile .title {
		font-size: 18px;
		color: #ffffff;
		margin: 0 15px;
	}
	.contentBankMobile .contentBank {
		padding: 0px;
		margin: 0px 10px;
		border: none;
		overflow-x: auto;
		white-space: nowrap;
	}
	.contentBankMobile .bankbox {
		background-color: #7b4b00;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin: 0px;
		margin-right: 5px;
		height: auto;
	}
	.contentBankMobile .online-indicator,
	.contentBankMobile .offline-indicator {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 5px;
		height: 5px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: none;
	}
	.contentBankMobile .online-indicator {
		background-color: #5afe00;
	}
	.contentBankMobile .offline-indicator {
		background-color: #ff0000;
	}
	.contentBankMobile .bankimg {
		margin: 0px;
		height: 40px;
		width: 80px;
	}
	.contentBankMobile .bankimg > img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 60px;
		max-height: 30px;
	}
	/******mobile*****/
	.mobileversion .side-navbar .content {
		display: none;
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px !important;
		right: 0px !important;
		max-width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 2002;
	}
	.mobileversion .side-navbar .main-navbar {
		position: fixed;
		overflow-x: hidden;
		overflow-y: auto;
		float: left;
		top: 0px;
		bottom: 0px;
		display: block;
		width: 80%;
		max-width: 420px;
		background-color: #000000;
		text-align: left;
		padding: 0px 20px;
	}
	.mobileversion .side-navbar .main-navbar ul.navbar-nav > li.gamemenu {
		position: relative;
	}
	.mobileversion
		.side-navbar
		.main-navbar
		.navbar-nav
		> li.gamemenu
		> a
		> span.caret.visible-xs {
		margin-left: 5px;
		display: inline-block !important;
	}
	.mobileversion .side-navbar .main-navbar .navbar-nav > li > a {
		padding: 10px 5px 10px 35px;
		border: none;
		height: 40px;
	}
	.mobileversion
		.side-navbar
		.main-navbar
		.navbar-nav
		> li
		> a
		> span.glyphicon {
		position: absolute;
		top: 10px;
		left: 5px;
		font-size: 20px;
		width: 20px;
		height: 20px;
		text-align: center;
	}
	.mobileversion
		.side-navbar
		.main-navbar
		.navbar-nav
		> li
		> a.mobile-button
		.androidicon {
		position: absolute;
		width: 20px;
		height: 20px;
		margin: 0px;
		background: url(/assets/images/theme/11_BlackGold/android-20.png)
			no-repeat top left transparent;
	}
	.mobileversion
		.side-navbar
		.main-navbar
		.navbar-nav
		> li
		> a.mobile-button:hover
		.androidicon {
		background: url(/assets/images/theme/11_BlackGold/android-20.png)
			no-repeat top right transparent;
	}
	.mobileversion .side-navbar .glyphicon-game1 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-1.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game2 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-2.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game3 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-3.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game5 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-4.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game4 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-5.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game6 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-6.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game7 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-7.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game8 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-8.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game9 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-9.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game10 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-10.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game12 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-11.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game11 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-12.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar .glyphicon-game13 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-13.png)
			no-repeat 0px 0px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game1 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-1.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game2 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-2.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game3 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-3.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game5 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-4.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game4 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-5.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game6 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-6.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game7 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-7.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game8 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-8.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game9 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-9.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game10 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-10.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game12 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-11.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game11 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-12.png)
			no-repeat 0px -20px;
	}
	.mobileversion .side-navbar a:hover .glyphicon-game13 {
		background: url(/assets/images/theme/11_BlackGold/gameicon-20/icon-13.png)
			no-repeat 0px -20px;
	}
	.mobileversion .mainHeader {
		background-color: #d0d9e5;
		height: 60px;
		position: fixed;
		z-index: 2000;
	}
	.mobileversion .sidebar-toggle {
		position: absolute;
		left: 0px;
		padding: 19px 11px;
	}
	.mobileversion .sidebar-toggle .icon-bar {
		background-color: #ffffff;
		display: block;
		width: 28px;
		height: 4px;
		border-radius: 1px;
	}
	.mobileversion .sidebar-toggle .icon-bar + .icon-bar {
		margin-top: 5px;
	}
	.mobileversion .mobile-header .contentMember {
		position: absolute;
		right: 50px;
		margin: 15px 0px;
	}
	.mobile-header .contentMember .login {
		padding: 0px 10px;
		border-right: 1px solid #ffffff;
	}
	.mobileversion .livechat-toggle {
		position: absolute;
		padding: 15px 10px;
		right: 0px;
		color: #ffffff;
	}
	.mobileversion a.livechat-toggle:hover {
		color: #ffffff;
		text-decoration: none;
	}
	.mobileversion .livechat-toggle > img {
		width: 22px;
		height: 22px;
		display: block;
		margin: auto;
	}
	.mobileversion .notification-toggle {
		position: absolute;
		padding: 15px 10px;
		right: 80px;
	}
	.mobileversion .notification-toggle span {
		color: #54689a;
		margin-top: 3px;
		font-size: 22px;
	}
	.mobileversion .notification-toggle .newMsg {
		position: absolute;
		margin-top: -5px;
		padding: 0px 3px;
		z-index: 1;
		left: 20px;
	}
	.mobileversion .notification-toggle .newMsgContent {
		background-color: #bb1818;
		color: #ffffff;
		padding: 0px 5px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.mobileversion .annoucementContainer .col-xs-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mobileversion .middleBackground {
		background-color: #000000;
		padding-top: 60px;
		background: url(/assets/images/theme/11_BlackGold/middleBg-mobile.jpg)
			no-repeat top center;
		background-size: 100%;
		padding-bottom: 50px;
	}
	.mobileversion.defaultpage .middleBackground,
	.mobileversion.mobilepage .middleBackground {
		background-position-y: 120px;
	}
	.mobileversion #MainContent_divReg .form-container .form-group > label {
		display: none;
	}
}
@media (max-width: 400px) {
	.progressiveJackpotBg {
		background-size: 375px;
		height: 60px;
	}
	.progressiveJackpotBg > div {
		font-size: 31px;
		margin-top: 9px;
	}
}
@media (max-width: 320px) {
	.progressiveJackpotBg {
		background-size: 320px;
		height: 50px;
	}
	.progressiveJackpotBg > div {
		font-size: 25px;
		margin-top: 9px;
	}
}
