/* -- COOKIES -- */
#cconsent-bar {
    background-image: url(../img/cookies.jpg);
}
button#cookie {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    box-shadow: 0 1px 15px 0 rgba(0,0,0,.2);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 36px;
    padding: 0;
    margin: 0;
    border: none;
}
button#cookie i {
    height: 50px;
    line-height: 50px;
    vertical-align: super;
}