/*NEWSLETTER POPUP*/
#newsletter-popup .span6.newsTextarea{background-color:#1e1c1d;}
.newsletterBg{
	background-position:center center!important;
	background-size:auto 99%!important;
}
.newsTextarea {
    padding:100px 60px;
	display:table-cell;
    z-index:2;
    position: relative;
}
#newsletter-popup{
    background-color:#000;
}
#newsletter-popup:before {
    content: ;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top: 20px;
    border: 5px solid #fff;
    z-index:1;
}

#newsletter-popup .note{
    font-size: 11px;
}
.detailBox{
    padding: 20px 0;
    color: #ECECED;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
}
#newsletter-popup p {
    font-size: 21px;
    font-weight: 300;
    margin: 15px 0;
	color:#777;
}
#newsletter-registration-form{
	display:inline-block;
    vertical-align: top;
    width: 100%;
}
.form-fields-middle{
	display:inline-block;
    vertical-align: top;
    width: 100%;
}
input#cm_email{
    border: 1px solid #ddd;
    height: 55px;
    width: 100%;
    padding: 0 10px;
    line-height: 55px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 20px 0;
}
#newsletter-popup #subscr_btn {
    background: none;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    margin: 0;
    padding: 15px 35px;
    text-transform: uppercase;
    white-space: nowrap;
}
#newsletter-popup #subscr_btn:hover{
	border-color:#ccc;
	color:#333;
	background:#fff;
}
#newsletter-popup .btn-sign-up-now {
    display:inline-block;
    position: relative;
    vertical-align: top;
}

#newsletter-popup .btn-sign-up-now.loading #subscr_btn{opacity:0.2;}
.progressLoader {
    display: none;
    opacity: a;
    position: absolute;
    left: 60px;
    top: 7px;
    color: 000;
    font-size: 22px;
}
.loading .progressLoader{display:block;}

#nl_box{
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 15001;
	display:none;
}
.nl_overlay{		
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height:100%;
}

#newsletter-popup {
    width: auto;
    display: table;
    vertical-align: top;
    text-align: center;
    color: #333;
    position: relative;
    margin: auto;
	max-width: 700px;
}
.nl_close{
    position: absolute;
    right: 0;
    top: -40px;
	width:40px;
	height:40px;
    font-size:0;
    background:#000;
}
.nl_close:before{
    -webkit-font-smoothing: antialiased;
    font-size:13px;
    line-height:38px;
    color: #fff;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
@media (max-width:639px){
	.newsTextarea {
		background: #ffffff;
		padding: 30px;
	}
}

