/* SLIDE IN HOMEPAGE */
section.secondopiano h2 {
	font-size:1rem;
	font-family: 'Roboto Condensed', sans-serif;
	color:#929497;
	border-bottom:1px solid #f88f06;
	text-transform:uppercase;
	line-height:150%;
	font-weight:700;

}
section.secondopiano .contenitore {
	padding:0 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
section.secondopiano .contenuto {
	display:flex;
	align-items:flex-start;
	justify-content: space-around;

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

	display:-ms-flexbox;
	-ms-align-items:flex-start;
	-ms-flex-pack: space-around;
	-ms-flex-flow:row nowrap;

	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

section.secondopiano article {
	margin:0;
	padding:0;
	position:relative;
}

section.secondopiano article a.vai {
	display:none;
}
section.secondopiano article a.img {
	width:12.5rem;
	height:6.25rem;
	display:block;
	margin:0rem auto 0rem auto;
}
section.secondopiano article h3 {
	margin:0.3rem 0 0.3rem 0;
	padding:0;
	font-size:0.92rem;
	line-height:130%;
	font-weight:400;
	color:#00366C;
	font-family: 'Play', sans-serif;
}
section.secondopiano article h3 a {
	color:#00366C;
	text-decoration:none;
}
section.secondopiano article h3 a:hover {
	color:#E15045;
}
section.secondopiano article p {
}
div#controlli_secondopiano label {
	cursor:pointer;
	display:none;
	position:absolute;
	top:0.1rem;
	right: auto;
	width:1.5rem;
	height:1.5rem;
	z-index:5;
}
div#controlli_secondopiano label.sinistra {
	display: none;
    left:0.625rem;
    background: url('../../images/sx.png') no-repeat center center;
}
div#controlli_secondopiano label.sinistra:hover {
	background: url('../../images/sxHover.png') no-repeat center center;
}
div#controlli_secondopiano label.destra {
	display: none;
    right:0.625rem;
    background: url('../../images/dx.png') no-repeat center center;
}
div#controlli_secondopiano label.destra:hover {
	background: url('../../images/dxHover.png') no-repeat center center;
}
section.secondopiano .controlli {
	margin:-1rem auto 0 auto;
	padding:0;
	position: absolute;
	height:2rem;
	top:50%;
}
/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
section.secondopiano {
	width:98%;
	padding:0 1%;
	margin:0;
	position:relative;
}
section.secondopiano .contenuto {
	flex-flow:column nowrap;
	-webkit-flex-flow:column nowrap;
	-ms-flex-flow:column nowrap;
	width: 100% !important;
	content: "ridotto";
	margin-left: 0px;
}
section.secondopiano article {
	width:100%;
	margin:0;
	padding:0.5rem 0;
	border-bottom:1px solid #929497;
}
section.secondopiano article a.img {
	float:left;
	width:6rem;
	height:4rem;
	margin-right:1rem;
}
section.secondopiano article h3 {
	padding-left:7rem;
	text-align:left;
}
section.secondopiano article p {
	margin:0.5rem 0;
	padding:0;
	font-size:0.775rem;
	text-align:justify;
	font-weight:300;
	line-height:140%;
	color:#555;
}
div#controlli_secondopiano {
	display:none;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 601px) {
section.secondopiano {
	width:100%;
	height:25rem;
	padding:0.3125rem 0;
	margin:0 0 0 0;
	position:relative;
	background:#f9f9f9;
}
section.secondopiano .contenitore {
	flex-flow:row nowrap;
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;
	max-width:60rem;
}
section.secondopiano article {
	width:12.5rem;
	height:19.0625rem;
	padding:0 0 0.625rem 0;
	border-bottom:5px solid #f88f06;
}

section.secondopiano article.categoria_148 {
	border-bottom:5px solid #E7792B;
}
section.secondopiano article.categoria_147 {
	border-bottom:5px solid #8CC63F;
}
section.secondopiano h2 {
	text-align:left;
	max-width:60rem;
	margin:1rem auto;
}
section.secondopiano article a.img {
	width:12.5rem;
	height:8.33rem;
	display:block;
	margin:0rem auto 0rem auto;
}
section.secondopiano article p {
	padding:0;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:0.75rem;
	margin:0;
	color:#555;
	text-align:justify;
}
section.secondopiano .controlli {
	width:100%;
}
}