#esns_background_layer {
    position: absolute;
    z-index: 9998;
    background: url(../images/newssubscribers/esns_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}
.esns_box_image {
    float: left;
    width: 100%;
}
.esns_box_image img {
    width: 100%;
}
.esns_box_content {
    float: right;
    width: 100%;
    text-align: center;
    padding:10% 5% 5%;
	position: relative;
}

#esns_box_layer {
    z-index: 9999999;
    background-color: #ffffff;
    max-width: 400px;
    height: auto;
    overflow: hidden;
    top: 30%;
    text-align: center;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -35%);
	-webkit-transform: translate(-50%, -35%);
    left: 50%; width:100%;
}


#esns_box_block_3 {
  margin-bottom: 17px;
}

#esns_box_close {
	float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding:5px;
}
.esns_box_lines {
  
 }
#esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}




#esns_box_subscribe_submit a {
	background: transparent;
    display: inline-block;
    padding: 14px 25px;
    color: #252525;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 2px;
}

#esns_box_subscribe_submit a:hover {
	color: #FFFFFF;
	background: #000;
}

#esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

#esns_box_subscribe_response_success {
    display: none;
}

#esns_box_subscribe_response_error {
    color: #ea6868;
    text-align: left;
    margin: 0 0 0 30px;
    height: auto;
    overflow: hidden;
}

#esns_box_subscribe_response_success {
    color: #35ea49;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
}


/*** LABEL THEME ***/
.tl#esns_box_layer {
    z-index: 9999;
    background-color: #ffffff;
    max-width:760px;
    height: auto;
    overflow: hidden;    width: 100%;
    top: 0;
    text-align: center;
    display: inline-block;
    top: 40%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
}

.tl #esns_box_block_1, .tl #esns_box_block_2 {
    color: #ffffff;
    text-align: right;
    float: right;
    line-height: normal;

}
.tl #esns_box_block_1 {
    margin: 20px 55px 0 0 ;
}


.tl #esns_box_block_3 {
    color: #000000;
    clear: both;
    text-align: justify;
    float: right;
    margin: 10px 55px 0px 0 ;
    width: 340px;
    height: 70px;
    overflow: hidden;
 }

.tl #esns_box_close {
    position: absolute;
}
.tl #esns_box_subscribe_input {
    width: 340px;
}
.tl #esns_box_subscribe_response_error {
    height: 22px;
    line-height: 15px;
    color: #ffffff;
    float: right;
    text-align: left;
    width: 325px;
    margin: 0 50px 0 0;
    overflow: hidden;
}

.tl #esns_box_subscribe_input input {
    margin: 0 0 0 132px;
    background: none;
    height: 29px;
    width: 216px;
    border: 0;
}




#esns_box_block_3 p {
    font-size: 14px;    line-height: 1.7;
}
#esns_box_block_2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #6f6e6b;
}


div#esns_box_subscribe_submit {
    margin-top: 12px;
}
#esns_box_block_1 h1 {
    margin-bottom: 12px;    
    color: #252525;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input#esns_email {
    background: transparent;
    border: 1px solid #CCC;
    width: 365px;
    max-width: 100%;
    height: 40px;
    padding: 0 8px;
}



@media (max-width:767px){
#esns_box_layer {
    max-width: 350px;
    top:5%;
    text-align: center;
    display: inline-block;
    position: absolute;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    left: 0;
    right: 0;
    margin:auto auto !important;
}

.esns_box_image {
    width: 100%; float:none;
}

.esns_box_content{
	float: none;
    width: 100%;
	padding:5%;    display: inline-block;
}


}

@media (max-width:480px){
	
#esns_box_layer{max-width: 290px;}
#esns_box_block_1 h1{    font-size: 24px;}

}
