﻿/*@media only screen and (min-width: 1200px) {
    #news .featured-article {
        margin: 0px -30px;
    }

    #news .featured-article [class*="col-"] {
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 768px) {
    #news .featured-article .image-wrapper {
        margin: 0px -15px;
    }
}

#news .featured-article .main-info .title {
    font-size: 1.5rem;
    line-height: 1.4;
}

#news .featured-article .main-info .category {
    font-size: 0.75rem;
    color: #6d7686;
}

#news .featured-article .main-info .description {
    line-height: 1.4;
    margin-bottom: 2.25rem;
}

#news .featured-article .main-info .category a,
#news .featured-article .main-info .description a {
    color: inherit;
}*/

/* Section 2 */
@media only screen and (min-width: 992px) {
    #news .section-2,
    #news .section-2.bg-metal .container-fluid {
        padding: 50px 0px;
    }
}

@media only screen and (min-width: 992px) {
    #news .section-2 .section-left {
        float: left;
        width: 75%;
        padding-right: 30px;
    }

    #news .section-2 .section-right {
        float: left;
        width: 25%;
    }
}

#news .section-2 .section-left .article-featured {
    background-color: #6d7686;
}

#news .section-2 .section-left .article-featured a {
    color: inherit;
}

#news .section-2 .section-left .article-featured {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width: 768px) {
    #news .section-2 .section-left .article-featured .image-wrapper {
        flex-basis: 66.6667%;
    }

    #news .section-2 .section-left .article-featured .main-info {
        flex-basis: 33.3333%;
    }
}

#news .section-2 .section-left .article-featured .image-wrapper:after {
    padding-top: 63.95%;
}

#news .section-2 .section-left .article-featured .main-info .title {
    font-size: 1.5rem;
    line-height: 1.3;
}

#news .section-2 .section-left .article-featured .main-info .description {
    line-height: 1.4;
}

#news .section-2 .section-left .article-featured .main-info .secondary {
    font-size: 0.875rem;
}

#news .section-2 .section-left .list-article-featured .item .title {
    font-size: 1.25rem;
    line-height: 1.3;
}

#news .section-2 .section-left .list-article-featured .item .description {
    line-height: 1.4;
}

#news .section-2 .section-left .list-article-featured .item .description a {
    color: inherit;
}

/* Section 4 */
#news .section-4 .gallery .video .category {
    font-size: 0.75rem;
}

#news .section-4 .gallery .video .category a {
    color: inherit;
}

#news .section-4 .gallery .video .title {
    font-size: 1.25rem;
    line-height: 1.45;
}

#news .section-4 .gallery .list-image {
    margin: -5px;
}

#news .section-4 .gallery .list-image [class*="col-"] {
    padding: 5px;
}

@media only screen and (min-width: 768px) {
    #news .section-4 .gallery .list-image {
        margin: -15px;
    }

    #news .section-4 .gallery .list-image [class*="col-"] {
        padding: 15px;
    }
}

#news .section-4 .gallery .list-image .item .image-wrapper:after {
    padding-top: 58%
}

#news .section-4 .gallery .list-image .item .main-info .category {
    font-size: 0.75rem;
}

#news .section-4 .gallery .list-image .item .main-info .category a {
    color: inherit;
}

#news .section-4 .gallery .list-image .item .main-info .title {
    font-size: 1rem;
}