/* Web Font */
* {
    font-family: 'Titillium Web', sans-serif;
}

#img {
    border: 0;
}
/**, *:before, *:after {
    box-sizing: inherit;
}*/
/* Relative positioning*/
#image-map {
    width: 100%;
    /*height: auto !important;*/
}

#Map {
    float: left;
    width: 100%;
    padding-bottom: 3em;
}
/* Hide the original tooltips contents */
.pin {
    display: none !important;
}

/* Begin styling the tooltips and pins */
.point-up, .point-down {
    position: absolute !important;
    background: url('../img/OUR STORY/pin.png') !important;
    width: 25px !important;
    height: 37px !important;
}

.point-down {
    background-position: 0 -37px !important;
}


.point {
    display: none;
    width: 230px !important;
    /*cursor: help;*/
    text-shadow: 0 1px 0 #948e8e;
    position: absolute;
    top: 13px;
    left: 60%;
    z-index: 999;
    margin-left: -115px;
    /*padding: 15px;*/
    color: #250508;
    border-radius: 5px;
    /*box-shadow: 0 3px 0 rgb(255, 255, 255);
   background: #ffffff;
    background: linear-gradient(top, #fff1d3, #ffdb90);*/
}

    .point::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;
    }

.point-down .point {
    /*bottom: 12px;
    top: auto;
    width: 250px !important;
    cursor: help;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -115px;
    padding: 15px;
    color: #222;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0,0,0,.7);
    background: #ffffff;
    background: linear-gradient(top, #fff1d3, #ffdb90);*/
    visibility: hidden;
    width: 120px;
    background-color: white;
    z-index: 1;
    position: absolute;
}

    .point-down .point::after {
        bottom: -10px;
        top: auto;
        border-bottom: 0;
        border-top: 10px solid #ffffff;
    }

.point h2 {
    /*font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;*/
    font-size: 16px !important;
    margin: 0 0 10px;
}

.point-down:hover .point {
    visibility: visible;
    /*display:block;*/
}


.rt-container {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.rt-row:before, .rt-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.rt-row:after {
    clear: both;
}


#flag {
    margin-right: 19px;
    margin-left: 0px;
}

#flag1 {
    margin-left: 12px;
    margin-right: 19px;
}

#mobile-map {
    display: none;
}

#desktop-map {
    display: block;
}

@media only screen and (max-width: 1200px) {
    #mobile-map {
        display: block;
    }

    #desktop-map {
        display: none;
    }
}
