body{
	margin: 0;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}

span:hover{
	cursor: pointer;
}


.fixed-btn {
	position: fixed;
	line-height: 45px;
	bottom: 1%;
	right: 1%;
	text-align: center;
	z-index: 10;
	padding: inherit;
}
.pippo 
{
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-weight: 400;
    line-height: 30px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: red;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button */
.close2 {
    color: red;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button */
.close3 {
    color: red;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.close4 {
    color: red;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close4:hover,
.close4:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}


.close5 {
    color: red;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close5:hover,
.close5:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
/*header area*/
.top-header{
	background: #fff !important;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.header-backup{
	width: 20px;
	height: 119px;
	background: transparent;
	margin:auto;
}
.top-header img.logo{
	margin-bottom: 11px;
	margin-top: 0;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  max-height: 150px
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 4px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 27px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 14px 12px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
li a.active{
	color: rgb(255,0,0);
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}


.assistenza{
	position: relative;
	top: -40px;

}

.top-header {
	z-index: 10;
  }
  
  .top-header img.logo {
	z-index: 11;
	cursor: pointer;
	position: relative;
  }



/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 157px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption p{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: rgb(235,23,23);
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel img {
	opacity: 0.7;
}
.carousel-inner{
	background: -webkit-linear-gradient(left, #000 , white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #000, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #000, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, #000 , white); /* Standard syntax */
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 13%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}

/*servizi area*/
.servizi h2{
	font-size: 90px;
	color: rgb(255,0,0);
	margin-top: 50px;
}
.servizi h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.servizi-img img{
	width: 100%;
}
.single-servizi-detail{
	position: relative;
}
.pentagon-text h1 {
	font-size: 60px;
	color: #383838;
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	position: absolute;
	top: -6%;
	left: 50%;
	transform: translateX(-50%);
}

.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
  top: -34px;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.servizi-details{
	background: rgb(117,117,117);
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.servizi-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.servizi-details p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
}
.single-servizi-detail:hover .servizi-details{
	background: rgb(235,23,23);
}
.single-servizi-detail:hover .pentagon-text h1{
	color: rgb(235,23,23);
}
.servizi-details {
    min-height: 240px; /* Altezza standard per tutti i riquadri grigi */
	margin-bottom: 20px; /* Spazio tra la riga grigia e l'immagine sotto */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}



/* Layout Grid per Utility */

.utility h2 {
	font-size: 90px;
	color: rgb(255, 0, 0);
	margin-top: 70px;
	margin-bottom: 0;
}

.utility h4 {
	font-size: 24px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 70px;
	display: block;
}

.utility-grid {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: nowrap;
	overflow-x: auto;     /* scroll orizzontale se serve */
	overflow-y: hidden;   /* rimuove scroll verticale */
	padding-bottom: 30px;
	position: relative;
}

.utility-grid img {
	transition: transform 0.3s ease;
	position: relative;
}

.utility-grid img:hover {
	transform: scale(1.05);
}

.single-utility {
	flex: 0 0 auto;
	text-align: center;
}

.single-utility span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	/* Questi 3 servono per nascondere eventuale testo scritto */
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.single-utility span::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 10;

	/* Ripristina font normale per il tooltip */
	font-size: 20px;
	line-height: normal;
}

.single-utility span:hover::after {
	opacity: 1;
}















/*utility area*//*
.utility{
	background-repeat: repeat-y;
}
.utility h2{
	font-size: 90px;
	color: rgb(255,0,0);
	margin-top: 70px;
	margin-bottom: 0;
}
.utility h4{
	font-size: 24px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 70px;
	display: block;
}
.single-utility{
	text-align:center;
}




.single-utility h3{
	margin-top: 40px;
	color: #737373;
	padding-bottom: 50px;
	position:center;
}



/*partner area*/
.partner{
	background-repeat: repeat-y;
	margin-top: 40px;
}
.partner h2{
	font-size: 90px;
	color: rgb(255,0,0);
	margin-top: 70px;
	margin-bottom: 0;
}
.partner h4{
	font-size: 24px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 70px;
	display: block;
}
.single-partner{
	text-align:center;
}
.single-partner-img {
  width: 165px;
  height: 140px;
  position: relative;
}
.partner-img {
  width: 160px;
  height: 50px;
   padding-left:40px;
   margin-right: 37px;
}

.partner-img:hover{
  opacity: 0.8;
  cursor:pointer;
}

.single-partner h3{
	margin-top: 40px;
	color: #737373;
	padding-bottom: 50px;
	position:center;
}
.partner-img img{
	position: absolute;
}

/*prodotti section*/
.prodotti {
	padding: 40px 0;
  }
  .prodotti h2{
	font-size: 90px;
	color: rgb(255,0,0);
	margin-top: 50px;
	margin-bottom: 0;
}
  
  .prodotti-heading {
	margin-bottom: 40px;
  }
  
  .cd-tab-filter-wrapper {
	text-align: center;
	margin-bottom: 20px;
  }
  
  .cd-filters {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
  }
  
  .cd-filters li a {
	text-decoration: none;
	padding: 10px 15px;
	background: #293f53;
	color: white;
	border-radius: 5px;
	transition: background 0.3s;
  }
  
  .cd-filters li a:hover,
  .cd-filters li a.selected {
	background: #1c2e3b;
  }
  
  .cd-gallery .grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  	gap: 20px;
  }
  
  .card {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
  }
  
  .card:hover {
	transform: translateY(-5px);
  }
  
  .card figure {
	margin: 0;
	position: relative;
  }
  
  .card img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  .card figcaption {
	background-color: #293f53;
	color: white;
	text-align: center;
	padding: 15px;
  }
  
  .card figcaption h3 {
	margin: 0;
	font-size: 1.2em;
  }
  .imghvr-push-right
  {
	text-transform: uppercase;
  }
  .imghvr-push-right img
  {
	margin: 10px auto 20px auto !important; /* centrato orizzontalmente */
  }

/*prodotti section*//*
.prodotti h2{
	font-size: 90px;
	color: rgb(255,0,0);
	margin-top: 50px;
	margin-bottom: 0;
}
.prodotti h4{
	font-size: 26px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 45px;
}
.single-member{
	margin: 0;
	padding: 0;
}
.person img{
	width: 100%;
}

img#ital img {
	width: 110px !important; 
	height: 30px !important;
  }
.person-detail{
	padding:10px;
	background: rgb(235,23,23);
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-top{
	position: absolute;
	width: 20px;
	height: 20px;
	background: rgb(235,23,23);
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	bottom: -10px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-bottom{
	position: absolute;
	width: 20px;
	height: 20px;
	background: rgb(235,23,23);
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	top: -9px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.person-detail h3{
	font-size: 30px;
	color: #fff;
}
.person-detail p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail{
	background: #2a2a2a;
}
.single-member:hover .arrow-top{
	background: #2a2a2a;
}
.single-member:hover .arrow-bottom{
	background: #2a2a2a;
}
*/

/*contatti section*/
.contact-caption{
	background:#2a2a2a;
}
.contact-heading h2{
	color:  #fff;
	font-size: 90px;
}
.contact-info{
	padding-left: 40px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color:  #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}

.contact-info i.fa{
color: #e5e4e2;
}

.contact-info i.fa:hover{
	color: red;
}
.contact-info ul li span{
	font-weight: bold;
}
.nome{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.telefono{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.oggetto{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}

.prodotto{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 88px;
	border:0;
	margin-bottom: 12px;
}
.info-detail {
    border-top: 1px solid #fff;
    padding-top: 15px;
    display: flex;
    justify-content: flex-start; /* puoi usare center o space-between se preferisci */
    align-items: center;
    gap: 20px; /* spaziatura tra le icone */
    flex-wrap: wrap; /* evita che escano fuori su schermi piccoli */
}
.form{
	border-top: 1px solid #fff;
	padding-top: 15px;
	text-align: right;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: rgb(235,23,23);
	border: none;

	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
	
}

.contact-form input.submit-btn:hover{
  opacity: 0.7;
}

.iscriviti-btn{
	width: 180px;
	height: 46px;
	float: left;
	font-size: 24px;
	color: #fff;
	background: rgb(235,23,23);
	border:none;
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
}

.iscriviti-btn:hover{
opacity: 0.7;
}


.contact-form{
	padding-right: 40px;
	padding-bottom: 15px;
}

.info-detail a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e5e4e2;
    text-decoration: none;
}

.info-detail a:hover {
    color: red;
}

/* Rimuove il margine all'ultimo elemento, se vuoi evitare uno spazio extra */
.info-detail a:last-child {
    margin-right: 0;
}

.contact-form .form input[type="checkbox"] {
    margin-right: 6px;
}
.contact-form label {
    font-family: 'Open Sans', sans-serif;
}

/*gmap*/
#map{
	height: 0px;
}
.map{
	position: relative;
	overflow: hidden;
	display: none;
}
.contact{
	position: absolute;
	width: 100%;
	height: 830px;
	margin-top: 0px;
	left: 0;
	margin-top: -830px;
	background: rgba(0, 0, 0, 0.51);
}
.contact-caption{
	margin-top: 120px;
}

/*footer*/
.footer-para{
	margin: 0;
	padding: 0;
}
.footer p{
	font-size: 12px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 25px 0;

}
.footer a i.fa{
	font-size: 24px;
	color: #b1b1b1;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #42b3e5;
}

.carousel-inner{
	position: relative;
}



/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* lg */
@media (min-width: 1100px) and (max-width: 3000px) {
	.cd-gallery .grid {
		grid-template-columns: repeat(4, 1fr);
	  }

	.blocco p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 60px !important;
}
.modalTest{
	margin-top: 40% !important; 
	width: 100%;
}
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 120px;
  	}
  	.carousel-caption p {
  		font-size: 32px;
  	}
	  .carousel img {
		width: 2000px !important;
		height:  720px !important;
		opacity: 0.7;
	}
  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	h2 {
  		font-size: 75px !important;
  	}
  	h4 {
  		font-size: 22px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}
	  .imghvr-push-right img{
		height: 230px;
		width: 230px;
	}

}

/* md */
@media (min-width: 992px) and (max-width: 1100px) {

	.blocco p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 42px !important;
}
.modalTest{
	margin-top: 40% !important; 
	width: 100%;
}

	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel img {
		width: 1100px !important;
		height:  400px !important;
		opacity: 0.7;
	}
	.carousel-caption h1 {
  		font-size: 70px;
  	}
  	.carousel-caption p {
  		font-size: 20px;
  	}
  	.carousel-caption button {
	  width: 215px;
	  height: 40px;
	  font-size: 20px;
	}
	h2 {
  		font-size: 70px !important;
  	}
  	h4 {
  		font-size: 22px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}
	  .imghvr-push-right img{
		height: 230px;
		width: 230px;
	}

}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {

		.blocco p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 43px !important;
}
.modalTest{
	margin-top: 40% !important; 
	width: 90%;
}
		.blocco1 p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 11px !important;
}


	.assistenza{
	position: absolute !important;
	top: -40px;
	right: -75px !important;

	}
	.assistenza img {
		height: 80px;
		width: 80px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 60px;
  	}
  	.carousel-caption p {
  		font-size: 20px;
  	}
	.carousel img {
		width: 991px !important;
		height:  400px !important;
		opacity: 0.7;
	}
  	.carousel-caption button {
		 width: 180px;
		 height: 40px;
		 background: rgb(235,23,23)!important;
		 color: #fff;
		 font-size: 20px;
	}
	h2 {
  		font-size: 70px !important;
  	}
  	h4 {
  		font-size: 18px !important;
	}
	.imghvr-push-right {
		display: flex;
		justify-content: center;
	}
	.imghvr-push-right img{
		height: 230px;
		width: 230px !important;
	}
  	#map{
		height: 0px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 110px;
	}
}


/* xs */
@media (min-width: 480px) and (max-width: 767px) {

.modalTest{
	margin-top: 50% !important; 
	width: 90%;
}
.cd-gallery .grid {
	grid-template-columns: repeat(2, 1fr);
  }
	.header-logo img{
	  margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a>img {
	  font-size: 15px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 50px;
  	}
  	.carousel-caption p {
  		font-size: 20px;
  	}
  	.carousel-caption button {
		width: 120px;
		height: 30px;
		background: rgb(235,23,23)!important;
		color: #fff;
		font-size: 15px;
   }
	.carousel img {
		width: 767px !important;
		height:  260px !important;
		opacity: 0.7;
	}
	.imghvr-push-right {
		display: flex;
		justify-content: center;
	}
	.imghvr-push-right img{
		height: 230px;
		width: 230px !important;
	}
	#map{
		height: 0px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
	  font-size: 50px !important;
	}
	h4{
  		font-size: 20px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.info-detail a:nth-child(2),
	.info-detail a:nth-child(3) {
    margin-right: 40px !important;
	}
	.info-detail a:first-child {
		margin-right: 20px !important;
	}
	
	
	/* Rimuove il margine all'ultimo elemento, se vuoi evitare uno spazio extra */
	.info-detail a:last-child {
		margin-right: 20px !important;
	}
	.contact-caption {
	  margin-top: 140px;
	}
	.utility img {
		width: 100px !important;
		height: 100px !important;
	}
	.button {
		display: inline-flex;
		height: 50px;
		width: 100px !important;
	  }
}


/* XS Portrait */
@media (max-width: 479px) {
	.cd-gallery .grid {
		grid-template-columns: repeat(2, 1fr);
	  }

		.assistenza{
	position: relative;
	top: -10px;
	left: -5px;

}
.modalTest{
	margin-top: 50% !important; 
	width: 90%;
}


.button {
	display: inline-flex;
	height: 50px;
	width: 100px !important;
  }


	.top-header img.logo {
	  margin: 20px 10px;
	  max-height: 150px
	}
	.header-logo{
		margin-top: 20px !important;
	}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: -7px;
		 right: 10%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  height: 80px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 10px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}
	.carousel img {
		width: 479px !important;
		height:  260px !important;
		opacity: 0.7;
	}
	.servizi h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	.utility h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	.prodotti h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	.imghvr-push-right {
		display: flex;
		justify-content: center;
	}
	.imghvr-push-right img{
		height: 150px;
		width: 150px !important;
	}
	.imghvr-push-right font{
		font-size: 1.5rem;
	}
	h4 {
	  font-size: 18px !important;
	}
	.contact-caption{
		margin-top: 38%;
	}
	.info-detail a:nth-child(2),
	.info-detail a:nth-child(3) {
    margin-right: 20px !important;
	}
	.info-detail a:first-child {
		margin-right: 20px !important;
	}
	.button
	{
		height: 35px !important;
		margin: 5px auto 5px auto !important; /* centrato orizzontalmente */
		font-size: .8rem !important;
	}
	
	/* Rimuove il margine all'ultimo elemento, se vuoi evitare uno spazio extra */
	.info-detail a:last-child {
		margin-right: 10px !important;
	}
	#map{
		height: 0px;
	}
	.contact{
		height: 950px;
		margin-top: -950px;
	}
	.contact-heading h2 {
	  font-size: 50px;
	  text-align: left;
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 10px;
	}
	.contact-info i.fa {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 25px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 25px 7px;
	}
	.footer p {
  		font-size: 10px;
  	}
	  .utility img {
		width: 70px !important;
		height: 70px !important;
	}
}

@media (max-width: 1100px)
{
	.contact-info.text-right{
		text-align: left !important;
	}
}




/* UTILITY THUMBNAILS */
#wrapper {
  display: block;
  max-width: 650px;
  min-width: 300px;
  margin: 0 auto;
  margin-top: 05px;
}

#content {
  display: block;
  background: #fff;
  margin: 0 20px;
  padding: 14px 18px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 4px 8px 0 rgba(38,38,38,0.6);
  -moz-box-shadow: 1px 4px 8px 0 rgba(38,38,38,0.6);
  box-shadow: 1px 4px 8px 0 rgba(38,38,38,0.6);
}


.photos {
  display: block;
}

.photos ul {
  list-style: none;

}

.photos ul li { display: inline; }

.photos ul li a {
  display: block;
  float: left;
  padding: 4px;
  margin-right: 12px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.photos ul li a img {
  border: 12px solid #fff;
}


.button {
	display: flex;
	height: 50px;
	width: 120px;
	border: 2px solid #BFC0C0;
	margin: 10px auto 20px auto; /* centrato orizzontalmente */
	color: #BFC0C0 !important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative !important;
  }
  

#arrow-hover {
  width: 30px;
  height: 15px;
  position: absolute;
  transform: translateX(60px);
  opacity: 0;
  -webkit-transition: all .25s cubic-bezier(.14, .59, 1, 1.01);
  transition: all .15s cubic-bezier(.14, .59, 1, 1.01);
  margin: 0;
  margin-top: -4px;
  padding: 0 6px;
  color: #BFC0C0 !important;
}

a#button-1:hover img {
  width: 30px;
  opacity: 1;
  transform: translateX(75px);
}
a#button-1:hover{
  color: #ffeb3b !important;
}







/* TOOLTIP */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
  }
  
  /* Tooltip content - solo sotto l'immagine */
  [data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 0px; /* distanza dal fondo dell'immagine */
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	font-size: 15px;
	z-index: 10;
  }
  
  [data-tooltip]:hover::after {
	opacity: 1;
  }
  
  

input[type="checkbox"]
{
    vertical-align:middle;
}

input[type="checkbox"]:hover
{
   cursor: pointer;
}
textarea {
    color: #000;
    }




