
.submitNewsletter-btn input:nth-child(1){
	display: block !important;
}
.submitNewsletter-btn input:nth-child(2){
	display: none !important;
}
.submitnewsletter-btn {
	margin: 0 !important;
}

.blockEmailsubscription_box {
	text-align: right;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	font-size: 42px;
	line-height: 44px;
}

#newsletter-subscribe-wapper .box {
	width: 43%;
}

.input-wrapper .email{
	width: 60%;
}

.footer-top .newsletter-subscribe-box-1 .newsletter-subscribe-text h2::after {
	left: auto;
	right: 0px;

}
.tbt6.tb-newsletter-popup .tb-close.button{
	right: auto;
	left: 0	;
}


.newsletter-subscribe-box-2 .btn-primary {
	left: 3px;
	right: auto;
}

.footer-top #newsletter-subscribe-wapper::before {
	left: auto;
	right: 0;
}

.footer-top #newsletter-subscribe-wapper::after {
	left: 0;
	right: auto;
}
@media (max-width:1399px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 44px;
		line-height: 46px;
	}

	#newsletter-subscribe-wapper .box {
		width: 50%;
	}

	.input-wrapper .email{
		width: 55%;
	}
}
@media (max-width:1199px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width:991px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 38px;
		line-height: 42px;
	}

	#newsletter-subscribe-wapper .box {
		width: 75%;
	}
}
@media (max-width:767px) {
	#newsletter-subscribe-wapper .box {
		width: 88%;
	}
}
@media (max-width:575px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 32px;
		line-height: 34px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		margin: 8px 0;
	}
}
@media (max-width: 480px) {
	.submitNewsletter-btn .ok {
	  display: none !important;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 28px;
		line-height: 30px;
	}

	#newsletter-subscribe-wapper .box {
		width: 100%;
		text-align: center;
	}

  }
@media (max-width: 320px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 26px;
		line-height: 28px;
	}
  }

