/* TB-newsletter-popup Start */
#TB-newsletter-popup #boxes {
	background-color: #222;
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	height: 500px;
	max-width: 800px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
}
#TB-newsletter-popup .newslatterpopup-content {
	width: 90%;
}
#TB-newsletter-popup #notification .warning {
	background: #f8d7da;
	padding: 12px;
	color: #842029;
	margin: 0 0 15px 0;
	border: 1px solid #f5c2c7;
}
#TB-newsletter-popup #notification .success {
	background: #d1e7dd;
	padding: 12px;
	color: #0f5132;
	margin: 0 0 15px 0;
	border: 1px solid #badbcc;
}
#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: 100%;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	justify-content: end;
}
#TB-newsletter-popup .newleter-content {
	width: 50%;
	padding: 0;
}
#TB-newsletter-popup .box {
	text-align: left;
	padding: 0;
}
#TB-newsletter-popup #dialog {
	display: flex;
	align-items: center;
}
#TB-newsletter-popup #boxes .newletter-title h2 {
	color: #111;
	font: 700 38px/40px "Cantora One", Helvetica, sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#TB-newsletter-popup .newslatterpopup-content > span {
	margin: 0 0 15px 0;
	font: 500 16px/28px "Mulish", Helvetica, sans-serif;
	color: #161616;
	display: block;
}
#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail {
	border: 1px solid #fff;
	padding: 12px 20px;
	color: #111;
	background: #fff;
	margin: 0 0 20px;
	text-align: left;
	letter-spacing: 0.5px;
	font: 400 15px/22px "Mulish", Helvetica, sans-serif;
	box-shadow: none;
	outline: none;
	display: block;
	width: 100%;
}
#TB-newsletter-popup .popup-button {
    text-align: left;
    vertical-align: top;
    cursor: pointer;
    margin: 0 0 20px;
}
#TB-newsletter-popup .popup-button {
	text-align: start;
}
#TB-newsletter-popup .popup-button .button.btn.btn-primary {
	font: 500 15px/17px "Mulish", Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 34px;
	background: #111;
	margin: 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;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}
#TB-newsletter-popup .popup-button .button.btn.btn-primary:hover, 
#TB-newsletter-popup .popup-button .button.btn.btn-primary:active, 
#TB-newsletter-popup .popup-button .button.btn.btn-primary:focus{
	color: #fff;
}
#TB-newsletter-popup .popup-button .button.btn.btn-primary::before{
	background: #7a3308;
	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: #555;
	font: 500 15px/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{
	color: #111;
}
@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{
		padding: 20px;
	}
	#TB-newsletter-popup #boxes {
		max-width: 500px;
	}
	#TB-newsletter-popup .newslatter-img {
		background: #ffffff url("../images/newsletter-img2.jpg") no-repeat scroll 0 center;
		background-position: top center;
		width: 100%;
		height: 680px;
		align-items: end;
	}
	#TB-newsletter-popup .popup-button {
		text-align: center;
	}
	#TB-newsletter-popup .newslatterpopup-content {
		width: 100%;
		margin: 0 auto;
	}
	#TB-newsletter-popup #boxes #newleter_form_subscribe #subscribe_pemail{
		text-align: center;
	}
	#TB-newsletter-popup .newleter-content {
		width: 80%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	#TB-newsletter-popup #popup2 {
		height: 30px;
		width: 30px;
		z-index: 1;
		right: 0;
		top: 0;
		background: #111;
	}
}
@media (max-width: 543px){
	#TB-newsletter-popup #boxes {
		max-width: 420px;
	}
	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 15px;
	}
	#TB-newsletter-popup .newslatterpopup-content{
		width: 100%;
	}
	#TB-newsletter-popup #boxes .newleter-content label{
		font-size: 14px;
	}
}
@media (max-width: 480px){
	#TB-newsletter-popup .newslatter-img{
		background: #ffffff url("../images/newsletter-img3.jpg") no-repeat scroll 0 center;
		background-position: top center;
		width: 100%;
	}	
	#TB-newsletter-popup #boxes {
		max-width: 300px;
	}
	#TB-newsletter-popup #boxes .newletter-title h2 {
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	#TB-newsletter-popup .newleter-content{
		width: 100%;
	}
	#TB-newsletter-popup .newslatterpopup-content > span{
		font-size: 15px;
		line-height: 26px;
	}
	#TB-newsletter-popup #boxes .newleter-content label {
		font-size: 13px;
	}
}
/* TB-newsletter-popup End*/
/* TB-newsletter-subscribe Start*/
#TB-newletter-subscribe .newletter-title h2 {
	font: 600 40px/42px "Cantora One", Helvetica, sans-serif;
	color: #111;
	position: relative;
	margin: 0;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	padding: 0 0 0 65px;
	position: relative;
}
#TB-newletter-subscribe .newletter-title h2::after {
	content: "\ec67";
	font-family: "IcoFont";
	font-size: 40px;
	line-height: 44px;
	position: absolute;
	left: 0;
	right: auto;
	margin: auto;
	width: 45px;
	height: 45px;
	text-align: center;
}
.box-content.newleter-content {
	position: relative;
}
#TB-newletter-subscribe #notification-normal {
	position: absolute;
	bottom: -60px;
	top: auto;
	left: 15px;
	right: 15px;
	margin: 0 auto;
	text-align: center;
}
#TB-newletter-subscribe #notification-normal .warning {
	background: #f8d7da;
	padding: 9px;
	color: #842029;
	border: 1px solid #f5c2c7;
	margin: 0;
}
#TB-newletter-subscribe #notification-normal .success {
	background: #d1e7dd;
	padding: 9px;
	color: #0f5132;
	border: 1px solid #badbcc;	
	margin: 0;
}
#TB-newletter-subscribe .box {
	position: relative;
	align-items: center;
}
#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: #7a3308;
}
#TB-newletter-subscribe #form_subscribe #subscribe_email {
	color: #000;
	padding: 10px 140px 10px 15px;
	font: 500 14px/16px "Mulish", Helvetica, sans-serif;
	border: 1px solid #fff;
	height: 46px;
	outline: none;
	letter-spacing: 0.50px;
	width: 100%;
}
#TB-newletter-subscribe #form_subscribe .btn {
position: absolute;
right: 0;
top: 0;
	color: #fff;
}
#TB-newletter-subscribe #form_subscribe .btn i{
	display: none;
}
@media (max-width: 1399px){
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 36px;
		line-height: 38px;
	}
}
@media (max-width: 1299px){
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 1199px){
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 26px;
		line-height: 28px;
	}
	#TB-newletter-subscribe .newletter-title h2::after{
		font-size: 34px;
 		 line-height: 34px;
	}
}
@media (max-width: 991px){
	#TB-newletter-subscribe .newletter-title h2 {
		display: inline-block;
		margin: 0 0 10px 0;
	}
	#TB-newletter-subscribe .box {
		padding: 25px 0;
		width: 70%;
		margin: 0 auto;
	}
	#TB-newletter-subscribe #notification-normal {
		position: static;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.common-home #tb-footer .footer-top-cms {
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#TB-newletter-subscribe .newletter-title .newletter-desc {
		margin: 0 0 15px 0;
		font-size: 20px;
		line-height: 22px;
	}
	#TB-newletter-subscribe .box {
		width: 80%;
		margin: 0 auto;
	}
	#TB-newletter-subscribe .newletter-title {
		text-align: center;
	}
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 23px;
		line-height: 30px;
	}
}
@media (max-width: 575px){
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 15px 0;
	}
	#TB-newletter-subscribe .box {
		padding: 20px 0;
	}
}
@media (max-width: 480px){
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 18px;
    	line-height: 24px;
		padding: 0 0 0 50px;
	}
	#TB-newletter-subscribe .newletter-title h2::after {
		font-size: 28px;
		line-height: 28px;
	}
	#TB-newletter-subscribe .newletter-title .newletter-desc{
			font-size: 18px;
			line-height: 20px;
	}
	#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: 12px 60px 12px 15px;
			height: 44px;
	}
	#TB-newletter-subscribe #form_subscribe .btn i {
			display: inline-block;
			line-height: 44px;
			font-size: 20px;
	}
	#TB-newletter-subscribe .box {
		width: 100%;
	}
	.common-home #tb-footer .footer-top-cms {
		padding: 10px 0;
	}
	#TB-newletter-subscribe .newletter-title {
		padding: 0;
	}
	.box-content.newleter-content {
		padding: 0;
	}
}
@media (max-width: 360px){
	#TB-newletter-subscribe .newletter-title h2 {
		font-size: 16px;
		line-height: 23px;
	}
}
/* TB-newsletter-subscribe  End*/