.fieldpopupnewsletter {display: none;}
.fieldpopup .fancybox-skin .fancybox-close {
    top: -35px;
    right: -35px;
    background-color: transparent;
    color: #ffffff;
    line-height: 35px;
    z-index: 8;
    width: 35px;
    height: 35px;
}
.fieldpopup .fancybox-skin .fancybox-close:after {
    content: "\f00d";
    font-family: "Fontawesome";
    font-size: 24px;
}
.newsletterForm{
    display: inline-block;
}
#newsletter_block_popup {
    color: #ffffff;
    position: absolute;
    left: 50px;
    top:114px;
    right:40px;
    margin: 0;
    text-align: center;
}
.fieldpopup .inputNew {
    background-color: #ffffff;
    border: medium none;
    clear: both;
    color: #555555;
    display: block;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 0 0 0 15px;
    width: 250px;
}
.fieldpopup  .form-control::-webkit-placeholder{
    width: 270px;
    float: right;
    color: red;
}
.popup_title{
    margin-bottom: 17px;
}
.popup_title h2{
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}
.popup_title p{
    margin: 0;
}
.popup_text {
    padding-bottom: 5px;
    clear: both;
    padding-top: 25px;
}
.popup_text ul{
    display: inline-block;
    margin: 0 -8px;
}
.popup_text ul li{
    float: left;
    margin: 10px 11px 0;
}
.popup_text ul a{
    width: 35px;
    height: 35px;
    padding: 10px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    background-color: rgba(255,255,255,.5);
}
.popup_text ul a:hover{
    color: #5bc0eb;
    background-color: rgba(255,255,255,1);
}
.popup_text ul a em span{
    display: none;
}
.button_unique {
    background-color: #5bc0eb;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    padding: 14px 14px 12px;
    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: #2d3a4b;
}
.send-response {
    color:#990000;
    padding-bottom: 0;
}
.newsletter_block_popup-bottom{
    bottom: 12px;
    left: 15px;
    position: absolute;
}
.newsletter_block_popup-bottom label{
    color: #ffffff;
    cursor: pointer;	
    margin-bottom: 0;
}
#uniform-newsletter_popup_dont_show_again{
    float: left;
    margin-top: 0;
    background: transparent;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
#uniform-newsletter_popup_dont_show_again span{
    background-color: transparent;
    border: 1px solid #ffffff;
    background-image: none;
    height: 20px;
    width: 20px;
    position: relative;
}
#uniform-newsletter_popup_dont_show_again span input{
    cursor: pointer;
}
#uniform-newsletter_popup_dont_show_again.checker span.checked,
#uniform-newsletter_popup_dont_show_again.checker.hover span.checked,
#uniform-newsletter_popup_dont_show_again.checker.focus span.checked{
    background-image: none;
    position: relative;
}
#uniform-newsletter_popup_dont_show_again.checker span.checked:before{
    content: "\f00c";
    font-family: "Fontawesome";
    position: absolute;
    top: 0;
    left: 3px;
    color: #fff;
}
.fancybox-close-overlay {
    top: -35px;
    right: -35px;
    background-color: transparent;
    z-index: 9;
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
}