/* Web Font */
* {
    /* font-family: "Titillium Web", sans-serif; */
}

/* Relative positioning*/
#image-map {
    position: relative;
    /* margin: 150px auto 20px auto; */
}

/* Hide the original tooltips contents */
.pin {
    display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up,
.tooltip-down {
    position: absolute;
    background: url(https://i.imgur.com/13rZbuk.png);
    width: 25px;
    height: 37px;
}

.tooltip-down {
    background-position: 0 -37px;
}

.tooltipinfo {
    display: none;
    width: 300px;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    /* top: 10px;
  left: 50%; */
    z-index: 999;
    padding: 15px;
    color: #222;
    border-radius: 5px;
    background: #d8e2fe;
    /* cursor: help; */
    /* margin-left: -115px; */
    /* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7); */
    /* background: linear-gradient(top, #fff1d3, #ffdb90); */
}

.tooltip2 {
    display: none;
    width: 300px;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    z-index: 999;
    padding: 15px;
    color: #222;
    border-radius: 5px;
    background: #d8e2fe;
}

@media only screen and (max-width: 1024px) {
    .tooltipinfo {
        width: 250px;
        padding: 2px;
        font-size: 10pt;
    }

    .tooltip2 {
        width: 250px;
        padding: 2px;
        font-size: 10pt;
    }
}

/* .tooltipinfo::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff1d3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
} */

.tooltip-down .tooltipinfo {
    bottom: 12px;
    top: auto;
}

    .tooltip-down .tooltipinfo::after {
        bottom: -10px;
        top: auto;
        border-bottom: 0;
        border-top: 10px solid #ffdb90;
    }

.tooltipinfo h2 {
    font: bold 1.3em "Trebuchet MS", Tahoma, Arial;
    margin: 0 0 10px;
}

.tooltipinfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
