@charset "utf-8";

.wh_transf {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
    z-index: 9999999999;
    margin-top: 0px;
}
.close {
    width: 55px;
    height: 55px;
    position: absolute;
    top:140px;
    right:50px;
}
.newsletter-container{
	width:100%;
	text-align:center;}
.newsletter-title{
	width:700px;
	height:370px;
	text-align:center;
}
.newsletter-container form{
	width:80%;
	position:absolute;
	top:250px;
	left:23%;
}
.input-container.newsletter input.newsletter-input{
	background:0 none;
	border:0 none;
	border-bottom:solid 1px #fff;
	width:50%;
	padding-top:1em;
	padding-bottom:1em;
	font-size:1em;
	line-height:1em;
	font-weight:700;
	letter-spacing:.1em;
	color:#999!important;
	text-transform:uppercase;
	height:auto;
	float:none;
}

.input-container.newsletter input.button{
	border:0 none;
	min-width:125px;
	float:none;
	padding:.9em;
	font-size:1em;
	letter-spacing:.15em;
	background:#fff;
	height:auto;
	font-weight:bold;
}

.newsletter-social{ padding-top:30px;  padding-left:14%;}
.newsletter-social li{ float:left;}

 .join-mailer-footer{
	width:100%;
	position:relative;
	width:100%;
	bottom:0;
	left:0;
	text-align:center;
	padding-top:200px;
}

.join-mailer-footer a{
	font-size:10px;
	color:#999;
	text-transform:uppercase
}
.join-mailer-footer a:hover{
	text-decoration:underline;
	}
.join-mailer-footer a.privacy-link{
	padding-right:25px
}

.join-mailer-footer p{
	text-transform:uppercase;
	color:#999;
	margin:0;
	font-size:10px;
}

 .join-mailer-footer p.legal-info{
	padding-top:30px
}
.checkbox{ padding-left:5px;}
.checkbox label{ color:#fff; font-size:14px; color:#999; padding-left:10px;}
.error_message{ color:#fff; display:none;}


@media only screen and (max-width: 767px) and (min-width: 320px){
.join-mailer-content {
	width: 100%;
	margin-left:0;
	}
}
