@charset "utf-8";
/* CSS Document */

#cookie {
	display:block;
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	height:200px;
	margin:0 auto;
	padding:0px;
	background: rgba(0,0,0,0.8);
	z-index:80000;
	-moz-box-shadow:4px 4px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow:4px 4px 6px rgba(0,0,0,0.4);
box-shadow:4px 4px 6px 6px #CCC;
	transition-property:height; /*standard*/
  transition-duration: 2s;
 
  -webkit-transition-property:height; /*safari*/
  -webkit-transition-duration: 2s;
         
  -o-transition-property:height;      /*opera*/
  -o-transition-duration: 2s;
         
  -moz-transition-property:height;    /*firefox*/
  -moz-transition-duration: 2s;
}

#cookie div {
	visibility:visible;
	position: relative;
	bottom: auto;
	margin-top: 10px;
	width:90%;
	margin: 0px auto;
	padding:30px 0;
	font-size:100%;
	color: #ffffff;
	text-align:center;
}


/* LINKS */

#cookie div a  {
	color: #E4D349;
	text-decoration: none;
	font-weight: bold;
}


/* mouse over link */
#cookie div a:hover {
    color: #fff;
	text-decoration: none;
}

/* selected link */
#cookie div a:active {
    color: #E4D349;
	text-decoration: none;
} 
.cookie_chiudi {
		background-color: #E4D349;
	color: #fff;
	padding: 0;
	font-weight: 700;
	font-size: 100%;
	border: none;
	cursor: pointer;
}
.cookie_chiudi:hover,#cookie_chiudi:hover .cookie_chiudi {
		background-color: #fff;
		color:#17434D;	
		text-decoration:none;
}
	#cookie_chiudi {
	visibility:visible;
		position:absolute;
		bottom:80px;
		right:30px;
		text-align:right;
		padding: 12px;
		background-color: #E4D349;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index:80000;
	}
	#cookie_scegli {
	visibility:visible;
		position:absolute;
		bottom:30px;
		right:30px;
		text-align:right;
		padding: 12px;
		background-color: #E4D349;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index:80000;
	}
	#cookie span a {
		font-weight:bold;
		color:#ffffff;	
		text-decoration:none;
	}
	#cookie span:hover, #cookie span:hover a, #cookie span a:hover {
		color:#17434D;	
		text-decoration:none;
		background-color: #fff;
	}
#scegli_cookies {
	display:none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 30000;
	background-image:url(../img/sf-slider-black72.png);
	background-repeat: repeat;
}
#scegli_cookies div {
	display:block;
	width: 74%;
	height: 80%;
	padding: 3%;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -40%;
	background-color: #fff;
	overflow: scroll;
	z-index: 40000;
}
.bottone {
	width: 260px;
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 1200px) {

#cookie {
    height: 300px;
	font-size: 80%;
}
	#cookie div {	
	padding-bottom: 20px;
	}	
#cookie_chiudi,#cookie_scegli {
	position: relative;
    bottom: unset;
    right: unset;
	margin-right: 10px;
	display: inline-block;
}
}

/***************************************************** MAX 750 PX *****************************************************/

@media screen and (max-width: 450px) {

#cookie {
    height: 400px;
}	

}