#moda_popupnewsletter  .modal-content {
    background-clip: padding-box;
    background:none;
    border:none;
    border-radius: 0;
    outline: 0 none;
    position: relative;
}
.fieldpopup .fancybox-skin .fancybox-close {top:5px; right:2px; background-color: transparent; color: #ffffff; line-height: 20px; z-index:8}
.fieldpopup .fancybox-skin .fancybox-close:after {
    content: "X";
    font-size: 20px;
}
#newsletter_block_popup {
    color: #ffffff;
    position: absolute;
    left: 62px;
    top: 94px;
    right:62px;
    margin: 0;
}
#newsletter_block_popup .block_content{
    padding-bottom: 105px;
}
.fieldpopup .inputNew {
    background-color: #ffffff;
    border: medium none;
    clear: both;
    color: #555555;
    display: block;
    float: left;
    font-size: 16px;
    height: 35px;
    margin-top: 10px;
    padding: 0 0 0 15px;
    width: 270px !important;
}
.fieldpopup  .form-control::-webkit-placeholder{
    width: 270px;
    float: right;
    color: red;
}
.popup_title h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
.popup_text p{
    font-size: 12px;
    padding: 5px 0;
    color: #fff;
}
.button_unique {
    background-color: #a8c3ce;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 1;
    min-width: 100px;
    padding: 13px;
    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;
}
.fieldpopupnewsletter .inputNew {
    text-align: left;
    background-color: #fff;
    border: medium none;
    clear: both;
    color: #999;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px;
    padding: 0 0px 0 20px;
    border-radius: 0;
    width: 250px!important;
}
.button_unique:hover{
    background: #424242;
}
.block-social-newsletter {
    padding-bottom: 5px;
    clear: both;
    padding-top: 47px;
}
.block-social-newsletter p{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.block-social-newsletter ul li {
    float: left;
    margin: 10px 9px 0;
}
.block-social-newsletter ul {
    display: inline-block;
    margin: 0 -8px;
}
.block-social {
    text-align: left;
}
.block-social-newsletter ul a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #999999;
    display: block;
    font-size: 18px;
}
.send-response {
    font-size: 16px;
    color:#990000;
    padding-bottom: 5px;
}
.newsletter_block_popup-bottom{
    bottom: 0;
    right: -46px;
    position: absolute;
}
#newsletter_popup_dont_show_again {
    float: left;
    margin-top: 0;
    background: transparent;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.newsletter_block_popup-bottom label{
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 20px;
}
#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: 28px;
    height: 28px;
    position: absolute;
    cursor: pointer;
    top:5px;
    right:5px;
    z-index:9;
}
#moda_popupnewsletter .close{
    opacity: 1;
    top:16px;
    right:16px;
    position: absolute;
}
#moda_popupnewsletter .close span{
    color:#fff;
    width: 28px;
    height: 28px;
    background: none;
    font-size: 28px;
    line-height: 28px;
    text-align: right;
}