.view-main-news img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .view-main-news {
        margin-bottom: 20px;
    }
}

#news {
    padding: 30px 0 10px;
    margin-top: 20px;
    background: #f1f1f1;
}

#news .view-id-news .view-content {
    overflow: auto;
}

.news {
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: 300;
}

.news a {
    color: #333;
}

.news .category {
    position: absolute;
    margin: 15px 0 0 0;
    padding: 5px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
    .news {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .news {
        font-size: 18px;
    }

    #news .news > .with-image {
        min-height: 270px;
    }
}

.news .caption > a {
    display: block;
    padding: 20px;
    background: #fff;
}

.news .caption > .without-image {
    background: #822433;
    color: #fff;
}

.biblioteca .news .caption > .without-image {
    background: #52514B;
}

.centro .news .caption > .without-image {
    background: #146255;
}

.dipartimento .news .caption > .without-image {
    background: #005866;
}

.facolta .news .caption > .without-image {
    background: #2b425c;
}

.museo .news .caption > .without-image {
    background: #534F2C;
}

.all-news a {
    float: right;
    padding: 15px 30px;
    background: #822433;
    margin: 0 10px 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}

.biblioteca .all-news a {
    background: #52514B;
}

.centro .all-news a {
    background: #146255;
}

.dipartimento .all-news a {
    background: #005866;
}

.facolta .all-news a {
    background: #2b425c;
}

.museo .all-news a {
    background: #534F2C;
}


/*
 * PAGE NEWS
 */
.page-news .news > div {
    border: solid 1px #eaeaea;
    height: 100%;
}


/*
 * APPOINTMENTS
 */
#calendar {
    padding: 20px 0;
}

#block-views-events-front-events .block-title {
    background: none;
    color: #822433;
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 0;
}

.biblioteca #block-views-events-front-events .block-title {
    color: #52514B;
}

.centro #block-views-events-front-events .block-title {
    color: #146255;
}

.dipartimento #block-views-events-front-events .block-title {
    color: #005866;
}

.facolta #block-views-events-front-events .block-title {
    color: #2b425c;
}

.museo #block-views-events-front-events .block-title {
    color: #534F2C;
}

@media only screen and (max-width: 767px) {
    .front .event:not(:last-child) {
        margin-bottom: 20px;
    }   
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .front .event:not(:last-child) {
        margin-bottom: 20px;
    }   
}

.tutte-news a {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px;
    background: #822433;
}

.tutte-news a:hover,
.tutte-news a:active,
.tutte-news a:focus {
    background: #a15b66;
}

.biblioteca .tutte-news a {
    background: #52514B;
}

.biblioteca .tutte-news a:hover,
.biblioteca .tutte-news a:active,
.biblioteca .tutte-news a:focus {
    background: #63615a;
}

.centro .tutte-news a {
    background: #146255;
}

.centro .tutte-news a:hover,
.centro .tutte-news a:active,
.centro .tutte-news a:focus {
    background: #257164;
}

.dipartimento .tutte-news a {
    background: #005866;
}

.dipartimento .tutte-news a:hover,
.dipartimento .tutte-news a:active,
.dipartimento .tutte-news a:focus {
    background: #207482;
}

.facolta .tutte-news a {
    background: #2b425c;
}

.facolta .tutte-news a:hover,
.facolta .tutte-news a:active,
.facolta .tutte-news a:focus {
    background: #607185;
}

.museo .tutte-news a {
    background: #534F2C;
}

.museo .tutte-news a:hover,
.museo .tutte-news a:active,
.museo .tutte-news a:focus {
    background: #5f592a;
}

.event h1,
.event h2 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #822433;
}

.event h1 a,
.event h2 a {
    color: #822433 !important;
}

.biblioteca .event h1 a,
.biblioteca .event h2 a {
    color: #52514B !important;
}

.centro .event h1 a,
.centro .event h2 a {
    color: #146255 !important;
}

.dipartimento .event h1 a,
.dipartimento .event h2 a {
    color: #005866 !important;
}

.facolta .event h1 a,
.facolta .event h2 a {
    color: #2b425c !important;
}

.museo .event h1 a,
.museo .event h2 a {
    color: #534F2C !important;
}

.event .num-data {
    font-size: 50px;
    line-height: 50px;
}

.event .ora-data {
    display: block;
}

.event h3 {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #333;
}

#block-views-events-front-events .tutte-news {
    margin-bottom: 20px;
}

.page-eventi .event {
    margin-top: 30px;
}

.page-eventi .event h3 a {
    color: #333;
}
