

#buttoncookie {
	position:fixed;
	z-index:1000;
	bottom: 10px;
	left: 10px;
	font-size: 2em;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	color:#000;
	cursor: pointer;

}


#cookie{
	position:fixed;
	z-index:1000;
	background-color:#fff;
	padding:0;
	left:0;
	top:0;
	padding:20px;
	margin:25vh 20%;
	width:60%;
	font-size:1em;
	line-height:1em;
	text-align:left;
	opacity: 0;
}


#cookie .box{
	display: none;
	padding: 20px 0;
}

#cookie h3{
	font-weight: 700;
	font-size:1em;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

#cookie h4{
	font-weight: 700;
	font-size:1em;
	padding: 5px 10px;
}


#cookie .mostra{
	display: none;
}

#cookie p{
	padding: 10px;
	font-size:1em;
}


#cookie ul li {
	text-align: center;
}

#cookie ul.ele li {
	border-bottom: 3px solid #ccc;
	padding: 10px 0;
	cursor: pointer;
	width: 33%;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

#cookie ul.ele li.sele {
	border-bottom: 3px solid #000;
	padding: 10px 0;
}

#cookie i {
	font-size: 1em;
}


#cookie i.mod, #cookie i.disable {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 2.3em;
	cursor: pointer;
}

#cookie i.disable {
	color: #ccc;
}

#cookie button{

	background-color:#fff;
	border: 1px solid #ccc;
	width:auto;
	font-size:1.2em;
	margin:5px;
	padding:10px;
}

#cookie button.accetta{

	background-color:#333;
	border: 1px solid #333;
	color:#fff;
}



#cookie a:link{
	color:#8b770a;
	font-weight: 500;
	text-decoration:underline;
	
}




#cookie a:visited{
	color:#8b770a;
	text-decoration:underline;
	
}


@media only screen and (max-width: 1000px) { 

#cookie{
	position:fixed;
	z-index:1000;
	padding:0;
	top:0;
	padding:20px;
	margin:5%;
	width:90%;
	font-size:1em;
	line-height:1.2em;
	text-align:left;
}

#cookie .con{
	height: 300px;
	overflow-y: scroll;
}

#cookie button{

	background-color:#fff;
	border: 1px solid #ccc;
	width:auto;
	font-size:1.2em;
	margin:5px;
	padding:10px 0;
	width: 90%;
}


}
