.map {
    width: 100vw;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: -4px;
}


.action {
    z-index: 2;
}

@media (min-width: 992px) {
    .action {
        position: fixed;
        top: 175px;
        right: 100px;
    }
}

@media (max-width: 991px) {
    .map {
        overflow: unset;
        margin-bottom: 60px;
    }

    .action {
        position: absolute;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: -75px;
    }

    .map-zoom {
        display: flex;
    }

        .map-zoom .nav-item + .nav-item {
            padding-left: 15px;
        }

        .map-zoom img {
            height: 18px !important;
            width: auto !important;
            margin-bottom: 3px;
        }

    .ellipse:nth-of-type(1) {
        animation: none !important;
        stroke: none;
    }

    ellipse:nth-of-type(1) {
        fill: #fff;
    }
}

.action .map-zoom a {
    width: 150px;
    margin-bottom: 5px;
    display: block;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    justify-self: flex-end;
}

.map-zoom .isImg {
    background: #243746 !important;
}

    .map-zoom .isImg:before {
        background: unset !important;
    }

    .map-zoom .isImg:hover img {
        filter: grayscale(1) !important;
    }

.mask {
    position: relative;
    z-index: -1;
    width: 100%;
}

    .mask:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #0c0b0b1f;
        z-index: 2;
    }

    .mask > img {
        width: 100%;
        height: 100%;
    }

.map > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.tag {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
    rx: 12;
    height: 25px;
    opacity: .7;
}

.tagH {
    height: 45px !important;
    rx: 25 !important;
}

.hotspot ellipse {
    animation: scaling 1.6s linear infinite;
    opacity: 1;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    cursor: pointer
}

.map path {
    opacity: 0.8;
    fill: rgba(37,55,70,0.8);
    stroke: #ff8118;
    stroke-width: 2;
    cursor: pointer;
    z-index: 1;
}

#sanfordLg {
    cursor: auto;
}

tspan.road:hover {
    fill: #fff !important;
    cursor: default;
}

.map tspan:hover {
    cursor: pointer;
    fill: #ff8118 !important;
}

.map tspan {
    font-size: 14px;
    text-transform: uppercase;
    fill: #000;
    font-weight: bold;
    z-index: 2;
    font-family: "futura-pt", sans-serif;
}

.fillWhite {
    fill: #fff !important;
    font-size: 20px !important;
    text-shadow: 2px 2px #000;
}

.map.mapZoom tspan {
    font-size: 22px;
    text-shadow: #000 1px 1px 0;
    fill: #fff;
    z-index: 2;
    font-family: "futura-pt", sans-serif;
}

.map-detail {
    position: relative;
}

    .map-detail .closeZoom {
        position: absolute;
        right: 100px;
        top: 100px;
    }

.infoPopup .close-popup,
.infoPopup .close-popup:hover,
.infoPopup .close-popup span:focus {
    border: none;
    background: none;
}

@media (min-width: 768px) {
    .infoPopup .close-popup {
        opacity: 0;
    }
}

.stateStyle {
    opacity: .3 !important;
}

.stateSlot {
    opacity: 0;
}

    .stateSlot:hover {
        opacity: .3 !important;
    }

.stage:hover {
    cursor: pointer;
}

    .stage:hover path, .stage:hover text {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        opacity: 1 !important;
    }

.point {
    z-index: 3;
    cursor: pointer;
}

    .point:before, .point:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .point:before {
        z-index: -1;
        stroke: .15em solid rgba(#fff, .9);
        opacity: 0;
        transform: scale(1.5);
        transition: transform .25s, opacity .2s;
    }

    .point:after {
        z-index: -2;
        background: #fff;
        animation: wave 3s linear infinite;
    }

#BUNNINGS ellipse:nth-of-type(1),
#BUNNINGS ellipse:nth-of-type(1),
#eastlink ellipse:nth-of-type(1),
#BRUNNINGS_RESERVE ellipse:nth-of-type(1),
#eastlink ellipse:nth-of-type(1),
#BRUNNINGS_RESERVE ellipse:nth-of-type(1) {
    animation: none !important;
}

ellipse:nth-of-type(2) {
    /*animation: scaling 1.6s linear infinite;*/
    opacity: 1;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    fill: #ff8118;
    stroke: #fff !important;
    stroke-width: 2px;
}

@keyframes scaling {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.3);
        opacity: .8;
    }

    100% {
        transform: scale(1.0);
    }
}
/*---------------------Animation----------------------------*/
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@keyframes wave {
    0% {
        opacity: 1;
        transform: scale(.8);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}
/*-----------------------------------------*/
.hotspot:hover:after {
    -webkit-animation: none;
    animation: none;
    opacity: 0;
}

ellipse:nth-of-type(1) {
    opacity: 1;
}

.point:hover ellipse:nth-of-type(1) {
    opacity: 1;
    animation: none !important;
    stroke: #ffffff;
    stroke-width: 2px;
    fill: transparent !important;
    transform: scale(1.2);
}

#Group_1 > g > ellipse:nth-of-type(2):hover {
    stroke: none;
    transition: transform 0.6s, opacity 0.6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#Group_1 > g > tspan:hover {
    stroke: none;
    fill: #ed381d;
    transition: transform 0.6s, opacity 0.6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.textHover tspan {
    stroke: none;
    fill: #ff8118 !important;
}

.hidden {
    display: none;
}

section.map-detail .item {
    display: none;
}

    section.map-detail .item div {
        background-repeat: no-repeat;
        background-size: cover;
    }

    section.map-detail .item.active {
        display: block;
    }

section.map-info .infoPopup {
    max-width: 320px;
    padding: 20px 20px 20px 20px;
    background-color: white;
    border-radius: 0;
    position: absolute;
    display: none;
    min-width: 200px;
    width: 100%;
    font-size: 0.8rem;
    z-index: 999;
    /*z-index: unset !important;*/
}

.infoPopup .title {
    font-weight: bold;
}

.infoPopup img {
    width: 100%;
    margin-top: 10px;
}

.infoPopup .close-popup {
    position: absolute;
    top: 0px;
    font-size: 30px;
    color: #000;
    right: 10px;
}

@media (min-width: 992px) {
    ellipse:nth-of-type(1) {
        animation: wave 1.6s linear infinite;
        animation-delay: 0.8s;
        opacity: 0.4;
        transform-origin: 50% 50%;
        transform-box: fill-box;
        fill: #fff;
    }

    .des {
        height: auto;
        overflow: auto;
        padding-right: 5px;
        text-align: justify;
    }

        .des::-webkit-scrollbar {
            width: 3px;
        }

        .des::-webkit-scrollbar-track {
            background-color: transparent;
        }

        .des::-webkit-scrollbar-thumb {
            background-color: #ff8118;
            border-radius: 10px;
            border: 3px solid #ff8118;
            background-clip: content-box;
        }

            .des::-webkit-scrollbar-thumb:hover {
                background-color: #ed381d;
            }

    #SANDHURST-info {
        left: unset !important;
        right: 150px !important;
        top: 800px !important;
    }

    #GARRUMDOWNSRECREATIONALRESERVE-info {
        left: unset !important;
        right: 50px !important;
        top: 300px !important;
    }

    #SANDHURST_LG-info {
        left: unset !important;
        right: 250px !important;
        top: 100px !important;
    }

    #SEAFORDBEACH-info {
        left: -400 !important;
        top: 200px !important;
    }

    #EDITHVALE-info {
        left: -400 !important;
        top: 200px !important;
    }

    #BANYANFIELDSPS-info {
        left: 720px !important;
    }

    #SECONDARYCOLLEGE-info {
        left: 1000px !important;
    }

    #eastlink-info, #SEAFORD-info {
        left: 400 !important;
        top: 100px !important;
    }

    #BANJO_RISE_RESERVE-info {
        left: unset !important;
        right: 350px !important;
        top: 350px !important;
    }

    #CARRUM_DOWNS-info {
        top: 100px !important;
    }

    #CARRUM_DOWN_SC-info {
        left: unset !important;
        right: 150px !important;
        top: 300px !important;
    }
}

@media (max-width: 991px) {
    section.map-info .infoPopup {
        max-width: 100% !important;
        /*z-index: 2 !important;*/
        text-align: center;
        top: 10% !important;
        left: 50% !important;
        transform: translate(-50%, 0);
    }
}

.iconSlide {
    margin-bottom: 15px
}

.iconGallery li {
    width: auto !important;
}

.iconGallery .owl-nav {
    position: relative;
}

    .iconGallery .owl-nav button span {
        font-size: 35px;
        color: #F05740;
        margin: 0 15px;
    }

.iconGallery.owl-theme .owl-nav [class*=owl-]:hover {
    outline: none;
    background: none !important;
    color: #000 !important;
}

.iconGallery.owl-carousel .owl-stage-outer {
}

.iconGallery .owl-nav button.owl-next,
.iconGallery .owl-nav button.owl-prev {
    margin-bottom: 30px;
    position: absolute !important;
    width: auto !important;
    height: 100% !important;
    bottom: 85px !important;
}

.iconGallery .owl-nav button.owl-next {
    right: -10px !important;
}

.iconGallery .owl-nav button.owl-prev {
    left: -10px !important;
}

.iconGallery .list-icons a {
    z-index: 3 !important;
}

@media (min-width: 768px) {
    .d-none-pc {
        display: none !important;
    }

    .clickMb {
        display: none
    }

    .locationMb {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .d-none-mb {
        display: none !important;
    }

    .toLinkMb {
        cursor: pointer;
    }

    .clickMb {
        display: block;
        padding: 3px 8px 3px 0;
    }

        .clickMb::before {
            color: #868685;
            font-size: 12px;
        }

    /*for location svg mobile zoom input zoom output*/
    .locationPc, .mask {
        display: none !important;
    }

    .locationMb {
        display: block !important;
        position: relative !important;
        height: 250px;
    }

    #svg-pan-zoom-reset-pan-zoom {
        display: none;
    }

    .svg-pan-zoom-control, .svg-pan-zoom-control-background {
        fill: #f05740 !important;
        fill-opacity: 1 !important;
    }

    path.svg-pan-zoom-control-element {
        fill: #fff !important;
        opacity: 1;
    }

    .bgZoomMb {
        position: absolute;
        top: 0;
        width: 100%;
    }
}

/*Count Down Clock Css*/
.noticPromo {
    width: 100%;
    background: #243746;
    color: #F05740;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.clockdivAf {
    background: #F05740;
    color: #243746;
    padding: 5px;
}

    .clockdivAf a {
        color: #243746;
    }
