
.cookies_panel, .cookies_disclaimer {
    position: fixed;
    z-index: 100;
    background: #fff;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cookies_panel {
    opacity: 0.90 !important;
}

.cookies_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    /*background-color: #3a4044;*/
    background: #000;
    width: 100%;
    padding: 15px 15px;
    z-index: 110;
}

    .cookies_text, .cookies_footer {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }


.cookies_wrapper h3 {
    color: #fff;
}

.cookies_text {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

    .cookies_text a {
        color: #fff;
    }


@media screen and (max-width: 992px) {
    .cookies_panel .cookies_wrapper .cookies_text {
        width: 100%;
    }
}

.cookies_panel .cookies_wrapper .cookies_footer {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

    .cookies_panel .cookies_wrapper .cookies_footer a {
        color: #fff;
        float: left;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }

@media screen and (max-width: 992px) {
    .cookies_panel .cookies_wrapper .cookies_footer {
        width: 100%;
    }
}
