.warning {
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #FF7878;
	color: #fff;
	margin: 10px 0px;
}

.news-form {
	width: 100%;
	height: auto;
	padding: 10px;
	color: #444;
}

.news-form * {
	font-family: 'Open Sans'!important;
}

#newsletter_email_form label {
	font-weight: bold;
}

#newsletter_email_form input#news_email {
	background-color: #fff!important;
	border: 1px solid #33ab10;
}

#newsletter_email_form input#news_email:focus {
	box-shadow: 0 0 5px #33ab10!important;
}

.center-img {
	margin: 10px auto;
	position: relative;
	display: block;
}

#news_submit {
	margin-top: 20px;
	float: right;
	font-family: 'Open Sans';
}

.emodal-close {
	font-family: 'Open Sans'!important;
}

.g-recaptcha {
	margin-top: 10px;
}