@CHARSET "UTF-8";

#content_area .fidi_menu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	width: 120px;
}

#content_area .fidi_menu figure {
	position: relative;
	margin: 0;
	padding: 0;
	
	height: calc((100%) / 7);
	/*height: 100px;*/
	
	border: solid 2px;
	border-top: none;
	border-right: none;
	border-left: none;
	
	cursor: pointer;
}

#content_area .fidi_menu figure img {
	position: absolute;
	top: 30%;
	left: 50%;
	
	margin: 0;
	margin-right: -50%;
	
	border: solid 7px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transform: translate(-50%, -30%);
	-moz-transform: translate(-50%, -30%);
	-o-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
}

#content_area .fidi_menu figure figcaption {
	position: absolute;
	top: 80%;
	left: 50%;
	
	margin: 0;
	margin-right: -50%;
	padding: 0 5px;
	
	text-align: center;
	font-weight: normal;
	
	-webkit-transform: translate(-50%, -80%);
	-moz-transform: translate(-50%, -80%);
	-o-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
}

#content_area .fidi_menu figure:last-child {
	border-bottom: none;
}

#content_area #fidi_container {
	position: absolute;
	top: 0;
	right: 125px;
	bottom: 0;
	left: 0;
}

.fidi_attivita_correlate {
	position: absolute;
	right: 1px;
	
	width: 0;
	height: 0;
	
	margin: 0;
	padding: 0;
	
	border: solid 2px;
	box-sizing: border-box;
	
	z-index: 10;
	overflow: hidden;
	
	display: none;
}

.fidi_attivita_correlate img.close {
	position: absolute;
	top: 6px;
	right: 5px;
	
	cursor: pointer;
	
	z-index: 2;
}

.fidi_attivita_correlate .lista {
	position: relative;
	margin: 0 30px 0 10px;
	
	height: 29px;
}

.fidi_attivita_correlate .lista div {
	position: relative;
	float: left;
	
	height: inherit;
	line-height: 29px;
}

.fidi_attivita_correlate .lista div:nth-child(1) {
	width: 260px;
}

.fidi_attivita_correlate .lista img {
	position: relative;
	float: right;
	margin: 6px 0px 0 10px;
	
	vertical-align: top;
}
