/* Correzioni anche su body (riga 11) e #Footer (riga 8 - Wresponsive) */

.cookie-policy {
	position: relative;
	z-index: 99;
	background-color: #fff;
	padding: 10px 20px;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
    background: -webkit-linear-gradient(#efefef 0%, #ffffff 100%);
    background: -o-linear-gradient(#efefef 0%, #ffffff 100%);
    background: linear-gradient(#efefef 0%, #ffffff 100%);
	margin-top: -5px;
	display: none;
}
.cookie-policy div{
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

@media only screen and (max-width: 900px) {
.cookie-policy {
	font-size: 10px;
	line-height: 10px;
	padding: 5px 10px;
}
}