/* ------------------------------------------------------------- */
/* SEZIONE */
/* ------------------------------------------------------------- */

#cookie {
display: block;
margin: 0;
padding: 0;
}
#cookie em { font-style: oblique; }
#cookie p {
display: block;
font-size: 160%;
font-weight: normal;
margin: 20px 0 0;
padding: 0;
text-align: left;
line-height: 1.5;
color: #454545;
}
#cookie > *:first-child { margin: 0; }
#cookie a {
font-weight: bold;
margin: 0;
padding: 0;
text-decoration: none;
white-space: normal;
}
#cookie a, #cookie a:link, #cookie a:visited { color: #ed1847; }
#cookie a:active, #cookie a:hover, #cookie a:focus { color: #454545; }

/* UL LIST */
#cookie ul {
display: block;
font-size: 160%;
font-weight: normal;
margin: 20px 0 0;
padding: 0;
line-height: 1.5;
list-style: none;
}
#cookie ul ul { font-size: 100%; margin: 0; }
#cookie ul li { display: table; margin: 0; padding: 0; }
#cookie ul li:before {
content: "-";
display: table-cell; 
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0 1em 0 0;
color: #454545;
}

/* OL LIST */
#cookie ol {
font-size: 160%;
font-weight: normal;
margin: 20px 0 0;
padding: 0;
line-height: 1.5;
list-style: none;
counter-reset: li;
}
#cookie ol ol { font-size: 100%; margin: 0; }
#cookie ol > li { display: table; margin: 0; padding: 0; counter-increment: li; }
#cookie ol > li:before {
content: counters(li,".") ". ";
display: table-cell; 
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0 1em 0 0;
color: #454545;
}
#cookie ol > li ol > li:before { content: counters(li,".") " "; }

/* DL */
#cookie dl {
clear: both;
margin: 3em 0 0;
padding: 0;
}
#cookie dl dt {
float: left;
clear: left;
width: 8em;
font-size: 160%;
font-weight: normal;
margin: 0;
padding: 5px 0;
text-align: left;
line-height: 1.5;
word-wrap: break-word;
border-top: 1px solid #ebebeb;
}
#cookie dl dd {
font-size: 160%;
font-weight: normal;
margin: 0 0 0 8em;
padding: 5px 0;
text-align: left;
line-height: 1.5;
word-wrap: break-word;
border-top: 1px solid #ebebeb;
}
#cookie dl dd em, #cookie dl dd i { font-style: oblique; }
#cookie dl dt:first-child, #cookie dl dd:nth-of-type(1) { border-color: #cccccc; }

/* FORM */
#cookie form {
display: block;
margin: 3em 0 0;
padding: 0;
}

/* CHECKBOX */
#cookie form label {
position: relative;
display: block;
font-size: 160%;
font-weight: normal;
margin: 1.5em 0 0;
padding: 0 0 0 52px;
text-align: left;
line-height: 1.5;
cursor: pointer;
color: #454545;
}
#cookie form label:nth-last-of-type(1) { display: inline-block; margin: 2em 0 0; padding: 0; }
#cookie form input[type="checkbox"] {
position: absolute; 
overflow: hidden; 
clip: rect(0 0 0 0); 
height: 1px; 
width: 1px; 
margin: -1px; 
padding: 0;
border: 0;
}
#cookie form input[type="checkbox"] + span {
position: absolute;
left: 0;
top: 5px;
width: 32px;
height: 32px;
margin: 0;
padding: 0;
cursor: pointer;
background-color: #FFF;
border: 1px solid #CCC;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance:none;
appearance: none;
}
#cookie form input[type="checkbox"] + span + span { display: block; font-weight: bold; text-transform: uppercase; }
#cookie form input[type="checkbox"]:checked + span:after {
position: absolute;
top: 6px;
left: 6px;
content: "";
display: block;
width: 18px;
height: 12px;
margin: 0;
border-left: 3px solid #276783;
border-bottom: 3px solid #276783;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 5;
}
#cookie form input[type="checkbox"][disabled]:checked + span:after { border-left: 3px solid #828282; border-bottom: 3px solid #828282; }

/* COOKIE MESSAGE */
#cookie form #cookie_message {
display: none;
font-weight: bold;
margin: 40px 0 0;
padding: 15px 0;
border-width: 1px 0;
border-style: solid;
border-color: #cccccc;
}

/* BUTTON */
#cookie form button {
display: inline-block;
width: auto;
font-family: 'coolveticaregular', sans-serif;
font-size: 125%;
font-weight: normal;
margin: 0;
padding: 8px 10px;
text-align: left;
color: #FFF;
line-height: 1;
cursor: pointer;
text-decoration: none;
white-space: normal;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance:none;
appearance: none;
}
#cookie form button[type="submit"], #cookie form button[type="submit"]:link, #cookie form button[type="submit"]:visited { background-color: #ed1847; }
#cookie form button[type="submit"]:hover, #cookie form button[type="submit"]:focus, #cookie form button[type="submit"]:active { background-color: #454545; }


/* ------------------------------------------------------------- */
/* PIXEL RATIO */
/* ------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { 

}

/* ------------------------------------------------------------- */
/* RESPONSIVE */
/* ------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1366px) {
	
}

@media only screen and (min-width: 1440px) {

}

@media only screen and (min-width: 1680px) {

}

@media only screen and (min-width: 1920px) {
	
}

@media only screen and (max-width: 1023px) {
	
}

@media only screen and (max-width: 767px) {
		
}

@media only screen and (max-width: 735px) {
		
}

@media only screen and (max-width: 666px) {

			
}	

@media only screen and (max-width: 599px) {
	
}

@media only screen and (max-width: 567px) {
	
	/* CONTENT */
	#cookie dl { border-top: 1px solid #ebebeb; }
	#cookie dl:nth-last-of-type(1) { padding: 0 0 10px; border-bottom: 1px solid #cccccc; }
	#cookie dl dt { float: none; width: auto; font-weight: bold; padding: 5px 0 0; border-top: none; }
	#cookie dl dd { margin: 0; padding: 0 0 5px; border-top: none; }	
		
}

@media only screen and (max-width: 479px) {
	
	
}

@media only screen and (max-width: 413px) {
	
}