/*----Global----*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html{
	font-family: 'Open Sans', sans-serif;
}
body {
	width: 100%;
	background-color: rgba(233,233,233,1);
	overflow-x: hidden;
}

#return-to-top {
    position: fixed;
	z-index:100;
    bottom: 20px;
    right: 20px;
    background: rgba(209,72,65,0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(209,72,65, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 8px;
}
h1 {
	font-size: 50px;
	font-weight: 300;
	color: rgba(23, 44, 74, 1);
}
h2 {
	font-size: 40px;
	font-weight: 300;
	color: rgba(209,72,65, 1);
	padding-bottom: 40px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	font-weight: 300;
	color: rgba(51,51,51,1.00);
	/* padding: 0 5px 40px 5px; */
}
h4 {
	font-size: 16px;
	font-weight: 600;
	color: rgba(51,51,51,1.00);
	padding-bottom: 10px;
	line-height: 40px;
}
h9 {
	font-size: 60px;
	font-weight: 100;
	color: rgba(255,255,255,1.00);
	line-height: 40px;
}
li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color:rgba(96,96,96,1.00);
}
p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color:rgba(51,51,51,1.00);
}
.space_top {
	padding: 10px 0;
} 
.logo_link {
	opacity: 1;
	text-decoration:none;
}

.logo_link:hover{
	opacity: 0.7;
}
.link {
	color:rgba(209,72,65,1.0);
	text-decoration:none;
}

.link:hover{
	color:rgba(209,72,65,0.7);
}
.wrapper {
  position:relative;
  overflow:hidden;
}
.visore{
	/*background-image: url(images/studioricercheambientali_bg_1920x805px.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #e9e9e9;
	width: 100%;
	height: 805px;
}
.triangolo{ 
	text-align:center;
	max-width: 1072px;
	margin: 0 auto;
	display: table;
}
    
.btnGreen {
	display: inline-block;
	text-decoration: underline;
	color: #659f4f;
	font-size: 14px;
	padding: 20px 0;
	/*width: 200px;
	height: 60px;
	font-weight:700;
	text-align: center;
	margin-bottom: 135px;*/
}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #177fe1), color-stop(1, #31a0d3));
	background:-moz-linear-gradient(top, #177fe1 5%, #31a0d3 100%);
	background:-webkit-linear-gradient(top, #177fe1 5%, #31a0d3 100%);
	background:-o-linear-gradient(top, #177fe1 5%, #31a0d3 100%);
	background:-ms-linear-gradient(top, #177fe1 5%, #31a0d3 100%);
	background:linear-gradient(to bottom, #177fe1 5%, #31a0d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#177fe1', endColorstr='#31a0d3',GradientType=0);
	background-color:#177fe1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:25px 50px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #177fe1), color-stop(1, #177fe1));
	background:-moz-linear-gradient(top, #177fe1 5%, #177fe1 100%);
	background:-webkit-linear-gradient(top, #177fe1 5%, #177fe1 100%);
	background:-o-linear-gradient(top, #177fe1 5%, #177fe1 100%);
	background:-ms-linear-gradient(top, #177fe1 5%, #177fe1 100%);
	background:linear-gradient(to bottom, #177fe1 5%, #177fe1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#177fe1', endColorstr='#177fe1',GradientType=0);
	background-color:#31a0d3;
}
.myButton:active {
	position:relative;
	top:1px;
}
/*----header/nav----*/
.menu_bg {
	width:100%;
	background-color: rgba(233,233,233,1);
	/* background-color: rgba(233,233,233,0.9);
	position: fixed;
	z-index:3;
	left: 50%;
	margin-left: -526px; */
}

.menu {
	width: 100%;
	max-width: 1072px;
	margin: 0 auto;
	height:100px;
	/* background-color: rgba(233,233,233,0.9);
	position: fixed;
	z-index:3;
	left: 50%;
	margin-left: -526px; */
}
.container_logo {
	float: left;
	width: 316px;
}
.logo{
	
	padding-top:10px;
}
.logo_footer {
	max-width:230px;
	padding-right:15px;
}
.mobile-nav {
	float: right;
	padding: 40px 0 20px 0;
}
.mobile-nav ul{
    list-style:none;
	
}
.mobile-nav ul li{
   display: inline;	
}
.mobile-nav ul li a{
	text-decoration: none;
	color: rgba(102, 102, 102, 1);
	margin-right: 25px;
}
.mobile-nav ul li a:hover{
	color: rgba(102, 102, 102, 0.7);
}

header h1 {
	color: rgba(23, 44, 74, 1);
	margin: 90px 0 20px 0;
	line-height: 48px;
}
header p {
	color: #333333;
	margin-bottom: 10px;
	opacity: 0.9;
}
header {
	/* max-width: 1072px; */
	margin: 0 auto;
}
.sizeslide{
	background-image:url(images/studioricercheambientali_bg_ambiente_1920x805px.jpg);
	background-size: cover;
	background-position: center;
	height:600px;
}
.ImageMap{
	background-image: url(images/studioricercheambientali_map_2500x682px.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #e9e9e9;
	width: 100%;
	height: 682px;
}
.col_md_footer {
	max-width:33%;
	width:33%;
	float:left;
	text-align:left;
	padding-bottom:20px;
}
.professionisti {
	width:100%;
	margin:0 auto;
	/* display:table; 
	padding-top:100px; */
}
.col_md_six {
	max-width:16%;
	width:16%;
	padding-top: 50px;
	float:left;
}
.col_md_five {
	max-width:20%;
	width:20%;
	float:left;
	padding:20px 0 10px 0;
}
.col_md_four {
	max-width:25%;
	width:25%;
	float:left;
	padding:20px 0 10px 0;
}
.col_md_three {
	max-width:33%;
	width:33%;
	height: 350px;
	float:left;
	padding:60px 0 40px 0;
}
.col_md_two {
	max-width:50%;
	width:50%;
	float:left;
	padding:60px 0 40px 0;
}
.col_md_two_medicina {
	max-width:50%;
	width:50%;
	float:left;
	padding:20px 0 40px 0;
}
.col_md_two_square {
	max-width:50%;
	width:50%;
	float:left;
	padding:60px 0 40px 0;
}
.col_md {
	width: 50%;
	float: left;
}
.col_md_right {
	width: 50%;
	float: right;
}
.col_md_visoretext {
	width:100%;
	text-align: center;
	float:left;
}
.col_md_visore {
	width: 45%;
	float:left;
	padding-bottom: 30px;
}
.SectionTitleBlu{
	text-align:center;
	padding-top:90px;
	max-width: 1072px;
	margin: 0 auto;
}
.SectionTitle{
	text-align:center;
	padding:80px 10px;
	max-width: 1072px;
	margin: 0 auto;
	display: table;
}
.SectionTitle ul {
	list-style: none;
	display: inline;
}
.SectionTitle ul li {
	display: inline-block;
	margin-left: 25px;
}

.SectionTitleFooter{
	text-align:center;
	padding:50px 10px 0 10px;
	max-width: 1072px;
	width: 100%;
	margin: 0 auto;
	/*display:flex;*/
	display: table;
	align-items:center;
}

.Container{
	background-color: #f5f5f5;
	width: 100%;
	display: grid;
}
.ContainerImage{
	background-image: url(images/webshockstudio_background_topcurve.svg);
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 30px;
	display: grid;
}
.ContainerImageDown{
	background-image: url(images/webshockstudio_background_topcurve.svg);
	transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 30px;
	display: grid;
}
.ContainerVblu{
	background-image: url(images/webshockstudio_background_Vblu.svg);
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 50px;
	width: 100%;
	height: 310px;
	display: grid;
}
.ContainerMedicina{
	background-image: url(images/studioricercheambientali_medicina_1920x700px.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	/* background-color: rgba(199,218,222,1); */
	width: 100%;
	height: 700px;
}
.email{
	font-size: 20px;
}
.square{
	max-width:480px; 
	height:210px; 
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
	padding-top:50px;	
}
.highmap{
	height: 550px;
}

@media screen and (max-width: 900px){
.logo{
	padding-top:0px;
}
	.menu {
		position: fixed;
		height: 100px;
		width: 100%;
		background-color: transparent;
		transition: all 0.2s ease-in-out;
		z-index:3;
}
.menu.active { background-color: rgba(235,235,235,0.9);}
header {
		padding-top: 100px;
}
	
header h1 {
	color: rgba(23, 44, 74, 1);
	margin: 60px 0 20px 0;
	line-height: 50px;
}
	/*hamburger menu*/
.hamburger-menu {
  	z-index:2;
	position: absolute;
	top: 48px;
	right: 20px;
	width: 25px;
	height: 3px;
	cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
    width: 25px;
	height: 3px;
	background: rgba(23, 44, 74, 1);
	transition: background 0ms 300ms;
	-webkit-transition: background 0ms 300ms;
	-moz-transition: background 0ms 300ms;
	-ms-transition: background 0ms 300ms;
}

.bar {
	position: relative;
	/* transform: translateY(25px); */
	background: rgba(23, 44, 74, 1);
	transition: all 0ms 300ms;
	-webkit-transition: all 0ms 300ms;
	-moz-transition: all 0ms 300ms;
	-ms-transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0); 
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	background: rgba(23, 44, 74, 1);
	transition: background 300ms ease, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: background 300ms ease, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: background 300ms ease, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: background 300ms ease, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background: rgba(23, 44, 74, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	background: rgba(255, 255, 255, 1);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	background: rgba(255, 255, 255, 1);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*nav menu*/
.show {
  left:0%;
  opacity:1;
}

.hide {
  opacity:0;
  left:100%;
}

.mobile-nav {
  background:rgba(209,72,65,0.9);
  position:absolute;
  top:0;
  width:100vw;
  height:100vh;
  text-align:center;
  z-index: 1;
  transition: .2s ease;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  -ms-transition: .2s ease;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
.mobile-nav ul{
  position:relative;
  top:30%;
  list-style:none;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.mobile-nav ul li{
  line-height: 60px;
  display: block;
}

.mobile-nav a {
  text-align:center;
  text-decoration: none;
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition: opacity .9s ease-in-out;
	-webkit-transition: opacity .9s ease-in-out;
	-moz-transition: opacity .9s ease-in-out;
	-ms-transition: opacity .9s ease-in-out;
}

.mobile-nav.show a {
  text-align:center;
  font-size:24px;
  color:#ffffff;
  opacity:1;
}

.mobile-nav.show a:hover {
  color:rgba(255, 255, 255, 0.7);
}
#return-to-top {
	visibility:hidden;
}
.col_md_six {
	max-width:33%;
	width:33%;
}

@media screen and (max-width: 768px){
		
header h1 {
	color: rgba(23, 44, 74, 1);
	margin: 80px 0 20px 0;
	line-height: 36px;
}
h1, h2 {
		font-size: 40px;
}
.col_md_visoretext {
	width:100%;
	text-align: center;
	padding: 0px;
}
.col_md_visore {
	width: 100%;
	display: table;
	text-align: center;
}
.space {
	margin-top:70px;
}
	.col_md_two_medicina {
	max-width:100%;
	width:100%;
	float:left;
	padding:20px 0 40px 0;
}
.col_md_three {
	max-width:50%;
	width:50%;
	padding: 50px 0 40px 0;
}
.servizi {
	width:100%;
}
.col_md_five {
	max-width:33%;
	width:33%;
	height: 150px;
}
.col_md_four {
	max-width:33%;
	width:33%;
	height: 150px;
}
.servizi {
	width:100%;
}
.col_md {
	width: 100%;
}
.col_md_right {
	width: 100%;
	float: none;
}
.SectionTitle {
	padding:50px 20px;
}
.ContainerImage{
	background-image: url(images/webshockstudio_background_topcurve.svg);
}
.ContainerMedicina{
	background-image: none;
}

.SectionTitleFooter{
	display: inherit;
	padding: 50px 0 0 0;
}
.col_md_footer {
	max-width:100%;
	width:100%;
	padding: 0 10px 20px 10px;
	text-align:center;
	float:none;
	margin:0;
}
.logo{
	padding-top:5px;
}
.logo_footer {
	max-width:250px;
	padding-right:0;
}
.col_md_two_square {
	max-width:100%;
	width:100%;
	float:none;
	padding:30px 0 30px 0;
}
	.square{
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px){
.SectionTitleBlu{
	text-align:center;
	padding-top:70px;
	max-width: 1072px;
	margin: 0 auto;
}
.SectionTitle {
	padding:50px 0;
	margin: 0 10px;
}
.sizeslide{
	background-image:url(images/studioricercheambientali_bg_ambiente_1920x805px.jpg);
	background-size: cover;
	background-position: center;
	height:250px;
}
.email{
	font-size: 18px;	
	}
.col_md_two {
	max-width:100%;
	width:100%;
	float:left;
	padding:60px 0 40px 0;
}
.col_md_footer{
	width:100%;
}
.col_md_three {
	max-width:100%;
	width:100%;
	padding: 50px 0 40px 0;
}
.col_md_four {
	max-width:50%;
	width:50%;
	height: 130px;
}
.col_md_five {
	max-width:50%;
	width:50%;
	height: 130px;
}
.col_md_six {
	max-width:50%;
	width:50%;
}
.highmap{
	height: 350px;
	}
}
@media screen and (max-width: 400px){
.container_logo {
	padding-top:10px;
	width: 270px;
}
.SectionTitleBlu{
	padding-top:55px;
}
.col_md_six {
	max-width:100%;
	width:100%;
}
}