.footer-map {
    width: 100%;
}

.footer-map .links-container {
    margin: 0 auto;
}

.footer-map .footer-map-column-wrapper {
    width: 24%;
    height: 100%;
    display: inline-table;
    /*display: inline-block;*/
}

.footer-map .footer-map-column {
    width: 80%;
    margin: 0 auto;
}

.footer-map .footer-map-column .footer-map-column-title {
    font-size: 14px;
    line-height: 24px;
    color: #dd3333;
    font-weight: bold;
}

.footer-map .footer-map-column .footer-map-column-items {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.footer-map .footer-map-column .footer-map-column-items a {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

.footer-map .lower-rectangle {
    width: 100%;
    /*min-height: 31px;*/
    height: 47px;
    background-color: #d33232;
    color: #fff;
    font-size: 12px;
}

.footer-map .lower-rectangle .container {
    width: 100%;
    line-height: 47px;
    padding: auto 15px;
    margin: 0 auto;
    clear: both;
}

.footer-map .lower-rectangle .owner-rights {
    float: left;
    margin: auto 36px;
}

.footer-map .lower-rectangle .buttons {
    float: right;
    margin: auto 36px;
}

.footer-map .lower-rectangle .buttons li {
    display: inline;
    padding: 0 10px;
}

@media (min-width: 1200px ) {
    .footer-map .links-container {
        width:  1170px;
        display: block;
    }
    .footer-map .lower-rectangle .container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    .footer-map .footer-map-column-wrapper {
        width: 100%;
        display: block;
        /*display: inline-block;*/
    }

    .footer-map .lower-rectangle {
        height: 58px;
    }

    .footer-map .lower-rectangle .container {
        line-height: 21px;
        padding: 6px 0;
        text-align: center;
    }
    .footer-map .lower-rectangle .owner-rights {
        float: none;
        line-height: 21px;
        position: relative;
        top: 3px;
    }

    .footer-map .lower-rectangle .buttons {
        float: none;
        margin: 0 auto;
    }
}