.grid h3 {
    font-size: 1.8em;
    font-weight: 600;
    background: #005172;
    color: #fff;
    margin-bottom: 30px;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

.grid .grid1:last-child {
    float:left !important;
}

/******* grid1 *******/

.grid1 {
    margin-bottom: 20px;
    min-height: 200px;
    text-align: center;
}

.grid1 .field-content {
    width: 100%;
}

.grid1 .image {
    min-height: 60px;
    margin-top: 10px;
}

.grid1 .image img{
    width: 100%;
}

.grid1 .image.small img{
    width: auto;
}

.grid1 .titolo {
    display: inline-block;
    border-radius: 3px;
    margin-right: 2%;
    margin-top: 10px;
    width: 100%;
}

.grid1 .titolo a {
    display: block;
    background: #f4f4f4;
    padding: 5px 10px;
    font-weight: 700;
}

.grid1 .titolo a:hover {
    background: #DC8B8A;
    color: #fff;
}



/******* grid1 alt1 *******/

.grid1.alt1 {
    margin-bottom: 15px;
    min-height: 150px;
}

/******* grid1 alt2 *******/

.grid1.alt1 {
    margin-bottom: 15px;
    height: 40px;
}

/*** consorzio ***/

.consorzio .grid1{
    margin-bottom: 15px;
    height: 40px;
    min-height: 40px;
}

/*** stampa ***/

.stampa .grid1 .image img{
    width: 60%;
}

.stampa .grid1 .titolo a {
    font-size: 1.4em;
}

/*** eventi ***/

.eventi .grid1 {
    min-height: 300px;
}

.view-footer {
    padding-top: 30px;
}

@media only screen and (max-width: 480px) {

.consorzio .grid1 {
    margin-bottom: 30px;
    height: 65px;
}

}

@media only screen and (max-width: 938px) and (min-width: 769px) {

.rassegna .grid1 {
    min-height: 220px;
}

.eventi .grid1 {
    margin-bottom: 10px;
}

}
