@charset "utf-8";

/* Style Popup ========================================================*/
#popup-main-container { }
/* Style background when popup */
.reveal-modal-bg { 
	width: 100%; height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed; top: 0; left: 0; z-index: 999; 
	display: none;
}
/* Popup 1 */
.popup1-start-button {
	display: none;
}
.popup1-close-button {
	width:32px; height:35px; padding:0; display: block;
	background: url(../images/promotion-close-btn.png) no-repeat 0 0;
}
.popup1-close-button:hover {
	background: url(../images/promotion-close-btn.png) no-repeat 0 -35px;
}
#popup1 {
	visibility:hidden; display: none;
	width:840px; padding: 30px 0;
	position:absolute !important;
	top:0 !important;
	left:50% !important;
	margin-top:0px !important;
	margin-left:-400px !important; /* half of #model width*/
	z-index:9999;
}
#popup1 .popup-frame { 
	background: #FFFFFF; padding: 20px; 
}
#popup1 .close-button-container { 
	position: absolute; z-index: 9999; top: 29px; right: -31px; 
}