.nav-bg {
 	opacity: 1;
}
#contact-form-text .bg {
	background-image: url('');
	background-size: auto;
	-webkit-background-size: auto;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	opacity: 1;
}

#contact-form-text-error .bg {
	background-image: url(../images/bg-modal-error.jpg);
	opacity:0.1;
}
#contact-form-text-success .bg {
	background-image: url(../images/bg-modal-success.jpg);
	opacity:0.25;
}
#subscribe-center-field .bg {
	background-image: url('');
	background-size: auto;
	-webkit-background-size: auto;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	opacity: 1;
}

#subscribe-center-field-success .bg {
	background-image: url(../images/bg-modal-success.jpg);
	opacity:0.25;
}
#subscribe-center-field-error .bg {
	background-image: url(../images/bg-modal-error.jpg);
	opacity:0.1;
}