.popup{
	position:fixed;
	width: 0;
	height: 0;
	border:0px solid transparent;
	border-top-color:#fff;
	border-width:0 35px;

	z-index:10001;
	
}

.popup.loading{
	background: url(logo.png) no-repeat center center ;
	 
	top:0 !important;
	left:0 !important;
	right:0;
	bottom:0;
	margin:auto;
	border-width:0 !important;
}

.frameCacheDiv iframe{
	border:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	position:fixed;
	z-index: 10010;
	    webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}

.popupBG{
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	z-index:10000;
	 
}
