﻿.news {
    margin: 20px 0 20px 0;
}

.news-item {
    margin: 00px 0 30px;
}

.over-two .news-item {
    min-height: 350px;
    max-height: 350px;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .over-two .news-item {
        min-height: inherit !important;
        max-height: inherit !important;
        min-height: initial !important;
        max-height: initial !important;
    }
}

.news-item-img-container {
    max-height: 180px;
    min-height: 180px;
    overflow: hidden;
    position: relative;
}

    .news-item-img-container a {
        height: 180px;
        display: table-cell;
        line-height: 200px;
        vertical-align: middle;
        width: 800px;
    }

    .news-item-img-container img {
        width: 100%;
        max-width: 100%;
        vertical-align: top;
    }

@media only screen and (max-width: 1000px) {
    .news-item-img-container {
        min-height: initial;
    }
}

.over-two .news-item-img-container {
    max-height: 350px;
    min-height: 350px;
}

@media only screen and (max-width: 500px) {
    .over-two .news-item-img-container {
        min-height: inherit !important;
        max-height: inherit !important;
        min-height: initial !important;
        max-height: initial !important;
    }
}

.news-item .hover-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo-hover-layer.png) bottom center no-repeat;
    background-color: rgba(255, 220, 5, 0.0);
    /*transition: background-color 250ms ease-in-out, background-position 300ms ease-out;*/
    background-color: none;
    background-image: none;
}

.news-item:hover .hover-layer {
    display: block;
    /*background: url(../images/logo-hover-layer.png) center center no-repeat;*/
    /*background-color: #f5bf03;*/
    /*background-color: rgba(255, 220, 5, 0.8);*/
    background-color: rgba(225, 225, 225, 0.4);
}

.over-two .news-item-text-container {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media only screen and (max-width: 500px) {
    .over-two .news-item-text-container {
        position: relative;
        bottom: initial;
    }
}

.news-item-text-title {
    margin: 18px 0 7px;
}

    .news-item-text-title a {
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        color: #034187;
    }

        .news-item-text-title a:hover {
            text-decoration: underline;
        }
.news-item-date {
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.news-item-text {
    max-height: 61px;
    overflow: hidden;
    line-height: 20px;
    line-height: 15px;
}

    .news-item-text p,
    .news-item-text a {
        font-family: Arial, sans-serif;
        font-size: 13px;
        color: #034187;
        text-decoration: none;
        margin: 0;
        line-height: 15px;
    }


    .news-detail-subscribe-link {
        float: right;
        font-size: 12px;
    }

    .over-two .news-item-text {
        display: none;
    }

@media only screen and (max-width: 500px) {
    .over-two .news-item-text {
        display: inherit;
        display: initial;
    }
}