#footer {
	padding: 0 0 0;
	position: relative;
}

/* #footer::before {
	content: "";
	position: absolute;
	top: -47px;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 47px;
	background-image: url(../images/newsletter-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
} */
#footer .footer-top {
	background: #191919;
	display: block;
}

#moda_popupnewsletter .popup-img {
	background: #ffffff url("../images/newsletter-img.jpg") no-repeat scroll 0;
	padding: 0;
	height: 500px;
	width: 500px;
	order: 2;
	margin: 0;
}

@media (max-width:767px) {

	#moda_popupnewsletter .popup-img {
		margin: 0;
		background-position: top center;
	}
}

@media (max-width:575px) {

	#moda_popupnewsletter .popup-img {
		width: 450px;
		height: 450px;
	}
}

@media (max-width:480px) {

	#moda_popupnewsletter .popup-img {
		width: 330px;
	}
}

@media (max-width:360px) {

	#moda_popupnewsletter .popup-img {
		width: 290px;
	}
}

#footer .footer-top .newsletter-img {
	margin: 0 auto;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
}

.newsletter_bottom .tb-newletter-subscribe-img {
	margin: -80px 0 -50px;
}



#blockEmailSubscription_displayFooterBefore {
	position: relative;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-2 .btn-primary {
	padding: 16px 45px;
	font: 500 16px/18px 'Lexend Deca', Helvetica, sans-serif;
	letter-spacing: 1px;
	background-color: #ff435b;
	border-radius: 0 50px 50px 0;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-1 p {
	font: 400 20px/22px 'Lexend Deca', Helvetica, sans-serif;
	color: #111;
	margin: 20px 0;
	padding: 0 !important;
	letter-spacing: 0.3px;
}

.submitnewsletter-btn {
	margin: 0 !important;
}

#footer .block_newsletter #block-newsletter-label {
	font: 500 40px/42px "Oswald", Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	letter-spacing: 0.50px;
	padding: 0 0 0px 55px;
	text-transform: uppercase;
}

#footer .block_newsletter #block-newsletter-p {
	display: none;
}

.newsletter_bottom .tb-newletter-box {
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #666;
}

#footer .block_newsletter #block-newsletter-label::after {
	content: "\ef12";
	font-family: "IcoFont";
	font-size: 44px;
	line-height: 48px;
	position: absolute;
	left: 0;
	right: auto;
	top: 55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin: auto;
	text-align: center;
}

/* #footer .block_newsletter #block-newsletter-p{
		font: 400 20px/22px "Oswald", Helvetica, sans-serif;
		color: #111;
		margin: 0;
		display: none;
	} */
.input-wrapper .email {
	color: #111;
	padding: 15px 170px 15px 20px !important;
	font: 400 15px/17px 'Lexend Deca', Helvetica, sans-serif;
	/* background: #fff; */
	height: 48px;
	outline: none;
	letter-spacing: 1px;
	width: 100%;
	border-radius: 0 !important;
	-moz-border-radius: 25px;
	/* -webkit-border-radius: 25px; */
	-khtml-border-radius: 25px;
	border: 0px;
	/* background: #fff; */
	/* border: 1px solid #a4a4a4; */
	/* opacity: 1; */
}


.input-wrapper .email::placeholder {
	color: #111;
	opacity: 0.6;
}

/* .input-wrapper .email::placeholder{
		color: #111;
		opacity: 1;
	} */
.block_newsletter_box p.alert {
	margin: 10px 0 0 0;
}


#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	font: italic 600 36px/45px "Oswald", Helvetica, sans-serif;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0 0 0 60px;
	display: inline-block;
}

/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::before{
	content: "\ec67";
	font-family: "IcoFont";
	font-size: 40px;
	line-height: 50px;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	text-align: center;
} */
#blockEmailSubscription_displayFooterBefore .alert {
	margin: 0;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
}

/* #footer .block_newsletter p {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
} */
.submitNewsletter-btn {
	position: relative;
}

.newsletter_bottom .submitNewsletter-btn .btn-secondary {
	font: 400 15px/17px 'Lexend Deca', helvetica, sans-serif;
	color: #fff;
	position: absolute !important;
	right: 0;
	left: auto;
	top: 0px;
	padding: 16px 32px 15px !important;
	text-transform: uppercase;
}

.newsletter_bottom .submitNewsletter-btn .btn-secondary:is(:hover, :active, :focus) {
	background-color: #535353 !important;
}

@media (max-width: 1399px) {

	/* #footer .block_newsletter #block-newsletter-label {
		font-size: 36px;
		line-height: 43px;
	} */
	#footer .block_newsletter #block-newsletter-label {
		font-size: 34px;
		line-height: 36px;
	}
}

@media (max-width: 1299px) {
	/* #footer .block_newsletter #block-newsletter-label {
		font-size: 33px;
		line-height: 37px;
	} */

	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 38px;
		line-height: 40px;
	}

	#footer .block_newsletter #block-newsletter-label {
	font-size: 34px;
	line-height: 36px;
}

}

@media (max-width: 1199px) {

	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 34px;
		line-height: 36px;
	}

	#footer .block_newsletter #block-newsletter-label {
		font-size: 32px;
		line-height: 34px;
		padding: 0 0 0 42px;
	}

	.newsletter_bottom .tb-newletter-box {
		padding: 30px 0;
		display: flex;
		width: 100%;
		margin: 0 auto;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-1 p {
		font-size: 16px;
		line-height: 18px;
		margin: 15px 0;
	}

	.newsletter_bottom .tb-newletter-subscribe-img {
		margin: -60px 0;
	}

	.input-wrapper .email {
		padding: 15px 165px 15px 15px !important;
		height: 50px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-2 .btn-primary {
		padding: 16px 30px;
		right: 80px;
		font-size: 15px;
		line-height: 18px;
	}

	.submitnewsletter-btn {
		padding: 12px 30px !important;
	}

	.newsletter_bottom .submitNewsletter-btn .btn-secondary {
		padding: 17px 32px 16px !important;
	}
}

@media (max-width: 991px) {

	/* .block_newsletter_box{
		padding: 51px 0;
	} */
	/* #blockEmailSubscription_displayFooterBefore .alert-success,#blockEmailSubscription_displayFooterBefore .alert{
		margin: 20px 0 0 0;
		position: static;
	} */
	.newsletter_bottom .tb-newletter-box {
		padding: 30px 0;
		display: block;
	}

	.newsletter_bottom .submitNewsletter-btn .btn-secondary {
		padding: 16px 32px 17px !important;
	}

	#footer .block_newsletter #block-newsletter-label {
		font-size: 34px;
		line-height: 36px;
	}

	#blockEmailSubscription_displayFooterBefore {
		display: block;
		text-align: center;
	}

	#footer .block_newsletter #block-newsletter-label {
		font-size: 34px;
		line-height: 36px;
		display: inline-block;
		margin: 0 0 15px 0;
		padding: 0 0 0 55px;
	}

	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 40px;
		line-height: 42px;
	}

	.newsletter_bottom .tb-newletter-subscribe-img {
		display: none;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-2 .btn-primary {
		font-size: 15px;
		line-height: 18px;
	}

	.input-wrapper .email {
		padding: 15px 160px 15px 15px !important;
	}

	.submitnewsletter-btn {
		padding: 13px 31px !important;
	}
}

@media (max-width: 767px) {
	/* #footer .block_newsletter #block-newsletter-label{
		font-size: 30px;
		line-height: 35px
	}
	
	#footer .block_newsletter #block-newsletter-label {
		font-size: 19px;
		line-height: 22px;
		padding: 0 0 0 41px;
		margin: 0 0 10px 0;
	}
	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 30px;
		line-height: 30px;
		top: 0;
		width: 35px;
		height: 35px;
	} */
	/* .block_newsletter_box .newsletter_bottom {
		width: 77%;
	} */

	#footer .footer-top .newsletter-img {
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
	}


	.newsletter_bottom .tb-newletter-box {
		width: 90%;
	}

	#footer .block_newsletter #block-newsletter-label {
	font-size: 28px;
	line-height: 30px;
}

	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 36px;
		line-height: 38px;
	}
}

@media (max-width: 575px) {

	/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 28px;
		line-height: 30px;
	} */
	.newsletter_bottom .tb-newletter-box {
		width: 100%;
	}

	.submitNewsletter-btn .Subscribe {
		display: block !important;
	}

	.submitNewsletter-btn .ok {
		display: none !important;
	}

	/* .block_newsletter_box .newsletter_bottom {
		width: 90%;
	} */
	#footer .block_newsletter #block-newsletter-label {
		display: inline-block;
	}

	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 38px;
		line-height: 40px;
	}

	#footer .block_newsletter #block-newsletter-label {
		font-size: 26px;
		line-height: 28px;
		padding: 0 0 0px 46px;
	}

	.input-wrapper .email {
	padding: 15px 170px 15px 15px !important;
}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-2 .btn-primary {
		right: 20px;
	}

	#footer .footer-top .newsletter-img {
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}

}

@media (max-width: 480px) {
	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 26px;
		line-height: 28px;
	}

	.input-wrapper .email {
	height: 42px;
}

#footer .block_newsletter #block-newsletter-label {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 14px 0;
	padding: 0 0 0 35px;
}

.newsletter_bottom .submitNewsletter-btn .btn-secondary {
	padding: 13px 32px 12px !important;
}

	.newsletter_bottom .tb-newletter-box {
		padding: 25px 0;
	}

	.newsletter-subscribe-box-1 {
		padding: 0;
	}


	/* #footer .block_newsletter #block-newsletter-label {
		font-size: 18px;
		line-height: 27px;
	} */

	/* .submitnewsletter-btn {
		padding: 11px 24px !important;
	} */
	.submitNewsletter-btn .Subscribe {
		display: none !important;
	}

	.submitNewsletter-btn .ok {
		display: block !important;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 22px;
		list-style: 24px;
		padding: 0 0 0 42px;
	}

	/* #footer .footer-top {
		padding: 20px 0 !important;
	} */

	#footer .block_newsletter #block-newsletter-p {
		font-size: 15px;
		line-height: 17px;
		margin: 10px 0 12px;
	}

	.submitNewsletter-btn .ok,
	.submitNewsletter-btn .Subscribe {
		padding: 15px 20px;
	}

	/* .block_newsletter_box {
		padding: 38px 0;
	} */
	.input-wrapper .email {
		padding: 10px 100px 10px 20px !important;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter_bottom {
		width: 100%;
		margin: 0 auto;
	}


	.input-wrapper .email {
		width: 100% !important;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-2 .btn-primary {
		right: 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-box-2 .btn-primary {
		padding: 16px 20px;
	}
}

@media (max-width: 360px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 16px;
	}

	.newsletter_bottom .tb-newletter-box {
		padding: 20px 0;
		display: block;
	}

	#footer .block_newsletter #block-newsletter-label {
	font-size: 18px;
	line-height: 20px;
}

	#footer .block_newsletter #block-newsletter-label::after {
		font-size: 26px;
		line-height: 28px;
	}
}