#loading{
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

@media (max-width: 768px) {
#loading-center{
    left: 5%;
}
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 22px;
	height: 22px;
	background-color: #FFF;
	float: left;
	margin-right: 18px;
	margin-top: 18px;

}

#object_seven {	
    opacity: 0;
    animation-iteration-count: 1;
	-webkit-animation: object_one 1.5s ;
	animation: object_one 1.5s ;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	}
#object_eight {
    opacity: 0;
	-webkit-animation: object_two 1.5s ;
	animation: object_two 1.5s ;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
	}
#object_nine {
    opacity: 0;
    -webkit-animation: object_three 1.5s ;
	animation: object_three 1.5s ;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	}
#object_six {
    opacity: 0;
	-webkit-animation: object_two 1.5s ;
	animation: object_two 1.5s ;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.75s; 
    animation-delay: 0.75s;
	}
#object_five {
    opacity: 0;
    -webkit-animation: object_three 1.5s ;
	animation: object_three 1.5s ;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
	}
#object_four {
    opacity: 0;
	-webkit-animation: object_two 1.5s ;
	animation: object_two 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 1.25s; 
    animation-delay: 1.25s;
	}
#object_one {
    opacity: 0;
    -webkit-animation: object_three 1.5s ;
	animation: object_three 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
	}
#object_two {
    opacity: 0;
	-webkit-animation: object_two 1.5s;
	animation: object_two 1.5s ;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 1.75s; 
    animation-delay: 1.75s;
	}
#object_three {
    opacity: 0;
    -webkit-animation: object_three 1.5s;
	animation: object_three 1.5s ;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
	}   
    
    





@keyframes object_one {

   from { opacity: 0; }
  to { opacity: 1; }
    }


@keyframes object_two {
  from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }
    


@keyframes object_three {

  from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }
    
    

@keyframes object_four {

  from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }





@keyframes object_five {
  from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }
    
    


@keyframes object_six {

 from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }



@keyframes object_seven {

 from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }



@keyframes object_eight {
  from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }
    
    

@keyframes object_nine {

  from, 0% { opacity: 0; }
  100%, to { opacity: 1; }
    }