﻿
#SubHeaderProtected {
    background-image: url(media/bg/BgProtected.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
}

.TitoloProtected h2 {
    font-weight: bold;
    height: 30px;
    display: block;
    line-height: 29px;
}

    .TitoloProtected h2 a {
        font-weight: bold;
        display: inline-block;
        background-color: #DCB596;
        font-size: 13px;
        text-transform: uppercase;
        width: 28px;
        height: 28px;
        border-radius: 3px;
        float: left;
        text-align: center;
        font-size: 15px;
        line-height: 28px;
        margin-right: 5px;
    }
/**************************************************CondivisioneMateriali*/
#MaterialiCondivisione {
}

    #MaterialiCondivisione .col-lg-4 a {
        background-color: #f7ede4;
        text-decoration: none;
        padding: 15px;
        display: block;
    }

    #MaterialiCondivisione .ImageMateriale {
        height: 200px;
        overflow: hidden;
        margin-bottom:10px;
    }

        #MaterialiCondivisione .ImageMateriale img {
            width: 100%;
        }
.BoxMateriale_Text span{
    display:block;
    font-weight:bold;
    color:#000000;
}
.BoxMateriale_Text p {
    font-weight: 400;
    color: #000000;
}
    .BoxMateriale_Text p::first-letter {
        font-size: inherit;
        font-weight: 400;
        float: inherit;
        color: #000;
        padding: 0;
    }
.BoxMateriale_Text span:last-of-type{
    text-transform:uppercase;
    font-size:12px;
    display:block;
    text-align:right;
}