/*
* 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:25px 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: 18px 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;
}




.image-frame.image-frame-style-5 {
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper:after {
	opacity: 0;
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper > img {
    opacity: 1;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
	border-width: 10px;
	-webkit-transition: ease border-width 300ms 200ms;
	transition: ease border-width 300ms 200ms;
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
	opacity: 0;
}


.ccwGreyScale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
 
.ccwGreyScale:hover {
    filter: grayscale(0%);
    opacity: 1;
    /* margin-top: -5px;
    box-shadow: 0px 18px 22px -15px rgba(0,0,0,0.3); */
}

.card-style-1 {
    height: 100%;
}

.card {
    height: 100%;
}




/* Layout a 5 colonne */
.col-xs-2-5, 
.col-sm-2-5, 
.col-md-2-5, 
.col-lg-2-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-2-5 {
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-2-5 {
    float: left;
    }
    .col-sm-2-5 {
    width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-2-5 {
    float: left;
    }
    .col-md-2-5 {
    width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-2-5 {
    float: left;
    }
    .col-lg-2-5 {
    width: 20%;
    }
}