/* stile sfocatura notizie */
.senza-slider .carousel-caption {
    overflow: hidden;
    position: relative !important;
    max-height: 280px;
}
.senza-slider .arca-text a {
    color: black !important;
    z-index: 999;
}
.senza-slider .arca-text:last-child {
    max-height: 100%;
    position: static !important;
}

.senza-slider .arca-text:last-child:before {
    position: absolute;
    content: '';
	bottom: 0;
    z-index: 999;
    background: linear-gradient(rgba(248,248,248,0), rgba(248,248,248,.5) 40%, rgba(248,248,248,1) 100%);
    width: 100%;
    height: 60px;
}
/* end */