#cookie-bar {background:#111111; height: auto; line-height:16px; color:#eeeeee; text-align:justify; padding:3px 0; display: none; opacity: 0.9; font-family: 'Roboto', sans-serif; font-size: 0.8em; }
#cookie-bar #cookiecont { width: 80%; margin: 0 auto; padding: 10px 0; width: 100%; max-width: 1170px; padding: 10px 20px;}
#cookie-bar #cookiecont #message { float: left; width: 89%; padding: 0px;}

@media screen and (min-width:1228px){
	#cookie-bar #cookiecont #message { width: 79%; }
	#cookie-bar #cookiecont #button { float: left; min-width: 120px; width: 10%; padding:0px; margin-left: 10px; }
}

@media screen and (min-width:769px){
	#cookie-bar #cookiecont #message { width: 79%; }
	#cookie-bar #cookiecont #button { float: left; min-width: 120px; width: 10%; padding:0px; margin-left: 4%;}
}
@media screen and  (max-width:768px){
	#cookie-bar #cookiecont #message { width: 100%; }
	#cookie-bar #cookiecont #button { float: left; min-width: 120px; width: 100%; padding:0px; margin-top: 10px; clear: both; }
	#cookie-bar #cookiecont #button a { width: 100%; text-align: center; }
}
#cookie-bar #cookiecont #button a  { float: right; }
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; color:#ffffff; font-weight: 300;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:underline; padding:0 0px; margin-left:0px;}
#cookie-bar p a { text-decoration:underline !important; }
#cookie-bar .cb-enable {background:#005ea8; padding: 10px 50px; text-decoration:none; color: #fff; border-radius: 0; font-size: 13px; font-size: 1.3rem; /* border: solid 1px #fff;*/ }

#cookie-bar .cb-enable:hover { opacity: 0.85; text-decoration:none; /* background:#d7d7d7; text-decoration:none; color: #000; border: solid 1px #000; */}
#cookie-bar .cb-disable {background:#990000; padding: 5px 50px;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb; padding: 5px 5px}
#cookie-bar .cb-policy:hover {background:#0055dd;}

@media screen and (max-width: 768px) {
	#cookie-bar p { font-size: 10px; font-size: 0.8em; font-size: 0.8rem; }
}