﻿#cookie-bar {background:#454d51; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;z-index: 100000;}
#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:20px; color:#ffffff;font-size: 16px;font-family: 'Kings Bureau Grot FiveOne', sans-serif;}
#cookie-bar a {background: none;border-radius: 2px;border: none;color: #fff !important;
font-family: 'Kings Bureau Grot FiveOne', sans-serif; font-size: 24px;margin: 0;margin-top: 5px;display:block;padding: 8px 10px;width: 100%;text-decoration:none;}
#cookie-bar .cb-enable:hover {background:#c12b2a;}
#cookie-bar .cb-enable {background:#eb2f2d; border-bottom:4px solid #8e1817}
#cookie-bar .cb-disable:hover {background:#990000;}
#cookie-bar .cb-disable {background:#bb0000;border-bottom:4px solid #990000}
#cookie-bar .cb-policy:hover {background:#07223c;}
#cookie-bar .cb-policy {background:#0a2d50;border-bottom:4px solid #071f36}
@media only screen and (min-width: 760px) {
  #cookie-bar a {display:inline; margin: 0 10px;}
}