@charset "utf-8";
/* CSS Document */
#popupImg{
	display:none;
	z-index:1024;
	position: fixed;
	background-color:rgba(0, 0, 0, 0.8);
	width:100%;
	height:900px;
}

#popupImg img{
	z-index:1024;
	position: fixed;
	top: 50%;
	left: 50%;
	border:1px solid #ccc;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	padding: 4px;
	background-color: white;
}

#popupImg #close{
	z-index: 1024;
    position: absolute;
    right: -30px;
    top: 0;
    transform: translate(-50%, -50%);
    color: #FFF;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #FFF;
	cursor:pointer;
}
.center_popup{
    width: 600px;
	background:url(public/home/images/home/offer_banner.jpg) no-repeat;
    margin: 0 auto;
    /* float: left; */
    height: 400px;
    position: absolute;
    right: 0;
    left: 0;
    /* bottom: 0; */
    top: 19%;
	border:1px solid #ccc;
}