.badPopupnewsletter-i .close {
    background: #000000 url(../img/icon_close.png) no-repeat scroll center center;
    color: #fff;
    font-size: 0;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: 16px;
    z-index: 1;
    width: 30px;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.badPopupnewsletter-i .close:hover {
    opacity: 0.8;
}
.badnewsletterpopup {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 100%
}
#newsletter_block_popup {
    bottom: 0;
    left: 0;
    margin-left: 50%;
    padding: 60px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
#newsletter_block_popup .block_content .newsletter_title h3 {
    color: #333;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 25px;
    text-transform: none;
}
#newsletter_block_popup .block_content .badContent {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
#newsletter_block_popup .block_content .badContent p {
    margin: 0;
}
#newsletter_block_popup .block_content .badAlert {
    color: #b11e22;
    font-size: 14px;
}
#newsletter_block_popup .block_content .inputNew {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 90%;
    margin-bottom: 30px;
}
#newsletter_block_popup .block_content .badnewsletter-popup-send-reqest {
    background: #b11e22 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
    padding: 0 30px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#newsletter_block_popup .block_content .badnewsletter-popup-send-reqest:hover {
    background-color: #333;
}
#newsletter_block_popup .newsletter_block_popup-bottom {
    display: inline-block;
}
#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
    display: inline;
    float: left;
    line-height: 25px;
    margin-right: 5px;
}
#newsletter_block_popup .newsletter_block_popup-bottom .bad-newsletter-dont-show-again {
    color: #666;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin: 0;
}
.badPopupnewsletter-i {
    margin: auto;
    max-width: 630px;
    height: auto;
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    position: relative;
    left: 0;
    right: 0;
    padding: 15px;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.badnewsletter-popup-content-images img {
    width: 100%
}
.badnewsletter-popup-block {
    border: 8px solid #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    background-color: #ffffff;
    width: 100%;
    height: 100%!important;
    background-repeat: repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    align-items: center;
}
.badnewsletter-popup-content-images {
    width: 50%;
}
.badnewsletter-popup-content-title {
    padding: 15px;
    text-align: center;
    width: 50%;
}
.badnewsletter-popup-content-title .newsletter_title {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.badnewsletter-popup-content-title .badContent h4 {
    display: none;
}
.badnewsletter-popup-content-title .badContent p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 24px;
}
.badnewsletter-popup-content-title .badContent {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.badnewsletterp-popup input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.badnewsletterp-popup button {
    border: none;
    height: 40px;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #9d0b0b;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 10px;
}
.badnewsletterp-popup button:hover {
    color: #ffffff;
    background-color: #000;
}
.badnewsletter-popup-bottom {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.badnewsletter-popup-bottom [type=checkbox]{
    cursor: pointer;
}
.badnewsletter-popup-bottom label {
    margin-bottom: 0;
    margin-left: 5px;
    text-align: left;
    font-size: 13px;
    color: #777777;
}
.badnewsletter-popup-checkbox {
    height: 13px;
}
.badAlert {
    font-size: 14px;
    color: #27a74f;
    padding-bottom: 10px;
}
@media(max-width:991px) {
    .badnewsletter-popup-content-title .badContent p {
        font-size: 13px;
    }
}
@media(max-width:620px) {
    .badnewsletter-popup-block{
        flex-wrap:wrap;
    }
    .badPopupnewsletter-i{
        max-width: 300px;
        transform: translate(0, -35%);
        -webkit-transform: translate(0, -35%);
        -o-transform: translate(0, -35%);
        -ms-transform: translate(0, -35%);
        -moz-transform: translate(0, -35%);
    }
    .badnewsletter-popup-content-images,
    .badnewsletter-popup-content-title {
        width: 100%;
    }
    .badnewsletter-popup-content-title {
        padding: 15px 5px;
    }
    .badnewsletter-popup-content-title .newsletter_title {
        font-size: 20px;
    }
}
