#closeBtn {
    cursor:pointer !important;
    float:right;
}

#closeBtn {
	display: block;
	min-width: 20px;
	min-height: 20px;
	font-family: SANS-SERIF !important;
	font-size: 0 !important;
	color: #fff !important;
	border: none !important;
	background-color: transparent;
	font-weight: normal;
	line-height: 26px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 25px;
	text-align: center;
}

#countdownTime {
	min-width: 20px;
	min-height: 20px;
	font-family: SANS-SERIF !important;
	font-size: 12px !important;
	color: black !important;
	border: none !important;
	background: none;
	font-weight: normal;
	line-height: 26px;
}

#advertsOverlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999999999999999999;
	height: 100%;
	width: 100%;
}

#advertsPopup {
	position: fixed;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999999999999999999;
	height: auto;
	width: 720px;
	padding: 7px 7px 0px 7px;
	background-color: transparent;
	text-align: center;
}
#advertsPopup img{
	width:100%;
}
