@media (max-width: 1020px) {

    .map-wrapper {
        height : 380px;
        background: #0d1b34;
    }

    .map-left {
        position: relative;
        height : 379px;
        /*background: transparent url(../images/768/map-full.jpg) no-repeat center center;*/
        margin: 0 auto;
        width: 768px;
        float: none;
    }

    .map-left img
    {
        display: none;
    }

    .map-right {
        display: none;
    }

    .articles {
        margin-left : 0px;
    }

    .news {
        margin-top : 5px;
        margin     : 10px 0px;
        width      : 300px;
    }

    .news-item,
    .article {
        position      : relative;
        margin-bottom : 15px;
        text-align    : justify;
    }

    .news>header,
    .article>header {
        text-transform : uppercase;
        font-weight    : normal;
        font-size      : 19px;
        margin-bottom  : 10px;
        color          : black;
    }

    .article-admin {
        width : auto;
        float : right;
    }

    .article-image {
        float        : left;
        margin-right : 10px;
    }

    .six-columns.article
    {
        width: 100%;
        float: none;
        display: block;
    }

    .map-left .slider-wrapper
    {
        width: 437px;
        top: 20%;
        position: relative;
    }
}