body {
padding:0px;
margin:0px;
background-color:#d9dadb;
background-image:url(images/sfondo_network.png);
background-position:top center;
}

body.festival {
background-image:url(images/sfondo_festival.png);
background-color:#FFF;	
}

body.euroshort {
background-image:url(images/sfondo_euroshort.png);
background-color:#FFF;	
}

body.shortline {
background-image:url(images/sfondo_shortline2.png);
background-color:#FFF;	
}

body.animare {
background-image:url(images/sfondo_animare.png);
background-color:#FFF;	
}

body.docushort {
background-image:url(images/sfondo_docushort.jpg);
background-color:#e6e6e7;	
}

@font-face {
    font-family: 'FrutigerLTStd47LightCnRegular';
    src: url('fonts/frutigerltstd-lightcn_0-webfont.eot');
    src: url('fonts/frutigerltstd-lightcn_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutigerltstd-lightcn_0-webfont.woff') format('woff'),
         url('fonts/frutigerltstd-lightcn_0-webfont.ttf') format('truetype'),
         url('fonts/frutigerltstd-lightcn_0-webfont.svg#FrutigerLTStd47LightCnRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FrutigerLTStd57CnBold';
    src: url('fonts/frutigerltstd-blackcn_0-webfont.eot');
    src: url('fonts/frutigerltstd-blackcn_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutigerltstd-blackcn_0-webfont.woff') format('woff'),
         url('fonts/frutigerltstd-blackcn_0-webfont.ttf') format('truetype'),
         url('fonts/frutigerltstd-blackcn_0-webfont.svg#FrutigerLTStd57CnBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'frutiger_lt_std_57_cnregular';
    src: url('fonts/frutigerltstd-cn_0-webfont.eot');
    src: url('fonts/frutigerltstd-cn_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutigerltstd-cn_0-webfont.woff') format('woff'),
         url('fonts/frutigerltstd-cn_0-webfont.ttf') format('truetype'),
         url('fonts/frutigerltstd-cn_0-webfont.svg#frutiger_lt_std_57_cnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaeciliaLTStd85Heavy';
    src: url('fonts/caecilialtstd-heavy-webfont.eot');
    src: url('fonts/caecilialtstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caecilialtstd-heavy-webfont.woff') format('woff'),
         url('fonts/caecilialtstd-heavy-webfont.ttf') format('truetype'),
         url('fonts/caecilialtstd-heavy-webfont.svg#CaeciliaLTStd85Heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaeciliaLTStd45Light';
    src: url('fonts/caecilialtstd-light-webfont.eot');
    src: url('fonts/caecilialtstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caecilialtstd-light-webfont.woff') format('woff'),
         url('fonts/caecilialtstd-light-webfont.ttf') format('truetype'),
         url('fonts/caecilialtstd-light-webfont.svg#CaeciliaLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaeciliaLTStdRomanRegular';
    src: url('fonts/caecilialtstd-roman-webfont.eot');
    src: url('fonts/caecilialtstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caecilialtstd-roman-webfont.woff') format('woff'),
         url('fonts/caecilialtstd-roman-webfont.ttf') format('truetype'),
         url('fonts/caecilialtstd-roman-webfont.svg#CaeciliaLTStdRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

b{
	font-family: FrutigerLTStd57CnBold;
	font-weight: normal;
}

a {
   outline: 0;
}

#intestazione {
height:240px;
width:100%;
position:absolute;
z-index:2;
left:0px;
top:0px;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#intestazione {
	height:200px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#intestazione {
	height:230px;
	}
}

.euroshort #intestazione {
background-image:url(images/sfondo_intestazione2.jpg);	
}

.shortline #intestazione {
background-image:url(images/sfondo_intestazione.jpg);	
}

.animare #intestazione {
background-image:url(images/sfondo_intestazione_animare.png);
background-position:center;
background-size:cover;
}

.docushort #intestazione {
background-image:url(images/sfondo_intestazione_docushort.png);
}

#contenuto_intestazione {
width:1040px;
height:240px;
position:relative;
z-index:3;
margin:0px auto;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenuto_intestazione {
	width:708px;
	height:160px;
	padding-bottom:40px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#contenuto_intestazione {
	width:400px;
	height:230px;
	padding-bottom:0px;
	}
}

#logo {
width:611px;
height:124px;
position:absolute;
top:42px;
left:24px;
z-index:3;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#logo {
	width:462px;
	height:94px;
	top:43px;
	left:0px;	
	}
	#logo img {
	width:462px !important;
	height:auto !important;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#logo {
	width:400px;
	height:81px;
	top:30px;
	}
	#logo img {
	width:400px !important;
	height:auto !important;
	}
}

#lumin {
position: absolute;
right: 19px;
background-position: right;
background-repeat: no-repeat;
font-family: frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;
font-size: 16px;
background-image: url(images/animazione_lumin.gif);
color: #333;
width: 250px;
padding: 140px 100px 0px 0px;
height: 60px;
top: 10px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#lumin {
	right: 0px;
	width: 156px;
	padding: 60px 60px 0px 0px;
	height: 83px;
	top: 18px;
	background-size:216px 123px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#lumin {
	background-image: url(images/animazione_lumin.png);	
	right: -20px;	
	top: 80px;
	}
}

.data_lumin {
position:absolute;
top:80px;
height:40px;
right:100px;
width:250px;
text-align:right;
font-size:1.75em;	
font-family: CaeciliaLTStdRomanRegular, Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.data_lumin {
	top:90px;
	right:60px;
	width:156px;
	font-size:1.1em;
	line-height:1.3em;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	.data_lumin {
		
	}
}

.data_lumin span {
color:#999;	
font-size:0.5em;
font-family: frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.data_lumin span {
	font-size:0.8em;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	.data_lumin span {
		
	}
}

.data_lumin span strong {
font-family: FrutigerLTStd57CnBold, Arial, Helvetica, sans-serif;
font-weight:normal;
}

.euroshort #lumin {
background-image:url(images/lumin2.png);
width:305px;
padding:123px 0px 0px 0px;
}

.shortline #lumin {
background-image:url(images/lumin3.png);
width:305px;
padding:123px 0px 0px 0px;
}

.animare #lumin {
background-image:url(images/lumin2.png);
width:305px;
padding:123px 0px 0px 0px;
}

#lingue {
width:60px;
height:20px;
position:absolute;
top: 188px;
right: 120px;
text-align:right;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#lingue {
	width:80px;
	top: 172px;
	right: 0px;
	}
	#lingue img {
	margin:0px 5px;	
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#lingue {
	top: 144px;
	right: auto;
	text-align: left;
	left: -4px;	
	}
}

.euroshort #lingue {
right:16px;
}

.shortline #lingue {
right:16px;
}

.animare #lingue {
right:16px;
}

#voce_menu_mobile a {
position:absolute;
bottom:10px;
left:0px;
height:20px;
float:right;
display:block;
line-height:18px;
background-image:url(images/menu20.png);
background-position:left;
background-repeat:no-repeat;
padding-left:30px;
font-family: FrutigerLTStd47LightCnRegular, Arial, Helvetica, sans-serif;
font-size:24px;
display:none;
text-decoration:none;
color:#222;
}

@media only screen and (max-width: 1079px) { /* TABLET */
	#voce_menu_mobile a {
	display:block;
	}
}

@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#voce_menu_mobile a {
	bottom:20px;
	}
}

#menu_mobile {
font-family: FrutigerLTStd47LightCnRegular, Arial, Helvetica, sans-serif;	
}

#nuvole {
height:470px;
background-image:url(images/sfondo_nuvole.png);
background-repeat:repeat-x;
width:100%;
min-width:1040px;
position:absolute;
z-index:1;
left:0px;
top:240px;
background-position:center bottom;	
}

#contenuto_festival {
background-color:#4c4c4c;
width:995px;
margin:-30px auto 0px auto;
padding:30px 30px 60px 15px;
z-index:3;
position:relative;	
height:440px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenuto_festival {
	width:708px;
	margin:0px auto !important;
	padding:10px 0px 60px 0px;
	height:auto !important;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#contenuto_festival {
	width:400px;
	}
}

.festival #contenuto_festival {
padding:30px 30px 60px 15px;
height:auto;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.festival #contenuto_festival {
	width:708px;
	margin:0px auto !important;
	padding:10px 0px 60px 0px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	.festival #contenuto_festival {
	width:400px;
	}
}

.network #contenuto_festival {
background-color:transparent;
padding:30px 30px 60px 15px;
height:auto;
background-image:url(images/sfondo_network.png);
background-position:center -210px;
}

.euroshort #contenuto_festival {
background-color:transparent;
padding:30px 30px 60px 15px;
height:auto;
background-image:url(images/sfondo_euroshort.png);
background-position:center -210px;
}

.shortline #contenuto_festival {
background-color:transparent;
padding:30px 30px 60px 15px;
height:auto;
/*background-image:url(images/sfondo_shortline2.png);*/
background-color:#FFF;
background-position:center -210px;
}

.animare #contenuto_festival {
background-color:transparent;
padding:30px 30px 60px 15px;
height:auto;
/*background-image:url(images/sfondo_animare.png);*/
background-color:#FFF;
background-position:center -210px;
}

.docushort #contenuto_festival {
background-color:transparent;
padding:30px 30px 60px 15px;
height:auto;
background-image:none;
background-color:#e6e6e7;
}

#contenitore_menu_festival {
float:left;
width:200px;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenitore_menu_festival {
	display:none;
	}
}

#menu_festival_sopra {
width:200px;
height:15px;
background-image:url(images/menu_festival_sopra.png);
position:relative;	
margin:0px;
}

.network #menu_festival_sopra {
background-image:url(images/menu_network_sopra.png);
}

.shortline #menu_festival_sopra {
background-image:url(images/menu_network_sopra.png);
}

.animare #menu_festival_sopra {
background-image:url(images/menu_network_sopra.png);
}

#menu_eventi_sopra {
width:200px;
height:15px;
background-image:url(images/menu_festival_sopra.png);
position:relative;	
margin:0px;
}

.shortline #menu_eventi_sopra {
background-image:url(images/menu_network_sopra.png);
}

#menu_festival_sotto {
width:145px;
background-image:url(images/menu_festival_sotto.png);
background-position:bottom;
position:relative;	
padding:0px 20px 68px 35px;
margin:0px;
}

.network #menu_festival_sotto {
background-image:url(images/menu_network_sotto.png);
}

.shortline #menu_festival_sotto {
background-image:url(images/menu_network_sotto.png);
}

.animare #menu_festival_sotto {
background-image:url(images/menu_network_sotto.png);
}

#menu_eventi_sotto {
width:145px;
background-image:url(images/menu_festival_sotto.png);
background-position:bottom;
position:relative;	
padding:0px 20px 68px 35px;
margin:0px;
}

.shortline #menu_eventi_sotto {
background-image:url(images/menu_network_sotto.png);
}

.voce_menu_festival a{
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:15px;
color:#666;
text-decoration:none;
line-height:25px;
display:block;
}

.voce_sottomenu_festival a{
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:15px;
color:#666;
text-decoration:none;
line-height:25px;
display:block;
margin-left: 10px;
}

.voce_sottomenu_festival.sel a{
	font-family: FrutigerLTStd57CnBold, Arial, Helvetica, sans-serif;
}

.network .voce_menu_festival a{
color:#fff;
}

.shortline .voce_menu_festival a{
color:#fff;
}

.animare .voce_menu_festival a{
color:#fff;
}

.voce_menu_eventi {
padding:5px 0px 5px 0px;
display:block;
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:15px;
color:#666;
}

.shortline .voce_menu_eventi {
color:#fff;
}

.voce_menu_eventi a {
font-family:FrutigerLTStd57CnBold, Arial, Helvetica, sans-serif;	
color:#666;
text-decoration:none;
}

.shortline .voce_menu_eventi a {
color:#fff;
}

.voce_menu_eventi a:hover {
text-decoration:underline;
}

.voce_menu_indietro a{
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:15px;
color:#e95d0f;
text-decoration:none;
line-height:25px;
display:block;
text-align:right;
}

.euroshort .voce_menu_indietro a{
color:#1b78cc;
}

.shortline .voce_menu_indietro a{
color:#009036;
}

.animare .voce_menu_indietro a{
color:#2eaadc;
}

.titolo_menu {
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:15px;
color:#e95d0f;
text-decoration:none;
line-height:25px;
display:block;
}

.shortline .titolo_menu {
color:#009036;	
}

.voce_menu_festival a:hover {
font-family:FrutigerLTStd57CnBold, Arial, Helvetica, sans-serif;	
}

.voce_menu_festival.sel a {
font-family:FrutigerLTStd57CnBold, Arial, Helvetica, sans-serif;	
background-image:url(images/voce_menu_sel.png);
background-position:right;
background-repeat:no-repeat;
}

.euroshort .voce_menu_festival.sel a {
background-image:url(images/voce_menu_sel2.png);
}

.shortline .voce_menu_festival.sel a {
background-image:url(images/voce_menu_sel3.png);
}

.animare .voce_menu_festival.sel a {
background-image:url(images/voce_menu_sel4.png);
}

#label_festival {
position:absolute;
height:21px;
width:150px;
color:#e85b29;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:21px;
position:absolute;
left:30px;
bottom:60px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#label_festival {
	left:0px;
	}
}

#slides {
	position:relative;
	float:right;
	z-index:5;
	margin-bottom: 37px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenuto_network #slides {
	position: absolute;
	top: 60px;
	left: 230px;
	margin:0px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#contenuto_network #slides {
	display:none;
	}
}

#slides_two {
position:relative;
width:764px;
height:380px;
float:right;
z-index:5;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#slides_two {
	width:708px;
	height:760px !important;
	}
	.festival #slides_two {
	height:380px !important;
	}		
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#slides_two {
	width:400px;
	height:1140px !important;
	}
	.festival #slides_two {
	height:760px !important;
	}
}

.slides_container {
width:764px;
overflow:hidden;
position:relative;
display:none;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.slides_container {
	width:263px;
	}
}

#slides_two .slides_container {
width:764px;
overflow:hidden;
position:relative;
display:none;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#slides_two .slides_container {
	width:708px;
	height:760px !important;
	}
	.festival #slides_two .slides_container {
	height:380px !important;
	}	
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#slides_two .slides_container {
	width:400px;
	height:1140px !important;
	}
	.festival #slides_two .slides_container {
	height:760px !important;
	}	
}

.slides_container div.slide {
width:764px;
height:440px;
display:block;
position:relative;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.slides_container div.slide {
	width:263px;
	height:380px;
	}
}

#slides_two .slides_container div.slide {
width:764px;
height:380px;
display:block;
position:relative;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#slides_two .slides_container div.slide {
	width:708px;
	height:760px !important;
	}
	.festival #slides_two .slides_container div.slide {
	height:380px !important;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#slides_two .slides_container div.slide {
	width:400px;
	height:1140px !important;
	}
}

#slides .next, #slides .prev, #slides_two .next, #slides_two .prev {
	display:none;
}

.pagination {
	position:absolute;
	right:0px;
	bottom:-12px;
	z-index:11;
	float:right;
	padding:0px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenuto_network .pagination {
	display:none;
	}
}

.pagination li {
	float:left;
	margin:0 3px;
	list-style:none;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.pagination li {
	margin:0px 7px;
	}
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.shortline .pagination li a {
	background-image:url(images/pagination_shortline.png);
}

.animare .pagination li a {
	background-image:url(images/pagination_animare.png);
}

.pagination li.current a {
	background-position:0 -12px;
}

.caption {
	display:none;
}

.slide_film1 {
	position:absolute;
	left:0px;
	top:0px;
	width:366px;
	height:440px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.slide_film1 {
	width:263px;
	}
	.slide_film1 img {
	width:263px !important;
	height:auto;
	}
}

.slide_film2 {
position:absolute;
right:0px;
top:0px;
width:366px;
height:440px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.slide_film2 {
	display:none;
	}
}

.titolo_slide_film {
color:#fff;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:22px;	
margin-top:16px;
margin-bottom:10px;
line-height:34px;
}

.titolo_slide_film a {
color:#fff;	
text-decoration:none;
}

.titolo_slide_film a:hover {
text-decoration:underline;
}

.testo_slide_film {
color:#fff;	
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:13px;	
line-height:21px;
}

.testo_slide_film p {
margin-top:0px;
padding-top:0px;
}

#contenuto_network {
width:995px;
margin:0px auto;
padding:60px 30px 60px 15px;
z-index:3;
position:relative;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenuto_network {
	width:708px;
	padding:60px 0px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#contenuto_network {
	width:400px;
	}
}

#contenuto_network_esterno {
width: 100%;
position:relative;
background-color: #666;	
}

#contenuto_altri_festival {
width: 995px; 
margin: 0px auto; 
padding: 15px 30px 45px 15px;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenuto_altri_festival {
	display:none;
	}
}

#contenitore_menu_network {
position:relative;
float:left;
width:200px;	
}

#menu_network_sopra {
width:200px;
height:15px;
background-image:url(images/menu_network_sopra.png);
position:relative;	
margin:0px;
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#menu_network_sopra {
	margin:0px 0px 0px -15px;
	}
}

#menu_network_sotto {
width:145px;
background-image:url(images/menu_network_sotto.png);
background-position:bottom;
position:relative;	
padding:0px 20px 68px 35px;
margin:0px;
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#menu_network_sotto {
	margin:0px 0px 0px -15px;
	}
}

.voce_menu_network a{
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:15px;
color:#fff;
text-decoration:none;
line-height:25px;
display:block;
}

.voce_menu_network a:hover {
font-family:FrutigerLTStd57CnBold, Arial, Helvetica, sans-serif;	
}

.voce_menu_network.sel a {
font-family:FrutigerLTStd57CnBold, Arial, Helvetica, sans-serif;	
background-image:url(images/voce_menu_sel.png);
background-position:right;
background-repeat:no-repeat;
}

#label_network {
height:21px;
width:150px;
color:#e85b29;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:21px;
margin:15px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#label_network {
	margin:15px 0px;
	}
}

#contenitore_video_home {
width:764px;
height:430px;
border-bottom:1px dashed #999;
position:relative;
float:right;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenitore_video_home {
	display:none;
	}
}

#video_home {
width:500px;
height:340px;
float:left;	
}

.titolo_home {
color:#333;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:18px;	
margin-top:20px;
width:500px;
float:left;
}

.festival .titolo_home {
color:#fff;	
}

#slides_two .titolo_home {
width:235px;
margin-top:15px;
margin-bottom:2px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#slides_two .titolo_home {
	width:216px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#slides_two .titolo_home {
	width:185px;
	}
}

.titolo_home a {
color:#333;	
text-decoration:none;
}

.festival .titolo_home a {
color:#fff;	
}

.titolo_home a:hover {
text-decoration:underline;
}

.sottotitolo_home {
color:#333;	
font-family:CaeciliaLTStdRomanRegular, Arial, Helvetica, sans-serif;	
font-size:15px;	
width:500px;
float:left;
}

.festival .sottotitolo_home {
color:#fff;	
}

#slides_two .sottotitolo_home {
width:235px;
}

.sottotitolo_home a {
color:#e7511e;	
text-decoration:none;
}

.festival .sottotitolo_home a {
color:#e7511e;	
}

.shortline .sottotitolo_home a {
color:#e2001a;	
}

.animare .sottotitolo_home a {
color:#2eaadc;	
}

.sottotitolo_home a:hover {
text-decoration:underline;
}

#label_news {
width:792px;
height:60px;
float:right;
margin:30px -28px 30px 0px;
background-image:url(images/label_news.png);	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#label_news {
	width:708px;
	margin:0px 0px 30px 0px;
	background-position:left;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#label_news {
	width:400px;
	}
}

.arancione {
color:#000;	
font-size:80%;
}

.festival .arancione {
color:#fff;	
font-size:80%;
}

.news_home {
float:left;
margin:0px 29px 0px 0px;
width:235px;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.news_home {
	width:216px;
	margin-right:30px !important;
	clear:none !important;
	}
	.news_home:nth-child(3n+3) {
	margin-right:0px !important;
	}
	.news_home:nth-child(3n+1) {
	clear:left !important;
	}
	.news_home:nth-child(n+4) {
	margin-top:20px !important;
	}
	.news_home img {
	width:216px !important;
	height:auto !important;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	.news_home {
	width:185px;
	}
	.news_home:nth-child(3n+3) {
	margin-right:20px !important;
	}
	.news_home:nth-child(2n+2) {
	margin-right:0px !important;
	}
	.news_home:nth-child(3n+1) {
	clear:none !important;
	}
	.news_home:nth-child(2n+1) {
	clear:left !important;
	}
	.news_home:nth-child(n+3) {
	margin-top:20px !important;
	}
	.news_home img {
	width:185px !important;
	height:auto !important;
	}	
}

.ecommerce .news_home {
height:380px;	
}

.ecommerce .news_home img {
border:1px solid #999;
margin:-1px;
}

.testo_news_home {
color:#222;	
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:13px;	
line-height:21px;
margin-top:5px;
float:left;
display:block;
}

.festival .testo_news_home {
color:#eee;	
}

.vedi_tutte_news_home {
text-align:center;
position:absolute;
bottom:0px;
display:block;
width:100%;
}

.vedi_tutte_news_home a {
color:#333;	
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:15px;	;
text-decoration:underline;
}

.festival .vedi_tutte_news_home a {
color:#fff;	
}

#label_contattaci a {
background-image:url(images/busta.png);
background-position:0px 0px;
background-repeat:no-repeat;	
color:#333;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:18px;	
text-decoration:none;
position:absolute;
left:30px;
bottom:30px;
padding-left:40px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#label_contattaci a {
	display:none;
	}
}

#footer_sopra {
width:1040px;
height:60px;
background-image:url(images/footer.png);
position:relative;	
margin:0px auto;
z-index:3;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#footer_sopra {
	width:100%;
	}
	#footer_sopra table {
	margin-right:30px !important;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */

}

.euroshort #footer_sopra {
background-image:url(images/footer2.png);
}

.shortline #footer_sopra {
background-image:url(images/footer3.png);
}

.animare #footer_sopra {
background-image:url(images/footer2.png);
}

.festival #footer_sopra {
margin:-30px auto 0px auto;
}

#iscriviti_newsletter a {
float:left;
background-image:url(images/foglio.png);
background-position:top right;
background-repeat:no-repeat;
color:#FFF;
text-decoration:underline;
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:16px;	
line-height:26px;
margin:17px 0px 0px 30px;
padding-right:36px;
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#iscriviti_newsletter a {
	margin-left:40px !important;
	padding-right:0px;
	background-image:none;
	}
}

#footer_bianco {
position:absolute;
bottom:0px;
left:0px;
height:100px;
width:100%;
background-color:#fff;
z-index:1;	
}

#pagina {
position:relative;	
}

#footer_sotto {
width:1040px;
height:60px;
padding-top:10px;
position:relative;	
margin:0px auto;
z-index:3;
color:#888;
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;
font-size:13px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#footer_sotto {
	width:100%;
	padding-bottom:30px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#footer_sotto {
	padding-bottom:60px;
	}
}

#footer_sotto a {
color:#888;
text-decoration:none;
}

#footer_sotto a:hover {
text-decoration:underline;
}

#contenitore_pagina {
width:764px;
position:relative;
float:right;
color:#333;	
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:14px;	
line-height:21px;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#contenitore_pagina {
	width:708px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#contenitore_pagina {
	width:400px;
	}
}

#contenitore_pagina table {
max-width:100%;
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#contenitore_pagina table td {
	width:auto !important;
	white-space:normal !important;
	}
}

.festival #contenitore_pagina {
color:#fff;	
}

#col_des a, #col_sin a, #col_sin_senza_foto a, #contenitore_pagina a {
color:#e95d0f;
text-decoration:none;	
}

#contenitore_pagina .bottone1 a {
	color:#FFF;
}

.euroshort #col_des a, .euroshort #col_sin a {
color:#1b78cc;
}

.shortline #col_des a, .shortline #col_sin a {
color:#009036;
}

.animare #col_des a, .animare #col_sin a, .animare #col_sin_senza_foto a {
color:#2eaadc;
}

#col_des a:hover, #col_sin a:hover, #col_sin_senza_foto a:hover {
text-decoration:underline;	
}

h1 {
color:#333;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:26px;	
font-weight:normal;
}

.festival h1 {
color:#FFF;	
}

h2 {
color:#333;	
font-family:CaeciliaLTStd45Light, Arial, Helvetica, sans-serif;	
font-size:20px;	
border-bottom:1px dashed #ccc;
font-weight:normal;
margin:-5px 0px 2px 0px;
padding:0px 0px 5px 0px;
}

.network h2 {
border-bottom:1px dashed #999;
}

h2 a {
color:#333;	
text-decoration:none;
}

h2 a:hover {
text-decoration:underline;
}

.festival h2 {
color:#fff;	
}

.festival h2 a {
color:#fff;	
}

#citta_nuvole {
position:absolute;
bottom:100px;
left:0px;
height:1117px;
width:100%;
min-width:1040px;
background-image:url(images/citta+nuvole.png);
background-position:bottom center;
background-repeat:no-repeat;
z-index:1;		
}

.network #citta_nuvole {
display:none;	
}

.euroshort #citta_nuvole {
display:none;	
}

.shortline #citta_nuvole {
display:none;	
}

.animare #citta_nuvole {
display:none;	
}

.docushort #citta_nuvole {
display:none;	
}

h3 {
color:#e85b29;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:21px;
font-weight:normal;
margin-bottom:2px;
letter-spacing: 0.07em;
}

.shortline h3 {
color:#e2001a;	
}

h4 {
color:#05c5f1;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:21px;
font-weight:normal;
margin-bottom:2px;
}

.titolo_selezionato a {
color:#fff;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:17px;	
text-decoration:none;
}

.network .titolo_selezionato a {
color:#222;	
}

.shortline .titolo_selezionato a {
color:#009036;	
}

.animare .titolo_selezionato a {
color:#2eaadc;	
}

.titolo_selezionato a:hover {
text-decoration:underline;
}

#col_sin {
width:500px;
float:left;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#col_sin {
	width:708px;
	}
	#col_sin img {
	max-width:100%;
	height:auto;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	#col_sin {
	width:400px;
	}
}

#col_des {
width:235px;
float:right;
padding-top:5px;	
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#col_des {
	display:none;
	}
}

.valore {
color:#fff;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:16px;	
}

.shortline .valore {
color:#009036;	
}

.animare .valore {
color:#2eaadc;	
}

.valore_doppio {
color:#e95c2c;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:22px;	
}

.input_valore {
color:#fff;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:16px;	
padding:5px;
border:1px solid #999;	
}

.network .valore, .network .input_valore {
color:#333;		
}

#col_sin_shortline {
width:200px;
float:left;	
}

.bottone1 a {
color:#fff;	
font-family:frutiger_lt_std_57_cnregular, Arial, Helvetica, sans-serif;	
font-size:16px;	
line-height:26px;
padding:0px 8px 0px 8px;
text-decoration:none;
background-image:url(images/footer.png);	
background-position:top left;	
display:block;
text-align:center;
}

.euroshort .bottone1 a {
background-image:url(images/footer2.png);	
}

.shortline .bottone1 a {
background-image:url(images/footer3.png);	
}

.animare .bottone1 a {
background-image:url(images/footer2.png);	
}

.shortline #menu_eventi_sotto .bottone1 a {
background-image:url(images/footer3_rosso.png);	
}

.bottone1 a:hover {	
background-position:bottom right;	
}

.messaggio {
border:1px dashed #158ABB;
color:#041B24;
background-color:#D2F1FA;
padding:6px;
margin:6px 0px 6px 0px;
}

.errore {
border:1px dashed #D02E4D;
color:#300C13;
background-color:#F1C7CF;
padding:6px;
margin:6px 0px 6px 0px;
display:none;
}

#credits {
	
}

#credits a{
text-decoration:none;
}

#credits a:hover{
text-decoration:underline;

}

#crediti {
	margin:-40px 0px 0px 20px;
width:120px;	
color:#4C4C4C;
background-color: #FFF; 
border: 1px solid #4C4C4C; 
padding: 4px 8px 8px 8px; 
opacity: 0.9; 
display: none;
}

#crediti a{
color:#4C4C4C;
text-decoration:none;
}

#crediti a:hover{
text-decoration:underline;
}

#lente_ecommerce {
width:37px;
height:36px;
position:absolute;
left:430px;
top:380px;
z-index:5;	
}

#lente_ecommerce img {
z-index:5;	
}

.immagine_carrello {
border:1px solid #999;
margin:-1px;
}

.titolo_categoria_carrello {
color:#333;	
font-family:CaeciliaLTStd85Heavy, Arial, Helvetica, sans-serif;	
font-size:16px;	
}

#pagine{
}

.numero_pagina a{
	color:#333333;
	text-decoration:none;
}

.numero_pagina.selezionata a{
	color:#E7511E;
	text-decoration:none;
	font-size:20px;
}

#video_anteprima {
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  width: 764px;
  height: 400px;
  overflow: none;

}

.newsticker-jcarousellite {
position:absolute;
top:0px;
right:0px;
width:186px;
height:240px;
}

.newsticker-jcarousellite2 {
margin:32px 0px 0px 15px;	
position:relative;
width:185px;
height:330px;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	.newsticker-jcarousellite2 {
	position: absolute !important;
	margin:0px;
	left:auto !important;
	right: -508px;
	top: 0px;
	}
}
@media only screen and (max-width: 767px) {  /* SMARTPHONE */
	.newsticker-jcarousellite2 {
	right: -200px;
	}
}

.info {
height:60px;	
margin:0px 0px 20px 0px;
}

.info2 {
height:80px;	
margin:0px 0px 30px 0px;
}


/* --- BIANCO --- */

body {
background-color:#fff;
background-image:none;
}

body.festival {
background-color:#fff;
background-image:none;
}

#nuvole {
background-image:none;
}
@media only screen and (max-width: 1119px) { /* TABLET */
	#nuvole {
	display:none;
	}
}

#contenuto_festival {
background-color: #fff;
}

#menu_festival_sotto {
background-image: url(images/menu_network_sotto.png);
}

#menu_festival_sopra {
background-image: url(images/menu_network_sopra.png);
}

.voce_menu_festival a {
color: #fff;
}

.arancione {
color: #4c4c4c !important;
}

.testo_news_home {
color: #333 !important;
}

.titolo_home a {
color: #333 !important;
}

.pagination li a {
background-image:url(images/pagination_nero.png);
}

#citta_nuvole {
display:none;
}

.festival h1 {
color: #333;
}

.festival #contenitore_pagina {
color: #333;
}

#contenitore_pagina {
font-size: 15px;
}

.voce_sottomenu_festival a {
color: #ddd;
}

.network #contenuto_festival {
background-color: fff;
background-image: none;
}

.voce_sottsottomenu_festival a{
	font-family: frutiger_lt_std_57_cnregular,Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	margin-left: 22px;
	display: block;
}

.voce_sottsottomenu_festival.sel a{
	font-family: FrutigerLTStd57CnBold,Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #FFF;
}
