/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Small devices (tablets, 992px and down) */
@media (max-width: 992px) {

    .view-id-news_sidebar {
        padding-top: 580%;
        position: relative;
    }

    .view-id-news_sidebar .view-content {
        position: absolute;
        top: 0;
        height: 100%;
        overflow: scroll;
    }

    .view-id-news_sidebar:after {
        content: " ";
        position: absolute;
        bottom:0;
        width: 100%;
        height:40px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .view-id-news_sidebar .view-content .views-row-last {
        margin-bottom: 0;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-nav > li a{
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-default .navbar-nav > li .smWrapper ul li {
        padding: 0;
    }

    .navbar-default .navbar-nav > li .smWrapper ul li a{
        font-size: 12px;
    }
}