.wrap-img-archivi {
    margin: 0;
    padding: 15px 0;
    float: left;
    width: 100%;
}

.wrap-img-archivi h1 {
    margin: 0 0 3px 0px;
    padding: 0;
    color: rgb(33, 33, 33);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: inline;
}

.wrap-img-archivi span {
    font-size: 13px;
    text-transform: uppercase;
}

.wrap-img-archivi .img-archivi {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100px;
    display: inline-grid;
    width: 23%;
    float: left;
    margin-right: 9px;
    cursor: pointer;

}

.wrap-img-archivi .img-archivi.float-right {
    margin-right: 0;
}

.wrap-img-archivi .img-archivi.more-img {
    background-color: rgba(0, 0, 0, 0.3);
}

.link-more-img {
    background-color: rgba(0, 0, 0, .5);
}

.link-more-img p {
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 25%;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.link-more-img p a {
    display: block;
    color: #fff;
}

.link-more-img p a:hover {
    text-decoration: none;
}


.wrap-scheda {
    border-bottom: 1px solid #9B151B;

}

.label-scheda {
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 25px;
    border-top: 1px solid #9B151B;
    margin-bottom: 10px;
    padding-top: 15px;
}

.campo-scheda {
    font-size: 16px;
    margin-bottom: 20px;
}

.campo-scheda a {
    text-decoration: underline;
    color: #000;
    margin-right: 20px;
}

.campo-scheda a:hover {
    text-decoration: none;
}

.campo-scheda.attach-scheda {
    margin-top: 15px;
}

.campo-scheda.attach-scheda a {
    background: url(../img/paperclip-solid.svg) no-repeat center left;
    background-size: 15px;
    padding-left: 20px;
    display: block;
    margin-left: 20px;
    margin-bottom: 5px;
    text-decoration: none;
}

.full-testo {
    max-height: 100%;
}


div.campo-scheda[aria-expanded="false"] {
	background: linear-gradient(to top, rgb(214, 214, 214) 25%, rgba(242, 244, 245, 0) 35%);
}
h2.titolo-inventario{
	font-size:14px;	
}
h1.guida_radice{
    font-size: 22px;
    margin-bottom: 30px;
}
h2.guida_radice{
    font-size: 22px;
    margin-top: 20px;
	color: #000000;
}


div.panel-body h3{
	font-size:15px;	
	margin-top: 0px;
	    margin-bottom: 5px;
}
.wrap-scheda-risorse h1.guida_radice  {
    font-size: 22px;
    margin-bottom: 14px;
}

.homeH{
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
    color: #660000;	
}

.wrap-scheda-risorse .table-responsive td.ico-foto{text-align: right;
    vertical-align: middle;}



