﻿

/* carousel headerprodotti */

.carousel-headerprodotti .carousel-inner .item {
    height: 80vh; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

/* carousel headerprodotti - vertically centered caption*/

.carousel-headerprodotti .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* carousel pulsante */
.btn-home {
    color: orange;
}


/* carousel fullscreen - cambia colore a indicators per renderli chiari*/

.carousel-headerprodotti .carousel-indicators li {
  background-color: #fff;
  background-color: rgba(221,221,221,0.40);
}

.carousel-headerprodotti .carousel-indicators .active {
  background-color: #CBC9C9;
}


