/* newsletter popup */
.b-close {
	background: #111111;
	color: #ffffff;
	cursor: pointer;
	height: 28px;
	padding: 4px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: auto;
	z-index: 1;
}
.ttpopupclose {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	cursor: url("../images/pop.png"), pointer;
}
#popup2 .b-close .icon-close {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#popup2 .b-close:hover .icon-close {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.b-close span { display:none; }
.newletter-popup {
	background: #ffffff;
	background-attachment: scroll;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-background-position: center bottom;
	-moz-background-position: center bottom;
	-o-background-position: center bottom;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	position: fixed !important;
	text-align: center;
	display: none;
	height: auto;
	width: 730px;
	max-width: 730px;
}
.newletter-popup #dialog {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	height: 680px;
	max-width: 750px;
}
.newletter-popup .box {
	float: none;
	text-align: center;
	background: transparent;
	width: 70%;
	padding: 30px 0;
	display: inline-block;
	vertical-align: top;
}
.newslatter-img {
   background: #ffffff url("../images/newsletter.jpg") no-repeat scroll 0 center;
	height: 310px;
	float: left;
	width: 100%;
	padding: 0;
}
.newletter-popup #boxes .newletter-title h2 {
	color: #111;
	font: italic 600 32px/40px "Playfair Display", Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 0 0 12px;
	position: relative;
	margin: 0;
}
.newletter-popup #frm_subscribe {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
.newletter-popup #frm_subscribe .newslatterpopup-content > span {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}
.newletter-popup .newletter-title {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.newletter-popup .newleter-content {
  float: left;
  width: 100%;
}
#boxes .box-content label {
	font-weight: 500;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	letter-spacing: 1px;
}
#boxes .box-content label:hover {
	color: #000000;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes #frm_subscribe #subscribe_pemail {
	margin: 25px 0;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	height: 45px;
	padding: 5px 15px;
	width: 90%;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
.newletter-popup #frm_subscribe .checkbox-wrapper {
	margin: 0;
}
#subscribe_popup #notification > div {
	margin: 10px 0 0;
	font-weight: 400;
}
#boxes  #frm_subscribe #notification .success{
	color: #4caf50;
}
#popup2 {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 18px;
}
.popup-button {
	float: none;
	text-align: center;
	vertical-align: top;
	width: 100%;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 25px;
}
/* newsllter */
#dialog-normal .newletter-title h2 {
	position: relative;
	border: medium none;
	color: #fff;
	float: left;
	font: italic 700 32px/42px "Playfair Display", Helvetica, sans-serif;
	padding: 0 0 0 50px;
	text-align: left;
	width: 100%;
	margin: 0;
}
.newletter-title {
	float: left;
}
.newletter-desc {
	color: #999;
	float: left;
	font: 400 16px/24px "Muli", Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	margin: 0 0 25px;
	display: none;
}
#dialog-normal .newletter-title .tt-title::before {
	bottom: auto;
	color: #ffffff;
	content: "\e0e1";
	cursor: pointer;
	float: left;
	font-family: "Material Icons";
	font-size: 40px;
	height: 42px;
	left: 0;
	line-height: 48px;
	margin: auto;
	position: absolute;
	right: auto;
	top: 0;
	width: 40px;
	background: none;
	animation: none;
	font-weight: 300;
	font-style: normal;
}
#dialog-normal .newleter-content {
	float: left;
	max-width: 700px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#form_subscribe{
	float: left;
	position: relative;
	width: 100%;
}
.newletter-subscribe {
	float: left;
	position: relative;
	text-align: center;
	z-index: 2;
}
.newletter-subscribe .box {
  float: left;
  width: 100%;
  padding: 46px 40px;
  background: #1d1d1d;
}
#subscribe_email {
	float: left;
	border: none;
	color: #ccc;
	padding: 0 135px 0px 10px;
	font: 600 14px/16px "Muli", Helvetica, sans-serif;
	background: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	height: 46px;
	max-width: 700px;
	letter-spacing: 1px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#subscribe_email::-webkit-input-placeholder{
	color: #ccc;
}
#subscribe_email::-moz-placeholder{
	color: #ccc;
}
#subscribe_email:-ms-input-placeholder{
	color: #ccc;
}
#subscribe_email:-moz-placeholder {
	color: #ccc;
}
#subscribe .btn {
	background: #ffba00;
	color: #000;
	font: 600 14px/24px "Muli", Helvetica, sans-serif;
	height: 42px;
	overflow: hidden;
	padding: 8px 20px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
#subscribe .btn:hover, #subscribe .btn:focus, #subscribe .btn:active:focus, #subscribe .btn:active{
	background: #222;
	color: #fff;
}
#subscribe .btn::before {
	background: #000;
}
.newletter-subscribe .button i {
   display: none;
}
#notification-normal {
    float: right;
    width: 95%;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
	margin: 0 auto;
}
#notification-normal div{
	background: #dff0d8;
	color: #3c763d;
	font-size: 13px;
	padding: 10px 15px;
	margin: 5px 0 0;
}
#notification-normal div.warning{
	background: #f2dede;
	color: #a94442;
}
@media(max-width:1199px){
	#dialog-normal .newletter-title h2 {
		font-size: 28px;
	}
	.tt-menu li.mega-menu:first-child .sub-menu-container .sub-item2-content {
		width: 100%;
	}
	.newletter-subscribe .box {
		padding: 40px 30px;
	}
}
@media(max-width:991px){
	.newletter-subscribe .box {
		padding: 30px 10px;
		margin: 15px 0 0;
	}
	.newletter-desc {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.newletter-popup {
		max-width: 650px;
		width: 650px;
	}
	#dialog-normal .newletter-title h2 {
		font-size: 23px;
		padding: 0 0 0 50px;
	}
	.newletter-popup #dialog {
		width: 650px;
		margin: 50px auto;
	}
	#dialog-normal .newletter-title .tt-title::before {
		font-size: 36px;
		line-height: 42px;
	}
	.newletter-subscribe {
		padding: 0;
		width: 100%;
	}
	#notification-normal {
		width: 100%;
		position: static;
	}
}
@media(max-width:767px){
	.newletter-title {
		float: left;
		width: 100%;
		text-align: center;
	}
	.newletter-subscribe .box {
		padding: 25px 0;
	}
	#dialog-normal .newletter-title h2 {
		float: none;
		text-align: center;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	#dialog-normal .newleter-content {
		float: none;
		width: 80%;
		display: inline-block;
		vertical-align: top;
		margin: 10px 0 0;
	}
	.newletter-popup #boxes .newletter-title h2 {
		font-size: 26px;
		line-height: 36px;
		padding: 0 0 0px;
	}
	.newletter-popup .box {
		padding: 25px 0;
	}
}
@media(max-width:600px){
	.newletter-popup {
		margin: 10px auto !important;
		height: auto;
		overflow-y: auto;
		width: 280px;
		left: 0 !important;
		top: 0 !important;
		margin: 0 auto;
		right: 0 !important;
	}
	.newletter-popup .box {
		margin: 0;
		width: 100%;
		padding: 20px 10px;
	}
	#dialog-normal .newleter-content {
		width: 390px;
	}
	.newslatter-img {
		background: #ffffff url("../images/newsletter.jpg") no-repeat scroll top center / contain;
		height: 116px;
		width: 100%;
	}
	#boxes #frm_subscribe #subscribe_pemail {
		width: 80%;
		margin: 20px 0 25px;
	}
	.newletter-popup #frm_subscribe .newslatterpopup-content > span {
		font-size: 13px;
	}
	.b-close::before {
		background-color: #fff;
	}
	.newletter-popup #dialog {
		display: inline-block;
		float: none;
		height: auto !important;
		max-width: 300px !important;
		position: relative;
		vertical-align: top;
		width: auto;
		margin: 0 auto;
	}
	.newletter-popup #boxes .newletter-title h2 {
		padding: 0 0 8px;
	}
}
@media(max-width:480px){
	.newletter-subscribe .button > span {
		display: none;
	}
	#subscribe .btn {
		padding: 10px 18px;
	}
	.newletter-subscribe .button > i {
		font-size: 22px;
		line-height: 16px;
		color: #000;
		display: inline-block;
		transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
		-moz-transform: rotateZ(-30deg);
		-o-transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
	}
	.newletter-popup #boxes .newletter-title h2 {
		font-size: 24px;
	}
	.newletter-subscribe .button:hover > i {
		color: #fff;
	}
	#dialog-normal .newleter-content {
	  	width: 100%;
	}
	.popup-button {
		margin-bottom: 20px;
	}
	.newletter-popup #frm_subscribe {
		margin: 0 0 10px;
	}
	#subscribe_email {
		padding: 0 65px 0 10px;
	}
	#dialog-normal .newletter-title h2 {
		font-size: 20px;
		line-height: 38px;
		margin: 0;
		padding: 40px 0 0;
	}
	.newletter-subscribe .box {
		padding: 15px 0 20px;
	}
	#dialog-normal .newletter-title .tt-title::before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}