﻿@media screen and (max-width:720px) {
    #cookiebanner a.c-button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px;
    }

    #c-right {
        float: none;
    }

    #c-left {
        float: none;
    }

    #cookiebanner p.c-message {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:720px) {
    #cookiebanner #c-left {
        float: left;
        max-width: 80%;
    }

    #cookiebanner #c-right {
        float: right;
    }
}

#cookiebanner {
    box-sizing: border-box;
    background-color: rgb(36,36,39);
    opacity: 0.9;
    width: 100%;
    padding: 25px 40px;
    position: fixed;
    z-index: 2147483645;
    bottom: -800px;
}

    #cookiebanner p {
        font-size: 16px;
        line-height: 1.4;
    }

    #cookiebanner .c-header {
        font-family: Helvetica, Arial, "Helvetica Neue", sans-serif !important;
        font-weight: 400 !important;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 4px;
    }

    #cookiebanner p.c-message {
        font-size: 16px;
        color: #999;
    }

    #cookiebanner a {
        font-weight: bold;
        color: #999;
    }

        #cookiebanner a:hover {
            color: #fff;
        }

        #cookiebanner a.c-button {
            background-color: rgb(255,255,255);
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
            margin-top: 10px;
            border-radius: 0 !important;
            -webkit-transition: all 520ms ease;
            -o-transition: all 520ms ease;
            transition: all 520ms ease;
            padding: 12px 52px 10px !important;
            font-family: Helvetica, Arial, "Helvetica Neue", sans-serif !important;
            text-transform: uppercase !important;
            font-weight: 600 !important;
            line-height: 1 !important;
            font-size: 18px !important;
            color: #343434 !important;
            border: none !important;
            /*font-size: 16px;*/
            /*-o-transition: .2s;
            -ms-transition: .2s;
            -moz-transition: .2s;
            -webkit-transition: .2s;
            transition: .2s;*/
        }

            #cookiebanner a.c-button:hover {
                box-shadow: none;
                background-color: #f8f8f8;
            }
