#esns_background_layer {
    position: fixed;
    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_layer {
    z-index: 9999;
    background: url('../images/newsletter-bg.jpg') no-repeat transparent;
    height: 440px;
    width: 830px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

#esns_box_title {
    width: 316px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    height: auto;
    overflow: hidden;
    padding: 19px;
    margin: 30px;
    border: 1px solid #fff;
}

#esns_box_block_1 {
    width: 350px;
    font-size: 42px;
    text-align: left;
    font-weight: bold;
}
#esns_box_block_2 {
    font-size: 15px;
    height: auto;
    text-align: left;
    margin: 0  0 10px 0 ;
    text-transform: uppercase;
    width: 350px;
}
#esns_box_block_3 {
    font-family: 'Montserrat';
    text-align: center;
    color: #fff;
    width: 368px;
    margin: 25px 0;
}

#esns_box_block_3 span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
}

#esns_box_close {
    height: 22px;
    width: 22px;
    background: url(../images/newsletter-close.png) no-repeat;
    cursor: pointer;
    float: right;
}
.esns_box_lines {
    background: url("../images/newssubscribers/esns_box_lines.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 5px 0;
 }
#esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}
#esns_box_subscribe_input {
    width: 275px;
    float: left;
    clear: both;
}
#esns_box_subscribe_input input {
    width: 368px;
    margin: 1px 0 0 20px;
    border: 1px solid #acacac;
    height: 35px;
    padding-left: 10px;
}
#esns_box_subscribe_submit {
    width: 80px;
    float: left;
}

#esns_box_subscribe_submit a {
    font-family: 'Montserrat';
    text-transform: uppercase;
    background: #ed80af;
    width: 117px;
    height: 35px;
    display: block;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    margin: 1px 0 0 0;
}

#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: #fff;
}


/*** LABEL THEME ***/
.tl#esns_box_layer {
    height: 440px;
    width: 385px;
    background: url('../images/newsletter-bg.png') no-repeat transparent;
    position: relative;
}
.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_2 {
    margin: 0px 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;
}

.tl #esns_box_subscribe_submit a {
    background: none;
    color: #ffffff;
    height: 29px;
    line-height: 25px;
    background: url('../images/newssubscribers/esns_input.png') no-repeat -212px 0px;
}
.tl #esns_box_subscribe_response_success {
    color: #FFFFFF;
    float: right;
    margin: 0 50px 0 0;
    width: 340px;
}
.tl #esns_box_subscribe_input {
    background: url('../images/newssubscribers/esns_input.png') no-repeat 125px 0px;
}

.tl #esns_box_close {
    height: 36px;
    width: 36px;
    background: url(../images/newssubscribers/esns_box_close2.png) no-repeat;
    right: 10px;
    top:-5px;
}

@media only screen and (max-width: 768px ) {
    #esns_background_layer { display: none !important; }
}