/* HTML5 Boilerplate  */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #fff; }
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF;
}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }


q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
	nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



ul,
ol {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}


nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}


img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }





.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.hideforlarge 
{
	visibility:hidden
}

.credits{
	font-size: 14px;
	font-style: italic;
}

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 120px;
	background-color: #000;
}

#ascensorWide{
	overflow:hidden;
}

#ascensorWide section article h1{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 28px;
}

section{
	overflow:auto;

}

section article{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
}

#navigationMap{
	width: 98%;
	z-index: 999;
	border-radius: 8px;
	border: 1px solid #FFF;
	background-image: url(../../img/bgopaco.png);
	background-repeat: repeat;
	position: absolute;
	padding-top: 200px;
	top: 1%;
	left: 1%;
	height: 660px;
}

.posMenu{
	height: 800px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;	
}

#navigationMap ul li a{
	background: #000;
	height: 200px;
	width: 100px;
	position: absolute;
	padding-top: 1px;
	padding-left: 1px;
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
}



#navigationMap .ascensorLink1{
	margin-top: 200px;
}
#navigationMap .ascensorLink3, #navigationMap .ascensorLink4, #navigationMap .ascensorLink5{
	margin-left:100px;
}
#navigationMap .ascensorLink2{
	margin-top: 400px;
}
#navigationMap .ascensorLink4{
	margin-top: 200px;
}
#navigationMap .ascensorLink5{
	margin-top: 400px;
}
#navigationMap .ascensorLink6, #navigationMap .ascensorLink7, #navigationMap .ascensorLink8{
	margin-left: 200px;
}

#navigationMap .ascensorLink8{
	margin-top: 200px;
}

#navigationMap .ascensorLink6{
	margin-top: -200px;
}


#navigationMap .ascensorLink9, #navigationMap .ascensorLink10{
	margin-left:300px;
}


#navigationMap .ascensorLink10{
	margin-top: 200px;
}

#navigationMap .ascensorLink11, #navigationMap .ascensorLink12, #navigationMap .ascensorLink13, #navigationMap .ascensorLink14{
	margin-left: 400px;
}

#navigationMap .ascensorLink11{
	margin-top: -200px;
}
#navigationMap .ascensorLink13{
	margin-top: 200px;
}
#navigationMap .ascensorLink14{
	margin-top: 400px;
}




#navigationMap .ascensorLinkActive{
	background: #c5161d;
}





#navigationNext{
	position: fixed;
	right: 2%;
	top: 20px;
	width: 100px;
	height: 60px;
	z-index: 999;
}


#navigationNext ul li  a{
	height: 60px;
	width: 60px;
	border-radius: 30px;
	position: fixed;
	background-color: #fff;
	background-image: url(../../img/menu/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}




#navigationPrev{
	position: fixed;
	right: 12%;
	top: 20px;
	width: 100px;
	height: 60px;
	z-index: 999;
}


#navigationPrev ul li  a{
	height: 60px;
	width: 60px;
	border-radius: 30px;
	position: fixed;
	background-color: #fff;
	background-image: url(../../img/menu/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}




#logo{
	visibility: visible;
	margin-top: 16px;
	margin-left: auto;
	width: 90%;
	margin-right: auto;
}

#header{
	height: 100px;
	width: 100%;
	z-index: 900;
	position: absolute;
	background-color: #ededed;
}
/*
background-image: url(../img/bgopacow.png);
	background-repeat: repeat;
	*/



.youtube_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube_video iframe,
.youtube_video object,
.youtube_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.prodotto{
	font-weight: 300;
	color: #0CF;
	margin-top: 10px;
	font-size: 30px;
	margin-bottom: 10px;
	z-index: 1000;
	text-align: left;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0CF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0CF;
	text-transform: uppercase;
}
.ridotto {
	font-size: 14px;;
}

.subTitle{
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	text-transform: uppercase;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.container1 {
	/*border: 1px solid #666;*/
	margin-left:auto;
	margin-right:auto;
}

.photos .photo {
  width: 280px;
  margin: 5px;
  float: left;
}

.photos .photo img {
  display: block;
  width: 100%;
}
.colonna{
	font-weight: 400;
	color: #FFF;
	margin-top: 10px;
	font-size: 18px;
	width: 98%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
}
.colonnafondo{
	font-weight: 300;
	color: #333;
	margin-top: 10px;
	font-size: 16px;
	width: 98%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.colonnafondonero{
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	width: 98%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}


.colonnafondonero60{
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	width: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #000;
	float: left;
}


.colonnadxfondonero{
	width: 30%;
	float: right;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}
.colonnadxfondonero40{
	width: 36%;
	float: right;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
	
}


.colonnasx{
	font-weight: 300;
	color: #333;
	margin-top: 10px;
	font-size: 16px;
	background-color: #FFF;
	width: 60%;
	padding: 1%;
	float: left;
}
.colonnadx{
	width: 30%;
	margin-left: 2%;
	clear: none;
	float: right;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

.btmdx-10{
	width: 100%;
	float: right;
	background-color: #C5171D;
	height: 4px;
	margin-top: 10px;
}

.trasparente{
	background:none;
}
.grigio{
	
	background-color: #222222;
}
.colonnadx h2{
	text-transform: uppercase;
}

.btmdx{
	width: 100%;
	float: right;
	background-color: #C5171D;
	height: 4px;
	margin-top: 20px;
}


.colonnadx h5{
	font-size: 86%;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C5171D;
	border-bottom-color: #C5171D;
	text-transform: uppercase;
}


.trasparente{
	background:none;
}
.stress{
	background-color: #C5171D;
	padding: 2px;
	text-transform: uppercase;
}
.stressazzurro{
	background-color: #0CF;
	padding: 2px;
	text-transform: uppercase;
	color: #FFF;
}

.stressnero{
	background-color: #000;
	padding: 2px;
	text-transform: uppercase;
}



.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1;}



	
			.tabs li {
				list-style:none;
				display:inline;
			}

			.tabs a {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border: thin solid #FFF;
			}

			.tabs a.active {
				background:#fff;
				color:#000;
			}

	
.tabTitle {
	font-weight: 300;
	text-transform: uppercase;
}


.tabDesc {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	}



#accordion a.opening {
	display: block;
	text-decoration: none;
	border-radius: 50px;
	color: #000;
	background-image: url(../../img/menu/index.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 120px;
	font-size: 20px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	top: 20px;
	background-color: #FFF;
	position: fixed;
	right: 28%;
	}


	
	#accordion a.active {
	background-image: url(../../img/menu/index2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;	
	
	
	}
	
#closeIndex  a{
	height: 60px;
	width: 60px;
	border-radius: 30px;
	background-color: #c5161d;
	background-image: url(../../img/menu/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	position: relative;
	float: left;
	margin-top: -180px;
	margin-left: 20px;
}

#other  a{
	height: 60px;
	width: 200px;
	border-radius: 30px;
	background-color: #c5161d;
	background-image: url(../../../intro/motobtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	position: relative;
	float: left;
	margin-top: -180px;
	margin-left: 120px;
}

#otherback  a{
	height: 36px;
	width: 200px;
	border-radius: 20px;
	background-color: #c5161d;
	background-image: url(../../../intro/menu_assets/homebtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	position: relative;
	float: left;
	margin-top: -110px;
	margin-left: 120px;
}
#otherback a:hover{
	background-color: #000;
	background-image: url(../../../intro/menu_assets/homebtn.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#accordion .expanded {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	width: 100%;
	z-index: 1000;
	}
#accordion .expanded p {
	padding-bottom:20px;
	}
#accordion .expanded .expanded {
	
	padding:0;
	color:#fff;
	}
#accordion .expanded .expanded p {
	padding:15px;
	}


.gallery li { display: inline;

}

.gallery li { display: inline;}

.gallery li img {margin-top: 4px;}


.contfoto{
	width: 80%;
	margin-left: 10%;
	margin-top: 6%;
}

.contvideo{
	width: 80%;
	margin-left: 10%;
	margin-top: 2%;
	text-align: center;
}
.dida{
	margin-left: 80px;
	
}


.closeIndexMobile  a{
text-decoration:none
}	

/*-----------------------
	Responsive Styling
-------------------------*/

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


	.posMenu ul li img {
		display:none;
	}
	
	.posMenu{
	width: 100%;
	margin-left: 2%;
	padding-top: 60px;	
	
}

#logo{
	visibility: visible;
	margin-top: 10px;
	margin-left: 6px;
	width: 50%;
	position: fixed;
}
#logo img{
	height:30px;
}




#accordion a.opening {
	display: block;
	text-decoration: none;
	border-radius: 6px;
	color: #000;
	background-image: url(../../img/menu/mobile/index.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background-color: #FFF;
	position: absolute;
	right: 104px;
	top: 10px;
	
	}
	


#navigationPrev{
	position: absolute;
	right: 52px;
	top: 10px;
	width: 30px;
	height: 30px;
	
}


#navigationPrev ul li  a{
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background-color: #fff;
	background-image: url(../../img/menu/mobile/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}




#navigationNext{
	position: fixed;
	right: 2px;
	top: 10px;
	width: 30px;
	height: 30px;
	
}


#navigationNext ul li  a{
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background-color: #fff;
	background-image: url(../../img/menu/mobile/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#header{
	height: 50px;
	width: 100%;
	z-index: 900;
	position: absolute;
	background-color: #ededed;
}

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 80px;
	background-color: #000;	
}



#navigationMap{
	position: relative;
	padding-top: 40px;
	height:auto;
}





#closeIndex  a{
	height: 40px;
	width: 40px;
	border-radius:20px;
	background-color: #c5161d;
	background-image: url(../../img/menu/mobile/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	position: relative;
	float: left;
	margin-top: -20px;
	margin-left: 20px;
}


#other  a{
	height: 40px;
	width: 100px;
	border-radius: 20px;
	background-color: #c5161d;
	background-image: url(../../../intro/mobile/motobtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	position: relative;
	float: left;
	margin-top: -20px;
	margin-left: 4px;
}
#otherback  a{
	height: 40px;
	width: 100px;
	border-radius: 20px;
	background-color: #c5161d;
	background-image: url(../../../intro/mobile/homebtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	position: relative;
	float: left;
	margin-top: -20px;
	margin-left: 4px;
}





#navigationMap ul li a{
	background: #000;
	height: 38px;
	width: 96%;
	padding-top: 1px;
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	position:absolute;
}



#navigationMap ul li h4{
	padding-left: 2px;
	margin-top: 4px;
}

#navigationMap .ascensorLink0{
	margin-left: 0;
}
#navigationMap .ascensorLink1{
	margin-top:40px;
	margin-left: 0;
}

#navigationMap .ascensorLink2{
	margin-top:80px;
	margin-left: 0;
}
#navigationMap .ascensorLink3{
	margin-top: 120px;
	margin-left: 0;
}

#navigationMap .ascensorLink4{
	margin-top: 160px;
	margin-left: 0;
}
#navigationMap .ascensorLink5{
	margin-top: 200px;
	margin-left: 0;
}

#navigationMap .ascensorLink6{
	margin-top: 240px;
	margin-left: 0;
}
#navigationMap .ascensorLink7{
	margin-top: 280px;
	margin-left: 0;
}

#navigationMap .ascensorLink8{
	margin-top: 320px;
	margin-left: 0;
}


#navigationMap .ascensorLink9{
	margin-top: 360px;
	margin-left: 0;
}
#navigationMap .ascensorLink10{
	margin-top: 400px;
	margin-left: 0;
}
#navigationMap .ascensorLink11{
	margin-top: 440px;
	margin-left: 0;
}
#navigationMap .ascensorLink12{
	margin-top: 320px;
	margin-left: 0;
}


#navigationMap .ascensorLink13{
	margin-top: 360px;
	margin-left: 0;
}
#navigationMap .ascensorLink14{
	margin-top: 400px;
	margin-left: 0;
}
#navigationMap .ascensorLink15{
	margin-top: 440px;
	margin-left: 0;
}


.prodotto{
	margin-top: 4px;
	font-size: 20px;
	margin-bottom: 4px;
	width: 90%;
	
}

.subTitle{
	font-size: 14px;
	
}

	

#ascensorWide section article h1{
	font-size: 22px;
	line-height: 20px;
}

h2 {
font-size: 80%;	
}


.colonnafondonero60{
	
	width: 98%;
	padding: 1%;
	
}

.colonnafondonero{
	width: 98%;
	padding: 1%;
	
}


.colonnadxfondonero40{
	width: 98%;
	float: left;
	
	
}

.colonnasx{
	font-weight: 300;
	color: #333;
	margin-top: 10px;
	font-size: 16px;
	background-color: #FFF;
	width: 98%;
	padding: 1%;

}

.colonnadx{
	width: 98%;
	padding: 1%;
	margin:0;
	float: left;
	
}


.hideforlarge 
{
	visibility:visible;
	margin-top: 400px;
	margin-left: 0;
	
}


.credits{
	font-size: 12px;
	font-style: italic;
}

.ridotto {
	font-size: 12px;;
}

}
