/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/

/* ----- Resets -----*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}

a img {border: 0;}

/* ----- Typography presets -----	*/
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: url('font/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('font/League_Gothic-webfont.woff') format('woff'),
		 url('font/League_Gothic-webfont.ttf') format('truetype'),
		 url('font/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Conv_fontmenu';
	src: url('font/fontmenu.eot');
	src: local('☺'), url('font/fontmenu.woff') format('woff'), url('font/fontmenu.ttf') format('truetype'), url('font/fontmenu.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('font/century_gothic.eot');
    src: url('font/century_gothic.eot') format('embedded-opentype'),
         url('font/century_gothic.woff') format('woff'),
         url('font/century_gothic.ttf') format('truetype'),
         url('font/century_gothic.svg#CenturyGothicRegular') format('svg');
}

@font-face {
    font-family: 'CenturyGothicItalic';
    src: url('font/century_gothic_italic.eot');
    src: url('font/century_gothic_italic.eot') format('embedded-opentype'),
         url('font/century_gothic_italic.woff') format('woff'),
         url('font/century_gothic_italic.ttf') format('truetype'),
         url('font/century_gothic_italic.svg#CenturyGothicItalic') format('svg');
}

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('font/century_gothic_bold.eot');
    src: url('font/century_gothic_bold.eot') format('embedded-opentype'),
         url('font/century_gothic_bold.woff') format('woff'),
         url('font/century_gothic_bold.ttf') format('truetype'),
         url('font/century_gothic_bold.svg#CenturyGothicBold') format('svg');
}

@font-face {
    font-family: 'CenturyGothicBoldItalic';
    src: url('font/century_gothic_bold_italic.eot');
    src: url('font/century_gothic_bold_italic.eot') format('embedded-opentype'),
         url('font/century_gothic_bold_italic.woff') format('woff'),
         url('font/century_gothic_bold_italic.ttf') format('truetype'),
         url('font/century_gothic_bold_italic.svg#CenturyGothicBoldItalic') format('svg');
}



body {
	/*position:relative;*/
	background:#dedede;
	color:#3c3c3c;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	/*font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.5;*/
}

.nooverflow {
	overflow:hidden;	
}

.relativepos {
	position:relative;	
}


/* ----- header ----- */
header {
	position:relative;
	height:80px;
	padding:0;
	background:#fff;
	z-index:97;
}

.logo {
	position:absolute;
	top:0;
	left:0;
	height:80px;
	margin:0 0 0 20px;
	width:200px;	
	background:#fff url(../img/logo-vefer-2022.png) top center no-repeat;
	background-size:200px auto;
	cursor:pointer;
	z-index:99;
}

/* IMMAGINE DIAPERTURA */
#apertura {
	position:fixed;
	width:100%;
	height:50%;
	background:#000;
	overflow:hidden;
	display:block;	
}

#apertura img {
	position:relative;
	right:0;
	height:100%;
	width:auto;
	display:block;
	
	/*-webkit-transition: 8s ease-in-out;*/
	/*-moz-transition: 8s ease-in-out;*/
	/*-o-transition: 8s ease-in-out;*/
	/*transition: 8s ease-in-out;*/
}

/* SFONDO ANIMATO */
#sfondo {
	position:absolute;
	width:100px;
	height:100px;
	top:80px;
	visibility:hidden;
		
}

#sfondo img {
	position:absolute;
	height:100%;
	width:auto;
}

/* ----- content ----- */
section {

}

section#intro {
	position:absolute;
	width:960px;
	height:640px;
	top:50%;
	left:50%;
	margin:-280px 0 0 -480px;
}

#griglia {
	position:relative;
	width:960px;
	height:640px;
	top:50%;
	left:50%;
	margin-top:-320px;
	margin-left:-480px;
	/*background:rgba(255,255,255,0.4);*/
}

#griglia #q1 {
	position:relative;
	width:34%;
	height:50%;/*100%;*/
	top:0;
	left:0;
	float:left;
}

#griglia #q2 {
	position:relative;
	width:66%;
	height:50%;
	top:0;
	left:0;
	float:left;
}

#griglia #q3 {
	position:relative;
	width:33%;
	height:50%;
	top:0;
	left:0;
	float:left;	
}

#griglia #q4 {
	position:relative;
	width:33%;
	height:50%;
	top:0;
	left:0;
	float:left;	
}

#griglia #q5 {
	position:relative;
	width:34%;
	height:50%;
	top:0;
	left:0;
	float:left;	
}

#griglia #q1 .qi {
	position:absolute;
	width:100%;
	height:100%;
	/*background:url('../img/notizia1-1.png') no-repeat;*/
	background-size:200% 100%;
}

#griglia #q2 .qi {
	position:absolute;
	width:100%;
	height:100%;
	/*background:url('../img/notizia2.png') no-repeat;*/
	background-size:200% 100%;
}

#griglia #q3 .qi {
	position:absolute;
	width:100%;
	height:100%;
	/*background:url('../img/notizia3.png') no-repeat;*/
	background-size:200% 100%;
}

#griglia #q4 .qi {
	position:absolute;
	width:100%;
	height:100%;
	/*background:url('../img/notizia4.png') no-repeat;*/
	background-size:200% 100%;
}

#griglia #q5 .qi {
	position:absolute;
	width:100%;
	height:100%;
	/*background:url('../img/notizia4.png') no-repeat;*/
	background-size:200% 100%;
}


.qs {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.4;
}

#griglia #q1 .qi:hover, #griglia #q2 .qi:hover, #griglia #q3 .qi:hover, #griglia #q4 .qi:hover, #griglia #q5 .qi:hover {
	background-position:right;
	background-color:#000;
	cursor:pointer;
	color:#fff;
}

#griglia #q1 .qi:hover .cornice.inEvidenza, #griglia #q2 .qi:hover .cornice.inEvidenza, #griglia #q3 .qi:hover .cornice.inEvidenza, #griglia #q4 .qi:hover .cornice.inEvidenza, #griglia #q5 .qi:hover .cornice.inEvidenza {	background-position:right;
	background-color:#000;
}

section#intro img {
	width:100%;
	display:block;
}



/* MENU  */
.barramenu {
	position:absolute;
	width:960px;
	height:80px;
	left:50%;
	margin-left:-480px;
	z-index:98;	
}

.menu {
	position:relative;
	width:960px;
	height:80px;
	top:0;
	margin-top:0;
	background:#f0f;
}

.l960 {
	width:960px;
	left:50%;
	margin-left:-480px;
	background:#ff0;
}

.copertura {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background:#fff;
}

.menuclik {
	position:absolute;
	top:0;
	right:200px;/*160px;*/
	width:80px;
	height:80px;
}

.schedaclick {
	position:absolute;
	top:0;
	right:280px;/*240px;*/
	width:auto;
	height:80px;
	/*background:#f00;*/	
}

.schedaclick.bottone {
color: #f00;
font-size: 12px;
letter-spacing: 0px;
padding:0 10px;
}

.schedaclick.bottone a {
	text-decoration:none;	
}

#didascalia span.downloadtxt {
	padding:5px 10px;
	margin-top:10px;
	color:#fff;
	background:rgba(0,0,0,0.5);
}

#didascalia span.downloadtxt a {
	color:#fff;
	text-decoration:none;	
}

.crediticlik {
	position:absolute;
	top:0;
	right:120px;/*80px;*/
	width:80px;
	height:80px;
}

.linguaclik {
	position:absolute;
	top:0;
	right:40px;/*0*/
	width:80px;
	height:80px;
	background:url(../img/linguaclick.png) no-repeat;
}
.socialclik {
	position:absolute;
	top:0;
	right:-96px;/*0;*/
	width:96px;/*40px;*/
	height:80px;
}
a.social, a.social:visited {
    font-size: 16px;
    padding: 0 2px;
    color: #555555 !important;
}
a.social:hover {
    color: #999999 !important;
}
.bottone {
	color:#000;
	font-size:12px;
	letter-spacing:-0.6px;
	font-weight:normal;
	line-height:120px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

.bottone.attivo {
	font-family:'CenturyGothicBold', Arial, Helvetica, sans-serif;
	background:#ccc;
}

.vocem {
	position:absolute;
	top:0;
	width:100%;
	height:80px;
	background:#fff;
	cursor:pointer;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D3D3D3), color-stop(0.02, #CCCCCC), color-stop(0.75, #F9F9F9), color-stop(1, #D3D3D3));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.imgDx {
	position:absolute;
	top:0;
	right:0;
	width:240px;
	height:80px;	
	background:#ccc;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #C2C2C2 75%, #A5A5A5 100%);	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #C2C2C2 75%, #A5A5A5 100%);	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #C2C2C2 75%, #A5A5A5 100%);	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D3D3D3), color-stop(0.02, #CCCCCC), color-stop(0.75, #C2C2C2), color-stop(1, #A5A5A5));	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #C2C2C2 75%, #A5A5A5 100%);	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #D3D3D3 0%, #CCCCCC 2%, #C2C2C2 75%, #A5A5A5 100%);
}


.voce1 {
	position:absolute;
	top:0;
	left:16px;
	height:50px;
	color:#000;
	font-size:30px;
	letter-spacing:-3px;
	font-weight:normal;
	line-height:50px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
}

.voce2 {
	position:relative;
	top:44px;
	left:16px;
	height:25px;
	color:#000;
	font-size:12px;
	letter-spacing:-0.6px;
	font-weight:normal;
	line-height:14px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	word-wrap:normal;
}

.voce2 a {
	margin-right:8px;	
}

.font12t {
	line-height:120%;
	font-size:12px;
	letter-spacing:-0.6px;
}

.font34t {
	font-size:34px;
	line-height:30px;
	letter-spacing:-2.3px;
}

.font45 {
	font-size:45px;
	line-height:40px;
	letter-spacing:-4.5px;
}

.font18 {
	font-size:18px;
	line-height:18px;
	letter-spacing:-0.9px;
}


.font30 {
	font-size:30px;
	letter-spacing:-3px;
}

.font12 {
	line-height:14px;
	font-size:12px;
	letter-spacing:-0.6px;
}

.font12.sottomenu {
	line-height:12px;
	font-size:11px;
	letter-spacing:0px;
}

.font12b {
	line-height:14px;
	font-size:12px;
}

.vocem a {
	color:#000;
	text-decoration:none;	
}

.vocem a:hover {
	color:#999;
	text-decoration:none;	
}

.vocem:hover .voce1 {
	font-family:'CenturyGothicBold', Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.vocem:hover .imgSxC {
	display:none;
}

.vocem .voce1 a:hover {
	color:#000;
}

#vm1 .imgDx {
	background:url(../img/menu1.jpg) no-repeat;	
}

#vm2 .imgDx {
	background:url(../img/menu2.jpg) no-repeat;	
}

#vm3 .imgDx {
	background:url(../img/menu3.jpg) no-repeat;	
}

#vm4 .imgDx {
	background:url(../img/menu4.jpg) no-repeat;	
}

#vm5 .imgDx {
	background:url(../img/menu5.jpg) no-repeat;	
}

#vm6 .imgDx {
	background:url(../img/menu6.jpg) no-repeat;	
}

#vm1 .imgSx {
	background:url(../img/menu1.jpg) no-repeat;
}

#vm2 .imgSx {
	background:url(../img/menu2.jpg) no-repeat;
}

#vm3 .imgSx {
	background:url(../img/menu3.jpg) no-repeat;
}

#vm4 .imgSx {
	background:url(../img/menu4.jpg) no-repeat;
}

#vm5 .imgSx {
	background:url(../img/menu5.jpg) no-repeat;
}

#vm6 .imgSx {
	background:url(../img/menu6.jpg) no-repeat;
}

#lingue {
	position:absolute;
	right:0;
	top:-200px;
	width:80px;
	height:auto;
	background:#ddd;
	color:#999;
	
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.lingua-scelta {
	position:relative;
	display:block;
	width:80px;	
	height:24px;
	color:#000;
	font-size:11px;
	letter-spacing:-0.3px;
	font-weight:normal;
	line-height:26px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
	
}

.lingua-scelta:hover {
	font-family:'CenturyGothicBold', Arial, Helvetica, sans-serif;
}

.lingua-scelta.spenta {
	color:#fff;	
	cursor:default;
}

.lingua-scelta.spenta:hover {
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
}

#crediti {
	position:absolute;
	top:-200px;
	width:100%;
	height:auto;
	background:#000;
	color:#999;
	
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#crediti p {
	width:30%;
	float:left;
	margin:10px 5px 10px 10px;
	font-size:12px;
	letter-spacing:0px;
	font-weight:normal;
	line-height:14px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
}

#crediti p .strong {
	font-weight:bold;
	letter-spacing:-0.5px;
	font-family:'CenturyGothicBold', Arial, Helvetica, sans-serif;
}

#crediti p.powered {	
	position:absolute;
	bottom:0;
	left:60%;
	margin:10px 5px 10px 40px;
	font-size:10px;
}

#crediti a {
	color:#999;
	text-decoration:none;	
}
/* */
#schede {
	position:absolute;
	top:-200px;
	width:100%;
	height:200px;/*80px;*/
	/*background:#ddd;*/
	cursor:pointer;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D3D3D3), color-stop(0.02, #CCCCCC), color-stop(0.75, #F9F9F9), color-stop(1, #D3D3D3));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #D3D3D3 0%, #CCCCCC 2%, #F9F9F9 75%, #D3D3D3 100%);
	
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#schede.homepage {
	position:absolute;
	top:-220px;
	width:100%;
	height:260px;	
}

#schede p {
	width:30%;
	float:left;
	margin:10px 5px 10px 10px;
	font-size:12px;
	letter-spacing:0px;
	font-weight:normal;
	line-height:14px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
}

#schede p .strong {
	font-weight:bold;
	letter-spacing:-0.5px;
	font-family:'CenturyGothicBold', Arial, Helvetica, sans-serif;
}

#schede p.powered {	
	position:absolute;
	bottom:0;
	left:60%;
	margin:10px 5px 10px 40px;
	font-size:10px;
}

#schede a {
	color:#000;
	text-decoration:none;	
}
/* */
#lingua {
	position:absolute;
	top:-160px;
	right:0;
	width:80px;
	height:80px;
	background:#000;
	color:#ccc;
	
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#lingua p {
	width:70px;
	margin:10px 5px;
	text-align:center;
	font-size:12px;
	letter-spacing:-0.6px;
	font-weight:normal;
	line-height:30px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
}

#ombra {
	position:absolute;
	top:80px;
	left:0;
	right:0;
	bottom:0;
	z-index:96;
	display:none;
	background:#000;
	opacity:0.5;
}

#ombraApertura {
	position:absolute;
	top:80px;
	left:0;
	right:0;
	bottom:0;
	z-index:96;
	display:block;
	background:#000;
}

#ombraApertura.video {
	position:absolute;
	top:0px;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	display:block;
	background:#222329;
}

#splash {
	position:absolute;
	top:0px;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	display:block;
	background:#222329;
}

#videocont {
	position:relative;
	margin:0 auto;
	top:100px;
	width:480px;
	height:270px;
	background:#222329;
	overflow:hidden;
	display:block;
	visibility:hidden;
	opacity:0;	
}

#videocont video {
	display:block;
	position:absolute;
	width:480px;
	height:384px;
	top:-57px;
	left:0;
	/*visibility:hidden;*/
}


@-moz-document url-prefix() {
  #crediti p .strong {
    font-weight: normal;
  }
}


/* PRODUZIONE */

#main {
	position:absolute;
	background:#fff;
	top:80px;
	bottom:0;
	left:0;
	right:0;
	visibility:hidden;
	overflow: hidden;	
}

#container {width:2000%;height:100%;position: absolute;background:#000;overflow: hidden;}

.clear { clear: both; }

.sectionsez { 
	position:relative;
	display: block; 
	width:5%; 
	height:100%; 
	float: left; 
	background-size:contain;
	overflow:hidden;
	background-color:#000;
}

#sfondosez {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
}

#progressione {
	position:absolute;
	height:10px;
	width:100%;
	bottom:0;
	background:rgba(0,0,0,0.3);
	z-index:99;	
	overflow:hidden;
}

#avanzamento {
	position:absolute;
	height:10px;
	width:12.5%;
	bottom:0;
	background:#fff;		
}

.tacca {
	position:absolute;
	height:10px;
	width:2px;
	background:#fff;
	bottom:0;
}

.tacca.nera {
	background:#000;
}

#progressione.grigia {
	background:#111;
}

.tacca.grigia {
	background:#999;
}

.selettore.grigio {
	background:#999;
}

.etichettaclick.nera {
	background:#000;
}

.didascalia-top {
	top:100px;
}

.didascalia-right {
	left:auto;
	right:40px;
	text-align:right;
}

.taccaclick {
	position:absolute;
	height:20px;
	width:40px;
	bottom:0;
	margin-left:-20px;
	cursor:pointer;
	z-index:99;
}

.etichettaclick {
	position:absolute;
	height:12px;
	width:300px;
	bottom:10px;
	color:#fff;
	font-size:12px;
	letter-spacing:-0.6px;
	font-weight:normal;
	line-height:12px;
	font-family:'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	word-wrap:normal;
	visibility:hidden;
	margin-left:20px;
	background:rgba(0,0,0,0.5);
	padding:2px 2px;
}

.taccaclick:hover > .etichettaclick {
	visibility:visible;
}

.left40 {
	margin-left:40px;	
}

.left20 {
	margin-left:20px;	
}
.left20neg {
	margin-left:-20px;
}

.left20neg span {
	margin-left:40px;
}

.selettore {
	position:absolute;
	height:6px;
	width:6px;
	background:#000;
	bottom:7px;
	left:-2px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#didascalia {
	position:absolute;
	width:auto;
	height:auto;
	left:40px;
	bottom:60px;
	color:#000;
	/*font-size:45px;*/
	/*letter-spacing:-4.5px;*/
	/*font-weight:normal;*/
	/*line-height:45px;*/
	font-family:'Century Gothic', CenturyGothicRegular, Arial, Helvetica, sans-serif;
}

.negativo {
	position:relative;
	width:100%;
	height:100%;
	color:#fff;
}

#velo {
	position:absolute;
	width: auto;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;
	
}

#veloesteso {
	position:absolute;
	width: 100%;
	height:100%;
	background:#000;
	display:none;
}

#didascalia span {
	display: inline-block;
    zoom: 1;
    *display: inline;
}

#didascalia .bold {
		
}

#frecciaSx {	
	position:absolute;
	width:30px;
	height:100%;
	top:0;
	left:0;
	background:url(img/frecciaSx.png) center center no-repeat;
	cursor:pointer;
	display:none;
}

#frecciaDx {
	position:absolute;
	width:30px;
	height:100%;
	top:0;
	right:0;
	background:url(img/frecciaDx.png) center center no-repeat;
	cursor:pointer;
	display:none;
}

#neroTop {
	position:absolute;
	width:100%;
	height:25px;
	background:#000;
	top:0;
}

#neroBtm {
	position:absolute;
	width:100%;
	height:25px;
	background:#000;
	bottom:0;
}

#loading {
	position:absolute;
	width:100%;
	height:40px;
	left:0;
	top:50%;
	text-align:center;
}

.fontCGR {font-family:CenturyGothicRegular, Arial, Helvetica, sans-serif;}
.fontCGI {font-family:CenturyGothicItalic, Arial, Helvetica, sans-serif;font-style:italic;}
.fontCGB {font-family:CenturyGothicBold, Arial, Helvetica, sans-serif;font-weight:bold;}
.fontCGBI {font-family:CenturyGothicBoldItalic, Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;}

.qi {color:#000;}
.qi p.tfloat {position:absolute;}
.qi p.b50pc {position:absolute;bottom:50%;}
.qi p.t50pc {position:absolute;top:50%;}
.qi p.t52pc {position:absolute;top:52%;}
.qi p.t20pc {position:absolute;top:20%;}
.qi p.t30pc {position:absolute;top:30%;}
.qi p.mt30px {margin-top:30px;}
.qi p.ml30px {margin-left:30px;margin-right:30px;}
.qi span {display:inline-block;}
.qi span.spblock {display:block;}
.cornice {position:absolute;top:10px;bottom:10px;left:10px;right:10px;border:1px solid rgba(255,255,255,0.5);background-color:transparent;}
.cornice.inEvidenza {
	background-color:#fff;
	transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.cornice.ultimanews {border:1px solid #f00;}

.invitonews {position:absolute;top:0;bottom:0;left:0;right:0;border:none;background:#000 url(../img/grafite-bianca.jpg) no-repeat;background-position:top right;background-size:cover;}

@-webkit-keyframes rotatei {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotatei {
  from {
    -moz-transform: rotate(0deg);
  }
  to { 
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotatei {
  from {
    -o-transform: rotate(0deg);
  }
  to { 
    -o-transform: rotate(360deg);
  }
}

@keyframes rotatei {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}


#loading img {
	height:40px;
	width:40px;
	
	-webkit-animation-name:             rotatei;  /* Safari 4+ */
    -webkit-animation-duration:         1s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name:             rotatei; /* Fx 5+ */
    -moz-animation-duration:         1s; 
    -moz-animation-iteration-count:  infinite;
    -moz-animation-timing-function: linear;
	
	-o-animation-name:             rotatei; /* Opera 12+ */
    -o-animation-duration:         1s; 
    -o-animation-iteration-count:  infinite;
    -o-animation-timing-function: linear;
	
	animation-name:             rotatei;  /* IE 10+ */
    animation-duration:         1s; 
    animation-iteration-count:  infinite;
    animation-timing-function: linear;
}

/* PRODUZIONE FINE */


/* NASCONDO LOADER JQUERY */
/*ui-loader ui-corner-all ui-body-a ui-loader-default*/
.ui-loader {
	display:none;	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
}



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

	
}


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

}

@media only screen and (min-width: 480px) and (max-width: 1096px) {
    .socialclik {
        position:absolute;
        top:-40px;
        right:70px;/*0;*/
        width:96px;/*40px;*/
        height:80px;
    }	

}

.bianco {
	color:#fff;	
}
.instagram {
	position:absolute;
	left: 6px;
	bottom: 12px;
	width: 24px;
	height: 24px;
	background-image:url(../img/instagram.png);
	background-size: contain;
}
.flag {
	position:absolute;
	left:35px;
	bottom:16px;
	width: 16px;
	height: 9px;
	background:url(../img/bandiere.png) no-repeat;
}

.flagsc {
	position:absolute;
	left:35px;
	bottom:7px;
	width: 16px;
	height: 9px;
	background: url(../img/bandiere.png) no-repeat;
}

.flag.flag-de {background-position: -16px -1px;}
.flag.flag-es {background-position: -32px -1px;}
.flag.flag-fr {background-position: 0 -12px;}
.flag.flag-uk {background-position: -16px -12px;}
.flag.flag-it {background-position: -32px -12px;}

.flagsc.flag-de {background-position: -16px -1px;}
.flagsc.flag-es {background-position: -32px -1px;}
.flagsc.flag-fr {background-position: 0 -12px;}
.flagsc.flag-uk {background-position: -16px -12px;}
.flagsc.flag-it {background-position: -32px -12px;}


@-moz-document url-prefix()
{
	.flag {
		position:absolute;
		left:32px;
		top:56px;
		width: 16px;
		height: 9px;
		background:url(../img/bandiere.png) no-repeat;
	}  
	
	.flagsc {
		position:absolute;
		left:32px;
		bottom:6px;
		width: 16px;
		height: 9px;
		background: url(../img/bandiere.png) no-repeat;
	}
}


/* INTRO */
#ombraApertura.video {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*background:#000;*/
	background:#fff url('../intro/sfondo-grafitebianca.jpg') no-repeat;
	background-size:cover;
	background-position:top center;
}

#ombraApertura2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:120;
	display:block;
	/*background:#000;*/
	background:#fff url('../intro/sfondo-grafitebianca.jpg') no-repeat;
	background-size:cover;
	background-position:top center;
	opacity:0;
}

.splash {
	position:absolute;
	width:0;
	height:0;
	top:0;
	left:0;
	display:block;
	z-index:109;
	background:#f00;
}

.sfondo {
	position:absolute;
	width:0;
	height:0;
	top:0;
	left:0;
	display:block;
	z-index:110;
}

.sfondo img {
	position:relative;
	width:100%;
	height:auto;
	border:none;
	display:block;	
}

.righine {
	position:absolute;
	width:0;
	height:0;
	top:0;
	left:0;
	display:block;
	background:url(../intro/righine.png);
	z-index:111;
}

.righinefull {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	background:url(../intro/righine-bianche.png);
	z-index:111;
}

.boxvideo {
	position:absolute;
	width:0;
	height:0;
	top:0;
	left:0;
	display:block;
	overflow:hidden;
	/*background:#f00;*/
	z-index:112;
}

table.schedep {
	top-margin:20px;
	width:100%;
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 0;
	border-collapse: collapse;
}

table.schedep td {
	/*background-color:#ddd;*/
	border-width: 0;
	padding: 0;
}

table.schedep td  a, table.schedep td  span.spaziomenu {
	padding:4px;	
	margin: 0 4px 0 4px;
	display:inline-block;
}

span.spanSc {
	font-weight: normal;
    line-height: 50px;
    font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	padding-left:8px;
	letter-spacing:-2px;	
}

span.spanScBold {
	font-weight: normal;
    line-height: 50px;
    font-family: 'CenturyGothicBold', Arial, Helvetica, sans-serif;
	padding-left:8px;
	letter-spacing:-2px;	
}

span.spanSc.font18, span.spanScBold.font18 {
	letter-spacing:-1px;	
	line-height:24px;
}

span.spanScRosso {
	font-weight: normal;
    line-height: 50px;
    font-family: 'CenturyGothicBold', Arial, Helvetica, sans-serif;
	padding-left:8px;
	letter-spacing:-2px;	
	color:#ff0000;
}