.fieldpopupnewsletter {display: none;}
.fieldpopup .fancybox-skin .fancybox-close {
    top: -14px;
    right: -14px;
    background-color: rgba(0,0,0,0.9);
    color: #ffffff;
    line-height: 29px;
    border-radius: 0;
    z-index: 8;
    width: 29px;
    height: 29px;
}
.fieldpopup .fancybox-skin .fancybox-close:after {
        content: "\f00d";
    font-size: 18px;
    font-weight: 300;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 300ms ease-in-out 0ms;
}
#newsletter_block_popup {
    color: #ffffff;
    position: absolute;
    left: 50px;
    bottom:23px;
    right:40px;
    margin: 0;
}
#newsletter_block_popup .block_content{
    padding-bottom: 105px;
}
.fieldpopup .inputNew {
    background-color: #e8e8e8;
    border: none;
    color: #555555;
    float: left;
    font-size: 14px;
    height: 36px;
    padding: 0 0 0 10px;
    width: 290px;
    text-transform: uppercase;
}
.popup_title h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.popup_text {
    font-size: 16px;
    max-width: 319px;
    padding-bottom: 16px;
}
.button_unique {
    background-color: #e7257b;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    padding: 9px 22px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.button_unique:hover{
    background: #11c2ea;
}
.send-response {
    font: normal 16px "helveticaneue";
    color:#990000;
    padding-bottom: 5px;
}
.newsletter_block_popup-bottom{
    bottom: -20px;
    left: -40px;
    position: absolute;
}
.newsletter_block_popup-bottom label{
    color: #ffffff;
    font-size: 14px;
}
#uniform-newsletter_popup_dont_show_again{
    float: left;
    margin-top: 3px;
}
#uniform-newsletter_popup_dont_show_again span{
    background-color: transparent;
    border: 1px solid #ffffff;
}
.fancybox-close-overlay {
        width: 29px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    top: -14px;
    right: -14px;
    z-index: 9;
}