/* ------------------------------------------------------------------------------- */
/*  Reset & Clearfix 
/* ------------------------------------------------------------------------------- */

html, body {
	font-family: 'Roboto', sans-serif;
	background:#000000;
	border:0;
	font-size: 100%;
	margin:0;
	outline:0;
	padding:0;
	}
	
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, ul, li, label, article, details, header, menu, input, textarea {
	font-family: 'Roboto', sans-serif;
	background:transparent;
	border:0;
	font-size: 100%;
	margin:0;
	outline:0;
	padding:0;
	}	
footer {
	font-family: 'Roboto', sans-serif;
	background:transparent;
	border:0;
	font-size: 11px;
	margin:0;
	outline:0;
	padding:0;
	}	
	
article, details, footer, header, menu, nav {
	display:block
}

blockquote, q {
	quotes:none;
	margin-left: 25px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
hr {
	border: 1px;
	color: #fff;
	background-color: #fff;
	height: 1px;
}


.hrgrigio {
	color: #666;
	background-color: #666;
}
input, select {
	font-family: 'Roboto', sans-serif;
	vertical-align:middle;
	background-color:#FFF;
}
select {
	font-family: 'Roboto', sans-serif;
	width: 140px;
	max-width:140px;
	padding:2px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background: #ffffff;
    color:#888;
    border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background: #FFF url(../images/freccia_select.png) no-repeat right center;
	border: 1px solid #ccc;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
/* ------------------------------------------------------------------------------- */
/*  1.  General
/* ------------------------------------------------------------------------------- */
body {
	background: #000000;
	color: #EBEBEB;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height:1.5em;
	letter-spacing: normal;
	word-spacing:0px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height:18px;
}
a, a > * {
	color:#acccc5;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
}
a:hover, a > *:hover {
	color:#3a86a7;
}
-moz-selection {
	background: #ffed00;
	color: #fff;
	text-shadow: none;
}
selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}
h1 {
	font-size: 30px;
	font-weight:lighter
}
h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #F2F1B7;
	font-family: 'Roboto', sans-serif;
}
h3 {
	font-size: 19px;
	font-weight: 400;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
h5 {
	font-size: 16px;
	font-weight:lighter
}
h6 {
	font-size: 11px;
}
h1, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4em;
}
h1.capitalize {
	text-transform: capitalize;
}
hr, h1, h2, h3, h4, h5, h6, table, blockquote, p {
	margin-bottom: 10px;
	margin-left: 10px;
}
hr.h50 {
	margin: 25px 0;
}

.slientnight {
	padding-top: 20px;
}
/* ------------------------------------------------------------------------------- */
/*  Effetti fonts - ombre, dimensione font e colori
/* ------------------------------------------------------------------------------- */
.underline:hover {
	text-decoration:underline;
}
.txt_bianco {
	color:#FFF;
}
.txt_bianco:hover {
	color:#FFF;
}
.txt_homepage {
	color:#c4b9af;
	line-height: 1.1em;
}
.txt_grigio_scuro {
	color:#333;
}
.txt_ombr_bianco {
	text-shadow: #FFF 0px 0px 5px;
	filter: glow(color=#FFF, strength=3);
}
.txt_ombr_grigio {
	text-shadow: #666 2px 2px 5px;
	filter: glow(color=#666, strength=3);
}
.txt_ombr_interna_grigio {
	background-color: black;
	-webkit-background-clip: text;
	color: transparent;
	text-shadow: rgba(255,255,255,0.5) 0 5px 6px;
}
.f_12 {
	font-size:12px;
	line-height:12px;
}
.f_14 {
	font-size:14px;
	line-height:16px;
}
.f_16 {
	font-size:16px;
	line-height:19px;
}
.f_18 {
	font-size:18px;
	line-height:20px;
}
.f_22 {
	font-size:22px;
	line-height:18px;
}
.f_24 {
	font-size:24px;
	line-height:20px;
}
.f_26 {
	font-size:26px;
	line-height:16px;
}
.f_40 {
	font-size:40px;
	line-height:30px;
}
.f_50 {
	font-size:50px;
	line-height:40px;
}
.f_60 {
	font-size:60px;
	line-height:40px;
}
/* ------------------------------------------------------------------------------- */
/*  Menu
/* ------------------------------------------------------------------------------- */
#menu {
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	width:210px;
	height:100%px;
	float:left;
	/*font-style:italic;*/
	/* colore di sfondo e sfumatura menu CSS3 */
	/*background-color:#96918d;*/
	background-color:#d4cfc9;
	background-image: linear-gradient(bottom, #ffffff 70%, #f5f4f2 100%);
	background-image: -o-linear-gradient(bottom, #ffffff 70%, #f5f4f2 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 70%, #f5f4f2 100%);
	background-image: -webkit-linear-gradient(bottom, #ffffff 70%, #f5f4f2 100%);
	background-image: -ms-linear-gradient(bottom, #ffffff 70%, #f5f4f2 100%);
	/* ombra menu */
	-moz-box-shadow: 3px 0px 8px RGBA(0,0,0,0.3);
	-webkit-box-shadow: 3px 0px 8px RGBA(0,0,0,0.3);
	box-shadow: 3px 0px 8px RGBA(0,0,0,0.3);
	z-index:30;
	overflow-y:auto;
}


#nav {
	text-transform:uppercase;
	margin-left:20px;
	cursor:pointer;
	
}


nav {
	z-index: 1;
	float:right;
	font-size:14px;
	width:auto;
	margin-top: 0px;
}
nav a {
	-moz-transition: all 100ms ease-in;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	display:block;
	font-family: 'Roboto', sans-serif;
	text-shadow:0 1px 0px #333333;
	text-align:center;
	position:relative;
	float:left; /*padding:0 20px;*/
	margin-right:1px;
	letter-spacing:0.5px;
	height:57px;
	line-height:59px;
	text-align:center;
	cursor:pointer;
	color:#acccc5;
	text-transform:uppercase;
	font-size: 14px;
	}
nav a:hover,nav a:focus,nav a:active, nav a.active {box-shadow: inset 0 1px 0px #3a86a7;}
nav a.social{padding:0;}
.arrow      {background: url("../images/arrow.png") no-repeat scroll center transparent; z-index:10; left:0; top:0; margin-top:0px; display: block;height: 9px;position: absolute;text-align: center;width: 100%;}
.black .arrow{background: url("../images/arrowBlack.png") no-repeat scroll center transparent;}
.nav {
	width:auto;
	padding-right: 5px;
	padding-left: 5px;
}

.nav last {
width:auto;
padding-right: 10px; 
padding-left: 10px;
margin-right: 20px;
}

.nav1  {width:65px;}
.nav2  {width:90px;}
.nav3  {width:75px;}
.nav4  {width:65px;}
.nav5  {width:65px;}
.nav6  {width:80px;}
.nav7,.nav8,.nav9,.nav10,.nav11  {width:35px;}

.navShare {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Roboto', sans-serif;
    height: 57px;
    letter-spacing: 0.7px;
    line-height: 59px;
    margin-right: 1px;
    position: relative;
    /*width: 70px;*/
    width: 35px;
    text-align: center;
    text-shadow: 0 0 4px #000000;
    text-transform: uppercase;
    transition: all 100ms ease-in 0s;
}
.navShare:hover{ background: url("../images/bg-nav.png") repeat-x; box-shadow: inset 0 1px 2px #000; }

.socialSharePanel { background:#F2F0F0; color:#FFF; height:160px; padding:10px 0; width:70px; overflow:hidden; position:absolute; bottom:57px; left:-18px; z-index: 100;}
.socialSharePanel a, .socialSharePanel a:hover, .socialSharePanel a:active { background: none;  box-shadow: none; float:left; width:90%; margin:0; height:24px; line-height:24px; color:#333; text-transform: none; text-shadow: none; transition: none;}
.barPin, .barPinNoPadding{width:auto; padding-left:10px; margin:0; height:24px; line-height:24px;text-align:center;}
.socialSharePanel a:hover {text-decoration: underline;}
.innerSSP{height:160px; overflow:hidden;}

#up-arrow, .countBlock, #down-arrow{float:left;background:#F2F0F0;color:#000;font-size:13pxpx;width:45px;height:45px;line-height:45px;display:block;text-align:center;margin-bottom:3px;}
#down-arrow{margin:0;}

#main{
	margin:0 auto;
	width:960px;
	color:#CCC;
	font-size:14px;
	position:relative;
	text-align:left;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3;
	}

/* Social */

nav-social {
	z-index: 1;
	display:block;
	margin-top: 10px;
	margin-right: 5px;
	float:right;
	width:auto;
	margin-left: 20px;
}


.social {
	position:fixed;
	bottom:10px;
	left:0px;
	width:210px;
	height:auto;
}
.social-links {
	float: right;
}
.social-links li {
	display: block;
	float: left;
	height: 18px;
	margin: 0 0 0 5px;
	position: relative;
	text-indent: -9999px;
	width: 18px;
}
.social-links li a {
	position: absolute;
	opacity: 0;
	top: 0; left: 0; bottom: 0; right: 0;
}
.social-links li a:hover {
	opacity: 1;
}
.social-links .twitter {
	background: url(../images/icon_twitter_new.png) no-repeat;
	background-position: 0 -18px;
}
.social-links .twitter a {
	background: url(../images/icon_twitter_new.png) no-repeat;
}
.social-links .instagram {
	background: url(../images/icon_instagram_new.png) no-repeat;
	background-position: 0 -18px;
}
.social-links .instagram a {
	background: url(../images/icon_instagram_new.png) no-repeat;
}
.social-links .facebook {
	background: url(../images/icon_facebook_new.png) no-repeat;
	background-position: 0 -18px;
}
.social-links .facebook a {
	background: url(../images/icon_facebook_new.png) no-repeat;
}
.social-links .youtube {
	background: url(../images/icon_youtube_new.png) no-repeat;
	background-position: 0 -18px;
}
.social-links .youtube a {
	background: url(../images/icon_youtube_new.png) no-repeat;
}
.social-links .pinterest {
	background: url(../images/icon_pinterest_new.png) no-repeat;
	background-position: 0 -18px;
}
.social-links .pinterest a {
	background: url(../images/icon_pinterest_new.png) no-repeat;
}
.social-links .apple {
	width:56px;
	background: url(../images/icon_apple_new.png) no-repeat;
	background-position: 0 -18px;
}
.social-links .apple a {
	background: url(../images/icon_apple_new.png) no-repeat;
}
#back-top {
	position:fixed;
	bottom:0px;
	right:0px;
	background:RGBA(255,255,255,0.8) url(../images/freccia_up.png) left center no-repeat;
	width:230px;
	height:auto;
	color:#666;
	font-size:14px;
	text-align:right;
	padding:10px;
	z-index:50;
	cursor:pointer;
}





/* ------------------------------------------------------------------------------- */
/*  container 
/* ------------------------------------------------------------------------------- */
#container {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:auto;
	height:100%;
	overflow-y:auto;
	background-color:#000000;
	min-width:630px;
	float:left;
	overflow-x:hidden;
}

/* ------------------------------------------------------------------------------- */
/*  Homepage
/* ------------------------------------------------------------------------------- */
.menu_home{
	position:relative;
	top:0px;
	width:100%;
	height:54px;
	color:#FFF;
	text-align:center;
	/*background:url(../images/bg_menu_home.jpg) repeat;*/
	/*background:url(../images/nicole-180.png) center center no-repeat;*/
	/*background-color:#96918d;*/
	background-color:#d4cfc9;
	background-image: linear-gradient(bottom, #dfdcd7 0%, #d4cfc9 100%);
	background-image: -o-linear-gradient(bottom, #dfdcd7 0%, #d4cfc9 100%);
	background-image: -moz-linear-gradient(bottom, #dfdcd7 0%, #d4cfc9 100%);
	background-image: -webkit-linear-gradient(bottom, #dfdcd7 0%, #d4cfc9 100%);
	background-image: -ms-linear-gradient(bottom, #dfdcd7 0%, #d4cfc9 100%);
	/* ombra menu */
	-moz-box-shadow: 0px 3px 8px RGBA(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 8px RGBA(0,0,0,0.3);
	box-shadow: 0px 3px 8px RGBA(0,0,0,0.3);
	z-index:9999999;
}
#ricerca_content{
	position:relative;
	top:0px;
	width:100%;
	height:auto;
	color:#F19FC1;
	margin-bottom:22px;
	z-index:300;
}
#ricerca{
	position:relative;
	width:180px;
	height:auto;
	color:#F19FC1;
	background:RGBA(255,255,255,0.8);
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#video_background {
	-webkit-backface-visibility: hidden;
	background: url(../images/h_video.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:575px;
}
#video {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:575px;
	overflow: hidden;
	display:block;
	margin: auto;
	background: url(../images/h_video.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#video2 {
	position:relative;
	width:100%;
	height:400px;
	overflow: hidden;
	display:block;
	margin: auto;
	background: url(../images/h_passerella_2013.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#video_background2 {
	-webkit-backface-visibility: hidden;
	background: url(../images/h_passerella_2013.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:auto;
	height:auto;
}
.showroom_list {
	background-color:transparent;
	height:100%;
}
.showroom_list:hover {
	background-color:#E6E6E6;
	width:100%;
	cursor:pointer;
}
.video_titolo {
	position:absolute;
	top:460px;
	left:30px;
	width:300px;
	height:auto;
	color:#F19FC1;
	z-index:30;
}
.abiti_collezione {
	position:absolute;
	/*bottom:45px;*/
	left:15px;
	width:auto;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#999;
	font-size:14px;
	z-index:30;
	padding:3px;
}
.abiti_modello {
	position:absolute;
	/*bottom:20px;*/
	left:15px;
	width:auto;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#666;
	font-size:14px;
	z-index:30;
	padding:3px;
}
.abiti_preferiti_content {
	position:absolute;
	bottom:20px;
	width:auto;
	height:auto;
	z-index:30;
	padding:3px;
}
.abiti_preferiti {
	position:relative;
	width:200px;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#666;
	font-size:14px;
	padding:3px;
}
.prenota {
	width:100%;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#666;
	font-size:14px;
	text-align:center;
	padding:5px 0 5px 0;
	z-index:200;
	cursor:pointer;
}
.video_scorri {
	position:absolute;
	right:0px;
	/*bottom:20px;*/
	width:230px;
	height:auto;
	background:RGBA(255,255,255,0.8) url(../images/video_freccia.png) left center no-repeat;
	color:#666;
	font-size:14px;
	text-align:right;
	padding:10px;
	z-index:200;
	cursor:pointer;
}
.video_scorri2 {
	position:absolute;
	right:0px;
	top:490px;
	width:230px;
	height:auto;
	background:RGBA(255,255,255,0.8) url(../images/video_freccia.png) left center no-repeat;
	color:#666;
	font-size:14px;
	text-align:right;
	padding:10px;
	z-index:200;
	cursor:pointer;
}
.video_indietro {
	position:absolute;
	left:0px;
	top:25px;
	width:auto;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#666;
	font-size:14px;
	text-align:right;
	padding:10px;
	z-index:10;
	cursor:pointer;
}
.video_indietro_absolute {
	position:absolute;
	left:0px;
	top:90px;
	width:auto;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#666;
	font-size:14px;
	text-align:right;
	padding:10px;
	z-index:10;
	cursor:pointer;
}
.sfumatura {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: linear-gradient(bottom, RGBA(255,255,255,0) 60%, RGBA(255,255,255,0.6) 100%);
	background-image: -o-linear-gradient(bottom, RGBA(255,255,255,0) 60%, RGBA(255,255,255,0.6) 100%);
	background-image: -moz-linear-gradient(bottom, RGBA(255,255,255,0) 60%, RGBA(255,255,255,0.6) 100%);
	background-image: -webkit-linear-gradient(bottom, RGBA(255,255,255,0) 60%, RGBA(255,255,255,0.6) 100%);
	background-image: -ms-linear-gradient(bottom, RGBA(255,255,255,0) 60%, RGBA(255,255,255,0.6) 100%);
	display:none;
}
.sfumatura2 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: linear-gradient(bottom, RGBA(255,255,255,0) 30%, RGBA(255,255,255,0.8) 100%);
	background-image: -o-linear-gradient(bottom, RGBA(255,255,255,0) 30%, RGBA(255,255,255,0.8) 100%);
	background-image: -moz-linear-gradient(bottom, RGBA(255,255,255,0) 30%, RGBA(255,255,255,0.8) 100%);
	background-image: -webkit-linear-gradient(bottom, RGBA(255,255,255,0) 30%, RGBA(255,255,255,0.8) 100%);
	background-image: -ms-linear-gradient(bottom, RGBA(255,255,255,0) 30%, RGBA(255,255,255,0.8) 100%);
	display:none;
}
.sfumatura_down {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: linear-gradient(b, RGBA(255,255,255,0) 0%, RGBA(255,255,255,0)RGBA(255,255,255,0.8) 80%);
	background-image: -o-linear-gradient(top, RGBA(255,255,255,0) 0%, RGBA(255,255,255,0.8) 80%);
	background-image: -moz-linear-gradient(top, RGBA(255,255,255,0) 0%, RGBA(255,255,255,0.8) 80%);
	background-image: -webkit-linear-gradient(top, RGBA(255,255,255,0) 0%, RGBA(255,255,255,0.8) 80%);
	background-image: -ms-linear-gradient(top, RGBA(255,255,255,0) 0%, RGBA(255,255,255,0.8) 80%);
	display:none;
}
.sfumatura_black {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:RGBA(0,0,0,0.6);
	display:none;
}
.box_bianco {
	position:relative;
	top:150px;
	width:60%;
	height:auto;
	padding:20px;
	z-index:50;
	overflow:auto;
	background-color:RGBA(255,255,255,0.9);
	text-align:left;
	overflow:hidden;
}
.box-content {
	position:relative;
	top:100px;
	width:55%;
	height:auto;
	padding:0px;
	z-index:70;
	overflow:auto;
	background-image:url(../images/page-bg.png);
	text-align:left;
	overflow:hidden;
	border: 0em solid #596140;
}
.box-photo {
	position:relative;
	top:150px;
	width:70%;
	height:auto;
	padding:0px;
	z-index:70;
	overflow:auto;
	background-image:url(../images/page-bg.png);
	text-align:left;
	overflow:hidden;
	border: 0.1em solid #596140;
}
.box-content_50 {
	position:relative;
	top:150px;
	width:550%;
	height:auto;
	padding:0px;
	z-index:50;
	overflow:auto;
	background-color:RGBA(255,255,255,0.9);
	text-align:left;
	overflow:hidden;
}
.home_box {
	position:absolute;
	top:291px;
	left:55px;
	color:#FFF;
	width:auto;
	height:auto;
	z-index:50;
}
.qoute_box {
	width: 450px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}

.testo_box {
	position:absolute;
	top:25px;
	left:25px;
	color:#FFF;
	width:auto;
	height:auto;
	z-index:50;
}
.testo_box_33 {
	position:absolute;
	top:25px;
	left:25px;
	right:25px;
	color:#FFF;
	width:auto;
	height:auto;
	z-index:50;
}
.testo {
	float:left;
	width:57%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	margin:20px;
	margin-right:0px;
}
.immagine {
	float:right;
	width:38%;
	height:100%;
	overflow:hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
}
.testo50 {
	float:left;
	width:47%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	margin:20px;
	margin-right:0px;
}
.text100 {
	float:left;
	width:95%;
	height:auto;
	overflow-y:auto;
	overflow-x:hidden;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.immagine50 {
	float:right;
	width:48%;
	height:100%;
	overflow:hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
}
.foto_plus {
	position:absolute;
	right:0px;
	top:25px;
	width:40px;
	height:38px;
	line-height:32px;
	background:RGBA(255,255,255,0.8);
	color:#666;
	font-size:32px;
	text-align:center;
	padding:5px;
	z-index:30;
	cursor:pointer;
}
.freccia_abiti {
	position:absolute;
	right:-380px;
	top:200px;
	width:365px;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#666;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:30px;
	padding-bottom:30px;
	z-index:30;
}
.freccia_dx {
	position:absolute;
	right:0px;
	top:200px;
	width:16px;
	height:40px;
	background:RGBA(255,255,255,0.8) url(../images/freccia_dx2.png) right center no-repeat;
	/*background:RGBA(255,255,255,0.8);*/
	font-size:14px;
	color:#666;
	text-align:center;
	padding:10px;
	z-index:30;
	cursor:pointer;
}
/*
.freccia_dx {
	position:absolute;
	right:0px;
	top:200px;
	width:230px;
	height:auto;
	background:RGBA(255,255,255,0.8) url(../images/freccia_dx2.png) right center no-repeat;
	font-size:14px;
	color:#666;
	text-align:center;
	padding:10px;
	z-index:30;
	cursor:pointer;
}
*/
.freccia_sx {
	position:absolute;
	left:0px;
	top:200px;
	width:40px;
	height:auto;
	background:RGBA(255,255,255,0.8);
	color:#666;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:30px;
	padding-bottom:30px;
	z-index:30;
	cursor:pointer;
}

.cont_50 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:50%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.cont_60 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:60%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.cont_49_l {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:49.8%;
	height:500px;
	cursor:pointer;
	background:url(../images/loader_img.gif) center center no-repeat;
}
.cont_49_r {
	position:relative;
	top:0px;
	left:0px;
	float:right;
	width:49.8%;
	height:500px;
	cursor:pointer;
	background:url(../images/loader_img.gif) center center no-repeat;
}
.cont_30 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:30%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.cont_40 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:40%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.cont_35 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:35%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.cont_33 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:33.2%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
	overflow:hidden;
}
.cont_33_2 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:33%;
	height:400px;
	background:top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
	overflow:hidden;
}
.cont_70 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:70%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.cont_70_video {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:70%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cont_65_video {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:65%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cont_60_video {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:60%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cont_100 {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:100%;
	height:400px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
	background-image: url(images/bg/bio-bg.jpg);
}

.cont_100_abiti {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:100%;
	height:auto;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.desiderio {
	font-family: 'Roboto', sans-serif;
	position:relative;
	width:70%;
	background-color:#CCC;
	color:#666;
	border:0;
	padding:10px;
	cursor:pointer;
}
.desiderio:hover {
	font-family: 'Roboto', sans-serif;
	background-color:#666;
	color:#FFF;
	cursor:pointer;
}

/* ------------------------------------------------------------------------------- */
/*  Abiti da Sposa
/* ------------------------------------------------------------------------------- */
#img_principale{
	width:100%;
	height:575px;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#img_principale2 {
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
	display:block;
	margin: auto;
	background:url(../images/loader_img.gif) center center no-repeat;
}
#info_download {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	padding:10px;
	width:auto;
	height:auto;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	/*font-style:italic;*/
	font-weight:200;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAA;
}
#info_abito_registrata {
	position:relative;
	top:45px;
	right:10px;
	float:right;
	padding:5px;
	background-color:#DBDBDB;
	color:#666;
	width:auto;
	height:12px;
	font-size:12px;
	line-height:12px;
}


/* ------------------------------------------------------------------------------- */
/*  Pagine secondarie
/* ------------------------------------------------------------------------------- */
div.hrhr {
	width:100%;
	height:auto;
	border-top:1px solid #CCC;
	margin:10px 0 10px 0;
}
.container0 {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	background-color:#E6E6E6;
}
.container0_absolute {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	background-color:#333;
	z-index:20;
	padding-left: 20px;
}
.breadcrumbs {
	position:absolute;
	top:10px;
	right:80px;
	text-align:right;
	font-size:10px;
	font-style:italic;
	z-index:60;
}
.container2 {
	position:absolute;
	top:70px;
	left:0px;
	float:left;
	width:60%;
	height:auto;
	bottom:0px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container2_2 {
	position:absolute;
	top:10px;
	left:20px;
	right:10px;
	bottom:10px;
	overflow-y:auto;
}

.container3 {
	position:absolute;
	top:70px;
	right:0px;
	float:right;
	width:40%;
	height:auto;
	bottom:0px;
	background:top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.titolo_pagine {
	font-size:46px;
	color:#FFF;
	line-height:120px;
	padding-left:20px;
	font-style:italic;
	font-weight:200;
}
.big-title {
	font-size:20px;
	line-height:70px;
	padding-left:20px;
	font-style:normal;
	text-transform: uppercase;
	font-weight:200;
	
}
.titolo_slide {
	position:absolute;
	width:100%;
	font-size:22px;
	color:#666;
	font-style:italic;
	bottom:0px;
	height:40px;
	line-height:40px;
	background-color:RGBA(255,255,255,0.8);
}

@media only screen and (max-width: 940px) {
	
	.video_scorri {
		visibility:hidden;
	}
	
}


/*----------------------------------------------------------------------------------------------------*/
blockbox {
	width:auto;
	background-color: #EAECEC;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float:right;
	font-size:13px;
	line-height:14px;
	text-align: left;
	border: 1px solid #E4E4E4;
}

blockbox-btn {
	width:auto;
	border:1px solid #cccccc;
	background-color:#CCC;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float:left;
	font-size:13px;
	line-height:14px;
	text-align: left;
}

.textholder-top {
	float:right;
	color:#FFF;
	width:240px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height:14px;
	border: 0.1em solid #666;
	letter-spacing:normal;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 30px;
}
.feature-imageholder {
	float:right;
	padding:5px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height:16px;
	border: 0.1em solid #cccccc;
	letter-spacing:normal;
	margin-left: 20px;
	margin-right: 20px;
	text-align:right;
	color: #999;
}
.logo-imageholder {
	float:right;
	padding:5px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height:16px;
	letter-spacing:normal;
	margin-left: 20px;
	margin-right: 20px;
	text-align:right;
	color: #999;
}
.imageholder {
	float:right;
	padding:5px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height:16px;
	letter-spacing:normal;
	margin-left: 0px;
	margin-right: 20px;
	text-align:left;
	color: #999;
}

.featured-CD {
	float:left;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height:16px;
	letter-spacing:normal;
	margin-left: 0px;
	margin-right: 5px;	
	margin-bottom: 10px;
	text-align:left;
	color: #999;
}
.CD {
	float:left;
	height: 200px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height:16px;
	letter-spacing:normal;
	margin-left: 0px;
	margin-right: 30px;		
	margin-bottom: 20px;
	text-align:left;
	color: #999;
}

.btn-right {
	float:right;
	padding:0px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height:16px;
	letter-spacing:normal;
	margin-left: 20px;
	margin-right: 0px;
	text-align:right;
	color: #999;
}

.CD-image {
	padding:2px;
	font-family: 'Roboto', sans-serif;
	margin-top: 2px;
}




/*  works
/* ------------------------------------------------------------------------------- */
.work-title {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height:0.6em;
}

.instrumentation {
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
}

.duration {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 6px;
}

/*  Program Notes
/* ------------------------------------------------------------------------------- */
.work-description {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}

.movements {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
	color: #333;
	padding-bottom: 10px;
}


/* HEADER
********************************************/
#logo {
	float:left;
	font-size:1.4em;
	margin-top: 20px;
	
	}
	
#logo a {
	display:block;
	width:250px;
	height:90px;
	text-decoration:none;
	background-image: url(../images/logo1-outline.png);
	background-repeat: no-repeat;
	}
	
#logo a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
} 




#header {
	background: url(../images/header-back.png) repeat-x 0 0;
	position: fixed;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:90px;
	z-index:2;
}

#header-container {
	width: auto;
	min-width: 900px;
	position: relative;
	background: none;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: auto;
}




.footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:25px;
	color:#777;
	font-size:11px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat;
}

.footer a {
	color:#999;
	text-decoration:none;
	font-size: 11px;
}

.footer a:visited {
	color:#777; 
	text-decoration:none; 
	font-size: 11px;
}

.footer a:hover {
	color:#3a86a7;
	text-decoration:none;
}

blockbox {
	width:auto;
	border:1px solid #acccc5;
	background-color:#1D4252;
	padding:5px;
	margin-left: 20px;
	margin-bottom: 5px;
	float:right;
	font-size:12px;
	line-height:11px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.title {
	margin:0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bolder;
	line-height:normal;
	color:#1A81A8;
}

.big{
	color:#88848C;
	font-size:1.1em;
	text-transform:capitalize;
	letter-spacing:2px;
	padding-top:0px;
}

.ensemble-imageholder {
	width: 300px;
	float:left;
	padding:5px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height:16px;
	border: 0.1em solid #cccccc;
	letter-spacing:normal;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
	color: #999;
}

/*----------------------------------------------------------------------------------------------------*/
	#buy-cd{
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

	}
	
	#buy-cd:hover{
	opacity: 0.4;	
	}
/************************/
/* video Container       */
/************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
