.cookie-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.9);
    color: #FFFFFF;
    padding: 15px 0;
    z-index: 999999;
}

.cookie-bar .cookie-bar-content{ padding: 0 30px;}

.cookie-bar .cookie-bar-content a,
.cookie-bar .cookie-bar-content span { line-height: 1.4rem; font-size: 0.9em; color:#FFFFFF; display: inline-block; }
.cookie-bar .cookie-bar-content a{line-height: 2 !important; float: right;}
.cookie-bar .cookie-bar-content .button{
    margin-left: 1em; background:#f2f2f2; padding: 0 1em;
    border-radius: 3px; color: #0A0A0A;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cookie-bar .cookie-bar-content .button:hover,
.cookie-bar .cookie-bar-content .button:focus{
    background-color: #CBCBCB;
}
