





#cookie-bar {background:#333; font-size: 14px; color:#fff; text-align:center; padding:10px 0; z-index: 1001;}
#cookie-bar.fixed {position:fixed; bottom:0px; left:0; width:100%;}
#cookie-bar p {margin:0 auto; padding:0; width: 980px;}
#cookie-bar a {color:#eee; display:inline-block; border-radius:0px; text-decoration: underline;}

#cookie-bar .cb-enable {background:#134d75; text-decoration:none; margin: 5px 0; color: #fff; padding: 3px 5px;}
#cookie-bar .cb-enable:hover {background:#134d75;}
#cookie-bar .cb-disable {background:#990000; text-decoration:none;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb; text-decoration:none;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:979px), only screen and (min-moz-device-pixel-ratio:2) and (max-width:979px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:979px), only screen and (min-device-pixel-ratio:2) and (max-width:979px), only screen and (min-resolution:192dpi) and (max-width:979px), only screen and (min-resolution:2dppx) and (max-width:979px), only screen and (max-width:979px) {
#cookie-bar p {margin:0 auto; padding:0; width: 100%;}
}