/* 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: 480px;
	max-width: 800px;
	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: #fff;
}

#TB-newsletter-popup #popup2 span {
	display: inline-block;
}

#TB-newsletter-popup #popup2 .b-close i {
	color: #333;
	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: #E6DEF1;
	padding: 0;
	height: 350px;
	width: 100%;
	order: 2;
	position: relative;
}

#TB-newsletter-popup .box {
	position: absolute;
	top: 40px;
	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: 55%;
}

#TB-newsletter-popup #dialog {
	display: flex;
	align-items: center;
}

#TB-newsletter-popup #boxes .newletter-title h2 {
	color: #333;
	font: 400 38px/40px 'Itim', cursive;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#TB-newsletter-popup .newslatterpopup-content>span {
	margin: 0 0 20px 0;
	font: 400 14px/22px 'Rubik', Helvetica, sans-serif;
	color: #333;
	display: block;
}

#TB-newsletter-popup .newslatterpopup-content .newleter-popup-input-wrapper {
	position: relative;
}

#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
	border: none;
	padding: 12px 150px 12px 20px;
	color: #333;
	background: #fff;
	margin: 0 0 20px;
	text-align: left;
	letter-spacing: 0.5px;
	font: 400 14px/20px 'Rubik', 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 20px;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
}

#TB-newsletter-popup .popup-button .button.btn.btn-primary:hover::before,
#TB-newsletter-popup .popup-button .button.btn.btn-primary:active::before,
#TB-newsletter-popup .popup-button .button.btn.btn-primary:focus::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	height: 100%;
}

#TB-newsletter-popup #boxes .newleter-content label {
	color: #555;
	font: 400 14px/24px 'Rubik', 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: #333;
}

@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: #333;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 38px;
		line-height: 40px;
	}
}

@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: 50px;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 30px;
		line-height: 32px;
	}

	#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;
	}

	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
		padding: 12px 130px 12px 20px;
	}

	#TB-newsletter-popup .newslatterpopup-content .btn-primary {
		padding: 14px 22px;
	}
}

@media (max-width: 480px) {
	#TB-newsletter-popup #boxes {
		max-width: 320px;
	}

	#TB-newsletter-popup .box {
		width: 85%;
	}

	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 8px;
	}

	#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 12px;
	}

	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
		padding: 12px 20px;
		text-align: center;
	}

	#TB-newsletter-popup .popup-button {
		position: relative;
	}

	#TB-newsletter-popup .newslatterpopup-content .btn-primary {
		padding: 14px 30px;
	}
}

@media (max-width: 360px) {
	#TB-newsletter-popup #boxes {
		max-width: 300px;
	}

	#TB-newsletter-popup .box {
		width: 90%;
	}
}

/* TB-newsletter-popup End*/
/* TB-newsletter-subscribe Start*/
/*#TB-newletter-subscribe .newletter-desc{
	display: none;
}*/
#TB-newletter-subscribe .newletter-title h2 {
	font: 400 36px/38px 'Itim', cursive;
	color: #333;
	position: relative;
	margin: 0;
	padding: 54px 0 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: 40px;
	height: 40px;
	text-align: center;
}

#TB-newletter-subscribe .newletter-title .newletter-desc {
	font: 400 20px/22px 'Rubik', Helvetica, sans-serif;
	color: #333;
	margin: 14px 0 20px 0;
	display: inline-block;
}

#TB-newletter-subscribe #notification-normal {
	position: static;
	bottom: 20px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* padding: 0 15px; */
	text-align: center;
	margin: 15px 0 0 0;
}

#TB-newletter-subscribe #notification-normal .warning {
	background: #f8d7da;
	padding: 9px;
	color: #842029;
	border: 1px solid #f5c2c7;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#TB-newletter-subscribe #notification-normal .success {
	background: #d1e7dd;
	padding: 9px;
	color: #0f5132;
	border: 1px solid #badbcc;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#TB-newletter-subscribe .box {
	text-align: center;
	width: 40%;
	margin: 0 auto;
}

#TB-newletter-subscribe .newleter-content>label {
	display: none;
}

#TB-newletter-subscribe #form_subscribe {
	position: relative;
}

/*#TB-newletter-subscribe #form_subscribe #subscribe .btn-primary::before,#TB-newletter-subscribe #form_subscribe #subscribe .btn-primary:hover {
	background-color: #4f4f4f;
}*/
#TB-newletter-subscribe #form_subscribe #subscribe_email {
	color: #333;
	padding: 10px 150px 10px 25px;
	font: 400 14px/16px 'Rubik', Helvetica, sans-serif;
	background: #fff;
	height: 45px;
	outline: none;
	letter-spacing: 1px;
	width: 100%;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	/* border: 0px; */
	/* background: #fff; */
	border: none;
}

#newletter-boxes #form_subscribe #subscribe a {
	padding: 13.5px 30px;
}

#TB-newletter-subscribe #form_subscribe .btn {
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	background: #e9c3e6;
}

#TB-newletter-subscribe #form_subscribe .btn i {
	display: none;
}

#TB-newletter-subscribe {
	position: relative;
}

@media (max-width: 1399px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 34px;
		line-height: 36px;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 18px;
		line-height: 20px;
		margin: 10px 0 15px 0;
	}
}

@media (max-width: 1299px) {
	#TB-newletter-subscribe .box {
		width: 45%;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 32px;
		line-height: 34px;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 36px;
		line-height: 38px;
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 1199px) {
	#TB-newletter-subscribe .box {
		width: 50%;
	}
}

@media (max-width: 991px) {

	#TB-newletter-subscribe .newletter-title h2 {
		display: inline-block;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 18px;
		line-height: 20px;
	}

	#TB-newletter-subscribe .box {
		width: 66%;
	}

	#TB-newletter-subscribe .newletter-title {
		text-align: center;
	}

	#TB-newletter-subscribe #notification-normal {
		position: static;
		margin: 10px 0 0 0;
		padding: 0;
	}
}

@media (max-width: 767px) {

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 28px;
		line-height: 30px;
		padding: 36px 0 0;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 32px;
		line-height: 34px;
		width: 32px;
		height: 32px;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 16px;
		line-height: 18px;
		margin: 8px 0 12px 0;
	}

	#TB-newletter-subscribe .box {
		width: 75%;
	}

}

@media (max-width: 575px) {
	#tb-footer .footer-top-cms {
		padding: 20px 0;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 26px;
		line-height: 28px;
	}

	#TB-newletter-subscribe .box {
		width: 90%;
	}

}

@media (max-width: 543px) {
	#TB-newsletter-popup #boxes .newleter-content label {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	#TB-newletter-subscribe .box {
		width: 100%;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 22px;
		line-height: 24px;
		padding: 34px 0 0;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 30px;
		line-height: 32px;
		width: 30px;
		height: 30px;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 16px;
		line-height: 18px;
	}

	#TB-newletter-subscribe #form_subscribe .btn span {
		display: none;
	}

	#TB-newletter-subscribe #form_subscribe .btn,
	#newletter-boxes #form_subscribe #subscribe a {
		width: 45px;
		height: 45px;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		padding: 12px 60px 12px 15px;
	}

	#TB-newletter-subscribe #form_subscribe .btn i {
		display: inline-block;
		font-size: 18px;
	}
}

@media (max-width: 360px) {
	#TB-newletter-subscribe .box {
		width: 100%;
	}

	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 19px;
		line-height: 22px;
		padding: 28px 0 0;
	}

	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 24px;
		line-height: 26px;
		width: 24px;
		height: 24px;
	}

	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 14px;
		line-height: 16px;
		margin: 6px 0 10px 0;
	}

	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		padding: 12px 55px 12px 15px;
	}
}

/* TB-newsletter-subscribe  End*/