<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.col-xs-12.frecce {
    margin: 5px;
}
span.descrizione {
    font-weight: bold;
}
.breadcrumb1 {
    display: none !important;
}
div#descrizione_scheda {
    /* background: #f5f5f5; */
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #cccccc;
}
.espositore {
    padding: 20px;
    /* background-color: #f5f5f5; */
    border: 1px solid #cccccc;
}
.espositore a {
    color: #0c72a5;
}
h1.titolo_scheda {
    margin: 0px;
    /* padding: 10px; */
    font-size: 12px;
    text-align: left;
    /* background: #f5f5f5; */
    float: left;
    line-height: 25px;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    /* text-align: right; */
    float: right;
    border-radius: 4px;
}
.scheda_spacer {
    padding-top: 10px;
}
.im {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
			
}
.photo_small {
	position: relative;
	
	width: 100%;
	padding-top: 100%;
	
	/* [disabled]background-color: rgb(204,204,204);
*/
}
.photo-padding {
    padding: 5px;
    /* background-color:#f5f5f5; */
    margin-bottom: 10px;
    border: 1px solid #cccccc;
}
#photo_big {
    height: 460px;
    /* background-color:#f5f5f5; */
    /* line-height: 450px; */
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #cccccc;
}
.pulsanti {
    margin-left: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
	    text-align: center;
}
.fa {
  
    font-size: 25px;
    margin-right: 10px;
}
.breadcrumb li &gt; a {
    
    font-size: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.associazioni{
 height:50px;
	}
 </pre></body></html>