.banner-home {
	height: 600px;
  	position: relative;
}

.banner-home h1 {
    color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    width: auto;
    text-align: left;
    font-weight: 500;
    font-size: 46px;
    line-height: 64px;
    text-transform: inherit;
}

.banner-home h1 small {
	text-transform: none;
  	color: #fff;
  	text-align: left;
}

small {
	text-transform: uppercase;
  	color: #CE2B37;
  	font-size: 20px;
  	text-align: center;
  	display: block;
}

h3 {
	text-align: center;
  	margin: 8px 0 36px;
}

.banner-50 {
	position: relative;
    width: calc(50% - 12px);
}

.banner-50:first-child {
	margin-left: 0;
}

.banner-50:last-child {
	margin-right: 0;
}

.banner-50 h3 {
	color: #fff;
  	width: 100%;
  	position: absolute;
  	bottom: 0;
  	padding: 16px 0;
  	background: rgba(0,0,0,.5);
  	margin: 0;
}

.cont-box-img span.titolo {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 20px 16px;
    font-size: 32px;
    font-weight: 500;
}

.btn-rosso, .btn-rosso:hover, .btn-rosso:active, .btn-rosso:focus {
	margin-top: 24px;
  	display: table;
}

.italy {
	text-align: center;
  	margin: 40px 0;
}

.italy img {
	max-height: 38px;
}

.servizi {
	text-align: center;
}

.servizi img {
	max-height: 64px;
  	margin: 0 auto 16px;
}

.servizi p {
	max-width: 350px;
  	margin: 0 auto;
}

.box-servizio {
	margin-bottom: 50px;
}

.col-center-service .box-servizio {
	margin-bottom: 0;
}

.ico-service-centro {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.09);
  	border-radius: 50%;
  	width: 350px;
  	height: 350px;
  	margin: 50px auto;
}

@media only screen and (max-width:1400px) {
  .banner-home {
      height: 460px;
  }
}

@media only screen and (max-width:1199px) {
  .banner-home {
      height: 360px;
  }
}

@media only screen and (max-width:1023px) {
  .banner-home {
      height: 280px;
  }
  
  .banner-home h1 {
      font-size: 36px;
      line-height: 54px;
  }
  
  small {
      font-size: 18px;
  }
  
  h3 {
      margin: 8px 0 16px;
  }
  
  .cont-servizi .col-w-33 {
      width: 100%;
      margin: 0;
  }
  
  .cont-servizi .col-w-33:last-child {
      margin-bottom: 16px;
  }
  
  .servizi {
  	margin: 32px 0 0;
  }
  
  .box-servizio {
      margin-bottom: 32px;
  }
  
  .ico-service-centro {
      display: none;
  }
  
  .col-center-service .box-servizio {
      margin: 0;
  }
  
  .servizi img {
      margin: 0 auto 8px;
  }
  
  .banner-50, .banner-50.no-margin-bottom {
      width: 100%;
      margin: 0 0 32px;
  }
  
  .banner-50:last-child {
      margin: 0;
  }
  
  .titolo {
  	font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width:767px) {
  .banner-home h1 {
    font-size: 32px;
    line-height: 46px;
  }
  
  .banner-home {
      background-position: -310px center !important;
  }

.cont-box-img span.titolo {
    padding: 16px;
    font-size: 24px;
}
}