/* start, HERE map and infoBubble styles */
/* To change theme color search and replace => ffe800 */
.hmap {
    width: 941px;
    height: 388px;
    background: grey;
}
.dm-bubble .H_ib_close {
    position: absolute;
    top: -25px;
    right: -25px;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    transform: scale(0);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.dm-bubble .H_ib_close svg {
    fill: #000000;
}
.dm-bubble .H_ib_body {
    min-height: 100px;
    background: #ffffff url('../images/gmap/ajax-loader-cs.gif') no-repeat center;
    color: #000000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    bottom: 3.2em;
    padding: 0;
    width: 326px;
}
.H_ib_tail {
    left: -0.1em;
    bottom: 2em;
}
.bubble-loaded .H_ib_close {
    visibility: visible;
    transform: scale(1);
}
.bubble-loaded .H_ib_body {
    background: #ffffff;
}
.bubble {
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
}
.dm-bubble .H_ib_content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
}
.bubble-small .H_ib_body {
    min-height: 0;
    width: auto;
    background: #000000;
    color: #ffffff;
}
.bubble-small .H_ib_content {
    font-size: 14px;
    padding-left: 10px;
    margin: 8px 0;
}
.bubble-small .H_ib_close {
    position: absolute;
    right: .2em;
    top: .2em;
    background: none;
}
.bubble-small .H_ib_close svg {
    fill: #ffffff;
}
.bubble hr {
    border-color: #cccccc;
    margin: 10px 0;
}
.bubble div {
    flex: 1;
    padding-right: 5px;
}
.bubble .bubble-image {
    display: block; 
    height: 105px;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
}
.bubble .bubble-title {
    color: #000000;
}
.bubble .bubble-title:hover {
    color: #ffe800;
}
.bubble .bubble-price {
    color: #ffe800;
    font-weight: bold;
    margin-top: 5px;
}
.more-wrapper {
    text-align: right;
    padding: 10px 0;
}
.btn__more {
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.btn__more:hover {
    text-decoration: underline;
}
.here-dom-marker {
    width: 36px;
    height: 52px;
    position: relative;
    overflow: hidden;
    top: -52px;
    left: -16px;
}
.here-dom-marker img {
    position: absolute;
    top: 5px;
}
.cl_re_types_id_1 img {
    left: 3px;
}
.cl_re_types_id_2 img {
    left: -26px;
}
.cl_re_types_id_3 img {
    left: -56px;
}
.cl_re_types_id_4 img {
    left: -87px;
}
.cl_re_types_id_5 img {
    left: -117px;
}
.cl_re_types_id_6 img {
    left: -147px;
}
/* MEDIA QUERIES */
@media(max-width: 480px) {
    .dm-bubble .H_ib_body {
        width: auto;
    }
    .bubble {
        flex-flow: column wrap;
        width: auto;
    }
    .bubble-image {
        width: 100%;
    }
    .box-map a.btn-list {
        right: 15px;
    }
}
/* end, HERE map and infoBubble styles */
