*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	   -moz-tap-highlight-color: rgba(0,0,0,0);
		-ms-tap-highlight-color: rgba(0,0,0,0);
		 -o-tap-highlight-color: rgba(0,0,0,0);     
}
*:before, *:after{
	box-sizing:inherit;
}
:focus {
	outline:none;
}
:invalid, :required , :valid {
	border:0;
	outline:none;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}
::selection{
	background:#111;
	color:#fff;
}
html{
	height:100%;
}
body{
	font-family: 'barlow', sans-serif;
	font-size:16px;
	line-height:20px;
	width:100%;
	height:100%;
	background:#fff;
	color:#333;
}
input:not([type="range"]),textarea,select,option,button{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	border:none;
	background:none;
	outline: none;
	line-height:inherit;
	-webkit-appearance:none;
	   -moz-appearance:none;
	    -ms-appearance:none;
	     -o-appearance:none;
	        appearance:none;
}
input:not([type="range"]){
	text-overflow:ellipsis;
	overflow:hidden;
}
select, select option{
	background:#fff;
	color:#111;
	padding:10px;
}
::placeholder{
	color:inherit;
	opacity:0.5;
}
a{
	text-decoration:none;
	color:inherit;
}
mark{
	background:none;
	color:inherit;
}
img, figure, iframe{
	display:block;
}
img{
	color:transparent !important;
	text-shadow:none !important;
}
img.cover{
	width:100%;
	height:100%;
	object-fit:cover;
}
br + br, .clear{
	clear:both;
}
.ease, a{
	transition: all 250ms ease;
}
.easeSlow{
	transition: all 500ms ease;
}
.easeNone{
	transition:none;
}

h1, h2, h3, h4, h5, h6{
	font-family:"oxanium";
}
h1{
	font-size:1.875em;
	line-height:20px;
}
h2{
	font-size:1.563em;
	line-height:20px;
}
h3{
	font-size:1.25em;
	line-height:20px;
}
h4{
	font-size:1.125em;
	line-height:20px;
}
h5{
	font-size:1em;
	line-height:20px;
}
h6{
	font-size:0.875em;
	line-height:20px;
}

.asiaxgame{
	position:relative;
	display:block;
	width:100%;
	min-height:100%;
	max-width: 1940px;
	margin:auto;
	overflow:hidden;
	background: #f5f5f5;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.main{
	position:relative;
	float: left;
	width:100%;
	padding: 0 0 0 280px;
	transition: all 250ms ease;
}
.main.active{
	padding: 0 0 0 0;
}

.main-layout{
	position:relative;
	float: left;
	width:100%;
}
.main-layout.padding10{
	padding: 10px;
}

.main-layout.width300{
	width: 300px;
}
.main-layout.width-300{
	width: calc(100% - 300px);
}
.main-layout.width480max{
	float: none;
	width: 100%;
	max-width: 480px;
	margin: auto;
}

.marginTop20{
	margin-top: 20px;
}
.marginTop10{
	margin-top: 10px;
}
.marginTop-10{
	margin-top: -10px;
}
.marginTop-20{
	margin-top: -20px;
}
.marginBottom10{
	margin-bottom: 10px;
}
.marginBottom20{
	margin-bottom: 20px;
}
.marginBottom-10{
	margin-bottom: -10px;
}
.marginBottom-20{
	margin-bottom: -20px;
}

@media screen and (max-width:1400px){
	body{ font-size:14px; }
	.main, .main.active{
		padding: 0 0 0 0;
	}
}

@media screen and (max-width:1200px){
	.main-layout.padding10{
		padding: 5px;
	}
	.main-layout.width300{
		width: 100%;
	}
	.main-layout.width-300{
		width: 100%;
	}

	.marginTop20{
		margin-top: 10px;
	}
	.marginTop-20{
		margin-top: -10px;
	}
	.marginBottom20{
		margin-bottom: 10px;
	}
	.marginBottom-20{
		margin-bottom: -10px;
	}
}