.submitNewsletter-btn input:nth-child(1) {
	display: block !important;
}

.submitNewsletter-btn input:nth-child(2) {
	display: none !important;
}

.submitnewsletter-btn {
	margin: 0 !important;
}

.tbt6.tb-newsletter-popup .tb-close.button {
	right: auto;
	left: 0;
}

@media (max-width:1299px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 34px;
		line-height: 38px;
	}
}

@media (max-width:768px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

@media (max-width:576px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 26px;
		line-height: 38px;
	}
}

@media (max-width:480px) {
	.block_newsletter form .submitNewsletter-btn .btn-secondary {
		padding: 15px 30px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.submitNewsletter-btn .ok {
		display: none !important;
	}
}

@media (max-width:480px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 18px;
		line-height: 30px;
	}
}