/* SLIDE IN HOMEPAGE */
section.settimopiano {
	margin:0rem auto 0 auto;	
	overflow:visible;
	width:100%;
	padding:0 0 0 0;
	
	position:relative;
	
	-webkit-backface-visibility:hidden;
	
}
section.settimopiano h2 {
	display:none;
}
section.settimopiano article {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	height:10rem;
	-webkit-backface-visibility:hidden;
	cursor:pointer;
}

section.settimopiano article a.vai {
}
section.settimopiano .contenuto {
	align-items: flex-start;
	justify-content: flex-start;

	display:-webkit-flex;
	-webkit-align-items:flex-start;
	-webkit-justify-content: flex-start;

	display:-ms-flexbox;
	-ms-align-items:flex-start;
	-ms-flex-pack:flex-start;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	width:100%;
}
section.settimopiano article a.img {
	display:none;
}
section.settimopiano article h3 {
	width:100%;
	z-index:2;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:1rem;
	line-height:130%;
	text-align:center;
	font-weight:700;
	color:#FFF;
	text-shadow:1px 1px 2px #000000;
}
section.settimopiano article h3 a {
	color:#FFF;
	text-decoration:none;
}
section.settimopiano article p {
	padding:0.3125rem;
	font-size:0.85rem;
	margin:0;
	color:#FFF;
	z-index:3;
	text-align:center;
}
section.settimopiano article div.testo {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:3;
	
	display:flex;
	align-items: center;
	justify-content:center;
	flex-direction:column;

	display:-webkit-flex;
	-webkit-align-items:center;
	-webkit-justify-content:center;
	-webkit-flex-direction:column;

	display:-ms-flexbox;
	-ms-align-items:center;
	-ms-flex-pack: center;
	-ms-flex-flow:column wrap;
}
section.settimopiano article div.mask {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.settimopiano article.colore_slide_0 div.mask {
	background:#912E32;
	opacity:0.5;
}
section.settimopiano article.colore_slide_1 div.mask {
	background:#00548F;
	opacity:0.5;
}
section.settimopiano article.colore_slide_2 div.mask {
	background:#008B75;
	opacity:0.5;
}
section.settimopiano article.colore_slide_3 div.mask {
	background:#EA8A36;
	opacity:0.5;
}
section.settimopiano article.colore_slide_4 div.mask {
	background:#65452B;
	opacity:0.5;
}
section.settimopiano article.colore_slide_5 div.mask {
	background:#C8D153;
	opacity:0.5;
}
section.settimopiano article.colore_slide_6 div.mask {
	background:#8BD1E8;
	opacity:0.5;
}
section.settimopiano article.colore_slide_0:hover div.mask {
	background:#912E32;
	opacity:0.9;
}
section.settimopiano article.colore_slide_1:hover div.mask {
	background:#00548F;
	opacity:0.9;
}
section.settimopiano article.colore_slide_2:hover div.mask {
	background:#008B75;
	opacity:0.9;
}
section.settimopiano article.colore_slide_3:hover div.mask {
	background:#EA8A36;
	opacity:0.9;
}
section.settimopiano article.colore_slide_4:hover div.mask {
	background:#65452B;
	opacity:0.9;
}
section.settimopiano article.colore_slide_5:hover div.mask {
	background:#C8D153;
	opacity:0.9;
}
section.settimopiano article.colore_slide_6:hover div.mask {
	background:#8BD1E8;
	opacity:0.9;
}
@media only screen and (max-width : 960px)  {
section.settimopiano {
	height:auto!important;
}
section.settimopiano article {
	width: 50%;
}
}
@media only screen and (min-width : 961px)  {
section.settimopiano {
	position:absolute;
	top:80%;
	left:0;
	height:20%;
}
section.settimopiano .contenitore {
	height:100% !important;
}
section.settimopiano .contenuto {
	height:100% !important;
	flex-flow:row nowrap;
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;
}
section.settimopiano article {
	width: 100%;
}
section.settimopiano article h3 {
}
}