._interactive-map {
    max-width: 1180px;
    max-height: 611px;
    margin: 0 auto;
    position: relative;
}
._interactive-map p {
	padding: 0;
	margin: 0;
}

._interactive-map ul { list-style: none; margin: 0; padding: 0 }

._interactive-map .main-container {
    background: #ecebe8;
    background-position: center -100px;
    background-repeat: no-repeat
}

._interactive-map .interactiveMap--mobMsg {
    display: none
}

._interactive-map .interactiveMap--mobMsg .messages {
    margin: 0px
}

._interactive-map .interactiveMap--instructions {
    background: #fff;
    width: 420px;
    position: absolute;
    border-left: 5px solid #b9975b;
    top: 10px;
    left: 0;
    padding: 20px 20px 20px 40px;
    z-index: 9
}

._interactive-map .interactiveMap--instructions p {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0;
	margin: 0;
}

._interactive-map .main .col-main:after {
    display: none
}

._interactive-map .interactiveMap .interactiveMap--map {
    position: relative;
    z-index: 9
}

._interactive-map .interactiveMap .interactiveMap--map img {
	max-width: 100%; 
	height: auto;
}

._interactive-map .interactiveMap .interactiveMap--points {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

._interactive-map .interactiveMap .interactiveMap--points .point {
    position: absolute;
    z-index: 60
}

._interactive-map .interactiveMap .interactiveMap--points .point .number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Alike Angular',sans-serif;
    font-size: 100%;
    line-height: 1.1em;
    letter-spacing: -0.03rem;
    background: #b9975b;
    width: 39px;
    height: 39px;
    display: block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    font-size: 1.250rem;
    text-align: center;
    margin: -12px 0 0 -12px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    outline: 5px solid transparent;
    border: 2px solid #fff
}

._interactive-map .interactiveMap .interactiveMap--points .point .number:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: red;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 5px solid #b9975b;
    opacity: 0
}

._interactive-map .interactiveMap .interactiveMap--points .point .number:before {
    content: "";
    display: none;
    position: absolute;
    width: 100px;
    height: 44px;
    background: #00f;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 0;
    opacity: .3
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.6, .6);
        opacity: 0.0
    }

    50% {
        opacity: .3
    }

    100% {
        transform: scale(1.3, 1.3);
        opacity: 0.0
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(.6, .6);
        opacity: 0.0
    }

    50% {
        opacity: .3
    }

    100% {
        transform: scale(1.3, 1.3);
        opacity: 0.0
    }
}

@-ms-keyframes pulsate {
    0% {
        transform: scale(.6, .6);
        opacity: 0.0
    }

    50% {
        opacity: .3
    }

    100% {
        transform: scale(1.3, 1.3);
        opacity: 0.0
    }
}

._interactive-map .interactiveMap .interactiveMap--points .point h3 {
    position: relative;
    color: #041e42;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px solid #b9975b;
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    font-weight: normal;
    font-family: 'Alike Angular',sans-serif;
    font-size: 100%;
    line-height: 1.1em;
    letter-spacing: -0.03rem;
    transition: .3s all ease-in-out
}

._interactive-map .interactiveMap .interactiveMap--points .point h3 a {
    color: #041e42;
    border-bottom: none !important
}

._interactive-map .interactiveMap .interactiveMap--points .point h3 a:hover {
    text-decoration: underline
}

._interactive-map .interactiveMap .interactiveMap--points .point h3 .fa {
    position: absolute;
    right: 0;
    top: 0.1rem;
    color: #b9975b;
    font-size: 0.875rem
}

._interactive-map .interactiveMap .interactiveMap--points .point p {
    font-size: 16px;
    font-size: 1rem
}

._interactive-map .interactiveMap .interactiveMap--points .point .box {
    position: absolute;
    background: #fff;
    top: -99999px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 20px;
    border-color: #b9975b;
    border-style: solid;
    -webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.37);
    -moz-box-shadow: 0 0 20px 2px rgba(0,0,0,0.37);
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.37);
    margin-top: 3px;
    z-index: 80;
    -webkit-transition: opacity .2s ease-out 0s;
    -moz-transition: opacity .2s ease-out 0s;
    -o-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    opacity: 0;
    pointer-events: none;
    width: 236px
}

._interactive-map .interactiveMap .interactiveMap--points .point .box:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px
}

._interactive-map .interactiveMap .interactiveMap--points .point.open-right .box {
    border-left-width: 5px;
    padding-left: 25px;
    left: 41px
}

._interactive-map .interactiveMap .interactiveMap--points .point.open-right .box:before {
    left: -25px;
    border-right-color: #b9975b
}

._interactive-map .interactiveMap .interactiveMap--points .point.open-left .number:before {
    left: auto;
    right: 50%
}

._interactive-map .interactiveMap .interactiveMap--points .point.open-left .box {
    border-right-width: 5px;
    padding-right: 25px;
    right: 41px
}

._interactive-map .interactiveMap .interactiveMap--points .point.open-left .box:before {
    right: -25px;
    border-left-color: #b9975b
}

._interactive-map .interactiveMap .interactiveMap--points .point:hover {
    z-index: 70
}

._interactive-map .interactiveMap .interactiveMap--points .point:hover .number {
    background: #fff;
    color: #b9975b;
    -webkit-box-shadow: 0 0 0 5px #b9975b;
    -moz-box-shadow: 0 0 0 5px #b9975b;
    box-shadow: 0 0 0 5px #b9975b
}

._interactive-map .interactiveMap .interactiveMap--points .point:hover .number:before {
    display: block;
    opacity: 0
}

._interactive-map .interactiveMap .interactiveMap--points .point:hover .number:after {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    background: none;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 5px solid #b9975b;
    opacity: .3;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -ms-animation: pulsate 1s ease-out;
    -ms-animation-iteration-count: infinite
}

._interactive-map .interactiveMap .interactiveMap--points .point:hover .box {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    width: 236px
}

._interactive-map .interactiveMap .interactiveMap--points .point.four:hover .box {
	width: 290px;
}

._interactive-map .interactiveMap .interactiveMap--points .one {
    top: 49.5%;
    left: 31.3%
}

._interactive-map .interactiveMap .interactiveMap--points .two {
    top: 58.5%;
    left: 29.3%
}

._interactive-map .interactiveMap .interactiveMap--points .three {
    top: 64.5%;
    left: 35.3%
}

._interactive-map .interactiveMap .interactiveMap--points .four {
    top: 32.5%;
    left: 29.3%
}

._interactive-map .interactiveMap .interactiveMap--points .five {
    top: 40.5%;
    left: 48.3%
}

._interactive-map .interactiveMap .interactiveMap--points .six {
    top: 67.5%;
    left: 59.3%
}

._interactive-map .interactiveMap .interactiveMap--points .seven {
    top: 41.5%;
    left: 76.3%
}

._interactive-map .interactiveMap .interactiveMap--points .eight {
    top: 55.5%;
    left: 77.3%
}

._interactive-map .interactiveMap .interactiveMap--points .nine {
    top: 78.5%;
    left: 80.3%
}

@media screen and (max-width: 1000px) {
    ._interactive-map .interactiveMap--instructions {
        position:relative;
        width: auto;
        top: auto;
        left: auto
    }
}

@media screen and (max-width: 900px) {
    ._interactive-map .interactiveMap--map,._interactive-map .interactiveMap--instructions {
        display:none
    }

    ._interactive-map .interactiveMap--mobMsg {
        display: block
    }
}