.cookie-bar {
	background: #223;
	height: auto;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 0.5em;
	font-weight: 100;
	font-size: 0.85em;
	margin-top: 0;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	left: 0;
	right: 0;
	opacity: 0.89;
}
.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: #fff;}
.cookie-bar a {color:#fff; font-size: 1em; display:inline-block; text-decoration: underline;}
.cookie-bar .cb-enable {background: #fff; color: #9b3c8e; text-decoration:none; padding: 0.25em 0.5em; margin-left:8px;border-radius:3px;}
.cookie-bar .cb-enable:hover {background: #9b3c8e; color: #fff;}
.cookie-bar .cb-disable {background:#990000;}
.cookie-bar .cb-disable:hover {background:#bb0000;}
.cookie-bar .cb-policy {background:#0033bb;}
.cookie-bar .cb-policy:hover {background:#0055dd;}

/* ------------------------------------- */

#cookieman-modal.modal.fade .btn-primary {
  background-color: #eaebec;
  color: #333;
  border-color: #ddd;
}

#cookieman-modal.modal.fade .btn-primary:hover {
  background-color: #bfbebe;
  color: #333;
  border-color: #ddd;
}


/* ------------------------------------- */
