/* newsletter popup */
.b-close{
	background: #111111;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	padding: 0 4px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
}
#popup2 .b-close .icon-close {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  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);
}
.newletter-popup{
	background: #ffffff url("images/newsletter.jpg") no-repeat scroll center center;
	background-attachment: scroll;
	  -webkit-background-position: center center;
	  -moz-background-position: center center;
	  -o-background-position: center center;
	  -webkit-background-repeat: no-repeat;
	  -moz-background-repeat: no-repeat;
	  -o-background-repeat: no-repeat;
	  background-repeat: no-repeat;
    top: 50% !important;
    margin-top: -160px;
    position: fixed !important;
	overflow: hidden;
    display: none;
	height: auto;
	padding: 0 40px;
	width: 710px;
}
.newletter-popup .box {
  padding: 45px 0;
  float: left;
  width: 65%;
}
.newletter-popup #boxes .newletter-title h2{
	color: #222222;
	font: 600 28px/30px "Playfair Display",sans-serif;
	margin: 0;
	padding: 0 0 13px;
	position: relative;
	text-transform: uppercase;
}
.newletter-popup #boxes .newletter-title h2::before {
	background: #cccccc;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 55px;
}
.newletter-popup #boxes .newletter-title h2::after {
	background: #cccccc;
	bottom: 0;
	content: "";
	height: 3px;
	left: 57px;
	position: absolute;
	right: auto;
	top: auto;
	width: 10px;
}
.newletter-popup .newletter-title {
  float: left;
  position: relative;
  width: 100%;
}
.newletter-popup .newleter-content > span {
  float: left;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.newletter-popup .newleter-content {
  float: left;
  width: 100%;
}
#boxes .box-content label{
	font-weight: 400;
	font-size:14px;
	margin: 0;
	cursor: pointer;
}
#boxes .box-content > label {
  display: none;
}
#boxes .box-content label:hover {
	color: #000000;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: none;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	height: 40px;
	margin: 5px 0 18px;
	padding: 0 10px;
	width: 80%;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
	float: left;
	width: 100%;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#subscribe_popup #notification > div {
  margin: 10px 0 0;
}
#boxes  #frm_subscribe #notification .success{
	color: #4caf50;
}
#popup2{
	width: 100%;
	float: left;
}
.popup-button {
	float: left;
	width: 100%;
}
/* newsllter */
#dialog-normal .newletter-title {
	float:left;
	width: 100%;
}
#dialog-normal .newletter-title h2{
	background: none;
	color: #000000;
	font: 600 32px/36px "Playfair Display",sans-serif;
	letter-spacing: 1px;
	margin: 0 0 25px;
	padding: 75px 0 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
#dialog-normal .newletter-title h2::before {
	bottom: 0;
	content: "\e151";
	font-family: "Material Icons";
	font-size: 54px;
	height: 55px;
	left: 0;
	line-height: 64px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
.newletter-subscribe .newletter-container .newsletter-desc {
	color: #111111;
	float: left;
	font: italic 400 16px/24px "Josefin Sans",sans-serif;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#dialog-normal .newleter-content{    
	display: inline-block;
	float: none;
	margin: 45px 0 0;
	max-width: 700px;
	padding: 0 15px;
	vertical-align: top;
	width: 100%;
}
#form_subscribe {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.newletter-subscribe {
  float: left;
  padding: 80px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.newletter-subscribe .box {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 52%;
}
#subscribe_email{
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #000000;
	display: block;
	float: left;
	font-size: 14px;
	height: 48px;
	margin: 0;
	padding: 0 130px 0 15px;
	width: 100%;
}
#subscribe_email::-webkit-input-placeholder{
  color: #333333;
}
#subscribe_email::-moz-placeholder{
  color: #333333;
}
#subscribe_email:-ms-input-placeholder{
  color: #333333;
}
#subscribe_email:-moz-placeholder {
  color: #333333;
}
#subscribe .btn {
	background: #111111;
	border: 1px solid #111111;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	color: #ffffff;
	font-size: 14px;
	font-family: Philosopher;
	font-weight: 400;
	letter-spacing: 2px;
	height: 48px;
	line-height: 28px;
	padding: 8px 20px;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: 0;
}
#subscribe .btn:hover{
	background: #242424;
	border-color: #242424;
	color: #ffffff;
}
#subscribe .btn::after {
	background: #ffffff;
	border-radius: 25px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	-moz-opacity: 0.1; 
	-khtml-opacity: 0.1; 
	-webkit-opacity: 0.1;
	position: absolute;
	top: 0;
	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;
	width: 0;
}
#subscribe .btn:hover::after {
	width: 100%;
}
.newletter-subscribe .button i {
  display: none;
}
#notification-normal{
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px;
	bottom: auto;
	float: left;
	overflow: hidden;
	position: absolute;
	top: 60px;
	width: 100%;
}
#notification-normal div{
	background: #dff0d8;
	color: #3c763d;
	font-size: 14px;
	padding: 10px 15px;
}
#notification-normal div.warning{
	background: #f2dede;
	color: #a94442;
}
@media(max-width:1299px){
	.newletter-subscribe {
		padding: 40px 0;
	}
}
@media(max-width:1199px){
	#dialog-normal .newletter-title h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.newletter-subscribe .box {
		width: 70%;
	}
	#dialog-normal .newleter-content {
		margin-top: 25px;
	}
}
@media(max-width:991px){
	.newletter-subscribe {
		padding: 40px 0;
	}
	#dialog-normal .newletter-title h2 {
	  display: inline-block;
	  float: none;
	  margin: 0 0 20px;
	  vertical-align: top;
	  width: auto;
	}
}
@media(max-width:767px){
	.newletter-subscribe .box {
	  width: 80%;
	}
	#dialog-normal .newletter-title {
		padding: 0;
	}
}
@media(max-width:600px){
	.newletter-popup {
		width: 465px;
	}
	.newletter-popup .box {
		width: 80%;
	}
	#dialog-normal .newleter-content {
		padding: 0;
	}
}
@media(max-width:480px){
	.newletter-popup {
		width: 300px;
		margin: 0;
		padding: 0;
		top: 18% !important;
		overflow-y: auto;
	}
	.newslatter-img {
		width: 100%;
		height: 470px;
	}
	.newletter-popup .box {
		margin: 12px;
		padding: 25px 15px;
		width: 93%;
	}
	.newletter-popup #boxes .newletter-title h2 {
		font-size: 22px;
		line-height: 24px;
	}
	#boxes #frm_subscribe #subscribe_pemail {
		width: 80%;
	}
	#dialog-normal .newletter-title h2 { 
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 5px;
	}
	#dialog-normal .newletter-title .tt-title::before {
		left: 0;
		right: 0; 
	}
	.newletter-subscribe .newletter-container .newsletter-desc {
		font-size: 14px;
		line-height: 20px;
	}
	#dialog-normal .newleter-content {
		margin: 20px 0 0;
	  	width: 290px;
	}
	.newletter-subscribe .button > span {
		display: none;
	}
	#subscribe .btn {
		width: 48px;
		padding: 0 15px;
	}
	.newletter-subscribe .button > i {
	    color: #ffffff;
		display: inline-block;
		font-size: 22px;
		line-height: 40px;
		transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
		-moz-transform: rotateZ(-30deg);
		-o-transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
	}
	.newletter-subscribe .button:hover > i {
		color: #000000;
	}
	#subscribe_email {
		padding: 0 50px 0 10px;
	}
	.newletter-subscribe .row {
	  margin: 0;
	}
	.newletter-subscribe .box {
	  width: 100%;
	}
	.newletter-subscribe {
	  padding: 20px 0;
	}
}