/*#cookie-bar {background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;color: #fff;height: auto;line-height: 24px;padding: 1.5em 0;text-align: center;}*/
/*#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}*/
/*#cookie-bar.fixed.bottom {bottom:0; top:auto;}*/
/*#cookie-bar p {margin:0; padding:0;color:#fff;font-weight:300;font-size: 0.9em;}*/
/*#cookie-bar a {border: 1px solid #fff;border-radius: 3px;color: #fff;display: inline-block;margin-left: 8px;padding: 0 6px;text-decoration: none;}*/
/*#cookie-bar .cb-enable {background: transparent none repeat scroll 0 0;}*/
/*#cookie-bar .cb-enable:hover {background: transparent none repeat scroll 0 0;opacity: 0.5;}*/
/*#cookie-bar .cb-disable {background:#ffffff;}*/
/*#cookie-bar .cb-disable:hover {background:#f1b481;}*/
/*#cookie-bar .cb-policy {background:#ffffff;}*/
/*#cookie-bar .cb-policy:hover {background:#f1b481;}*/
/*#cookie-bar > p > a.cb-enable,*/
/*#cookie-bar > p > a.cb-policy{width: 100%; max-width: 250px;}*/


/* COOKIES STYLES*/

#row-cookies{
    max-width: none;
}

button, .button-cookies{
    margin: 0;
}

#cookie-bar {
    background: rgba(0, 0, 0, .9) none repeat scroll 0 0;
    color: #fff;
    height: auto;
    line-height: 24px;
    padding: 1em 0;
    text-align: center
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

#cookie-bar p {
    margin: 0;
    padding: 0;
    color: #b3b3b3
}

#cookie-bar a {
    color: #fff;
    text-decoration: none
}


#cookie-bar button {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
    padding: 0 6px;
    text-decoration: none
}

#cookie-bar .cb-enable {
    background: transparent none repeat scroll 0 0
}

#cookie-bar .cb-enable:hover {
    background: transparent none repeat scroll 0 0;
    opacity: .5
}

#cookie-bar .cb-disable {
    background: transparent none repeat scroll 0 0
}

#cookie-bar .cb-disable:hover {
    background: transparent none repeat scroll 0 0;
    opacity: .5
}

#cookie-bar .cb-policy {
    background: transparent none repeat scroll 0 0
}

/*#cookie-bar .cb-policy:hover {*/
/*background: #acc537*/
/*}*/