.cookie-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    display: none;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    z-index: 1000077;
    display: block;
}

#modal_gdpr_intro_popup .modal-dialog {
    width: 750px;
}

.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;
    color: #ffffff;
    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-terms-and-conditions-btn a {
    text-decoration: none;
    color: #ffffff;
}

.gdpr-terms-and-conditions-btn a:hover {
    text-decoration: none;
    color: #ffffff;
}

.gdpr-terms-and-conditions-btn a:focus {
    text-decoration: none;
    color: #ffffff;
}
.gdpr-panel-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.gdpr-panel-btn a {
    text-decoration: none;
    color: #ffffff;
}

.gdpr-panel-btn a:hover {
    text-decoration: none;
    color: #ffffff;
}

.gdpr-panel-btn a:focus {
    text-decoration: none;
    color: #ffffff;
}
.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;*/
}

/* Media Queries
-------------------------------------------------------------- */


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 991px) {
    #modal_gdpr_intro_popup .modal-dialog {
        width: 95%;
    }
    .gdpr-panel-general-text {
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .cookie-overlay {
        padding: 20px 0px;
        background-color: rgba(0, 0, 0, .9);
    }
    #modal_gdpr_intro_popup .modal-dialog {
        width: 95%;
    }

    .btn-primary {
        width: 80%;
    }

    .btn-success {
        width: 80%;
    }

    .img-logo-gdpr {
        margin: 0 auto;
        width: 50%;
    }
    .gdpr-panel-btn {
        font-size: 13px !important;
        line-height: 15px;
    }

    .gdpr-panel-general-text {
        margin: 0px auto;
        font-size: 13px;
        line-height: 16px;
        padding: 0px 10px 5px 0px;
    }

    .gdpr-panel-btn, .gdpr-terms-and-conditions-btn {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .links-footer {
        margin-top: 15px;
    }

    .gdpr-terms-and-conditions-btn {
        font-size: 13px !important;
        line-height: 15px;
    }
}