#footer .footer-top {
	display: flex;
	margin: 0 0 -110px 0;
}

#moda_popupnewsletter.popup-type-1 .form-content {
	margin-bottom: 20px;
}

#blockEmailSubscription_displayFooterBefore {
	background: transparent;
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 2;
}

#moda_popupnewsletter.popup-type-1 .wrapper-popup .popup-img {
	background: #ffffff url("../images/newsletter-img.jpg") no-repeat scroll 0 center;
	padding: 0;
	height: 500px;
	width: 800px;
	order: 2;
}

#footer #blockEmailSubscription_displayFooterBefore .newsletter_bottom {
	background: #fff;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	padding: 40px;
	background-image: url("../images/newsletter-subscribe-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

.footer-top #blockEmailSubscription_displayFooterBefore .alert-success {
	position: absolute;
	margin: 0;
	top: 60px;
	padding: 8px 0;
}

.footer-top .tb-newletter-box {
	width: 50%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	/* background: rgba(255, 255, 255, 0.8); */
}

.submitnewsletter-btn {
	margin: 0 !important;
}

.input-wrapper .email {
	color: #111111;
	padding: 10px 140px 10px 15px !important;
	font: 400 16px/18px "Josefin Sans", Helvetica, sans-serif;
	border: none;
	height: 45px;
	outline: none;
	letter-spacing: 1px;
	text-align: left !important;
	margin: 0 auto;
	/* border-bottom: 1px solid #b7b7b7; */
	display: block;
	background: #eee;
}

.input-wrapper .email::placeholder {
	color: #111;
	opacity: 0.5;
}

.input-wrapper .email:focus {
	/* border: none;	 */
}

.newsletter-subscribe-text {
	text-align: center;
}

.submitNewsletter-btn .btn {
	float: unset !important;

}


.newsletter_bottom .submitNewsletter-btn .btn-secondary {
	position: absolute;
	top: 0;
	bottom: auto;
	right: 0;
	left: auto;
	padding: 14px 25px 12px;
	background: #c01a44 !important;
	color: #fff !important;
}

.newsletter_bottom .submitNewsletter-btn .btn-secondary:is(:hover, :active, :focus) {
	background-color: #111 !important;
}

.submitNewsletter-btn .btn-primary:hover,
.submitNewsletter-btn .btn-primary:active,
.submitNewsletter-btn .btn-primary:focus {
	background: #666 !important;
}


#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	font: 700 34px/36px "Playfair Display", Helvetica, serif;
	color: #111;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	padding: 40px 0 0;
	text-align: center;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 span {
	color: #c01a44;
}


#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::before {
	content: "\ec67";
	font-family: "IcoFont";
	font-size: 38px;
	line-height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	margin: auto;
	width: 40px;
	height: 40px;
	text-align: center;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
	font: 400 18px/20px "Josefin Sans", Helvetica, sans-serif;
	color: #111;
	margin: 15px 0;
	display: inline-block;
}

.block_newsletter form .input-wrapper {
	margin: 0;
}

.block_newsletter form .input-wrapper input {
	text-align: center;
}

#blockEmailSubscription_displayFooterBefore .alert {
	margin: 10px 0 0 0;
}



/* .footer-top .tb-newletter-box {
	width: 50%;
} */


.footer-top .block_newsletter:hover .tb-newletter-image::before,
.footer-top .block_newsletter:hover .tb-newletter-image::after {
	height: 100%;
	opacity: 0;
	transition-duration: 1.3s;
	width: 100%;
}

.footer-top .block_newsletter .tb-newletter-image::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
}

.footer-top .block_newsletter .tb-newletter-image::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}

/* .block_newsletter form .submitNewsletter-btn .btn-secondary{
	background: #000;
	color: #fff;
}
.block_newsletter form .submitNewsletter-btn .btn-secondary:hover{
	background: #c01a44 !important;
} */

@media (max-width: 1699px) {}

@media (max-width: 1499px) {}

@media (max-width: 1399px) {}

@media (max-width: 1299px) {
	#blockEmailSubscription_displayFooterBefore {
		width: 100%;
	}

	/* #footer .footer-top{
		padding: 80px 0;
	} */

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 33px;
		line-height: 35px;
	}


}

@media (max-width: 1199px) {

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 32px;
		line-height: 34px;
		margin: 0;
	}

	.footer-top .tb-newletter-box {
		width: 60%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	  font-size: 22px;
	  line-height: 24px;
	} */

	/* .input-wrapper .email {
		width: 60% !important;
	} */
}

@media (max-width: 991px) {

	#moda_popupnewsletter.popup-type-1 .wrapper-popup .popup-img {
		width: 600px;
		background-position: top center;
		height: 400px;
	}

	.input-wrapper .email {
		padding: 10px 140px 10px 15px;
	}

	.footer-top #blockEmailSubscription_displayFooterBefore .alert-success {
		position: relative;
		margin: 10px 0 0 0;
		top: 0;
		padding: 13px 0;
		font-size: 15px;
	}

	.footer-top .tb-newletter-box {

		width: 70%;
	}

	#footer .footer-top {
		margin: 0 0 -130px 0;
	}

	.newsletter_bottom .submitNewsletter-btn .btn-secondary {
		padding: 14px 22px;
	}

	.input-wrapper .email {
		padding: 10px 140px 10px 15px !important;
	}

	#blockEmailSubscription_displayFooterBefore {
		width: 100%;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		display: inline-block;
		font-size: 26px;
		line-height: 28px;
	}

	#footer .block_newsletter p {
		font-size: 16px;
		line-height: 18px;
		margin: 12px 0 14px 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::before {
		font-size: 35px;
		line-height: 37px;
		width: 37px;
		height: 37px;
	}
}

@media (max-width: 767px) {


	#footer .block_newsletter p {
		font-size: 16px;
		line-height: 18px;
		margin: 12px 0 14px 0;
	}

	.footer-top .tb-newletter-box {
		width: 90%;
	}


	.blockEmailsubscription_box .aline-items {
		display: block;
		text-align: center;
	}

	.tb-newletter-subscribe-image {
		margin: 0 0 30px 0;
	}

	/* #footer .block_newsletter p {
		margin: 0 0 15px 0;
	} */

	/* .input-wrapper .email { 
		width: 90% !important;
	} */

	.newsletter_bottom .submitNewsletter-btn .btn-secondary {
		padding: 15px 16px;
		font-size: 13px;
		line-height: 16px;
	}

	#footer #blockEmailSubscription_displayFooterBefore .newsletter_bottom {
		padding: 30px;
	}
	#moda_popupnewsletter.popup-type-1 .wrapper-popup .popup-img {
		width: auto;
		background-position: left;
		height: 400px;
	}
}

@media (max-width: 575px) {

	.submitNewsletter-btn .Subscribe {
		display: block !important;
		margin: 0 auto !important;
	}

	#blockEmailSubscription_displayFooterBefore {
		width: 100%;
	}

	.submitNewsletter-btn .ok {
		display: none !important;
	}

	/* #footer .footer-top {
		padding: 30px 0;
	} */

	.footer-top .tb-newletter-box {
		width: 100%;
	}

	.newsletter-subscribe-text {
		text-align: center;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter_bottom {
		background-position: center;
	}

	.newsletter-subscribe-text {
		text-align: center !important;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		display: inline-block;
		font-size: 24px;
		line-height: 26px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::before {
		font-size: 32px;
		line-height: 34px;
		width: 34px;
		height: 34px;
	}
}

@media (max-width: 480px) {
	.submitNewsletter-btn .Subscribe {
		display: none !important;
	}

	.submitNewsletter-btn .ok {
		display: block !important;
		margin: 0 auto !important;
	}

	.submitNewsletter-btn .Subscribe,
	.submitNewsletter-btn .ok {
		padding: 15px 20px;
	}

	/* #footer .footer-top {
		background: #fff;
		padding: 0 0 20px 0;
	} */
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		font-size: 14px;
		line-height: 18px;
		margin: 8px 0 12px;
	}

	.newsletter-subscribe-text {
		margin: 0 0 10px 0;
	}

	.footer-top .tb-newletter-box {
		width: 100%;
		padding: 15px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 26px;
		line-height: 30px;
	}

	/* .footer-top .tb-newletter-box {
		padding: 15px;
	} */

	.footer-top .tb-newletter-box {
		width: 100%;
		padding: 0;
	}

	#footer #blockEmailSubscription_displayFooterBefore .newsletter_bottom {
		padding: 15px;
	}

	.input-wrapper .email {
		padding: 12px 82px 12px 15px;
	}


	.input-wrapper .email {
		padding: 10px 90px 10px 15px !important;
		height: 45px;
	}
}

@media (max-width: 360px) {
	.newsletter-subscribe-text {
		margin: 0;
	}

	.newsletter-subscribe-text {
		text-align: center;
	}

	/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 8px 0;
	} */

	/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		font-size: 13px;
		line-height: 15px;
	} */

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 22px;
		line-height: 26px;
	}


}