/* loading */

#loading{
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0em;
	top: 0em;
	opacity:0.95;
}

#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20em;
	margin-top: -9.5em;
	margin-left: -10em;
}
.object{
	width: 20em;	
	height: auto;
	float: center;

	border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
}

#object_one {

	animation: object_one 1.5s infinite;
	-webkit-animation: object_one 1.5s infinite;
	-moz-animation: object_one 1.5s infinite;
	-ms-animation: object_one 1.5s infinite;
	-o-animation: object_one 1.5s infinite;

	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-ms-animation-delay: 0.25s;
	-o-animation-delay: 0.25s; 

	animation-direction:normal;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
	-ms-animation-direction:normal;
	-o-animation-direction:normal;
}