﻿
/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .filter_date_column {
        border-left: 0;
        padding: 0;
    }

    .modNewsFilterBar {
        margin-bottom: 30px;
    }

    .modNewsFilterBar .btn-group {
        display: block;
    }

    .modNewsFilterBar .dropdown-menu {
        width: 100%;
    }

    .news_row .img-responsive {
        margin-bottom: 15px;
    }

    .modNewsMetaData small {
        display: block;
    }

    .news_row .link_block_xs .glyphicon {
        float: right;
    }

    .news-section .news-section-image {
        margin: 0 0 15px;
    }
}
