/* MAP */
.map-area-wrapper {
    display: block;
    vertical-align: top;
    font-size: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
	overflow: clip;
}
.map-content-right {
    width: 71%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    position: relative;
/* 	overflow-x: clip; */
}

#map-wrap {}

#map-wrap #map {
    width: 1046px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#map-wrap #map img {
    max-width: 100%;
    height: auto;
}

#transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    pointer-events: auto;
}

#truemap {
    z-index: 1;
}

/* MAP HOVERS */
#map .map-hovers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#map .map-hovers>div {
    position: absolute;
}

#map .map-hovers>div img {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#map-aurora {
    top: 567px;
    left: 251px;
}

#map-bartlett {
    top: 170px;
    left: 258px;
}

#map-batavia {
    top: 451px;
    left: 234px;
}

#map-bloomingdale {
    top: 239px;
    left: 508px;
}

#map-bolingbrook {
    top: 748px;
    left: 659px;
}

#map-campton-hills {
    top: 255px;
    left: 62px;
}

#map-carol-stream {
    top: 305px;
    left: 447px;
}

#map-darien {
    top: 668px;
    left: 908px;
}

#map-downers-grove {
    top: 533px;
    left: 769px;
}

#map-elgin {
    top: 90px;
    left: 0;
}

#map-elmhurst {
    top: 290px;
    left: 788px;
}

#map-geneva {
    top: 397px;
    left: 169px;
}

#map-glendale-heights {
    top: 302px;
    left: 580px;
}

#map-glen-ellyn {
    top: 380px;
    left: 632px;
}

#map-lisle {
    top: 494px;
    left: 667px;
}

#map-lombard {
    top: 342px;
    left: 698px;
}

#map-montgomery {
    top: 728px;
    left: 272px;
}

#map-naperville {
    top: 535px;
    left: 489px;
}

#map-north-aurora {
    top: 578px;
    left: 244px;
}

#map-oak-brook {
    top: 451px;
    left: 800px;
}

#map-oak-brook-terrace {
    top: 431px;
    left: 781px;
}

#map-oswego {
    top: 777px;
    left: 333px;
}

#map-plainfield {
    top: 834px;
    left: 494px;
}

#map-south-elgin {
    top: 193px;
    left: 141px;
}

#map-st-charles {
    top: 285px;
    left: 175px;
}

#map-streamwood {
    top: 77px;
    left: 203px;
}

#map-villa-park {
    top: 331px;
    left: 762px;
}

#map-warrenville {
    top: 483px;
    left: 473px;
}

#map-wayne {
    top: 252px;
    left: 267px;
}

#map-west-chicago {
    top: 303px;
    left: 323px;
}

#map-westmont {
    top: 574px;
    left: 882px;
}

#map-wheaton {
    top: 407px;
    left: 562px;
}

#map-winfield {
    top: 378px;
    left: 503px;
}

#map-woodridge {
    top: 681px;
    left: 801px;
}

#map-yorkville {
    top: 789px;
    left: 225px;
}


/* MAP TEXT */
.map-hover-txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.map-hover-txt em.map-pin-icon {
    width: 19px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(https://carlcho.socialhivee.com/wp-content/uploads/2025/12/pin-icon.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.maphover.hovered .map-hover-txt em.map-pin-icon {
    opacity: 1;
}

.map-hover-txt span {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    transform: skew(25deg);
    text-shadow: 0 1px 1px #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.maphover.hovered .map-hover-txt span {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 1px 1px #000000;
}

#map-aurora .map-hover-txt {
    top: 88px;
}

#map-bartlett .map-hover-txt {
    top: 62px;
}

#map-batavia .map-hover-txt {
    top: 54px;
}

#map-bloomingdale .map-hover-txt {
    top: 31px;
}

#map-bolingbrook .map-hover-txt {
    top: 88px;
}

#map-campton-hills .map-hover-txt {
    top: 20px;
    padding-right: 20px;
}

#map-carol-stream .map-hover-txt {
    top: 21px;
    padding-right: 45px;
}

#map-darien .map-hover-txt {
    top: 38px;
    padding-right: 15px;
}

#map-downers-grove .map-hover-txt {
    top: 84px;
}

#map-elgin .map-hover-txt {
    top: 65px;
    padding-left: 35px;
}

#map-elmhurst .map-hover-txt {
    top: 62px;
    padding-right: 10px;
}

#map-geneva .map-hover-txt {
    top: 25px;
}

#map-glendale-heights .map-hover-txt {
    top: 36px;
    padding-right: 25px;
}

#map-glen-ellyn .map-hover-txt {
    top: 40px;
}

#map-lisle .map-hover-txt {
    top: 62px;
    padding-right: 58px;
}

#map-lombard .map-hover-txt {
    top: 44px;
    padding-right: 25px;
}

#map-montgomery .map-hover-txt {
    top: 28px;
    padding-right: 65px;
}

#map-naperville .map-hover-txt {
    top: 140px;
}

#map-north-aurora .map-hover-txt {
    top: 23px;
}

#map-oak-brook .map-hover-txt {
    top: 33px;
}

#map-oak-brook-terrace .map-hover-txt {
    top: 0;
    padding-right: 18px;
}

#map-oswego .map-hover-txt {
    top: 23px;
}

#map-plainfield .map-hover-txt {
    top: 68px;
}

#map-south-elgin .map-hover-txt {
    top: 42px;
    padding-left: 15px;
}

#map-st-charles .map-hover-txt {
    top: 75px;
}

#map-streamwood .map-hover-txt {
    top: 35px;
    padding-right: 58px;
}

#map-villa-park .map-hover-txt {
    top: 56px;
    padding-right: 24px;
}

#map-warrenville .map-hover-txt {
    top: 41px;
    padding-right: 38px;
}

#map-wayne .map-hover-txt {
    top: 20px;
    padding-right: 30px;
}

#map-west-chicago .map-hover-txt {
    top: 85px;
}

#map-westmont .map-hover-txt {
    top: -10px;
}

#map-wheaton .map-hover-txt {
    top: 56px;
    padding-right: 10px;
}

#map-winfield .map-hover-txt {
    top: 50px;
    padding-right: 15px;
}

#map-woodridge .map-hover-txt {
    top: 75px;
    padding-right: 20px;
}

#map-yorkville .map-hover-txt {
    top: 65px;
    padding-right: 25px;
}

/* MAP TEXT */
.map-txt-wrap .map-txt {
    position: absolute;
    width: auto;
    z-index: 7;
    font-size: 0;
    text-align: center;
    pointer-events: none;
}

.map-txt-wrap .map-txt a {
    pointer-events: auto;
}

.map-txt-wrap .map-txt em.icon_pin {
    width: 19px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://carlcho.socialhivee.com/wp-content/uploads/2025/12/pin-icon.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.map-txt-wrap .map-txt span {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-txt-wrap .map-txt span:hover {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

#map-txt-aurora {}

#map-txt-bartlett {}

#map-txt-batavia {}

#map-txt-bloomingdale {}

#map-txt-bolingbrook {}

#map-txt-campton-hills {}

#map-txt-carol-stream {}

#map-txt-darien {}

#map-txt-downers-grove {}

#map-txt-elgin {}

#map-txt-elmhurst {}

#map-txt-geneva {}

#map-txt-glendale-heights {}

#map-txt-glen-ellyn {}

#map-txt-lisle {}

#map-txt-lombard {}

#map-txt-montgomery {}

#map-txt-naperville {}

#map-txt-north-aurora {}

#map-txt-oak-brook {}

#map-txt-oak-brook-terrace {}

#map-txt-oswego {}

#map-txt-plainfield {}

#map-txt-south-elgin {}

#map-txt-st-charles {}

#map-txt-streamwood {}

#map-txt-villa-park {}

#map-txt-warrenville {}

#map-txt-wayne {}

#map-txt-west-chicago {}

#map-txt-westmont {}

#map-txt-wheaton {}

#map-txt-winfield {}

#map-txt-woodridge {}

#map-txt-yorkville {}

