/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*mapinfo style */

#sf_map {
    width: 100%;
    height: 500px;
}


.gm-style .gm-style-iw-c {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    max-width: auto !important;
    width: 350px !important;
    max-height: 350px !important;
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
    scrollbar-color: #90A4AE #FFFFFF00;
    scrollbar-width: thin;
}

.gm-style .gm-style-iw-c::-webkit-scrollbar-thumb {
    background: #90A4AE;
}

.gm-style .gm-style-iw-c::-webkit-scrollbar {
    width: 7px;
    background: #FFFFFF00;
}

.gm-style-iw-d {
    overflow: auto !important;
    max-height: 100% !important;
}

button.gm-ui-hover-effect {
    right: 0px !important;
    top: 0px !important;
    background: #FFF !important;
    opacity: 0.9;
}

button.gm-ui-hover-effect img {
    width: 18px !important;
    margin: 6px 6px !important;
    height: 18px !important;
}

.maininfowindow {
    width: auto;
    padding: 0px;
    /* overflow-y: scroll; */
}

.maininfowindow .thumbnail {
    height: 180px;
    overflow: hidden;
}

.maininfowindow .thumbnail img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.map-info {
    padding: 15px 30px;
}

.maininfowindow .title {
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #444;
    /* color: #FFF; */
    /* background-color: #fff8f8; */
    /* padding: 10px 20px 10px 10px; */
    /* border-bottom: 1px solid #EEE; 
    /* box-shadow: 0 0 2px 2px #EEE;*/
}

.maininfowindow p.sub-title {
    text-align: left;
    margin: 5px 0 10px;
    /* font-style: italic; */
    font-size: 12px;
}

.maininfowindow p.sub-title strong {
    font-weight: 300;
    font-size: 12px;
    color: #666;
}

p.desc-text {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 23px;
}