/*-------------------------------------------------------------------------------
News
-------------------------------------------------------------------------------*/

.news .newsitem {
    margin: 15px 0 30px 0;
}

.news .newsitem .text {
    margin-top: 15px;
}

.news .newsitem .date {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}

.news .newsitem h3 {
    margin-top: 15px;
}

.news .newsitem .img img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 992px) {

    .news .newsitem.fullwidth h3 {
        margin-top: 0;
    }

    .news .newsitem.fullwidth .text {
        margin-top: 0px;
    }

}