div.galleria {
	width:100%;
	padding:0px 0px;
	margin:0.625rem 0;
	font-size:0;
}
div.contenitoreGalleria {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
}

div.galleria div.contenitore_immagini_grandi {
	display:flex;
	align-items: center;
	justify-content: space-between;

	display:-webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;

	display:-ms-flexbox;
	-ms-align-items: center;
	-ms-flex-pack: space-between;
	-ms-flex-flow:row nowrap;

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

div.galleria figure.immagineGrande {
	margin: 0px auto 0px auto;
	cursor:pointer;
	text-align: center;
	float:left;
	width: 100%;
	position: relative;
}
#contenuto div.galleria figure.immagineGrande img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 0;
	float: none;
	display: inline-block;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
}
div.galleria div.contenitoreGalleria figcaption.didascalia {
	font-size: 0.875rem;
}
div.galleria div.contenitoreGalleria a.frecciaSx {
	opacity:0;
	height:100%;
	width:20%;
	position:absolute;
	left:0;
	top:0;
	z-index:3000;
}
div.galleria div.contenitoreGalleria a.frecciaSx:hover {
	background:url(../../../images/pubblico/sxHover.svg) no-repeat center left!important;
	background-size: 1.25rem 1.25rem!important;
	opacity:1;
}
div.galleria div.contenitoreGalleria a.frecciaDx {
	height:100%;
	width:20%;
	position:absolute;
	right:0;
	top:0;
	z-index:3000;
	opacity:0;
}
div.galleria div.contenitoreGalleria a.frecciaDx:hover {
	background: url(../../../images/pubblico/dxHover.svg) no-repeat center right!important;
	background-size: 1.25rem 1.25rem!important;
	opacity:1;
}

div.galleria div.miniature {
	width: 100%;
	text-align:center;
	padding:0.3125rem 0;
	display:flex;
	align-items: center;
	justify-content: center;

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

	display:-ms-flexbox;
	-ms-align-items: center;
	-ms-flex-pack: center;
	-ms-flex-flow:row nowrap;
}
div.galleria div.miniature a.miniatura {
	display:block;
	margin:0 0.15625rem;
	opacity:0.5;
	border: none!important;
	background-size: cover !important;;
	z-index:3000;
		
}
div.galleria div.miniature a.selected {
	opacity:1;
	border: 1px solid #BA0020!important;
}
div.galleria div.miniature a:hover {
	opacity:1;
}

/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
#contenuto div.galleria figure.immagineGrande {
	height: auto;
}
#contenuto div.galleria figure.immagineGrande img {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
}
#contenuto div.galleria div.miniature a.miniatura {
}
}

/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
#contenuto.monocolonna div.galleria {
	margin:0 1.25rem 1rem 0;
	padding:0rem 0;
	width: calc(50% - 1rem);
	float:left;
}
div.galleria {
	clear: both;
}
div.struttura {
	float: right!important;
	width: calc(50% - 1rem)!important;
}
div.struttura table{
	margin: 0 0 0 0!important;
}
}