#footer .footer-top {
	/* margin: 0 0 100px 0; */
	background-position: center;
	display: none;
}

#index #footer .footer-top{
	display: block;
} 

/* #blockEmailSubscription_displayFooterBefore {
	background: transparent;
	position: relative;
	margin: 0;
	background-image: url(../images/newsletter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
} */

/* .blockEmailsubscription_box {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #ffbe00;
	padding: 0 100px;
	
} */

#moda_popupnewsletter .popup-img {
	background: url(../images/newsletter-img.jpg) no-repeat scroll 0 center;
	padding: 0;
	height: 366px;
	width: 100%;
	order: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

#blockEmailSubscription_displayFooterBefore{
	background-color: transparent;
	position: relative;
	z-index: 3;
}

.footer-container{
	padding:0;
	position: relative;
	z-index: 2;
}


.btn.btn-secondary.hidden-xs-down.submitnewsletter-btn.Subscribe.tbnewsletter_send {
	position: absolute;
	right: 3px;
	left: auto;
	background: #ffbe00;
	border-radius: 50px;
	color: #111;
	padding: 10px 30px;
	right: 3px;
	bottom: 3px;
}
.btn.btn-secondary.hidden-xs-down.submitnewsletter-btn.Subscribe.tbnewsletter_send:is(:hover, :active, :focus){
	background-color: #111;
	color: #fff;
}

.footer-top .block_newsletter{
	margin: 0 0 100px 0;
}

.footer-container::after{
		content: '';
		position: absolute;
		bottom: auto;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 120px;
		background-image: url('../images/before-shape-img.png');
		background-size: cover;
		/* background-repeat: repeat-x; */
		background-repeat: no-repeat-y;
		background-position: center;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		animation: slide 80s linear infinite;
		-webkit-animation: slide 80s linear infinite;
		z-index: 1;
}

#blockEmailSubscription_displayFooterBefore .newletter-image {
	background-image: url(../images/newsletter-img.png);
	background-size: contain;
	background-position: right;
	/* z-index: -1; */
	height: 279px;
	max-width: 554px;
	background-repeat: no-repeat;
	margin: -40px -80px -40px 0;
	text-align: end;
}

#blockEmailSubscription_displayFooterBefore .container{
	
}

.submitnewsletter-btn {
	margin: 0 !important;
}
.submitNewsletter-btn .submitnewsletter-btn:is(:hover,:active,:focus){
	background: #353535;
	color: #fff;
}
.input-wrapper .email {
	color: #111;
	padding: 10px 165px 10px 20px !important;
	font: 400 14px/16px "Lexend", Helvetica, sans-serif;
	border: 1px solid #fff;
	height: 44px;
	outline: none;
	letter-spacing: 0.50px;
	width: 100%;
	/* text-align: center; */
}

.input-wrapper .email::placeholder {
	color: #111;
	text-transform: capitalize;
	opacity: 1;
}

.input-wrapper .email:focus {
	/* border: none;	 */
}

.aline-items {
	display: flex;
	align-items: center;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	font: 500 44px/46px 'Tw Cen MT', helvetica, sans-serif;
	color: #fff;
	position: relative;
	margin: 0;
	letter-spacing: 0.50px;
	padding: 0 0 0 60px;
	text-transform: capitalize;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after{
	content: "\ef12";
  font-family: "IcoFont";
  font-size: 40px;
  line-height: 46px;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  text-align: center;
}

#newsletter-subscribe-wapper .new-letter-img{
		margin: -40px -80px -40px 0;
		text-align: end;
}

#newsletter-subscribe-wapper .newsletter-main-box {
	display: flex;
	align-items: center;
	padding: 35px 30px;
	background: #1d1d1d;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
}

#newsletter-subscribe-wapper .newsletter-main-box .tb-newletter-subscribe-img {
	margin: -80px 0;
	animation: rotate 50s linear infinite;
  -webkit-animation: rotate 50s linear infinite;
}

@keyframes rotate {
	0%, 100% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	  }
	  50% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	  }
}

/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::before{
	content: "\ec67";
  font-family: "IcoFont";
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 45px;
  height: 45px;
  text-align: center;
} */
#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
	font: 400 18px/20px "Lexend", Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0;
	display: none;
}
#blockEmailSubscription_displayFooterBefore .alert {
	margin: 0;
	font-size: 13px;
	line-height:15px ;
}

/* #footer .block_newsletter p {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
} */

#category #footer {
	margin: 70px 0 0 0;
}


.submitnewsletter-btn{
	float: none !important;
}
@media (max-width: 1699px) {
	/* #blockEmailSubscription_displayFooterBefore{
		padding: 60px 0;
	} */
}

@media (max-width: 1499px) {
	/* #blockEmailSubscription_displayFooterBefore {
		padding: 42px 0;
	} */

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 38px;
		line-height: 40px;
	}
}

@media (max-width: 1399px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	  font-size: 26px;
	  line-height: 28px;
	}
  }

@media (max-width: 1299px) {
	.newsletter-subscribe-text {
		padding: 0 0;
	}
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		font-size: 19px;
		line-height: 21px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 34px;
		line-height: 36px;
		margin: 0;
	}
	/* #blockEmailSubscription_displayFooterBefore {
		padding: 32px 0;
	} */

	#blockEmailSubscription_displayFooterBefore #newsletter-subscribe-wapper {
		padding: 0;
	}

	#newsletter-subscribe-wapper .new-letter-img{
		margin: -40px -40px -40px 0;
		text-align: end;
	}
	.footer-top .block_newsletter {
		margin: 0 0 80px 0;
	}
}

@media (max-width: 1199px) {

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 22px;
		line-height: 24px;
	}
	/* .blockEmailsubscription_box {
		width: 60%;
	} */
	/* #blockEmailSubscription_displayFooterBefore{
		padding: 60px 0;
	} */
	/* #index #blockEmailSubscription_displayFooterBefore{
		margin: 0 0 60px;

	} */
	/* #blockEmailSubscription_displayFooterBefore{
		padding: 40px 0;
	} */

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		font-size: 16px;
    	line-height: 24px;
	}
}

@media (max-width: 1199px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 28PX;
		line-height: 30px;
		padding: 0 0 0 42px;
		margin: 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 32px;
		line-height: 34px;
	}

	#newsletter-subscribe-wapper .newsletter-main-box {
		padding: 25px;
	}

	#newsletter-subscribe-wapper .newsletter-main-box .tb-newletter-subscribe-img {
		margin: -60px 0;
	}

	.footer-top .block_newsletter {
		margin: 0 0 60px 0;
	}
  }

@media (max-width: 991px) {

	#category #footer {
		margin: 20px 0 0 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 40px;
		line-height: 42px;
		display: inline-block;
		margin: 0 0 20px 0;
		padding: 0 0 0 52px;
	}

	.footer-top .block_newsletter {
		margin: 0 0 40px 0;
	}

	.btn.btn-secondary.hidden-xs-down.submitnewsletter-btn.Subscribe.tbnewsletter_send {
		right: 4px;
		bottom: 4px;
	}
	.newsletter-subscribe-text {
		text-align: center;
		/* margin: 0 0 20px 0; */
	}
	.blockEmailsubscription_box .aline-items {
		display: block;
	}
	#blockEmailSubscription_displayFooterBefore{
		padding:  0;
	}

	#newsletter-subscribe-wapper .new-letter-img{
		display: none;
	}

	/* #blockEmailSubscription_displayFooterBefore {
		padding: 24px 0;
	} */

	/* #blockEmailSubscription_displayFooterBefore .alert-success,#blockEmailSubscription_displayFooterBefore .alert{
		margin: 20px 0 0 0;
		position: static;
	} */
	

	#footer .block_newsletter p {
		position: static;
		margin: 20px 0 0 0;
	}

	/* #index #blockEmailSubscription_displayFooterBefore{
		margin: 0 0 40px;
	} */

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		margin: 0 0 20px 0;
	}

	/* .popup_title h4 {
		font-size: 25px !important;
	} */

	#newsletter-subscribe-wapper .newsletter-center-iamge{
		display: none;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 40px;
		line-height: 42PX;
	}
	#blockEmailSubscription_displayFooterBefore #newsletter-subscribe-wapper {
		padding: 0;
		background: #1d1d1d;
		border-radius: 30px;
		overflow: hidden;
	}

	#newsletter-subscribe-wapper .newsletter-main-box {
		padding: 0;
		width: 80%;
		padding: 30px;
		text-align: center;
		border-radius: 0;
		margin: 0 auto;
	}

	#newsletter-subscribe-wapper .newsletter-main-box {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 38px;
		line-height: 40px;
	}
	#blockEmailSubscription_displayFooterBefore{
		padding: 0;
	}

	.blockEmailsubscription_box .aline-items {
		display: block;
		text-align: center;
	}
	.tb-newletter-subscribe-image {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 575px) {

	/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 31px;
  	  	line-height: 33px;
	} */
	.submitNewsletter-btn .Subscribe {
		display: inline-block !important;
	}

	.submitNewsletter-btn .ok {
		display: none !important;
	}

	.blockEmailsubscription_box {
		/* width: 80%; */
	}
	.newsletter-submit-btn {
		text-align: center;
		justify-content: center;
		display: flex;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 30px;
		line-height: 32px;
		padding: 0 0 0 46px;
	}

	#newsletter-subscribe-wapper .newsletter-main-box {
	padding: 20px;
}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 38px;
		line-height: 40PX;
	}
}

@media (max-width: 480px) {



	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 24px;
		line-height: 26px;
		padding: 0 0 0 36px;
		margin: 0 0 10px 0;
	}

	#newsletter-subscribe-wapper .newsletter-main-box {
		padding: 15px 0;
	}

	.footer-top .block_newsletter {
		margin: 0 0 20px 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 26px;
		line-height: 30px;
	}

	.btn.btn-secondary.hidden-sm-up.submitnewsletter-btn.ok.tbnewsletter_send {
		position: absolute;
		left: auto;
		right: 3px;
		border-radius: 50px;
		top: 3px;
		bottom: 3px;
	}

	#blockEmailSubscription_displayFooterBefore #newsletter-subscribe-wapper {
		padding:15px 0;
		border-radius: 15px;
	}
	#blockEmailSubscription_displayFooterBefore {
		padding: 0 0;
	}
	/* #blockEmailSubscription_displayFooterBefore {
		width: 90%;
	} */
	/* #index #blockEmailSubscription_displayFooterBefore{
		margin: 0 0 20px;
	} */

	/* #blockEmailSubscription_displayFooterBefore {
		width: 100%;
	} */
	.submitNewsletter-btn .Subscribe {
		display: none !important;
	}

	.submitNewsletter-btn .ok {
		display: inline-block !important;
	}

	.submitNewsletter-btn .Subscribe,
	.submitNewsletter-btn .ok {
		padding: 15px 20px;
	}

	/* #blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		font-size: 17px;
		line-height: 22px;
	} */

	.blockEmailsubscription_box {
		width: 100%;
	}

	.input-wrapper .email {
		padding: 7px 71px 7px 10px !important;
	}
}

@media (max-width: 360px) {

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 20px;
		line-height: 20px;
		padding: 0 0 0 32px;
	}
	.newsletter-subscribe-text {
		margin: 0;
	}

	.popup_title h4 {
		font-size: 16px !important;
	}

	#moda_popupnewsletter.popup-type-1 .wrapper-popup .popup-content{
		padding: 0 !important;
	}
}