.newsletter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.6);
    z-index: 99999;
    display: none;
}

.newsletter-popup .modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    max-width: 600px;
    overflow-y: auto;
    z-index: 1000;
    padding: 15px;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
}

.newsletter-popup .modal-close:before {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer;
    z-index: 999;
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 16px;
    content: "e";
    color: #333333;
    padding: 5px;
    font-size: 16px;
    line-height: 14px;
}

.newsletter-popup.show-popup {
    display: block;
}

.newsletter-popup .modal-box {
    padding: 0;
    max-height: 80%;
    overflow-y: auto;
}

.newsletter-popup .modal-box:after {
    content: '';
    display: table;
    clear: both;
}

.newsletter-popup .modal-box .messages,
.newsletter-popup .modal-box .messages li li {
    margin-bottom: 0;
}

.newsletter-popup .modal-box .subscribe-wrap {
    padding: 45px;
}

.newsletter-popup .modal-box .subscribe-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.newsletter-popup .modal-box .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-right: 15px;
}

.newsletter-popup .modal-box .left:last-child {
    margin-right: 0;
}

.newsletter-popup .modal-box .left img {
    margin-bottom: 15px;
}

.newsletter-popup .modal-box .left .subscription-terms {
    font-size: 12px;
}

.newsletter-popup .modal-box .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

.newsletter-popup .modal-box .right:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 770px) {
    .newsletter-popup .modal-box .left,
    .newsletter-popup .modal-box .right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-right: 0;
    }

    .newsletter-popup .modal-box .left:last-child,
    .newsletter-popup .modal-box .right:last-child {
        margin-right: 0;
    }
}