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



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


#preloaderContainer{
	position:fixed;
	width:100vw;
	height:100vh;
	background-color:#66c9d8;
	z-index:10000000000;
}

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

@font-face {
	font-family: "flBold";
	src: url("../fonts/Florencesans-Bold.0tf") format("opentype");
}

#hiddenAPGtext{
	font-family: "flBold";
	font-size:56px;
	letter-spacing:6px;
	color:rgba(255,255,255,1.0);
	position:absolute;
	width:200px;
	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);
	
}