.post-page-communities #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
    display: block;
}

.post-page-communities p#breadcrumbs,
.post-page-communities h1.entry-title {
    padding: 0 15px;
}

.post-page-communities p#breadcrumbs {
    margin: 15px 0;
}

/*map css*/
.map-list-holder {
    position: absolute;
    top: 200px;
    left: 99px;
    z-index: 5;
    color: #fff;
    max-width: 400px;
    width: 100%;
}

.map-list-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.2px;
}

.map-list-title span {
    display: block;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3;
    margin-left: -3px;
    margin-top: 3px;
    letter-spacing: 2px;
}

.map-list-holder > ul > li {
    list-style: none;
    display: block;
    margin: 0 0 3px;
}

.map-list-holder > ul {
    margin-left: 0 !important;
}

.map-list-holder > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2px;
    display: inline-block;
    /*width: 100%;*/
    /*max-width: 145px;*/
    height: 27px;
    padding: 0 11px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-list-holder > ul > li > a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    background: #fff;
    opacity: .15;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-list-holder > ul > li > a:hover::after,
.map-list-holder > ul > li > a.map-hover::after {
    width: 100%;
}

div#fc-map-wrap {
    overflow: hidden;
    position: relative;
}

#fc-map {
    position: relative;
    width: 1600px;
}

#fc-map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#trueMap {
    z-index: 1;
}

#fc-map .hovers div, #fc-map .hovers div span {
    position: absolute;
}

#fc-map .hovers div > img {
    opacity: 0; 
    position: relative;
    z-index: 2;
}

span.map-label {
    font-size: 14px;
    z-index: 5;
    pointer-events: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    white-space: nowrap;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


div#map1 {
    top: 315px;
    right: 154px;
}

div#map1 span.map-label {
    top: 110px;
    left: 127px;
}


div#map2 {
    top: 181px;
    right: 48px;
}

div#map2 span.map-label {
    top: 110px;
    left: 38px;
}

div#map3 {
    top: 182px;
    right: 352px;
}

div#map3 span.map-label {
    top: 94px;
    left: 93px;
}

div#map4 {
    top: 335px;
    right: 350px;
}

div#map4 span.map-label {
    top: 96px;
    left: 112px;
}

div#map5 {
    top: 257px;
    right: 609px;
}

div#map5 span.map-label {
    top: 107px;
    left: 78px;
}

div#map6 {
    top: 181px;
    right: 517px;
}

div#map6 span.map-label {
    top: 80px;
    left: 101px;
}

div#map7 {
    top: 278px;
    right: 843px;
}

div#map7 span.map-label {
    top: 68px;
    left: 71px;
}

div#map8 {
    top: 176px;
    right: 736px;
}

div#map8 span.map-label {
    top: 81px;
    left: 302px;
}

div#map9 {
    top: 181px;
    right: 256px;
}

div#map9 span.map-label {
    top: 69px;
    left: 41px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    div#fc-map-wrap {
        height: auto !important;
    }

    #fc-map {
        width: 100%;
        transform: none !important;
        transform-origin: unset !important;
    }

    .map-list-holder {
        position: relative;
        top: 0;
        left: 0;
        color: #000;
        padding: 0 15px;
        margin: 0 auto;
    }

    #fc-map > img,
    map#myMap,
    .hovers {
        display: none !important;
    }

    .map-list-holder > ul > li > a {
        color: #000;
    }

    .map-list-holder > ul > li > a::after {
        background: #000;
    }

    .map-list-title {
        text-align: center;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
