@charset "utf-8";
 
.fill {object-fit: fill;}
.contain {object-fit: contain;

width:100%;
height:auto;
max-height:100%;
}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}
 
.col-xs-12.frecce {
    margin-bottom: 30px;
}
.frecce {
    font-size: 36px;
}
.breadcrumb1 {
    display: none !important;
}
.descrizione {
    /* background-color: rgb(70, 2, 17); */
    min-height: 460px;
}
#descbreve {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #ff0041;
}
.espositore {
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
 
}
.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: 0px;
    background-color: #5a5a5aa1;
    margin-bottom: 0px;
    margin-left: 5px;
}
#photo_big {
    height: auto;
    background-color: rgb(253, 252, 252);
    line-height: 450px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    max-height: 1000px;
}
#photo_big img {
    /* height: 100% !important; */
}
.pulsanti {
    margin-left: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
	    text-align: center;
}
.fa {
  
    font-size: 25px;
    margin-right: 10px;
}
.breadcrumb li > 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%;
}