#modal_gdpr_intro_popup .modal-dialog {
    width: 750px;
}

#modal_gdpr_intro_popup .modal-header {
    background-color: #ffffff !important;
}

.gdpr-panel-btn, .gdpr-terms-and-conditions-btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px !important;
    border: 0 none;
}

.gdpr-thanks-msg {
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

.gdpr-panel-general-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.gdpr-terms-and-conditions-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.gdpr-panel-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.btn-primary {
    width: 40%;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.links-footer {
    margin-top: 30px;
}

.gdpr-modal-btn-ok {
}

.img-logo-gdpr {
    margin: 0 auto;
    width: 20%;
}

.btn-success {
    width: 40%;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.btn-default {
    padding: 10px 25px;
    background: #979797;
    color: #fff;
    border: 1px solid #979797;
    font-family: 'Roboto', sans-serif;
}

.btn-success:hover {
    background: #337ab7;
    color: #fff;
    border: 1px solid #337ab7;
}

/* RESPONSIVE STYLES
---------------------------------------------------------*/

/* 1440 */
@media (min-width: 1370px) and (max-width: 1440px) {

}

/* 1366 */
@media (min-width: 1279px) and (max-width: 1366px) {

}

/* 1280 */
@media (min-width: 1260px) and (max-width: 1280px) {

}

/* desktop normal */

@media (min-width: 1200px) {

}

/* 1024 */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* 768 tableta*/
@media (min-width: 768px) and (max-width: 991px) {
    #modal_gdpr_intro_popup .modal-dialog {
        width: 95%;
    }
}

/* 640 - telefon mare (iphone 6, 7 plus) */
@media (max-width: 767px) {
    #modal_gdpr_intro_popup .modal-dialog {
        width: 95%;
    }

    .btn-primary {
        width: 80%;
    }

    .btn-success {
        width: 80%;
    }

    .img-logo-gdpr {
        margin: 0 auto;
        width: 50%;
    }

}

/* 375 - telefon mediu (iphone 6, 7) */
@media (min-width: 330px) and (max-width: 480px) {
    .btn-success {
        width: 100%;
    }
}

/* 320- telefon mic (iphone 5) */
@media (min-width: 300px) and (max-width: 325px) {
    #modal_gdpr_intro_popup .modal-body {
        padding: 10px 5px;
    }

    .btn-primary {
        width: 790%;
    }

    .links-footer {
        margin-top: 20px;
    }

    .btn-primary {
        width: 90%;
    }

    .img-logo-gdpr {
        margin: 0 auto;
        width: 40%;
    }

    .btn-success {
        width: 100%;
        font-size: 14px;
    }

    .btn-default {
        /*width: 100%;*/
        font-size: 14px;
        /*padding: 10px 5px;*/
    }
}