<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body { background:#111; height:100%; }
	img { border:none; }
	
	#pageContainer
	{
		background: none; 
		width:100%;
	}

	#box-navigation{
		background-color:rgba(5, 82, 222, .2);
		/*background-color:#000000;*/
		width:100%;
		padding:0;
		margin:0;
		float:left;
		font-size:18px;
		height:47px;
		font:18px 'Oswald', arial, sans-serif;
		position:fixed;
		top:0;
		left:0;
	}
	
	#box-navigation a{
		color:#ffffff;
	}
	
	#box-navigation #container{
		width:100%;
		float:left;
	}
	
	#box-navigation #container #sx{
		float:left;
		width:383px;
	}
	
	#box-navigation #container #sx #ritorna{
		float:left;
		margin:0 20px 0 5px;
	}
	
	#box-navigation #container #sx #ritorna img{
		margin:0 10px 0 0;
		float:left;
	}
	
	#box-navigation #container #sx #ritorna p{
		float:left;
		margin:10px 0 0 0;
	}
	
	#box-navigation #container #sx #contatta{
		color:#ffffff;
		padding:5px;
		margin:0;
		background: #ff3019; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* IE10+ */
		background: linear-gradient(135deg,  #ff3019 0%,#cf0404 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		float:left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#box-navigation #container #center{
		float:left;
		position:relative;
		left:31%;
		top:4px;
	}
	
	#box-navigation #container #center #box-logo{
		width:100px;
		margin:0 auto;
	}
	
	#box-navigation #container #center #box-logo #container{
		float:left;
		margin-left:-180px;
	}
	
	#box-navigation #container #rx{
		float:right;
		width:30px;
		height:30px;
		position:fixed;
		top:0;
		right:0;
	}
	
	#apri{
		display:none;
		float:right;
		width:25px;
		height:25px;
		cursor:pointer;
		margin:10px 10px 0 0;
		position:fixed;
		top:0;
		right:0;
	}
	
	#box-navigation #container #rx #chiudi{
		float:left;
		width:25px;
		height:25px;
		cursor:pointer;
		margin:10px 10px 0 0;
	}
	
	#box-navigation #container #rx #chiudi img{
		float:left;
	}
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/themes/gallery/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(/images/themes/gallery/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }</pre></body></html>