#floater{
	display: none;
}

#EZann{
	display: block;
}

.floarerContainer{
	text-align:center;
	width:100%;
	position:fixed;
	Top:90px;
	z-index:1032;
}

@media only screen and (max-width: 992px){
.floarerContainer {
	Top:-30px;
	}
}

.floarerContainerA{
	position:relative;
	max-width: 700px;
/*	max-width: 880px;*/
	margin:0 auto;
	z-index:1032;
}

.floarerImg{
	border-radius:5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	background-color: white;
	padding: 15px;
}

.floarerBT{
	text-align: right;
    top: 50px;
    right: 11px;
	position:relative;
	z-index: 1033;
}


.ui-icon-closethick {
    background: none!important;
    border: none!important;	
}
.ui-icon {
    background-image: url(https://img.ezfly.com/ims/I000/034/797.png)!important;
}
	
.bg-img-responsive{
    max-width: 100%;
    height: auto;
}

.floaterBG {
    position: fixed;
	background:#666;
    opacity: 0.5;
    z-index: 1031;
	width: 100%;
	height: 100%;
	top: 0;
}
