



.mfp-bg {
	background-color: rgba(255, 255, 255, 0.5);
}

.newsletter-popup {
	max-width: 550px;
	background: #f1f1f1;
	padding: 5px 5px 1px ;
	border-top: 0px solid #990000;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.newsletter-popup-content {

	text-align: center;
}
.newsletter-popup-content .btn,
.newsletter-popup-content .form-control {
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.newsletter-popup-content .form-control {
	height: 34px;
}

.newsletter-popup h2 {
	font-weight: 700;
	color: #313131;
	font-size: 16px;
	line-height: 1;
	margin: 50px 0 12px;
}

.newsletter-popup p {
	font-size: 13px;
	line-height: 1.4;
	color: #444;
}

.newsletter-popup form {
	margin: 0 0 2px;
}

.newsletter-subscribe {
	font-size: 11px;
	text-align: left;
}
.newsletter-subscribe .checkbox {
	margin-top: 15px;
}
.newsletter-subscribe input {
	margin-top: 2px;
}
.newsletter-subscribe label {
	font-size: 11px;
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
	color: #990000;
	font-weight: 476;
	opacity: 0.85;
	top: -5px;
}

