#cookie-bar {
	background:#570217;
	height: auto;
	color: #fff;
	text-align: center;
	padding: 20px;
	line-height:150%;
	font-size: 90%;
	border-bottom: #fff 3px solid;
	z-index:1000000!important;
}
#cookie-bar.fixed {
	position:fixed;
	left:0;
	width:100%;
}
#cookie-bar.fixed.bottom {
	bottom:0;
	top:auto;
}
#cookie-bar p {
	margin:0 0 10px 0;
	padding:0;
	text-align: center;
}
#cookie-bar a {
	color:#ffffff;
	text-decoration:none;
	padding:0 6px;
	margin-left:8px;
}
#cookie-bar .cb-enable, #cookie-bar .cb-policy, #cookie-bar .cb-disable {
	background:rgba(255,255,255,0.3);
	border-radius:3px;
	padding: 2px 8px;
	margin-top: 10px;
}
#cookie-bar .cb-enable:hover, #cookie-bar .cb-policy:hover, #cookie-bar .cb-disable:hover {
	background:#FFF;
	color: #008ecb;
	transition: all 0.5s ease-out;
}
#cookie-bar .cb-disable {
	display:none;
