#cookie-bar {font-family: 'SeroPro', tahoma; background:rgba(255, 255, 255, 0.8); height:auto; line-height:24px; color:#222; font-size: 14px; text-align:center; padding:12px 0;
position: fixed; width: 100%;left: 0; bottom: 0; z-index: 100000000;}
@media (max-width: 1024px) {
	#cookie-bar {
		padding-bottom: 50px
	}
}
#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;}
#cookie-bar a {color:#222; display:inline-block; border-radius:100px; text-decoration:none; padding:4px 8px; margin-left:8px; border-bottom: none;}
#cookie-bar a:hover {border-bottom: none;}
#cookie-bar .cb-enable {color:#fff;background:#253046; font-family: 'SeroPro-Bold', tahoma;}
#cookie-bar .cb-enable:hover {background:#404b60;border-bottom: none;}
#cookie-bar .cb-disable {color:#fff;background:#990000; font-family: 'SeroPro-Bold', tahoma;}
#cookie-bar .cb-disable:hover {background:#bb0000;border-bottom: none;}
#cookie-bar .cb-policy {border: 1px solid #444;}
#cookie-bar .cb-policy:hover {border: 1px solid #222;}