@-webkit-keyframes rotellina{
  0%{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  80%{
    -webkit-transform: translate(0,4px);
    transform: translate(0,4px);
  }
  40%{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@-webkit-keyframes feather{
  0%{
	 -webkit-transform: rotate( 0deg);
	 -moz-transform: rotate( 0deg); 
	 -ms-transform: rotate( 0deg); 
	 -o-transform: rotate( 0deg); 
	 transform: rotate( 0deg); 
  }
  25%{
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg); 
    -ms-transform: rotate(20deg); 
    -o-transform: rotate(20deg); 
    transform: rotate(20deg); 
  }
  50%{
	 -webkit-transform: rotate( 0deg);
	 -moz-transform: rotate( 0deg); 
	 -ms-transform: rotate( 0deg); 
	 -o-transform: rotate( 0deg); 
	 transform: rotate( 0deg); 
  }
  75%{
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg); 
    -ms-transform: rotate(-20deg); 
    -o-transform: rotate(-20deg); 
    transform: rotate(-20deg); 
  }
  100%{
	 -webkit-transform: rotate( 0deg);
	 -moz-transform: rotate( 0deg); 
	 -ms-transform: rotate( 0deg); 
	 -o-transform: rotate( 0deg); 
	 transform: rotate( 0deg); 
  }
}


.homepage{
	position:relative;
	z-index:2;
	width:100%;
}
.homepage #bgvid{
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -100000; 
	background: url(loop-hd.jpg) no-repeat;
	background-size: cover;
}
.homepage .content{
	width:1020px;
	margin:0 auto;
	position: relative;
}
.homepage section#first{
	position: relative;
	width:100%;
	background:#000000;
	z-index:1;
}
.homepage section#first .content{
	height:100vh;
}
.homepage section#first .emme path,
.homepage section#first .ee path{
	color: rgba(181, 222, 215, 0.8);
	fill: currentColor;
}
.homepage section#first .emme{
	position: absolute;
	top:130px;	
	left:-30px;
	z-index:3;
	opacity:0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.homepage section#first .ee{
	position: absolute;
	top:130px;	
	z-index:1;
	right:30px;
	fill: currentColor;
	-webkit-transition: all .7s ease .6s;
	-moz-transition: all .7s ease .6s;
	-ms-transition: all .7s ease .6s;
	-o-transition: all .7s ease .6s;
	transition: all .7s ease .6s;
	opacity:0;
}


.homepage section#first .emme.visible{
	left:0;
	opacity:1;
}
.homepage section#first .ee.visible{
	right:0;
	opacity:1;
}


.homepage section#first .content > img{
	position: absolute;
	top:120px;
	left:238px;
	z-index:2;
	opacity:0;
	-webkit-transition: all .7s ease 1.3s;
	-moz-transition: all .7s ease 1.3s;
	-ms-transition: all .7s ease 1.3s;
	-o-transition: all .7s ease 1.3s;
	transition: all .7s ease 1.3s;
}
.homepage section#first .content > img.visible{
	left:268px;
	opacity:1;
}
.homepage section#first .scrollto{
	position: absolute;
	bottom:50px;
	left:50%;
	margin-left:-8px;
	z-index:4;
}
.homepage section#first .scrollto .pallino{
  -webkit-animation: rotellina .8s infinite;
          animation: rotellina .8s infinite;
}
.homepage section#first .preorder, .homepage section#first .testdrive, .homepage section#first .gallery{
	display: block !important;
    position: absolute;
    bottom: 140px;
    z-index: 3;
    right: 50%;
    width: calc((100% / 3) - 20px);
    line-height: 60px;
	display: block;
	background-color: rgba(0,0,0,0);
	text-align: center;
	color: white;
	text-decoration: none;
	border: 1px solid white;
	font-size: 17px;
	letter-spacing: .1em;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.homepage section#first .preorder{
	right: 0;
}
.homepage section#first .preorder.visible{
	opacity:1;
    z-index: 3;
}
.homepage section#first .testdrive{
	left: calc(33% + 10px);
}
.homepage section#first .testdrive.visible{
	opacity: 1;
    z-index: 3;
}
.homepage section#first .gallery{
	left: 0;
}
.homepage section#first .gallery.visible{
	opacity: 1;
    z-index: 3;
}
.homepage section#first .preorder.visible:hover, .homepage section#first .testdrive.visible:hover, .homepage section#first .gallery.visible:hover{
    background-color: white;
    color: black;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.homepage section#second{
	width:100%;
	height:0;
	position: relative;
	overflow:hidden;
	padding-bottom:30%;
	z-index:2;
}

.homepage section#second .mask{
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;
}
.homepage section#second .top{
	width:1020px;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-510px;
	z-index:4;
}
.homepage section#second .bottom{
	width:1020px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-510px;
	z-index:4;
}
.homepage section#second .top{
	z-index:2;
	padding-top:0px;
}
.homepage section#second .top .gallery,
.homepage section#second .top .video{
	width:500px;
	height:254px;
	background:#b7dfd8;
	display:inline-block;
	margin:70px auto 0 auto;
	display: block;
	float: left;
	position: relative;
}
.homepage section#second .top .gallery{
	margin-right:20px;
	overflow: hidden;
    background-image: url("/images/gallery/big/8.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.homepage section#second .top .gallery:after{
	content:'GALLERY';
	position: absolute;
	display: block;
	line-height:255px;
	color: black;
	font-family : 'futura-pt';
	font-weight: bolder;
	font-size : 40px;
	left:0;
	top:0;
	width:100%;
	height:255px;
	vertical-align:middle;
	text-align: center;
	z-index:4;
	background-color: rgba(255,255,255,0.7);
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#second .top .video:hover:after{
	opacity:1;	
}
.homepage section#second .top .video img{
	position: absolute;
	left:140px;
	bottom:0;
}
.homepage section#second .top .gallery .title{
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-10px;
}

.homepage section#second .top .video{
	overflow:hidden;
	background-image: url("/images/video-ME.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.homepage section#second .top .video:after{
	content:'VIDEO';
	position: absolute;
	display: block;
	line-height:254px;
	color: black;
	font-family : 'futura-pt';
	font-weight: bolder;
	font-size : 40px;
	left:0;
	top:0;
	width:100%;
	height:254px;
	vertical-align:middle;
	text-align: center;
	z-index:4;
	background-color: rgba(255,255,255,0.7);
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
}
.homepage section#second .top .gallery:hover:after{
	opacity:1;
}
.homepage section#second .top .gallery .title{
	position: absolute;
	left:50%;
	top:50%;
	margin:-38px 0 0 -107px;
	z-index:10px;
}
.homepage section#second .top .gallery .feather{
	display: block;
	position: absolute;
	width:120px;
	height:80px;
	background:transparent url(../images/feather.png) center center;
	background-size: cover;
	top:-80px;
	left:0;
	-webkit-transform-origin:center top;
  -webkit-animation: feather 6s infinite linear;
          animation: feather 6s infinite linear;
}

.homepage section#second .bottom .design,
.homepage section#second .bottom .smc{
	width:500px;
	height:254px;
	background:#b7dfd8;
	display:inline-block;
	margin:0;
	display: block;
	float: left;
	position: relative;
}

.homepage section#second .bottom .design{
	margin-right:20px;
	background: transparent url('../images/hp-bkg-design.svg') center center no-repeat;
}
.homepage section#second .bottom .design:after{
	content:'DESIGN';
	position: absolute;
	display: block;
	line-height:284px;
	color: black;
	font-family : 'futura-pt';
	font-weight: bolder;
	font-size : 40px;
	left:0;
	top:-30px;
	width:100%;
	height:285px;
	vertical-align:middle;
	text-align: center;
	z-index:4;
	background-color: rgba(255,255,255,0.7);
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#second .bottom .design:hover{
	background-image:url();
}
.homepage section#second .bottom .design:hover:after{
	opacity:1;	
}
.homepage section#second .bottom .design img{
	position: absolute;
	left:140px;
	bottom:0;
}
.homepage section#second .bottom .design .title{
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-10px;
}

.homepage section#second .bottom .smc{
	background-color:#e9ebe5;
	background-color:rgba(233, 235, 229, 0.9);
	overflow:hidden;
}
.homepage section#second .bottom .smc svg{
	opacity:1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#second .bottom .smc:hover svg{
	opacity:0;
}
.homepage section#second .bottom .smc:after{
	content:'SMC';
	position: absolute;
	display: block;
	line-height:254px;
	color: black;
	font-family : 'futura-pt';
	font-weight: bolder;
	font-size : 40px;
	left:0;
	top:0;
	width:100%;
	height:254px;
	vertical-align:middle;
	text-align: center;
	z-index:4;
	background-color: rgba(255,255,255,0.7);
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
}
.homepage section#second .bottom .smc:hover:after{
	opacity:1;
}
.homepage section#second .bottom .smc .title{
	position: absolute;
	left:50%;
	top:50%;
	margin:-38px 0 0 -107px;
	z-index:10px;
}
.homepage section#second .bottom .smc .feather{
	display: block;
	position: absolute;
	width:120px;
	height:80px;
	background:transparent url(../images/feather.png) center center;
	background-size: cover;
	top:-80px;
	left:0;
	-webkit-transform-origin:center top;
  -webkit-animation: feather 6s infinite linear;
          animation: feather 6s infinite linear;
}
.homepage section#third{
	padding:70px 0;
	background: white;
	position: relative;
	z-index:4;
	text-align: center;
	min-height: 600px;
}
.homepage section#third .top{
	width: 1020px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -510px;
    z-index: 2;
    overflow: hidden;
}
.homepage section#third .top .configurator{
	display:inline-block;
	width:240px;
	height:250px;
	position:relative;
	float: left
}
.homepage section#third .top .configurator svg{
	margin-left:5px;
	margin-top:23px;
	color:#EA7D79;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .top .configurator svg polygon{
	fill:currentColor;
}
.homepage section#third .top .configurator:hover svg{
	color: white;
}
.homepage section#third .top .configurator img{
	position: absolute;
	left:0;
	top:0;
	visibility:hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .top .configurator:hover img{
	top:102%;
}
.homepage section#third .top .configurator:after{
	content:'START EDITION';
	display: block;
	width:235px;
	height:204px;
	position: absolute;
	top:23px;
	left:5px;
	line-height:34px; 
	font-family : 'futura-pt';
	font-weight: bolder;
	font-size: 40px;
	color: black;
	font-weight: bolder;
	text-align: center;
	opacity:0;
	margin-top:70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .top .configurator:hover:after{
	opacity:1;
}


.homepage section#third .top .plus{
	display: inline-block;
	position: absolute;
	left: 240px;
	margin:0 140px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .top .plus img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .top .plus:hover img{
	opacity:0;
}
.homepage section#third .top .plus:after{
	content:'PRESTAZIONI';
	line-height: 34px;
	font-family: futura-pt;
	font-size: 38px;
	width:100%;
	top:50%;
	left:0;
	text-align: center;
	font-weight: bolder;
	color: black;
	margin-top:-20px;
	position: absolute;
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .top .plus:hover:after{
	opacity:1;
}


.homepage section#third .top .group{
	position: absolute;
	right:0;
	top:0;
	height:250px;
	width:250px;
}
.homepage section#third .top .group img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .top .group:hover img{
	opacity:0;
}
.homepage section#third .top .group:after{
	content:'ME GROUP';
	position: absolute;
	font-family: futura-pt;
	font-size: 38px;
	top:0;
	left:0;
	width:250px;
	height:250px;
	line-height:250px;
	background: black;
	vertical-align:middle;
	text-align: center;
	font-weight: bolder;
	color: white;
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}
.homepage section#third .top .group:hover:after{
	opacity:1;
}

.homepage section#third > img{
	display:inline-block;
	margin-right:20px;
}
.homepage section#third .bottom{
    width: 1020px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -510px;
    z-index: 4;
}
.homepage section#third .bottom .sostenibilita{
	position: relative;
	height:254px;
	display: inline-block;
}
.homepage section#third .bottom .indue{
	display:inline-block;
	height:254px;
	position: relative;
}
.homepage section#third .bottom .indue img,
.homepage section#third .bottom .sostenibilita img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .bottom .sostenibilita:hover img,
.homepage section#third .bottom .indue:hover img{
	opacity:0;
}
.homepage section#third .bottom .indue:after{
	content:'MOBILITÀ';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height:254px;
	font-family: futura-pt;
	font-size: 38px;
	text-align: center;
	font-weight: bolder;
	color: black;
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
}
.homepage section#third .bottom .sostenibilita:after{
	content:'SOSTENIBILITÀ';
	position: absolute;
	top:0;
	left:0;
	width:95%;
	height:100%;
	line-height:254px;
	font-family: futura-pt;
	font-size: 38px;
	text-align: center;
	font-weight: bolder;
	color: black;
	opacity:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.homepage section#third .bottom .sostenibilita:hover:after,
.homepage section#third .bottom .indue:hover:after,
.homepage section#third .bottom .sostenibilita:hover:after{
	opacity:1;
}


.homepage section#fourth{
	width: 100%;
    background: white;
    position: relative;
    height: 500px;
}
.homepage section .cycle-slideshow{
	width: 100%;
	height: 500px;
}
.homepage section .cycle-slideshow > .custom{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#slideshowvid{
	width: 100%;
	height: 100%;
	position: absolute; 
	right: 0; 
	bottom: 0;
	width: auto; 
	height: auto;  
	background: url(loop-hd.jpg) no-repeat;
	background-size: cover;
}
#slideshowvid .video{
	position: absolute;
	display: block;
	width: 200px;
	line-height: 100px;
	color: black;
	text-transform: uppercase;
	left: 50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	text-align: center;
	font-size: 20px;
	text-decoration: none;
}
.homepage section#fourth iframe{
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.homepage section#fourth .overlay{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-510px;
	margin-top:-350px;
	z-index:2;
}
.homepage section#fourth .play{
	width:78px;
	height:78px;
	margin:-39px 0 0 -39px;
	position: absolute;
	left:50%;
	top:50%;
	z-index:3;
}
.homepage section#fourth .play circle,
.homepage section#fourth .play polygon{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}
.homepage section#fourth .play:hover circle:first-child{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.homepage section#fourth .play:hover circle:nth-child(2){
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	-ms-transform:scale(.9);
	-o-transform:scale(.9);
	transform:scale(.9);
}
.homepage section#fourth .play:hover polygon{
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}


.lang-en .homepage section#third .top .plus:after{
	content:'PERFORMANCE';
}
.lang-en .homepage section#third .indue:after{
	content:'MOBILITY';
}
.lang-en .homepage section#third .sostenibilita:after{
	content:'SUSTAINABILITY';
}

@media only screen and (max-width:1024px){
	.homepage section#first .preorder, .homepage section#first .testdrive, .homepage section#first .gallery{
		width: 80%;
	}
	.homepage section#first .content{
		width:100%;
	}
	.homepage section#first svg.emme,
	.homepage section#first svg.ee{
		-webkit-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-ms-transform:scale(0.7);
		-o-transform:scale(0.7);
		transform:scale(0.7);
	}
	.homepage section#first .content > img{
		left:50%;
		margin-left: -266px;
	}
	.homepage section#first .content > img.visible{
		left:50%;
		top: 60px;
	}
	.homepage section#second .bottom{
		width:100%;
		left: auto;
		margin: auto;
	}
	.homepage section#second .bottom .design img{
		left: 50%;
		margin-left: -136px;
	}
	.homepage section#third a.indue,
	.homepage section#third a.sostenibilita{
		width: 46%;
		margin:0 1%;
	}
	.homepage section#third a img{
		width:100%;
	}
	.homepage section#second .top, .homepage section#third .top,.homepage section#third .top {
		width:100%;
		margin:0;
		position:relative;
		left: auto;
	}
	.homepage section#third .top .plus{
		left: 50%;
		margin-left: -120px;
	}
	.homepage section#third .bottom {
		width:100%;
		left: auto;
		padding-top: 70px;
		margin: 0;
		bottom: 0;
	}
	.homepage section#second .bottom .design, .homepage section#second .bottom .smc, .homepage section#second .top .gallery, .homepage section#second .top .video {
		display: none;
	}
	.homepage section#second .top .video{
		background-position:right bottom;
		background-size: cover;
	}
	.homepage section#second .top .video img {
		left:50%;
		margin-left:-136px;
	}
	.homepage section#first .preorder, .homepage section#first .testdrive, .homepage section#first .gallery{
		left: 50%;
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.homepage section#first .preorder{
		bottom: 50px;
	}
	.homepage section#first .testdrive{
		bottom: 150px;
	}
	.homepage section#first .gallery{
		bottom: 250px;
	}
}
@media only screen and (max-width:850px){
	.homepage section#first{
		overflow:hidden;
	}
	.homepage section#first .emme.visible {
		left: -80px;
	}
	.homepage section#first .ee.visible {
		right: -60px;
	}
}
@media only screen and (max-width:730px){
	.homepage section#second .bottom .plus:after{
		line-height: 20px;
		font-size: 20px;
	}
	.homepage section#first svg.emme,
	.homepage section#first svg.ee{
		display: none;
	}
	.homepage section#first .emme.visible {
		left: -120px;
	}
	.homepage section#first .ee.visible {
		right: -100px;
	}
	
}
@media only screen and (max-width:725px){
	.homepage section#first .scrollto{
		bottom:90px;
	}
	.homepage section#third{
		min-height: 1100px;
	}
	.homepage section#third .top a{
		display: block !important;
	    float: none !important;
	    position: relative !important;
	    left: auto !important;
	    top: auto !important;
	    right: auto !important;
	    bottom: auto !important;
	    margin: 0 auto !important;
	    overflow: hidden;
	}
	.homepage section#third .top .plus{
		width: 240px;
	}
	
}
@media only screen and (max-width:550px){
	.homepage section#second .top{
	width: 100%;
    left: auto;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 4;
	}
	.homepage section#second .bottom .design, .homepage section#second .bottom .smc,
	.homepage section#third a.indue, .homepage section#second .top .gallery, .homepage section#second .top .video {
	  width: 76%;
	  margin: 0 12%;
	  float: none;
	  margin-bottom:10px;
	}
	.homepage section#first svg.emme,
	.homepage section#first svg.ee{
		top: 30px;
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-o-transform:scale(0.4);
		transform:scale(0.4);
	}
	.homepage section#first .emme.visible {
		left: -160px;
	}
	.homepage section#first .ee.visible {
		right: -120px;
	}
	.homepage section#second{
		background: none !important;
	}
	.homepage section#second .mask{
		display: none;
	}
}
@media only screen and (max-width:530px){
	
}
@media only screen and (max-width:320px){
	.homepage section#third .bottom .sostenibilita{
		display: none;
	}
}