@font-face {
    font-family: 'standard0757Regular';
	src: url('../fonts/stan0757-webfont.ttf');
    src: url('../fonts/stan0757-webfont.eot');
    src: url('../fonts/stan0757-webfont.eot?#iefix') format('eot'),
         url('../fonts/stan0757-webfont.woff') format('woff'),
         url('../fonts/stan0757-webfont.ttf') format('truetype'),
         url('../fonts/stan0757-webfont.svg#webfont091piQfr') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'standard0755Regular';
	src: url('../fonts/stan0755-webfont.ttf');
    src: url('../fonts/stan0755-webfont.eot');
    src: url('../fonts/stan0755-webfont.eot?#iefix') format('eot'),
         url('../fonts/stan0755-webfont.woff') format('woff'),
         url('../fonts/stan0755-webfont.ttf') format('truetype'),
         url('../fonts/stan0755-webfont.svg#webfontifeQ99He') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'DidotLTStdRoman';
	src: url('../fonts/didot_lt_std_roman-webfont.ttf');
    src: url('../fonts/didot_lt_std_roman-webfont.eot');
    src: url('../fonts/didot_lt_std_roman-webfont.eot?#iefix') format('eot'),
         url('../fonts/didot_lt_std_roman-webfont.woff') format('woff'),
         url('../fonts/didot_lt_std_roman-webfont.ttf') format('truetype'),
         url('../fonts/didot_lt_std_roman-webfont.svg#webfonteFh5aG0M') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

}

body{
	font-family: OptimerRegular, Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#ccc;
	overflow:hidden;
}

::selection {
        background: #000;
		color:#ccc;
        }
::-moz-selection {
        background: #000; 
		color:#ccc;
}

html,body{
	height: 100%;
}




.preloader { 
	background: transparent url(/assets/img/ajax-loader.gif) center center no-repeat;
	display:inline-block;
}



.scrollable_left{
	float:left;
	position:relative;
}
.scrollable_right{
	float:left;
	position:relative;
}
.scrollable_left a{
	background:#000 url(/assets/img/less_31n.png) no-repeat center center;
	width:40px;
	height:40px;
	display:block;
}
.scrollable_right a{
	background:#000 url(/assets/img/cross_31n.png) no-repeat center center;
	width:40px;
	height:40px;
	display:block;
}
.scrollable_left a:hover{
	background:#fff url(/assets/img/less_31b.png) no-repeat center center;
}
.scrollable_right a:hover{
	background:#fff url(/assets/img/cross_31b.png) no-repeat center center;
}
.scrollable {
	position:relative;
	overflow:hidden;
	float:left;
	background:white;	
	
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	color:black;
}

















#alert{
	top:0;
	left:0;
	position:absolute;
	z-index:100000000000000000000;
	width:100%;
	height:100%;
	background:black;
	text-align:center;
}

















.QOverlay {
	background-color: #ffffff;
	z-index: 999999999999;
}

.QLoader {
	background-color: #000000;
	height: 1px;
}




















#lan{ 
	top:50%;
	margin-top:-50px;
	padding:2px 0 0 0;
	position:absolute;
	width:100%;
	height:98px;
	background: #fff;
	text-align:center;
	overflow:hidden;
	opacity:0;
}
#lan h1{
	margin:0 auto;
	padding:40px 0 15px 0;
	text-indent:-99999999px;
	background-image:url(/assets/img/logo_lang.png);
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	width:400px;
	height:40px;
}
#lan ul{
	left:50%;
	position:relative;
	margin:0 0 0 -150px;
}
#lan ul li{
	width:150px;
	height:20px;
	text-align:center;
	float:left;
	display:block;
}
#lan ul li a{
	color:#000;
	text-decoration:none;
	font-size:16px;
	opacity:.4;
}
#lan ul li a:hover{
}




















#wrapper {
	/*background-image: url(/assets/img/rami.jpg);
	height:0;
	width:0;
	display:none;*/
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute; 
	z-index:1;
}
 



















#black {
	position:fixed;
	z-index:2;
	
	background:#000000;
	
	height:100%;
	opacity:0;
	width:100%;
	top:0;
	left:0;
}



























#header {
	z-index:5;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background: #000000;
	overflow:hidden;
	opacity:0;
	display:none;
	padding:60px 0 20px 0;
}
#header h1{
	padding:0 25px;
}
#header h1 a{
	text-indent:-99999999px;
	background-image:url(/assets/img/logo_top.png);
	display:block;
	width:400px;
	height:40px;
	float:left;
}
#header #nav ul{
	float:right;
	opacity:1;
	padding: 20px 40px 0 40px;
}
#header #nav ul li{
	margin: 0 0 0 20px;
	text-align:center;
	float:left;
	display:block;
}
#header #nav ul li a{
	color:#ddd;
	text-decoration:none;
	font-size:14px;
	opacity:.5;
	text-transform:uppercase;
}
#header #nav ul li a:hover{
}































#content{
	z-index:3;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}







































#section{
	padding:155px 35px 70px 35px;
}

#section h2{
	font-size:30px;
	font-weight:lighter;
	text-transform:uppercase;
	opacity:0;
	color:rgba(255,255,255,0);
	visibility:hidden;
}
#section p{
	padding:0 0 20px 0;
	line-height:16px;
}
#section a{
	color:#333;
	text-decoration:none;
}
#section a:hover{
	text-decoration:underline;
}
#section #tit{
	height:70px;
}
/*#section #tit{
	background:pink;
}
#section  #col1{
	background:red;
}
#section  #col2{
	background:yellow	
}
*/



















#section #home{
}
#section #home h2{
}













#section #collezioni {
	overflow:auto;
}
#section #collezioni #elenco_collezioni .collezione{
	background: #000000;
	overflow: hidden;
	float:left;	
	width:300px;
	height:200px;
	margin:0 15px 15px 0
}
#section #collezioni #elenco_collezioni .collezione h3{
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
}
#section #collezioni #elenco_collezioni .collezione h3 a {
	color:#fff;
	text-decoration:none;
}
#section #collezioni #elenco_collezioni .collezione .link{
	z-index:5;
	position:absolute;
	top:0;
	left:0;
}
#section #collezioni #elenco_collezioni .collezione .link a {
	display:block;
	width:300px;
	height:200px;
}
#section #collezioni #elenco_collezioni .collezione .desc{
	z-index:3;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,1);
	padding:20px;
	height:160px;
	width:260px;
	opacity:0;
}
#section #collezioni #elenco_collezioni .collezione .desc p{
	color:#000;
	font-size:13px;
}
#section #collezioni #elenco_collezioni .collezione .desc a {
	text-decoration:none;
}
#section #collezioni #elenco_collezioni .collezione .tit{
	z-index:4;
	position:absolute;
	bottom:0;
	left:0;
	background: rgba(0,0,0,.8);
	padding:10px 20px; 
	color:#eee;
	width:260px;
}
#section #collezioni #elenco_collezioni .collezione .img{
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	background:#000;
}


















#section #prodotti {
	overflow:auto;
}
#section #prodotti #elenco_prodotti .prodotto{
	background: #000000;
	overflow: hidden;
	float:left;	
	width:210px;
	height:140px;
	margin:0 15px 15px 0
}
#section #prodotti #elenco_prodotti .prodotto h3{
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
}

#section #prodotti #elenco_prodotti .prodotto .link{
	z-index:5;
	position:absolute;
	top:0;
	left:0;
}
#section #prodotti #elenco_prodotti .prodotto .link a {
	display:block;
	width:210px;
	height:140px;
}
#section #prodotti #elenco_prodotti .prodotto .tit{
	z-index:4;
	position:absolute;
	bottom:0;
	left:0;
	background: rgba(0,0,0,.8);
	padding:7px 13px; 
	color:#eee;
	width:184px;
}
#section #prodotti #elenco_prodotti .prodotto .nero{
	width:210px;
	height:140px;
	display:block;
	background:#000;
	opacity:.6;
	z-index:3;
	position:absolute;
	top:0;
	left:0;
}
#section #prodotti #elenco_prodotti .prodotto .img{
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	background:#000;
}

















#scp{
	width:100%;
	background: #000;
	background: #000 url(/assets/img/ajax-loader.gif) center center no-repeat;
	position:absolute;
	z-index:100;
	top:115px;
	left:0;
	display:none;
}
#scp #schedina{ position:absolute; top:50%; left:50%; margin:-145px 0 0 -230px; width:400px; height:230px; background:#000; padding:30px; opacity:0; z-index:10; opacity:0;}
#scp #schedina #testo{
	width:372px;
	padding:0 30px 0 0;
	height:180px; 
	overflow:auto;
	color:#ededed; 
}
#scp #schedina #scarica{
	width:110px;
	float:left;
	height:20px;
	margin-top:30px;
}
#scp #schedina #scarica #zoomma{
	display:block;
	height:20px;
	width:20px;
	float:right;
	background: url(/assets/img/ico_zoomin.png) no-repeat center center;
	opacity:.3;
	cursor:pointer;
}
#scp #schedina #scarica #pdf{
	display:block;
	height:20px;
	width:90px;
	float:left;
	background: url(/assets/img/ico_scarica.png) no-repeat center left;
	opacity:.3
}
#scp #schedina #scarica a:hover{
	color:#fff;
	text-decoration:underline;
}


#scp #schedina .shareTools{
	float:right;
	width:310px;
	margin:30px -40px 0 10px;
}
#scp #schedina .shareTools .fb{
	float:left;
	margin:0 10px 0 0;
}
#scp #schedina .shareTools .tw{
	float:left;
}
#scp #schedina .shareTools .gp{
	float:left;
}




#scp #schedina #testo h3{
	font-weight:normal;
	font-size:18px;
	padding:0 0 18px 0;
}
/*#scp #chiudi{
	opacity:0;
	display:block;
	width:71px; height:71px; 
	position:absolute; z-index:8; 
	top:5px; 
	right:0;
	background: url(/assets/img/closeImgBtn.png) center center no-repeat;
	cursor:pointer;
}*/
#scp #schedina #chiudi{
	opacity:0;
	display:block;
	width:71px; height:71px; 
	position:absolute;
	top:0; 
	left:460px;
	background: url(/assets/img/closeImgBtn.png) center center no-repeat;
	cursor:pointer;
}
#scp .next, #scp .prev{
	display:block;
	width:71px; height:71px; 
	position:absolute; z-index:8; 
	top:50%; 
	margin-top:-35px; 
	/*filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3;*/
	cursor:pointer;
}
#scp .prev {
	left:0; background: url(/assets/img/prevImgBtn.png) center center no-repeat;
}
#scp .next {
	right:0; background: url(/assets/img/nextImgBtn.png) center center no-repeat;
}
#scp .slides_container {
	position:absolute; z-index:5; 
	width:100%;
	min-width:100%;
	display:none;
}
#scp .slides_container div {
	width:100%;
	min-width:100%;
	height:100%;
	display:block;
	text-align:center;
	background: #000 /*url(/assets/img/ajax-loader.gif) no-repeat 57% 50%*/;
}
#scp .slides_container div img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality;}

#superzoom {position:relative; margin:0 auto; cursor:pointer; z-index:11; display:none; background:none}
#superzoom img {width:100%; display:block; }

















#section #eventi {
	overflow:auto;
}
#section #eventi #cols{
}
#section #eventi #cols #col1{
	float:left;
}
#section #eventi #cols #col1 ul.elenco li .abstract a{
	display:block;
	text-decoration:none;
	padding:8px 70px 9px 12px;
	width: 310px;
	background:#fff url(/assets/img/arrow_55b.png) no-repeat 440px center;
}
#section #eventi #cols #col1 ul.elenco li .abstract a:hover{
	color:white;
	background:#000 url(/assets/img/arrow_55n.png) no-repeat 340px center;
}
#section #eventi #cols #col1 ul.elenco li .abstract span{
	font-size:11px;
	color:#999;
}
#section #eventi #cols #col2{
	background:white;
	width: 869px;
	padding:0;
	display:none; 
	float:left;
}
#section #eventi #cols #col2 p{
	color:#000;
}
#section #eventi #cols #col2 h3{
	font-size:18px;
	font-weight:normal;
	padding:0 0 20px 0;
	color:#333;
	line-height:normal;
}
#section #eventi #cols #col2 span{
	color:#999;
	font-size:12px;
}
#section #eventi #cols #col2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
	overflow:hidden;
}
#section #eventi #cols #col2 #img{
	width: 170px;
	height:170px;
	float:left;
	background:#000;
}
#section #eventi #cols #col2 #img img{
	width: 170px;
	height:170px;
}
#section #eventi #cols #col2 #testo{
	padding:40px 40px 20px 40px;
	margin:0 0 0 170px;
	display:block;
}
#section #eventi #cols #col2 #testonof{
	padding:40px 40px 20px 40px;
	display:block;
}
#section #eventi #cols #col2 #chiudi{
	float:right;
	margin:0 -41px 0 0;
}
#section #eventi #cols #col2 #chiudi a{
	width:41px;
	height:41px;
	display:block;
	background:#000 url(/assets/img/close_31n.png) no-repeat center center;
}
#section #eventi #cols #col2 #chiudi a:hover{
	background:#fff url(/assets/img/close_31b.png) no-repeat center center;
}


















#section #filosofia {
	overflow:auto;
}

#section #filosofia .scrollable {
	width: 870px;
	height:260px;
}
#section #filosofia .items div {
	width:790px;
	padding:40px;
}
#section #filosofia .items div cite{
	font-style:normal;
	line-height:normal;
	font-size:24px;
}



















#section #claudia {
	overflow:auto;
}
#section #claudia .portrait{
	float:left;
	width:185px;
	background:#000;
	width:185px;
	height:340px;
}
#section #claudia .portrait .foto{
}

#section #claudia .scrollable {
	width: 685px;
	height:340px;
}
#section #claudia .items div {
	width:585px;
	padding:40px;
}
#section #claudia .items div cite{
	font-style:normal;
	line-height:normal;
	font-size:24px;
}




































#section #rassegna {
	overflow:auto;
	width:100%
	
}
#section #rassegna #tit{
}
#section #rassegna #col1{
	
}
#section #rassegna #col1 ul {
}
#section #rassegna #col1 ul li{
	
}
#section #rassegna #col1  .copertina{
	background: #000000;
	overflow: hidden;
	float:left;	
	width:150px;
	height:190px;
	margin:0 15px 15px 0
}
#section #rassegna #col1 .copertina h3 a{
	font-weight:normal;
	text-transform:uppercase;
	color:#eee;
	text-decoration:none;
	background: #000 url(/assets/img/cross_31b.png) no-repeat 119px 159px;
	/*background: rgba(0,0,0,.85) url(/assets/img/cross_31b.png) no-repeat 119px 159px;*/
	padding:15px;
	width:120px;
	height:160px;
	display:block;
	
	z-index:2;
	position:absolute;

	opacity:0;
}

#section #rassegna #col1  .copertina h3 a:hover{
	color:#eee;
	text-decoration:none;
}

#section #rassegna #col1  .copertina  img{
	
	width:150px;
	height:190px;
	z-index:1;
}



























#section #negozi #tit{
	z-index:3;
	position:absolute;
	
}
#section #negozi #col1{
	float:left;
	width:350px;
	z-index:2;
	position:absolute;
	top:155px;
}
#section #negozi #map_canvas{
	width:100%;
	height:100%;
	z-index:0;
	position:absolute;
	margin:-50px -35px 0 -35px;
}




































#section #contatti {
	overflow:auto;
}
#section #contatti #cols{
	max-width:910px;
	background:white;
	color:black;
}
#section #contatti #col1{
	float:left;
	width:375px;
	padding:40px 40px 20px 40px;
	
}
#section #contatti #col2{
	position:relative;
	float:left;
	width:375px;
	padding:40px 40px 20px 40px;
}



#section #contatti .shareTools{
	height:35px;
}
#section #contatti .shareTools .fb{
	float:left;
	margin:0 15px 0 0;
}
#section #contatti .shareTools .tw{
	float:left;
}
#section #contatti .shareTools .gp{
	float:left;
}




















#footer{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	z-index:4;
	background-color:#000;
	overflow:hidden;
	opacity:0;
}
#footer p{
	color:#666;
	padding:15px 35px;
	font-size:10px;
	text-transform:uppercase;
}
#footer a{
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}
#footer .copy{
	float:left;
}
#footer .audio_control{
	float:right;
	width:14px;
	text-align:right;
}
a.jp-play, a.jp-pause{
	display:block;
	width:14px;
	height:13px;
	opacity:.4
}
a.jp-play:hover, a.jp-pause:hover{
	opacity:1
}
a.jp-play{
	background:url(/assets/img/ico_audio_off.png) no-repeat bottom center;
}
a.jp-pause{
	background:url(/assets/img/ico_audio_on.png) no-repeat bottom center;
}

















/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait)  { 
	/*#header {
		height:auto;
		padding:20px 0 20px 0;
	}
	#header #nav ul{
		float:left;
		opacity:1;
		padding: 20px 16px 0 16px;
	}*/
}

@media all and (orientation:landscape) { 
	/*#header {
		height:auto;
		padding:20px 0 20px 0;
	}
	#header #nav ul{
		float:left;
		opacity:1;
		padding: 20px 16px 0 16px;
	}
  	#tit{
		display:none;
	}
	#section #negozi #col1{
		top:150px;
	}*/
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
}






















/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


