.section-services .section-head {
  padding-top:20px;
  padding-bottom:40px;
  background-color:#eaeaea;
  //background-color: #016798;
  color: #016798;
  display:none;
}

@media only screen and (max-width: 640px) {
  .section-services .section-head {
	  padding-top:86px;
	}
}

@media only screen and (max-width: 767px) {
  .section4small {
	  margin-top: 78px;
  }
}

@media only screen and (max-width: 1024px) {
	.personal-bottom {padding-bottom:0px;}
}

.section-services .tab-head{
	background-color:#eaeaea;
	padding-top:76px;
}

.section-services .section-head h2 {
	//color: #016798;
	color: #000;
    font-weight: bold;
}

.list-services li + li:before {
	background-color: #FFF;
}

.list-services li {
	width:240px;
	opacity:1;
}

@media only screen and (max-width: 640px) {
  .list-services li {
	width:320px;
	}
}

.list-services li:after {
	 border-color: transparent transparent #333 transparent;
	 margin-top:23px;
}

.tab-body {padding-top:30px;}

.service-description {
	margin-bottom:48px;
	border-bottom: 3px solid #68627d;
}

@media only screen and (max-width: 1024px) {
  .benefici-prodotto, .immagine-prodotto {
	display:none;
	}
}

@media only screen and (min-width: 1024px) {
  .benefici-prodotto, .immagine-prodotto {
	visibility:visible;
	}
}

.zoom-img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-img:hover {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}