/* 5 cached file css_1620d293678912f250ef0ebe65d71bff */
#newsletter h1 {
    color: #fff;
	font-family: "Karla" !important;
	font-style: normal !important;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	padding: 5px 0 0;
	margin: 0;
}
#newsletter h1::after {
	content: '';
	width: 35px;
	height: 3px;
	background: #fff;
	margin: 15px auto 20px;
	display: block;
}
#newsletter .modal-body p {
	color: #fff;
	padding: 0 !important;
	margin: 5px 0;
}
#newsletter .fa-envelope-o,
#newsletter .fa-check-circle {
    display: none;
}
#newsletter .fa-close {
	font-size: 15px;
}
#newsletter .close {
	background: transparent !important;
	border: none;
	text-shadow: none;
	color: #fff;
}
#newsletter .errorMsg {
	padding: 10px;
	margin-bottom: 20px !important;
	margin-left: 15px !important;
	width: calc(100% - 30px);
	color: #a94442;
	background: #f2dede;
	text-align: center;
	border-radius: 5px;
}
#newsletter .alert-dismissible {
	margin-left: 15px !important;
	width: calc(100% - 30px);
}
.newsletter-modal .modal-content {
	background: #212121;
	border: none;
}
.newsletter-modal .modal-header,
.newsletter-modal .modal-body,
.newsletter-modal .modal-footer {
	background: #212121;
	border-radius: 0;
}
.newsletter-modal .modal-header {
	position: absolute;
	right: 0;
	border-bottom: none;
	z-index: 1;
}
.newsletter-modal .modal-body {
	padding-bottom: 0;
}
.newsletter-modal .modal-footer {
	border-top: none;
	padding: 20px 20px 30px;
}
.newsletter-modal .modal-footer button {
	background: teal !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.newsletter-modal .modal-footer button:hover,
.newsletter-modal .modal-footer button:active:focus,
.newsletter-modal .modal-footer button:focus {
	background: #24a3a3 !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.newsletter-modal .modal-footer input,
.newsletter-modal .modal-footer button {
	font-size: 15px !important;
	height: 50px;
	border: none !important;
}
.newsletter-modal .modal-footer .form-group,
.newsletter-modal .modal-footer button {
	margin: 5px !important;
}
/*.newsletter-modal .modal-footer .form-group:nth-child(1) input {
	width: 170px !important;
}
.newsletter-modal .modal-footer .form-group:nth-child(2) input {
	width: 220px !important;
	margin-right: 0 !important;
}*/
.newsletter-modal .modal-footer .form-group input {
	width: 100% !important;
}
.newsletter-modal .modal-footer button {
	text-transform: uppercase !important;
	font-family: "Karla" !important;
	font-weight: 700 !important;
	letter-spacing: 2px;
	padding: 6px 20px !important;
}
.newsletter-modal .modal-footer .form-group {
	margin-bottom: 0;
}

@media only screen and (max-width: 570px) {
	.newsletter-modal .modal-footer .form-group,
	.newsletter-modal .modal-footer .form-group input {
		width: calc(100% - 5px) !important;
	}
	.newsletter-modal .modal-footer .newsletter-pop {
		padding-right: 8px;
	}
}