#footer .footer-top {
	/* padding: 40px 0; */
	/* background: #00aaff; */
	margin: 0 0 30px 0;
	display: none;
}
#index #footer .footer-top {
	display: block;
}

#index #footer .footer-top {
	margin: 0 0 80px 0;
}

.submitnewsletter-btn {
	margin: 0 !important;
}

.input-wrapper .email {
	color: #191919;
	font: 500 14px/16px 'Mulish', Helvetica, sans-serif;
	background: #fff;
	height: 44px;
	outline: none;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 8px 0 0 8px;
	-ms-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px;
	text-align: center;
	border: 2px solid #fff;
	margin: 0 0 16px;
}

#moda_popupnewsletter .wrapper-popup .popup-img {
	background: #ffffff url("../images/newsletter-img.jpg") no-repeat scroll 0 center;
	background-size: auto;
	padding: 0;
	height: 500px;
	width: 100%;
	order: 2;
	position: relative;
	background-size: cover;
}

#footer .footer-top {
	position: relative;
}

#footer .footer-top::after,
#footer .footer-top::before {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto 0;
}

#footer .footer-top::before {
	left: 40px;
	right: auto;
	top: 0;
	bottom: 0;
	background-image: url(../images/newsletter-img-before.png);
	width: 200px;
	height: 215px;
}

#footer .footer-top::after {
	left: auto;
	right: 20px;
	top: 0;
	bottom: 0;
	background-image: url(../images/newsletter-img-after.png);
	width: 265px;
	height: 270px;
}

#newsletter-subscribe-wapper .newsletter-box {
	margin: 0 -60px;
	align-items: center;
	text-align: center;
	position: relative;
}

.newsletter-box .tb-newletter-subscribe-content {
	position: absolute;
	top: 0;
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#newsletter-subscribe-wapper .tb-newletter-subscribe-img {
	position: relative;
	z-index: 2;
}

#newsletter-subscribe-wapper .tb-newletter-subscribe-img-01 {
	margin: 0 -30px 0 0;
}

#newsletter-subscribe-wapper .tb-newletter-subscribe-img-02 {
	margin: 0 0 0 -30px;
}

.input-wrapper .email::placeholder {
	color: #666;
	opacity: 1;
}

.submitnewsletter-btn {
	border-radius: 0px 8px 8px 0px !important;
}

.submitnewsletter-btn:hover,
.submitnewsletter-btn:active,
.submitnewsletter-btn:focus {
	background: #000000 !important;
}

#footer #newsletter-subscribe-wapper .btn-primary {
	background: #00aaff;
	font: 600 16px/18px 'Mulish', Helvetica, sans-serif;
	border-radius: 50px !important;
}

.input-wrapper .email:focus {
	/* border: none;	 */
}

#newsletter-subscribe-wapper {
	display: flex;
	align-items: center;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
	position: relative;
	display: inline-block;
	font: 400 34px/36px 'Rancho', cursive;
	color: #111;
	position: relative;
	margin: 0 0 10px 0;
	padding: 50px 0 0;
	text-transform: uppercase;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
	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 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;
}

#footer .block_newsletter .alert {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	bottom: -80px;
	padding: 6px 10px;
}

#footer .block_newsletter .alert {
	position: absolute;
	left: 0px;
	right: 0;
	top: auto;
	border-radius: 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	bottom: -55px;
	padding: 6px 10px;
}

#footer .block_newsletter .alert-danger {
	bottom: -55px;
}

#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
	position: static;
	font: 500 18px/20px "Mulish", Helvetica, sans-serif;
	color: #111;
	margin: 0;
	display: none;
}

@media (max-width: 1899px) {
	#footer .footer-top::before {
		left: 0;
	}

	#footer .footer-top::after {
		right: 0;
	}
}

@media (max-width: 1799px) {
	#footer .footer-top::before {
		left: 12px;
		width: 140px;
		height: 151px;
	}

	#footer .footer-top::after {
		width: 175px;
		height: 179px;
	}
}

@media (max-width: 1699px) {
	#footer .footer-top::before {
		left: 0;
		width: 100px;
		height: 108px;
	}

	#footer .footer-top::after {
		width: 115px;
		height: 120px;
	}
}
@media (max-width: 1599px) {
	#footer .footer-top::before, #footer .footer-top::after {
		display: none;
	}
}
@media (max-width: 1499px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 1399px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media (max-width: 1299px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media (max-width: 1199px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 24px;
		line-height: 26px;
		padding: 40px 0 0 0;
	}

	#index #footer .footer-top {
		margin: 0 0 60px 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 30px;
		line-height: 32px;
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 991px) {
	.newsletter-subscribe-text {
		text-align: center;
		margin: 0;
	}

	#newsletter-subscribe-wapper .tb-newletter-subscribe-img-01 ,
	#newsletter-subscribe-wapper .tb-newletter-subscribe-img-02{
		display: none;
	}

	#newsletter-subscribe-wapper .newsletter-box{
		margin: 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 38px;
    line-height: 40px;
    width: 38px;
    height: 38px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 40px;
    line-height: 42px;
    padding: 45px 0 0;
	}
	/* #blockEmailSubscription_displayFooterBefore .alert-success,#blockEmailSubscription_displayFooterBefore .alert{
		margin: 20px 0 0 0;
		position: static;
	} */
	#footer .block_newsletter p {
		position: static;
	}

	#index #footer .footer-top {
		margin: 0 0 40px 0;
	}

	#newsletter-subscribe-wapper {
		display: block;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 34px;
		line-height: 36px;
		width: 34px;
		height: 34px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 575px) {
	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.submitNewsletter-btn .Subscribe {
		display: inline-block !important;
	}

	.submitNewsletter-btn .ok {
		display: none !important;
	}

	.newsletter-box .tb-newletter-subscribe-content {
		width: 80%;
	}
}

@media (max-width: 480px) {

	.submitNewsletter-btn .Subscribe {
		display: none !important;
	}

	.submitNewsletter-btn .ok {
		display: inline-block !important;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2 {
		font-size: 20px;
		line-height: 24px;
		padding: 38px 0 0 0;
	}

	/* #footer .footer-top {
		padding: 20px 0 !important;
	} */
	#index #footer .footer-top {
		margin: 0 0 20px 0;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text p {
		font-size: 14px;
		line-height: 16px;
	}

	#blockEmailSubscription_displayFooterBefore .newsletter-subscribe-text h2::after {
		font-size: 26px;
		line-height: 28px;
		width: 26px;
		height: 26px;
	}
}

@media (max-width: 360px) {

	.newsletter-subscribe-text {
		margin: 0;
	}

	.newsletter-box .tb-newletter-subscribe-content {
		width: 85%;
	}
}



/* @media (max-width:991px) {
	.tbt6 .tb_nlt_content{
		max-width: 500px;
		display: block;
	}
	.tbt6 .img_bg,.tbt6 .tb_nlt_content .tb-form{
		width: 100%;
		margin: 0 0 20px 0;
	}
  }
  @media (max-width:543px) {
	.tbt6 .tb_nlt_content{
		max-width: 300px;
	}
  }
   */