
.popup-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba( 200, 200, 200, .8 );
	z-index: 9999;
}
.popup-body {
	position: relative;
	top: 15%;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	text-align:justify;
}
.popup-body .popup-exit {
	position: absolute;
	top: -8px;
	right: -12px;
	width: 30px;
	cursor: pointer;
}
#newsletter .fa{
	font-size:26px;
}
.newsletter_img{
	height:350px !important;
}
.required-entry{
	font-size:10px;
}


