#cookie-bar {
    background: #ffffff;
    height: auto;
    min-height: 24px;
    line-height: 24px;
    color: #da872b;
    z-index: 10000;
    border-top: 1px solid #cd7a31;
    box-shadow: 0 0 3px #cd7a31;
}

#cookie-bar .message {
    padding: 0 115px 0 20px;
    margin: 15px 0;
    font: 700 13px/18px "Trebuchet2";
    text-align: left;

}
#cookie-bar .message a{
    color: #cd7a31;
    text-decoration: underline;
}
#cookie-bar .message a:hover{
    color: #b7621b;
}
#cookie-bar .buttons {
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer;
}


#cookie-bar p {
    color: #535353;
    font: 700 13px/18px "Trebuchet2";
    margin-bottom: 0px;
}


#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}



#cookie-bar a {
    color: #da872b;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    border: 1px solid #cd7a31;
    padding: 7px 15px 7px 15px;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #cd7a31;
    font: 700 13px/18px "Trebuchet2";

}

#cookie-bar .cb-enable:hover {
    background-color: #b7621b;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #0033bb;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

.cookie-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 115px 0 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    z-index: 99;
    bottom: 10rem !important;

}

.cookie-message a {
    position: absolute;
    top: 0;
    *top: -2px;
    right: 20px;
    cursor: pointer
}

.cookie-message p,
.cookie-message a {
    color: #333;
    font: 700 11px/18px Arial;
    margin: .6em 0
}

.blue {
    border-bottom: 1px solid #0E83AE;
    background-color: #0990c3;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
    background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: linear-gradient(#0e83ae, #0990c3, #0e9dd2)
}

.blue p,
.blue a {
    color: #fff
}