﻿
#FNPreloading {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    height: 100%;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
   #FNPreloading img {
    max-width: 200px;
    z-index: 999999;
}
#FNloading{
	width: 100%;
	height: 100%;
	position: relative;
	}
#FNloading-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;	

}
.FNloadingObject{
   width: 15px;
	height: 15px;
	background-color: #fec329;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 15px;
	margin-bottom: 0px;
	position: absolute;	
    margin-top:39px;
	}

#FNloadingObject_one{
	-webkit-animation: object 2s linear infinite;
	 animation: object 2s linear infinite;
	}
							
#FNloadingObject_two{
	-webkit-animation: object 2s linear infinite -.4s;
	animation: object 2s linear infinite -.4s;
	}
		
#FNloadingObject_three{
	-webkit-animation: object 2s linear infinite -.8s; 
	animation: object 2s linear infinite -.8s; 
	}
#FNloadingObject_four{
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s; 
	
	}	
#FNloadingObject_five{ 
	-webkit-animation: object 2s linear infinite -1.6s; 
	animation: object 2s linear infinite -1.6s; 
	}

@-webkit-keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }		
	
}		
@keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}	