@charset "UTF-8";
/* CSS Document */

.map .inner {
    position: relative;
}

.map .col-md-8 {
    padding: 0;
}

[id$='mapcanvas'] {
    width: 100%;
}

[id$='shops'] {
    margin: 0;
}

[id$='shops'] li {
    position: absolute;
}

[id$='shops'] a {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    [id$='shops'] a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    [id$='shops'] {
        padding: 0;
        margin: 0;
        margin: 10px 16px;
        border-top: 1px solid #e1e1e1;
    }

    [id$='shops'] li {
        position: static;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    [id$='shops'] li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px 0 19px 0;
    }

    [id$='mapcanvas'] {
        display: none;
    }

    .map p {
        max-width: 400px;
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
}

[id$='shops'] a:hover, [id$='shops'] a:visited {
    text-decoration: none;
}

[id$='shops'] a:before {
    position: relative;
    top: 5px;
    width: 36px;
    height: 20px;
    margin-right: 5px;
    content: url('../../images/hh/map-logo.png');
}
