.map-area .wrap-block {
    height: auto;
    position: relative;
    flex-direction: column;
    overflow: visible !important;
    margin: 0;
    width: auto;
}
.map-area .wrap-block h2{
    width: 370px;
    height: 85px;
    font-weight: 100;
    font-family: Neutraface Light, serif;
    font-size: 30px;
    background: white;
    text-align: center;
    line-height: 36px;
    padding: 0;
    z-index: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tooltipster-content {
    padding: 20px !important;
    width: 287px;
    max-width: 287px;
    border: none;
    border-radius: 0;
    background: white;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05);
}

.tooltipster-content img {
    width: 245px;
}

.tooltipster-content .popover-body {
    padding: 0;
}

.tooltipster-content h4 {
    margin: 20px 0 8px;
    font-family: "Miller Ban Rom", serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 28px;
    color: #3e6991;
}

.tooltipster-content p {
    font-family: Neutraface Light, serif;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 12px;
    color: #000;
}

.tooltipster-content a {
    font-family: Neutraface Demi, serif;
    font-size: 14px;
    color: #3e6991;
}

.tooltipster-sidetip .tooltipster-box {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff;
}

#map-area-wrapper{
    padding: 40px 0;
    background: #f8f6f6;
}
#map-wrapper {
    width: 100%;
    height: 700px;
    background: #f8f6f6;
    overflow: visible;
}
#map-wrapper.destination{
    height: 680px;
}

#map-wrapper .leaflet-control-zoomslider-body {
    border: none;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider {
    border: none;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider a {
    background: none;
    border: none;
}

#map-wrapper .leaflet-control-zoomslider-wrap {
    background: none;
    border: none;
    padding: 10px 0;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider a.leaflet-control-zoomslider-in {
    background-image: url("/wp-content/themes/longitude131/assets/images/zoom-in.svg");
    width: 40px;
    height: 40px;
    background-size: cover;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider a.leaflet-control-zoomslider-in:after {
    display: none;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider a.leaflet-control-zoomslider-out {
    background-image: url("/wp-content/themes/longitude131/assets/images/zoom-out.svg");
    width: 40px;
    height: 40px;
    background-size: cover;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider a.leaflet-control-zoomslider-out:after {
    display: none;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider-knob {
    background: #f8f6f6;
    border: 1px solid #3e6991;
    cursor: pointer;
    width: 25px;
    height: 8px;
    margin-left: -12px;
}

#map-wrapper.leaflet-touch .leaflet-control-zoomslider-body {
    background-color: #3e6991;
    width: 1px;
    height: 146px !important;
}

#map-wrapper.leaflet-touch .leaflet-bottom {
    z-index: 400;
}

.tooltip_templates {
    display: none;
}
#destination-aus-map{
    width: 130px;
    height: 120px;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 401;
}
#experience-map {
    position: relative;
}

#experience-map .container {
    position: relative;
    padding-bottom: 0;
}

#experience-map g.hide {
    visibility: hidden;
    opacity: 0;
}

#experience-map g.show {
    visibility: visible;
    opacity: 1;
    animation: 0.5s fadeIn;
    animation-fill-mode: forwards;
}

#experience-map .exp-roll-over.hide {
    visibility: hidden;
    opacity: 0;
}

#experience-map .exp-roll-over.show {
    visibility: visible;
    opacity: 1;
    animation: 0.5s fadeIn;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#experience-map .exp-roll-over {
    width: 720px;
    height: 230px;
    background: white;
    padding: 20px;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 25px;
    right: 40px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05);
    z-index: 9;
}

#experience-map .exp-roll-over img {
    width: 295px;
    height: 190px;
    display: block;
    margin-right: 20px;
    flex: 0 0 295px;
}

#experience-map .exp-roll-over .top-text {
    text-transform: uppercase;
    font-family: Neutraface Book, serif;
    font-size: 13px;
    margin: 0 0 8px;
    color: #3e6991;
}

#experience-map .exp-roll-over h2, #experience-map .map-info-content h3 {
    font-size: 23px;
    line-height: 24px;
    font-family: "Miller Ban Rom", serif;
    margin: 0 0 8px;
    color: #3e6991;
}

#experience-map .map-info-content h3 {
    margin: 0 0 15px;
}

#experience-map .exp-roll-over p, #experience-map .ki-instruction p, #experience-map .map-info-content li {
    font-family: Neutraface Light, serif;
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 12px;
    color: #000000;
}

#experience-map .exp-roll-over p a, #experience-map .ki-instruction p a {
    font-family: Neutraface Book, serif;
    font-size: 19px;
    line-height: 23px;
    color: #3e6991;
}

#hotspots g {
    cursor: pointer;
}

#experience-map .ki-instruction {
    position: absolute;
    right: 40px;
    width: 600px;
    bottom: 40px;
    z-index: 1;
}

#experience-map .map-info {
    position: absolute;
    top: 30px;
    right: 55px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9;
}

#experience-map .map-info-content {
    width: 720px;
    height: auto;
    background: #ffffff;
    position: absolute;
    right: 40px;
    padding: 20px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05);
    z-index: 1;
    bottom: 25px;
}

#experience-map .map-info-content.hide {
    opacity: 0;
    visibility: hidden;
}

#experience-map .map-info-content.show {
    visibility: visible;
    opacity: 1;
    animation: 0.5s fadeIn;
    animation-fill-mode: forwards;
}

#experience-map .map-info-content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

#experience-map .map-info-content ul li {
    display: flex;
}

#experience-map .map-info-content ul li .map-info-dot {
    flex: 0 0 15px;
}

#experience-map .close {
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/themes/longitude131/assets/images/popup-cross-icon.svg);
    top: auto;
    cursor: pointer;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    right: 20px;
    transition: opacity 1s;
}

#experience-map .close:hover {
    opacity: 0.5;
}

#experience-map .wrap-block {
    background: #e4e8eb;
    position: absolute;
    top: 0;
    z-index: 1;
}

#experience-map .wrap-block h2 {
    width: auto;
    height: 65px;
    font-weight: 100;
    font-family: Neutraface Light, serif;
    font-size: 30px;
    background: white;
    text-align: center;
    line-height: 36px;
    padding: 0 24px 0;
    z-index: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#experience-map .exp-map-inner {
    position: relative;
    padding-bottom: 40px;
    background: #f8f6f6;
    height: 700px;
}
.map-area.destination .wrap-block h2 {
    width: 439px;
}
.map-area.destination .wrap-block {
    top: -20px;
}
@media only screen and (min-width: 601px) {
    #map-container{
        margin-bottom: 126px;
        padding-bottom: 20px;
        box-sizing: content-box;
        background: #f8f6f6;
        overflow: hidden;
    }

    #map-wrapper.destination {
        max-width: 1240px;
        margin: 0 auto;
    }

    #map-container.destination{
        background: none;
        padding: 20px 0 0;
        max-width: 1240px;
        margin: 0 auto;
        background: #f8f6f6;
    }
}

@media only screen and (max-width: 1200px) {
    .map-area .wrap-block {
        padding: 0 15px;
    }
    .map-area .container, .map-area .wrap-block {
        padding: 0;
    }
    .map-area .wrap-block h2{
        position: relative;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .map-area.destination .wrap-block {
        top: 0;
    }
    .map-area.destination .wrap-block h2 {
        width: 340px;
        max-width: 100%;
    }
    #destination-aus-map{
        top: 75px;
    }
    #map-container{
        padding-bottom: 20px;
        box-sizing: content-box;
        background: #f8f6f6;
    }
    #map-container.destination{
        padding-bottom: 0;
    }
    .leaflet-control-container{
        display: none;
    }

    .map-area .wrap-block {
        margin: 0;
        padding: 0;
    }
    .leaflet-pane.leaflet-map-pane {
        width: 100%;
        height: 700px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .map-area .wrap-block h2{
        width: 305px;
        height: 70px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 1320px) {
    /* LG */
    #experience-map .container {
        box-sizing: border-box;
    }

    #experience-map .exp-roll-over {
        bottom: 30px;
    }

    #experience-map svg {
        width: 1240px;
    }

    #experience-map .container .exp-map-inner {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 100%;
    }

    #experience-map .wrap-block h2 {
        height: 65px;
    }
}

@media only screen and (max-width: 1200px) {
    /* MD */
    #experience-map .container {
        height: 700px;
        padding: 0;
    }

    #experience-map .wrap-block h2 {
        margin-left: 0;
        width: auto;
        padding: 0 30px 0;
    }
    #experience-map .map-info {
        right: 30px;
        top: 15px;
    }
}

@media only screen and (max-width: 900px) {
    /* SM */
    #experience-map {
        background: linear-gradient(180deg, #e4e8eb 14%, #f8f6f6 0%);
    }

    #experience-map .container {
        height: 800px;
    }

    #experience-map .ki-instruction {
        width: 286px;
    }

    #experience-map .map-info-content {
        width: 337.5px;
        z-index: 10;
        right: 0;
        margin: 0 20px;
        top: 76px;
        padding-bottom: 8px;
        bottom: initial;
    }
    #experience-map .map-info-content ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    #experience-map .map-info-content li {
        font-size: 18px;
        line-height: 22px;
    }

    #experience-map .exp-roll-over {
        width: 335px;
        height: auto;
        bottom: 40px;
        flex-direction: column;
    }

    #experience-map .exp-roll-over img {
        width: 100%;
        height: auto;
        flex: 0 0 100%;
    }

    #experience-map .exp-roll-over .top-text {
        margin: 20px 0 8px;
    }

    #experience-map .close.close-content {
        top: 5px;
        right: 4px;
    }
}

@media only screen and (max-width: 600px) {
    #experience-map .wrap-block h2 {
        font-size: 25px;
    }

    #experience-map .container {
        height: 1135px;
    }

    #experience-map .map-info-content {
        width: 90%;
        z-index: 10;
        right: 0;
        margin: 0 20px;
    }

    #experience-map .map-info-content ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    #experience-map .ki-instruction {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #experience-map .exp-roll-over {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media (min-width: 1201px) {
    .experience #other-activities {
        padding: 130px 15px 0;
    }
}