/*------------------------------------animations-------------------------------------*/



/*----------------------------------------body----------------------------------------*/


#preloaderContainer{
	position:fixed;
	width:100vw;
	height:100vh;
	background-color:rgba(0,109,182,1.0);
	z-index:10000000000;
}

#curtain{
	position:fixed;
	width:100vw;
	height:100vh;
	background-color:rgba(255,255,255,1.0);
	z-index:999;
}


#hiddenAPGtext{
	font-family:arial;
	font-size:62px;
	font-weight:bold;
	letter-spacing:-2px;
	color:rgba(255,255,255,1.0);
	position:absolute;
	width:100px;
	height:70px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	z-index:1000002;
}

#percentCounterText{
	font-family:"athelas";
	font-size:32px;
	font-style:italic;
	color:rgba(255,255,255,1.0);
	position:absolute;
	width:60px;
	height:50px;
	bottom:25px;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
}

#plProgressBar{
	position:absolute;
	width:90vw;
	height:3px;
	bottom:100px;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
}

#plProgressBarInner{
	position:absolute;
	width:0%;
	height:100%;
	background-color:rgba(255,255,255,1.0);
	
}