@charset "utf-8";
body {
	font-family: 'Microsoft YaHei', sans-serif !important;
	
	}

.maintenance {
	margin: 0;
	background-color: #0e4213;
	background-size: cover;
}
.maintenance-header {
	height: calc(12vh - 20px);
	height: -webkit-calc(12vh - 20px);
	height: -moz-calc(12vh - 20px);
	height: -o-calc(12vh - 20px);
	padding: 10px;
	text-align: center;
	background-color: #0E4213;
}
.maintenance-header a {
	display: inline-block;
}
.maintenance-header img {
	height: 100%;
}
.maintenance-body {
	background: url("../images/maintenance-bg.png") ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position:relative;
}
.maintenance-container {
	width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 0;
}
.maintenance-container .mc-column-1 {
	    display: inline-block;
    width: 100%;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    position: relative;

}

.maintenance-container .mc-column-1-1 {
	    display: inline-block;
    width: 100%;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    position: relative;

}

.maintenance-container .mc-column-1 .mc-cs {
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 55px;
	line-height: 1;
	margin-bottom: 0;
	margin-top:0;
}
.maintenance-container .mc-column-1 .mc-en {
	font-family: 'AvantGardeCE Demi', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
}
.maintenance-container .mc-column-1 a {
	display: inline-block;
	padding-bottom: 10px;
}
.maintenance-container .mc-column-2 {
	width: 100%;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    position: relative;
	    display: block;
}
.maintenance-container .mc-column-2 h2 {
	color: #fff;
	text-shadow: 0px 5px 10px #1a2334;
}
.maintenance-container .mc-column-2 .mc-cs {
	font-family: 'Microsoft YaHei', sans-serif;
	line-height: 1;
	margin: 0;
	font-weight: bold;
	font-size: 28px;
}
.maintenance-container .mc-column-2 .mc-en {
	font-family: 'AvantGardeCE Demi', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
}


.countries-container {
	position: relative;
	padding: 20px 0;
}
.countries-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)), color-stop(50%, white));
}
.countries-container::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)), color-stop(50%, white));
}
.country-single {
	font-size: 0;
	margin: 5px 0;
}
.country-single .cs-row {
	display: inline-block;
	font-size: 15px;
	vertical-align: middle;
}
.country-single .cs-row:first-child {
	width: 10%;
}
.country-single .cs-row:first-child img {
	margin-top: 15px;
	width: 100%;
}
.country-single .cs-row:last-child {
	width: 90%;
	box-sizing: border-box;
}
.country-single .cs-row:last-child p {
	margin: 0;
	color: #fff;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.country-single .cs-row:last-child p:first-child {
	font-weight: bold;
}
.country-single .cs-row:last-child a {
	color: #ffcf01;
	text-transform: uppercase;
	font-weight: bold;
}

.maintenance-footer {
    background-color: #0e4213;
    height: 5vh;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}
.maintenance-footer p {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	position: relative;
	margin-right: 15px;
	font-family: 'AvantGardeCE Demi', sans-serif;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
	
}


.maintenance-footer p:nth-child(2)::after {
	display: none;
}
.maintenance-footer p a {
	color: #ffcf01;
	text-transform: lowercase;
	text-decoration:none;
}
/*-- Countdown Custom CSS --*/

#countdown-timer {
	width:360px;
	margin:0 auto;
	background-size: contain;
	margin-top: 10px;
}
#countdown-timer .unit {
	margin: 0;
	padding: 0;
	width: 33.3%;
}

#countdown-timer strong {

	font-size: 98px;
	line-height: 1;
	font-family: 'AvantGardeCE Demi', sans-serif;
	user-select: none;
	background: url(../images/timer.png) no-repeat;
	background-position: 20%;
	background-size: 85%;
	letter-spacing: 14px;
	text-align: center;

}


#countdown-timer .unit:last-child {
	margin-right: 0;
}
#countdown-timer .unit .half {
	height: 32px;
}
#countdown-timer .unit .half span {
	font-size: 64px;
	line-height: 1;
	font-family: 'AvantGardeCE Demi', sans-serif;
	user-select: none;
	background: url("../images/timer.png") no-repeat;
	background-position: 20%;
	background-size: 85%;
	letter-spacing: 14px;
	text-align: center;
}
#countdown-timer .unit .digit {
	width: 100%;
	height: 65px;
	margin-top: 11px;
}
#countdown-timer .unit.day::after {
	content: 'Day';
}
#countdown-timer .unit.hour::after {
	content: 'Hours';
}
#countdown-timer .unit.minute::after {
	content: 'Minutes';
}
#countdown-timer .unit.second::after {
	content: 'Seconds';
}
#countdown-timer .unit::after {
	color: #fff;
	font-family: 'AvantGardeCE Demi', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	text-align: center;
	width: 90%;
	display: block;
	margin-top: 5px;
}
/*-- Countdown Custom CSS --*/


		/*--------- Countdown ---------*/

.fifatitle {
	position: relative;
	bottom: 215px;
	left: 760px;/*margin: 50px auto 0;*/
}
.countdown {
	position: inherit;
	right: 320px;
	height: 220px;
	width: 0px;/*margin: 50px auto 0;*/
}
.countdown.hp8 {
	width: 224px;
	height: 195px;
}
.countdown.hp8 .counter {
	top: 100px;
	left: 57px;
}
.counter {
	width: 230px;
	height: 50px;
}
.counterkx {
	position: absolute;
	top: 82px;
	left: 45px;
	margin: 0;
	z-index: 10;
}
.unit {
	float: left;
	margin: 4px 0px 0 0;
	padding-left: 17px;
}
.unit.hour {
	margin-left: 3px;
}
.unit.day {
	margin-left: 0px;
}
.unit.minute {
	margin-left: 1px;
}
.unit.second {
	margin-left: -4px;
}
.unit .digit {
	width: 35px;
	height: 35px;
	text-align: center;
	color: white;
	font: bold 24px/35px Arial, helvetica;
	border-radius: 5px;
	display: inline-block;
}
.hp8 .unit .digit {
	width: 38px;
	height: 37px;
	line-height: 36px;
}
.unit .text {
	display: block;
}
.unit .half {
	position: relative;
	clear: left;
	float: left;
	height: 17px;
	width: 100%;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
.hp8 .unit .half {
	height: 18px;
}
.unit .half span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.hp8 .unit .half span {
}
.unit .half.lower span {
	top: auto;
	bottom: 0;
}
.unit .lower {
	margin-top: 1px;
}
.hp8 .unit .lower {
	margin: 0;
}
.unit .lower .rotate {
	-webkit-transform: rotatex(180deg);
	-webkit-transform: rotatex(180deg);
	-webkit-backface-visibility: hidden;
	-moz-transform: rotatex(180deg);
	-moz-backface-visibility: hidden;
}
.date, .text {
	color: white;
}

.mc-button-group {
	float: right;
    position: relative;
    top: -86px;
    left: 200px;
}

.mc-light {
	position: relative;
    top: 40px;
    left: 40px;
}

.mc-img-casino {
	background: url("images/mc-table.png") no-repeat center top;
}

.mc-table {
	display: block;
	margin: auto;
	position: absolute;
    top: 205px;
    left: -95px;

}

@media all and (-ms-high-contrast:none)
     {


}

.mc-left{
	float:left;
}
.mc-right{
	
}
.mc-left h1{
	background: -webkit-linear-gradient(top, #fff, #FFCF01, #ffa801 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 4px 4px rgba(0,0,0,0.36);
  font-style: italic;
  padding-right: 10px;
	
}

.mc-right img{
	width:105px;
}
.mc-mid{
	position: relative;
    margin: 0 auto;
	margin-top: 65px;
    margin-bottom: 30px;
    width: 445px;
}

.countdown-container h2 {
    font-style: italic;
    font-weight: bold;
    text-shadow: 2px 4px 4px rgba(0,0,0,0.36);
	color:#fff;
	font-size: 30px;
	margin-top:0;
	margin-bottom:0;
}
.countdown-container h4 {
	font-style: italic;
    font-weight: bold;
    text-shadow: 2px 4px 4px rgba(0,0,0,0.36);
	color:#fff;
	font-size: 1.40rem;
	margin-top:0;
	margin-bottom:0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.light{
	width:265px;
	margin-top: 15px;
}

@media screen and (max-width: 576px) and (min-width: 300px){
	.mc-left {float: none;}	
	.mc-mid {position: relative;margin: 25px auto;width:auto;}
	
}

@media (min-width: 576px){
.maintenance-container {
    max-width: 540px;
}
}

@media (min-width: 768px){
.maintenance-container {
    max-width: 720px;
}
}

@media (min-width: 992px){
.maintenance-container {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.maintenance-container {
    max-width: 960px;
}
}

/* for Mozilla Browser */
@-moz-document url-prefix() {
	
	.mc-mid {
	margin-top: 38px;
	}
	
  @media (min-width: 576px){
	.maintenance-container {
		max-width: 540px;
	}
	}
	
	@media (min-width: 768px){
	.maintenance-container {
		max-width: 720px;
	}
	}
	
	@media (min-width: 992px){
	.maintenance-container {
		max-width: 960px;
	}
	}
	
	@media (min-width: 1200px){
	.maintenance-container {
		max-width: 900px;
	}
	}
	.light{
		margin-top: 5px;
	}
}




		/*--------- End Countdown ---------*/
		
		/* CSS Document */
