#cookie-bar {background:#fff; border-bottom: 1px solid #CCD8DB;  line-height:20px; position: fixed !important;   color:black; text-align:center; margin-top:-10px; padding:10px 0; }
#cookie-bar.fixed {position:relative; top:0; left:0; width:100%; z-index: 99999999}/*positin fixed*/
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; margin-top:20px; padding:0;}
#cookie-bar a {color:#ffffff; margin-top:1px; display:inline-block; border-radius:0px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#000; opacity: 1; font-weight: bold}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#141414; opacity: 0.5}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#141414; opacity: 0.5}
#cookie-bar .cb-policy:hover {background:#0055dd;}


@media (max-width: 700px) {
    #cookie-bar p {margin:0; margin-top:0px; padding:0;}

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

}