

.cookies_panel, .cookies_disclaimer {
    position: fixed;
    z-index: 100;
    background: #000;
    opacity: 1;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}





.cookies_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fcf339;
    /*background-color: #3a4044;*/
    background: #333;
    width: 100%;
    padding: 15px 15px;
    z-index: 110;
}

.cookies_wrapperDisclaimer {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    /*background-color: #3a4044;*/
    background: #173c6d;
    width: 100%;
    padding: 15px 15px;
    z-index: 110;
}

    .cookies_wrapperDisclaimer .cookies_text, .cookies_footer {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }


.cookies_wrapper h3 {
    color: #fcf339;
    font-size: 20px;
    font-weight: bold;
}

.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%;
    }
}

.btn {
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    color: black !important;
    background-color: #fcf339;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    width: 150px;
    height: 30px;
    line-height: 28px;
    float: right;
    cursor: pointer;
}