﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');
/*---- For replce boostrap pre-set ---*/

ul,
ol,
li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ximg {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

a,
a:hover {
	text-decoration: none;
}

span {
	display: inline-block;
}

.clear {
	clear: both;
}

.Zero {
	padding: 0px;
	margin: 0px;
}

.bold {
	font-weight: bold;
}

.ftoLeft {
	float: left;
}

.ftoRight {
	float: right;
}

.marginAuto {
	margin: 0 auto;
}

.uppercase {
	text-transform: uppercase;
}

.positionR {
	position: relative;
}


/*-----------------------------------------------*/

.form-control::-webkit-input-placeholder {
	color: #787878;
}

.form-control:-moz-placeholder {
	color: #787878;
}

.form-control::-moz-placeholder {
	color: #787878;
}

.form-control:-ms-input-placeholder {
	color: #787878;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background: #4f525c;
	color: #ff0000 !important;
	opacity: 1;
	border: 1px solid #000;
}

@media(max-width:1051px) {
	body {
		display: inline-block;
	}
}


/*--------------Mobile box  LEft Right Floating --------------*/

.mobileBox {
	border: 1px solid #797979;
	width: 140px;
	min-height: 58px;
	margin-bottom: 6px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-family: 'Abel', sans-serif;
	background: #0199ed;
	display: flex;
	align-items: center;
}

.mobileBox h4 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 1px 1px #0055a5;
	text-align: center;
}

.mobileBox p {
	font-size: 12px;
	text-shadow: 0px 1px 1px #004177;
}

.mobileBox:hover {
	background: #0086d0;
}

.mobileBox img {
	margin: 0 auto;
}


/*--------------end Mobile box --------------*/

body {
	font-family: 'Abel', sans-serif;
	background: #fff;
}

.downloadM {
	position: fixed;
	top: 200px;
	left: 0px;
	z-index: 500000;
}

.headerWrapper {
	width: 100%;
	height: 102px;
	background: #fff;
}

.header {
	width: 1038px;
	margin: 0 auto;
	height: 102px;
	padding-top: 6px;
}

.headerLeft {
	width: 338px;
	float: left;
	text-align: left;
	xheight: 87px;
	padding-top: 20px;
}

.headerLeft img {
	width: 250px;
}

.headerRight {
	width: 700px;
	float: left;
}

.headerRight1 {
	height: 35px;
	text-align: right;
	width: 700px;
	color: #000;
}

.headerRight1 a {
	color: #000;
}

.headerRight1 a:hover {
	color: #000;
}

.headerRight2 {
	height: 30px;
	width: 700px;
	color: #000;
	margin-top: 5px;
}

.headerRight2 a {
	color: #000;
}

.headerRight2 a:hover {
	color: #a9a9a9;
}

.headerRight3 {
	text-align: right;
	width: 500px;
	padding-top: 0px;
	color: #000;
}


/*------ announcement ----------*/

.announcement {
	width: 83%;
	background-color: #f3f3f3;
	padding: 0 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.textinput {
	background: #fff;
	border: 1px solid #516997;
	font-size: 11px;
	padding: 2px 0px;
	margin: 0px 3px 0 0px;
	font-size: 13px;
}

.dropdown-menu {
	background-color: #999;
}

.dropdown-menu li {
	xwidth: 70px;
}

.dropdown {
	float: right;
}

.h_text {
	color: #535353;
	margin-top: 3px;
}

.h_text span {
	padding-top: 1px;
}

.h_text a {
	color: #535353;
}


/*************** MENU *****************************/

.menuWrapper.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.menuWrapper {
	width: 100%;
	height: auto;
	font-weight: 400;
	font-family: 'Ropa Sans', sans-serif;
	background: linear-gradient(to bottom,  #6dfefd 0%,#465dcd 90%);
}

.menupart {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
}

.menupart>ul>li {
	display: inline-block;
}

.menupart>ul>li>a {
	xfont-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	display: grid;
	text-shadow: 1px 1px 1px #005788;
}

.menupart>ul>li>a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #2f91dc;
}

.menupart>ul>li>.icon {
	padding: 8px 16px 3px 16px;
}

.menupart>ul>li>a img {
	padding-bottom: 5px;
	margin: 0 auto;
}


/*---------- BANNER ------------*/

.bannerWrapper {
	width: 100%;
	background: #f2f2f2
}

.dataslider {
	width: 1035px;
	margin: 0 auto;
}

.dataslider>li>a {
	background: #f2f2f2 !important;
	color: #3a3a3a !important;
	font-weight: 700;
	border-bottom: 3px #3a3a3a solid;
	width: 99%;
	color: #3a3a3a;
}

.dataslider>li>a:hover,
.dataslider>li.active>a {
	-webkit-box-shadow: 0 1px 5px 1px #000000;
	box-shadow: 0 1px 5px 1px #000000;
	/*border-bottom:3px #31b1f8 solid;*/
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	z-index: 2;
	background: #fff !important;
	/*color:#31b1f8 !important;*/
}


/*---------- Center Wrapper  ------------*/

.centerWrapper {
	width: 100%;
	background: #fff
}

.centerCWrapper {
	width: 100%;
	background: #fff
}

.bottompart {
	width: 1024px;
	margin: 0 auto 1px auto;
	padding: 20px 0;
}

.centerpart {
	width: 1180px;
	margin: 0 auto;
	padding:0;
}

.centerpartSlot {
	width: 1200px;
	margin: 0 auto 1px auto;
	padding: 0px 0;
}

.centerTittleArea {
	width: 100%;
	margin: 0 auto;
	height: 40px;
	position: relative;
}

.centerTittle {
	width: 420px;
	color: #0198ed;
	font-size: 25px;
	top: -20px;
	left: 36%;
	text-align: center;
	font-weight: 700;
	position: absolute;
	background-color: #fff;
}

.centerSubcontent {
	left: 39%;
	color: #000;
	position: absolute;
	top: 15px;
}

@media (min-width: 300px) and (max-width: 1000px) {
	.centerTittle {
		width: 420px;
		color: #0198ed;
		font-size: 20px;
		top: -20px;
		left: 35%;
		text-align: center;
		font-weight: 700;
		position: absolute;
		background-color: #1d1919
	}
}

.title-cert {
	border-top: 1px dotted #fff;
	font-size: 17px;
}

.cert {
	text-align: center;
	border-top: 1px dotted #1e1e1e;
}

.cert img {
	margin: 0 auto;
}


/*--- Homepage Slot -----*/

.containWrap {
	margin: 0 auto;
}
.jac-kpot {
	margin: 14px;
    background: url(../images/common/jackpot_bar.jpg)no-repeat;
	height: 120px;
	background-position-x: 245px;
}
.jac-kpot a:hover img{
   opacity: .8;
}

.slot-text {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
    margin-left: 25px;
    color: #fede9a;
}

.jiangchi {
    margin-top: 20px;
    margin-right: 20px;
}

.jackpot-box .num-item {
	display: inline-block;
    float: left;
    height: 70px;
    width: 51px;
    line-height: 70px;
    font-size: 50px;
    color: #1e1e1e;
    text-align: center;
    background: url(../images/common/jackpot_bg.png);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.jackpot-box{
	position: relative;
}

.jackpot-box .num-item:nth-child(4n+0) {
	background: none;
    width: auto;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
}
.jackpot {
	position: absolute;
    right: 0;
    top: -115px;
}

.jackpot_gif {
	position: absolute;
	bottom: 40px;
	left: 390px;
	width: 415px;
	height: 122px;
}

.jackpot_figure {
	width: 500px;
	text-align: center;
	font-size: 60px;
	text-transform: uppercase;
	padding-top: 15px;
	color: #ffffff;
	text-shadow: #000 5px 4px 4px;
	font-weight: 800;
}

.jackpot_rotate {
	position: absolute;
	bottom: 18px;
	right: 6px;
	width: 311px;
	height: 105px;
}
.lobbywrapper{
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.slide-box{
	border: 1px solid #cdcdcd;
}
.hpSlotWrapper {
	width: 100%;
	background: #fff;
	clear: both;
	color: #FFF;
	float: left;
}

.hpSlotTittleArea {
	width: 98%;
	margin: 0 auto;
	height: 60px;
	position: relative;
	margin-top: 20px;
	background-color: #f2f2f2;
	z-index: 40
}

.hpSlotSubcontent {
	color: #000;
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: center;
}

.hpSlotBox {
	background: #FFFFFF;
	padding: 14px;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.hpSlotTitle {
	background: url(../images/common/hpslot.jpg) top no-repeat;
	height: 52px;
	font-size: 20px;
	padding: 12px 10px;
	font-weight: bold;
	background-size: cover;
}

.hpSlotTitle a {
	color: #FFFFFF;
}

.suite-lobby {
	display: flex;
	align-items: center;
	position: relative;
	height: 30px;
}

.suite-lobby img {
	align-items: center;
	margin-left: 10px;
}

.text-center {
	text-align: center;
}

.playnowbtn {
	margin-right: 5px;
}

.hpSlotscreen {
	margin-top: 13px;
}

.hpSlotscreen img {
	float: left;
	margin-right: 2px;
}


/* .hpSlotscreen img:last-child{ */

margin-right: 0;

}
.hpSlotBox i {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
}
.hpSlotscreen ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.hpSlotscreen ul li {}
.arrowRight {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/*--------  home Jackpot Area 
	.jackpotWrapper {width:100%; background:#f2f2f2; height:400px; clear:both; color:#FFF; }
		.jackpotTittleArea { width:96%; margin:0 auto; border-top:1px solid #3d3d42; height:60px; 
		                     position:relative; margin-top:20px; background-color:#f2f2f2}
		
		.jackpotTittle { width:350px; color:#0198ed; font-size:25px; top:-20px; left:35%; text-align:center; 
						font-weight:700; position:absolute;background-color:#f2f2f2;} 
						
		.jackpotSubcontent { left:41.2%;color:#000;position:absolute;top:15px;}	
		.jackpot { padding-top:15px; position:relative;}
		.jackpot h4 { font-size:22px;color:#0198ed;}
		.jackpot p { width:430px; font-size:15px; line-height:20px; z-index:10000; color:#000000;}
	------*/

/*---- Categories box ----*/
.categories1 {
	;
	width: 243px;
	width: 100%;
	position: relative;
}

/* .categories1:hover {background-color:#2b2b2c;} */
.categoriesDIV {
	width: 94%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.categories1 .title {
	color: #0198ed;
	font-size: 22px;
	border-bottom: 1px solid #96979b;
	font-weight: bold;
}
.categories1 p {
	color: #616161;
	font-size: 13px;
	padding-top: 10px;
}
.categories1PLAY {
	font-size: 19px !important;
	color: #0198ed !important;
}
.categories1 i {
	color: #0198ed;
	padding-right: 10px;
}
.categories1 img {
	margin: 0 auto;
}
.categories1 img:hover {
	box-shadow: 0px 0px 15px #0198ed;
}

/*-----  sport --------*/
.centerSportWrapper {
	width: 100%;
	background: #1d1919 top center url(../images/en/sports_bg.jpg) no-repeat;
	height: 588px;
	background-size: cover;
}
.sportWrapper {
	width: 950px;
	margin: 0 auto;
}
.sportProduct {
	width: 442px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #31b1f8;
	text-align: center;
	float: left;
}
.sportProduct:hover {
	background-color: rgba(48, 152, 163, 0.5);
	color: #000 !important;
}
.sportProduct h4 {
	color: #0198ed;
	font-size: 28px;
	padding-top: 10px;
	font-weight: 700;
}
.sportProduct p {
	color: #FFF !important;
	font-size: 15px;
	font-weight: 400
}
.sports_title {
	font-size: 70px;
	font-weight: 700;
	color: #0199ed;
	padding-bottom: 58px;
	padding-top: 58px;
	text-transform: uppercase;
	text-shadow: 3px 2px 3px #000;
}

/*-----  casino --------*/
.centerCasinoWrapper {
	width: 100%;
	background: #1d1919 top center url(../images/en/livecasino_bg.jpg) no-repeat;
	height: 815px;
}
.casinoWrapper {
	width: 950px;
	margin: 0 auto;
}
.casinoProductB {
	width: 929px;
	border: 1px solid #31b1f8;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
.casinoProduct {
	width: 458px;
	border: 1px solid #31b1f8;
	text-align: center;
	float: left;
}
.casino_title {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	padding: 58px 0px;
	text-transform: uppercase;
	text-shadow: 3px 2px 3px #000;
}
.casinoBtt {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	height: 40px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
	border-top: 1px solid #31b1f8;
}
.casinoBtt:hover {
	background-color: rgba(122, 204, 251, 1.0);
	color: #000000;
}

/*-------  Slot -------*/
.centerSlotWrapper {
	width: 100%;
	background: #1d1919 top center url(../images/en/slotgames_bg.jpg) no-repeat;
	height: 815px;
}
.slotWrapper {
	width: 950px;
	margin: 0 auto;
}
.slotProduct {
	width: 457px;
	border: 1px solid #31b1f8;
	text-align: center;
	float: left;
}
.slot_title {
	font-size: 70px;
	font-weight: 700;
	color: #0199ed;
	padding-bottom: 58px;
	padding-top: 58px;
	text-transform: uppercase;
	text-shadow: 3px 2px 3px #000;
}
.slotBtt {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	border-top: 1px solid #31b1f8;
	height: 40px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
}
.slotBtt:hover {
	background-color: rgba(122, 204, 251, 1.0);
	color: #000000;
}

/*----- LIVE22 & Kiss918 -----------*/
.centerLive22Wrapper {
	width: 1036px;
	height: 552px;
	margin: 20px auto;
	background: url(../images/en/gss_bg.jpg) top center no-repeat;
	padding: 25px;
}
.center918Wrapper {
	width: 1036px;
	height: 552px;
	margin: 20px auto;
	background: url(../images/en/918kiss_bg.jpg) top center no-repeat;
	padding: 25px;
}
.centerFishingWrapper {
	width: 1036px;
	height: 552px;
	margin: 20px auto;
	background: url(../images/en/fishing_bg.jpg) top center no-repeat;
	padding: 25px;
}
.center4DWrapper {
	width: 1036px;
	height: 552px;
	margin: 20px auto;
	background: url(../images/en/psbet_bg.jpg) top center no-repeat;
	padding: 25px;
}
.centerDLWrapper {
	width: 1036px;
	height: 552px;
	margin: 20px auto;
	background: url(../images/en/dreamland_bg.jpg) top center no-repeat;
	padding: 25px;
}
.card-signin {
	background: url(../images/en/live22_loginframe.png) no-repeat;
	width: 308px;
	height: 507px;
	padding: 3rem;
	float: right;
}
.card-signin .card-title {
	font-size: 18px;
}

/*918 Kiss*/
.join-click {
	width: 230px;
	padding: 5px 0 0 20px;
}
.text-white {
	color: #fff !important;
}
.brown-bg {
	background: #5c3c19;
	color: #fff;
	border-radius: inherit;
}
.qr-code img {
	padding-bottom: 10px;
}
.qr-codeWrapper {
	width: 120px;
	float: left;
	margin-right: 4px;
}
.qr-codebox {
	background: #171516;
	float: left;
	padding: 4px;
	border: 1px solid #007bff !important;
}

/*------ Contact us ---------------*/
.contact-bg {
	background: url(../images/en/contactus_bg.jpg) center top no-repeat;
	min-height: 415px;
}
.icon_stat {
	border-radius: 20px;
	border: 2px solid #fff;
	font-size: 20px;
	padding: 10px;
}
@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}
.phone_contact {
	height: 100px;
}
.phone_contact .input_column {
	border: 1px solid #0199ed;
	width: 100%;
}
.phone_contact h5 {
	font-size: 22px;
	font-weight: bold;
}
.phone_contact h6 {
	text-align: center;
	font-size: 14px;
}

/*----- MOBILE ------*/
.centerMobileWrapper {
	background: url(../images/en/mobile_bg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	/* Fallback for browsers do NOT support vh unit */
	
	min-height: 588px;
	/* These two lines are counted as one 🙂 */
	
	display: flex;
	align-items: center;
}
.mobileTitle {
	text-align: center;
	color: #31b1f8;
	font-size: 25px;
	font-weight: 700;
	padding-top: 5px;
	text-align: left
}
.mobileTitle2 {
	color: #31b1f8;
	font-size: 30px;
	padding: 0 5px;
	background-color: rgba(0, 0, 0, 0.8);
	width: 930px;
	margin-bottom: 10px;
	margin-left: 38px;
}
.downloadbtt {
	width: 100%;
	background-color: rgba(0, 0, 0, 1.0);
	height: 40px;
	padding-top: 5px;
}
.downloadTEXt {
	color: #31b1f8;
	font-size: 25px;
	float: left;
	padding-left: 10px;
}
.downloadIcon {
	float: right;
	padding-right: 10px;
}

/*---- Normal Font -----*/
.centerContent {
	width: 1024px;
	margin: 20px auto 20px auto;
	border: 1px solid #4d4f56;
	padding: 10px;
	color: #FFF;
	background: #272727;
}
.centerContent h1 {
	font-size: 32px;
	color: #31b1f8
}
.titleContent {
	width: 1024px;
	margin: 20px auto;
	position: relative;
}
.titleContent span {
	margin-right: 20px;
}
.titleContent a {
	color: #000;
	font-size: 20px;
}
.onPage a {
	color: #31b1f8 !important;
	font-weight: 700;
}
.shape {
	font-size: 45px;
	color: #31b1f8;
	position: absolute;
}
.tnc-content li {
	padding-bottom: 10px;
}

/*---------- bottom Wrapper  ------------*/
.bottomWrapper {
	width: 100%;
    background: #ffffff;
    clear: both;
    float: left;

}
.bottom {
	color: #1e1e1e;
	padding: 15px 0;
	font-weight: 600;
}
.bottom a {
	color: #1e1e1e;
	padding-right: 5px;
	font-weight: 700;
}
.bottom a:hover {
	text-decoration: underline;
}
.fourCol {
	color: #1e1e1e !important;
	font-size: 13px;
	padding-top: 20px;
}
.fourCol h4 {
	font-size: 14px;
}
.fourCol a {
	color: #1e1e1e;
}
.fourCol a:hover {
	text-decoration: underline;
}
.desc {
	clear: both;
	border: 1px dotted #b5b4b4;
	border-right: none;
	border-left: none;
	min-height: 220px;
	width: 100%;
	margin-top: 140px;
	padding: 10px 0;
}
.descSEO {
	width: 50%;
	float: left;
}
.descSEO h4 {
	font-weight: 700;
	font-size: 16px;
}
.col-half {
	width: 50%;
	float: left;
}
.bg-grey {
	background-color: #ededed;
}
.p-gap {
	padding: 35px;
	height: 460px;
}
.read-box {
	color: #1e1e1e;
	text-align: justify;
}
.bank-list li:not(:last-child) {
	margin-right: 1px
}
.bank-list img {
	width: 70px
}
.site-map li {
	margin-bottom: 15px
}
.site-map li a {
	color: #1e1e1e;
	text-transform: uppercase;
	display: block;
	transition: all .3s ease
}
@media (min-width:992px) {
	body {
		padding-top: 0
	}
	
	.footer-content {
		margin-left: 40px
	}
	
	.site-map li a:hover {
		margin-left: 5px
	}
}
.sub-footer {
	font-size: 12px
}
.sub-footer span {
	margin-left: 10px
}
.sub-footer amp-img {
	margin-bottom: 3px;
	vertical-align: top
}
@media (max-width:767px) {
	.sub-footer span {
		display: block;
		margin-left: 0
	}
}
a:focus,
a:hover {
	text-decoration: none
}
.bg-grey {
	background-color: #fff;
}
@media (min-width:576px) {
	.desktop-banner-container {
		margin-bottom: 80px;
		position: relative
	}
	
	#desktop-banner-dots {
		position: absolute;
		width: 100%;
		bottom: 20px
	}
}
@media (max-width:575px) {
	#mobile-banner {
		margin-bottom: 80px
	}
}
.banner-nav-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px
}
.banner-nav-holder .banner-nav {
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .2);
	background-color: #fff;
	display: flex
}
.banner-nav-holder .banner-nav [option] {
	padding: 23px 15px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	position: relative;
	transition: all .3s ease;
	flex-grow: 1
}
.banner-nav-holder .banner-nav [option],
.product-slider .product,
.product-slider>div,
.product-slider>div>*,
.reading-content a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease
}
.product-slider>div,
.product-slider>div>* {
	transition: all .3s ease
}
.banner-nav-holder .banner-nav [option]:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #00a3e0
}
.banner-nav-holder .banner-nav [option][selected]:after {
	animation: loader 7s;
	-webkit-animation: loader 7s;
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear
}
.banner-nav-holder .banner-nav [option]:focus,
.banner-nav-holder .banner-nav [option][selected] {
	font-weight: 700;
	outline: 0
}
@-webkit-keyframes loader {
	0% {
		right: 100%
	}
	
	to {
		right: 0
	}
}
@keyframes loader {
	0% {
		right: 100%
	}
	
	to {
		right: 0
	}
}
#content-slider-dots {
	top: 20%;
}
.featured-games {
	text-align: center
}
.featured-games .logo-box {
	height: 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}
.featured-games .logo-box .img-container {
	height: 70px;
	width: 120px;
	position: relative
}
.featured-games .logo-box img {
	object-fit: contain;
	margin: auto;
	min-height: 0;
	height: auto;
	min-width: 0;
	width: auto
}
.featured-games-slider {
	padding: 0 20px;
	display: flex
}
.featured-games-slider>div {
	padding: 0 15px;
	flex-grow: 1;
	max-width: 15%
}
.category {
	padding: 15px;
	padding-bottom: 0;
	padding-top: 0;
}
.catergory p {
	color: #1e1e1e;
}
.category .category-item {
	margin-bottom: 40px
}
.category .category-item:last-child {
	margin-bottom: 0
}
.category .category-item p {
	margin-bottom: 0;
	color: #1e1e1e;
}
.category .row .icon-side {
	display: inline-block;
	width: 15%
}
.category .row .content-side {
	display: inline-block;
	width: 84%
}
.category .row .content-side>:first-child {
	text-decoration: none;
	display: inline-block
}
.category-icon {
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-image: url(../images/common/category-icon-sprite.svg);
	background-size: 200px;
	margin: 0 auto
}
.category-icon.live-casino {
	background-position: 0 0;
	margin-bottom: 40px;
}
.category-icon.sport-betting {
	background-position: 0 -51px;
	margin-bottom: 15px;
}
.category-icon.online-slots {
	background-position: 0 -101px;
	margin-bottom: 10px;
}
.category-icon.lottery {
	background-position: 0 -151px
}
.reading-content a {
	text-decoration: underline;
	font-weight: 600;
	transition: all .3s ease
}
.product-slider .product {
	position: relative;
	transition: all .3s ease;
	cursor: pointer
}
.product-slider h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 12%;
	color: #fff;
	text-align: center
}
.product-slider .product:focus {
	outline: 0;
	box-shadow: none
}
.readmore {
	display: none
}
.upper {
	margin-top: 0;
}
@media (max-width:767px) {
	.read-box {
		margin-bottom: 30px
	}
	
	.read-box .expandable {
		max-height: 80px;
		position: relative;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	
	.read-box .expandable:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30px;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
	}
	
	.category-item .read-box .expandable {
		max-height: 40px
	}
	
	.read-box .readmore {
		align-items: center;
		display: flex;
		font-weight: 700
	}
	
	.read-box.expand {
		margin-bottom: 0
	}
	
	.read-box.expand .expandable {
		max-height: 700px
	}
	
	.read-box.expand .expandable:after {
		content: none
	}
	
	.read-box.expand .readmore {
		display: none
	}
}
.mt-gap {
	border-top: 1px dotted #b5b4b4
}
.mt-3 {
	margin-top: 30px;
}
#expand1 p {
	margin-top: 10px;
}
.qrbox {
	text-align: center
}
#wechat-pop,
.slider-indicator .indicator-dot {
	background-color: #1e1e1e;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .2)
}
.slider-indicator .indicator-dot {
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	display: inline-block;
	margin: 0 8px;
	width: 15px;
	height: 10px;
	transition: all .3s ease
}
.slider-indicator .indicator-dot[selected] {
	background-color: #00a3e0;
	width: 35px;
	outline: none
}
.hoverpop,
.mobile-banner-container {
	position: relative
}
#mobile-banner-dots {
	position: absolute;
	width: 100%;
	bottom: 20px
}
#wechat-pop {
	opacity: 0;
	position: absolute;
	right: 240px;
	top: 0;
	border-radius: 3px;
	text-align: center;
	color: #000;
	padding: .75rem;
	text-transform: none;
	font-size: 14px;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease
}
#wechat-pop::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 15px;
	width: 10px;
	height: 20px;
	border-left: solid 10px #fff;
	border-bottom: solid 10px transparent;
	border-top: solid 10px transparent
}
#content-slider .amp-carousel-button,
#desktop-banner .amp-carousel-button,
#mobile-banner .amp-carousel-button,
.category-slider .amp-carousel-button,
.product-slider .amp-carousel-button {
	display: none
}
.amp-carousel-button {
	z-index: 2
}
.amp-carousel-button-prev {
	background: url(/resource/img/chevron-left-solid.svg);
	width: 8px;
	height: 13px
}
.amp-carousel-button-next {
	background: url(/resource/img/chevron-right-solid.svg);
	width: 8px;
	height: 13px
}
amp-carousel :focus,
amp-carousel:focus,
amp-selector :not(.indicator-dot):focus,
amp-selector:focus {
	outline: none
}
@media (min-width:576px) {
	.amp-carousel-button-prev {
		left: -15px
	}
	
	.amp-carousel-button-next {
		right: -15px
	}
}
#desktop-nav li.nav-item.d-xl-none {
	display: none
}
.suspension-region {
	position: fixed;
	bottom: 35px;
	right: 25px;
	z-index: 99
}
.box {
	position: relative;
	display: inline-block;
	width: 100px;
	padding: 4px 8px;
	border-radius: 5px;
	background-color: #ed1164;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	font-family: Roboto;
	color: #fff;
	text-align: center
}
.en-box {
	position: relative;
	display: inline-block;
	width: 100px;
	padding: 4px 8px;
	border-radius: 5px;
	background-color: #ed1164;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	font-family: Roboto;
	color: #fff;
	text-align: center
}
.arrow:after {
	position: absolute;
	border-top: 10px solid #ed1164;
	border-bottom: 10px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 45px;
	top: 28px;
	content: ''
}
.en-arrow:after {
	position: absolute;
	border-top: 10px solid #ed1164;
	border-bottom: 10px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 45px;
	top: 47px;
	content: ''
}
.gift {
	position: relative;
	width: 64px;
	height: 64px;
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .2);
	background-color: #fff;
	border-radius: 100%;
	top: 15px;
	left: 18px;
	display: flex;
	align-items: center;
	justify-content: center
}
@media screen and (max-width:992px) {
	.suspension-region {
		display: flex;
		align-items: flex-end
	}
	
	.en-box {
		top: 9px
	}
	
	.arrow:after {
		position: absolute;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #ed1164;
		border-right: 10px solid transparent;
		left: 100px;
		top: 9px;
		content: ''
	}
	
	.en-arrow:after {
		position: absolute;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #ed1164;
		border-right: 10px solid transparent;
		left: 100px;
		top: 18px;
		content: ''
	}
}
.faq {
	position: relative;
	height: 310px
}
.col-12 {
	-ms-flex: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px 15px;
}
.faq .card amp-img {
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px
}
 ::-webkit-scrollbar {
	width: 5px;
	scroll-snap-margin-top: 0
}
 ::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .3)
}
.text-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	color: #fff;
	overflow: auto
}
.faq-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.13px;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1
}
.card-container {
	-webkit-perspective: 700;
	-moz-perspective: 700;
	perspective: 700px;
	height: 100%
}
.card-container>.card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	position: relative;
	border-radius: 5px;
	width: 100%;
	height: 100%
}
.card-container>.card img {
	margin-bottom: 10px;
	border-radius: 5px
}
.card-container>.card>.front,
.card-container>.card>.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
	padding: 10px
}
.card-container>.card>.front {
	background: url(/resource/img/faq-bg.png) center top repeat;
	background-size: cover;
	background-repeat: no-repeat
}
.card-container>.card>.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: url(/resource/img/faq-bg-back.png) center top repeat
}
.faq:hover .card-container>.card {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.faq-subtitle {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.1px
}
.faq-subtitle::after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 8px;
	margin-bottom: 8px
}
.faq-text {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -.08px
}
.faq-text div {
	margin-bottom: 15px
}
.collapse-faq {
	margin-bottom: 20px
}
amp-accordion>section .collapse-faq-title {
	height: 60px;
	background-color: #00a3e0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: -.11px;
	color: #fff;
	padding: 5px 10px;
	display: inline-flex
}
.title-box {
	display: inline-flex;
	height: 100%;
	align-items: center
}
.collapse-faq-title:focus {
	outline: none
}
.icon-plus,
.icon-minus {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding-right: 15px;
	margin-right: 5px
}
.icon-plus {
	background-image: url(/resource/img/icon_plus.svg)
}
.icon-minus {
	background-image: url(/resource/img/icon_minus.svg)
}
.collapse-faq-text {
	background-color: #e2f1fc;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -.08px;
	color: #4a4a4a;
	padding: 10px;
	margin-bottom: 20px
}
.collapse-faq-text div {
	margin-bottom: 10px
}
#content-slider {
	height: 310px;
}
amp-accordion {
	margin-top: 40px
}
amp-accordion section[expanded] .show-more {
	display: none
}
amp-accordion section:not([expanded]) .show-less {
	display: none
}
@media (min-width: 360px) {
	.faq {
		margin-bottom: 20px;
		height: 330px
	}
}
@media (min-width: 400px) {
	.faq {
		height: 380px
	}
	
	.faq-title {
		padding: 10px
	}
}
@media (min-width: 768px) {
	.faq {
		height: 210px;
		margin-bottom: 10px
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		padding: 0 15px
	}
	
	.faq-title {
		font-size: 20px;
		letter-spacing: -.18px;
		padding: 10px
	}
	
	amp-accordion>section .collapse-faq-title {
		height: 60px;
		font-size: 18px;
		line-height: 18px;
		letter-spacing: -.16px;
		padding: 15px 30px;
		display: inline-flex
	}
	
	.collapse-faq-text {
		font-size: 14px;
		letter-spacing: -.09px;
		padding: 20px 30px;
		margin-bottom: 20px
	}
}
@media (min-width: 992px) {
	.faq {
		margin-bottom: 0;
		height: 290px
	}
	
	.faq-title {
		font-size: 28px
	}
	
	amp-accordion>section .collapse-faq-title {
		font-size: 26px;
		line-height: 26px
	}
	
	.icon-plus,
	.icon-minus {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 20px
	}
	
	footer {
		margin-top: 80px
	}
}
@media (min-width: 1200px) {
	.faq {
		margin-bottom: 0;
		height: 350px
	}
	
	amp-accordion {
		margin-top: 100px
	}
}

/*--- info center box ----*/
.infoBox {
	background: #c8c8c8 url(../images/common/infopart.jpg) no-repeat;
	float: left;
	padding: 10px;
	padding-top: 0px;
	color: #000;
	text-shadow: 0px 1px 1px #F2F1F0;
	width: 1016px;
	margin: 0 auto;
}
.infoBox p {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.infoBox a {
	color: #FFF;
}
.infoBox img {
	border: 3px solid #323232;
}
.infoBox img:hover {
	border: 3px solid #0e4b75;
}
.infoBox ul {
	margin-bottom: 10px;
}
.infoBox ul li {
	display: inline;
	margin-right: 3px;
}
.infoBox h1 {
	color: #0d0d0d;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #F2F1F0;
}
.infoBox .slidebox {
	width: 319px;
	height: 263px;
	background-color: #009966;
	float: left;
	border: 3px solid #323232;
	margin-right: 15px;
}

/*-------------- PLAY BUTTON ----------------------------*/
.plybtt {
	z-index: 1000;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	width: 118px;
	height: 35px;
	padding-top: 7px;
}
.plybtt2 {
	z-index: 1000;
	font-size: 18px;
	border: 3px solid #175f99;
	text-align: center;
	width: 150px;
	height: 45px;
	font-weight: 700;
	padding-top: 8px;
}
.boxbutton {
	background: url(../images/common/boxbutton.jpg) repeat-x;
	text-align: center;
	text-shadow: 1px 1px 1px #020202;
	text-align: center;
	font-size: 25px;
	height: 48px;
	width: 335px;
	padding-top: 4px;
	font-family: 'Lato', sans-serif;
}
.boxbutton2 {
	text-align: center;
	text-shadow: 1px 1px 1px #020202;
	text-align: center;
	font-size: 25px;
	height: 48px;
	width: 335px;
	padding-top: 4px;
	font-family: 'Lato', sans-serif;
}

/*--------------- Promotions -----------------*/
.promo-wrapper{
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.card-promo{
	padding-bottom: 10px;
}
.card-body.promo {
	font-size:12px;
	background: #00000061;
	color: #fff;
	text-align: left;
	padding: 20px;
}
.promo-wrapper img{
	width: 100%;
}
.btn-promo-play{
	background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    padding: 5px 15px;
    color: #000!important;
    border-radius: 20px;
    font-size: 18px;
	margin-left: 85%;
	cursor: pointer;
}
.card-body.promo ul {
	padding-left:20px;
}
.card-body.promo h5 {
	color:#dd0023;
	text-transform:uppercase;
	font-size:16px;
}


/*------ TNC page -------------*/
.panel-body ul {
	padding-left: 20px;
}
.panel-body li {
	color: #000000;
}

/*------- FORM or TABLE --------------*/
.textfield1 {
	background: #393939;
	border: 1px solid #5e5e5e;
	font-size: 14px;
	color: #fff !important
}
.textfield2 {
	background: #262626;
	border: 1px solid #5e5e5e;
	font-size: 14px;
	color: #e0e0e0
}
.textfieldAfter {
	background: #ff0000;
	color: #000 !important;
}
.forTable {
	background: rgba(238, 238, 238, 0);
}
.forTable td {
	border-collapse: collapse;
	border: 1px solid #474848;
	line-height: 30px;
	padding-left: 5px;
	color: #fff;
	border-top: 1px solid #474848 !important;
}
.forTable2 {
	background: rgba(33, 27, 20, 0.5);
}
.forTable2 td {
	border-collapse: collapse;
	border: 1px solid #dbc481;
	line-height: 20px;
	padding-left: 5px;
	height: 25px;
}
.forTable3 {
	background: rgba(33, 27, 20, 0.5);
	border: 1px solid #dbc481;
}
.forTable3 td {
	padding-left: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: bold
}
.forTable3 .topcontent {
	border-bottom: 1px solid #dbc481;
	width: 90%;
}
.forTable4 {
	background: #070a0f;
}
.forTable4 td {
	border-collapse: collapse;
	border: 1px solid #445067;
	line-height: 20px;
	padding-left: 5px;
	text-align: center;
}
.forRegister {
	xbackground: rgba(239, 239, 239, 1);
}
.forRegister td {
	border-collapse: collapse;
	xborder: 1px solid #cccccc;
	height: 45px;
	padding-left: 5px;
}
.tr1 {
	background: rgba(221, 221, 221, 0.1);
}
.tr2 {
	background: #e6e6e6;
	color: #FFF;
}
.forUL {
	padding-left: 30px;
}
.forText2 {
	color: #F00;
}

/*-------------- BUTTON ---------------------------*/
.joinnow {
	padding: 4px 22px 0 22px;
	height: 28px;
	font-size: 15px;
	font-weight: bold;
	background-color: #209a5d;
	min-width: 110px;
	color: #fff;
	text-shadow: 1px 1px 1px #005788;
}
.joinnow:hover {
	background-color: #9e9e9e;
}
.loginbtt {
	font-family: 'Abel', sans-serif;

	padding: 4px 0px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	width: 130px !important;
	color: #fff;
	background: #0199ed;
	text-align: center;
	text-shadow: 1px 1px 1px #005788;
}
.actionbtt {
	font-family: 'Abel', sans-serif;
	padding: 5px 20px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #006cc0;
	text-align: center
}
.loginbtt:hover,
.joinnow:hover,
.actionbtt:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
}

/*-------------- pop up Register / forgot password -------- */
.popRegister {
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #000;
	text-align: center;
	color: #000;
	padding-top: 20px;
	font-size: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,8f8f8f+32,dddddd+69,eff5f2+100 */
	
	background: rgb(221, 221, 221);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzhmOGY4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmY1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(221, 221, 221) 0%, rgb(143, 143, 143) 32%, rgb(221, 221, 221) 69%, rgb(239, 245, 242) 100%);
	/* FF3.6-15 */
	
	background: -webkit-linear-gradient(top, rgb(221, 221, 221) 0%, rgb(143, 143, 143) 32%, rgb(221, 221, 221) 69%, rgb(239, 245, 242) 100%);
	/* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom, rgb(221, 221, 221) 0%, rgb(143, 143, 143) 32%, rgb(221, 221, 221) 69%, rgb(239, 245, 242) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eff5f2', GradientType=0);
	/* IE6-8 */
}

/****************************
****** After Login CSS ******
****************************/
.forAfter {
	float: left;
	background-color: rgba(201, 201, 201, 1.0);
	width: 100%;
	padding-bottom: 15px;
}
.headerDivide2 {
	font-size: 8px;
	padding-right: 3px;
}
.headerTextaf {
	font-size: 13px;
	padding-right: 5px;
	text-decoration: underline;
}
.headerText {
	font-size: 13px;
	padding-right: 5px;
}
.af-left {
	padding-left: 0;
}
.af-right {
	padding-right: 0;
}
.tab-content>.tab-pane {
	padding: 1.6rem;
	overflow-y: auto;
	border: 1px solid #5e5e5e;
	background-color: rgba(173, 173, 173, 0.1);
	width: 99%;
}
.nav-tabs {
	float: left;
}
.nav-tabs li {
	float: none;
}
.nav-tabs>li {
	border-top: 1px solid #1d1d1d;
	border-left: 1px solid #1d1d1d;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	cursor: default;
	z-index: 0;
	color: #fff;
	border: 1px solid #5e5e5e;
	background: #006cc0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
	margin-right: 0px;
}
.nav-tabs {
	border-bottom: 1px solid #1d1d1d !important;
}
.nav>li>a {
	color: #fff;
	font-size: larger;
	background: #373636;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	color: #fff;
	background: #242424;
}
.pillActive {
	background: #dadada !important;
	color: #000!important
}
.table2 {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #1d1d1d;
	border-left: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	background: #373636;
	color: #FFF
}
.table2 td {
	border-top: 1px solid #1d1d1d !important;
}
.currentBalance {
	background: #6b6b71;
	color: #FFFFFF;
}
.table {
	margin-bottom: 0px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	font-weight: 400;
}
.color-b {
	color: #000;
}
.nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0;
}
.nav-tabs>li>a:hover {
	border-color: transparent;
}
.btnaf-joinnow {
	height: 49px;
	background: #4e95bf;
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	color: #FFF;
	padding: 6px 20px;
}
.btnaf-joinnow:hover {
	text-decoration: none;
	color: #F00;
}

/*-----------  Balance Part --------------------*/
.fa-balance {
	font-size: 15px;
}
.dropdown button>.fa {
	float: left;
	padding-top: 2px;
}
.btn_balance,
.btn_balance:hover {
	font-family: 'Abel', sans-serif;
	padding: 4px 5px 3px 15px;
	background: #006cc0;
	border: none;
	width: 110px;
	text-align: right;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #005788;
	margin-left: 5px;
}
.btn_balance i {
	margin-top: 2px;
}
.caret {
	margin-left: 5px;
}
.dropdown-menu {
	padding: 2px 5px;
	background: #1f1f1f;
	border: 2px solid #323232;
	border-radius: 4px;
	width: 250px;
}
.dropdown-menu>li>div>span>a {
	display: inline;
	color: #333;
}
.dropdown-menu>li>div>div.suite {
	width: 100px;
	float: left;
	padding: 3px 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
}
.dropdown-menu>li>div>div.remaining {
	float: right;
	padding: 3px 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 400;
}

/*-----------  end Balance Part --------------------*/

/*------ progress bar ------*/
.progressbar {
	width: 100%;
	height: 15px;
	background-color: #f3f3f3;
	margin: 0;
	clear: both;
	border-radius: 3px;
}
.deposit {
	background: #785e2b;
	height: 15px;
	width: 0%;
	max-width: 100%;
	float: left;
	-webkit-animation: deposit 2s 1 forwards;
	-moz-animation: deposit 2s 1 forwards;
	-ms-animation: deposit 2s 1 forwards;
	animation: deposit 2s 1 forwards;
}
.withdraw {
	background: #785e2b;
	height: 15px;
	width: 0%;
	max-width: 100%;
	float: left;
	-webkit-animation: withdraw 2s 1 forwards;
	-moz-animation: withdraw 2s 1 forwards;
	-ms-animation: withdraw 2s 1 forwards;
	animation: withdraw 2s 1 forwards;
}
.pbaranim {
	height: 15px;
	width: 100%;
	overflow: hidden;
	background: #fdcc04;
	border-radius: 3px 0 0 3px;
}
#progressbar {
	width: 100%;
	height: 15px;
	background: url(../images/common/progress.png) repeat-x;
	xpadding: 2px;
	xmargin: .6em 0;
	xborder: 1px #000 double;
	clear: both;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#progress {
	background: #4d8acb;
	/*-- Color of the bar --*/
	
	height: 15px;
	width: 0%;
	max-width: 100%;
	float: left;
	-webkit-animation: progress 2s 1 forwards;
	-moz-animation: progress 2s 1 forwards;
	-ms-animation: progress 2s 1 forwards;
	animation: progress 2s 1 forwards;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: inset 0 0 5px 3px #4378ad;
	box-shadow: inset 0 0 5px 3px #4378ad;
}
#progress2 {
	background: #4d8acb;
	/*-- Color of the bar --*/
	
	height: 15px;
	width: 0%;
	max-width: 100%;
	float: left;
	-webkit-animation: progress2 2s 1 forwards;
	-moz-animation: progress2 2s 1 forwards;
	-ms-animation: progress2 2s 1 forwards;
	animation: progress2 2s 1 forwards;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: inset 0 0 5px 3px #4378ad;
	box-shadow: inset 0 0 5px 3px #4378ad;
}
@-webkit-keyframes progress {
	from {}
	
	to {
		width: 36%
	}
}
@-moz-keyframes progress {
	from {}
	
	to {
		width: 36%
	}
}
@-ms-keyframes progress {
	from {}
	
	to {
		width: 36%
	}
}
@keyframes progress {
	from {}
	
	to {
		width: 36%
	}
}
@-webkit-keyframes progress2 {
	from {}
	
	to {
		width: 56%
	}
}
@-moz-keyframes progress2 {
	from {}
	
	to {
		width: 56%
	}
}
@-ms-keyframes progress2 {
	from {}
	
	to {
		width: 56%
	}
}
@keyframes progress2 {
	from {}
	
	to {
		width: 56%
	}
}
.promotionWrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}
.promo-wrapper a>.promo {
	text-align: left;
	transition: border .3s;
	margin-bottom: 30px;
}
@media (min-width: 1480px) {
	.pbanner {
		background-size: contain;
		background-repeat: no-repeat;
		background-color: black;
	}
}
.pbanner {
	height: 234px;
	width: 1920px;
	background-position: center;
	background-size: cover;
}
.Ptitle {
	color: #22a1ee;
}
.pcontent {
	color: rgb(187, 187, 187);
	font-size: 14px;
}
.black .promo-single .close {
	background-color: #e5e5e5;
}
.promo-single .close {
	width: 30px;
	height: 30px;
	background-color: #979797;
	margin: 10px -5px;
	padding: 4px 2px 4px 5px;
}
.CloseSym {
	font-size: 21px;
	color: #000;
	width: 70px !important;
	height: 70px!important;
	padding-bottom: 10px !important;
}

/* DEPOSIT */
.content-bg {
	background: #0a0d14 url(../images/common/content-bg.jpg) bottom no-repeat;
	color: #fff;
}
.info-bg {
	padding: 10px;
	background: #272727;
	border: 1px solid #445067;
	margin: 15px 12px;
}

/******************************************
 AFTERlogin
********************************************/
.af_header {
	background-color: #dddddd;
	padding: 5px 8px !important;
}
.af_header a {
	color: #000000
}
a.af_bn {
	color: #fefd5a;
	font-weight: 100;
	margin: 0px 7px;
}
a.af_bn:hover {
	color: #fff;
}
.af_balance {
	padding: 20px 0 !important;
	clear: both
}
.af_icon {
	font-size: 40px !important;
	padding-right: 10px;
}
.af_divide {
	border-left: 1px solid #cccccc;
	min-height: 50px;
}
.af_divide2 {
	/* margin:0px 5px; */
	
	padding: 10px 0;
	display: none;
}
.af_mainwallet {
	background: #445067;
}
.af_menuWrapper {
	margin: 0px 15px;
	padding: 7px 0px 7px 0px;
}
.af_menu {
	list-style: none;
	display: table-footer-group;
	width: 100%;
}
.af_menu li {
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
}
.af_menu li a,
.actionbtt {
	padding: 5px;
	color: #fff;
	background: #31b1f8;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 292px;
}
.history-bar li a,
.actionbtt {
	width: 286px;
}
.af_menu li:last-child {
	margin-right: 0px;
}
.af_menu li a:hover,
.af_menu .active,
.actionbtt .active,
.actionbtt:hover {
	color: #fff;
	background-color: #2f91dc;
}
.af_wallet {
	padding: 5px 15px 10px 15px;
}
.af_walletTable {
	text-align: center;
	border: none;
	border-collapse: collapse;
	background: #000 !important;
}
.af_walletTable p {
	line-height: 22px;
}
.af_walletTable td {
	border: 1px solid #7d8aa2;
	padding: 2px;
	color: #fff;
}
.af_cleft {
	padding: 10px 20px;
}
.af_cleft2 {
	padding: 10px 20px;
	margin-left: 25%;
}
.af_cleft h3 {
	padding-bottom: 10px;
}
.af_cleft p {
	line-height: 16px;
}
.af_BankTable {
	margin-top: 5px;
}
.af_BankTable td {
	border: 1px solid #ccc;
	height: 30px;
	padding: 0 5px;
}
.af_cright {
	padding: 10px 20px;
	border-left: 1px solid #445067;
}
.af_cright h3 {
	padding-bottom: 10px;
}
.af_color1 {
	color: #ebc316;
	font-weight: 100;
}
.af_bg1 {
	background: #4b525f;
}
.af_bg2 {
	background: #424852;
}
.af_bg3 {
	background: #fafafa
}
.af_box {
	padding: 10px;
}
.subpage-title h4 {
	font-weight: normal;
	background: #d9a826;
	padding: 8px 63px;
	color: #3d0a08;
	font-size: 15px;
}
.af_box ul.af_menu {
	display: flex;
	padding-top: 0px;
}
.subpage-title {
	background: #3d0a08;
	display: flex;
}
.subpage-content {
	margin: 10px;
}
.column-login {
	padding-bottom: 20px;
	color: #333;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.text-title2 {
	text-align: center;
	background: #445067;
	color: #fff;
	padding: 7px 0px;
	font-size: 15px;
	margin: 0px 15px;
	text-transform: uppercase;
}
#dtab2 {
	padding: 10px;
}
.back-bg {
	margin: 0px 15px;
	/*background: #FFFFFF;*/
	
	border: 1px solid #ccc;
	border-top: none;
}
.history-table {
	margin: 10px 20px;
}
.history-table tr td {
	padding: 0px 0px;
}
.form-group {
	margin-bottom: 10px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
	font-weight: bold;
}
#tfButton .btn-joinnow {
	color: #5a3702;
	background: #d9a826;
	font-weight: bold;
	border: none;
	padding: 6px 20px;
	display: inline-block;
	margin: 10px 0px;
	height: inherit;
}
#tfButton .btn-joinnow:hover {
	color: #d9a826;
	background: #5a3702;
}
.af-table {
	background: #eee;
	border-collapse: collapse;
}
.af-table tr>th {
	background: #310B0B;
	border: 1px solid #A81010;
	padding: 7px;
	text-align: center;
}
.af-table tr>td {
	padding: 5px;
	border: 1px solid #ccc;
	color: #333;
	vertical-align: middle;
	text-transform: uppercase;
}
#new_tabs_content {
	border: 1px solid #445067;
	width: auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.48);
	margin: 0px 15px;
	/* border-top: 1px solid #ccc; */
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.5;
	color: #373a3c;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #e6ddca;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu a {
	padding: 7px 15px !important;
	color: #232526 !important;
	cursor: pointer;
}
.dropdown-menu a:hover {
	padding: 7px 15px !important;
	color: #d9a826 !important;
}
.btn-backend {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 100;
	border: none;
	border-radius: 4px;
	padding: 6px 20px;
	background: #209a5d;
}
.btn-backend:hover {
	background: #166940;
	color: #000;
}
.all-title {
	text-transform: uppercase;
	font-size: 20px;
	margin: 15px 12px;
	font-weight: bold;
	color: #31b1f8
}
.table>thead:first-child>tr:first-child>td {
	border: 1px solid #ccc;
}
.table-responsive2 {
	margin-top: 99px;
	width: 160px;
}
.table-responsive3 {
	margin-top: 40px;
	width: 160px;
}
.table h4 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.table-deposit tr th {
	background: #445067;
	border: 1px solid #59657e !important;
	text-align: inherit;
	font-weight: 100;
	text-transform: uppercase;
}
.table-deposit tr td {
	border: 1px solid #445067 !important;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
	color: #fff;
}

/* lobby */
.category-box{
	margin: 15px;
	padding-bottom: 35px;
}
.game-list img{
	width: 100%;
    height: fit-content;
}
.game-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 1 / 2 / 2 / 3; }
.div4 { grid-area: 1 / 2 / 3 / 3; }
.div5 { grid-area: 1 / 3 / 2 / 4; }
.div6 { grid-area: 2 / 3 / 3 / 4; }
.game-list > div {
    float: left;
}

.game-link-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .4); */
    opacity: 0;
    transition: all .3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-list .item:hover .game-link-mask {
    opacity: 1;
}

.game-link-mask span {
	border: 2px solid #4e93cc;
    border-radius: 20px;
    padding: 4px 12px;
    transition: all .3s ease-in;
}

.btn-group-link {
    position: absolute;
    height: 200px;
    width: 300px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
    top: 100px;
}

.btn-group-link a {
    float: left;
    background: #272a31;
    color: #eee;
    width: 80px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin: 10px;
    transition: all .3s ease-in;
}

.btn-group-link a:hover {
    background: #caab68;
    color: #333;
}

.column-01 {
    padding: 0;
}

.column-02 {
	padding-left: 10px;
    padding-right: 10px;
}

.column-03 {
	padding: 0;
}
.column-01 .item:nth-child(1){
	margin-bottom: 12px;
}
.column-03 .item:nth-child(1){
	margin-bottom: 12px;
}
.game-list .item {
    position: relative;
    display: block;
    transition: all .3s ease-in;
}

.game-list .item > span {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    border: 2px solid #4e93cc;
    border-radius: 20px;
    padding: 4px 12px;
	transition: all .3s ease-in;
	color: #3363b7;
}

.game-list .item:hover span {
    background: #4e93cc;
    color: #fff;
}

.game-list .item:hover > span {
    opacity: 0;
}

.game-list .item:hover {
    /* background: #bc9b56; */
	transform: translate3d(0, -2px, 0);
	filter: brightness(0.5);
}

.game-list .item:hover .game-list-mask {
    display: block;
}

.recommend-list .item {
    float: left;
    width: 224px;
    margin-right: 20px;
    transition: all .3s ease-in;
}

.recommend-list .item:hover {
    transform: translate3d(0, -2px, 0);
}

.recommend-list .item:last-child {
    margin-right: 0;
}

.recommend-list .item img {
    width: 100%;
}

.index-tit {
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
}

.index-tit span {
    font-size: 14px;
    margin-left: 12px;
    padding-left: 10px;
    color: #969a9d;
    position: relative;
}

.index-tit span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #c7b064;
    width: 4px;
    height: 16px;
    border-radius: 4px;
}

.recommend-list .item p {
    line-height: 40px;
    height: 40px;
    background: #1f242a;
    color: #ddd;
    text-align: center;
}

.recommend-list .item:hover p {
    color: #d8ad56;
}

.rank-list {
    width: 400px;
    height: 280px;
    background: #22272d;
    overflow: hidden;
}

.rank-list .tit {
    border-bottom: 1px solid #7e6f44;
    padding: 10px 15px 6px;
}

.rank-list h4 {
    font-size: 16px;
    color: #eee;
    float: left;
}

.rank-list .tit a {
    float: right;
}

.topLoop {
    width: 100%;
}

.rank-list a {
    color: #999
}

.rank-list a:hover {
    color: #ddd;
}

.topLoop ul {
    position: relative;
}

.topLoop li {
    line-height: 60px;
    margin: 0 15px;
    border-bottom: 1px dashed #999;
    height: 60px;
    padding-left: 38px;
    position: relative;
}

.topLoop li .order {
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #af9f85;
    color: #fff;
    border-radius: 0;
}

.topLoop li:nth-of-type(1) .order {
    background: url(/images/index/changePage/download.png) no-repeat center;
}

.topLoop li:nth-of-type(2) .order {
    background: url(/images/index/changePage/download-1.png) no-repeat center;
}

.topLoop li:nth-of-type(3) .order {
    background: url(/images/index/changePage/download-2.png) no-repeat center;
}

.topLoop li:nth-of-type(4) .order {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    left: 3px;
}

.topLoop li .money {
    color: #e7d79c;
}

body.modal-open {
  overflow: hidden;
}

#j_dialog_tip1 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#j_dialog_tip1 .activity-tit{
    line-height: 30px;
    font-size: 26px;
    color: #111111;
    margin: auto;
    padding-top: 40px;
}
.foot-img{
    position: absolute;
    right: 0;
    bottom: 52px;
    /*width: 80px;*/
}

#j_dialog_tip1 .modal-dialog {
    margin: 0;
    width: 781px;
    min-width: 781px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    border-radius: 10px;
}
#j_dialog_tip1 .modal-dialog.promot-dialog{
  width: auto;
}
#j_dialog_tip1.modal .modal-dialog,
#j_dialog_tip1.modal.fade .modal-dialog {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transform: none;
    -webkit-transform: none;
}
#j_dialog_tip1 .activity-cnt .sub-title{
  position: relative;
  line-height: 45px;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
#j_dialog_tip1 .activity-cnt .sub-title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C5B186;
  position: absolute;
  left: 5px;
  top: 18px;
}
#j_dialog_tip1 .activity-cnt .cont-info{
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin: 5px 10px 5px 0;
  padding: 14px 5px 14px 20px;
  display: none;
  background: url("/images/index_alert/indialog-itemcontbg.png?v=9") repeat center center;
}
#j_dialog_tip1 .activity-cnt li:first-child .cont-info{
  display: block;
}
#j_dialog_tip1 .activity-cnt .indialog-arrowd{
  width: 30px;
  height: 40px;
  background: url(/images/index_alert/indialog-narrowd.png?v=19) no-repeat center center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#j_dialog_tip1 .activity-cnt .indialog-arrowd.up{
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}
#j_dialog_tip1 .indialog-pulldcont{
  height: 602px;
  background: url("/images/index_alert/indialog-pulldownbg.png?v=9") no-repeat center center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#j_dialog_tip1 .hotprom-textleft{
  width: 2x;
  height: 560px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#j_dialog_tip1 .hotprom-textleft .hotcontent{
  text-align: center;
  padding: 15px 19px 0;
}
#j_dialog_tip1 .hotprom-textleft .hotlogo{
  display: block;
  margin-bottom: 20px;
}
#j_dialog_tip1 .hotprom-textleft .prom-link{
  width: 100%;
  height: 90px;
  display: block;
  border: 2px solid #2A2A2A;
  border-radius: 10px;
  margin-bottom: 20px;
}
#j_dialog_tip1 .hotprom-textleft .prom-link:hover span{
  background: #FFF4E2;
}
#j_dialog_tip1 .hotprom-textleft .prom-link p{
  padding-top: 9px;
  line-height: 40px;
  font-size: 18px;
  color: #FFFFFF;
}
#j_dialog_tip1 .hotprom-textleft .prom-link .high{
  font-size: 20px;
  color: #D2C1A5;
  font-style: normal;
}
#j_dialog_tip1 .hotprom-textleft .prom-link span{
  width: 90px;
  height: 28px;
  line-height: 28px;
  background: #C5B186;
  border-radius: 14px;
  font-size: 14px;
  color: #111111;
  display: inline-block;
}
#j_dialog_tip1 .hotprom-textleft .link-href{
  line-height: 28px;
  font-size: 18px;
  color: #AAA296;
}

#j_dialog_tip1 .pulldown-copyright{
  width: 496px;
  height: 560px;
}

#j_dialog_tip1 .modal-header{
  position: relative;
  height: 93px;
  text-align: center;
  margin: 0 20px;
  border-bottom: 1px solid #E1E1E1;
}

#j_dialog_tip1 .modal-header .close {
    position: absolute;
    top: 6px;
    right: -6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    color: #DAAF77;
    cursor: pointer;
    transition: .3s;
}

#j_dialog_tip1 .modal-header .close:hover {
    color: #D52A3C;
}

#j_dialog_tip1 .activity-cnt {
    height: 395px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 30px;
    text-align: left;
}
#j_dialog_tip1 .indialog-promot{
 position: relative;
  max-height: 600px;
}
#j_dialog_tip1 .indialog-promot a{
  display: block;
}

#j_dialog_tip1 .indialog-promot .indialog-promot-close{
  position: absolute;
  top: -112px;
  right: 5px;
  width: 64px;
  height: 112px;
  background: url(/images/index_alert/close-promot.png?v=6) no-repeat center bottom;
  background-size: 50px auto;
  cursor: pointer;
}

#j_dialog_tip1 .indialog-promot img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  border-radius: 10px;
}

.m-title {
    position: absolute;
    top: 149px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #bb9241;
}
.provider{
	margin-top: 10px;
	margin-bottom: 10px;
}
.reading-content{
	font-weight: 700;
}
.socialm-btn{
	display: flex;
}

/* SLOT */
.slots-sec {
	background: url("../images/common/slots/bg-slots.jpg")no-repeat top center;
	position: relative;
	background-size: cover;
	min-height: 800px;
}

.slots-charac {
	position: relative;
	bottom: 60px;
}
.slots-container{
	width: 100%;
	margin: 0 auto;
}
.slots-wrapper {
    z-index: 2;
	position: relative;

}

    .slots-wrapper a {
        display: block;
        width: auto;
        height: 92px;
        z-index: 1;
    }

    .slots-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100px;
    }

    .slots-wrapper a:hover > .close_img {
        opacity: 0;
    }

    .slots-wrapper a:hover > .open_img {
        opacity: 1;
    }

    .slots-wrapper a .open_img {
        opacity: 0;
    }

.slots-box.actives a > .close_img {
    opacity: 0;
}

.slots-box.actives a > .open_img {
    opacity: 1;
}

.rows1 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px;
    /* width: 100%; */
}


.slots-box {
	position: relative;
	/* height: 100px; */
	/* width: 220px; */
}
.slots-logo-img img{
	width: 100%;
}

/* CASINO */
.live-casino-sec {
	background: url("../images/common/casino/bg-casino.jpg")no-repeat top center;
	position: relative;
	min-height: 700px;
	background-size: cover;
}
.casino-logo-img {
    position: absolute;
    left: 0;
    right: 0;
	top: 80px;
    margin: auto;
    max-width: 465px;
}

.casino-card-wrapper1 {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 45%;
}
.casino-card-wrapper2 {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 650px;
    padding: 0 30px;
}


.flip-card {
	position: relative;
	perspective: 2000px;
	padding: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front img {
	
	width: 100%;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-back img {
	
	width: 100%;
}

.flip-card-front a, .flip-card-back a {
    display: block;
}

@media (max-width:1300px) {
.flip-card {
	width: 155px;
}
}

/**************** FISH ********************/
.lobbywrapper{
	width: 1200px;
	margin: 0 auto;
}
.mod-fish {
	min-height: 849px;
    transition: all .2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
}

.lobby-platform {
    width: 1300px;
    padding-top: 400px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.50s ease-in;
    -moz-transition: all 0.50s ease-in;
    -o-transition: all 0.50s ease-in;
    -ms-transition: all 0.50s ease-in;
    transition: all 0.50s ease-in;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


    .lobby-platform li {
        float: left;
        display: inline;
        position: relative;
    }

        .lobby-platform li a {
            display: block;
            width: 180px;
            height: 200px;
			background-repeat: no-repeat ;
			background-position: center;
        }

		.mod-fish.platform1-active {
			background-image: url(../images/common/fishing/fish-pt.jpg);
		}
		
		.mod-fish.platform2-active {
			background-image: url(../images/common/fishing/fish-mega888.jpg);
		}
		
		.mod-fish.platform3-active {
			background-image: url(../images/common/fishing/fish-live22.jpg);
		}
		.mod-fish.platform4-active {
			background-image: url(../images/common/fishing/fish-xe88.jpg);
		}
		
		.mod-fish.platform5-active {
			background-image: url(../images/common/fishing/fish-gg.jpg);
		}
		
		.mod-fish.platform6-active {
			background-image: url(../images/common/fishing/fish-sp.jpg);
		}

		.mod-fish.platform7-active {
			background-image: url(../images/common/fishing/fish-918kiss.jpg);
		}
		
		
		.lobby-platform .platform1-platform {
			background: url(../images/common/fishing/fishing-logo-pt.png) no-repeat;
			background-size: 100%;
			background-position: center;
		}
		
		.lobby-platform .platform2-platform {
			background: url(../images/common/fishing/fishing-logo-mg888.png) no-repeat;
			background-size: 100%;
			background-position: center;
			top: 60px;
		}
		
		.lobby-platform .platform3-platform {
			background: url(../images/common/fishing/fishing-logo-live22.png) no-repeat;
			background-size: 100%;
			background-position: center;
			top: 95px;
		}
		.lobby-platform .platform4-platform {
			background: url(../images/common/fishing/fishing-logo-xe88.png) no-repeat;
			background-size: 100%;
			background-position: center;
			top: 95px;
		}
		
		.lobby-platform .platform5-platform {
			background: url(../images/common/fishing/fishing-logo-gg.png) no-repeat;
			background-size: 100%;
			background-position: center;
			top: 60px;
		}
		
		.lobby-platform .platform6-platform {
			background: url(../images/common/fishing/fishing-logo-sp.png) no-repeat;
			background-size: 100%;
			background-position: center;
		}
		
		.lobby-platform .platform7-platform {
			background: url(../images/common/fishing/fishing-logo-918.png) no-repeat;
			background-size: 100%;
			background-position: center;
			top: 95px;
		}

/* 捕鱼 */

.fish1 {
    position: absolute;
    max-width: 120px;
    top: 84%;
    animation: swim 1.5s, left-right 14s;
    -webkit-animation: swim 1.5s, left-right 14s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.fish2 {
    position: absolute;
    top: 75%;
    animation: left-right 16s;
    -webkit-animation: left-right 16s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.fish3 {
    position: absolute;
    max-width: 120px;
    top: 87%;
    animation: swim 1.5s, left-right 12s;
    -webkit-animation: swim 1.5s, left-right 12s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.fish4 {
    position: absolute;
    max-width: 120px;
    top:81%;
    animation: swim 1.5s, right-left 18s;
    -webkit-animation: swim 1.5s, right-left 18s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.fish5 {
    position: absolute;
    max-width: 120px;
    top: 83%;
    animation: swim 1.5s, right-left 12s;
    -webkit-animation: swim 1.5s, right-left 12s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.fish6 {
    position: absolute;
    max-width: 120px;
    top: 66%;
    animation: swim 1.5s, right-left 21s;
    -webkit-animation: swim 1.5s, right-left 21s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes swim {
    0% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes swim {
    0% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes left-right {
    0% {
        margin-left: -134px
    }

    90% {
        margin-left: 100%;
    }

    100% {
        margin-left: 100%;
    }
}

@keyframes left-right {
    0% {
        margin-left: -134px
    }

    70% {
        margin-left: 100%;
    }

    100% {
        margin-left: 100%;
    }
}

@-webkit-keyframes right-left {
    0% {
        right: 0
    }

    90% {
        right: 100%;
    }

    100% {
        right: 100%;
    }
}

@keyframes right-left {
    0% {
        right: 0
    }

    70% {
        right: 100%;
    }

    100% {
        right: 100%;
    }
}
/***** Daily Challenges *****/
/** Do not use challenge CSS block in style.css as it will be overwrite by dashboard.css (based on CSS reference sequence) **/
.chall-info-box {
    background: #235895;
    height: 100%;
    padding: 5px 10px;
    filter: grayscale(1);
    border-radius: 0 18px 18px 0;
}
.challe-box {
    min-width: 480px;
    max-width: 1500px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 0px 8px 4px rgba(225,225,225,0.85);
	max-height: 290px;
	border: 2px solid #fff;
}
.nvp15{
	padding-top: 40px;
}
.beach-box {
    background-size: cover;
    background-position: center;
    height: 290px;
    width: calc(100% - 230px);
    float: left;
    position: relative;
    border-radius: 18px 0 0 18px;
}
.challe-1 {
	background: url("../images/common/challenge/box-gs.jpg")no-repeat;
}
.challe-2 {
	background: url("../images/common/challenge/box-bs.jpg")no-repeat;
}
.challe-3 {
	background: url("../images/common/challenge/box-dt.jpg")no-repeat;
}
.challe-4 {
	background: url("../images/common/challenge/box-pp.jpg")no-repeat;
}
.challe-5 {
	background: url("../images/common/challenge/box-gp.jpg")no-repeat;
}
.challe-6 {
	background: url("../images/common/challenge/box-hy.jpg")no-repeat;
}
.challe-7 {

	background: url("../images/common/challenge/box-918.jpg")no-repeat;
}
.challe-8 {
	background: url("../images/common/challenge/box-jkr.jpg")no-repeat;
}
.challe-9 {
	background: url("../images/common/challenge/box-mega.jpg")no-repeat;
}
.challe-10 {
	background: url("../images/common/challenge/box-live22.jpg")no-repeat;
}
.challe-11 {
	background: url("../images/common/challenge/box-mg.jpg")no-repeat;
}
.challe-12 {
	background: url("../images/common/challenge/box-nt.jpg")no-repeat;
}
.challe-13 {
	background: url("../images/common/challenge/box-ps.jpg")no-repeat;
}
.challe-14 {
	background: url("../images/common/challenge/box-pt.jpg")no-repeat;
}
.challe-15 {
	background: url("../images/common/challenge/box-qt.jpg")no-repeat;
}
.challe-16 {
	background: url("../images/common/challenge/box-sp.jpg")no-repeat;
}
.challe-17 {
	background: url("../images/common/challenge/box-vt.jpg")no-repeat;
}
.challe-18 {
	background: url("../images/common/challenge/box-wm.jpg")no-repeat;
}
.challe-19 {
	background: url("../images/common/challenge/box-xe.jpg")no-repeat;
}
.light-box-1 {
	background: #0086c6;
	float: left;
	width: 230px;
	height: 290px;
	padding: 0 15px;
}
.tbox-1 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.9);
    color: #000;
    border: 1px solid #2f4a08;
    width: 40px;
    height: 30px;
    line-height: 1;
}
.dbox-1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 3px;
    line-height: 1;
}
.btitle {
    position: absolute;
    right: 35px;
    bottom: 10px;
}
.btitle-1 {
    position: absolute;
    right: 33px;
    bottom: 26px;
}
img.logo-beach {
    position: absolute;
    right: 13px;
    top: 10px;
}
.countdown-wrap {
    background: #000;
    max-width: 255px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.56);
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding: 10px;
    height: 65px;
}
.cd-1 {
    background: #0086c6;
}
.cd-2 {
    background: #0086c6;
}
.cd-3 {
    background: #0086c6;
}
.cd-4 {
    background: #0086c6;
}
.time-cap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    padding: 2px 0 0 0;
    grid-gap: 13px;
}
.tcap-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.prize-grid- {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 13px 0 8px 0;
}
.prize-grid-1 {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 10px 10px;
	padding: 13px 0 8px 0;
}
.p-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-title-1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 50px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-info {
    background: #fff;
    border-radius: 4px;
    margin: auto;
    width: 100%;
    padding: 2px 0px;
    color: #6443b3;
    font-size: 13px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 5px;
}
.c-info-1 {
    background: #fff;
    border-radius: 10px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 7px 0px;
    color: #9834c5;
    font-size: 16px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.s-info-1 {
    font-weight: inherit;
}
.prizes-1 {
	background: #fff;
    border-radius: 10px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #6443b3;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
}
.prizes-1 a {
	color: #6443b3;
}
.prizes-1 a:hover {
	color: #000;
}
.medal-1 {
    position: absolute;
    left: 14px;
    top: 0px;
}
.prz-1 {
    margin-left: 40px;
}
.winner_list_btn {
    display: block;
}
.winner_list_btn i{
	
	margin-right: 10px;
}
.challenge-note{
	font-family: 'Abel', sans-serif;
	color: #00ff00;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 47px;
}
.challenge-note-end{
	font-family: 'Abel', sans-serif;
	color: #ffff00;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 48px;
}
.winner_list_btn:hover {
    filter: grayscale(0) drop-shadow(0px 0px 3px rgb(255,255,255));
    transition: 0.3s;
}
a.winner_list_btn {
    display: block;
}
a.winner_list_btn {
	transition: 0.3s;
	transform: scale(1);
}
a.winner_list_btn:hover {
	filter: grayscale(0) drop-shadow(0px 0px 3px rgb(255,255,255));
    transform: scale(0.96);
    transition: 0.3s;
}
.tnc-applied {
    color: #fff;
    font-size: 15px;
    /* margin-top: 5px; */
    display: block;
}
.tnc-applied:hover {
	color: #f6c000;
}


/* width */
.wallet-game-box::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.wallet-game-box::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.wallet-game-box::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.wallet-game-box::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/****** Provider Modal *******/
.modal-dialog.provider-modal {
    font-family: 'Arial';
    max-width: 580px;
    height: 440px;
    background: #061c27;
    color: #fff;
    border: 2px solid #5ec9ff;
    box-shadow: 0px 0px 6px 0px rgba(255,255,255,0.75);
    border-radius: 10px;
    overflow: hidden;
}
.provider-modal .modal-content {
    background-color: transparent;
    border: none;
}
.modal-body-pro {
    padding: 0 20px;
}
.pro-title {
    background: linear-gradient(to bottom, rgba(71,170,209,1) 0%, rgba(46,86,136,1) 100%);
    font-weight: 500;
    padding: 13px 24px;
    height: 57px;
    margin: 0 -20px;
    font-size: 22px;
    color: #fff;
}
.modal-dialog.provider-modal .close {
    float: right;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.modal-dialog.provider-modal button.close {
    margin-top: 16px;
}
.wal-frame {
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    border: 1px solid #fff;
    margin: 15px 0;
    height: 104px;
    border-radius: 5px;
}
.logo-pro {
    grid-column: 1/2;
	display: flex;
    align-items: center;
}
.current-wallet {
    grid-column: 2/4;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
}
.wb-1 {
	color: #ff0200;
	font-weight: 700;
}
.trans-boxy h4 {
	margin-bottom: 0;
}
.notic {
    color: #ff0000;
    font-size: 12px;
}
.range-control {
	margin-top: 10px;
}

input[type=range]{
	-webkit-appearance: none;
	background: none;
	width: 100%;
	max-width: 320px;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  background: #a9a8a8;
  border: none;
  border-radius: 3px;
}

input[type=range]::-ms-track {
  height: 5px;
  background: #a9a8a8;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 5px;
  background: #a9a8a8;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #37a415;
  margin-top: -5px;
  position: relative;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #37a415;
  margin-top: -5px;
  position: relative;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #37a415;
  margin-top: -5px;
  position: relative;
}

input[type=range]:focus {
  outline: none;
  &::-webkit-slider-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #37a415;
    padding: 5px 10px;
    border: 2px solid #555;
  }
  &::-ms-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #37a415;
    padding: 5px 10px;
    border: 2px solid #555;
  }
  &::-moz-range-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #37a415;
    padding: 5px 10px;
    border: 2px solid #555;
  }
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a9a8a8;
}

input[type=range]:focus::-ms-track {
  background: #a9a8a8;
}

input[type=range]:focus::-moz-range-track {
  background: #a9a8a8;
}
span.max-rm {
    float: right;
}
.sbm-btn {
    max-width: 100px;
    margin: auto;
}
button.green {
    background: url("../images/right-green.png") no-repeat;
	width: 42px;
	height: 36px;
	border: none;
	cursor: pointer;
}
button.green:hover {
    background: url("../images/right-green-h.png") no-repeat;
	width: 42px;
	height: 35px;
	cursor: pointer;
}
button.red {
    background: url("../images/left-red.png") no-repeat;
	width: 42px;
	height: 36px;
	border: none;
	cursor: pointer;
	margin-left: 35px;
    margin-top: -15px;
}
button.red:hover {
    background: url("../images/left-red-h.png") no-repeat;
	width: 42px;
	height: 36px;	
	cursor: pointer;
}
button.green:hover, button.red:hover {
	transform: scale(1.1);
}
.playnow {
    text-align: right;
    margin-top: 51px;
}
.play-btn {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(71,170,209,1) 0%, rgba(46,86,136,1) 100%);
    max-width: 150px;
    text-align: center;
    border-radius: 40px;
    padding: 10px 39px;
    color: #fff;
    margin: auto;
}
.play-btn:hover {
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	filter: brightness(110%);
}

/*** Challenges Coming Soon***/

img.coming {
    position: absolute;
    z-index: 99;
    left: -116px;
    right: 0;
    top: 48px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.7);
    transform: rotate(-35deg);
}

.challe-inactive {
    filter: grayscale(1);
}

.blink{
    margin-top:15px;
    font-size:16px;
    font-weight:bold;
    font-family:Verdana,sans-serif;
    animation: blink 1.5s linear infinite;
}

@keyframes blink{
    0%{opacity: .2;}
    30%{opacity: .5;}
    50%{opacity: .8;}
    100%{opacity: 1;}
}


/*** END Challenges Coming Soon***/





















/***** Challenges page*****/
.carousel {
    width: 100%;
}

.challenge-sec {
    background: url('../images/common/challenge/bg-challenge.jpg')no-repeat top center;
    padding: 0 0 45px 0;
	background-size: contain;
	min-height: 1100px;
}

.challenge-sec .container{
	padding-top: 19%;
}
.upcoming-box {
    text-align: center;
    border-bottom: 1px solid #fff;
    max-width: 1500px;
    margin: auto;
    padding-top: 25px;
}

.upcoming-title {
    width: 600px;
    margin: auto;
    margin-bottom: -25px;
    background: #3c2b79;
}

.upgame-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
    max-width: 1500px;
    margin: auto;
    margin-top: 30px;
}

.upbox {
    background: url('../images/ucbg.jpg')no-repeat center;
    background-size: cover;
    max-width: 313px;
    height: 404px;
    padding: 20px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 0px 2px 5px rgba(152,185,255,0.55);
    border: 2px solid #98b9ff;
    margin: auto;
}

.uc-cover {
    padding-bottom: 7px;
}

    .uc-cover img {
        border-radius: 10px;
    }

.uc-box {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    background: #fff;
    width: 100%;
    margin: 6px 0;
    border-radius: 8px;
    color: #6443b3;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 10px;
    height: 39px;
    align-self: center;
}

a.uc-box:hover {
    color: #000;
}

.uc-info {
    grid-column: 1/3;
    font-size: 15px;
    margin-right: 30px;
}

    .uc-info i {
        font-size: 18px;
        vertical-align: middle;
    }

.uc-info-1 {
    grid-column: 3/6;
    text-align: center;
    font-weight: 600;
}

.uc-box a {
    color: #6443b3;
}

.uc-btn {
    background: #ffd800;
    width: 100%;
    display: block;
    margin: 6px 0;
    border-radius: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 10px;
    height: 39px;
    box-shadow: inset 0px 1px 4px 0px rgba(255,255,255,0.77);
}

    .uc-btn:hover {
        filter: brightness(1.1);
        color: #6443b3;
        box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.45);
    }

/*animation element sliding left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

    .animation-element.slide-left.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }


/* INDEX CHALLENGE */
.challenge-title{
	text-align: center;
	margin-top: 40px;
}

/* ESPORTS */
/*** ESports ***/
.game-sec {
    background: url(../images/common/esport/bg-esports.jpg)no-repeat top center;
    /* background-size: cover; */
    height: 700px;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
}
.game-center img{
	/* width: 35%; */
	position: absolute;
}
.game-content{
	position: relative;
    height: 796px;
    z-index: 8;
    width: 1366px;
    display: block;
    margin: 0px auto;
}
.inplay img{max-width: 100%;}
.esport-wrapper {
	max-width: 1920px;
	height: 700px;
	margin: auto;
	position: relative;
}
.inplay {
    max-width: 700px;
    margin: auto;
    /* margin-top: 210px; */
    position: relative;
    z-index: 9;
    text-align: center;
    display: inherit;
    bottom: -76px;
}
.play-inplay {
    position: absolute;
    max-width: 311px;
    margin: auto;
    left: 0px;
    right: 0;
    bottom: 26px;
    z-index:10;
}
.play-inplay:hover {
	filter: brightness(1.05) drop-shadow(0 0 4px rgba(251, 255, 19, 0.8));
	transform: scale(0.96);
	transition: 0.3s;
}
.cloud {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 9;
	animation: float 6s ease-in-out infinite;
}
.sniper {
    left: 3%;
    bottom: -4%;
    animation: float 6s ease-in-out infinite;
    z-index: 9;
    /* width: 40%!important; */
}
.monster {
    left: 0px;
	bottom: -20px;
	animation: float2 6s ease-in-out infinite;
}
.cloud1 {
    left: 0%;
    bottom: 18%;
    z-index: 8;
}
.cloud2 {
    left: 23%;
    top: -84px;
    z-index: 7;
    animation: float 6s ease-in-out infinite;
}
.cloud3 {
    right: 5%;
    top: -5%;
    z-index: 8;
    animation: float3 6s ease-in-out infinite;
}
.cloud4 {
	right: -5%;
	bottom: 17px;
	z-index: 9;
	animation: float4 5s ease-in-out infinite;
}
.cloud5 {
	bottom: -122px;
	left: 24%;
	z-index: 9;
	animation: float5 5s ease-in-out infinite;
}
#particles-js {
    position: absolute;
    z-index: 8;
	width: 100%;
}

/** Stars **/
.star {
  position: absolute;
  background: url("../images/common/esport/sparkle.png") no-repeat;
  background-size: contain;
  overflow: hidden;
}
.star.star-3 {
    width: 60px;
    height: 51px;
    top: 75px;
    left: 50px;
    z-index: 9;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float3 {
	0% {
		transform: translatex(0px) translatey(0);
	}
	50% {
		transform: translatex(20px) translatey(20px);
	}
	100% {
		transform: translatex(0px) translatey(0);
	}
}
@keyframes float4 {
	0% {
		transform: translatex(0px) translatey(0);
	}
	50% {
		transform: translatex(20px) translatey(20px);
	}
	100% {
		transform: translatex(0px) translatey(0);
	}
}
@keyframes float5 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(0px) translateX(0px);
	}
	100% {
		transform: translatey(0px);
	}
}
/* @media (max-width:1100px){
	.sniper {
		left: 7%;
		bottom: -4%;
		animation: float 6s ease-in-out infinite;
		z-index: 9;
	}
	.monster {
		left: 0px;
		bottom: -20px;
		animation: float2 6s ease-in-out infinite;
	}
	.cloud1 {
		left: 0%;
		bottom: 8%;
		z-index: 8;
	}
	.cloud2 {
		left: 20%;
		top: -84px;
		z-index: 7;
		animation: float 6s ease-in-out infinite;
	}
	.cloud3 {
		right: -3%;
		top: -3%;
		z-index: 8;
		animation: float3 6s ease-in-out infinite;
	}
	.cloud4 {
		right: -14%;
		bottom: 17px;
		z-index: 9;
		animation: float4 5s ease-in-out infinite;
	}
	.cloud5 {
		bottom: -214px;
		left: 15%;
		z-index: 9;
		animation: float5 5s ease-in-out infinite;
	}
}
@media (min-width:1600px){
	.sniper {
		left: 19%;
		bottom: -4%;
		animation: float 6s ease-in-out infinite;
		z-index: 9;
	}
	.monster {
		left: 0px;
		bottom: -20px;
		animation: float2 6s ease-in-out infinite;
	}
	.cloud1 {
		left: 14%;
		bottom: 8%;
		z-index: 8;
	}
	.cloud2 {
		left: 30%;
		top: -84px;
		z-index: 7;
		animation: float 6s ease-in-out infinite;
	}
	.cloud3 {
		right: 18%;
		top: -3%;
		z-index: 8;
		animation: float3 6s ease-in-out infinite;
	}
	.cloud4 {
		right: 9%;
		bottom: 17px;
		z-index: 9;
		animation: float4 5s ease-in-out infinite;
	}
	.cloud5 {
		bottom: -214px;
		left: 26%;
		z-index: 9;
		animation: float5 5s ease-in-out infinite;
	}
} */

/*** END ESports ***/
/* ESPORTS */
/*** Virtual Sports ***/
.vs-sec {
    background: url(../images/common/virtual_sport/bg-vsports.jpg)no-repeat top center;
    background-size: cover;
    height: 610px;
    position: relative;
    overflow: hidden;
}
.vs-sec .row{
	display:flex;
	align-items: center;
	justify-content: center;
}
.vs-sec .col-6{
	padding-left: 15px;
	padding-right: 15px;
}
.vs-center img{
	width: 35%;
	/* position: absolute; */
}
.vs-center .container{
	width: 1000px;
}
.kiron img{
	width: 85%;
}
.gdrace img{
	width: 85%;
}
.vs-wrapper {
	max-width: 1920px;
	height: 700px;
	margin: auto;
	position: relative;
}
.btn-row{
	max-width: 1100px;
	text-align:center;
	margin: 0 auto;
	position: relative;
	top: 55%;
}
.kiron {
    max-width: 360px;
    margin: auto;
    /* margin-top: 210px; */
    position: relative;
    z-index: 9;
    text-align: center;
    display: inherit;
    bottom: 0;
}
.gdrace {
    max-width: 360px;
    margin: auto;
    /* margin-top: 210px; */
    position: relative;
    z-index: 9;
    text-align: center;
    display: inherit;
	bottom: 0;
}
.play-vs {
    position: absolute;
    max-width: 311px;
    margin: auto;
    left: 0px;
    right: 0;
    bottom: -50px;
    z-index:10;
}
.play-vs:hover {
	filter: brightness(1.05) drop-shadow(0 0 4px rgba(251, 255, 19, 0.8));
	transform: scale(0.96);
	transition: 0.3s;
}

.kr1 {
    left: 28%;
    top: 8%;
    animation: float 6s ease-in-out infinite;
    z-index: 9;
    width: 22%!important;
}
.kr2 {
    left: 24%;
    top: 15%;
    animation: float2 6s ease-in-out infinite;
    width: 12%!important;
    z-index: 8;
}
.kr3 {
    left: 39%;
    top: 29%;
    z-index: 8;
    width: 14%!important;
}
.kr4 {
    left: 41%;
    top: 37%;
    z-index: 8;
    animation: float 6s ease-in-out infinite;
    width: 8%!important;
}
.gr1 {
    right: 25%;
    top: 16%;
    animation: float 6s ease-in-out infinite;
    z-index: 9;
    width: 25%!important;
}
.gr2 {
    right: 36%;
    top: 40%;
    animation: float 6s ease-in-out infinite;
    width: 15%!important;
    z-index: 8;
}
.gr3 {
    right: 29%;
    top: 14%;
    z-index: 6;
    animation: float 6s ease-in-out infinite;
    width: 9%!important;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float3 {
	0% {
		transform: translatex(0px) translatey(0);
	}
	50% {
		transform: translatex(20px) translatey(20px);
	}
	100% {
		transform: translatex(0px) translatey(0);
	}
}



/*** END Virtual Sports ***/
