@charset "utf-8";
/*
Progress js pack
*/

#progress {
	width: 100%;
	height: 100%;
	height: 100vh;
	background:url(opening.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
#progressBar {
	width: 0;
	height: 20px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 0;
}
#progressTxt {
	width: 100%;
	color: #ccc;
	text-align: center;
	position: absolute;
	top: 51%;
	left: 0;
}
#progressLogo {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 42%;
	left: 0;
}
#progressLogo img {
	width: auto;
	height: auto;
}