@charset "utf-8";
*{
	user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body {
	background: black;
	/*position: fixed;
	width: 100%;
	height: 100%;*/
	padding: 0;
	margin: 0;
	font-size:0;
}
h1{
	font-size:36px;
}
h2{
	font-size:32px;
}
h3{
	font-size:18px;
}
h4,p{
	font-size:16px;
}
h5{
	font-size:13px;
}
h6{
	font-size:11px;
}
a,button{
	outline:none;
}
input{
	text-align:right;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin: 0;
}
@font-face {
    font-family: 'Haventicaround';
    src: url('fonts/db_heaventrounded_med_v3.2-webfont.eot');
    src: url('fonts/db_heaventrounded_med_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/db_heaventrounded_med_v3.2-webfont.woff2') format('woff2'),
         url('fonts/db_heaventrounded_med_v3.2-webfont.woff') format('woff'),
         url('fonts/db_heaventrounded_med_v3.2-webfont.ttf') format('truetype'),
         url('fonts/db_heaventrounded_med_v3.2-webfont.svg#db_heaventroundedmed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Puchong';
	src: url('fonts/jspuchong-normal-webfont.eot');
    src: url('fonts/jspuchong-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jspuchong-normal-webfont.woff2') format('woff2'),
         url('fonts/jspuchong-normal-webfont.woff') format('woff'),
         url('fonts/jspuchong-normal-webfont.ttf') format('truetype'),
         url('fonts/jspuchong-normal-webfont.svg#js_puchongnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arisa';
    src: url('fonts/jsarisa-webfont.eot');
    src: url('fonts/jsarisa-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jsarisa-webfont.woff2') format('woff2'),
         url('fonts/jsarisa-webfont.woff') format('woff'),
         url('fonts/jsarisa-webfont.ttf') format('truetype'),
         url('fonts/jsarisa-webfont.svg#js_arisaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#fg {
	background: white;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	z-index: 1;
}
#textLoading {
	color: #26875B;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 28px;
	font-weight: 900;
	font-family: Haventicaround;
}
/* CSS Document */

