div.galleria_normale {
}
div.contenitoregalleria {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	width:100%;
}

div.galleria_normale div.contenitore_immagini_grandi {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row nowrap;

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

div.galleria_normale figure.immagineGrande {
	margin: 0px auto 0px auto;
	cursor:pointer;
	text-align: center;
	float:left;
	width: 100%;
	position: relative;
	border: none;
	z-index:2900;
}
div.galleria_normale figure.immagineGrande img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 0;
	float: none;
	display: inline-block;
	box-sizing:border-box;
	max-height: 400px;
}
div.galleria_normale figure.immagineGrande figcaption.didascalia {
	color: #133C69;
	font-weight: 400!important;
	font-size: 0.9rem;
	line-height: 200%;
}
div.galleria_normale div.contenitoreGalleria a.frecciaSx {
	opacity:1;
	height:100%;
	width:20%;
	position:absolute;
	left:0;
	top:0;
	z-index:3000;
}
div.galleria_normale div.contenitoreGalleria a.frecciaSx:hover {
	background:url("../../../images/pubblico/sxHover.svg") no-repeat center left;
	background-size: 2.5rem 2.5rem;
	opacity:1;
}
div.galleria_normale div.contenitoreGalleria a.frecciaDx {
	height:100%;
	width:20%;
	position:absolute;
	right:0;
	top:0;
	z-index:3000;
	opacity:0;
}
div.galleria_normale div.contenitoreGalleria a.frecciaDx:hover {
	background: url(../../../images/pubblico/dxHover.svg) no-repeat center right;
	background-size: 2.5rem 2.5rem;
	opacity:1;
}

div.galleria_normale div.miniature {
	width: 100%;
	text-align:center;
	padding:0.3125rem 0;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	position: relative;
}
div.galleria_normale div.miniature a.miniatura {
	display:block;
	margin:0.1rem;
	z-index:3000;
	width: 3.6rem!important;
	height: 2.4rem!important;
	border: 1px solid #FFF!important;
	background-size: contain!important;
}
main.scheda div.galleria_normale figure.immagineGrande img {
	/*border: 1px solid #CCC!important;*/
}

main.scheda div.testo:nth-of-type(1) {
	min-height: 400px;
}
/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
main.scheda div.galleria_normale  {
	order: -1;
}
}
@media only screen and (max-width : 1200px) {
div.galleria_normale figure.immagineGrande {
	height: auto;
}
div.galleria_normale figure.immagineGrande img {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
}
div.galleria_normale div.miniature {
	bottom: 2.3125rem;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
div.galleria_normale {
}
main.scheda > div:nth-of-type(1) {
	height: 400px;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: column wrap;
}
main.scheda > div:nth-of-type(1) div.aziende_contatti {
}
main.scheda div.galleria_normale figure.immagineGrande {
	border-left: 2px solid #E52713;
	background: url("../../../images/pubblico/freccia_scheda.jpg") no-repeat left center;
	width: calc(100% - 15px);
	padding: 0 0 0 15px;
}
}