/* Relative positioning*/
#wrapper {
    position: relative;
    margin: 0px auto;
    display: inline-block;
}

@media (max-width: 1050px){
    /* .map {
        overflow: auto;
    } */
  
}

/* Hide the original tooltips contents */
.pin {
    display: none;
}

/* Begin styling the tooltips and pins */
.tooltip1-up, .tooltip1-down {
    position: absolute;
    /* background: url(https://catalin.red/dist/uploads/2011/10/arrow-up-down.png); */
    width: 36px;
    height: 52px;
}


.tooltip1 {
    display: none;
    width: 200px;
    cursor: help;
    /*text-shadow: 0 1px 0 #fff;*/
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -99px;
    padding:15px;
    color: #000000;
    border-radius: 5px;
    box-shadow: 10px 10px 25px -10px #222;
    background: #fff;
    font-size: 11px;
    text-align: left;
}

.tooltip1::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right :10px solid transparent;
}
.tooltip1-down.active .tooltip1, .tooltip1-down:hover .tooltip1{
    display: block !important;
}
.tooltip1-up.active .tooltip1, .tooltip1-up:hover .tooltip1{
    display: block !important;
}
.tooltip1-down .tooltip1 {
    bottom: 29px;
    top: auto;
}

.tooltip1-down .tooltip1::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #ffffff;
}

.tooltip1 h2 {
    font-weight: bold;
    font-size: 14px;
    color: #ee1c29;
    margin: 0 0 10px;
}

.tooltip1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tooltip1 p {
    font-style: italic;
    font-size: 13px;
    text-align: center;
}

.map-list .item .post-02{
    height: 100%;
    border: 1px solid #eeee;
}
.map-list .item .post-02:hover{
    box-shadow: 0 3px 3px rgba(0,0,0,.5);
}
.map-list .current .post-02{
    box-shadow: 0 3px 3px rgba(0,0,0,.5);
}