/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
}

    .cc-cookies a, .cc-cookies a:hover {
        color: #337ab7;
        text-decoration: underline;
    }

        .cc-cookies a:hover {
            text-decoration: none;
        }

.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 100%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}

    .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        border: 1px solid #8e0703;
        border-radius: 0;
        background: #8e0703;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        text-decoration: none;
        min-width: 100px;
        margin-top: 10px;
    }

    .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
        background: #af3b3b;
        margin-left: 0.5em;
    }

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
    background: #8e0703;
    text-decoration: none;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies .cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

    .cc-cookies .cc-discreet a.cc-cookie-reset {
        background: none;
        text-shadow: none;
        padding: 0;
        text-decoration: underline;
    }

    .cc-cookies .cc-discreet a:hover.cc-cookie-reset {
        text-decoration: none;
    }

.cc-cookies-inline {
    position: relative !important;
    background: #565656 !important;
    background: rgba(86,86,86,0.95) !important;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    z-index: 99999;
    text-align: center;
    color: #fff;
}

.cc-cookies-popup-parent-dialog {
    width: 45em !important;
    height: 6.25em !important;
}

    .cc-cookies-popup-parent-dialog .ui-dialog-titlebar {
        display: none;
    }

.cc-cookies-popup {
    min-height: 3em !important;
    background: #565656 !important;
    background: rgba(86,86,86,0.95) !important;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    z-index: 99999;
    text-align: center;
    color: #fff;
}

    .cc-cookies-popup .cc-cookies-message {
        margin-bottom: 2em;
        display: block;
    }

    .cc-cookies-popup a.cc-cookie-accept, .cc-cookies-popup a.cc-cookie-decline {
        display: block;
        padding-left: 3em;
        padding-right: 3em;
        width: 30%;
        float: left;
    }

.cc-cookies-banner {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    z-index: 99999;
    text-align: center;
    margin-top: 50px;
    background: #f2f2f2;
    padding: 30px;
}

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        position: fixed;
        float: left;
    }
}

.cc-cookies-message {
    font-size: 14px;
    font-weight: 600;
    color: #808080;
}