/* SLIDE IN HOMEPAGE */
section.terzopiano {
	width:100%;
	padding:0px 0px;
	position:relative;
	display:block;
}

section.terzopiano a.avanti {
	position: absolute;
	top:50%;
	right:0;
	width:4rem;
	height:4rem;
	margin-top:-2rem;
	background: url(../../../images/pubblico/dx.png) no-repeat center center;
	z-index:5;
}
section.terzopiano a.indietro {
	position: absolute;
	top:50%;
	left:0;
	width:4rem;
	height:4rem;
	margin-top:-2rem;
	background: url(../../../images/pubblico/sx.png) no-repeat center center;
	z-index:5;
}
section.terzopiano .contenitore {
	width:100%;
	height:100%;
	padding:0px 0px;
	position:relative;
	display:block;
	overflow: hidden;
}
section.terzopiano .contenuto {
	height:100%;
	margin:0px;
	padding:0px;

	display: flex;
	flex-flow:row nowrap;

	display: -webkit-flex;
	-webkit-flex-flow:row nowrap;

	display: -ms-flexbox;
	-ms-flex-flow:row nowrap;

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

	z-index:1;
}
section.terzopiano article {
	width:100%;
	height:100%;
	padding:0;
	text-align:center;

	display: flex;
	flex-flow:column nowrap;
	align-items: center;
	justify-content: center;

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

	display: -ms-flexbox;
	-ms-flex-flow:column nowrap;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}
section.terzopiano article div {
	height:100%;
	width:100%;
	padding:0;
	text-align:left;
	display: flex;
	flex-flow:column wrap;
	align-items: flex-start;
	justify-content:center;

	display: -webkit-flex;
	-webkit-flex-flow:column wrap;
	-webkit-align-items: flex-start;
	-webkit-justify-content:center;

	display: -ms-flexbox;
	-ms-flex-flow:column wrap;
	-ms-flex-align: flex-start;
	-ms-flex-pack:center;
	background:url(../../../images/pubblico/mask2.png);
}
section.terzopiano article h3 {
	color:#FFF;
	line-height:140%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:400;
	text-shadow:1px 1px #000;
}
section.terzopiano article h3 a {
	color:#FFF;
	text-decoration:none;
}
section.terzopiano article a.vai {
	font-size:0.875rem;
	width:9.375rem;
	height:2.5rem;
	line-height:2.5rem;
	padding:0;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	background:#009579;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	border-radius:0.3125rem;
	text-transform:uppercase;
	font-weight:700;
}

section.terzopiano article p {
	color:#FFF;
	line-height:140%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:600;
	text-shadow:1px 1px #000;
}

div#controlli_terzopiano label {
	display: none;
}
section.terzopiano article span.copertura {
	display:none;
}
section.terzopiano article a.maggiori_info {
	display:none;
}
section.terzopiano article a.aggiungi_copertura {
	display:none;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
section.terzopiano {
	margin:0 0 0 0;
	height:16rem;
}
section.terzopiano article h3 {
	font-size:1.4rem;
	width:90%;
	margin:0.3125rem 5%;
	text-align:center;
	margin-top:0rem;
}
section.terzopiano article p {
	display:none;
}
section.terzopiano article a.vai {
	display:none;
}
section.terzopiano div.paginazione {
	display:none;
}
section.terzopiano article a.aggiungi {
	display:none;
}
section.terzopiano article span.prezzo {
	display:none;
}
section.terzopiano article span.prezzo_scontato {
	display:none;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 961px) {
section.terzopiano {
	margin:0rem 0 0 0;
	height:25rem;
	overflow:hidden;
}
section.terzopiano article {
	/*background-attachment:fixed !important;*/
}
section.terzopiano article h3 {
	font-size:2rem;
	width:60rem;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:absolute;
	top:13rem;
	left:0;
	margin-left:-30rem;
	opacity: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.terzopiano article p {
	font-size:0.875rem;
	width:59.8rem;
	margin:0 auto;
	padding:0 0.1rem;
	text-align:left;
	position:absolute;
	top:16rem;
	left:50%;
	margin-left:-30rem;
	opacity:0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
section.terzopiano article a.vai {
	margin:0 0 0 -30rem;
	position:absolute;
	top:30rem;
	left:50%;
	opacity:0;
}
section.terzopiano article.selected h3 {
	opacity:1;
	left:50%;
}
section.terzopiano article.selected p {
	opacity:1;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
section.terzopiano article.selected a.vai {
	opacity:1;
	top:19rem;
}
section.terzopiano article a.aggiungi {
	margin:0rem auto 0 auto;
	padding:0 0 0 0rem;
	position: absolute;
	height:1.875rem;
	width:1.875rem;
	font-size:0rem;
	bottom:0;
	line-height:1.5rem;
	right:0rem;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../../../images/pubblico/addcart.png) no-repeat center center #009579;
	opacity:0;
	transition:all ease-in-out 300ms;
}
section.terzopiano article.selected a.aggiungi {
	opacity:1;
}
section.terzopiano article a.aggiungi:hover {
	background:url(../../../images/pubblico/addcart.png) no-repeat center center #353535; 
}
section.terzopiano article span.prezzo {
	margin:0rem auto 0 auto;
	padding:0 0 0 0;
	position: absolute;
	height:1.875rem;
	width:6rem;
	bottom:0;
	font-size:1.2rem;
	text-align:center;
	line-height:1.875rem;
	right:1.875rem;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:400;
	background:#353535;
	font-family: 'Comfortaa', cursive;
	opacity:0;
	transition:all ease-in-out 300ms;
}
section.terzopiano article.selected span.prezzo {
	opacity:1;
}
section.terzopiano article span.prezzo_scontato {
	margin:0rem auto 0 auto;
	padding:0 0 0 0;
	position:absolute;
	height:1rem;
	bottom:0.3125rem;
	font-size:1rem;
	line-height:1rem;
	right:8rem;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:line-through;
	font-weight:400;
	opacity:0;
	transition:all ease-in-out 300ms;
}
section.terzopiano article.selected span.prezzo_scontato {
	opacity:1;
}
section.terzopiano div.paginazione {
	width:100%;
	margin:0rem 0 0 0;
	padding:0.625rem 0;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
}
section.terzopiano div.paginazione label {
	display:inline-block;
	width:0.625rem;
	height:0.625rem;
	background:#FFF;
	cursor:pointer;
}
section.terzopiano div.paginazione label.selected {
	background:#009579;
}
}