#DP-PreLoader{
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999999;
}
#DP-PreLoader #DP-Progressbar{
	
}
.image-container{
	width:100%;
	float:left;
	text-align:center;
}
.image-container .image{
	text-align:center;
	margin:auto;
}
.image-container .image img{
	
}

#DP-PreLoader #DP-Progressbar.circle{
	
}
#DP-PreLoader #DP-Progressbar.semicircle{
	
	
}
#DP-PreLoader iframe , 
#DP-PreLoader video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}



@media (max-width:520px){
	 

}
@media (min-width:520px) and (max-width:767px){
	 

}

@media (min-width:768px){
	 
}


