#cookie-bar {background:rgba(0,0,0,0.85); height:auto; width:100%; margin:0 auto; color:#fff; text-align:center; padding:13px 0; position:absolute; bottom:0; font-size: 13px; line-height: 17px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; margin:0 auto;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0 auto; padding:0 20px; max-width:100%; text-align:left; background:transparent;}
#cookie-bar a {color:#fff; text-decoration:underline;}
#cookie-bar a:hover {color:#fff; text-decoration:underline;}
#cookie-bar .cb-enable {background:transparent; color:#fff; border:1px solid #fff; display:inline-block; border-radius:0px; float:right; text-decoration:none; width:180px; text-align:center; padding:6px 0; margin:-6px 0; font-weight:bold;}
#cookie-bar .cb-enable:hover {background:#fff; color:#000; text-decoration:none; }
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#666; color:#FFF;}
#cookie-bar .cb-policy:hover {background:#0055dd;}


@media screen and (max-width: 992px) {
	#cookie-bar {	}
	#cookie-bar p {text-align:left;}
	#cookie-bar .cb-enable {display:block;float:none; margin:10px 0 0;}
	}
