.w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  max-width: 20%;
}

/*
* Header
*/
html {
	/* Sticky Header Active */
}
html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
	opacity: 0.6;
}
html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
	color: #707070;
}
html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a:hover {
	color: #fff;
}

#header, #header .header-top {
    background: #ececed;
    border-bottom: 0;
}

#header .header-logo img {
	position: absolute;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
    margin:10px 0;
}

#header .header-logo .logo-normal {
	opacity: 1;
}

#header .header-logo .logo-sticky {
	opacity: 0;
}

.sticky-header-active #header .header-logo .logo-normal {
	opacity: 0;
}

.sticky-header-active #header .header-logo .logo-sticky {
	opacity: 1;
    margin: 8px 0;
}

#servizi .icon-box-icon {
    width: 160px !important;
}

#footer .footer-copyright {
    margin-top: 0;
}

#header .header-nav-main nav > ul > li > a {
    font-family: "Rambla", sans-serif !important;
    border-radius: 4px;
    font-size: 0.9rem;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    padding: 1.93333em 0.85em;
    color: #777;
}

/* Sotto menu pagine prodotti */
.fixed-top {
    z-index:1000 !important;
}
@media (max-width: 991px) {
    #sottoMenu a {
        font-size: 10px;
    }
    #sottoMenu .btn {
        padding:0.2rem !important;
    }
}

.card-body {
    padding: 1.5rem !important;
}
.card-body h5 {
    font-family: "Raleway", sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    min-height: 100px !important;
}