#cookie-bar {
    /*background:#975780;*/ background:rgba(10,10,10,0.98); height:auto; line-height:24px; color:#fff; text-align:left; padding:20px; max-width:none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow:    0px -3px 5px 0px rgba(50, 50, 50, 0);
    box-shadow:         0px -3px 5px 0px rgba(50, 50, 50, 0);
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#cookie-bar.fixed {position:fixed; right:auto; left:15px; width: 46%;}
#cookie-bar.fixed.bottom {bottom:15px; top:auto; }
#cookie-bar h2 { font-size:1.3em; margin:0; margin-bottom:10px; padding:0; color:#fff; font-weight:700; text-align:left;}
#cookie-bar p {margin:0; padding:0 30px 0 0; color:#fff; font-size:0.8em; line-height:1.3em;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:6px 12px; margin-top:12px; }
#cookie-bar span a { padding:0; margin:0; border-radius:0; display:inline; }
#cookie-bar .cb-enable {background:#343434; font-size:0.7em; letter-spacing:0.3em;}
#cookie-bar .cb-enable:hover {background:#204d62;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#BC2126;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#BC2126;}
@media (max-width:769px) {
    #cookie-bar.fixed {left: 10% !important; width: 80% !important;}
}
@media (max-width:520px) {
    #cookie-bar.fixed {position:fixed; top:0; left: 0!important; width: 100% !important;}
}