#main-map-content-container {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    position: relative;
    display: block;
    float: left;
    z-index: 500;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 0.8rem;
    line-height: 1rem;
}
#gmap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#map-content-container {
    position: absolute;
    display: block;
    bottom: 50px;
    right: 50px;
    width: 350px;
    height: auto;
    z-index: 800;
    font-family: 'Open Sans', Tahoma, serif;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000;
    background-color: #FFF;
    padding: 15px;
    padding-bottom: 5px;
}
#map-inner-content {
    width: 320px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
}

#content-page ul {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.8rem;
    list-style: none;
    padding-left: 0px;
    line-height: 3rem;
    margin-bottom: 3rem;
    text-indent: 2rem;
}

.map-icon-waterfall {
    background-image: url(/images/icons/waterfall.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-hiking {
    background-image: url(/images/icons/hiking.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-byway {
    background-image: url(/images/icons/byway.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-park {
    background-image: url(/images/icons/park.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-pointofinterest {
    background-image: url(/images/icons/landmark.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon {
    position: relative;
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin: 2px 5px 2px 0px;
}
#map-inner-content p { margin-bottom: 0.5rem; }
#map-inner-content ul {
	column-count:2;
	column-gap: 20px;
}
#map-inner-content li {
    list-style: none;
    height: 30px;
    line-height: 30px;
}

@media screen and (max-width: 850px) {
    #main-map-content-container {
        min-height: 100vh;
        height: auto;
    }
}

@media screen and (max-width: 850px) {
    #gmap {
        position: relative;
        display: block;
        float: left;
        min-height: 80vh;
    }
}

@media screen and (max-width: 850px) {
    #map-content-container {
        position: relative;
        display: block;
        float: right;
        top: 0px;
        left: 0px;
        margin: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #map-inner-content {
        width: 100%;
        float: left;
        padding: 15px 5%;
        text-align: left;
    }
}
