@charset "UTF-8";
/* CSS Document */

	* {
	margin:0;
	padding:0;
	outline:none;
}
a {
	color:#444;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#D73499;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
body {
	height:100%;
	width:100%;
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background-color:#DECEC5;
	/*font-family:  Helvetica, Arial, sans-serif;*/
	font-family: 'HelveticaNeueLT43LightExRegul', Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#444;
}


.floatl{ float:left; display:inline; }
.floatr{ float:right; display:inline; } 
.clear{ clear:both; height:1px; line-height:1px; display:block; }
.clear-space{ clear:both;  height:1px; line-height:1px; display:inline-block;  margin-top:15px; width:100%;}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	overflow:hidden;
}
#mask {
	width:100%;
	height:700%;
	overflow:hidden;
}
.item {
	width:100%;
	height:14.3%;
	display:block;
}

ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
	padding:0;
	margin:0;
}
.header {
	margin:0px auto;
	height:70px;
	width:100%;
	top:0%;
	z-index: 3;
	background-image:url(img/header_bg.png);
	background-repeat:repeat;
	border-bottom:1px solid #FFF;
	position:absolute;
}
h1.logo {
  background-image: url("img/bg-header.png");
  background-position: 0 100%;
  background-repeat: repeat-x;
  height: 50px;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.logo a {
  background-image: url("img/logo.png");
  background-position: -6px 50%;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 50px;
  left: 111px;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  text-indent: -999px;
  top: 0;
  width: 343px;
  z-index: 10;
}

.content{
width:980px;
overflow:auto;
z-index: 2;    
}

.page,#pagehome {
	margin:180px 0 0 90px;
	padding:0 20px 0 20px;
	height:260px;
	overflow:auto;
	color:#444;
	line-height:46px;
	font-size:14px;
}
#pagehome{overflow:hidden;}
.box-index {
		height:250px;
	width:250px; margin-top:25px;
	color:#999;
font-family: 'HelveticaNeueLT67MdCnRegular';
	font-size:13px;
	float:left; 
	margin-right:5px; 
	
}

.page{
float:left;
min-width:303px;
margin:180px 0 0 110px;
height:auto;
padding:20px;
background-image:url(img/page.png);
background-repeat:repeat;
color:#333; 
font-size:12px;
line-height:16px;
	font-family: 'HelveticaNeueLT67MdCnRegular';
	font-size:13px; 
}
 #events .page,#press .page{
	width:650px;
 }
 
 
  .loading{ 
      margin-left: 5px;
    margin-top: 50px;
    }
  
h1 {
	font-size:33px;
	line-height:36px;
	margin-bottom:10px;
	padding:10px;
	background-image:url(img/bgh1.png);
	color:#444;
	font-family: 'HelveticaNeueLT43LightExRegul', Helvetica, Arial, sans-serif;
}
h2 {
	font-size:26px;
	margin-bottom:2px;
	color:#D73499;
	padding:0;
	font-family: 'HelveticaLTCondensedBlackRegu';
	text-transform:uppercase;
	font-weight:bold;
	background-image:url(img/bgh1black.png);
}
h2.caption {
	float:left;
	clear:both;
	white-space:nowrap; }
h2.captionblack {
	float:left;
	clear:both;
	white-space:nowrap;
	color:#D73499; }
h2.titolo{
	padding-left:0;
	background-image:none;
	color:645FAF;
	margin-bottom:10px;
	margin:10px 10px 10px 0px;
	float:left;
	clear:both;
	white-space:nowrap;
	line-height:26px;
	}



h3{
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	line-height:22px;
	color:#D73499;
	padding:0;
	font-family: 'HelveticaLTCondensedBlackRegu';
	font-size:15px;
	background-image:none;
	text-transform:none;
	margin-bottom:15px;
	text-transform:uppercase;
}

h3 a{
	color:#D73499;
	;
	text-decoration:none;
}
h3 a:hover{ color:#fff; text-decoration:none; }




.msgerror {font-weight:bold; color:#cc0000; margin:5px 0; display:block;}

a.open_page, a.close_page {
	display:inline;
	float:right;
	width:80px;
	padding:5px;
	background-color:#666666;
}
a.open_page {
	display:none;
}
.foto {
	background-repeat:repeat;
	z-index:10;
	width:620px;
	height:160px;
	position:absolute;
	top:450px;
	left:78px;
}
a.foto-home:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}
a.foto-home {
	display:block;
	cursor:pointer;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
a.foto-home img {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
a.foto-home:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.menu {
    display: inline;
    float: left;
    height: 30px;
    padding-left: 90px;
}
.menu-player/ {
	margin:0px;
	padding:0px;
	overflow:hidden;
	margin-left:95px;
}
.menu-lista li {
	display:inline;
	float:left;
	left:20px;
	border-color:#444;
	text-align:left; color:#444; 
	}
.menu-lista li a {
	color:#444;
	display:block;
	margin-right:25px; 
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	font-family: 'HelveticaNeueLT67MdCnRegular', Helvetica, Arial, sans-serif;
	font-size:15px;
	background-repeat:no-repeat;
	background-position:0 0;
}
.menu-lista li a:link, .menu-lista li a:visited, .menu-lista li.active {
	color:#444;
}
.menu-lista li.active a {
	color:#999999;
}
.menu-lista li.active, .menu-lista li a:hover, .menu-lista li a:active, .menu-lista li a:focus {
	/*background-image:url(img/bg_li_menu.png);*/
background-repeat:no-repeat;
	background-position:-182px 0px;
	color:#D73499;
}




 .thumb-right{
width:160px; 
float:right;
display:inline;
margin-left:15px;}

.thumb-right img{ clear:both;}
.thumb-right a{display:block; margin-bottom:5px;   } 

 

/* STILI NEWS */


.box-news{  /*box News*/
	margin: 20px 0 0;
	overflow:hidden;
	font-family: 'HelveticaNeueLT67MdCnRegular';
	font-size:13px; 
}

.box-news h3{
	line-height: 16px;
	margin: 0 0 4px;
}
.box-news h3 a{
	
}
.box-news h3 a:hover{
	color:#aaa;
}
.data{
    color: #666666;
    font-family: Helvetica,arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    }




/* STILI  GALLERY */

  
.thumb-fotogallery, .thumb-video, .thumb-audio{  /*elenco gallerie*/
float:left;
display:inline;
margin:4px;
font-size:10px;
width:122px;
overflow:hidden;
	font-family: 'HelveticaNeueLT67MdCnRegular';
	font-size:13px;
}

.thumb-fotogallery a, .thumb-video a, .thumb-audio a{
display:block; text-decoration:none; font-size:12px; margin:5px 0;}
 

.thumb-foto{ /*elenco foto*/
float:left;
display:inline;
margin:5px;
}

.titolo-foto{ }


/* STILI FORM */

.inputtext{
	height:18px;
	line-height:20px;
	padding:0 4px;
	width:160px;
	border:1px solid #666;
	color:#444;
	background-color:#999
}
.submit{ border:none; background-color:#333; height:18px; line-height:18px; color:#FFFFFF; width:100px; text-align:center; cursor:pointer; font-family: 'HelveticaNeueLT67MdCnRegular'; color:#999; }



.testo{
	font-family: 'HelveticaNeueLT67MdCnRegular';
	font-size:13px;
	color:#444;
	width:400px;
	float:left;
}

.footer {
	margin:0px auto;
	height:42px;
	width:100%;
	bottom:0px;
	z-index: 10;
	position:absolute;
	overflow:hidden;
	background-image:url(img/bg_li_menu.png);
	background-repeat:repeat-x;
}
.footer-sx {
 font-family: font-family: 'HelveticaNeueLT43LightExRegul', Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	float:left;
	margin-left:41px;
	margin-top:12px;
}
.footer-dx {
	float:left;
	margin-left:17px;
	margin-top:5px;
}

#credits {
  bottom: 4px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 15px;
  text-align: right;
  width: 170px;
  z-index: 20;
}

#credits a{
	font-family:'HelveticaNeueLT67MdCnRegular',Helvetica,Arial,sans-serif;
	font-size:13px;
	color:#666;
}
#credits a:hover{color:#D73499;}


#social{
float:left;
overflow:hidden;
}

#social a{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

#social a:hover{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;	
}

#social a img{
width:25px;
height:25px;
}

#slidecounter {
	float:left;
	color:#4F4F4F;
	font-family: 'HelveticaNeueLT67MdCnRegular', Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:18px 20px;
}
#slidecaption {
	overflow: hidden;
	float:left;
	color:#FFF;
	font-family: 'HelveticaNeueLT67MdCnRegular', Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:33px 0;
}
/*Supersized Stamp*/
		.stamp {
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
		#navigation {
	background: url('images/navbg.gif') no-repeat;
	float: right;
	margin:22px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(img/progress.gif);
}
#supersize {
	position:fixed;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
 


.clear-title { clear:both;  overflow:hidden; 
}

 

 @font-face {
 font-family: 'HelveticaNeueLT67MdCnRegular';
 src: url('helvetica_lt_67_medium_condensed-webfont.eot');
 src: local('☺'), url('helvetica_lt_67_medium_condensed-webfont.woff') format('woff'), url('helvetica_lt_67_medium_condensed-webfont.ttf') format('truetype'), url('helvetica_lt_67_medium_condensed-webfont.svg#webfontI5g4jH6m') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'HelveticaNeueLT43LightExRegul';
 src: url('helvetica_lt_43_light_extended-webfont.eot');
 src: local('☺'), url('helvetica_lt_43_light_extended-webfont.woff') format('woff'), url('helvetica_lt_43_light_extended-webfont.ttf') format('truetype'), url('helvetica_lt_43_light_extended-webfont.svg#webfonteKXGbQhH') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'GillSansMTLightRegular';
 src: url('gill_sans_mt_light-webfont.eot');
 src: local('☺'), url('gill_sans_mt_light-webfont.woff') format('woff'), url('gill_sans_mt_light-webfont.ttf') format('truetype'), url('gill_sans_mt_light-webfont.svg#webfontnOodH6y8') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTCondensedBlackRegu';
	src: url('helvetica_lt_condensed_black-webfont.eot');
	src: local('☺'), url('helvetica_lt_condensed_black-webfont.woff') format('woff'), url('helvetica_lt_condensed_black-webfont.ttf') format('truetype'), url('helvetica_lt_condensed_black-webfont.svg#webfontcVG3Rttk') format('svg');
	font-weight: normal;
	font-style: normal;
}




.gallery-loaded{overflow:hidden;}

#bg {
        position:fixed;
        top:0;
        left:0; 

        /* Preserve aspet ratio */
        min-width:100%;
        min-height:100%;
}


/* STILI PHOTOBOOK */

ul.menu_photobook,ul.menu_photocoll{
    margin: 15px 0 0;
    padding: 0;
}
ul.menu_photobook li,ul.menu_photocoll li{
    border-bottom: 1px dotted #D734A6;
    display: block;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 4px 0;
}
ul.menu_photobook li a,ul.menu_photocoll li a{
    font-size: 16px;
}

h1.titlebook {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font-family: 'HelveticaLTCondensedBlackRegu';
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 2px;
  padding: 0;
  position: fixed;
  right: 10px;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  top: 0;
  z-index: 11;
}

span.reference {
  font-size: 10px;
  position: fixed;
  right: 10px;
  top: 29px;
  z-index: 20;
}


			span.reference a{
			color: #FFFFFF;
			font-family: 'HelveticaLTCondensedBlackRegu';
			font-size: 14px;
			margin-left: 20px;
			text-decoration: none;
			text-shadow: 1px 1px 1px #000000;
			text-transform: uppercase;
			}
			span.reference a:hover{
				color:#ddd;
			}
			
			
span.author {
  color: #FFFFFF;
  font-size: 11px;
  position: fixed;
  right: 108px;
  text-align: right;
  top: 30px;
  z-index: 20;
}
	
			h1.title{
				width:919px;
				height:148px;
				position:fixed;
				top:10px;
				left:10px;
				text-indent:-9000px;
				background:transparent url(images/icons/title.png) no-repeat top left;
				z-index:2;
			}



#outer_container{
	position:fixed;
	bottom:-160px;	/*-160px to hide*/
	margin:0px 0px 30px 0px;
	height:130px;
	padding:0;
	-webkit-box-reflect:
		below 5px -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		);
}
#thumbScroller{
	position:relative;
	overflow:hidden;
}
#thumbScroller .container{
	position:relative;
	left:0;
}
#thumbScroller .content{
	float:left;
	width:auto;
}
#thumbScroller .content div{
	margin:2px;
	height:100%;
}
#thumbScroller img,
img.clone{
	border:5px solid #fff;
	height:120px;
}
#thumbScroller a{
	display:block;
	padding:2px;
	outline:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}
#thumbScroller a:hover{ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}
#fp_gallery{
	display:none;
}
.fp_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	/* background:transparent url("img/icons/pattern2.png") repeat-x bottom left; */
}
.fp_loading{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	background:#000 url("img/icons/loader.gif") no-repeat center center;
	width:70px;
	height:70px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	z-index:999;
	opacity:0.7;
	z-index:1000;
}
.fp_next,
.fp_prev{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
	opacity:0.5;
}
.fp_next:hover,
.fp_prev:hover{
	opacity:0.9;
}
.fp_next{
	background:#000 url("img/icons/next.png") no-repeat center center;
	right:-50px;
}
.fp_prev{
	background:#000 url("img/icons/prev.png") no-repeat center center;
	left:-50px;
}
.fp_thumbtoggle{
   background: none repeat scroll 0 0 #D93E9E;
    bottom: -50px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    left: 50%;
    letter-spacing: 1px;
    line-height: 50px;
    margin-left: -100px;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    width: 200px;
}
.fp_thumbtoggle:hover{
	opacity:1.0;
}
img.fp_preview{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

/* STILI COLLEZIONI */


h1.title-collection {  
    color:#ffffff;
    font-size:26px;  
    padding:0;
    font-family: 'HelveticaLTCondensedBlackRegu';
    text-shadow: 1px 1px 1px #000000;
    text-transform:uppercase;
    font-weight:bold;
    background:none; 
    right: 44px;
    line-height: 70px;
    margin-top: -270px;
    position: absolute;
    top: 50%;
    z-index: 1;
}


/* Thumbnail Effects Style */
.tj_container{
    height: 400px;
    margin-top: -200px;
    position: absolute;
    right: 36px;
    top: 50%;
    visibility: hidden;
    width: 400px;
    z-index: 1000;
}
.tj_nav{
	position:absolute;
	left:-60px;
	top:50%;
	margin-top:-35px;
	height:70px;
	width:39px;
	z-index:999; 
}
.tj_nav span{
	width:39px;
	height:25px;
	background:transparent url("img/prev_coll.png") no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}
.tj_nav span.tj_next{
	background-image:url("img/next_coll.png");
	top:auto;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.tj_wrapper ul li{
	float:left;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	margin:5px;
	background:transparent url("img/bg_thumb.jpg") no-repeat center center;
}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	opacity:0.7;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e; 
}
.tj_wrapper ul li a img:hover{
	opacity:1.0;
}
 

/* PAGINAZIONE */


#pagination-digg{border:0; margin:0; padding:0; width:320px; clear:both; float:left}

ul#pagination-digg li{
border:0; margin:0; padding:0;
font-size:12px;
list-style:none;
margin-right:2px;
float:left;
list-style:none;
}
#pagination-digg a{
    background: none repeat scroll 0 0 #BBBBBB;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:0px;
}

.nolink { padding:3px 6px; float:left;}

#pagination-digg .next a,
#pagination-digg .previous a {
font-weight:bold;
}
#pagination-digg .active{
   background: none repeat scroll 0 0 #D73499;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 4px 0 0;
    padding: 3px 6px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-digg a:hover{ 
background-color:#ddd;
color:#D73499;
padding:2px 5px;
}	


