/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600);

body {
	width: 100%;
	height: 100%;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
}



html {
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:inherit;
	color:inherit;
	margin:auto;
	padding:auto;
	line-height:inherit;
}

p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a ,
a:focus{
	color: #00b3e3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #ff9016;
}

a.button,input[type=submit] {
	display: inline-block;
	background-color: #00b3e3;
	color: #fff;
	margin-top: 10px;
	border:0px;
	padding: 9px 40px;
	font-size: 120%;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
input[type=text],input[type=email]{
	outline:0px !important;
	border:0px !important;
	background-color: #00b3e3;
	border-radius: 5px;
	width:300px;
	color:#FFF;
	padding: 9px 15px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-align:left;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:rgba(255,255,255,0.8);
}
::-moz-placeholder { /* Firefox 19+ */
color:rgba(255,255,255,0.8);
}
:-ms-input-placeholder { /* IE 10+ */
color:rgba(255,255,255,0.8);
}
:-moz-placeholder { /* Firefox 18- */
color:rgba(255,255,255,0.8);
}

input[type=checkbox]{
	width: 25px;
    height: 25px;
	
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    position: relative;
    top: 7px;
	margin-right: 5px
}
a.button:hover,input[type=submit]:hover {
	color: #00b3e3;
	background-color: #FFFFFF;
	font-weight: 600;
}
.light {
	font-weight: 400;
}

address {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

#cookieChoiceInfo{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5) inset;
}
/* ===========================
--- General sections
============================ */

.home-section {
	
	display: block;
	position:relative;

}
.moving-panel{
	position: relative;
	padding: 40px 0;
	-webkit-transition:top 0.3s;
	transition:top 0.3s;
	
	
	/*background: -moz-linear-gradient(left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				-moz-linear-gradient(right top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				-moz-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				-webkit-linear-gradient(right top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				-webkit-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				-o-linear-gradient(right top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				-o-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
			-ms-linear-gradient(right top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
			-ms-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(45deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				linear-gradient(135deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,#F7F7F7 25%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#F7F7F7 75%,rgba(255,255,255,0) 90%),
				linear-gradient(90deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.1) 100%);
	background-size: 13px 13px,13px 13px,100% 100%;*/
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5); 
	overflow:hidden;
}
.moving-panel.expanded
{
	background-size: 30px 30px,30px 30px,100% 100%;
}
.home-section:nth-child(1) {
    z-index:10; 
}
.home-section:nth-child(2) {   
	z-index:9;  
}
.home-section:nth-child(3) {
	z-index:8;  
}
.home-section:nth-child(4) {   
	z-index:7;  
}
.home-section:nth-child(5) {
	z-index:6;  
}
.home-section:nth-child(6) {   
	z-index:5;  
}
.home-section:nth-child(7) {   
	z-index:4;  
}
.home-section:nth-child(8) {   
	z-index:3;  
}
.home-section:nth-child(9) {   
	z-index:2;  
}
.more-section p{
	font-size: 180%;
	margin: 30px 0 0;
}
#menu .moving-panel
{
	height:80px;
	padding:0px;
	background: white;
}
#menu-container
{
	height:80px;
	padding:7px 0px;
	width: 100%;
	
	
}
.logo_container img{
	max-height:60px;
	    max-width: 56%;
}
#menu-container.locked
{
	position:fixed;
	top:0px;
	background-color: white;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.menu-links{
  margin: 0;
  padding: 0;
  background: transparent;
  color: #7ea0c4;
  list-style: none;
  text-transform: none;
  font-family: 'Titillium Web', Arial, sans-serif;
  display:inline-block;
  position:absolute;
  top:33px;
  right:70px;
  font-size:18px;
}
.language{
	 position:absolute;
	 top:18px;
	 right:20px;
	 font-size: 20px;
	line-height:42px;
	width:45px;
	text-align:center;
	padding: 0px 10px;
    border: 1px solid rgba(0,0,0,0.3);
	    border-radius: 5px;
}
.language a{
	color:#7ea0c4;
}
.language a:hover{
	color: #ff9016;
}
.menu-links li{ 
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	text-transform: uppercase;
	border-right: 1px solid #becee1;
	padding-right:10px;
	
}
#menu .opener{
	display: none;
}
#topbringer{
	position:fixed;
	z-index:10;
	bottom:0px;
	width:60px;
	height:100px;
	right:0px;
	display:none;
}
#topbringer .small-point{
	position:absolute;
	left:50%;
	bottom:30px;
	border:8px solid #00b3e3;
	margin-left:-8px;
	margin-bottom:-8px;
	border-radius:100px;
	width:0px;
	height:0px;
	transform:scale(0.5);
	transition:all 0.5s;
}
#topbringer:hover .small-point{
	transform:scale(1);
	border-color:#ff9016;
}
#topbringer  .arrow_up{
	position:absolute;
	bottom:20px;
	left:50%;
	width:50px;
	height:40px;
	line-height:40px;
	margin-left:-25px;
	text-align:center;
	font-size:20px;
	transition:all 0.5s;
}
#topbringer:hover .arrow_up{
	bottom:45px;
	font-size:40px;
	
}
#topbringer  .arrow_top{
	
	position:absolute;
	bottom:90px;
	left:50%;
	width:50px;
	height:40px;
	line-height:40px;
	margin-left:-25px;
	text-align:center;
	font-size:0px;
	transition:all 0.5s;
}
#topbringer:hover .arrow_top{
	
	font-size:40px;
}

.menu-links li a{
	position:relative;
	top:-6px;
}
.menu-links li:last-child
{
	  border-right: 0px;
}
.menu-links li a
{
	color:inherit !important;	
}
.menu-links li.on{
	color: #00B3E3;
	font-weight:700;
}
#gallery .moving-panel
{
	height:100%;
	 
}
#gallery 
{
	height:100%;
	  margin-top: -80px;
}
#headimage .moving-panel
{
	height:100%;
	 
}
#headimage 
{
	height:100%;
}
.head-image{
	position:absolute;
	top:80px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;	
	-o-background-size: cover;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	
	display:inline-block;
}


.head-image .content
{
	background-color:rgba(14,103,152,0.5);
	width:100%;
	height:100%;
	white-space:normal;
	padding-top:40px;
}
.head-image .content .icon_big
{
	position:absolute;
	top:50%;
	margin-top:-175px;
	width:100%;
	-webkit-transition:margin 0.5s;
	-moz-transition:margin 0.5s;
	transition: margin 0.5s; 
	text-align:center;
}
.head-image .content .icon_big img
{
	height:250px;
	
	-webkit-transition:height 0.5s; 
	-moz-transition:height 0.5s; 
		transition: height 0.5s; 
}
.head-image .content .title{
font-size: 50px;
font-weight:bold;
color:#FFFFFF;
margin-top:105px;
text-align:center;
position:absolute;
width:100%;
top:50%;
margin-top:
opacity:1;
-webkit-transition:opacity 0.5s,margin 0.5s,font-size 0.5s;
	-moz-transition:opacity 0.5s,margin 0.5s,font-size 0.5s;
transition:opacity 0.5s, margin 0.5s,font-size 0.5s;
}
.head-image  .left-content{
	width:500px;
	text-align:center;
	font-size:40px;
	position:absolute;
	height:310px;
	bottom:100%;
	margin-bottom:0px;
	-webkit-transition:bottom 0.5s,margin 0.5s;
	-moz-transition:bottom 0.5s,margin 0.5s;
	transition: bottom 0.5s,margin 0.5s; 
	left:50%;
	margin-left:-250px;
}
.head-image .content:hover .left-content{
	bottom:50%;
	margin-bottom:-125px;
}
.head-image .content:hover .icon_big{
	margin-top:145px;
}
.head-image .content:hover .icon_big img{
	height:71px;
}

.head-image .content:hover .title
{
	opacity:0;
	margin-top:220px;
	font-size:10px;
}
/*.head-image .content .icon_big{
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -150px;
    margin-left: -250px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    width: 500px;
    height: 300px;
    line-height: 300px;
    text-align: center;
}*/
.slider-container
{
	position:absolute;
	top:80px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:hidden;
}
.slider{
	height:100%;
	font-size: 0px;
	white-space:nowrap;
	position: relative;
	left: 0%;
	-webkit-transition: left 0.5s;
	-moz-transition:left 0.5s;
	transition: left 0.5s;	
}
.gallery-image{
	-webkit-background-size: cover;
	-moz-background-size: cover;	
	-o-background-size: cover;
	background-size:cover;
	background-position:center center;
	display:inline-block;
	width: 100%;
	height:100%;
	-webkit-transition: background 0.3s;
	-moz-transition:background 0.3s;
	transition: background 0.3s;
}
#gallery-text
{ -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
background-size: cover;
	  background-position: center right;
	  position: absolute;
	  top: -20%;
	  bottom: -20%;
	  left: 0px;

	 overflow:hidden;
	 
	  right: 50%;
	  background: rgba(127,209,238,0.9);
	  border-radius: 0px 1000px 1000px 0px;
}
#gallery-text .line:nth-child(1) {
  width: 200%;
  -webkit-transform: rotate(80deg);  
  -ms-transform:rotate(80deg);
  transform: rotate(80deg);
  left: 25%;
  z-index: 0;
  border-bottom: 1px solid #FFFFFF;
}

#gallery-text .line:nth-child(2) {
    width: 200%;
	-webkit-transform: rotate(33deg);
  -ms-transform:rotate(33deg);
  transform: rotate(33deg);
  left: 11%;
  z-index: 0;
  border-bottom: 1px solid #FFFFFF;
}

#gallery-text .line:nth-child(3) {
  width: 200%;
  	-webkit-transform: rotate(15deg);
  -ms-transform:rotate(15deg);
  transform: rotate(15deg);
  top: 28%;
  z-index: 0;
  border-bottom: 1px solid #FFFFFF;
}


#gallery-text .line:nth-child(4) {
  width: 200%;
    	-webkit-transform: rotate(48deg);
  -ms-transform:rotate(48deg);
  transform: rotate(48deg);
  top: 55%;
  z-index: 0;
  border-bottom: 1px solid #FFFFFF;
}
.global-point-container{

	position:relative;
	top:0px;
	-webkit-transition: top 10s ease-in-out;
	-moz-transition:top 10s ease-in-out;
	transition:top 10s ease-in-out;
}
.gallery-text-container
{
	width: 70%;
	left: 10%;
	  bottom: 25%;
	position: absolute;
	text-align:center;
	color:white;
}
.gallery-text-container .gallery-title
{
	font-size:30px;
}
.gallery-text-container .elem-title
{
	font-size:40px;
	
	text-transform:uppercase;
	margin-top:20%;
		-webkit-transition: opacity 0.5s;
	-moz-transition:opacity 0.5s;
	transition: opacity 0.5s;	
	opacity:1;
}
.gallery-text-container .elem-title.fadeout
{
	opacity:0;
}
.gallery-text-container .pallocchi
{
	margin-top:20%;
	 z-index: 2;
  position: relative;
}
.gallery-text-container .pallocchio
{
	background:#00b3e3;
	width:20px;
	height:20px;
	border-radius:20px;
	display:inline-block;
	margin-right:10px;
			-webkit-transition: background 0.5s;
	-moz-transition:background 0.5s;
	transition: background 0.5s;	
	cursor:pointer;
}
.gallery-text-container .pallocchio.selected{
	background:#FFFFFF;
}
.gallery-text-container .pallocchio:last-child
{
	margin-right:0px;
	 
}

#about .moving-panel
{
	padding-top:100px;
	text-align:center;
	font-size: 18px;
	overflow:hidden;
	position:relative;
}
 .box-text
{
	margin-top:30px;
	margin-bottom:90px;
}
 .box-text:last-child
{
	margin-bottom:90px;
}
 .box-text .title
{
	font-size: 30px;
	font-weight:bold;
	margin-bottom:30px;
	color:#ff9012;
	text-align:center;
	text-transform:uppercase;
}
.box-text .sub-title
{
	font-size: 25px;
	color:#00b3e3;
}
.mail-big a{
	font-size: 23px;
	color:#7594b3;
}
.mail-big a .orange{
color:#ff9012;
}
 b{
	color:#ff9012;
}
.box-text:nth-child(odd)  .title
{
	color:#00b3e3;
}
.imaname
{
	color:#00b3e3;
	font-weight:bold;
}
.points
{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
}
.point-container
{
	width: 100%;
	position:relative;
	-webkit-transform-origin: 0% 0%;
    -ms-transform-origin:0% 0%;
	transform-origin:0% 0%;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.point-container .point-container
{
	position: absolute;
	top:0px;
	left:100%;
}
.point
{
	border-color:#7ed2ed;
	position:absolute;
	top:0px;
	left:0px;
	border-radius:100px;
	border-width:40px;
	margin-left: -40px;
	margin-top: -40px;
	border-style: solid;
	width:0px;
	height:0px;z-index:0;
		-webkit-transition: transform 3s ;
	-moz-transition:transform 3s ;
	transition:transform 3s ;
}
.point.collapsed
{
	-ms-transform: scale(0.1);
    
    -webkit-transform: scale(0.1);
   
	transform:scale(0.1);
	
}
.line
{
	
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:0;
		-webkit-transform-origin: 0% 0%;
    -ms-transform-origin:0% 0%;
	transform-origin:0px 0px;
	border-bottom:1px solid #ccdde0;
}
.point.orange{
	border-color:#ffb365;
}
.container-images
{
	height:340px;
	width:100%;
	position:relative;
	font-size:0px;
	white-space:nowrap;
	z-index:1;
	overflow:hidden;
}
.container-images .image{
display:inline-block;
width:33.3%;
background-size:auto 200%;
background-position:50% 100%;
height:100%;
box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.7) inset;
vertical-align: top;
}
.container-images  .image .content
{
	background-color:rgba(14,103,152,0.5);
	width:100%;
	height:100%;
	white-space:normal;
	padding-top:40px;
	cursor:pointer;
}
.container-images .icon_big
{
	margin-top:110px;
	-webkit-transition:margin 0.5s;
	-moz-transition:margin 0.5s;
	transition: margin 0.5s; 
}
.container-images .icon_big img
{
	height:97px;
	
	-webkit-transition:height 0.5s; 
	-moz-transition:height 0.5s; 
		transition: height 0.5s; 
}
.container-images .title{
font-size: 26px;
font-weight:bold;
color:#FFFFFF;
margin-top:30px;
opacity:1;
-webkit-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
transition:opacity 0.5s;
}
.left-content{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding-top:40px;
	padding-bottom:40px;
	
	color:#FFFFFF;
	width: 280px;
	max-width:98%;
	margin-left: auto;
	margin-right: auto;
	font-size: 23px;
	height: 210px;
	margin-top: -275px;
	-webkit-transition:margin 0.5s;
	-moz-transition:margin 0.5s;
	transition: margin 0.5s; 
}
#home-en .left-content{
	width:300px;
}
#home-en  .rounded-images .left-content{
	width:75%;
}
.container-images .image:hover .left-content{
	margin-top:0px;
}
.container-images .image:hover .icon_big{
	margin-top:20px;
}
.container-images .image:hover .icon_big img{
	height:41px;
}

.container-images .image:hover .title
{
	opacity:0;
}

.twitter-container{
	position:relative;  
}
.twitter-container .title{
	font-size:30px;
	font-weight:bold;
	color:#00b3e3;
	margin-bottom:40px;
}
.twitter
{		position:relative;
	padding-top:100px;
	
}
.twitter .title{
margin-bottom:80px;}

div#tweets {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.fb-page {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.anchor{
	position:absolute;
}
.main-title
{
	font-size: 30px;
	font-weight:bold;
	margin-bottom:30px;
	color:#ff9012;
	text-align:center;
}
#newsletter .main-title {
    color: #00b3e3;
}
#newsletter {
	text-align:center;
}
.privacy_policy{
	width:590px;
	max-width:100%;
	height:100px;
	padding:10px;
border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	overflow:auto;
	background-color: #00b3e3;
	color: #fff;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#azienda .moving-panel{
	height:900px;
}
#azienda .chart_container{
	width:900px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-450px;
	z-index:1;
}
.chart_part{
	/*position:absolute;*/
}
.chart_part .chart_title
{
	-webkit-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
	position:absolute;
	font-weight:bold;
	font-size: 25px;
}
.chart_part .chart_icon{
	position:absolute;
}
.chart_part .chart_icon img{
	max-height:40px;
}
.chart_part .chart_image{
	position:absolute;
	top:0px;
	left:0px;
}

.chart_part .chart_content{
	position:absolute;
	font-size:13px;
	width:185px;
}

.chart_part .chart_content .title{
	color:#7ea0c4;
	font-size: 22px;
}

.chart_part:nth-child(1) .chart_image
{
	left:0px;
	top:0px;
	z-index:1;
}
.chart_part:nth-child(1) .chart_title{
	color:#ff9012;
	top: 63px;
	left: 36px;
	z-index:1;
}
.chart_part:nth-child(1) .chart_icon{
	  top: 168px;
  left: 102px;
  z-index:1;
}

.chart_part:nth-child(1) .chart_content{
		top: 13px;
	left: 133px;
	z-index:1;
}

.chart_part:nth-child(2) .chart_image
{
	left: 111px;
	top:188px;
}
.chart_part:nth-child(2) .chart_title{
	color:#7ed2ed;
	left: 131px;
	top: 104px;
}
.chart_part:nth-child(2) .chart_icon{
   /*top: -15px;
  left: 182px;*/
  top: 171px;
  left: 296px;
}
.chart_part:nth-child(2) .chart_content{
  /*left: 212px;
  top: 60px;*/
  left: 323px;
  top: 248px;
}

.chart_part:nth-child(3) .chart_image
{
	left:301px;
	top:1px;
	z-index:1;
}
.chart_part:nth-child(3) .chart_title{
	color:#ffb365;
	left: 147px;
  top: 64px;
  z-index:1;
}
.chart_part:nth-child(3) .chart_icon{
 	/*top: 168px;
  left: 179px;*/
  top: 172px;
  left: 480px;
  z-index:1;
}
.chart_part:nth-child(3) .chart_content{

	 /* left: 212px;
  top: 25px;*/
left: 513px;
  top: 26px;
  z-index:1;
}
.chart_part:nth-child(4) .chart_image
{
	left:490px;
	top:188px;
}
.chart_part:nth-child(4) .chart_title{
	color:#00b3e3;
	  left: 128px;
  top: 105px;
}
.chart_part:nth-child(4) .chart_icon{
	/*top: -10px;
  left: 178px;*/
  top: 173px;
  left: 668px;
}
.chart_part:nth-child(4) .chart_content{

	  /*left: 212px;
  top: 60px;*/
  left: 702px;
  top: 248px;
}
#azienda .points{
	position:absolute;
	top:600px;
	z-index:0;
}
#team .main-title{
color:#00b3e3;
} 
.rounded-images {
	position: relative;
	height:600px;
	margin-top:50px;}
.rounded-images .image
{
	width:250px;
	height:250px;
	margin-left:-125px;
	margin-top:-125px;
	border-radius:250px;
	position:absolute;
	overflow:hidden;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.7) inset;
	background-size:cover;
	background-position:center center;
}
.rounded-images .image:nth-child(2){
left:20%;top:100px;background-image:url('../images/Creativity.jpg'); width:240px;height:240px; margin-left:-120px; margin-top:-120px;
}
.rounded-images .image:nth-child(3){
left:40%; top:300px; background-image:url('../images/multidisciplinare.jpg'); width:220px;height:220px; margin-left:-110px; margin-top:-110px;
}
.rounded-images .image:nth-child(4){
left:60%;top:150px; background-image:url('../images/Metodologia_Tecnologia.jpg'); width:200px;height:200px; margin-left:-100px; margin-top:-100px;
}
.rounded-images .image:nth-child(5){
left:80%;top:340px;background-image:url('../images/internationality.jpg'); width:180px;height:180px; margin-left:-90px; margin-top:-90px;
}
.rounded-images .image .content {
  background-color: rgba(14,103,152,0.5);
  width: 100%;
  height: 100%;
  white-space: normal;
  padding-top: 40px;
  border-radius: 300px;
}
.rounded-images  .left-content{
  width: 75%;
  padding-top: 25px;
  padding-bottom: 25px;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  left: 50%;
  font-size:21px;
  margin-left: -37.5%;
}
#social .moving-panel{
	height:310px;
}
.social-icons  
{
	text-align:center;
	width: 100%;
	margin-top:50px;
	margin-bottom:50px;
	white-space:nowrap;
}
.social-icons .social-round{
	background:#ff9012;
	border-radius:100px;
	width:60px;
	height:60px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5); 
	text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	display:inline-block;
	text-align:center;
	margin-right:5%;
	line-height:60px;
	position:relative;
}
.social-icons .social-round:last-child{
	margin-right:0px;
}
.social-icons .social-round  a{
	color:#FFFFFF;
	font-size:35px;

}
.social-icons .social-round img {
    max-height: 25px;
    margin-top: -8px;
}
.marginless{
	
	margin-bottom:0px !important;
	
}
.marginless .title{
	
	margin-bottom:15px;
}
/* ============================
--- Menu
============================= */

.gn-menu-main,
.gn-menu-main ul {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #eb5d1e;
	list-style: none;
	text-transform: none;
	font-weight: 400;
	font-family: 'Titillium Web', Arial, sans-serif;
	z-index:150;
}

.gn-menu-main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	font-size: 13px;
	overflow: visible;
}

.gn-menu-main > li {
	display: block;
	float: left;
	height: 100%;
	border-right: 1px solid #c6d0da;
	text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		float: right;
		border-right: none;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.logo_header{
	position:absolute;
	bottom: 6%;
	right:3%;
	width: 50%;
}
/* ===========================
--- Intro
============================ */

.intro {
	height:100%;
	min-width:100%;
	position:relative;
	background: transparent url(../images/header.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
background-size: cover;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5); 
	z-index:50;
}

.intro.eng {
	height:100%;
	min-width:100%;
	position:relative;
	background: transparent url(../images/header.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
background-size: cover;
}
.down_mover.closed{
	height:0px;
	font-size:0px;
}
.active_area:hover .down_mover{
	height:50px;
	font-size:60px;
}
.active_area
{
	position:absolute;
	bottom:0px;
	height:200px;
	width:100%;
	left:0px;
}
.down_mover
{
	height:50px;
	background-color:rgba(230,230,230,0.5);
	position:absolute;
	overflow:hidden;
	bottom:0px;
	width:100%;
	font-size:60px;
	text-align:center;
	-webkit-transition:height 1s, font-size 1s;
	-moz-transition:height 1s, font-size 1s;
    transition:height 1s, font-size 1s;
}

.down_mover a
{
	width:100%;
	height:100%;
	display:inline-block;
}
.down_mover a .fa{
	position: relative;
	top: -18px;
}
.company-links {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-links li {
	display: inline-block;
	margin-right:10px;
	padding:0;
	text-transform: uppercase;
}

.company-links .social {
	font-size: 24px;
}

.company-links a {
  	margin-right: 5px;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255, 255, 255, .9);	
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.company-links a i{
	text-align: center;
	margin: 0;
	padding: 0;
}


/* ===========================
--- Footer
============================ */

footer {
	text-align: left;
	padding: 5px 0 0 5px;
	font-size:15px;
	/*background-color: #1a1a1a;*/
    background-color:dimgray;
	color: #FFFFFF;
	white-space: nowrap;
}
footer b{
	font-size:20px;
}
footer .footer-element{
	border-left:1px solid #FFFFFF;
	  height: 163px;
}
footer .footer-element:nth-child(2){
	line-height:32px
}

footer .footer-element:nth-child(3){
	line-height:60px;
	font-size:25px;
}
footer .footer-element .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
footer .footer-element .fa{
	margin-right:10px;
}
footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #fff;
}

/* ===========================
--- Elements
============================ */
.blue {
	color: #00b3e3;
}

.orange {
	color: #ff9016;
}

.gray {
	color: #7594b3;
}

strong,
.strong {
	font-weight: 600;
}
hr {
	width:30%;
	border-top:2px solid #ff9016;
	border-bottom:2px solid #ff9016;
}
/* PRODUCTS */
#products .box-text{
font-size:0px;	
margin-bottom:50px;
}
#products .box-text .text{
	font-size:18px;
	vertical-align:middle;
	display:inline-block !important;
	float:none;
}
#products .prod-image{

	display:inline-block !important;
	vertical-align:middle;
	float:none;
	text-align:center;
}
#products .prod-image img{
	max-width:95%;
	margin-left:0;
	margin-right:5%;
}
#products .prod-image.shadowed img{
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
#products .text + .prod-image img{
	margin-left:5%;
	margin-right:0;
}
#products .video{
	margin-left:auto;
	margin-right:auto;
	
	display:block;
	width:800px;
	clear:both;
}
/* CONTATTI */
#map{
 padding-top:80px;
}
#map .container{
	padding:0px;
	
}
#map .box-text{
	margin-top:30px;
	margin-bottom:60px;
}
#map .box-text .title{
	margin-bottom:60px;

}
#map .map-image{
	background-image:url("../images/map.jpg");
	background-position:50% -250px;
	background-size:1920px auto;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4) inset;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
}
#map .map-image .cover{
	background-color:rgba(14,103,152,0.5);
	width:100%;
	height:100%;
}
#map .brandname{
	font-weight:bold;
	font-size:30px;
	padding-top:80px;
	padding-bottom:25px;
}
#map .phone-number{
	padding-bottom:25px;
}
#map .email{
	padding-bottom:80px;

}
#map .email a{
	color:#FFFFFF;
	font-weight:bold;
}
#map .pin{
	font-size:100px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-bottom:25px;
}
#map .address{
	padding-bottom:20px;
	font-weight:bold;
}
#map .social-icons{
	position:static;
	
}
.mobile{
	display:none !important;
}

.project_list{
	margin-top: 30px;
    margin-bottom: 40px;
    float: left;
    width: 100%;

}
.project_elem{
	height:400px;
	background-position:50% 40%;
	background-size:cover;
	position:relative;
	text-align:center;
	display:inline-block;
	overflow:hidden;
	color:#FFFFFF;
	/*font-weight:bold;*/
	/*box-shadow:0px 5px 15px -5px rgba(0,0,0,0.7) inset;*/
	
	box-shadow:1px 2px 6px  rgba(0,0,0,0.5);
	z-index:2;
}
.project_elem::before{
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	/*background:rgba(255,153,51,0.75);*/
	background:rgba(14,103,152,0.8);
	
}
.project_elem:nth-child(4n), .project_elem:nth-child(4n+1){
	
	/*background:rgba(14,103,152,0.75);*/

	box-shadow:1px 2px 6px  rgba(0,0,0,0.5) inset;
	z-index:1;
}
.project_elem:nth-child(4n)::before, .project_elem:nth-child(4n+1)::before{
	background:rgba(84,173,222,0.8);
}
.project_elem .logo{
	position:absolute;
	top:50%;
	left:50%;
	height:250px;
	width:320px;
	margin-left:-160px;
	margin-top:-125px;
	line-height:250px;
	z-index:4;
	transition: top 0.5s;
}
.project_elem:hover .logo{
	top:-50%;
}
.project_elem .logo img{
	max-width:95%;
	max-height:100%;
	vertical-align:middle;
}
.project_elem .content{
	
	position:absolute;
	width:310px;
	height:240px;
	top:400px;
	left:50%;
	margin-left:-150px;
	transition: top 0.5s;
	font-size:18px;
	z-index:4;
}
.project_elem:hover .content{
	top:75px;
}
.project_elem .content .title{
	padding-bottom:10px;
	width:170px;
	font-size:22px;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:15px;
	border-bottom:1px solid #FFFFFF;
}
.project_elem .content a {
	display:inline-block;
	position:absolute;
	bottom:0px;
	width:210px;
	left:50%;
	margin-left:-110px;
	padding:5px;
	border:1px solid #FFFFFF;
	border-radius:3px;
	color:#FFFFFF;
}#ricerca{
	padding-top:80px;
}
#ricerca .box-text{
	font-size:18px;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	margin-top:40px;
	margin-bottom:50px;
}

.old_project_list
{
	width:100%;
	position:relative;
	height:250px;
	
	margin-top:30px;
	  margin-bottom: 40px;
	  float: left;
}

.old_project_list .arrow-left,.old_project_list .arrow-right{
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-18px;
	font-size:35px;
	color:#FFFFFF;
	cursor:pointer;
	z-index:10;
	display:none;
}
.old_project_list .arrow-right{
	left:auto;
	right:10px;
	display:block;
}
.old_project_scroller{
	white-space:nowrap;
	width:auto;
	font-size:0px;
	clear:both;
	transition: left 0.5s;
	position:relative;
	left:0%;
	
}
.old_project_scroller .old_project_elem{
	height:250px;
	background:rgba(14,103,152,0.8);
	vertical-align:middle;
	box-shadow:1px 2px 6px  rgba(0,0,0,0.5);
	position:relative;
	overflow:hidden;
	float:none;
	display:inline-block;
	
}
.old_project_scroller .old_project_elem:nth-child(even){
	background:rgba(84,173,222,0.8);
	box-shadow:1px 2px 6px  rgba(0,0,0,0.5) inset;
	
}
.old_project_scroller .old_project_elem .logo{
	height:100%;
	width:100%;
	text-align:center;
	line-height:250px;
	vertical-align:middle;
	position:absolute;
	top:0px;
	left:0px;
	transition: top 0.5s;
}
.old_project_scroller .old_project_elem .logo img{
	max-width:70%;
	max-height:70%;
	
}
.old_project_scroller .old_project_elem .content{
	position:absolute;
	top:250px;
	left:5%;
	height:250px;
	width:90%;
	
	text-align:center;
	color:#FFFFFF;
	font-size: 18px;
	white-space:normal;
	transition: top 0.5s;
}
.old_project_scroller .old_project_elem:hover .content{
	top:40px;
}
.old_project_scroller .old_project_elem:hover .logo{
	top:-250px;
}


.project_elem:hover .content{
	top:75px;
}
.old_project_scroller .old_project_elem .content .title{
	padding-bottom:10px;
	
	font-size:22px;
	display:inline-block;
	margin-bottom:15px;
	border-bottom:1px solid #FFFFFF;
}
/* Media queries */
#rehability{
	height:140px;
	width:200px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	position:absolute;
	top:80px;
	right:59%;
}
#rehability.closed{
	top:-100px;
}
#rehability .moving-panel{
	height:100%;
	padding:0px;
	white-space:nowrap;
	background:#FFFFFF;
}
#rehability img{
	position: absolute;
    left: 10px;
    height: 35px;
    top: 10px;
}
#rehability span{

display:inline-block;
   
        margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    margin-top: 10px;
    white-space: normal;
}
#rehability .moving-panel::after{
	content:"";
	display:inline-block;
	height:140px;
	vertical-align:middle;
}
#rehability .closer{
	position:absolute;
	top:10px;
	right:10px;
	font-size:15px;
	color:#669966;
	cursor:pointer;
}
#rehability .button{
	display: inline-block;
    background-color: #FFFFFF;
    color: #669966;
  
    border: 1px solid #669966;
    padding: 3px 5px;
    font-size: 80%;
    text-transform: uppercase;
	position:absolute;
	text-decoration:none;
	font-weight:bold;
	right:10px;
	bottom:10px;
	margin-top:0px;
	
	box-shadow:none;
	border-radius:0px;
}
#rehability .button:hover {
    color: #fff;
	background-color: #669966;
}
/*AWARDS*/
.award_block{
	margin-bottom:30px;
}
.award_logo{
	height:150px;
	max-width:300px;
	line-height:150px;
	position:relative;
	display:inline-block;
}
.award_logo img{
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	position:relative;
}
.award_logo::before{
	content:"";
	position:absolute;
	width:100px;
	left:-100px;
	
	height:100%;
	
	display:inline-block;
	vertical-align:bottom;
	background-image:url("../images/award_sx.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:auto 80%;
}
.award_logo::after{
	content:"";
	width:100px;
	position:absolute;
	right:-100px;
	
	height:100%;
	display:inline-block;
	vertical-align:bottom;
	background-image:url("../images/award_dx.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:auto 80%;

}
.award_title{
	color:#ff9012;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	font-size:18px;
}
.award{
	margin-bottom:15px;
}
.award .name{
	font-weight:bold;
}
@media(max-width: 880px){
	#about .vspacer{
		height:40px;
	}
	.award_logo::after{
		right:-100px;
	}
	.award_logo::before{
		left:-100px;
	}
	#rehability{
		height:80px;
		width:100%;
		position:relative;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		margin:0px;
	}
	#rehability.closed{
		top:0px;
		height:0px;
	}
	#rehability img{
		height:40px;
		top:19px;
		left:20px;
	}
	#rehability .button{
		padding: 9px 20px;
		font-size:100%;
		top:21px;
		right:25px;
		left:auto;
		bottom:auto;
	}
	#rehability span{

		display:inline-block;
		margin:0px;
		margin-left: 150px;
		margin-right: 145px;
		
		vertical-align:middle;
		font-size: 17px;
	}
	#rehability .moving-panel::after{
		height:80px;
	}
	
	#rehability span.en{
		margin-right: 160px;
	}
	#rehability .closer{
		font-size:20px;
		right:5px;
		top:0px;
	}
.project_elem{
	height:350px;
}
.project_elem:hover .content{
	top:55px;
	top:55px;
}
#ricerca .points{
	display:none;
}
.desktop{
	display:none;
}
.language{
	right:80px;
}
.privacy_policy{
	max-width:300px;
}
.form-item-checkbox .description{
	max-width:300px;
	display: inline-block;
}
.project_elem:nth-child(4n), .project_elem:nth-child(4n+1){
	
	/*	background:rgba(255,153,51,0.75);*/
		
		box-shadow:1px 2px 6px  rgba(0,0,0,0.5);
	z-index:2;
}
.project_elem:nth-child(4n)::before,.project_elem:nth-child(4n+1)::before{
	background:rgba(14,103,152,0.8);
}
.project_list .project_elem:nth-child(odd){
	
		box-shadow:1px 2px 6px  rgba(0,0,0,0.5) inset;
		z-index:1;
}

.project_list .project_elem:nth-child(odd)::before{
	
		background:rgba(84,173,222,0.8);
}
.mobile{
	display:inline-block !important;
}
	.menu-links{
	  margin: 0;
	  padding: 0;
	 
	  color: #FFFFFF;
	  list-style: none;
	  text-transform: none;
	  font-family: 'Titillium Web', Arial, sans-serif;
	  display:inline-block;
	 height: 100%;
	  margin-top:0px;
	  font-size:30px;
	  position:fixed;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		
		background:rgba(0,179,227,0.85);
	 border-bottom:80px solid rgb(0,179,227);
	  padding-top:80px;
	
	 
	  text-align:center;
	  display:none;
	}
	.menu-links li.on{
		color:#ff9016;
	}
	.menu-links.open{
		display:block;
	}
	#menu .menu-links.open + .opener {
		border:1px solid #FFFFFF;
		color:#FFFFFF;
	}
	#menu .menu-links.open + .opener  .fa-times{
		display:inline;
	}
	#menu .menu-links.open + .opener  .fa-bars{
		display:none;
	}
	#menu .opener
	{
		font-size:30px;
		padding:0px 10px;
		position:absolute;
		right: 18px;
		top: 18px;
		border:1px solid rgba(0,0,0,0.3);
		border-radius:5px;
		display:block;
		cursor:pointer;
	}
	#menu .opener .fa-times{
		display:none;
	}
	li.mobile.logo {
		position: fixed;
		top: 0px;
		left: 16px;
		text-align:left;
		right:0px;
	}
	li.mobile.socials {
		position: fixed;
		bottom: 22px;
		left: 0px;
		right: 0px;
		text-align: center;
		padding: 0px;
		margin: 0px;
		z-index:10;
		left: 50%;
		margin-left: -160px;
	}
	li.mobile.socials .fa{
		display:inline-block;
		margin-left:3px;
		margin-right:3px;
		border:1px solid #FFFFFF;
		border-radius:50px;
		width:45px;
		line-height:45px;
	}
	li.mobile.logo img{
		max-height: 54px;
		max-width: 53%;
	}
	.menu-links li{ 
		display: block;
		margin: 10px 0px;
		padding: 0;
		text-transform: uppercase;
		  border-right: 0px;
		  height: 35px;
	}
	#menu .moving-panel{
		overflow:visible;
	}
	#gallery{
		max-height:350px;
	}
	
	.container-images .image{
		width:100%;
		height:300px;
		display:block;
		overflow:hidden;
		background-size:auto 150%;
	}
	
	.container-images .left-content{
		padding-top:20px !important;
		height:170px;
	}
	#home-en .container-images .image:nth-child(2) .left-content{
		font-size:22px;
			padding-top:7px !important;
	}
	
	.container-images .image:nth-child(3) .left-content{
		padding-top:35px !important;
	}
	.container-images .image:nth-child(4) .left-content{
		padding-top:35px !important;
	}
	.container-images{
		height:900px;
	}
	div#tweets {
  display: inline-block;
  width: 100%;
  vertical-align: top;
	}
	.fb-page {
	  display: inline-block;
	  width: 100%;
	  vertical-align: top;
	  position:relative;
	  z-index:1;
	}
	#about .moving-panel{
		padding-top:40px;
	}
	.box-text{
		margin-bottom:40px;
		padding:0px;
	}
	.box-text .title {
		margin-bottom:15px;
	}
	.gallery-text-container .gallery-title{
		font-size:15px;
		margin-bottom: 25px;
	}
	.gallery-text-container .elem-title{
		font-size: 17px;
		height: 30px;
	}
	.gallery-text-container .pallocchio{
		width:10px;
		height:10px;
	}
	.head-image .content .icon_big{
		margin-top: -120px;
	}.head-image .content .icon_big img{
		height:200px;
	}
	.head-image .content .title{
		margin-top:90px;
	}
	.rounded-images{
		height:1000px;
	}
	.rounded-images .image:nth-child(2){
		left: 45%;
		width:200px;
		height:200px;
		margin-left:-100px;
		margin-top:-100px;
		
	}
	.rounded-images .image:nth-child(3){
		    top: 360px;
    left: 65%;
  
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
	}
	.rounded-images .image:nth-child(4) {
		left: 33%;
		top: 610px;
		top: 610px;
	}
	.rounded-images .image:nth-child(5) {
		top: 850px;
		left: 60%;
		width:220px;
		height:220px;
		margin-left:-110px;
		margin-top:-110px;
	}
	.rounded-images .image .left-content{
		font-size:18px;
	}
	.twitter-container{
		position:relative;
	}
	.logo_header{
		position:absolute;
		bottom: 44%;
		right:9%;
		width: 80%;
	}
	.main-title{
		margin-bottom:10px;
	}
	#products .box-text{
		margin-top:0px;
		margin-bottom: 30px;
	}
	#products .box-text .text{
		margin-top: 20px;
		margin-bottom: 20px;
		    text-align: center;
	}
	#products .box-text .prod-image{
		width:100%;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}
	#products .box-text .prod-image img{
		margin-left:0px;
		margin-right:0px;
		max-width:100%;
		
	}
	#headimage .title{
		font-size:30px;
	}
	.head-image .left-content{
		width:90%;
		font-size:25px !important;
		height:220px;
		left:5%;
		margin-left:0px;
	}
    #ehealth-en .head-image .left-content{
		font-size:22px !important;
		padding-top:30px !important;
		padding-bottom:50px !important;
	}
.head-image .content:hover .left-content {
		margin-bottom:-90px;
}
.head-image .content:hover .icon_big {
    margin-top: 110px;
}
	.social-icons .social-round{
	width:50px;
	height:50px;

	margin-right:2%;
	line-height:50px;
	}
	.point{
		-ms-transform: scale(0.7);
    
		-webkit-transform: scale(0.7);
   
		transform:scale(0.7);
	}
	footer {
	}
	footer .footer-element{
		text-align:center;
		border-left:0px;
		margin-bottom:30px;
		height:auto;
		white-space:normal;
	}
	footer .footer-element br{
		display:none;
	}
	footer .footer-element:nth-child(3) .fa{
		display:inline-block;
		margin-left:10px;
		margin-right:10px;
		border:1px solid #FFFFFF;
		border-radius:50px;
		width:45px;
		line-height:45px;
	}
	
	
#azienda  .moving-panel{
	height:auto;
}
	
#azienda .chart_container{
	position:relative;
	top:0px;
	font-size:13px;
	height:1070px;
	width:320px;
	margin-left: -160px;
	margin-top: 70px;
}

#azienda .points
{
	display:none;
}
.chart_part .chart_content{
font-size:13px;
width:130px;
	
}
.chart_part .chart_content .title{
	font-size:17px;
}
.chart_part:nth-child(1) .chart_image
{
	left:0px;
	top:0px;
	z-index:1;
}
.chart_part .chart_image img{
	width:320px;
}
.chart_part .chart_icon  img {
    max-height: 50px;
}
.chart_part:nth-child(1) .chart_title{
	top: 98px;
    left: 57px;
}
.chart_part:nth-child(1) .chart_icon{
	     top: -24px;
    left: 123px;
}

#home-en .chart_part:nth-child(1) .chart_content{
		top: 42px;
}
.chart_part:nth-child(1) .chart_content{
		top: 57px;
	left: 190px;
}

.chart_part:nth-child(2) .chart_image
{
	left: 0px;
    top: 226px;
}
.chart_part:nth-child(2) .chart_title{
	left: 75px;
    top: 100px;
}
.chart_part:nth-child(2) .chart_icon{
    top: 204px;
    left: 123px;
}
.chart_part:nth-child(2) .chart_content{
    top: 250px;
	left: 190px;
}
#home-en .chart_part:nth-child(2) .chart_content{
    top: 262px;
}
.chart_part:nth-child(3) .chart_image
{
	left:0px;
	top:452px;
	
}
.chart_part:nth-child(3) .chart_title{
	
    left: 91px;
  top: 105px;

}
.chart_part:nth-child(3) .chart_icon{
 
   top: 430px;
    left: 119px;

}

#home-en .chart_part:nth-child(3) .chart_content{
	top:495px;
}
.chart_part:nth-child(3) .chart_content{

left: 190px;
  top: 510px;
}
.chart_part:nth-child(4) .chart_image
{
	left:132px;
	top:678px;
}
.chart_part:nth-child(4) .chart_image img{
	width:187px;
}
.chart_part:nth-child(4) .chart_title{

	      left: -61px;
    top: 110px;
}
.chart_part:nth-child(4) .chart_icon{
	top: 657px;
    left: 113px;
}
.chart_part:nth-child(4) .chart_content{
	    left: 190px;
    top: 716px;
}
	#products .prod-image#eco-dealers img{
		max-width:45%;
	}
	
	
}
@media(max-width:768px){
	footer .footer-element br{
			display:block;
	}
}
@media(max-width: 550px){
	
	.award_logo{
		height:120px;
		line-height:120px;
		max-width:60%;
	}
	
	.award_logo::after{
		right:-70px;
	}
	.award_logo::before{
		left:-70px;
	}
	
	#rehability img{
		height:35px;
		top:21px;
		left:15px;
	}
	#rehability .button{
		padding: 9px 10px;
		font-size:90%;
		top:22px;
		right:20px;
	}
	#rehability span{

		display:inline-block;
   
		margin-left: 130px;
		margin-right: 110px;
		
		vertical-align:middle;
		font-size: 15px;
	}
	#rehability span.en{
		margin-right: 140px;
	}
	#rehability .closer{
		font-size:15px;
		right:5px;
	}
	
}
@media(max-width: 450px){
	.award_logo{
		height:100px;
		line-height:100px;
		max-width:55%;
	}
	.award_logo::after{
		right:-60px;
	}
	.award_logo::before{
		left:-60px;
	}
	#rehability img{
		height:28px;
		top:24px;
		left:10px;
	}
	#rehability .button{
		padding: 5px;
		font-size:80%;
		top:28px;
		right:5px;
	}
	#rehability span{

		display:inline-block;
   
		margin-left: 95px;
		margin-right: 65px;
		
		vertical-align:middle;
		font-size: 14px;
	}
	#rehability span.en{
		margin-right: 75px;
	}
	#rehability .closer{
		font-size:13px;
		right:5px;
	}
}
@media(max-width: 880px) and (orientation:landscape){
	ul.menu-links{
		border-bottom:0px;
	}
	li.mobile.socials{
		display:none !important;
	}
	#menu-container.locked{
	    
		position:absolute;
		
	}
	
	#ricerca .points{
		display:block;
	}
	.privacy_policy{
		max-width:auto;
	}
	.form-item-checkbox .description{
		max-width:auto;
		display: inline-block;
	}
	.language{
		background-color:#FFFFFF;
		position:fixed;
	}
	
	#menu .opener{
		background-color:#FFFFFF;
		position:fixed;
	}
	#menu .menu-links.open + .opener{
		background-color:transparent;
	}
	.menu-links li{
		width:49%;
		height: 30px;
		display:inline-block;
	}
	#headimage .moving-panel {
		min-height: 440px;
	}
	#gallery{
		min-height:440px;
	}
	#gallery .moving-panel {
		min-height: 440px;
	}
	#headimage {
		min-height: 440px;
	}
	.container-images .image{
		background-size:auto 170%;
		background-position:50% 300px;
	}
}

@media(min-width:600px){
	
	.container {
		width: 100%;
	}
	.brand-heading {
		font-size: 100px;
	}

	.intro-text {
		font-size: 25px;
	}
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}

	.boxed-grey {
		margin-bottom: 30px;
	}
	.intro .slogan {
		padding:100px 0 60px;
	}
}

@media(min-width:767px) {
	
	.container {
		width: 100%;
	}
	.brand-heading {
		font-size: 100px;
	}

	.intro-text {
		font-size: 25px;
	}
}

@media (min-width:1200px) {
	
	.container {
		width: 100%;
	}
	.team.boxed-grey {
		margin-bottom: 30px;
	}

	.boxed-grey {
		margin-bottom: 30px;
	}
	.intro .slogan {
		padding:100px 0 60px;

	}
}
