/*
BARRA ACCETTAZIONE COOKIE
*/
#cookie-bar {
	background-color:rgba(21, 112, 166, 0.95);
	height:auto; 
	line-height:26px; 
	color:#eeeeee; text-align:center; padding:1px 0;
	overflow:hidden;
	z-index:100000;
	position:fixed;
	padding:5px;
}
#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.cb-enable,
#cookie-bar a.cb-disable,
#cookie-bar a.cb-policy {color:#090909; display:inline; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#dddddd;}
#cookie-bar .cb-enable:hover {background:#eeeeee;}
#cookie-bar .cb-disable {background:#dddddd;}
#cookie-bar .cb-disable:hover {background:#eeeeee;}
#cookie-bar .cb-policy {background:#dddddd;}
#cookie-bar .cb-policy:hover {background:#eeeeee;}

#cookie-bar .cb-content{}
#cookie-bar .cb-text{}
#cookie-bar .cb-button{}