.site-logo.homeMode {
    height: 10%;
    margin: 2vh 10px 1vh 10px;
}
#poiPinPoint .pinpoint-logo {
    filter: invert(1) brightness(10);
}
.contact-links a img {
    filter: invert(61%) sepia(60%) saturate(413%) hue-rotate(94deg) brightness(91%) contrast(87%);
}
#poiPopupPanelWrapper #poiTopWrapper .poi-zone,
#mainServiceTypesListWrapper,
#searchFilters .searchmicro, #searchFilters .searchscan,
#poiPopupPanelWrapper .todayHours,
body.navMode #searchPanel #searchPanelWrapper .searchInputZone,
div.res-poi-item .poi-label .poi-extra,
div.res-poi-item .poi-logo .def-logo,
#zoomMenu {
    display: none;
}
#closeResults {
    margin: 5px 5px 5px auto;
}
div.res-poi-item .poi-logo {
    width: 25px;
    min-width: 25px;
    height: fit-content;
    display: flex;
}
div.res-poi-item .poi-logo img {
    max-width: 25px;
    max-height: 40px;
}
div.category.top-all-services {
    display: flex;
}
#fakeHomeSearch {
    width: 90%;
    flex-direction: column;
    padding: 0;
    border: none;
    box-shadow: 0 0 10px 0 rgba(150,150,150,0.5);
    color: #333333;
    font-size: 1rem;
    border-radius: 10px;
    margin: 10px auto;
}
#fakeHomeSearch #homeSearchIcon {
    background-image: url('map_img.jpg');
    height: 100px;
    width: 100%;
    margin-top: 10px;
}
#fakeHomeSearch #homeSearchText {
    margin: 10px 0 5px 0;
    text-align: center;
}
#fakeHomeSearch #homeSearchText p {
    margin: 5px 0;
}
.textBtn, .zonebtn.selected, .searchInputBtn.selected {
    background-color: #046457;
}
#homeWidgets {
    width: 90%;
}
#homeWidgets .textBtn {
    background-color: #ffffff;
    color: #046457;
    box-shadow: 0 0 10px 0 rgba(150,150,150,0.5);
}
#myVisitListBtn img, .visitlist-add img {
    display: none;
}
.section-title {
    text-transform: none;
    font-size: 1.2rem;
}
#announcementsPanel {
    height: 80%;
    padding-bottom: 50px;
    max-width: 700px;
    max-height: 800px;
}
#mapPanel {
    background-image: url('main-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#announcementsPanel.homeMode {
    top: calc(20% - 50px);
}
#announcementsPanel #announcementsPanelWrapper {
    width: 90%;
    overflow: hidden;
    margin: 10px 0 0 0;
}
#announcementsPanel #announcementsPanelWrapper #announcementsSubPanelsWrapper {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}
#mallContact {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: #ffffff;
}
.eventTag {
    border: 1px solid #046457;
}
.eventTag.selected {
    color: #ffffff;
    background-color: #046457;
}
.eventsPanelWrapper {
    height: 65px;
    flex-grow: 1;
}
.eventsPanelWrapper .eventsWrapper .eventItem {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #333333;
    border-radius: 10px;
    width: auto;
    flex-grow: 1;
    min-height: unset;
    margin: 0 0 5px 0;
}
#infosPanel .eventsWrapper {
    flex-direction: row;
}
#infosPanel .eventItem {
    color: #046457;
    box-shadow: 0 0 10px 0 rgba(150,150,150,0.5);
    border-radius: 10px;
    margin: 10px;
    width: 150px;
    height: 45px;
}
#infosPanel .eventItem .eventContent {
    align-items: center;
    justify-content: center;
}
#infosPanel .eventItem .eventContent .eventTitle {
    text-align: center !important;
}
#eventsPanel {
    flex-grow: 1;
}
.eventsPanelWrapper .eventsWrapper .eventItem .eventImage,
#infosPanel .eventsHeader,
#infosPanel .eventsPanelWrapper .eventsWrapper .eventItem .eventContent .eventTimings {
    display: none;
}
.eventsPanelWrapper .eventsWrapper .eventItem .eventContent {
    position: relative;
    background-image: none; /*linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));*/
}
.eventsPanelWrapper .eventsWrapper .eventItem .eventContent .eventTitle {
    font-size: 1rem;
}
div.node-pin {
    padding: 3px 5px;
}
div.node-pin .node-pin-content {
    color: #ffffff;
    font-size: 1.2rem;
}
div.node-pin .node-pin-content img {
    max-height: 18px;
    padding: 0;
    margin-right: 5px;
    border: none;
}
div.node-pin.solar {
    background-color: #f7931b;
}
div.node-pin.energy {
    background-color: #d82127;
}
div.node-pin.water {
    background-color: #00bfe7;
}
div.node-pin.environment {
    background-color: #046457;
}
div.node-pin.health {
    background-color: #72663e;
}