﻿#MIDDLE {
    min-height: 530px;
    background-color: #fff;
}

/*Article view*/
.article-view .heading h3 {
    font-weight: 500;
}
.article-view.bl-bg:first-child {
    border: none;
}

.article-view .article-time time {
    padding-bottom: 5px;
}

aside .main-heading {
    font-size: 2.5rem;
}
aside .aside-item {
    margin-top: 10%;
}


/*Article view colored*/
@media (min-width: 768px) and (max-width: 991px) {
    .tb-list figure {
        width: 25%;
        position: relative;
        min-height: 1px;
        float: left;
        padding-right: 10px;
    }
    .tb-list .article-wrap {
        width: 75%;
        position: relative;
        min-height: 1px;
        float: left;
        padding-left: 10px;
    }
    .tb-list .article-view .card, .article-view.list-view {
        border-top: 1px solid #4E5B31 !important;
    }
}

@media (min-width: 768px) {
    article.card.minHgt .article-container {
        min-height: 150px;
    }
    .article-view:hover figure {
        background: #fff;
    }
    .article-view:hover picture img {
        opacity: 0.8;
    }

    .article-view:hover h3 {
        text-decoration: underline;
    }
}
@media (min-width: 992px) {
    #MIDDLE {
        background-color: #f0f0f0;
    }
    section {
        margin: 40px auto;
    }
    section:first-child {
        margin: 0 auto 40px auto;
        padding-top: 20px;
    }
    .article-view .hd-sm .heading h3 {
        font-size: 16px;
    }
    .article-view .heading h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .article-view .hd-md .heading h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .article-view .colored .heading h3 {
        padding-bottom: 15px;
    }
    .article-view .colored .article-time time,
    .article-view .colored .article-time span {
        position: relative;
    }
    .article-view .card .article-container {
        padding: 10px 0 20px;
    }
    .article-view .card.colored .article-container {
        padding: 20px;
    }
    .article-view .card.colored .article-time {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .article-view .colored .list-full .article-container {
        padding: 30px 30px 30px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    .col-sm-72 {
        width: 71%;
    }

    .col-sm-28 {
        width: 29%;
    }

    article.card.minHgt .article-container {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    #MIDDLE {
        margin-top: 40px;
    }
    section:first-child {
        margin-top: 55px;
    }
    .article-view article.card, .article-view.list-view {
        border-bottom: 1px solid #ddd !important;
        padding-bottom: 20px;
    }
    .heading.bd-bl h2 {
        line-height: 0.7;
    }
    .heading.bd-bl .main-heading {
        font-size: 3rem;
    }
}
@media (max-width: 991px) {
    .article-view, .article-view .card {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: none !important;
        margin-top: 10px !important;
    }
    .article-view .article-time time {
        font-size: 14px;
    }
    .article-view h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}