.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 80%;
	max-width: 1200px;
	margin: 20px auto;
}

.whoweare {
	border-top: 1px solid #ffffff30;
	border-bottom: 1px solid #ffffff30;
	padding: 30px 0;
	margin-top: 50px;
	background: #00000021;
	font-weight: 600;
  font-size:18px;
}

.septitle {
	background: #fff;
	height: 7px;
	width: 60px;
	margin: 30px auto;
	display: block;
}

.bigtitle {
	border-bottom: 1px solid;
	font-size: 52px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #546E78;
}

.floatingtext {
	position: relative;
	right: 0px;
	padding: 40px;
	top: 0px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.0);
  font-size:15px;
}

.team-single {
	position: relative;
	padding: 40px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  font-size:15px;
  background:#fff;
}

.texthalf {text-align:left;
border-left:1px solid #fff;
padding-left:15px;
height:70px;}

#top-menu li {
	font-size: 22px;
	padding-right: 22px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#top-menu a:hover {
	background: #efefef;
	color: #ffffff !important;
	margin-top: -35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}

.logo_container a:hover {
	background: none !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

.et_pb_fullwidth_header .header-logo {max-width:600px;}


@media screen and (max-width: 1080px) {
  .floatingtext {
	right: 0px;
	padding: 20px;
	top: 0px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.0);
  font-size:15px;
}
  
  .bigtitle {
	font-size:28px !important;
}
  
  .whoweare {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background: transparent;
  font-size:14px;
}
  
  .septitle {
	display: none;
}
  
  #chisiamo h1 {font-size:30px !important;}

}