/* TB-newsletter-popup Start */
#TB-newsletter-popup #boxes {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	height: fit-content;
	max-width: fit-content;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
/* #TB-newsletter-popup .newslatterpopup-content {
	width: 88%;
	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: 0;
}
#TB-newsletter-popup #notification .success {
	background: #d1e7dd;
	padding: 12px;
	color: #0f5132;
	margin: 0 0 15px 0;
	border: 1px solid #badbcc;
	border-radius: 0;
}
#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: #000;
}
#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: 1000px;
	order: 2;
}
#TB-newsletter-popup .box {
	top: 50%;
	position: relative;
	padding: 35px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 50%;
}
#TB-newsletter-popup #dialog {
	display: flex;
	align-items: center;
	margin: 75px 0;
	position: relative;
}
#TB-newsletter-popup #boxes .newletter-title h2 {
	color: #111;
	font: 700 34px/36px "Red Hat Display", Helvetica, sans-serif;
	letter-spacing: 0.3px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
#TB-newsletter-popup .newslatterpopup-content>span {
	margin: 0 0 20px 0;
	font: 500 15px/25px "Red Hat Display", Helvetica, sans-serif;
	color: #313131;
	display: block;
}
#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
	border: 1px solid #dddcdc;
	padding: 12px 20px;
	color: #111;
	background: #f5f5f5;
	margin: 0 0 20px;
	letter-spacing: 0.5px;
	font: 500 14px/20px "Red Hat Display", Helvetica, sans-serif;
	box-shadow: none;
	outline: none;
	display: block;
	width: 100%;
	border-radius: 0;
}
#TB-newsletter-popup .popup-button {
	vertical-align: top;
	cursor: pointer;
	margin: 0 0 20px;
}
#TB-newsletter-popup .popup-button .button.btn.btn-primary {
	padding: 12px 25px;
}
#TB-newsletter-popup .popup-button .button.btn.btn-primary::before {
	background: #909090;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	z-index: -1;
	right: 0;
	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 .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: #666;
	font: 500 15px/18px "Red Hat Display", 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 {
	color: #111;
}
@media (max-width: 1199px) {
	#TB-newsletter-popup .newslatter-img {
		width: 900px;
		background-position: 70%;
	}
	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 12px;
	}
}
@media (max-width: 991px) {
	#TB-newsletter-popup #dialog {
		display: block;
	}
	#TB-newsletter-popup #boxes {
		bottom: 0;
		overflow-y: auto;
		left: 0;
		top: 0;
		right: 0;
		position: fixed;
		z-index: 9;
		overflow-x: hidden;
	}
	#TB-newsletter-popup .box {
		padding: 30px 50px 50px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		width: 100%;
		text-align: center;
	}
	#TB-newsletter-popup #boxes {
		max-width: 500px;
	}
	#TB-newsletter-popup .newslatter-img {
		width: fit-content;
		background-image: url('../images/newsletter-tablet-img.jpg');
		height: fit-content;
		padding: 0 0 390px;
	}
	#TB-newsletter-popup #popup2 {
		height: 30px;
		width: 30px;
		z-index: 1;
		right: 0;
		top: 0;
		background: #111;
	}
	#TB-newsletter-popup #boxes .newletter-title h2 {
		margin: 0 0 10px;
	}
	#TB-newsletter-popup .newslatterpopup-content>span {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px 0;
	}
	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
		text-align: center;
	}
	#TB-newsletter-popup #boxes .newleter-content label {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 575px) {
	#TB-newsletter-popup #boxes {
		max-width: calc(100% - 30px);
	}
	#TB-newsletter-popup .box {
		padding: 35px 30px;
	}
	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
		text-align: center;
	}
}
@media (max-width: 480px) {
	#TB-newsletter-popup .box {
		padding: 35px 15px;
	}
	#TB-newsletter-popup .newslatter-img {
		height: fit-content;
	}
	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 24px;
		line-height: 26px;
	}
	#TB-newsletter-popup .newslatterpopup-content>span {
		margin: 0 0 10px 0;
	}
	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail,
	#TB-newsletter-popup .popup-button {
		margin: 0 0 15px;
	}
}
@media (max-width: 360px) {
	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 21px;
		line-height: 23px;
		margin: 0 0 10px;
	}
	#TB-newsletter-popup .newslatterpopup-content>span {
		line-height: 22px;
	}
	#TB-newsletter-popup #boxes .newleter-content label {
		font-size: 13px;
		line-height: 16px;
	}
}
/* TB-newsletter-popup End*/
/* TB-newsletter-subscribe Start*/
#TB-newletter-subscribe .newletter-title h2 {
	font: 700 34px/36px "Red Hat Display", Helvetica, sans-serif;
	color: #111111;
	position: relative;
	margin: 0;
	padding: 0 0 0 54px;
	text-transform: uppercase;
}
#TB-newletter-subscribe .newletter-title h2::after {
	content: "\ec67";
	font-family: "IcoFont";
	font-size: 36px;
	line-height: 38px;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
	margin: auto;
	width: 40px;
	height: 40px;
	text-align: center;
}
#TB-newletter-subscribe .newletter-title .newletter-desc {
	font: 500 16px/20px "Red Hat Display", Helvetica, sans-serif;
	color: #111111;
	margin: 12px 0 0;
	display: inline-block;
}
#TB-newletter-subscribe #notification-normal {
	position: absolute;
	bottom: -55px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
#TB-newletter-subscribe #notification-normal .warning {
	background: #f8d7da;
	padding: 9px;
	color: #842029;
	border: 1px solid #f5c2c7;
	border-radius: 0;
}
#TB-newletter-subscribe #notification-normal .success {
	background: #d1e7dd;
	padding: 9px;
	color: #0f5132;
	border: 1px solid #badbcc;
	border-radius: 0;
}
#TB-newletter-subscribe .box {
	padding: 0;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
#TB-newletter-subscribe .newleter-content>label {
	display: none;
}
#TB-newletter-subscribe #form_subscribe {
	position: relative;
}
#TB-newletter-subscribe #form_subscribe #subscribe_email {
	color: #111;
	padding: 10px 140px 10px 15px;
	font: 500 15px/18px "Red Hat Display", Helvetica, sans-serif;
	background: #ffffff;
	height: 45px;
	outline: none;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
#TB-newletter-subscribe #form_subscribe .btn {
	position: absolute;
	right: -3px;
	top: 0;
	background: #111111;
	color: #ffffff;
	padding: 14px 25px 12px;
}
#TB-newletter-subscribe #form_subscribe .btn::before,
#TB-newletter-subscribe #form_subscribe .btn:is(:hover, :active, :focus) {
	background: #909090;
	color: #ffffff;
}
#TB-newletter-subscribe #form_subscribe .btn i {
	display: none;
}
@media (max-width: 1299px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 30px;
		line-height: 32px;
		padding: 0 0 0 50px;
	}
	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 34px;
		line-height: 34px;
		width: 34px;
		height: 34px;
	}
}
@media (max-width: 1199px) {
	#TB-newletter-subscribe .box {
		width: 60%;
	}
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 25px;
		line-height: 30px;
		padding: 0 0 0 42px;
	}
	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 30px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 14px;
		margin: 8px 0 0;
	}
}
@media (max-width: 991px) {
	#TB-newletter-subscribe .box {
		width: 72%;
	}
	#TB-newletter-subscribe .newletter-title h2 {
		display: inline-block;
		font-size: 30px;
		line-height: 32px;
		padding: 40px 0 0;
	}
	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 35px;
		line-height: 35px;
		width: 35px;
		height: 35px;
		right: 0;
	}
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 16px;
		line-height: 18px;
		margin: 12px 0 14px;
	}
	.box-content.newleter-content {
		width: 75%;
		margin: 0 auto;
	}
	#TB-newletter-subscribe #notification-normal {
		padding: 0;
	}
	#TB-newletter-subscribe #notification-normal .warning {
		margin: 20px 0 0 0;
	}
	#TB-newletter-subscribe #notification-normal .success {
		margin: 20px 0 0 0;
	}
	#TB-newletter-subscribe .newletter-title {
		text-align: center;
	}
	#TB-newletter-subscribe #notification-normal {
		position: static;
	}
}
@media (max-width: 767px) {
	.box-content.newleter-content {
		width: 90%;
	}
	#TB-newletter-subscribe .box {
		width: 90%;
	}
}
@media (max-width: 575px) {
	#TB-newletter-subscribe .box {
		width: 100%;
	}
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 24px;
		line-height: 26px;
		padding: 32px 0 0;
	}
	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 32px;
		line-height: 34px;
		width: 34px;
		height: 34px;
	}
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 15px;
		margin: 8px 0 12px;
	}
}
@media (max-width: 480px) {
	.box-content.newleter-content {
		width: 100%;
	}
	#TB-newletter-subscribe .newletter-title h2 {
		line-height: 30px;
	}
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		font-size: 14px;
		line-height: 18px;
	}
	#TB-newletter-subscribe #form_subscribe .btn span {
		display: none;
	}
	#TB-newletter-subscribe #form_subscribe .btn {
		width: 44px;
		padding: 0;
	}
	#TB-newletter-subscribe #form_subscribe #subscribe_email {
		padding: 10px 55px 10px 15px;
	}
	#TB-newletter-subscribe #form_subscribe .btn i {
		display: inline-block;
		line-height: 44px;
		font-size: 20px;
	}
}
@media (max-width: 360px) {
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 22px;
		line-height: 26px;
	}
}
/* TB-newsletter-subscribe  End*/