:root {
    --section-desc-color: #252525;
    --default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
#main-wrapper{
    z-index: unset;
}
#inner-page-wrapper {
     margin-bottom: 0;
    overflow: hidden;
    z-index: unset;
}
#inner-page-wrapper > .container{
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-banner canvas{
}
.ip-banner::before{
/*    background: rgba(0,0,0,.1);*/
}
.ip-banner::after{
/*
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    opacity: .3;
*/
}
.ip-comm-breadcrumbs{
/*    margin-left: 14.31%;*/
    position: relative;
    padding: 24px 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 0;
/*
    max-width: 1142px;
    width: calc((1142 / 1600)* 100%);
    margin: 0 auto;
*/
    position: absolute;
    width: 100%;
    z-index: 2;
}
p#breadcrumbs{
    max-width: 1142px;
    width: calc((1142 / 1600)* 100%);
    margin: 0 auto;
}
.ip-comm-map-wrap{
    position: relative;
}
.ip-comm-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    background: #fff;
}
.ip-comm-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
/*    opacity: .15;*/
}
.ip-comm-bg::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 62%,rgba(255,255,255,1) 100%);
    opacity: 0;
}
.map_left_wrap {
    width: 100%;
    max-width: fit-content;
    position: absolute;
    z-index: 2;
    /* top: 27.29%; */
    padding-top: 13.5%;
    left: 10.1%;
    pointer-events: none !important;
}
.map_left .section-title h2{
    text-align: left;
}
.map_left_txt {
    margin-top: 48px;
    margin-left: -20px;
    display: none;
}
.map_left_txt ul {
    width: 100%;
}
.map_left_txt li {
    width: 100%;
    margin-bottom: 5px;
}
.map_left_txt li a {
    display: inline-block;
    padding: 16px 0 10px 0;
    color: #000000;
    font-size: 21.24px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    position: relative;
    pointer-events: auto;
    font-weight: 600;
}

.map_left_txt li a i{
    position: absolute;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.map_left_txt li a i::before {
    position: absolute;
    width: 15px;
    height: 21px;
    content: '';
    vertical-align: middle;
    left: 0;
    top: 0;
    background-image: url(images/map/icon-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.map_left_txt li a:hover,
.map_left_txt li.active a{
/*    padding-left: 25px;*/
    color: #196188;
}
.map_left_txt li a:hover i,
.map_left_txt li.active a i{
    opacity: 1;
}

.map_left_txt li ul li a{
    font-size: 18px;
    color: #6f6f6f;
}

.map_right_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#map_wrap {
    width: 1600px;
}
#map_wrap #map {
    width: 100%;
    position: relative;
}
#map_wrap img {
    width: auto;
    max-width: 100%;
}
#transparent {
    width: 1600px !important;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    opacity: 0;
}
#map_wrap img.map-img{
    position: absolute;
    left: 560px;
    top: 60px;
}
#map .map_hovers {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
/*    z-index: 2;*/
    pointer-events: none;
}
#map .map_hovers div {
    position: absolute;
/*    z-index: 1;*/
    
}
#map .map_hovers .maphover{
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#map .map_hovers .maphover.hovered{
/*    z-index: 4;*/
}
#map .map_hovers div img {
    opacity: 0;
/*    opacity: 1;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    pointer-events: none;
}
.map_txt {
    position: absolute;
    width: auto;
/*    z-index: 3;*/
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.map_txt.white{
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
}
.map_txt.main{
    color: #ffffff;
    font-weight: 400;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
.map_txt:not(.main)::after{
    position: absolute;
    width: 2.5px;
    height: 2.5px;
    border-radius: 50%;
    content: '';
    background: #ffffff;
/*    left: 0;*/
/*    top: 0;*/
}
.map_txt span {
    position: relative;
}
.map_txt span::before {
    /* width: 16px;
    height: 20px;
    content: '';
    display: block;
    margin: 0 auto 8px;
    background-image: url(images/map/icon-pin-list.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
}
.maphover.hovered img{
    z-index: 5;
}
.maphover.hovered .map_txt{
    z-index: 5;
}
.map_txt a{
    pointer-events: all;
    z-index: 5;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.map_txt a:hover{
    color: #ffffff;
    opacity: 0.5;
}

.stamp-icon{
    position: absolute;
    left: 364px;
    top: 441px;
}
/*MAP HOVERS POSITION*/
#map_west_maui img{
/*
    left: 559px;
    top: 60px;
*/
    left: 560px;
    top: 60px;
}
#map_central_maui img{
/*
    left: 699px;
    top: 63px;
*/
    left: 748px;
    top: 211px;
}
#map_haiku img{
    left: 966px;
    top: 186px;
}
#map_south_county img{
    left: 851px;
    top: 401px;
}
#map_south img{
    left: 894px;
    top: 523px;
}

#map_upcountry img{
    left: 898px;
    top: 224px;
}
#map_east img{
    left: 1032px;
    top: 299px;
}

#map_kihei img{
    top: 400px;
    left: 851px;
}

#map_maui_meadows img{
    top: 523px;
    left: 897px;
}

#map_wailea_makena img{
    top: 577px;
    left: 894px;
}

/*MAP LABEL POSITION*/
.map_txt_kapalua{
    left: 539px;
    top: 107px;
}
.map_txt_napili_kahana{
    left: 465px;
    top: 147px;
}
.map_txt_kaanapali{
    left: 484px;
    top: 195px;
}
.map_txt_lahaina{
    left: 513px;
    top: 259px;
}
.map_txt_launiupoko{
    left: 523px;
    top: 314px;
}
.map_txt_olowalu{
    left: 614px;
    top: 374px;
}
.map_txt_maalea{
    left: 791px;
    top: 407px;
}
.map_txt_sprecklesville{
    left: 960px;
    top: 189px;
}
.map_txt_kahului{
    left: 896px;
    top: 273px;
}
.map_txt_wailuku{
    left: 823px;
    top: 282px;
}
.map_txt_central-maui{
    left: 874px;
    top: 321px;
}
.map_txt_paia{
    left: 1115px;
    top: 176px;
}
.map_txt_kihei{
    left: 867px;
    top: 491px;
}
.map_txt_wailea_makena{
    left: 781px;
    top: 604px;
}
.map_txt_haiku{
    left: 1089px;
    top: 322px;
}
.map_txt_pukalani{
    left: 1043px;
    top: 365px;
}
.map_txt_upcountry{
    left: 1048px;
    top: 409px;
}
.map_txt_kula{
    left: 1016px;
    top: 446px;
}
.map_txt_makawao{
    left: 1187px;
    top: 348px;
}
.map_txt_olinda{
    left: 1165px;
    top: 388px;
}
.map_txt_maui_meadows{
    left: 974px;
    top: 552px;
}
.map_txt_hana{
    left: 1472px;
    top: 447px;
}

/*MAP DOTS*/
.map_txt_kapalua::after{
    right: -11px;
    top: 5px;
}
.map_txt_napili_kahana::after{
    right: -13px;
    top: 9px;
}
.map_txt_kaanapali::after{
    right: -18px;
    top: 9px;
}
.map_txt_lahaina::after{
    right: -20px;
    top: 4px;
}
.map_txt_launiupoko::after{
    right: -22px;
    top: 9px;
}
.map_txt_olowalu::after{
    right: -15px;
    top: 3px;
}
.map_txt_maalea::after{
    right: 2px;
    top: -7px;
}
.map_txt_sprecklesville::after{
    left: 58px;
    top: 25px;
}
.map_txt_kahului::after{
    left: -4px;
    top: -3px;
}
.map_txt_wailuku::after{
    left: -9px;
    top: 10px;
}
.map_txt_paia::after{
    left: 14px;
    top: 30px;
}
.map_txt_kihei::after{
    top: 10px;
    right: -10px;
}
.map_txt_wailea_makena::after{
    right: -19px;
    top: 10px;
}
.map_txt_haiku::after{
    left: -12px;
    top: 9px;
}
.map_txt_pukalani::after{
    left: -11px;
    top: 10px;
}
.map_txt_kula::after{
    right: -14px;
    top: 10px;
}
.map_txt_makawao::after{
    left: -14px;
    top: 10px;
}
.map_txt_olinda::after{
    left: -11px;
    top: 10px;
}
.map_txt_maui_meadows::after{
    left: -12px;
    top: 9px;
}
.map_txt_hana::after{
    right: -14px;
    top: 9px;
}

/*COMM LIST*/
.ip-comm-list-wrap{
    position: relative;
    padding: 0 15px;
    padding-bottom: 15px;
}
.loc-area {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1187px;
    margin: auto;
    margin-top: 40px;
}
.loc-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: calc((100% / 3) - 6.5px);
}
.loc-item a {
    display: block;
    height: 100%;
    width: 100%;
}
.loc-img {
    position: relative;
}
.loc-img::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 4px solid #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}
.loc-img canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.loc-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--default-transition);
}
.loc-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 20%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: var(--default-transition);
}
.loc-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 45px;
}
.loc-info img {
    margin: auto;
    height: 0;
    width: auto;
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
}
.loc-info p {
    font-size: 30px;
    color: #ffffff;
    font-family: var(--title-font);
    transition: var(--default-transition);
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}
.loc-item a:hover .loc-img img {
    transform: scale(1.08);
    filter: grayscale(1);
}
.loc-item a:hover .loc-img::after {
    opacity: 55%;
}
.loc-item a:hover .loc-info img {
    height: 119px;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}
.loc-item a:hover .loc-info p {
    margin-top: 10px;
    padding-bottom: 15px;
}

/**************************************************/
/*         MEDIA AND OTHER MOBILE STYLES          */
/**************************************************/
@media only screen and (max-width: 1480px){
    
}
@media only screen and (max-width: 1366px){
    .loc-area {
        max-width: 987px;
    }
    
}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
    .ip-comm-breadcrumbs{
/*        margin-left: 5%;*/
    }
    .map_left_wrap{
        left: 5%;
    }
    .loc-info p {
        font-size: 23px;
    }
    .loc-area {
        max-width: 850px;
    }
    .loc-item a:hover .loc-info img {
        height: 80px;
    }
    .loc-info{
        padding: 0 40px;
    }
    
}
@media only screen and (max-width: 991px){
    .ip-comm-map-wrap {
        padding: 50px 15px;
    }
    .map_left_wrap{
        position: relative;
        left: unset;
        right: unset;
        margin: auto;
        padding-top: 0;
    }
    .map_left .section-title h2 {
        text-align: center;
    }
    .map_left_txt {
        margin-top: 35px;
        margin-left: 0;
        display: block;
    }
    .map_left_txt li{
        text-align: center;
    }
    .map_left_txt li a{
        padding: 10px 0;
    }
    .loc-item {
        width: calc((100% / 2) - 6.5px);
    }
    .loc-info p {
        font-size: 27px;
    }
    .loc-info{
        padding: 0 20px;
    }
    .loc-area{
        margin-top: 0;
    }
    p#breadcrumbs{
        max-width: 100%;
        padding-left: 15px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .loc-item {
        width: 100%;
        max-width: 450px;
        margin: auto;
        margin-bottom: 10px;
    }
    
}
@media only screen and (max-width: 480px){
    .map_left_txt li a{
        font-size: 14px;
    }
    .loc-info p {
        font-size: 20px;
    }
    
}
