
#tm-newsletter-popup-form {
	float:right;
	max-width:50%;
}

#tm-newsletter-popup-form:before, #tm-newsletter-popup-form:after {
  display: table;
  content: "";
  line-height: 0; 
  }
  
#tm-newsletter-popup-form:after {
  clear: both; 
  }

.newsletter-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(244, 244, 244, 0.7);
  }

.newsletter-popup {
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  }
.newsletter-popup:before, .newsletter-popup:after {
    display: table;
    content: "";
    line-height: 0; }
.newsletter-popup:after {
    clear: both; }
.newsletter-popup .box-content {
    float: left;
    width: 48%;
    text-align: left; 
	}
.newsletter-popup h4 {
	color:#fff;
	font-size:24px;
	line-height:29px;
	margin: 0 0 17px 0; 
	letter-spacing:0;
}
.newsletter-popup h2 + p {
	font-size:14px;
	line-height:20px;
	margin: 20px 0 0; 
}
.newsletter-popup-close-btn {
	background: #fff;
	outline: none;
	border: none;
	text-align:center;
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height:60px;
	color: #3e3e3e;
	font-size: 24px;
	line-height: 30px;
	padding:14px 15px;	
}
.newsletter-popup-close-btn i {
	color: #3e3e3e;
	font-size: 24px;
	line-height: 30px;
	margin-left: 10px;
}	
.newsletter-popup-close-btn:hover,
.newsletter-popup-close-btn:hover i,
{
	color: #00bbd3; 
}
.newsletter-popup .logo img {
	display: inline-block; 
}
.newsletter-popup .tm-login-form {
	position: relative;
	margin-top: 50px; 
}
.newsletter-popup .tm-login-form input {
	width: 295px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	border-radius: 0; 
}
 .newsletter-popup .tm-login-form:before, .newsletter-popup .tm-login-form:after {
	display: table;
	content: "";
	line-height: 0; 
}
.newsletter-popup .tm-login-form:after {
	clear: both;	
	}
+ .newsletter-popup .tm-login-form-btn {
	margin-left: 10px; 
}
.newsletter-popup .logo + h4 {
	margin-top: 20px; 
}
.newsletter-popup-btn {
	margin-top: 0;
	border: none;
	outline: none;
	float:left;
	display: inline-block;
	font-size: 24px;
	line-height: 29px;
	height: 48px;
	color: #3e3e3e;
	background: #f8f8f8;
	border-radius: 0;
	text-transform:lowercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 8px 15px 10px;
	box-sizing: border-box;
	box-shadow: none; 	
}   
.newsletter-popup-btn:hover,
.newsletter-popup-btn:hover i
 {
	color:#b6b6b6;	
}

.newsletter-popup .newsletter-error, .newsletter-popup .newsletter-success {
  position: absolute;
  top: 100%; }

@media (max-width: 767px) {
  .newsletter-popup-wrap {
    display: none !important; } }
