.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right;}
.chiudi{ font-size:18px; color:#000; font-weight:bold; cursor:pointer;}
.overlay{
	margin:auto;
    background:rgba(0,0,0,0.7);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    cursor:pointer;

}
 
#box{ 
margin:auto;
width:970px; 
height:90px; 
background-color:rgba(255,255,255,0); 
display:none; 
z-index:+300; 
position:relative; 
top:80px; 
  
}

#cookie{ 
position:fixed;
bottom:0px;
width:100%; 
height:30px; 
background-color:rgba(50,50,50,0.8); 
/*display:none;*/
z-index:+300; 
margin:auto;
padding:5px;
}

#cookie_text{
	position:absolute;
    width: 100%;
	color: white;
	text-align: center;
	font-size: 16px;
}

#cookie_new{ 
position:fixed;
bottom:0px;
width:100%; 
height:130px; 
background-color:rgba(50,50,50,0.8); 
/*display:none;*/
z-index:+300; 
margin:auto;
padding:5px;
}
#cookie_new button{color:#000;margin:10px 0;font-family:"PT Sans", Helvetica}

#cookie_sitonuovo{height:130px !important;display:none}
