/* --- parallax --*/
.page-node-1 #parallax1 { 
  min-height: 400px;
  background-image: url("img/squadra.jpg");
  background-position-x: 50%!important;
  background-size: contain;/* background-color: red; */
}
.page-node-1 #parallax2 {	
  min-height: 400px;
	background-image: url("img/slide1.jpg");
}
.page-node-1 #parallax3 {	
  min-height: 400px;
	background-image: url("img/slide2.jpg");
}

.page-node-39 #parallax1 {	
  min-height: 400px;
	background-image: url("img/consulenza.jpg");
}
.page-node-39 #parallax2 {	
  min-height: 400px;
	background-image: url("img/progettazione.jpg");
}
.page-node-39 #parallax3 {	
  min-height: 400px;
	background-image: url("img/interventi.jpg");
}

#parallax1 .testo,
#parallax2 .testo,
#parallax3 .testo,
#parallax4 .testo {
	padding-top: 100px;
	font-size: 40px;
	line-height: 45px;	
	color:#ffffff;
}

.px_slide {
	min-height: 200px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	z-index: 10;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.px_slide {
		min-height: 350px;
	}
}
@media only screen and (max-width: 991px) {
	.px_slide {
		min-height: 380px;
		background-attachment: scroll;
	}
}

.region-testo-2 {
    margin-bottom: 15px;
}