@font-face{
	font-family:Arial;
	src: url(../fonts/arial.ttf) format('opentype');
}
@font-face{
	font-family:Arial-Black;
	src:url(../fonts/arial-black.ttf) format('opentype');
}
@font-face{
	font-family:Casino;
	src:url(../fonts/American-Captain.ttf) format('opentype');
}
@font-face{
	font-family: 'Black-Caps';
	src: url('../fonts/BlackCaps.ttf') format('opentype');
}

html, body {
	margin: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	height: auto;
	font-family:Arial;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top center;
}

.howtoTitle{
	color: gold;
	padding: 10px 0;
	font-weight: bold;
	font-size: 0.8rem;
	margin-bottom: 0.1rem!important;
}

.gtelcoList{
	line-height: 2.5;
	padding-left: 15px;
	padding-top: 10px;
	list-style: disc;
}


.launchGame{
	margin: 8px 0;
	display: block;
	background: red;
	text-align: center;
	padding: 15px 20px;
	border-radius: 5px;
}

.depositImg{
	width: 80px;
	padding: 5px;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a[href^=tel]:hover {
    color: inherit;
    text-decoration: none;
}


.wrapper{
	height: max-content;
	margin-top: 70px;
	margin-bottom: 90px;
}

.push{
	height: 50px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

ul{
	list-style: none;
	margin-bottom: 0px;
}

.nav_mr2{
	margin-right: 5px;
}

.nav_mx1{
	margin-left: 2.5px;
	margin-right: 2.5px;
}

.nav_ml2{
	margin-left: 5px;
}


/***Header***/
.main_nav_container{
	top: 0;
	height: 70px;
	z-index: 10;
	width: 100%;
	position: fixed;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.main_nav_container.scrolled {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	transition: background-color 500ms linear;
	-webkit-transition: background-color 500ms linear;
}

.tokenContainer{
	height: 40px;
	position: relative;
}

.navbar{
	width: auto;
	height: 70px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar_menu li{
	display: inline-block;
}
.navbar_menu li a{
	width: auto;
	padding: 5px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar_menu li a:hover{
	color: #b5aec4;
}
.navbar_user{
	margin-left: 37px;
}
.navbar_user li{
	display: inline-block;
	text-align: center;
}
.navbar_user li a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 40px;
	color: #1e1e27;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar_user li a:hover{
	color: #b5aec4;
}

/*********************************
3.6 Logo
*********************************/

.logo_container{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}



/***Footer***/
.footer{
	width: 100%;
	max-width: 100%;
	position: fixed;
	height: 90px;
	bottom: 0px;
}

.footerBtnClose{
	position:absolute;
	top:12px;
	right:12px;
	display:block;
	width:14px;
	height:14px;
	z-index:2;
	text-align: right !important;
}

.footerBtnClose i{
	font-size: 20px !important;
}

.nav-tabs{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	display: table;
	list-style: none;
	border-bottom: unset;
	position: relative;
}

.nav-tabs li{
	width: 20%;
	height: 50px;
	cursor: pointer;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.nav-tabs li i{
	display: block;
	font-size: 16px;
}

.nav-tabs li a{
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#language table{
	margin: 0 auto;
}

#language .title{
	font-size: 14px;
}

#language td{
	width: auto;
	height: 60px;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;	
}

#language img{
	width: 25px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 3px;
}

/***Home***/
.homeContainer{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: max-content;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}

.homeBanner{
	max-height: max-content;
	height: auto;
}

.slick-slide {
	height: auto;
	max-height: max-content;
}

.slick-slide img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.nav_iconContents{
	width: 100%;
	height: 85px;
	font-size: 12px;
	background: black;
	text-align: center;
	position: relative;
	border-radius: 15px;
}

.nav_iconContents img{
	width: 40px;
	height: auto;
}

.nav_iconContents span{
	display: block;
}

.nav_iconWrap{
	width: 100%;
	display: flex;
}

.announceLogo{
	width: auto;
	height: 50px;
	margin-top: 10px;
	position: relative;
}

/***Icon Container***/
.nav_iconContainer{
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.nav_Credits{
	color: #fff;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
}

.nav_Credits_token{
	line-height: 40px;
}

.nav_Credits_won{
	line-height: 40px;
}

.nav_position{
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
}

/***Promotion***/
.homepromoContainer{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.homepromoContainer span{
	font-size: 14px;
}

.promoSlide{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.promoSlide_img{
	width: 98% !important;
}

.promoSlide img{
	width: 98%;
}

.promoSlide_img img{
	width: 98%;
}




/***iRewards***/
.homeireward{
	padding-bottom: 15px;
	font-weight: bold;
}

.homeireward span{
	font-size: 14px;
}

.irewardsContainer{
	width: auto;
	height: max-content;
}

.irewardsContent{
	width: auto;
	height: auto;
	max-width: 100%;
	text-align: center;
	position: relative;
}

.irewardsImg{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
}

.irewardsImg img{
	width: 100%;
	height: auto;
	opacity: 1;
}


/***Top Banner***/
.marquee {
	color: #fff;
    width: 100%;
	height: 40px;
	position: relative;
	bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	background: #000;
	line-height: 40px;
    overflow: hidden;    
}


/***Popup Container***/
#lean_overlay{
	position:fixed;
	z-index:300;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	display:none;
}
.popupContainer{
	width: 330px;
	height: auto;
	border: none;
	display: none;
	overflow: hidden;
	text-align: center;
	max-height: max-content;
}

.announceImg{
	left: 50% !important;
	top: 50% !important;
	margin-left: 0px !important;
	transform: translate(-50%, -50%);
}

.btnOk{
	position:relative!important;
	height:30px!
	important;
	width:100px!
	important;
	margin:0 auto!important;
	top:15px!important;
	right:unset!important;
	border-radius:10px;
	border:none;
	cursor:pointer;
	margin-bottom: 15px;
}
.btnOkPleaseLogin{
	display:block;
	position:relative;
	height:25px;
	width:65px;
	margin:0 auto;
	top:15px;
	right:unset;
	border-radius:10px;
	border:none;
	cursor:pointer;
	padding:3px;
}
.formPadding{
	padding:10px;
	margin-bottom:0;
}
.popupContainer .title{
	font-weight:700;
	font-size:24px;
	text-align:center;
	line-height:1.2;
	padding-top:35px;
	padding-bottom:10px;
}
.popupContainer .subtitle{
	font-size:14px;
	text-align:center;
	line-height:1.2;
	padding-top:10px;
	padding-bottom:20px;
}
.popupContainer .coverup_subtitle{
	font-weight:700;
	font-size:14px;
	text-align:center;
	line-height:1.2;
	padding-top:10px;
	padding-bottom:20px;
	padding:15px;
	max-height: 500px;
	overflow-y: auto;
}
.modal_trigger{
	text-decoration:none;
}
.popupContainer p{
	font-size:14px;
}
.createAcc{
	font-size:14px;
	padding-left:5px;
}
.modal_close{
	position:absolute;
	top:12px;
	right:12px;
	display:block;
	width:14px;
	height:14px;
	z-index:2;
}

.buttonWrap{
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.btnQuestion{
	right: 7%;
	position: absolute;
}

.input-container{
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-bottom:15px;
}
.input-container{
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-bottom:15px;
}
.icon{
	padding:12px;
	min-width:50px;
	text-align:center;
	height:46px;
	width:50px;
}
.input-field{
	width:75%;
	padding:10px;
	outline:0;
	border:2px;
	border-style:solid;
}
.formButton{
	font-size:16px;
	line-height:1.2;
	text-transform:uppercase;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	width:75%;
	height:50px;
	border:none;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s;
	cursor:pointer;
}
.footerForm{
	width:100%;
	height:60px;
	padding:unset;
	margin:unset;
	overflow:hidden;
}
.footerForm img{
	width:100%;
}

.loginFooter{
	width:100%;
}




.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}


/***FAQ***/
.faqContentContainer {
    text-align: center;
}

.accordion {
    max-width: 100%;
    width: 100%;
}

.faqContent {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.card {
    margin-top: 3%;
	text-align: center;
}

.card1 {
    margin-top: 3%;
    margin-bottom: 3%;
}

.card-header {
    padding: 0;
    border-radius: 0;
}

.mb-0 {
    padding-top: 5px;
    padding-bottom: 15px;
}

.btn-link {
    font-size: 12px;
	font-weight: bold;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.card-body {
	text-align: justify;
    font-size: 11px;
}


/***TAP***/
.pop{
	width: 100%;
	max-width: 100%;
	height: auto;
	left: 0;
	margin: 0px;
	bottom: 0px;
	opacity: 0;
	position: absolute;
	z-index: 10;
	border-radius: 0px;
	text-align: center;
}

.pop .title{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.pop span{
	font-size: 11px;
	text-transform: uppercase;
}

.popContent a i{
	font-size: 25px;
}

.lang_popup .pop1 {
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
	transition-timing-function: ease-in;
	transition: 0.2s;
	visibility: hidden;
}

.lang_popup.alert-is-shown .pop1 {
	transition: 0.25s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
    transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.pop1{
	height: 300px;
}

.link_popup .pop2 {
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
	transition-timing-function: ease-in;
	transition: 0.2s;
	visibility: hidden;
}
.link_popup.alert-is-shown .pop2 {
	transition: 0.25s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
    transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.more_popup .pop3 {
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
	transition-timing-function: ease-in;
	transition: 0.2s;
	visibility: hidden;
}
.more_popup.alert-is-shown .pop3 {
	transition: 0.25s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
    transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.chat_popup .pop4 {
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
	transition-timing-function: ease-in;
	transition: 0.2s;
	visibility: hidden;
}
.chat_popup.alert-is-shown .pop4 {
	transition: 0.25s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
    transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.pop2 img{
	width: 35px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pop3 img{
	width: 35px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pop4 img{
	width: 35px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.nav-tabs .pop a{
	width: 75px;
	margin: 0 auto;
	text-align: center;
}


/***My Profile***/
/* Style the tab */
.tab {
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 70px;
}

.btn-toolbar{
	height: 100%;
}

/* Style the buttons inside the tab */
.tab button {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

/* Style the tab content */
.tabcontent {
	display: none;
	min-height: 410px;
	padding: 6px 12px;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

.profileContent{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	text-align: center;
}

.myprofileLimitor{
	width: 400px;
	height: auto;
	margin: 0 auto;
}

.myprofileBox{
	width: 400px;
	height: 300px;
}

.myprofiletitle{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

.profileTable{
	margin: 0 auto;
	margin-top: 15px;
}

.profileTable .title{
	font-weight: bold;
	font-size: 11px;
	width: auto;
	height: 50px;
	vertical-align: middle;
}

.profileTable .contents{
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	width: auto;
	height: 40px;
	text-align: left;
}

.profileTable .contents .password{
	width: 200px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}

.profileTable .passwordHeight{
	height: 55px;
	padding-bottom: 10px;
}

.profileTable .contents .password::placeholder{
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.btnChangePass{
	text-align: center;
}

.btnChange{
	font-size: 10px;
	width: 200px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: uppercase;
}

.changePassLabel{
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.standard-selectbox{
	display: inline-block;
	width: 160px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5x;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	appearance: menulist;
	-webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
}


.bank-selectbox{
	display: inline-block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-o-border-radius: 3px;
}

.transactionCard{
	min-width: 400px;
	max-width: 400px;
	border-radius: 23px;
	min-height: 200px;
	text-align: center;
	padding-bottom: 50px;
	max-height: 200px;
	margin: 0 auto;
}

.platform-container, .transaction-platform-container{
	width: 100%;
	display: inline-block;
	padding-top: 10px;
	min-height: 40px;
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
}

.gameAccContainer{
	max-width: 100%;
	max-height: max-content;
	width: 100%;
	height: auto;
	padding: unset;
	margin: unset;
}

.gameAccTable{
	table-layout: auto;
	width: auto;
	margin-left: auto;
	font-size: 10px;
	float: right;
}

.gameAccHeader{
	line-height: 1.4;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.gameImg{
	width: 80%;
	height: auto;
	vertical-align: middle;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.gameAccContainer table tr td{
	font-size: 9px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
	text-align: center;
	margin-right: 2px;
}

.gameAccHeader td{
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border: unset !important;
	text-align: center;
}

.gameAccContainer td, th{
	padding: 5px 3px;
}

.gameAccContainer table tr td{
	width: auto;
	text-align: right;
	vertical-align: middle;	
	text-transform: uppercase;
}

.gameActive{
	cursor: pointer;
}

.gameDisable{
	cursor: default;
}

.gameAndroidActive{
	cursor: pointer;
}

.gameAndroidDisable{
	cursor: default;
}

.historyContainer{
	max-width: 100%;
	max-height: max-content;
	width: 100%;
	height: auto;
	padding: unset;
	margin: unset;
}

.historyTable{
	table-layout: auto;
	margin: 0 auto;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.historyHeader{
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

.historyContainer table tr td{
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.historyHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border: unset !important;
}

.historyContainer td, th{
	padding: 5 15px;
}

.message{
	margin-top: 50px;
}

.btndeposit{
	cursor: pointer;
	height: auto;
	width: 75px;
	font-size: 8px;
	border-radius: 3px;
	text-align: center;
	padding: 4px;
	text-transform: uppercase;
}

.btnwithdraw{
	cursor: pointer;
	height: auto;
	width: 75px;
	margin-right: 3px;
	font-size: 7px;
	border-radius: 3px;
	text-align: center;
	padding: 4px;
	text-transform: uppercase;
}

.myAccTable{
	margin: 0 auto;
	width: auto;
	min-width: 300px;
	margin-top: 25px;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-weight: bold;
}

.myAccTableHeader{
	line-height: 1.4;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.memberContainer table tr td{
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.bankDContainer table tr td{
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.myAccTableHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border: unset !important;
	text-align: center;
}

.memberContainer td, th{
	padding: 5 15px;
}

.bankDContainer td, th{
	padding: 5 15px;
}

.myAccTable .title{
	width: 50%;
	text-align: right;
}

.btn-group{
	margin: 0 auto;
}

.copy-tiny-textbox{
	width: 90px;
	font-size: 10px;
}

.copyButton{
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 3px;
	text-transform: uppercase;
}

.depositTNCwords{
	width: auto;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}

.downloadIcon{
	font-size: 12px;
	margin-right: 3px;
	vertical-align: middle;
}


/***Title Bar***/
.titleBar{
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: unset;
	padding: unset;
}

.titleBar img{
	width: 100%;
}

.test{
	height: 43px;
}

/***TNC***/
.tncContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.tncSubtitle{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 25px 20px 0px 0px;
	text-decoration: underline;
}

.tncBox{
	position: relative;
}

.tncIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.tncHeader{
	text-align: left;
	font-size: 17px;
	text-transform: uppercase;
}

.tncContent{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tncWording{
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
}

.privacyWording2{
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	padding-top: 5px;
}

.tncTitle{
	font-size: 30px;
	padding: 23px 15px 23px 86px;
	color: #FFFFFF;
}

.tncTitleBar{
	background-size: 100%;
}


/***Privacy***/
.privacyContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.privacyBox{
	padding: 25px 0px 0px 0px;
	position: relative;
	text-align: left;
}

.privacyBox1{
	padding: 10px 0px 10px 0px;
	position: relative;
	text-align: left;
}

.privacyBox2{
	position: relative;
	text-align: left;
	padding: 25px 15px 10px px;
}

.privacyIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.privacyHeader{
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
}

.privacyContent{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.privacyWording{
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
}

.privacyWording ol{
	padding-left: 15px;
}

.privacyWording ul{
	list-style-type: square;
}

.privacyWording li{
	padding-top: 5px;
}

.privacyWording2{
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	padding-top: 5px;
}

.privacyTitle{
	font-size: 18px;
	padding: 40px 15px 25px 100px;
}

/***Progressive Counter***/
.jackpot{
	/* position: absolute; */
	max-width: 100%;
	width: 100%;
	display: inline-block;
	/* margin-top: -5%; */
	z-index: 100;
}

/* .jackpotContainer{
	width: 75%;
	margin: 0 auto;
	text-align: center;
} */

.jackpotBar{
	width: 100%;
	/* height: 116px; */
	margin: 0 auto;
}


/***Responsible Gambling***/
.responsibleContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.responsibleBox{
	padding: 25px 0px 0px 0px;
	position: relative;
	text-align: left;
}

.responsibleIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.responsibleHeader{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.responsibleContent{
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 5px;
}

.responsibleWording{
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
}

.responsibleWording2{
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
	padding-top: 5px;
}


/***Banking***/
.bankingContainer table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 25px;
}

.bankingHeader{
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

.bankingHeader td{
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	text-align: center;
	border: unset !important;
}

.bankingContainer table tr td{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
}

.bankingContainer td, th {
	padding: 5px 10px;
}

.bankingWording{
	margin-top: 25px;
	margin-bottom: 25px;
}

.bankingWording1{
	font-size: 14px;
	padding: unset;
}


/***Services***/
.servicesContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.servicesBox{
	padding: 25px 0px 0px 0px;
	position: relative;
	text-align: left;
}

.servicesIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.servicesHeader{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.servicesContent{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 5px;
}

.servicesContent p{
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
}


/***Games***/
.gamesHref{
	margin: 0 auto;
}

.gamesImage{
	width: 100%;
	padding: 5px;
	margin: 0 auto;
}

.gamesContents .title{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: gold;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.gamesContents .contact-container{
	display: block;
	margin-top: 10px;
	vertical-align: middle;
}

.gamePopUpContainer{
	position: relative;
	background: transparent;
}

.gamePopupBox{
	width: 100%;
	height: auto;
	position: absolute;
}

.gamePopupBox img{
	width: 50%;
	height: auto;
}

.gamePopupCover{
	top: 0;
	position: relative;
}

.gamePopupImg{
	width: 100%;
	height: auto;
}

.gamePopupLogo{
	top: 45;
}

.gamePopupText{
	width: 80%;
	left: 50%;
	margin-bottom: 10px;
	transform: translate(-50%, -50%);
}

.gamePopupText1{
	top: 50%;
}

.gameInputBox{
	width: 90%;
	height: auto;
	padding: 5px;
	display: block;
	margin: 0 auto;	
	margin-bottom: 8px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}

/***4d***/
.payoutTitle{
	color: #DBBD15;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.payoutDiv{
	color: #fff;
	text-align: center;
}

.payoutTable{
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	background:#fff;
	white-space: pre;
	text-align: center;
	table-layout: fixed;
	white-space: pre-wrap;
	border:1px solid #DBBD15;
}

.payoutTable h6{
	color: #fff;
}

.payoutTable tr{
	height: 25px;
}

.payoutTable tr:first-child{
	color: #DBBD15;
	background: #000;
	font-weight: bold;
	font-size: 13px;
	height: 35px;
}

.payoutTable td{
	color: #000;
	border: 1px solid #DBBD15;
}

.betnowAHref{
	margin: 0 auto;
	display: block;
	width: max-content;
}

.betnowPic{
	width: 185px;
	position: relative;
}

.betnowWording{
	top: 50%;
	left: 50%;
	font-size: 2rem;
	text-align: center;
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	white-space: break-spaces;
	transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
}

.lotteryContents{
	width: 350px;
	margin: 0 auto;
}

.lotteryContact{
	font-size: 14px;
}

.lotteryContact img{
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 30px;
}

.result4dContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
	margin: unset;
}

.gamesContents{
	padding: 20px;
	text-align: left;
}

.result4dTitle{
	text-align: center;
}

.f4d-date-selector{
	width: auto;
	font-size: 12px;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.r4dLimitorWord{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
}

.w1000{
	max-width: 1000px;
	width: 1000px;
	margin: 0 auto;
}

.result4dFrame{
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}


#result4dBetPopUp img{
	width: 25px;
	height: auto;
	margin-right: 15px;
}

#ibcPopup img{
	width: 25px;
	height: auto;
	margin-right: 15px;
}

 #drawresult{
    clear:both;
}
 #drawresult ul {
    margin:0px;
    padding:0px;
	text-align: center;
    list-style:none;
}
 #drawresult ul > li {
    display:-moz-inline-stack;
    display:inline-block;
    width:230px;
    margin:10px;
    padding:10px;
    text-align:center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
 #drawresult ul > li table {
     width:100%;
}
 #drawresult ul > li table caption {
    font-size: 14px;
	text-transform: uppercase;
    padding:5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:left;
	caption-side: top;
	font-weight: bold;
}
 #drawresult ul > li table caption div { 
    font-size: 10px;
} 
 #drawresult ul > #magnum table caption {
    background:url("../media/static/magnum4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #damacai table caption {
    background:url("../media/static/damacai4d.gif") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #toto table caption {
    background:url("../media/static/toto4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #singaporePool table caption {
    background:url("../media/static/sin4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #sandakan table caption {
    background:url("../media/static/san4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #sarawak table caption {
    background:url("../media/static/sar4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #sabah88 table caption {
	background:url("../media/static/sab4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
#drawresult ul > #luckyhari2 table caption {
	background:url("../media/static/luckyhari2.png") #DDDDDD 10px 3px no-repeat;
    padding-left:50px;
    background-size: 30px;
}
#drawresult ul > #perdana table caption {
	background:url("../media/static/perdana.png") #DDDDDD 10px 3px no-repeat;
    padding-left:50px;
    background-size: 30px;
}

 #drawresult ul > li table tr td {
    padding:10px 5px;
}
 #drawresult ul > li table tr:first-child td{
    border:0px;
}
 #drawresult ul > li ol {
    margin:0px;
    padding:0px;
    list-style:none;
	text-align: center;
}
 #drawresult ul > li ol li {
    display:inline;
}
 #drawresult ul > li ol.abc li {
    padding:0px 10px;
    font-weight:bold;
	font-size: 13px;
}
 #drawresult ul > li ol.p li {
    padding:0px 3px;
	font-size: 13px;
	display: inline-block;
	width: 35px;
}
 #drawresult ul > li ol.c li {
    padding:0px 3px;
	font-size: 13px;
}

.lotteryTable{
	width: 350px;
	margin-top: 25px;
	margin-left: auto;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.lotteryHeader{
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.lotteryTable table tr td{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.lotteryTable td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-align: center;
}

.lotteryTable td, th{
	padding: 5 15px;
}


/***Promotion***/
.promotionContainer{
	width: auto;
	height: auto;\padding: unset;
	max-height: max-content;
}

.promoBox{
	margin-top: 20px;
}

.promotionContainer img{
	width: 100%;
}

.promotionContainer p{
	float: left;
	font-size: 11px;
	margin-top: 14px;
	padding-left: 10px;
	width: 70%;
}

.promotionContainer span{
	width: 70px;
	height: 20px;
	float: right;
	cursor: pointer;
	font-size: 11px;
	margin-top: 12px;
	padding-top: 2px;
	margin-right: 10px;
	border-radius: 10px;
	text-align: center;
}

.promoHiddenContents{
	font-size: 12px;
	display: none;
	text-align: justify;
	padding: 5px;
	width: 100%
}

.promotionContents{
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/***Voucher***/
.voucherContainer{
	width: auto;
	height: auto;\padding: unset;
	max-height: max-content;
}

.voucherBox{
	margin-top: 20px;
}

.voucherContainer img{
	width: 100%;
}

.voucherContainer p{
	float: left;
	font-size: 11px;
	margin-top: 14px;
	padding-left: 10px;
}

.voucherContainer span{
	width: 70px;
	height: 20px;
	float: right;
	cursor: pointer;
	font-size: 11px;
	margin-top: 12px;
	padding-top: 2px;
	margin-right: 10px;
	border-radius: 10px;
	text-align: center;
}

.voucherHiddenContents{
	font-size: 12px;
	display: none;
}

.voucherContents{
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.voucherHiddenContents{
	font-size: 14px;
	text-align: justify;
	padding: 5px;
}

.voucherExpired{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.no_voucher{
	width: 100%;
	min-height: 200px;
	text-align: center;
	position: relative;
}

.no_voucher h3{
	top: 50%;
	left: 50%;
	width: 90%;
	font-size: 1em;
	color: #fff;
	position: absolute;
	transform: translate(-50%, -50%);
}


/***Ranking***/
.rankingContainer{
	width: 100%;
	height: 500px;
	padding: unset;
	margin: unset;
}

.rankDrawDate{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	width: 100%;
}

.ranking1{
	top: 130px;
	width: 100%;
	text-align: center;
}

.ranking2{
	top: 285px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.rankingBrowser{
	width: 100%;
	height: auto;
	bottom: 0;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.rankNumber1{
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrice1{
	position: absolute;
	left: 50%;
	top: 64%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankNumber2{
	position: absolute;
	left: 27%;
	top: 50%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrice2{
	position: absolute;
	left: 27%;
	top: 64%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankNumber3{
	position: absolute;
	left: 74%;
	top: 50%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrice3{
	position: absolute;
	left: 74%;
	top: 64%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rm{
	transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.rankContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
	min-height: 250px;
}

.rankBar{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: unset;
	padding: unset;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.rankNum1{
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	font-size: 11px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrices1{
	position: absolute;
	left: 50%;
	top: 65%;
	font-weight: bold;
	font-size: 18px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankNum2{
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	font-size: 11px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrices2{
	position: absolute;
	left: 50%;
	top: 65%;
	font-weight: bold;
	font-size: 18px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankNum3{
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	font-size: 11px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrices3{
	position: absolute;
	left: 50%;
	top: 65%;
	font-weight: bold;
	font-size: 18px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankingTable{
	table-layout: auto;
	margin: 0 auto;
	width: auto;
	height: auto;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rankHeader{
	background: linear-gradient(#ec1c24, #811117);
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
	text-align: center;
}

.rankHeader td{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	font-size: 12px !important;
}

.rankingTable tr td{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.rankingTable td, th {
	padding: 5px 10px;
}

.prizeTable{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	width: auto;
}

.prizeTable td{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.prizeTable td, th {
	 border: 1px solid #d0c6c6;
	 padding: 5px 10px;
}

.rankIconWrap{
	position: relative;
	display: inline-block;
}

.rankIconWrap img{
	width: 150px;
}


/***About US***/
.aboutus{
	width: 100%;
	max-height: max-content;
	height: auto;
	padding-bottom: 40px;
}

.aboutusTitle{
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.aboutusWording{
	font-size: 11px;
	line-height: 20px;
}

.aboutusWording1{
	text-align: justify;
	margin-bottom: 15px;
}

.aboutusWording1 ul{
	list-style-type: square;
	padding-left: 15px;
}

.createNowButton{
	text-decoration: none;
	font-size: 24px;
	padding: 20px 10px 20px 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 8px;
}


/***ContactUs***/
.contactus{
	width: 100%;
	max-height: max-content;
	height: auto;
	padding-bottom: 40px;
}

.contactusImage img{
	width: 100%;
	height: auto;
}

.contactusWording{
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	font-size: 24px;
	font-weight: bold;
	padding: 45px 0;
	margin: 0 auto;
}

.contactusTitle{
	padding: 10px;
	font-size: 17px;
	text-align: left;
	padding-left: 15px;
}

.contactusWording p{
	padding: 10px;
	padding-left: 15px;
	margin: unset;
	font-size: 13px;
	text-align: left;
}

.contactusWording ul{
	width: auto;
	padding: 10px;
	margin: 0 auto;
	font-size: 13px;
	list-style: none;	
	padding-left: 15px;	
}

.contactusWording li{
	text-align: left;
	padding: 0 0 15px;
}

.contactusWording i{
	font-size: 20px;
	padding-right: 10px;
}


/***Free Spin***/
.FreeSpinContainer{
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: max-content;
	margin: unset;
	padding: unset;
}

.wheelspin{
	text-align: center;
}

.wheelspinImgBox{
	width: 350px;
	height: 350px;
	margin: 0 auto;
}

.wheelspinImg{
	position: absolute;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: -webkit-translate(-50%, -50%);
}

.wheelspin-1{
	width: 250px;
	height: auto;
	top: 50%;
	left: 50%;
}

.wheelspin-1 img{
	width: 100%;
}

.wheelspin-2{
	top: 50%;
	left: 50%;
	width: 295px;
}

.wheelspin-3{
	top: 50%;
	left: 50%;
	width: 75px;
}

.wheelspin-4{
	top: 11%;
	left: 50%;
	width: 70px;
}

.creditsWonTable{
	width: 280px;	
	margin: 0 auto;
	margin-top: 5px;
	border-collapse: collapse;
}

.freespinHeader{
	text-align: center;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

.freespinHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-align: center;
	border: unset !important;
}

.creditsWonTable tr td{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 50%;
}

.divbtnSpin{
	width: 280px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.btnSpin{
	width: 150px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: unset;
	cursor: pointer;
}

.freeSpinWords{
	width: auto;
	height: max-content;
	padding: 15px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
}

.freeSpinWords .title{
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.freeSpinWords .title .titles{
	display: block;
}

.freeSpinWords .title .logo{
	width: 130px;
	height: auto;
	margin-right: 10px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.freeSpinWords .content{
	font-size: 11px;
	margin-top: 20px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 50px;
}

.rankPopUp ul{
	padding: unset;
	padding: 10px;
	font-size: 12px;
	text-align: justify;
}


/***Banking Details***/
.bankingDetailsContainer{
	font-size: 13px;
	font-weight: bold;
	position: relative;
}

.bankingdetailsBox{
	height: auto;	
	padding: 10px;
	min-height: 80px;
	border-radius: 3px;
	position: relative;
}

.bankHoldername{
	display: block;
}

.bankName{
	display: block;
}

.bankAccNumber{
	display: block;
}

/***Deposit***/
.depositContainer{
	font-size: 13px;
	font-weight: bold;
}

.depositBox{
	height: auto;	
	padding: 10px;
	min-height: 80px;
	border-radius: 3px;
}

.inputTextBox{
	width: 60%;
	height: 25px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 5px;
	border-radius: 3px;
	vertical-align: middle;
}

.inputTextBox::-webkit-input-placeholder {
	text-align: center;
}

.combodate select{
	padding: 4px 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 30px;
	height: 30px;
}

.selectbox{
	width: 200px;
	height: 25px;
	border: none;
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

.bankImg{
	width: auto;
	height: 30px;
	display: block;
	margin: 0 auto;
}

#paymentBy [type=radio] + span{
	cursor: pointer;
}

#paymentBy [type=radio]:checked + span{
	color: gold;
}

.packageIcon img{
	width: 40px;
	height: 40px;
}

.gamesDiv{
	width: 100%;
	text-align: left
}

.gamesDiv label{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	margin-right: 13px;
}

.depositIcon img{
	width: 50px;
	height: auto;	
}

.depositIcon .title{
	width: 100%;
	margin-top: 5px;
	text-align: justify;
	display: inline-block;
	vertical-align: middle;
}

.depositIcon .title span{
	display: block;
	text-align: left;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child){
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 10%;
	font-size: 14px;
	height: 30px;
	margin-top: 0px;
}

.btn-choose{
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom-left-radius: unset;
	border-bottom-right-radius: 3px;
	border-top-left-radius: unset;
	border-top-right-radius: 3px;
	
}

.input-file{
	width: 70%;
	height: 35px;
	vertical-align: middle;
}



.timeHint{
	font-weight: bold;
	width: 56px;
	display: inline-block;
	text-align: left;
	padding-left: 5px;
}

#sandbox-container{
	width: 70%;
	height: 30px;
	margin-bottom: 15px;
}

.datepicker{
	height: auto;
	font-size: 12px;
}

.btnSubmits{
	margin: 0 auto;
	text-align: center;
}

.btnSubmit{
	width: 150px;
	border: none;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
}


/***Withdrawal***/
.withdrawalContainer{
	font-size: 13px;
	font-weight: bold;
}

.gamesDiv1 label{
	margin-left: 5px;
	margin-right: 5px;
}

.withdrawTable .title{
	font-weight: bold;
	font-size: 12px;
	width: auto;
	height: 50px;
	vertical-align: top;
	text-align: left;
}

.withdrawTable .contents{
	width: auto;
	height: 70px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

.withdrawTable .selectbox{
	display: inline-block;
	width: 200px;
	height: 35px;
	margin-left: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-o-border-radius: 3px;
}

.withdrawBankDetails table{
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
}

.accHeader{
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

.accHeader td{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.withdrawBankDetails table tr td{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

.withdrawBankDetails td, th {
	padding: 5px 15px;
}

.bankingWording1{
	padding: unset;
}

.withdrawBankDetails p{
	width: auto;
	margin: auto;
	margin-top: 8px;
	text-align: center;
	font-size: 11px;
}

.withdrawBankDetails .title{
	text-align: right;
}

#modal-update-withdrawal .subtitle{
	padding: 10px;
}

#modal-update-withdrawal .formButton{
	margin: 0 auto;
}

.tableWrap{
	color: #fff;
	margin-top: 20px;
	padding: 20px;
	min-height: 220px;
	background: linear-gradient(#1D1D1F, #000000);
}

.agentTable{
	color: #fff;
	width: 100%;
	font-weight: 500;
	table-layout: auto;
}

.agentTable tr{
	height: 30px;
}

.tableTitle{
	color: gold;
	width: 80px;
	font-size: 15px;
}

.tableContent{
	font-size: 14px;
	padding-left: 20px;
}


/***Suggestion***/
.suggestContainer{
	color: #fff;
}


/***Notification***/
.notification{
	position: relative;
}

.notification .badge {
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 0px 2px;
  border-radius: 50%;
  font-size: 10px;
}

.notificationDiv{
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}

.notificationDiv .logo{
	width: 80%;
	margin: auto;
}

.notificationDiv .notiDate{
	display: inline-block;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.notificationDiv .notiNew{
	padding: 2px;
	font-size: 8px;
	background: red;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
}

.notificationDiv .notiTitle{
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.notificationDiv .notiText{
	display: block;
	font-size: 12px;
	padding-bottom: 10px;
}


/***BigWin***/
.bigwin{
	left: 50%;
	height: 65%;
	width: 100%;
	bottom: 0px;
	position: absolute;
	transform: translate(-50%, 0%);
}

.bigwinTable{
	width: 80%;
	color: #fff;
	font-size: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	table-layout: auto;
	border-collapse: collapse;
}

.bigwinTable tr{
	height: 20px;
	vertical-align: middle;
}

.bigwinTable td, th{
	border: none;
	position: relative;
}

.bigwinSeperator{
	right: 0px;
	height: 10px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid rgb(255, 255, 255, 0.2);
}

.bigwinGameLogo{
	width: 25px;
}

.bigwinIcon{
	top: 0;
	left: 0;
	width: auto;
	height: 20px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
}

.bigwinTD{
	background: #012863;
}

.bigwinSpacing{
	height: 5px !important;
}

.browseAll{
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

.hallContainer{
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-color: #100222;
	background-repeat: repeat-y;
	background-image: url('../media/static/hallBg.png');
}

.bigwinTableDiv{
	width: 49%;
	height: max-content;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}

.bigwinTableWrap{
	left: 50%;
	bottom: 4%;
	width: 88%;
	height: 90%;
	position: absolute;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	transform: translate(-50%, 0%);
}

.bigwinTable2{
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 7px;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
}

.bigwinTable2 tr{
	height: 18px;
	cursor: pointer;
	vertical-align: middle;
}

.bigwinTable2 td, th{
	border: none;
	position: relative;
}

.bigwinSpacing2{
	height: 20px !important;
}

.bigwinGameLogo2{
	width: 30px;
}

.bigwinIcon2{
	top: 0;
	left: 0;
	width: auto;
	height: 20px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
}

.bigwinModal{
	color: #fff;
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(#262261, #100222);
}

.bigwinModalTable{
	margin: .5rem; 
	width: 100%;
	color: #fff;
	font-size: 14px;
	table-layout: auto;
}

.bigwinModalTable tr{
	height: 30px;
}

.bigwinImgText{
	cursor: pointer;
}

.bigwinModalImg{
	top: -30%;
	left: 50%;
	z-index: 1;
	width: 430px;
	position: absolute;
	transform: translate(-50%);
}

.bigwinText{
	margin: 0;
	color: #fff;
	font-size: 2rem;
	font-family: 'Black-Caps';
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1px;
}

.bigwinTextwin{
	text-transform: uppercase;
	background: -webkit-linear-gradient(#F5F5F5, #A5A5A5, #F5F5F5, #B7B7B7, #FFFFFF);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.bigwinTextprice{
	font-size: 2.8rem;
	background: -webkit-linear-gradient(#FFFAFF, #FEE74D, #ED9F00, #FFFA70);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.topupImage{
	background-color: #004395;
	border: 4px solid #004395;
	border-radius: 15px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
}

#liveHeader{
	background-color: #004395;
	display: flex;
	text-indent: 10px;
}

#liveHeaderCell {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	width: 70%;
}

#liveHeaderCell span{
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#liveHeaderCellImage{
	text-align: right;
	width: 30%;
}

#liveHeaderCellImage img{
	height: auto;
	margin-right: 5px;
	margin-top: 2px;
	width: 60%;
}

#topupHeader, #cuciHeader{
	background-color: #2B2B2B;
	display: flex;
	text-indent: 10px;
}

#topupHeaderCell{
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 6px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	width: 30%;
}

#topupHeaderCellImage{
	text-align: left;
	text-indent: 6px;
	width: 70%;
}

#topupHeaderCellImage img{
	height: auto;
	margin-top: 7px;
	width: 15%;
}

#topupRow1, #topupRow3, #topupRow5, #cuciRow1, #cuciRow3, #cuciRow5{
	background-color: black;
	display: flex;
}

#topupRow2, #topupRow4, #cuciRow2, #cuciRow4{
	background-color: #2B2B2B;
	display: flex;
}

#topupColPhone1, #topupColPhone2, #topupColPhone3, #topupColPhone4, #topupColPhone5 {
	color: white;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	width: 40%;
}

#topupColAmt1, #topupColAmt2, #topupColAmt3, #topupColAmt4, #topupColAmt5 {
	color: #02AD4F;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	width: 25%;
}

#topupColGame1, #topupColGame2, #topupColGame3, #topupColGame4, #topupColGame5 {
	color: white;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	width: 35%;
}

.cuciImage{
	background-color: #CE2021;
	border: 4px solid #CE2021;
	border-radius: 15px;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
}

#liveCuciHeader{
	background-color: #CE2021;
	display: flex;
	text-indent: 10px;
}

#cuciHeaderCell{
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 6px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	width: 22%;
}

#cuciHeaderCellImage{
	text-align: left;
	text-indent: 6px;
	width: 78%;
}

#cuciHeaderCellImage img{
	height: auto;
	margin-top: 10px;
	width: 8%;
}

#cuciColPhone1, #cuciColPhone2, #cuciColPhone3, #cuciColPhone4, #cuciColPhone5 {
	color: white;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	width: 40%;
}

#cuciColAmt1, #cuciColAmt2, #cuciColAmt3, #cuciColAmt4, #cuciColAmt5 {
	color: #CE201F;
	font-size: 11px;
	text-align: left;
	text-indent: 5px;
	width: 25%;
}

#cuciColGame1, #cuciColGame2, #cuciColGame3, #cuciColGame4, #cuciColGame5 {
	color: white;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	width: 35%;
}


/***Kaya Raya***/
.kayaSection{
	font-family: 'Poppins';
}

.kayaContainer{
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.kayaContainer .title2{
	color: grey;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 5px;
}

.kayaContainer1{
	padding: 20px;
}

.kayaContainer2{
	padding: 10px;
}

.kayaContainer3{
	padding: 10px;
	height: 200px;
	position: relative;
}

.kayaContainer4{
	height: 250px;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
}

.kayaContainer4 .title4{
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 10px;
}

.ticketDiv1{
	width: 80px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: inline-block;;
}

.ticketDiv1 img{
	width: 100%;
}

.ticketDiv2{
	top: 12%;
	width: 100%;
	text-align: center;
	position: absolute;
}

.kayaUl{
	margin: 0;
	padding: 0;
	height: 80%;
	display: grid;
	line-height: 1.3;
	text-align: left;
	position: relative;
	list-style-type: none;
}

.kayaUl li{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	max-height: max-content;
}

.kayaUl span{
	display: block;
}

.kayaPrizeList{
	height: 130px;
	margin: 0 auto;
	display: block;
	font-size: 13px;
	overflow-y: auto;
	line-height: 34px;
	text-align: center;
}

.kayaTitle{
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 15px 0;
	text-transform: uppercase;
}

.kayaContainer5{
	display: grid; 
	height: 250px;
	text-align: center; 
	max-height: 250px; 
	overflow-y: auto;
}

.kayaContainer6{
	padding: 10px;
	display: grid;
	height: 250px;
	overflow-y: auto;
	max-height: 250px;
	position: relative;
}

.kayaContainer6 .activity{
	height: 30px;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}

.kayaContainer3{
	padding: 10px;
	height: 200px;
	font-size: 13px;
	position: relative;
}

.kayaUl2{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
}

.kayaContainer7{
	padding-bottom: 20px;
}

.kayaContainer7 .title3{
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
}

/***Referral***/
.referralContainer{
	padding: 0;
	min-height: 100%;
	position: relative;
	font-family: 'Poppins' !important;
	max-height: max-content;
}

.referralContainer2{
	padding: 0;
}

.referralBg{
	width: 100%;
	height: 100%;
	position: absolute;
}

.referralTitle{
	width: 80%;
	margin: 30 auto;
	display: block;
}

.referralUser{
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.referralWrap{
	z-index: 2;
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	cursor: pointer;
	position: relative;
}

.referralTop{
	width: 100%;
	position: relative;
}

.referralTopText{
	top: 50%;
	left: 50%;
	color: #fff;
	width: 100%;
	height: auto;
	display: block;
	font-size: 9px;
	padding: 5;
	font-weight: 400;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
}

.referralFrameWrap{
	width: 100%;
	height: max-content;
	position: relative;
	margin: 0px auto 0 auto;
}

.referralFrame{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.referralContentWrap{
	top: 55%;
	left: 50%;
	width: 76%;
	height: 58%;
	padding: 10px;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
}

.referralText1{
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 400;
}

.referralText2{
	color: #fff;
	font-size: 15px;
	display: block;
	font-weight: 600;
	text-shadow: 1px 1px 4px #fff;
}

.referralPopoutBg{
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
	border-radius: 10px;
	background-color: #464646;
}

.referralPopoutBgImg{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.referralPopoutBgImg2{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.referralTable{
	width: 100%;
	color: #fff;
	border: none;
	text-align: center;
}

.referralTable th{
	font-size: 12px;
	border: none !important;
	text-shadow:  1px 1px 4px #fff;
}

.referralTable td{
	padding: 5px;
	height: 35px;
	font-size: 12px;
}

.referralTable th:nth-child(1) {
	width: 20%;
	border-right: 1px solid #fff !important;
}

.referralTable td:nth-child(1) {
	width: 20%;
  border-right: 1px solid #fff;
}

.referralTable th:nth-child(2) {
	width: 40%;
	border-right: 1px solid #fff !important;
}

.referralTable td:nth-child(2) {
	width: 40%;
  border-right: 1px solid #fff;
}

.referralAhref{
	display: block;
	margin: 0 auto;
	width: max-content;
	position: relative;
}

.referralBtn{
	width: 100px;
	height: auto;
	display: block;
}

.referralBtn2{
	width: 70px;
	height: auto;
	display: block;
}

.referralBtnText2{
	top: 50%;
	left: 50%;
	width: max-content;
	color: #000;
	font-size: 10px;
	font-weight: 600;
	position: absolute;	
	transform: translate(-50%, -50%);
}

.referralBtnText{
	top: 50%;
	left: 50%;
	width: max-content;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	position: absolute;	
	transform: translate(-50%, -50%);
}

.downlineDiv{
	width: 120px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}

.downlineBtn{
	width: 100%;
}

.downlineBtnText{
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	position: absolute;	
	transform: translate(-50%, -50%);
}

.referralTnc{
	color: #fff;
	font-size: 13px;
}

.referralOL{
	font-size: 12px;
}

.referralLoading{
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 11;
	width: 100%;
	height: auto;
	display: block;
	margin-top: auto;
	text-align: center;
	position: absolute;
	margin-bottom: auto;
	background: #464646;
	background-image: url('https://cdnxspace.com/mclub77/m/media/static/referral-popout.png');
	background-size: 100% 100%;

}

.referralLoading .fa-spin{
	top: 45%;
	color: #fff;
	font-size: 3rem;
	display: block;
	position: relative;
}

.emptyTable{
	width: 100%;
	border:  none;
}

.emptyTable th{
	width: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	border:  none !important;
}

/***LiveChat***/
.livechatContainer{
	width: 100%;
	height: 100%;
}

/**** Vault ****/
#PastWinnerModal{
	font-family: 'Montserrat', sans-serif;
}

 .vaultSection{
 	color: #fff;
 	width: 100%;
 	height: 100%;
    background:url("../media/static/vault/bg.jpg") no-repeat;
    background-size: 100% 100%;
    font-family: 'Montserrat', sans-serif;
}

.vaultSection .title1{
	font-size: 14px;
	font-weight: 600;
}

.vaultSection .text1{
	font-size: 11px;
	font-weight: 400;
}

.vaultSection .text3{
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.vaultSection .divBox{
	top: 50%;
	left: 50%;
	width: 80%;
	margin: 0 auto;
	line-height: 2;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
}

.vaultSection .divBox2{
	top: 5%;
	left: 50%;
	width: 70%;
	height: 90%;
	text-align: center;
	position: absolute;
	transform: translate(-50%, 0%);
}

.vaultSection .divBox3{
	width: 100%;
	height: 90%;
	font-size: 12px;
	line-height: 2.5;
	overflow-y: auto;
}

.vaultSection .title4{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.vaultSection .pastBtn{
	color: #fff;
	width: 65%;
	border: none;
	display: block;
	margin: 0 auto;
	position: relative;
	background: transparent;
}

.vaultSection .pastBtn .text{
	top: 50%;
	left: 50%;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	transform: translate(-50%, -50%);
}

.vaultSection .ticketBox{
	top: 50%;
	left:  50%;
	width: 85%;
	height: 75%;
	position: absolute;
	transform: translate(-50%, -50%);
}

/***Resolution***/
@media only screen and (max-width: 991px){
	
}

@media only screen and (max-width: 575px){
	
}

@media only screen and (max-width: 479px){
	.referralFrame{
		min-height: 350px;
	}

}
