/*
Version: 3.6
*/

/* widget slideshow home */
.fasi-slideshow {
	width: 100%;
	height: 400px;
}
.fasi-slideshow .colonna-1,
.fasi-slideshow .colonna-2 {
	float: left;
	height: 100%;
	margin: 0;
}
.fasi-slideshow .colonna-1 { width: 50%; }
.fasi-slideshow .colonna-2 { 
	width: 50%;
	display: flex;
	flex-wrap: wrap; 
}

.sfumato:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.articolo-1,
.articolo-2 {
	position: relative;
	width: 100%;
	margin: 0;
	background-size: cover;
	background-position: center;
}

.articolo-3,
.articolo-4 {
	position: relative;
	width: 50%;
	margin: 0;
	background-size: cover;
	background-position: center;
}

.articolo-1 {
	height: 100%;
}
.articolo-2,
.articolo-3,
.articolo-4 {
	height: 200px;
}

/*Border*/
.articolo-1, .articolo-3{
    border-right: 2px solid #fff; 
    box-sizing: border-box;
}

.articolo-2{
    border-bottom: 2px solid #fff; 
    box-sizing: border-box;
}

.articolo-1 > a,
.articolo-2 > a,
.articolo-3 > a,
.articolo-4 > a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	z-index: 2;
	position: absolute;
}

.articolo-1 > a h2,
.articolo-2 > a h4,
.articolo-3 > a h4,
.articolo-4 > a h4 {
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: #FFF;
	font-size: 20px;
    line-height: 30px;
}

.fasi-slideshow a > h2 > span,
.fasi-slideshow a > h4 > span {
	font-size: 0.5em;
	background-color: #4265e4;
	padding: 5px;
}

@media (max-width: 991px) {
  .fasi-slideshow .colonna-1,
  .fasi-slideshow .colonna-2 { width: 100%; }

  .articolo-1{
	border-right:0;
    border-bottom: 2px solid #fff; 
    box-sizing: border-box;
	}

  .articolo-3{
    border-right: 2px solid #fff; 
    box-sizing: border-box;
	}

}
/* END widget slideshow home */
