/* TB-newsletter-popup Start */
#TB-newsletter-popup #boxes {
	background-color: transparent;
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	height: 500px;
	max-width: 770px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

#TB-newsletter-popup .newslatter-img {
	background-size: cover !important;
}

#TB-newsletter-popup .newslatterpopup-content {
	margin: 0 auto;
}

#TB-newsletter-popup #notification .warning {
	background: #f8d7da;
	padding: 12px;
	color: #842029;
	margin: 0 0 15px 0;
	border: 1px solid #f5c2c7;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#TB-newsletter-popup #notification .success {
	background: #d1e7dd;
	padding: 12px;
	color: #0f5132;
	margin: 0 0 15px 0;
	border: 1px solid #badbcc;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#TB-newsletter-popup #popup2 {
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	cursor: pointer;
	top: 0;
	width: auto;
	height: 30px;
	width: 30px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	z-index: 1;
	background: #111;
}

#TB-newsletter-popup #popup2 span {
	display: inline-block;
}

#TB-newsletter-popup #popup2 .b-close i {
	color: #fff;
	line-height: 30px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: block;
	font-size: 20px;
}

#TB-newsletter-popup #popup2:hover .b-close i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#TB-newsletter-popup .newslatter-img {
	background: #ffffff url("../images/newsletter-img.jpg") no-repeat scroll 0 center;
	padding: 0;
	height: 500px;
	width: 100%;
	order: 2;
	position: relative;
}

#TB-newsletter-popup .box {
	position: absolute;
	top: 35px;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	width: 56%;
}

#TB-newsletter-popup #dialog {
	display: flex;
	align-items: center;
}

#TB-newsletter-popup #boxes .newletter-title h2 {
	color: #fff;
	font: 400 48px/50px 'Rancho', cursive;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#TB-newsletter-popup .newslatterpopup-content>span {
	margin: 0 0 15px 0;
	font: 400 14px/22px 'Mulish', Helvetica, sans-serif;
	color: #fff;
	display: block;
}

#TB-newsletter-popup .newslatterpopup-content .newleter-popup-input-wrapper {
	position: relative;
}

#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
	border: 1px solid #dddcdc;
	padding: 12px 20px;
	color: #111;
	background: #fff;
	margin: 0 0 20px;
	text-align: center;
	letter-spacing: 0.5px;
	font: 400 14px/20px 'Mulish', Helvetica, sans-serif;
	box-shadow: none;
	outline: none;
	display: block;
	width: 100%;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#TB-newsletter-popup .popup-button {
	/* position: absolute; */
	vertical-align: top;
	cursor: pointer;
	margin: 0 0 15px;
	/* top: 3px;
	left: auto;
	right: 3px;
	bottom: 3px;
	margin: auto; */
}

#TB-newsletter-popup .popup-button .button {
	font: 400 14px/16px 'Mulish', Helvetica, sans-serif;
	padding: 14px 25px;
}

#TB-newsletter-popup .popup-button .button:hover,
#TB-newsletter-popup .popup-button .button:active,
#TB-newsletter-popup .popup-button .button:focus {
	color: #fff;
	background-color: #111;
	border-color: #111;
}

#TB-newsletter-popup #boxes .newleter-content label {
	color: #fff;
	font: 400 14px/24px 'Mulish', Helvetica, sans-serif;
	cursor: pointer;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#TB-newsletter-popup #boxes .newleter-content label:hover,
#TB-newsletter-popup #boxes .newleter-content label:active,
#TB-newsletter-popup #boxes .newleter-content label:focus {
	color: #ddd;
}

@media (max-width: 991px) {
	#TB-newsletter-popup #dialog {
		display: block;
	}

	#TB-newsletter-popup #boxes {
		bottom: 0;
		overflow-y: auto;
		left: 0;
		top: 0;
		margin: 75px auto;
		right: 0;
		position: fixed;
		z-index: 9;
		overflow-x: hidden;
		height: auto;
	}

	#TB-newsletter-popup .box {
		width: 80%;
	}

	#TB-newsletter-popup #boxes {
		max-width: 600px;
		margin: 115px auto;
	}

	#TB-newsletter-popup .newslatter-img {
		background-position: top center;
		width: auto;
		min-height: max-content;
	}

	#TB-newsletter-popup #popup2 {
		height: 30px;
		width: 30px;
		z-index: 1;
		right: 0;
		top: 0;
		background: #111;
	}
}

@media (max-width: 767px) {
	#TB-newsletter-popup #boxes {
		max-width: 540px;
	}
}

@media (max-width: 543px) {
	#TB-newsletter-popup #boxes {
		max-width: 420px;
	}

	#TB-newsletter-popup .box {
		width: 80%;
		top: 30px;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 40px;
		line-height: 42px;
	}

	#TB-newsletter-popup .newslatterpopup-content {
		width: 100%;
	}

	#TB-newsletter-popup #boxes .newleter-content label {
		font-size: 13px;
	}

	#TB-newsletter-popup .newslatterpopup-content>span {
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 16px 0;
	}
}

@media (max-width: 480px) {
	#TB-newsletter-popup #boxes {
		max-width: 320px;
	}

	#TB-newsletter-popup .box {
		width: 85%;
		top: 35px;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 34px;
		line-height: 36px;
		margin: 0 0 6px;
	}

	#TB-newsletter-popup .newslatterpopup-content>span,
	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail,
	#TB-newsletter-popup #notification .success,
	#TB-newsletter-popup #notification .warning,
	#TB-newsletter-popup .popup-button {
		margin: 0 0 10px;
	}

	#TB-newsletter-popup .popup-button {
		position: relative;
	}
}

@media (max-width: 360px) {
	#TB-newsletter-popup #boxes {
		max-width: 300px;
	}

	#TB-newsletter-popup .box {
		width: 90%;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 30px;
		line-height: 32px;
	}
}

/* TB-newsletter-popup End*/
/* TB-newsletter-subscribe Start*/
.footer-top-cms {
	margin: 0 0 100px;
	position: relative;
}

.footer-top-cms::before,
.footer-top-cms::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto 0;
}

.footer-top-cms::before {
	left: 40px;
	right: auto;
	top: 0;
	bottom: 0;
	background-image: url(../images/newsletter-img-before.png);
	width: 200px;
	height: 215px;
}

.footer-top-cms::after {
	left: auto;
	right: 20px;
	top: 0;
	bottom: 0;
	background-image: url(../images/newsletter-img-after.png);
	width: 265px;
	height: 270px;
}

#TB-newletter-subscribe .newletter-title h2 {
	font: 400 34px/36px 'Rancho', cursive;
	color: #111;
	position: relative;
	padding: 50px 0 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#TB-newletter-subscribe .newletter-title 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;
}

#TB-newletter-subscribe .newletter-title .newletter-desc {
	font: 500 18px/20px 'Mulish', Helvetica, sans-serif;
	color: #111;
	position: relative;
	margin: 0;
	display: none;
}

#TB-newletter-subscribe a.button span {
	color: #fff;
}

#TB-newletter-subscribe #notification-normal {
	position: absolute;
	bottom: -80px;
	top: auto;
	left: 0;
	right: 0;
	padding: 0 15px;
	text-align: center;
}

#TB-newletter-subscribe #notification-normal .warning {
	background: #f8d7da;
	padding: 9px;
	color: #842029;
	border: 1px solid #f5c2c7;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

#TB-newletter-subscribe #notification-normal .success {
	background: #d1e7dd;
	padding: 9px;
	color: #0f5132;
	border: 1px solid #badbcc;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

#TB-newletter-subscribe .tb-newletter-subscribe-img {
	position: relative;
	z-index: 2;
}

#TB-newletter-subscribe .tb-newletter-subscribe-img-01 {
	margin: 0 -30px 0 0;
}

#TB-newletter-subscribe .tb-newletter-subscribe-img-02 {
	margin: 0 0 0 -30px;
}

#TB-newletter-subscribe .box {
	margin: 0 -60px;
	align-items: center;
	text-align: center;
	position: relative;
}

#TB-newletter-subscribe .box .tb-newletter-subscribe-content {
	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%);
}

#TB-newletter-subscribe .newleter-content>label {
	display: none;
}

#TB-newletter-subscribe #form_subscribe {
	position: relative;
}

#TB-newletter-subscribe #form_subscribe #subscribe .btn-secondary {
	font: 600 16px/18px 'Mulish', Helvetica, sans-serif;
	padding: 14px 30px;
}

#TB-newletter-subscribe #form_subscribe #subscribe_email {
	color: #191919;
	padding: 10px 15px;
	font: 500 14px/16px 'Mulish', Helvetica, sans-serif;
	background: #fff;
	height: 44px;
	outline: none;
	letter-spacing: 1px;
	width: 100%;
	border: 2px solid #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	margin: 0 0 16px;
	text-align: center;
}

#TB-newletter-subscribe #form_subscribe .btn i {
	display: none;
}

@media (max-width: 1899px) {
	.footer-top-cms::before {
		left: 0;
	}

	.footer-top-cms::after {
		right: 0;
	}
}

@media (max-width: 1799px) {
	.footer-top-cms::before {
		left: 12px;
		width: 140px;
		height: 151px;
	}

	.footer-top-cms::after {
		width: 175px;
		height: 179px;
	}
}

@media (max-width: 1699px) {
	.footer-top-cms::before {
		left: 0;
		width: 100px;
		height: 108px;
	}

	.footer-top-cms::after {
		width: 115px;
		height: 120px;
	}
}

@media (max-width: 1599px) {

	.footer-top-cms::before,
	.footer-top-cms::after {
		content: none;
	}
}

@media (max-width: 1499px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 32px;
		line-height: 34px;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 1399px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 1299px) {
	.footer-top-cms {
		margin: 0 0 80px;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media (max-width: 1199px) {

	.footer-top-cms {
		margin: 0 0 60px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 30px;
		line-height: 32px;
		width: 30px;
		height: 30px;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 24px;
		line-height: 26px;
		padding: 40px 0 0;
	}
}

@media (max-width: 991px) {
	.footer-top-cms {
		margin: 0 0 40px;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 36px;
		line-height: 38px;
		padding: 45px 0 0;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 38px;
		line-height: 40px;
		width: 38px;
		height: 38px;
	}

	#TB-newletter-subscribe #notification-normal {
		position: static;
		margin: 10px 0 0 0;
		padding: 0;
	}

	#TB-newletter-subscribe .tb-newletter-subscribe-img,
	.footer-top-cms::before,
	.footer-top-cms::after {
		display: none;
	}

	#TB-newletter-subscribe .box {
		margin: 0;
	}

	#TB-newletter-subscribe .box .tb-newletter-subscribe-content {
		width: 65%;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 40px;
		line-height: 42px;
		padding: 45px 0 0;
	}
}

@media (max-width: 767px) {
	#TB-newletter-subscribe .box .newletter-title {
		text-align: center;
		margin: 0;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 30px;
		line-height: 32px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 34px;
		line-height: 36px;
		width: 34px;
		height: 34px;
	}
}

@media (max-width: 575px) {
	#TB-newletter-subscribe .box .tb-newletter-subscribe-content {
		width: 76%;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	.footer-top-cms {
		margin: 0 0 20px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 26px;
		line-height: 28px;
		width: 26px;
		height: 26px;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 20px;
		line-height: 22px;
		padding: 38px 0 0;
	}

	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		margin: 0 0 12px;
	}

	#TB-newletter-subscribe #form_subscribe #subscribe .btn {
		padding: 0;
	}

	#TB-newletter-subscribe #form_subscribe .btn span {
		display: none;
	}

	#TB-newletter-subscribe #form_subscribe .btn {
		width: 44px;
		padding: 0;
	}

	#TB-newletter-subscribe #form_subscribe .btn i {
		display: inline-block;
		line-height: 44px;
		font-size: 20px;
	}
}

@media (max-width: 360px) {
	#TB-newletter-subscribe .box .tb-newletter-subscribe-content {
		width: 80%;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 18px;
		line-height: 20px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 24px;
		line-height: 26px;
		width: 24px;
		height: 24px;
	}
}

/* TB-newsletter-subscribe  End*/