#loading{
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
}

#loading img {
	/*
	position:absolute;
	top: 65%;
	margin-top: -80px ;
	left:100%;
	margin-left: -200px ;
	cursor:pointer;
	display: none;
	width:50%;*/
	 position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
 width: 20%;
  max-width: 50%;
  max-height: 50%;
  cursor:pointer;
}

/*
@media (min-width: 320px) {
	#loading img {
		top: 50%;
		width:203px;
		height:88px;
		left:50%;
	}
}

@media (min-width: 992px) {
	#loading img {
  max-width: 80%;
  max-height: 80%;
	}
}*/