
@import url("../font/font.css");

@viewport {
  width: device-width;
  zoom: 1;
}

.clearboth {clear:both;}

textarea,
input[type=text],
input[type=password]{ border:1px solid #333333;  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; padding:2px;}
img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0px solid red;
} 

#theme {
    /*display:table-cell;*/
    height: 100%;
    width: 100%;
    background: #000000;
    margin: auto;
}

.themetbl {display:table;}
.themetblrow {display:table-row;}
.themetblcell {display:table-cell;}
.themetblwidth {width:100%;}
.themetblheight {height:100%;}
.theme-container-box { width:100%; height:500px; }
.w1000{width:1000px; margin:auto;}

#theme-frame{
	height:100%;
	margin:auto;
	width:100%;
	background:transparent;
	border-left:0px solid #efefef;
	border-right:0px solid #efefef;
}

#theme-header {	
	height:85px;
	background: #000000;
}
#theme-header-content { position:relative; }
#theme-title {  padding-left:10px; display:none;}
#theme-lang {position:absolute; left:0px; top:0px; display:none;
	}
	
	
/*==================   VIPCONTENT   ====================*/
.vippagecontent { background: url("images/bg_affiliate.png") no-repeat fixed; background-size:100%;}
.vippage{}
.viptable{font-family: 'Roboto-Regular';}
.viptable table{width:100%; margin:20px 0px;}
.viptable table tr{} 
.viptable table tr td{padding:10px; border:1px solid #3a3a3a; text-align:center; background: rgb(44, 44, 44); color:#cdcdcd;}
.viptable table tr td h3{margin:auto;}
.ttick img{width:10%;}
.viptable table tr td.toptable{background:#fdd767 !important; color:#000000; font-size: 15px;}
.viptitleft{font-family: 'Roboto-bold';}
.vipover{ position: absolute; top: 69%; z-index: 0;}
.titlepage{padding-bottom:20px; text-align:center;}
.titlepage img{width:auto;  vertical-align:middle;}
.affiliatepage{font-family: 'Roboto-bold',sans-serif; background:url("images/bg_affiliate.png")center top no-repeat fixed; background-size:100%;}





/*==================   LOTTERYCONTENT   ====================*/
.lottab{margin:0px 0px 40px;}
.lottab table{width:100%; text-align:center;}
.lottab table th{text-align:center; padding:8px; font-family: 'Roboto-bold',sans-serif; border: 3px solid #000; background-color: #fdd767; color: #000;}
.lottab table tr td{padding:8px;     border: 3px solid #000;
    text-align: center;
    background: rgb(44, 44, 44);}
.lotterybox{ text-align: center; margin-bottom:20px;}
.lotterybox #drawresult ul > li { 
	width: 180px; 
	border: 1px solid #4a4628; 
	margin: 5px; 
	padding: 10px; 
	text-align: center; 
	font-size: 11px; 
	background: #000; 
	border-radius: 4px; 
	}
.lotterybox #drawresult ul > li table tr td{color:#ffffff;}
.lotterybox #drawresult ul > li table caption{background:#f5e67f !important; text-align:center; padding-left:0px !important;}


/*==================   SEOCONTENT   ====================*/
.seocontentpage p{color:#ffffff; font-family: 'Roboto-Light'; text-align:justify; line-height:16px;}

.seocontentpage{border:0px solid red; margin-bottom:20px; padding:20px;}
.seocontentpage h1{font-family: 'Roboto-bold',sans-serif; font-size:1.5em; color: #fdd767;}
.seocontentpage ul{}
.seocontentpage ul li{color:#ffffff;}
.frameseo{text-align:center; padding:20px;}




/*==================   BANKINGCONTENT   ====================*/
.bankingTable {
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 10px
}

.bankingTable td {
    border: 1px solid #805c28;
    padding: 0 5px;
    color: #cdcdcd;
    background-color: #5a3e15;
}

.ttTr2{background-color: #2d2212 !important; color: #bd9400;}

/*==================   SITEMAP CONTENT   ====================*/
li#mod { display: block; position: relative; width: 100%; background-color: #2d2212; padding:10px;}
#mod li {
    display: inline-block;
    border: 1px solid #805c28;
    padding: 10px 20px;
    margin-top: 2px;
    margin-right: 2px;
    width: 33%;
    background-color: #5a3e15;
    color: #ffffff;
}
#sitemap li a { padding: 10px; color: #ffffff; }
#mod ul { padding: 0px; }

.slidepage img {
	width: 100%;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#theme-frame {
	width: 99%;
}
#theme-frame-panel {
	display: block;
	width: 100%;
}
.themetbl .cellbox {
	list-style: none;
	display: table;
	padding: 0px;
	margin: 0px;
	width: 90%;
	height: 100%;
	min-height: 350px;
}
.themetbl .cellbox > li {
	display: block;
	vertical-align: top;
}
.themetbl .cellbox li#theme-content {
	padding: 5px 10px;
	text-align: justify;
	width: 100%;
	height: 100%;
}
.themetbl .cellbox li#theme-frame-panel {
	width: 200px;
	padding: 10px 0px 10px 10px;
	background: #efefef;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.w1000 {
	width: 100%;
}
.menudeks {
	display: none;
}
.menu-mobile {
	display: block;
}
.sideMenuhide {
	display: none;
}
#theme-header-link {
	position: relative;
	text-align: center;
	right: 0px;
}
#theme-header-logo {
	position: relative;
	text-align: center;
}
.announce {
	display: none;
}
.link-head {
	text-align: center;
	height: 90px;
}
.link-head ul {
	padding: 0px;
	margin: auto;
	text-align: center;
	overflow: unset;
}
.link-head ul:nth-child(2) {
	float: none;
}
.link-head ul li {
	padding: 5px 5px;
	float: none;
}
/*==================   MENU   ====================*/
.navbar {
	margin: 0px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #edbd15;
}
.navbar-inverse .navbar-toggle {
	border-color: #4a4a4a;
	background: #000000;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #edbd15;
}
nav ul li a.text:hover {
	background-color: #edbd15;
	color: #000;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background-color: #edbd15;
	color: #000;
}
.dropdown-menu {
	left: -2px;
}
/*==================   HOME   ====================*/
.threecolumn .col-sm-4 {
	border: 1px solid #3a3313;
	background: none;
	margin-bottom: 2px;
	height: 280px;
}
.carousel-inner {
	text-align: center;
}
.contentcolumnhome img {
	display: none;
}
.sadv {
	padding: 0px;
}
.titgold {
	text-align: center;
	text-transform: uppercase;
}
.mmberservice ul li {
	color: #ffffff;
	padding: 5px;
}
.pwstep {
	text-align: center;
	padding: 8px 0px;
}
.pwstep .col-sm-2 {
	padding: 0px 1px;
	width: 47.5%;
	display: inline-block;
	margin: 5px auto;
}
.pwstep .col-sm-8 {
	padding: 0px 8px;
	margin-left: 0px;
}
/*==================   FOOTER   ====================*/
.footright {
	float: none;
	text-align: center;
}
.footleft img, .footright img {
	width: 100%;
}
.foottopleft {
	max-width: 100%;
	text-align: center;
	float: none;
}
.socialicon img {
	width: 10% !important;
}
/*==================   PRODUCT   ====================*/
.titlepage img {
	width: 100%;
}
.prodpage {
	padding-top: 10px;
	padding-bottom: 20px;
}
.prodpage-content .col-sm-6 {
	display: inline;
	text-align: center;
}
.prodpage-content img {
	width: 49%;
}
.prodpage-content {
	padding: 5px 0px;
}
/*==================   CASINO CONTENT   ====================*/
.casinopage-content ul {
	padding: 0px;
}
.casinopage-content ul li {
	width: 49%;
	margin: 2px 0px;
}
.casinooverlay {
	padding: 5px 5px;
}
.casinooverlay img {
	display: none;
}
.rightprod {
	margin-top: 0px;
}
.rightprod ul li {
	padding: 5px;
	font-size: 8px;
}
/*==================   LOTTERY CONTENT   ====================*/
table {
	width: 100%;
	font-size: 7px;
}

.lottab table th, .lottab table tr td {
	padding: 2px;
}
.lottab {
	margin: 0px 0px 10px;
}
.lotterybox #drawresult ul > li {
	width: 46%;
}
/*==================   FAQ CONTENT   ====================*/
#question img {
	width: 100%;
}
/*==================   VIP CONTENT   ====================*/
.viptable table tr td.toptable {
	font-size: 7px;
}
.viptable table tr td {
	padding: 2px;
}
.viptable img {
	width: 20%;
}
/*==================   REGISTER CONTENT   ====================*/
#registerform dt {
	font-size: 10px;
}
#registerform_UserName {
	width: 45% !important;
}
input.btnCheckUser {
	padding: 5px 8px;
}
#registerform_varifycode {
	width: 45% !important;
}
#groupVerifyCode img {
	margin-top: -9%;
}
/*==================   SITEMAP CONTENT   ====================*/
#mod li {
	width: 100%;
}
/*==================   NEWS CONTENT   ====================*/
#theme-contain-news {
	display: block;
	margin: auto;
	width: 100%;
	padding: 5px;
}
#theme-contain-news #cms5-news-view {
	width: 100% !important;
}
#cms5-news-list ul li div#title a, #cms5-news-list ul li div#title a:visited {
	font-size: 10px;
}
#cms5-news-view div#message h1, #cms5-news-view div#message h2, #cms5-news-view div#message h3 {
	font-family: 'Roboto-bold', sans-serif;
	font-size: 12px;
	color: #edbd15;
}
#cms5-news-view div#message {
	color: #ffffff;
}
#cms5-news-view div#photo {
	position: relative;
	float: none;
}
#cms5-news-view div#photo img {
	width: 50%;
	margin: auto;
}
}

/* Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 823px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
/*==================   HOME CONTENT   ====================*/	
.threecolumn .col-sm-4 {
	display: inline-block;
	width: 33.33%;
	float: left;
}
.contentcolumnhome {
	padding: 0px;
}
.sadv {
	text-align: justify;
}
.pwstep .col-sm-8 {
	padding: 0px 0px;
	width: 69%;
	display: inline-block;
	float: left;
}
.pwstep .col-sm-2 {
	width: 15%;
}
.stepoverlay p {
	font-size: 0px;
}
/*==================   FOOTER   ====================*/	
.footleft img, .footright img {
	width: 67%;
}
.socialicon img {
	width: 5% !important;
}
/*==================   CASINO & SLOT   ====================*/	
.titlepage img {
	width: 50%;
}
.casinopage-content ul li {
	width: 33%;
}
.rightprod ul li {
	width: auto;
}
/*==================   LOTTERY   ====================*/	
.lotterybox #drawresult ul > li {
	width: 23%;
}
}

/* Portrait and Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 1) {
.navbar-inverse .navbar-nav>li>a {
	padding: 10px 12px;
}
.container-fluid {
	padding: 0px;
}
nav ul li a.text {
	font-size: 10px;
}
.navbar {
	min-height: auto;
}
.pwstep .col-sm-2 {
	width: 15% !important;
}
/*==================   FOOTER   ====================*/
.footright {
	float: right;
}
.foottopleft {
	max-width: 62%;
	text-align: left;
	float: left;
}
.footleft img, .footright img {
	width: 80%;
}
.ipadwidth {
	width: 60%;
}
/*==================   SPORTSBOOK   ====================*/
.titlepage img {
	width: 60%;
}
.prodpage-content img {
	width: 100%;
}
/*==================   CASINO & SLOT   ====================*/	
.casinooverlay {
	padding: 10px 5px;
}
.casinopage-content ul li {
	width: 33%;
	margin: 2px 0px;
}
.rightprod ul li {
	width: 58% !important;
	display: inline;
}
/*==================   LOTTERY   ====================*/	
.lotterybox #drawresult ul > li {
	width: 18%;
}
.lottab table {
	width: 80%;
	margin: auto;
}
table {
	width: 80%;
	font-size: 10px;
	margin: auto;
}

/*==================   VIP  ====================*/	
.viptable table tr td.toptable {
	font-size: 11px;
}
/*==================   REGISTER  ====================*/
#groupVerifyCode img {
	margin-top: -6%;
}
.titleleftreg {
	font-size: 13px;
}
.left-reg-content p {
	font-size: 10px;
	margin-left: 30px;
}
/*==================   SITEMAP  ====================*/
#mod li {
	width: 49%;
}
}

@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 2) {
.nav>li>a {
	padding: 10px 25px !important;
}
#registerform_UserName, #registerform_varifycode {
	width: 61% !important;
}
#groupVerifyCode img {
	margin-top: -4%;
}
.left-reg-content p {
	font-size: 13px;
}
}

.brochurebutton {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    color: #000;
    background-color: #fdd767;
    transition-delay: .3s;
    cursor: pointer;
    bottom: 0
}

.titlepage {
    padding-bottom: 20px;
    text-align: center
}

.margin-center {
    margin: auto;
}

.en .vip-header-banner, .id .vip-header-banner {
	content: url("images/header_vip_en.jpg");
}

.cn .vip-header-banner {
    content: url("images/header_vip_cn.jpg");
}

.th .vip-header-banner {
	content: url("images/header_vip_th.jpg");
}

.en .vip-title-img, .id .vip-title-img {
	content: url("images/vipclub_en.png");
}

.cn .vip-title-img {
    content: url("images/vipclub_cn.png");
}

.th .vip-title-img {
	content: url("images/vipclub_th.png");
}

.tick1-img {
    content: url("images/tick1.png");
}

.star1-img {
    content: url("images/star1.png");
}