﻿.fade-container {
  position: relative;			 
 	text-align:center;
 	width:100%;
 	height:100%;
  display:none;
}

.fade-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:80%;
  max-width:500px;

  transition: opacity 0.8s ease-in-out; 
}

.img-top {
  opacity: 0; 
}								
#loading{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:9999;
	/*display:none;*/
}