@charset "iso-8859-1";
/* CSS Document */

/* BASE */
*{
	margin:0;
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0.6);
	outline: 0;
}
*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	width:100%;
	height:100%;
	min-height:100%;
}
body {
	margin: 0;
	padding: 0;

	width:100%;
	height: 100%;
	min-height:100%;
	
	font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
	color:#1c1c1c; /* colore di base */
	font-size: 16px;
	line-height: 16px;	
	background-color:#ffffff;
}
h1,h2,h3,h4,h5,h6,h7{
	font-weight:normal;
}
img{
	border:0;
	font-size:0;
	color:#ffffff;
}
ul{
	margin: 0;
	padding: 0;
}
ul li {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-appearance: textfield;
	-moz-appearance:    textfield;
	appearance:         textfield;
	letter-spacing: -0.020em;
}
input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance:    textfield;
	appearance:         textfield;
}
input[type=checkbox] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
	
	appearance: normal;
	-moz-appearance: normal; /* Firefox */
	-webkit-appearance: normal; /* Safari and Chrome */
	
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
button{
	border:0;
	margin:0;
	padding: 0;
	
	appearance: normal;
	-moz-appearance: normal; /* Firefox */
	-webkit-appearance: normal; /* Safari and Chrome */

	background-color: transparent;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input:required:invalid {
    outline :#ffffff solid 0px;
}
input:invalid {
    outline :#ffffff solid 0px;
}
.hidden{
	opacity:0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* FONT BASE */
.txt11{
	font-size:11px;
}
.txt20{
	font-size:20px;
	font-family:sans;
	font-weight:normal;
}
.txtC{
	text-align:center !important;
}
.txtL{
	text-align:left !important;
}
.txtR{
	text-align:left !important;
}
.nowrap {
	white-space: nowrap;
}
/* BASE */

/*BUTTON*/
a.btnrounded:link, a.btnrounded:visited, a.btnrounded:hover, a.btnrounded:active, .btnrounded {
    text-decoration: none;
    display: inline-flex;
    text-align: center;
    line-height: 42px !important;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    padding: 4px 0 0 0;
    min-width: 140px;
    color: #ffffff;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    align-content: center;
    justify-content: center;
    align-items: center;
}
a.btnrounded:hover, .btnrounded:hover {
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.14);
}
.btnrounded-sdw {
	position: absolute;
	display: block;
	width: 200%;
	height: 46px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
background: #6f4970;
background: -moz-linear-gradient(left,  #6f4970 0%, #6d4d89 47%, #6a51a3 50%);
background: -webkit-linear-gradient(left,  #6f4970 0%,#6d4d89 47%,#6a51a3 50%);
background: linear-gradient(to right,  #6f4970 0%,#6d4d89 47%,#6a51a3 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f4970', endColorstr='#6a51a3',GradientType=1 );
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: -1;
}
a.btnrounded:hover .btnrounded-sdw, .btnrounded:hover .btnrounded-sdw {
	left: 0;
	margin-left:-100%;
}

a.btnrounded2:link, a.btnrounded2:visited, a.btnrounded2:hover, a.btnrounded2:active, .btnrounded2{
	text-decoration: none;
	display:inline-block;
	text-align:center;
	line-height: 46px !important;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	
	padding:0;
	min-width:140px;
	
	color: #5f4270;
	background-color:#ffffff;
	
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	cursor:pointer;
	white-space: nowrap;
	
	position: relative;
	overflow: hidden;
	
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
a.btnrounded2:hover, .btnrounded2:hover {
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.14);
	color: #5f4270;
	background-color:#ffffff;
}


.btnrounded-outline{
	width: 146px;
	height: 52px;
	position:relative;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
}
.btnrounded-outline:hover .btnrounded-outline-sdw{
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.14);
}
.btnrounded-outline svg{
	z-index:2;
}
.btnrounded-outline-sdw {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 140px;
	height: 46px;
	position: absolute;
	margin: 1px 0 0 1px;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
	z-index: -1;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	opacity:0;	
	background: transparent;
	overflow:hidden;
}
.active .btnrounded-outline-sdw, .btnfot:hover .btnrounded-outline-sdw, .btncov:hover .btnrounded-outline-sdw {
	opacity:1;
}
.active .btnrounded-outline-sdw .btnrounded-sdw, .btnfot:hover .btnrounded-outline-sdw .btnrounded-sdw, .btncov:hover .btnrounded-outline-sdw .btnrounded-sdw{
	/* width: 280px; */
	height: 46px;
}
.active:hover .btnrounded-outline-sdw .btnrounded-sdw, .btnfot:hover .btnrounded-outline-sdw .btnrounded-sdw, .btncov:hover .btnrounded-outline-sdw .btnrounded-sdw{
}

/* BUTTON */



/* FONT-FACE */

/* Avenir LIGHT */
.ffText14AL{
	font-family: 'Avenir LT Std 35 Light', Arial, Sans-Serif;
	font-size: 14px;
	line-height: 14px;
}
.ffText21AL{
	font-family: 'Avenir LT Std 35 Light', Arial, Sans-Serif;
	font-size: 21px;
	line-height: 21px;
}
/* Avenir ROMAN */
.ffText11AR{
	font-family: 'Avenir LT Std 55 Roman', Arial, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
}
.ffText16AR{
	font-family: 'Avenir LT Std 55 Roman', Arial, Sans-Serif;
	font-size: 16px;
	line-height: 16px;
}
.ffText18AR{
	font-family: 'Avenir LT Std 55 Roman', Arial, Sans-Serif;
	font-size: 18px;
	line-height: 18px;
}
.ffText24AR{
	font-family: 'Avenir LT Std 55 Roman', Arial, Sans-Serif;
	font-size: 24px;
	line-height: 24px;
}
/* Avenir HEAVY */
.ffText11AH{
	font-family: 'Avenir LT Std 85 Heavy', Arial, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
}
.ffText14AH{
	font-family: 'Avenir LT Std 85 Heavy', Arial, Sans-Serif;
	font-size: 14px;
	line-height: 14px;
}
/* Avenir BLACK */
.ffText14AB{
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 14px;
	line-height: 14px;
}
.ffText18AB{
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 18px;
	line-height: 18px;
}
.ffText21AB{
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 21px;
	line-height: 21px;
}
.ffText30AB{
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 30px;
	line-height: 30px;
}
.ffText54AB{
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 54px;
	line-height: 54px;
}
/* FONT-FACE */


/* LINK */
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color:initial;
}
a.item:link, a.item:visited, a.item:hover, a.item:active {
	text-decoration: none;
	color:inherit;
}
a.item:hover{
	text-decoration: none;
	color:#535353;
}
a.privacy:link, a.privacy:visited, a.privacy:hover, a.privacy:active {
	text-decoration: none;
	color:#ffffff;
}
a.privacy:hover{
	text-decoration: none;
	color:#ffffff;
}
a.linktxt:link, a.linktxt:visited, a.linktxt:hover, a.linktxt:active {
	text-decoration: underline;
	color:inherit;
}
a.linktxt:hover{
	text-decoration: none;
	color:#000000;
}

/* FONT-FACE */

.close{
	overflow:hidden;
}

/*
CHANGE
*/

.DIV_lang_panel{
	width:100%;
	height:99px;

	position:fixed;

	bottom:0;
	left:0;

	vertical-align:middle;
	text-align:center;

	overflow:hidden;

	z-index:100;
}
.DIV_lang_panel.animate{
  animation: animationFrames ease-out 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-out 0.6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-out 0.6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-out 0.6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-out 0.6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,99px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,99px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,99px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,99px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,99px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.DIV_lang_panel_txt{
	display:block;
	margin:26px 94px 26px 94px;
	text-align:center;
	vertical-align:middle;
}
.DIV_lang_panel_txt3{
	vertical-align:middle;
	display:inline-block;
	padding-right:14px;
	padding-top:2px;
}
.DIV_lang_panel_txt2{
	vertical-align:middle;
	display:inline-block;
}
.DIV_lang_panel_txt2 .BTN_scroll{
	color:#ffffff !important;
	background-color:#000000 !important;
	margin: 0 8px !important;
}
.DIV_lang_panel_txt2 .BTN_scroll:hover{
	color:#000000 !important;
	background-color:#ffffff !important;
}

a.BTN_lang, a.BTN_lang:link, a.BTN_lang:visited, a.BTN_lang:hover, a.BTN_lang:active, .BTN_lang{
	display:inline-block;
	text-align:center;
	vertical-align:top;

	color:#ffffff;
	padding: 18px 26px 17px 26px;
	background-color:#000000;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;

	cursor:pointer;

	margin:0 12px;
	
	min-width:78px;
}
a.BTN_lang:hover, .BTN_lang:hover{
	background-color:#000000;
}

/*
CHANGE LANG
*/

/* COVER */
.cover{
	width:100%;
	height:100%; 
	min-height:100%; 
	position:relative;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background-color:#ffffff;
}

.cover-content{
	width:100%;
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
	position:relative;
	z-index:10;
	margin:0;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background-color:#edecea; /* campione foto */
}
.cover-main{
	margin: 0 auto;
	padding: 0;

	width:100%;
	max-width:1280px;
	min-height:100%;
	position:relative;
	
	z-index:10;
}
.cover-txt {
	margin: 0 12px;
	padding: 0;
	/*width: 575px;*/
	width: 790px;
	height: 260px;
	position: relative;
	z-index: 10;
	vertical-align: bottom;
}
.cover-txt article{
	text-align:left;

	position:absolute;
	z-index:0;
	
	top:0px;
	left:0px;
	
	opacity:0;
	visibility:hidden;

/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;   /*Firefox*/
}
.cover-txt article.active{
	z-index:10;

	opacity:1;
	visibility:visible;
}
.cover-txt h2{
	line-height:58px !important;
	letter-spacing:-0.05em !important;
	padding:0 0 20px;
}
.cover-txt p{
	position:relative;
	line-height:24px !important;
}

.cover-btn {
	margin: auto;
	padding: 60px 0 0 0;
	width: 570px;
	height: 316px;
	position: absolute;
	z-index: 10;
	text-align: left;
	top: 0;
	bottom: 0;
	left: 50px;
}
.cover-btn .btnrounded-outline{
	display:inline-block;
	margin:0 10px;
}

#btnprodotti:hover stop, #btnknowhow:hover stop, #btncasehistory:hover stop{
	stop-color:#e30613 !important;
}
#btnprodotti:hover text, #btnknowhow:hover text, #btncasehistory:hover text{
	fill:#e30613 !important;
}
#btnprodotti.active text, #btnknowhow.active text, #btncasehistory.active text, #btnprodotti:hover text, #btnknowhow:hover text, #btncasehistory:hover text{
	fill:#ffffff !important;
}

#btnprodotti rect{
	stroke:url(#gradp);
}
#btnprodotti.active rect, #btnprodotti:hover rect{
	stroke:rgba(255,255,255,0) !important;
}

#btnknowhow rect{
	stroke:url(#gradk);
}
#btnknowhow.active rect, #btnknowhow:hover rect{
	stroke:rgba(255,255,255,0) !important;
}

#btncasehistory rect{
	stroke:url(#gradc);
}
#btncasehistory.active rect, #btncasehistory:hover rect{
	stroke:rgba(255,255,255,0) !important;
}

.cover-bg{
	margin: 0;
	padding: 0;

	width:100%;
	height:100%;
	position:absolute;
	
	z-index:-1;
	
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;   /*Firefox*/
}
.cover-bg.active{
	z-index:0;
	opacity:1;
	visibility:visible;
}
#bgprodotti{
	background-image:url('IMG_cover01.jpg');
}
#bgknowhow{
	background-image:url('IMG_cover02.jpg');
}
#bgcasehistory{
	background-image:url('IMG_cover03.jpg');
}

.cover-bottom{
	width:100%;
	height:40px;
	min-height:40px; 
	position:relative;
	z-index:9;
	margin:0;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
/* COVER */

/* ELEMENTI */
.spot-main .linea01{
	top:104px;
	right:0;
	width:90.625%;
}
.cover-bottom .linea01{
	top:0;
	right:0;
	width:59.2%;
	z-index:10;
}
.linea01{
	width:100%;
	height:2px;
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	z-index:3;
	opacity:1;
}
.linea01 div{
	width:100%;
	height:2px;
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	opacity:1;
}
@keyframes LeftRight2 {
	from, to {
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	transform: translate(-100%,0);
	}
	100% {
	transform: none;
	opacity: 1;
	transform: translate(0, 0);
	}
}
.linea01 div{
    opacity: 0;
    transform: translate(100%,0);
}
.animate .linea01 div{
	animation-name: LeftRight2;
	animation-duration: 1.2s;
	animation-fill-mode: both;
    -webkit-animation-delay: 0.4s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.4s;
}
/* ELEMENTI */

/* HEADER + MENUFIXED */
.logo{
	margin: 0;
	top:44px;
	left:0;
	position:absolute;
	z-index:20;
	text-align:left;
	vertical-align:top;
}
.logo img{
	margin: 0 0 0 50px;
	cursor:pointer;
}
.home .logo img{
	cursor:default;
}
#logo{
	opacity:1;
	visibility:visible;

/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;   /*Firefox*/
}
#logo.open{
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}

#labelpage{
	opacity:1;
	visibility:visible;

/* animazione */
	-webkit-transition: all 0.3s ease-out 0s;
	transition:         all 0.3s ease-out 0s;
	-o-transition:      all 0.3s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.3s ease-out 0s;   /*Firefox*/
}
.open #labelpage{
	opacity:0;
	visibility:hidden;
}

.waypoint {
	position: fixed;
	z-index: 15;
	width: 110px;
	max-width: 110px;
	text-align: right;
	vertical-align: top;
	box-sizing: border-box;
	top: 0;
	right: 50%;
	white-space: nowrap;
	margin-right: -640px;
	padding-top: 48px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 0px;
	
/* animazione */
	-webkit-transition: width 0s linear 0s;
	transition:         width 0s linear 0s;
	-o-transition:      width 0s linear 0s;     /*Opera*/
	-moz-transition:    width 0s linear 0s;   /*Firefox*/
	
}
.waypoint.open {
}
.waypoint-cont{
	width: 100%;
	position:relative;
}
.menufixed{
	height:74px;
	padding:12px 80px 12px 14px;
	width:100%;
	text-align:right;
	vertical-align:middle;
	position:relative;
	z-index:1;

	white-space:normal;
	
	top: 0;
	right: 0;
	
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.open .menufixed{
	opacity:1;
	visibility:visible;
}
.logomin {
	width: 171px;
	height: 50px;
	margin: -1px 0 0 0;
	padding: 0;
	float: left;
	vertical-align: middle;
	position: relative;
	background-image: url('LOGO_mottadelli_min_b.png');
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	cursor:pointer;
}
.home .logomin{
	cursor:default;
}

.menufixed ul {
    list-style-type: none;
    margin: 9px 14px;
    padding: 0;
    overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.menufixed li {
    float: left;
}
.menufixed li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}
.menufixed li a:hover {
    color: #e30613;
}
.menufixed a.on{
	color:#e30613 !important;
}
.menufixed-btn{
	text-align:center;
	vertical-align:middle;
	position:absolute;
	margin:0;
	padding:0;
	
	width:50px;
	height:50px;
	
	top:12px;
	right:15px;
	z-index:10;
	
	background-image:url('BTN_menufixed_open.png');
	background-position:center;
	background-repeat:no-repeat;
	
	cursor:pointer;
	outline: 0 !important;
}
.menufixed-btn::-moz-focus-inner { 
  border: 0; 
}
.open .menufixed-btn {
	background-image:url('BTN_filter_close.png');
}
/* HEADER + MENUFIXED */


/* INTRO */
.intro{
	position:relative;
	z-index:4;
	overflow:hidden;
	min-height:644px;
}
.intro-main {
	position: relative;
	padding: 0px 45px 32px;
	z-index: 5;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.intro-box{
	position:relative;
	margin: 20px 15px 0;
}
.intro-img{
	position:relative;
	width:48.96551724137931%;
	max-width:568px;
	height:400px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
}
.intro-img .image{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	width:100%;
	height:400px;
	display:block;
	vertical-align:top;
	z-index:1;
	
	background-color:#ffffff;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
#intro01{
	background-image:url('IMG_intro01.jpg');	
}
#intro02{
	background-image:url('IMG_intro03.jpg');	
}
#intro03{
	background-image:url('IMG_intro05.jpg');	
}
#intro04{
	background-image:url('IMG_intro04.jpg');	
}

.intro-txt{
	position:relative;
	width:51.03448275862069%;
	display:inline-block;
	vertical-align:top;
	padding:0;
	z-index:1;
	min-height:330px;
}
.intro-txt article{
	text-align:left;
	
	position:absolute;
	z-index:0;
	
	top:130px;
	left:0px;
	padding: 46px 0 30px 0px;

/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;   /*Firefox*/
}
/* .intro-tit{
	width:100%;
	height: 137px;
	vertical-align: bottom;
	display: table;
	transform: translate(-98px,0);
} */
.intro-tit {
	height: 137px;
	vertical-align: bottom;
	display: table;
	position: absolute;
	top: 30px;
	right:0;
	left: -98px;
	z-index: 10;
	overflow: hidden;
}
.intro-txt h2{
	position:relative;
	line-height:58px !important;
	letter-spacing:-0.025em !important;
	padding:0 0 21px 0;
	height: 137px;
	vertical-align: bottom;
	display: table-cell;
}
/* .intro-txt p{
	line-height:24px !important;
	padding: 0 5px 28px 30px;
} */
.intro-txt p {
	line-height: 24px !important;
	padding: 120px 5px 28px 30px;
}

#btnprogettazione{
	min-width:246px !important;
	transform: translate(-108px,0);
}
#btnprogettazione:hover .btnrounded-sdw,#btnprogettazione:hover .btnrounded-sdw {
}
#btnprogettazione div.btnrounded-sdw{
	/* width:440px !important; */
}

#btnlaboratorio{
	min-width:346px !important;
	transform: translate(-158px,0);
}
#btnlaboratorio:hover .btnrounded-sdw, #btnlaboratorio:hover .btnrounded-sdw {
}
#btnlaboratorio div.btnrounded-sdw{
	/* width:736px !important; */
}

#btnpolitica{
	min-width:267px !important;
	transform: translate(-120px,0);
}
#btnpolitica:hover .btnrounded-sdw, #btnpolitica:hover .btnrounded-sdw {
}
#btnpolitica div.btnrounded-sdw{
	/* width:736px !important; */
}

.intro-ele{
	width:100%;
	height:2px;
	margin:0;	
	padding:0;
	overflow:hidden;	
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:72px;
	left:0;
	z-index:1;
	opacity:1;
}
.intro-ele-bg{
	width:100%;
	height:2px;
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:1;
	background-color:#e2e2e2;
}
.intro-nav{
	margin:0;	
	padding:0;	
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:56px;
	left:0;
	z-index:10;
	opacity:1;
	cursor:pointer;
	width:100%;
}
.intro-nav-box{
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	opacity:1;
	cursor:pointer;
	width:140px;
}
#btnintro01{
	left:50%;
	margin-left: 10px;
}
#btnintro02{
	left:50%;
	margin-left: 140px;
}
#btnintro03{
	left:50%;
	margin-left: 280px;
}
#btnintro04 {
    left: 50%;
    margin-left: 420px;
}
.intro-nav-box svg{
	clear:both;
	margin:5px 0;
	cursor:pointer;
}
.intro-nav-box .ffText14AB{
	margin:3px 0;
	color:#a7a7a7;
}
.intro-nav-box:hover .ffText14AB, .active01 #btnintro01 div.ffText14AB, .active02 #btnintro02 div.ffText14AB, .active03 #btnintro03 div.ffText14AB{
	color:#1c1c1c;
}
.intro-nav-box svg circle.circle03{
	fill:rgba(135,135,135,1);
	stroke:rgba(135,135,135,1);
	stroke-width:0;

/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.intro-nav-box:hover svg circle.circle03, .active01 #btnintro01 svg circle.circle03, .active02 #btnintro02 svg circle.circle03, .active03 #btnintro03 svg circle.circle03 {
	fill: rgba(28,28,28,1);
	stroke: rgba(28,28,28,0);
	stroke-width:0;
}

svg#navON.active01{
	margin-left: 68px;
	opacity:1;
	visibility:visible;
}
svg#navON.active02{
	margin-left: 198px;
	opacity:1;
	visibility:visible;
}
svg#navON.active03{
	margin-left: 338px;
	opacity:1;
	visibility:visible;
}
svg#navON.active04{
	margin-left: 478px;
	opacity:1;
	visibility:visible;
}

svg#navON circle.circle01{
	fill: rgba(126,90,156,1);
	stroke: rgba(126,90,156,0);
	stroke-width:0;
}
svg#navON circle.circle02{
	fill: rgba(126,90,156,0);
	stroke: rgba(126,90,156,1);
	stroke-width:2;
}
svg#navON {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 50%;
	margin-top: 5px;
	margin-left: 86px;
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}

/******* animazione *********/
.intro-box .intro-img .image{
	opacity:0;
	
    -ms-transform: translate(-720px, 0); /* IE 9 */
    -webkit-transform: translate(-720px, 0); /* Safari */
    transform: translate(-720px, 0);
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.intro-box .intro-img .image.active{
	opacity:1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}
.intro-box .intro-txt article{
	opacity:0;
	visibility:hidden;
	
    -ms-transform: translate(720px, 0); /* IE 9 */
    -webkit-transform: translate(720px, 0); /* Safari */
    transform: translate(720px, 0);
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.intro-box .intro-txt article.active{
	opacity:1;
	visibility:visible;
	
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}
.intro-box .intro-ele-bg{
	opacity:0;
	visibility:hidden;
	
    -ms-transform: translate(100%, 0); /* IE 9 */
    -webkit-transform: translate(100%, 0); /* Safari */
    transform: translate(100%, 0);
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.intro.active .intro-ele-bg{
	opacity:1;
	visibility:visible;
	
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}
.intro .element01{
	top: 100px;
}
/* INTRO */

.contactus{
	width:100%;
	min-height:448px;
	position:relative;
	z-index:22;
	margin:0;
	text-align:center;
	vertical-align:middle;
}

.contactus-content{
	width:100%;
	min-height:448px;
	position:relative;
	z-index:20;
margin: -30px 0 0 0;
padding: 30px 0 0 0;
	text-align:center;
	vertical-align:middle;
}

.contactus-main{
	width:100%;
	height:448px;
	position:relative;
	z-index:20;
	margin:0 auto;
	padding:0;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#000000;
}
.contact01{
	background-image:url('BG_workings_02.jpg');
}
.contactus-btn{
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:50%;
	right:0;
	bottom:0;
	margin:auto 0 auto 210px;
	width:230px;
	height:83px;
	z-index:3;
}

.contactus-main article {
	width:100%;
	max-width:980px;
	position:relative;
	margin: 0 auto;
	z-index:10;
	text-align:left;
	vertical-align:middle;
	padding:60px;
}
.contactus-main h2{
	margin: 47px 0 38px 50px;
	text-transform:uppercase;
}
.contactus-main p{
	max-width:460px;
	margin: 0 58px 14px 50px;
	line-height:30px;
}

.ie-content{
	margin: 0;
	padding: 0;
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:relative;
}

.container{
	margin: 0;
	padding: 0;

	width:100%;
	height: 100%;
	min-height:100%;
	
	overflow-x:hidden;
	overflow-y:visible;
    -webkit-overflow-scrolling: touch;
}
.content{
	margin: 0 auto;
	padding: 0;

	width:100%;
	max-width:1280px;
	min-height:100%;
	position:relative;
}


/* NAVIGAZIONE */
.label-page{
	position:absolute;
	
	top:13px;
	right:80px;

	margin:0;
	padding:0 16px;
	
	height:50px;
	line-height:50px;
	z-index:1;
	text-align:right;
	
	background-color:rgba(255,255,255, 1);	
	text-transform:uppercase;
}
.label-page.active, .label-page.active:hover{
	cursor:pointer;
	color:#ffffff;
	background-color:#e30613;
}
.label-page.active div{
	background-image:url('ELE_back.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-color:transparent;
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
	z-index:2;
}
.label-page.active:hover{
	padding:0 16px 0 50px;
}
.label-page.active:hover div{
	opacity:1;
	visibility:visible;

/* animazione */
	-webkit-transition: all 0.4s ease-out 0s;
	transition:         all 0.4s ease-out 0s;
	-o-transition:      all 0.4s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.4s ease-out 0s;   /*Firefox*/
}
.labmin{
	width:50px;
	overflow:hidden;
	white-space:nowrap;
	
/* animazione */
	-webkit-transition: all 0.4s ease-out 0s;
	transition:         all 0.4s ease-out 0s;
	-o-transition:      all 0.4s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.4s ease-out 0s;   /*Firefox*/
}
.label-page.active.labmin span{
	opacity:0 !important;
	visibility:hidden !important;
}
.label-page.active.labmin div{
	opacity:1 !important;
	visibility:visible !important;
}
.label-page.active.labmin:hover{
	width:auto;
	padding:0 16px 0 50px;
	color:#ffffff;
}
.label-page.active.labmin:hover span{
	opacity:1 !important;
	visibility:visible !important;
/* animazione */
	-webkit-transition: all 0.3s ease-out 0s;
	transition:         all 0.3s ease-out 0s;
	-o-transition:      all 0.3s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.3s ease-out 0s;   /*Firefox*/
}

.label-filter{
	position:relative;
	margin: 40px 15px 0;
	padding:0 16px 0 50px;
	display:inline-block;
	
	height:50px;
	line-height:50px;
	z-index:1;
	text-align:center;
	
	background-image:url('BTN_filter_close.png');
	background-position:left center;
	background-repeat:no-repeat;
	
	text-transform:uppercase;
	cursor:pointer;
/* animazione */
	opacity:1;

	-webkit-transition: all 0.3s ease-out 0s;
	transition:         all 0.3s ease-out 0s;
	-o-transition:      all 0.3s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.3s ease-out 0s;   /*Firefox*/
}
.label-filter:hover{
	opacity:0.6;
}


/* CASE HISTORY */
body.casehistory .container, body.casehistory .content{
	background-image:url('IMG_casehistory.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
body.casehistory .container{
	z-index:0;
	height:auto;
	position:relative;
}
body.casehistory .content{
	z-index:6;
}
body.casehistory .container-bg{
	width:100%;
	height:100%;
	min-height:100%; 
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	background-color:rgba(238,238,238, .94);
}
body.casehistory .content-bg{
	width:100%;
	height:100%;
	min-height:100%; 
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	background-color:rgba(255,255,255, .94);
}
.casehistory-tab{
	position:absolute;
	top:274px;
	right:0;
	
	margin:0;
	padding:0 130px 0 0;
	z-index:10;
	
	text-transform:uppercase;
	text-align:right;
}
.casehistory-tab-line{
	position:absolute;
	top:16px;
	right:-20px;
	
	width:135px;
	height:2px;
	
	margin:0;
	padding:0;
	z-index:10;
	
	text-transform:uppercase;
	overflow:hidden;
}
.casehistory-tab-line div{
	position:absolute;
	top:0;
	right:0;
	
	width:135px;
	height:2px;
	
	margin:0;
	padding:0;
	z-index:10;
	
	text-transform:uppercase;
}

.casehistory-prd{
	margin-top:20px;
	line-height:16px !important;
	text-transform:uppercase;
}

.casehistory-file{
	padding-top:30px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	position: relative;
	vertical-align: top;
	text-align: center;
	width: 100%;
	z-index:20;
}
.casehistory-file a {
	display: block;
	text-align: center;
	margin: 0 auto;
	width:250px;
	line-height:24px;
}
.casehistory-file a img{
	display: block;
	margin: 0 auto 10px;
}

.casehistory-intro{
	position:relative;
	width:100%;
	max-width:660px;
	display:block;
	clear:both;
	margin:0 115px 0;
	padding:244px 0 0;
	z-index:1;
}
.casehistory-intro h1{
	position:relative;
	line-height:58px !important;
	letter-spacing:-0.025em !important;
	padding:0 0 21px 15px;
}
.casehistory-intro p{
	width:100%;
	max-width:650px;
	position:relative;
	line-height:24px !important;
	padding:0 0 0 15px;
}
.casehistory-main{
	position:relative;
	padding: 134px 115px 32px;
	z-index:1;
}
.casehistory-box{
	position:relative;
	height:250px;
	margin: 40px 15px 0;
	background-color:#fff;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
}
.casehistory-img{
	position:relative;
	width:61.76470588235294%;
	max-width:630px;
	display:inline-block;
	vertical-align:top;
	height:250px;
	z-index:1;
}
.casehistory-img h2{
	padding: 16px 26px;
	opacity:0;
	
	line-height:58px !important;
	letter-spacing:-0.025em !important;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.casehistory-box:hover .casehistory-img h2{
	opacity:1;
}
.casehistory-txt{
	position:relative;
	width:38.23529411764706%;
	max-width:390px;
	display:inline-block;
	vertical-align:top;
	background-color:rgba(255, 255, 255, 0.96);
	height:250px;
	background-image:url('ELE_casehistory.png');
	background-position:center -240px;
	background-repeat:no-repeat;
	z-index:1;
}
.casehistory-txt.set2{
	background-position:-60px -210px;
}
.casehistory-txt.set3{
	background-position: 80px -340px;
}
.casehistory-txt.set4{
	background-position: -40px -100px;
}
.casehistory-txt .casehistory-tab{
	top:46px;
	right:-74px;
	left:auto;
}
.casehistory-ele{
	width:10px;
	height:74px;
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:-10px;
	left:10px;
	z-index:3;
	opacity:1;
}
.casehistory-over{
	width:100%;
	height:100%;
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	opacity:0;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.casehistory-box:hover .casehistory-over{
	opacity:0.5;
}
/******* animazione *********/
.casehistory-box .casehistory-txt{
	opacity:0;
    -ms-transform: translate(40px, 0); /* IE 9 */
    -webkit-transform: translate(40px, 0); /* Safari */
    transform: translate(40px, 0);
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.casehistory-box.animate .casehistory-txt{
	opacity:1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}
.casehistory-box.animate .casehistory-ele{
	height:74px;
	animation-name: bounceInDown;
	animation-duration: 0.8s;
	animation-fill-mode: both;
}

@keyframes LeftRight {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate(-135px,0);
  }
  to {
    transform: none;
	opacity: 1;
 	transform: translate(0, 0);
}
}
.casehistory-box .casehistory-tab-line div{
    opacity: 0;
    transform: translate(-135px,0);
}
.casehistory-box.animate .casehistory-tab-line div{
	animation-name: LeftRight;
	animation-duration: 1.2s;
	animation-fill-mode: both;
    -webkit-animation-delay: 0.4s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.4s;
}
/* CASE HISTORY */

/* PRODOTTI */
body.prodotti .container, body.prodotti .content{
	background-image:url('IMG_prodotti02.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
body.prodotti .container{
	z-index:0;
	height:auto;
	position:relative;
	overflow:hidden;
}
body.prodotti .content{
	z-index:6;
	background-color:rgba(255,255,255, 1);
	overflow:hidden;
	position:relative;
}
body.prodotti .container-bg{
	width:100%;
	height:100%;
	min-height:100%; 
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	background-color:rgba(238,238,238, .60);
}
body.prodotti .content-bg{
	width:100%;
	height:100%;
	min-height:100%; 
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	background-color:rgba(255,255,255, .60);
}
.prodotti-main{
	position:relative;
	padding: 134px 45px 32px;
	z-index:2;
}
.prodotti-box{
	position:relative;
	margin: 40px 15px 0;
}
.prodotti-img{
	position:relative;
	width:48.96551724137931%;
	max-width:568px;
	height:400px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	
	background-color:#ffffff;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.prodotti-img a.btnrounded{
	position:absolute;
	right:22px;
	bottom:20px;
	min-width:170px;
	padding: 0 30px;
}
.prodotti-img-over{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	vertical-align:top;
	z-index:1;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:0;
	
	background-color:rgba(196, 196, 196, 0.12);
}
.prodotti-txt{
	position:relative;
	width:51.03448275862069%;
	display:inline-block;
	vertical-align:top;
	padding:46px 5px 60px 30px;
	z-index:1;
}
.prodotti-tit{
width:100%;
height: 137px;
vertical-align: bottom;
display: table;
}
.prodotti-txt h2{
	position:relative;
	line-height:58px !important;
	letter-spacing:-0.025em !important;
	padding:0 0 21px 0;
height: 137px;
vertical-align: bottom;
display: table-cell;
}
.prodotti-txt p{
	line-height:24px !important;
	margin-bottom:34px;
}
.prodotti-txt a.btnrounded{
	margin:0;
}
.prodotti-ele{
	width:68.10344827586207%;
	height:2px;
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:170px;
	left:7.413793103448276%;
	z-index:3;
	opacity:1;
}
.prodotti-ele div{
	width:100%;
	height:2px;
	margin:0;	
	padding:0;	
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	opacity:1;
}
/******* animazione *********/
.prodotti-box .prodotti-img{
	opacity:0;
    -ms-transform: translate(-40px, 0); /* IE 9 */
    -webkit-transform: translate(-40px, 0); /* Safari */
    transform: translate(-40px, 0);
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.prodotti-box.animate .prodotti-img{
	opacity:1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}
.prodotti-box .prodotti-txt{
	opacity:0;
    -ms-transform: translate(40px, 0); /* IE 9 */
    -webkit-transform: translate(40px, 0); /* Safari */
    transform: translate(40px, 0);
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.prodotti-box.animate .prodotti-txt{
	opacity:1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}
.prodotti-box .prodotti-ele div{
    opacity: 0;
    transform: translate(100%,0);
}
.prodotti-box.animate .prodotti-ele div{
	animation-name: LeftRight2;
	animation-duration: 1.8s;
	animation-fill-mode: both;
    -webkit-animation-delay: 0.8s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.8s;
}
/* PRODOTTI */

/* FOOTER */
.footer-space{
	width:100%;
	height:40px;
	background-color:rgba(253,253,253,0.9);
	position:relative;
	z-index:2;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
footer{
	width:100%;
	position:relative;
	z-index:2;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;

	background-image:url("BG_footer.jpg");
	background-color:transparent;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
}

.footer-content{
	padding:0;
	margin:0 auto;
	width: 100%;	
	position:relative;
	text-align:center;
	vertical-align:top;
	background-color:rgba(253,253,253,0.9);
}
.footer-main{
	padding:60px 0 46px 0;
	margin:0 auto;
	width: 100%;	
	max-width:1280px;	
	position:relative;
	text-align:left;
	vertical-align:top;
	display: table;
	z-index:2;
}
.footer-box{
	position: relative;
	text-align: center;
	vertical-align: top;
	width:33%;
	height:252px;
	display: table-cell;
}
.footer-box-txt {
	min-height:82px;
	margin-top: 133px;
	line-height:28px;
	text-align:center;
	display:block;
}
.footer-box-txt h2 {
	padding-top:8px;
	margin-bottom:30px;
	letter-spacing:-0.025em;
	line-height:28px !important;
}
.footer-box-address {
	min-height:82px;
	margin-top: 133px;
	line-height:28px;
	text-align:center;
	display:block;
}
.footer-box-address p{
	padding-top: 42px;
	line-height:24px !important;
	letter-spacing:-0.025em;
}

#btnmappa rect{
	stroke:url(#gradm);
}
#btnmappa:hover rect{
	stroke:rgba(255,255,255,0) !important;
}
#btnmappa:hover text, #btncontatti:hover text{
	fill:#ffffff !important;
}
#btncontatti rect{
	stroke:url(#gradC);
}
#btncontatti:hover rect{
	stroke:rgba(255,255,255,0) !important;
}

.footer-term {
	position: relative;
	text-align: center;
	vertical-align: top;
	z-index:10;
}
.footer-term-txt {
    text-align: center;
    display: block;
    padding: 66px;
    background-color: #d9d9d9;
}
.footer-term-txt a {
	z-index:10;
	text-transform:uppercase;
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.footer-lang{
	margin-top:40px;
	opacity:0.6;
}
.footer-lang a{
	margin:6px;
}
.footer-lang a:hover{
	opacity:0.4;
}
.footer-lang a.ON{
	opacity:0.4;
	pointer-events:none;
}

.icncatalog{
	background-image:url("ICN_map01.png");
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
}
.icnlogo{
	background-image:url("LOGO_mottadelli_v.png");
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
}
.icncontact{
	background-image:url("ICN_contact.png");
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
}

.footer-sdw {
	padding:0;
	margin:0;
	height:40px;
	display: block;
	position:relative;
	clear:both;
	text-align:center;
	vertical-align:top;
	background-color: transparent;
	background-image:url("SDW_footer.png");
	background-color: transparent;
	background-position: center top;
	background-repeat: repeat-x;
}
.footer-sdw p{
	padding-top:17px;
	color:#000000;
	opacity:.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
/* FOOTER */

/* OVERLAY */
.overlay{
	width:100%;
	height:0;
	overflow: hidden !important;
	top:0;
	left:0;
	position:fixed;
	z-index:3000;

	opacity:0;

/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.overlay-open .menufixed{
	opacity:0 !important;
}
.overlay-open{
	overflow: hidden !important;
}
.overlay-open .overlay{
	width:100%;
	height:100% !important;
	min-height:100% !important;

	overflow-y: auto !important;
	overflow-x: hidden;

	top:0;
	left:0;

	position:fixed;

	z-index:3000;

	opacity:1;
}
.overlay-scroll{
    -webkit-overflow-scrolling: touch;
}

.overlay-bg{
	width:100%;
	min-height:100% !important;
	overflow: hidden;
	top:0;
	left:0;

	position:fixed;

	z-index:0;

	opacity:0;
	visibility:hidden;
	
	background-image:url("BG_footer.jpg");
	background-color:#1a0a09;
	background-position: center top;
	background-repeat: no-repeat;

/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.overlay-open .overlay-bg{
	opacity:.98;
	visibility:visible;
}
.overlay-close{
display:inline-block;
text-align:right;
cursor:pointer;
width:45px;
height:45px;
position:relative;
float:right;
z-index: 100;
margin:0;
background-image:url(mob_ICN_close2.png);
background-color:transparent;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}
.overlay-close-btn{
text-align:center;
}
.overlay-header{
width: 100%;
max-width: 1050px;
margin: 0 auto;
display: block;
height: 58px;
white-space: nowrap;
position: relative;
z-index: 100;
padding: 30px;
}
.overlay-logo{
display:inline-block;
height:58px;
vertical-align:middle;
text-align:center;
float:left;
}

.overlay-header-txt{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	margin:0 18px;
	color: #131c48;
}

.overlay-scheda{
	width:100%;
	max-width: 700px;
	margin: 0px auto;
	padding: 80px 30px 80px;
	position: relative;
	z-index: 4;
	text-align: left;
	color:#ffffff;
}

.overlay-scheda h2{
	padding: 0px 10px 0 10px;
	max-width:100%;
	line-height:40px;
}
.overlay-scheda h3{
	padding: 0 10px 0 10px;
	max-width:100%;
	opacity:0.5;
}
.overlay-txt{
	padding:32px 10px 18px 10px;
}
.overlay-txt2{
	padding:0px 10px 6px 10px;
}
.overlay-txt3{
	padding:20px 10px 6px 10px;
	line-height:25px !important;
}
.overlay-txt.column{
	-moz-column-count:  2; /*Firefox*/
	-moz-column-gap:    40px;
	-webkit-column-count: 2; /*Safari e Chrome*/
	-webkit-column-gap: 40px;
	column-count: 2; /*Opera e IE 10+*/
	column-gap: 40px;
}
.overlay-btn{
	margin:0px 10px 60px 10px !important;
}

.overlay-scheda-img-sx{
	float:left;
	position:relative;
	z-index:3;

	max-width:690px;
	width:100%;
}
.overlay-scheda-img-dx{
	float:right;
	position:relative;
	z-index:1;

	margin-top:-40px;

	max-width:690px;
	width:100%;
}
.overlay-scheda-desc{
	top:0;
	right:0;

	width:305px;
	min-height:305px;

	position:absolute;

	overflow:hidden;

	z-index:100;

	background: -moz-linear-gradient(top,  rgba(161,196,220,0.96) 0%, rgba(160,219,221,0.96) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,196,220,0.96)), color-stop(100%,rgba(160,219,221,0.96)));
	background: -webkit-linear-gradient(top,  rgba(161,196,220,0.96) 0%,rgba(160,219,221,0.96) 100%);
	background: -o-linear-gradient(top,  rgba(161,196,220,0.96) 0%,rgba(160,219,221,0.96) 100%);
	background: -ms-linear-gradient(top,  rgba(161,196,220,0.96) 0%,rgba(160,219,221,0.96) 100%);
	background: linear-gradient(to bottom,  rgba(161,196,220,0.96) 0%,rgba(160,219,221,0.96) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a1c4dc', endColorstr='#f0a0dbdd',GradientType=0 );
}
.overlay-scheda-desc p{
	color:#ffffff;
	margin: 26px 28px 88px 28px;
	width:100%;
	max-width:354px;
}
.overlay-scheda-desc-price{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 37px;

  z-index:1;
}
.overlay-scheda-desc-email{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index:1;

  color:#ffffff !important;
}

.overlay-scheda-desc-email a{
	margin: 28px;
	padding: 0px 30px;
	background-image: url("ICN_email.png");
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 22px !important;

	color:#ffffff !important;
}
.overlay-scheda-desc-email a:hover{
	color:rgba(255,255,255,0.8) !important;
}

.response-main{
	width:100%;
	position:relative;
	z-index:20;
	margin:0 auto;
	padding:0;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

.response-main article {
	width:100%;
	max-width:980px;
	position:relative;
	margin: 0 auto;
	z-index:10;
	text-align:left;
	vertical-align:middle;
	padding:60px;
}
.response-main h2{
	margin: 47px 0 38px 50px;
	text-transform:uppercase;
	line-height:54px;
}
.response-main p{
	max-width:460px;
	margin: 0 58px 14px 50px;
	line-height:30px;
}

/*OVERLAY LAB*/
.overlay2{
	width:100%;
	height:100%;
	min-height:100%;
	
	margin:0;
	padding:0;
	
	left:0;
	top:0;
	
	position:fixed;
	
	text-align:left;
	vertical-align:top;
	
	z-index:100000;
		
	overflow: auto;
}
.overlay2 h3{
	width:100%;
	max-width:900px;
	margin:120px auto 0 auto;
	color:#ffffff;
}
.referenze-p {
	width:100%;
	max-width:900px;
	margin:24px auto 48px auto;
	color:#ffffff;
	line-height:24px !important;
}
#BoxLAB .colorGrey2{	
	color:#c0c0c0 !important;
}
.referenze-p2 {
	width:100%;
	max-width:900px;
	margin:24px auto;
	color:#ffffff;
	line-height:24px !important;
}
.referenze-ol, .referenze-ul{
	width:100%;
	max-width:900px;
	margin:0 auto;
	color:#ffffff;
	line-height:24px !important;
}
.firm{
	width:100%;
	max-width:900px;
	margin:60px auto 48px auto;
	color:#ffffff;
	line-height:24px !important;
}
.pdate {
	width:68%;
	margin:0;
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	line-height:24px !important;
}
.pfirm {
	width:32%;
	margin:0;
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	line-height:24px !important;
}
.referenze-ol li {
	list-style-position: outside;
    margin: 0 0 0 18px;
    padding: 0 0 24px 12px;
}
.referenze-ul li {
	list-style-position: outside;
    margin: 0 0 0 18px;
    padding: 0 0 24px 12px;
    list-style-type: disc;
}
.referenze-box{
	width:100%;
	max-width:900px;
	margin:0 auto;
	color:#ffffff;
}
.referenze-box-col1, .referenze-box-col2{
	padding: 0 20px 0 0;
	width:50%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}
.referenze-box-col1 h4, .referenze-box-col2 h4{
	padding: 0 24px 0px 0px;
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 30px;
	line-height:36px !important;
}
.referenze-box-col2 h4{
	padding: 0 !important;
}
.referenze-box-col1 p, .referenze-box-col2 p{
	padding: 6px 0px 24px 0px;
	line-height:24px !important;
	opacity:0.6;
}

/* Nuova */
.referenze-box2 {
	width:100%;
	max-width:900px;
	margin: 24px auto 24px;
	color:#ffffff;
	display:grid;
    justify-content: space-between;
    align-items: start;
    justify-items: stretch;
	grid-template-columns: 1fr 24%;
}
.referenze-box-col {
	padding: 0;
	width:100%;
	text-align:left;
	vertical-align:top;
	
	display:grid;
    justify-content: space-between;
    align-items: start;
    justify-items: stretch;
	grid-template-columns: 1fr 24%;
}
.referenze-box-col h4{
	padding: 24px 24px 0px 0px;
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 30px;
	line-height:36px !important;
}
.referenze-box-col p{
	padding: 6px 0px 0 0px;
	line-height:24px !important;
	opacity:0.6;
}
.referenze-img1 {
    padding-top:24px;
}
.referenze-img2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    margin: 24px 0;
}
p.referenze-p3 {
    margin: 0 48px 48px 0;
    color: #ffffff;
    line-height: 24px !important;
}
.referenze-box2 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter: drop-shadow(4px 4px 12px rgba(0,0,0,0.3));
}
.referenze-box-col img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter: drop-shadow(4px 4px 12px rgba(0,0,0,0.3));
}
.referenze-box-col article {
	padding-right: 48px;
}

/* Effects */
.overlay-slidedown2 {

	background: transparent;
	
	visibility: hidden;
	
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 500ms;
	transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 500ms;
	
	overflow-y: hidden;
	overflow-x: hidden;
}

.overlay-slidedown2.open {
	visibility: visible;
	
	-webkit-transform: translateY(0%);
	transform: translateY(0%);

	-webkit-transition: -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);

	overflow-y: auto;
	overflow-x: hidden;
	
	padding-bottom:40px;

}
.overlay-close2{
	width:100%;
	height:46px;
	
	position:absolute !important;
	
	text-align:center;
	
	top:0;
	left:0;
	
	z-index:100;
	
	background-color:rgba(0,0,0,0.12);
	
	cursor:pointer;
}
.overlay-close2 img{
	width:46px;
	height:46px;
	
	display:inline-block;
	
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
}
/* OVERLAY */


/* HOMEPAGE */
.clienti{
	width:100%;
	margin:0 auto;
	padding: 84px 0px 22px 0px;
	position:relative;
    overflow: hidden;
    z-index: 2;
	text-align:center;
}
.clienti .element02{
bottom: auto;
right: auto;
top: -850px;
margin-left: 292px;
}
.clienti-main{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
    z-index: 2;
	text-align:center;
}
.clienti-main h2{
	margin:0 auto 56px;
}
.clienti-main img{
	width:100%;
	max-width:968px;
	height:auto;
	margin:0 auto;
}

.spot{
	width:100%;
	height:720px;
	margin:0 auto;
	padding:0;
	position:relative;
    overflow: hidden;
    z-index: 2;
	text-align:center;	
}
.spot-main{
	width:100%;
	max-width:1440px;
	height:720px;
	margin:0 auto;
	position:relative;
    z-index: 2;
	text-align:center;
    display: -webkit-flex;
    display: flex;
    flex-direction:row;	

}
.spot-img{
	width:100%;
	max-width:1440px;
	height:720px;
	margin:0 auto;
	position:relative;
    z-index: 2;
	text-align:center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	background-image: url("ELE_spot.jpg");
	background-color: transparent;
	background-position: right center;
	background-repeat: no-repeat;
}
.spot-box{
	width:100%;
	height:720px;
	max-width:1440px;
	margin:0 auto;
	position:relative;
    z-index: 2;
	text-align:left;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.spot-box-txt {
	height: 720px;
	margin: 0 11.11111111111111% 0 0;
	position: relative;
	z-index: 2;
	background-image: url("BG_spot.jpg");
	background-color: transparent;
	background-position: left top;
	background-repeat: repeat-x;
}
.spot-box a.btnrounded{
	min-width:300px !important;
}
.spot-box a.btnrounded:hover .btnrounded-sdw,.spot-box .btnrounded:hover .btnrounded-sdw {
}

.spot-box div.btnrounded-sdw{
	/* width:600px !important; */
}
.spot-box article{
	position:absolute;
	z-index:1;
	bottom:62px;
	left:12px;
	padding-right: 60px;
}
.spot-box h2{
	position:relative;
	margin:0 0 24px;
	line-height:58px !important;
	letter-spacing:-0.025em !important;
}
.spot-box p{
	position:relative;
	margin:0 0 46px;
	line-height:24px !important;
}


.video-content{
	width:100%;
	margin:0 auto;
	position:relative;
    overflow: hidden;
    z-index: 2;
}
.video{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;

	z-index:0;	
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
/* animazione easeOutExpo */
	-webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition:         all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:      all 1.8s cubic-bezier(0.19, 1, 0.22, 1);      /*Opera*/
	-moz-transition:    all 1.8s cubic-bezier(0.19, 1, 0.22, 1);    /*Firefox*/
}
.video.animate{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.video-over {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: absolute;
	background-color: rgba(83,83,83,0.65);
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
}
.video-over-cont {
	width: 100%;
	max-width: 1134px;
	max-height: 330px;
	height: 100%;
	margin: auto;
	text-align: center;
	display: block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.video-over-cont:after{
    padding-top: 29.1005291005291%; /* ratio Width */
	display: block;
	content: '';
}
.video-over-box{
	width:29.1005291005291%;
	max-width:330px;
	height:100%;
	margin:0 2.116402116402116%;
	text-align:center;
	display:table;
	vertical-align:top;
	background-color:rgba(0,0,0,0.06);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#ffffff;
	float:left;
}
.video-over-box div{
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}
.video-over-box h2{
	font-family: 'Avenir LT Std 95 Black', Arial, Sans-Serif;
	font-size: 110px;
	line-height: 110px;
}
.video-over-box p{
	font-family: 'Avenir LT Std 55 Roman', Arial, Sans-Serif;
	font-size: 26px;
	line-height: 30px;
	padding:20px 0 6px 0;
}
#video-viewport video{
	position:absolute;
	z-index:0;
    width: auto;
	min-width:100%;
    height: auto;
	min-height:100%;
	background-color:#000;
}
#video-viewport {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#video-viewport:after {
    padding-top: 50.78125%; /* ratio Width */
	display: block;
	content: '';
}
/* VIDEO */

/* FORM */

.FORM_object{
	
	font: inherit;
	
	width:100%;
	/* max-width:792px; */
	
	color:#ffffff;
	
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #8c8c8c;
	
	margin: 0 auto;
	line-height: 24px;
	letter-spacing: -0.025em;
	
	padding: 6px;
	
	outline: none;
	display: block;
	vertical-align:top;
	
	border-radius: 0;
	background-color: transparent;
	word-spacing: normal;
	
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: left;
	
	overflow:visible;
	
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition:  all 0.2s ease-out;
}
.FORM_object:hover{
	color:#292929;
	background-color:#f6f6f6;
	border-style: solid;
	border-color: #8c8c8c;
}

.FORM_object::-webkit-input-placeholder  { color:rgba(255,255,255,.6) !important;text-align: left !important; }
.FORM_object::-moz-placeholder  { color:rgba(255,255,255,.6) !important;text-align: left !important; }/* firefox 19+ */
.FORM_object:-moz-placeholder  { color:rgba(255,255,255,.6) !important;text-align: left !important; }/* firefox 19+ */
input.FORM_object::-moz-placeholder  { color:rgba(255,255,255,.6) !important;text-align: left !important; }
input.FORM_object::-ms-input-placeholder { color:rgba(255,255,255,.6) !important;text-align: left !important; }

.FORM_object:hover::-webkit-input-placeholder  { color:rgba(0,0,0,.6) !important;text-align: left !important; }
.FORM_object:hover::-moz-placeholder  { color:rgba(0,0,0,.6) !important;text-align: left !important; }/* firefox 19+ */
.FORM_object:hover:-moz-placeholder  { color:rgba(0,0,0,.6) !important;text-align: left !important; }/* firefox 19+ */
input.FORM_object:hover::-moz-placeholder  { color:rgba(0,0,0,.6) !important;text-align: left !important; }
input.FORM_object:hover::-ms-input-placeholder { color:rgba(0,0,0,.6) !important;text-align: left !important; }

.Qerror{
	color:#292929;
	/* background-color:#f6f6f6; */
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: #ff0000 !important;
}

.FORM_textarea{
	resize: none;
	overflow:hidden;
}

.FORM_input_txt{
	padding:0 20px;
}

.FORM_table{
	margin: 0 auto;
}

.form{
	width:100%;
	
	margin:0;
	padding:0 0 78px 0;
	
	position:relative;
	clear:both;

	text-align:center;
	z-index:10;
}
.form-btn{
	margin-top:0;
}
.form-btn.sender{
	width: 44px !important;
	color: transparent !important;
	background-color:#ffffff !important;
	background-image:url(loading_mini.gif) !important;
	background-position:center !important;
	background-repeat: no-repeat !important;
}
.form-box{
	min-height:573px;
	
	margin:0;
	padding:0;
	
	position:relative;
	clear:both;
	
	vertical-align:top;
	text-align:left;
}

.form-box h3{
	margin:0px 58px 0 58px;
	text-transform:uppercase;
}
.form-box h2{
	margin:12px 52px 0 58px;
	line-height: 41px !important;
}
.form-box p{
	margin:12px 58px 0px 58px;
	line-height:24px;
}
.form-box-privacy{
	margin:0 0px 20px 0;
}
.form-box-privacy p{
	padding:12px 0;
	line-height:16px;
	color:rgba(255,255,255,.6);
}
.form-box-privacy input[type=checkbox]{
	margin-left:12px;
	margin-right:12px;
	border: 1px solid #8c8c8c !important;
	outline: 1px solid #8c8c8c !important;
}
.form-box-recaptcha{
	margin:20px 58px 20px;
	line-height:24px;
	width:304px;
}
.form-input{
	padding: 20px 0;
	display:block;
}

.form-message{
	width:600px;
	padding-bottom:73px;
	
	top:0;
	left:-20px;
	
	position:absolute;
	clear:both;
	
	display:block;
	opacity:0;
	
	vertical-align:top;
	text-align:left;
	
	background-color: #ffffff;
	
	z-index:1;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/

}
.form-message.show{
	opacity:1;
	left:0px;	
}


.form-content{
	z-index:100;
	position:relative;
	min-height:500px;
	padding-bottom:73px;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.form-content.hide{
	opacity:0;
}

.form-dx-img{
	width:360px;
	min-height:465px;
	
	margin:0;
	padding:0;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	
	text-align:right;
	overflow:hidden;
}



/* FORMATTAZIONE INPUT FILE */
.FORM_file_input_div{
	position: relative;
	width: 154px;
	height: 46px;
	overflow: hidden;
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	
	cursor:pointer;
}
.FORM_file_input_hidden {
	font-size: 23px;
	position: absolute;
	opacity: 0;
	height: 46px;
	top: 0px;
	left: 0;
	width: 154px;
	z-index: 10;
}
.FORM_file_input_button{
	position: absolute; 
	top: 0px;
	border:0;
   -webkit-appearance: field;
   -moz-appearance:    field;
   appearance:         field;
}
.FORM_file_input_button2{
	position: absolute; 
	/* top: 3px; */
}
.FORM_file_input{
	width:400px !important;
	float: left;
	margin-right:8px;
}
.FORM_file_input2{
	width:180px !important;
	float: left;
	margin-right:8px;
	margin-top:3px;
}
.FORM_file_view{
	position: relative;
	clear:both;
}
.FORM_title {
	background-color: #FFF;
	width: 120px;
	height: 17px;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 40px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 2px;
}

/* SCHEDA CASE HISTORY */

.section{
	margin: 32px auto;
	display: inline-block;
	position:relative;
	vertical-align: top;
	text-align:center;
	width:100%;
}
.section ul li{
	list-style-type: disc;
}

.section-txt{
	position:relative;
	z-index:4;
	
	padding:32px 115px;	

	vertical-align: top;
	text-align:center;
	
	overflow-y: hidden;
	overflow-x: hidden;
	
	margin: 0 auto;
	display: block;
}
.section-txt article{
	display: block;
	margin: 0px auto;
	padding:0 15px;
	
	width: 100%;
	
	text-align: left;
	position: relative;
	z-index: 100;
}
.section-txt article p, .section-txt article .text01{
	line-height:30px !important;
}
.section-txt article h2{
	margin-bottom:34px;
}
.section-txt article a{

}

.section-foto{
	width:100%;
	min-height:520px;
	position:relative;
	z-index:4;
	
	margin:32px auto;	
	padding:0;	
	text-align:center;
}
.section-foto.info-up{
	margin-top:0 !important;	
}
.section-foto-img{
	width:100%;
	max-width:1170px;
	display:block;
	
	min-height:520px;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
	position: relative;
	
	background-color:#ffffff;
	background-image:url(loading02.gif);
	background-position:center;
	background-repeat:no-repeat;

    -webkit-transform:translate(-20px); /* Safari and Chrome */
    -moz-transform:translate(-20px); /* Firefox */
    -ms-transform:translate(-20px); /* IE 9 */
    -o-transform:translate(-20px); /* Opera */
     transform:translate(-20px);
}
.section-foto-img:after{
    padding-top: 44.44444444444444%; /* ratio Width */
	display: block;
	content: '';
}

.section-gallery{
	width:100%;
	
	position:relative;
	z-index:1;
	
	margin:32px 0;	
	padding:0 115px;	
	text-align:center;
	
	overflow-y: hidden;
	overflow-x: hidden;
}
.section-gallery.info-up{
	margin-top:0 !important;	
}
.section-gallery .gallery{
	width:100%;
	position:relative;
	margin: 0;
	padding:32px 0;
	text-align:center;
	list-style-type: none !important;
	display: block;
}
.section-gallery .gallery .thumb{
	list-style-type: none !important;
	background: #ffffff;
	padding: 0;
	width: 320px;
	height: 240px;
	margin: 15px;

	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
		
	display: inline-block;
	vertical-align: top;
	float: left;
}
.section-gallery .gallery .thumb.order3{
	height: 510px;
	float: right;
}
.section-gallery .gallery .thumb a{
	opacity:0;
	color:transparent;
	width: 320px;
	height: 240px;
	display:block;
}
.section-gallery .gallery .thumb.order3 a{
	height: 510px;
}

.p-columns{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.section-txtimg{
	width:100%;
	position:relative;
	z-index:4;
	padding:32px 0;	
	text-align:center;
	display:table;
}

.section-txtimg article{
	display:block;
	width:100%;
	padding: 22px 15px 22px 0;
	text-align:left;	
}
.section-txtimgsx-txt{
	padding: 22px 0 22px 15px;
}
.section-txtimg article h2{
	line-height:36px !important;
}
.section-txtimg article p, .txt01{
	margin-top:30px !important;
	line-height:30px !important;
}
.section-txtimg article a.btnrounded{
	margin-top:32px !important;
	margin-bottom:26px !important;
}

/* SINISTRA */
.section-txtimgsx-txt{
	display:table-cell;
	margin:0;
	padding:0 20px 0 115px;
	width:50%;
	text-align:right;
	
	position:relative;
	z-index:4;
}
.section-txtimgsx-img{
	display:table-cell;
	margin:0;
	padding:0 0 0 20px; 
	width:50%;
	text-align:left;
	position:relative;
	z-index:4;
}
/* DESTRA */
.section-txtimgdx-txt{
	display:table-cell;
	margin:0;
	padding:0 115px 0 20px;
	width:50%;
	text-align:left;
	position:relative;
	z-index:4;
}
.section-txtimgdx-img{
	display:table-cell;
	margin:0;
	padding:0 20px 0 0; 
	width:50%;
	text-align:right;
	position:relative;
	z-index:4;
}

.section-txtimgdx-img.forIE{
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
	background-position: center right;
}

.section-txtimgsx-img.forIE{
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-transform: translate(20px);
    -moz-transform: translate(20px);
    -ms-transform: translate(20px);
    -o-transform: translate(20px);
    transform: translate(20px);
	background-position: center left;
}

.section-txtimgsx-img .img, .section-txtimgdx-img .img{
	position:absolute;
	width:100%;
	height:100%;
	max-width:640px;

	top:0;
	left:0;
	right:0;
	bottom:0;
	
	display:block;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);

	background: #ffffff;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.section-txtimgdx-img .img{
   -webkit-transform:translate(-20px); /* Safari and Chrome */
    -moz-transform:translate(-20px); /* Firefox */
    -ms-transform:translate(-20px); /* IE 9 */
    -o-transform:translate(-20px); /* Opera */
     transform:translate(-20px);
}
.section-txtimgsx-img .img{
   -webkit-transform:translate(20px); /* Safari and Chrome */
    -moz-transform:translate(20px); /* Firefox */
    -ms-transform:translate(20px); /* IE 9 */
    -o-transform:translate(20px); /* Opera */
     transform:translate(20px);
}

/* video */
.section-video {
	margin:32px auto;
	text-align:center;
position: relative;
z-index: 1;
}
.section-video iframe {
	width:100%;
}

.section-map{
	overflow:hidden;
	
	margin:0 auto;
	padding:32px;
	position:relative;
		
	text-align:center;
	vertical-align:middle;
	
	color:#ffffff;
}
.section-map.info-up{
	padding-top:0 !important;
}
.section-map-google {
    width: 100%;
	height:420px;
    margin: 0 auto;
    text-align: center;
    position: relative;
	z-index:1;
}
.section-map-tit{
	display:inline-block;
	
	position:relative;
	z-index:10;

	margin:0 auto;
	padding:0 0 40px 0;
	text-align:center;
	vertical-align:top;
}
.section-map-linedx{
	display:inline-block;
	vertical-align:bottom;
	margin-left:24px;
}
.section-map-linesx{
	display:inline-block;
	vertical-align:bottom;
	margin-right:24px;
}

/* SCHEDA CASE HISTORY */

/* ELEMENT */
.element01, .element02 {
	width: 729px;
	height: 1199px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 1336px;
	left: auto;
	right: 50%;
	bottom: auto;
	margin-right: 29px;
	z-index: 1;
	background-color: #fff;
	background-image: url(ELE_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-25deg);
}
.element02 {
    top: 1628px;
    right: auto;
    transform: rotate(170deg);
    left: 50%;
    margin-left: 305px;
}

/* ELEMENT */




/* RICHIEDI PREVENTIVO */
.request {
	margin: 0 auto;
	padding: 0 0 0 95px;
	position: relative;
	z-index:3;
	clear: both;
	text-align: center;
	vertical-align: top;
	display: block;
}
.request-main{
	padding:20px 0 20px 0;
	
	position: relative;
	z-index: 5;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	text-align: left;

	display: table;
}
.request-main h2{
	line-height: 35px;
	margin-left:40px;
	margin-right:40px;
}

.request-content{
	display:block;
	vertical-align:top;
	text-align:left;
}
.request-sx{
	position: relative;
	text-align: left;
	vertical-align: top;
	width:38%;
	display: table-cell;
}
.request-sx h2{
	padding:26px 0 15px 0;
}
.request-sx p {
	padding: 0 0 30px;
	opacity: 0.5;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 22px;
}
.request-sx img{
	margin-left:40px;
	margin-bottom: 20px;
}

.request-dx{
	position: relative;
	text-align: left;
	vertical-align: top;
	width:62%;
	display: table-cell;
}
.request-sdw{
	width:100%;
	height:7px;
	top:0;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
	z-index:2;
	background-image:url(SDW_newsletter.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:100% 7px;
}
.ask-recaptcha{
position: relative;
display: inline-block;
vertical-align: middle;
width: 430px;
padding: 22px 0 0;
}


#rqs, #rqsask{
	width: 430px;
}
#requestform {
	display: block;
	position: relative;
	padding: 30px 38px 0 22px;
	text-align: left;
}
#requestform label{
	opacity: 1;
	color:#ffffff;
	text-transform:uppercase;
	
	font-family: 'Avenir LT Std 85 Heavy', Arial, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
	
	padding-left: 18px;
	padding-left: 4px;
	padding-bottom: 3px;
	display: block;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#rqsselector label{
	line-height: 13px !important;
}
#requestform .ask01{
	position: relative;
	vertical-align: middle;
	margin: 0 0 22px;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#requestform .ask02{
	position: relative;
	vertical-align: middle;
	margin: 0 0 22px;
	opacity: 0;
	visibility: hidden;
	display:none;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#requestform.next .ask02{
	opacity: 1;
	visibility: visible;
	display:block;
}
#requestform #askRQS {
	opacity: 1;
	visibility: visible;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
#requestform.next #askRQS{
	opacity: 0;
	visibility: hidden;
	display:none;
}
#submitRQS {
	opacity: 0;
	visibility: hidden;
	display:none;
	vertical-align: middle;
	margin-left:20px;
}
#requestform.next #submitRQS{
	opacity: 1;
	visibility: visible;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.request-info {
	opacity: 0.6;
	padding-left: 18px;
	padding-left: 4px;
	padding-bottom: 3px;
}
#RQSinfo {
	padding: 13px 0 6px;
	display: none;
	opacity: 0.6;
	letter-spacing: 0.025em;
	width: 70%;
	line-height: 13px;
	font-size: 11px;
}
a#RQSinfoOpen{
	color:#ffffff;
	opacity:0.6;
}
.request .grecaptcha-badge{
	position:absolute !important;
}
.ask02ul{
  display: block !important;
  clear:both;
  height: 60px;
  margin-top: 10px;
}

.ask02 ul li{
  display: inline-block;
  position: relative;
  float: left;
  width: 35%;
}

.ask02 ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.ask02 ul li label{
    display: block !important;
    position: relative !important;
    padding: 0px 25px 0px 48px !important;
    margin: 10px auto 10px !important;
    z-index: 9 !important;
    cursor: pointer !important;
    font-size: 12px !important;
	
    line-height: 14px;
}

.ask02 ul li:hover label{
	color: #FFFFFF;
}

.ask02 ul li .check{
    display: block;
    position: absolute;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 0.4em;
    height: 25px;
    width: 25px;
    top: 10px;
    left: 10px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.ask02 ul li:hover .check {
  border: 2px solid #FFFFFF;
}

.ask02 ul li .check::before {
	display: block;
	position: absolute;
	content: '';
    border-radius: 2px;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.ask02 input[type=radio]:checked ~ .check {
  border: 2px solid #ffffff;
}

.ask02 input[type=radio]:checked ~ .check::before{
  background: #ffffff;
}

.ask02 input[type=radio]:checked ~ label{
  color: #ffffff !important;
  opacity:1 !important;
}
/* INPUT */
.input-form {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 1px 18px 0 18px;
	border: 0 !important;
	vertical-align: middle;
	text-align: left;
	font-family: 'Avenir LT Std 55 Roman', Arial, Sans-Serif;
	font-size: 17px;
	line-height: 47px;
	background-color: transparent;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-color: rgba(255,255,255,1);
	-webkit-appearance: none;
}
.input-form::-webkit-input-placeholder  { color:rgba(255,255,255,0.7); }
.input-form::-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */
.input-form:-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */
input.input-form::-moz-placeholder  { color:rgba(255,255,255,0.7); }
input.input-form::-ms-input-placeholder { color:rgba(255,255,255,0.7); }
/* INPUT */


/* TEXTAREA */
.textarea-form{
	width:100%;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 15px 18px 14px 18px;
	border: 0 !important;
	vertical-align:middle;
	text-align:left;
	
	font-family: 'Avenir LT Std 55 Roman', Arial, Sans-Serif;
	font-size: 16px;
	line-height: 21px;
	
	min-height:80px;
		
	background-color: transparent;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	
	background-clip: border-box;
	-webkit-background-clip: border-box; 
	-moz-background-clip: border-box;
	
	background-color:rgba(255,255,255,1);

    -webkit-appearance: none;
}
.textarea-form::-webkit-input-placeholder  { color:rgba(255,255,255,0.7); }
.textarea-form::-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */
.textarea-form:-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */

/* textarea */

.shaker {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-8px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(9px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-11px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(11px, 0, 0);
  }
}

/* RICHIESTA PREVENTIVO */

/* PANEL */
.msg-panel {
	width:100%;
	height:0;
	overflow: hidden;
	top:0;
	left:0;
	position:fixed;
	z-index:1000;
	background-color: rgba(80,102,195,0);

	opacity:0;

/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}

.msg-open .msg-panel{
	width:100%;
	height:100% !important;
	min-height:100% !important;
	
	overflow-y: auto !important;
	overflow-x: hidden;
	
	top:0;
	left:0;
	
	position:fixed;
	
	z-index:10000;
	
	opacity:1;

	background-color: rgba(80,102,195,0.98);
	color:#fff;
}
.msg-panel-main {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 1000;
	opacity: 1;
	width: 500px;
	height: 300px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.msg-panel-main span.ffText16AR {
	line-height:19px;
}
.msg-panel-main #msgClose {
	min-width: 180px;
	padding:0 30px;
}
/* PANEL */

/* LABEL */
.label{
	top:104px;
	right:0;
	width:100px;
	padding:20px 0 20px 0px;
	position:fixed;
	z-index:500;

	overflow:hidden;
	text-align:left;
	vertical-align:middle;
	
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.label.open{
	width:420px;
	opacity:1;
	visibility:visible;
	cursor:pointer;
}
.label.open.mini{
	width:104px;
	opacity:1;
	visibility:visible;
}
.label-main{
	width: 420px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	
	box-shadow: 4px 1px 13px -3px rgba(0, 0, 0, 0.6);

    background-image: url(ICN_label.png);
    background-position: left 22px center;
    background-repeat: no-repeat;
}
.label-main h4{
    padding: 20px 20px 20px 105px;
    line-height: 24px;
}
/* LABEL */

/* COLOR FONT */
.colorGrey1{
	color:#535353;
}
.colorGrey2{
	color:#1c1c1c;
}
.colorGrey3{
	color:#b2b2b2;
}

.colorWhite{
	color:#ffffff;
}
.colorBlack{
	color:#000000;
}
.colorRed{
	color:#e30613;
}
.colorPurple{
	color:#5f4270;
}
.colorPurple2{
	color:#6c4d89;
}

/* BG */
.bgGrey1{
	background-color:#535353;
}
.bgWhite{
	background-color:#ffffff;
}
.bgBlack{
	background-color:#000000;
}
.bgRed{
	background-color:#e30613;
}
.bgBlue{
	background-color:#5066c3;
}
.bgPurple{
	background-color:#5f4270;
}
.bgPurple2{
	background-color:#6c4d89;
}
.bgPurpleShade {
	background: #5066c3;
	background: -moz-linear-gradient(left, #6f4970 0%,#5069c2 90%,#5066c3 100%);
	background: -webkit-linear-gradient(left, #6f4970 0%,#5069c2 90%,#5066c3 100%);
	background: linear-gradient(to right, #6f4970 0%,#5069c2 90%,#5066c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f4970', endColorstr='#5066c3',GradientType=1 );
}
.bgTransparent{
	background-color:transparent;
}

/* NAV */

.nav-home {
	z-index: 100;
	position: fixed;
	width: 24px;
	height: 170px;

	right: 24px;
	top: 50%;
	margin-top:-105px;
	vertical-align:middle;
	text-align:center;
}
.nav-home svg{
	clear:both;
	margin:5px 0;
	cursor:pointer;
}
.nav-home svg circle.circle04{
	fill:rgba(28,28,28,1);
	stroke:rgba(28,28,28,1);
	stroke-width:0;

/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.nav-home svg:hover circle.circle04, .nav-home svg.active circle.circle04{
	fill: rgba(126,90,156,1);
	stroke: rgba(126,90,156,0);
	stroke-width: 0;
}
.nav-home svg circle.circle05{
	fill:rgba(28,28,28,0);
	stroke:rgba(28,28,28,0);
    stroke-width: 2;

/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.nav-home svg:hover circle.circle05, .nav-home svg.active circle.circle05{
    fill: rgba(126,90,156,0);
    stroke: rgba(126,90,156,1);
    stroke-width: 2;
}

/* NAV */


/* MEDIA SCREEN */
@media screen and (max-width: 1024px){
	.request {
		padding: 0px;
	}
	#rqs, #rqsask {
		width: 380px;
	}
	.spot-box-txt {
		margin: 0 !important;
	}
	#btnintro02{
		left:50%;
		margin-left:176px;
	}
	#btnintro03{
		left:50%;
		margin-left:324px;
	}
	svg#navON.active02{
		margin-left: 234px;
		opacity:1;
		visibility:visible;
	}
	svg#navON.active03{
		margin-left: 382px;
		opacity:1;
		visibility:visible;
	}
}
@media screen and (max-width:1267px){

.section-gallery .gallery .thumb{
	width: 30.47619047619048%;
	margin: 1.428571428571429%;
	position:relative;
}
.section-gallery .gallery .thumb:after{
    padding-top: 75%; /* ratio Width */
	display: block;
	content: '';
}
.section-gallery .gallery .thumb.order3:after{
    padding-top: 159.375%; /* ratio Width */
	display: block;
	content: '';
	float: right;
}
.section-gallery .gallery .thumb a{
	opacity:0;
	color:transparent;
	width: 100%;
	height: 100%;
	display:block;
	position:absolute
}
.section-gallery .gallery .thumb.order3 a{
	color:transparent;
	width: 100%;
	height: 100%;
	display:block;
	position:absolute
}
	.waypoint {
		margin-right: 0 !important;	
		right:0 !important;	
		padding-right: 20px !important;	
	}
	.casehistory-intro{
		margin:0 100px 0;
	}
	.section-txt{
		padding:32px 100px;	
	}
	.section-gallery {
		padding: 0 100px;
	}
	.section-txtimgsx-txt{
		padding:0 20px 0 100px;
	}
	.section-txtimgdx-txt{
		padding:0 100px 0 20px;
	}
	.spot-box-txt {
		margin: 0 !important;
	}
}
@media screen and (min-width:1268px) and (max-width:1300px){
	.waypoint {
		margin-right: 0 !important;	
		right:0 !important;	
		padding-right: 20px !important;	
	}
	.casehistory-intro{
		margin:0 100px 0;
	}
	.section-txt{
		padding:32px 100px;	
	}
	.section-gallery {
		padding: 0 100px;
	}
	.section-txtimgsx-txt{
		padding:0 20px 0 100px;
	}
	.section-txtimgdx-txt{
		padding:0 100px 0 20px;
	}
	.spot-box-txt {
		margin: 0 !important;
	}
}
@media screen and (min-width:1300px) and (max-width:1920px){

}
/* ALTEZZE */
@media screen and (max-height:600px) {
	.cover{
		min-height: 600px;
	}
}

.certificazione{
	position: absolute;
    bottom: -80px;
    right: -26vw;
    z-index: 10;
    width: 164px;
    height: auto;
    background-image: url(BV_certification_ISO9001.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
	cursor:pointer;
}
.certificazione h2{
    padding-top: 84px;
    color: #000;
    font-family: 'Avenir LT Std 85 Heavy', Arial, Sans-Serif;
    font-size: 12px;
    line-height: 12px;
}