<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.cinerama.blues {
	padding:0;
	margin:0;

	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-flex-wrap:nowrap;
	
	--durata-animazione:4000;
}

/*
Lo scroll
*/
ul.cinerama.blues { 
	overflow-x: scroll;
	/*overflow-x:-moz-hidden-unscrollable; */
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch; /* da provare con Safari */
}
body.touch ul.cinerama.blues { 
	scroll-snap-type:x mandatory;
	-ms-scroll-snap-type:x mandatory;
}
ul.cinerama.blues &gt; li { 
	scroll-snap-align:start;
	-ms-scroll-snap-align:start;
}
ul.cinerama.blues::-webkit-scrollbar { 
	display: none;
}

ul.cinerama.blues::-moz-scrollbar { 
	display: none;
}

nav.cinerama.freccine.blues {
	display:none;
}
body.no-touch nav.cinerama.freccine.blues {
	position: absolute;

	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;

	height: 0;
	width: 100%;

	padding: 0 28px;
	box-sizing: border-box;
	
	left: 0;
	right: 0;
	top: 50%;
	visibility:hidden;
}
body.no-touch section.cinerama.blues:hover &gt; nav.cinerama.freccine.blues {
	visibility:visible;
}
nav.cinerama.freccine.blues &gt; a {
	color: white;
	font-size: 94px;
	cursor: pointer;
	font-family: monospace;
	margin: 0;
	padding: 0;

}


nav.cinerama.freccine.blues &gt; a.freccia-dx:before,
nav.cinerama.freccine.blues &gt; a.freccia-sx:before {
	background-color: black;
	padding: 0 20px;
	border-radius: 30px;
}

nav.cinerama.freccine.blues &gt; a.freccia-dx:before {
	content:'&gt;';
}
nav.cinerama.freccine.blues &gt; a.freccia-sx:before {
	content:'&lt;';
}

nav.cinerama.freccine.blues &gt; a.freccia-sx.nascosta,
nav.cinerama.freccine.blues &gt; a.freccia-dx.nascosta {
	visibility:hidden;
}

ol.cinerama.briciole.blues {

	position: absolute;

	display: flex;
	display: -webkit-flex;

	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	justify-content: center;
	-webkit-justify-content: center;
	
	padding: 0 0 10px 0;
	margin: 0;
	box-sizing: border-box;
	
	cursor:pointer;
	width: 100%;
	bottom: 0;
	right: 0;
}

ol.cinerama.briciole.blues &gt; li { /*le singole briciole*/
	height: 25px;
	width: 25px;
	
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
	margin: auto 5px;
	box-sizing: border-box;
}

ol.cinerama.briciole.blues &gt; li.attivo {
	border: 3px solid white;
	cursor:default;
}

ul.cinerama.blues &gt; li { 
	color: white;	
	
	display:flex;
	flex-direction:row;
	display:-webkit-flex;
	-webkit-flex-direction:row;

	flex: 1 0 100%;
	-webkit-flex: 1 0 100%;
	flex-flow: column;
	-webkit-flex-flow: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	max-width: none;
	min-width: 100%;
}


/* l'altezza del cinerama */
ul.cinerama.blues &gt; li {
		min-height: 265px;
	}
ul.cinerama.blues &gt; li &gt; div &gt; div {
	display:flex;
	display:-webkit-flex;

	flex: 1 0;
	-webkit-flex: 1 0;
	justify-content: center;
	-webkit-justify-content: center;
	flex-flow: column;
	-webkit-flex-flow: column;
	align-items: center;
	-webkit-align-items: center;

	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	
	border: 0;
	border-radius: 15px;
}

ul.cinerama.blues &gt; li &gt; div &gt; div &gt; div.contento { /* il content */
	display:flex;
	flex-direction:column;
	display:-webkit-flex;
	-webkit-flex-direction:column;
	height: 100%;
	width: 100%;

	-webkit-flex:1;
	flex:1;
	
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

ul.cinerama.blues &gt; li &gt; div &gt; div &gt; div.contento &gt; div { /*unico */

	text-align: center;
	
	display: flex;
	flex-flow: column;
	display:-webkit-flex;
	-webkit-flex-direction:column;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
	
	padding: 25px;
	
	transition: background-color 1.5s linear;
	-webkit-transition: background-color 1.5s linear;
}

ul.cinerama.blues &gt; li &gt; div &gt; div &gt; div.contento &gt; div:empty {display:none !important;}

ul.cinerama.blues div.contento h2 {
	margin:15px 0;	
	width: 100%;
	font-weight: bold;
	font-size: xx-large;
	color: darkblue;
	cursor:default;
	background-color: white;
}
ul.cinerama.blues div.contento h3 {
	margin:0;	
	width: 100%;
	font-weight: normal;
	font-size: larger;
	cursor:default;
}
ul.cinerama.blues div.contento h4 {
	margin:0;	
	width: 100%;
	font-weight: bold;
	font-size: x-small;
	cursor:default;
}
ul.cinerama.blues div.contento p {
	margin:15px 0;	
	width: 100%;
	cursor:default;
	font-size: medium;
}

ul.cinerama.blues &gt; li.fisso {
	color:black;
}
ul.cinerama.blues &gt; li.fisso &gt; div {
	border-color:black;
}

ol.cinerama.briciole.blues &gt; li.fisso {
	border: 3px solid gray;
}
ol.cinerama.briciole.blues &gt; li.attivo.fisso {
	border: 3px solid black;
}

ol.cinerama.briciole.blues &gt; li:first-child:last-child {
    display: none;
}

ul.cinerama.blues &gt; li.attivo &gt; div &gt; div.contento &gt; div {
	background-color:rgba(0,0,0,0.5);
}

body.touch ul.cinerama.blues &gt; li &gt; div &gt; div &gt; div.contento {
	-webkit-align-items: stretch;
	align-items: stretch;
}
body.touch ul.cinerama.blues &gt; li &gt; div &gt; div &gt; div.contento &gt; div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

ul.cinerama.blues &gt; li &gt; span.modifica {
    top: 0;
    bottom: unset;
}
</pre></body></html>