html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #454545;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3 {
    margin: 0 0 1em 0;
}
p {
    margin: 0;
    padding: 0;
}
p a {
    text-decoration: underline;
    color: #454545;
}
header, main, footer {
    display: block;
}
.boxShadow {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
}
.smallFont {
    font-size: 0.8em;
}

.grid--wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
}

#pageWrap {
    width: 768px;
}

#map--content {
    height: 100%;
    position: relative;
    z-index: 1;
}
#map--leaflet {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#map--header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}
#map--header a {
    position: absolute;
    left: 10px;
    top: 10px;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 10px;
    width: 222px;
    background: #ffffff;
}
#map--header a img {
    display: block;
    border: none;
    width: 100%;
    height: auto;
}
#map--footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 20px;
}
#map--footer .grid--wrapper {
    height: 100%;
}
#map--copyright {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 10px;
    background: #ffffff;
}

#map--info--open {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
    background: #ffffff;
    width: 26px;
    height: 18px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
    font-weight: bold;
    padding: 4px 0;
    text-decoration: none;
    color: #333333;
}
#map--info--open:hover {
    background-color: #f4f4f4;
}
#map--info--content {
    display: none;
    position: absolute;
    bottom: 46px;
    right: 10px;
    padding: 10px;
    background: #ffffff;
    width: 365px;
}
#map--info--content img {
    width: 100%;
    height: auto;
    display: block;
}

/* poi marker content */

#poi--content {
    display: none;
}

.poi--contentWrap {
    padding: 10px;
    width: 500px;
}
.poi--contentWrap:after {
    content: '';
    display: table;
    clear: both;
}
.poi--imageWrap {
    float: left;
    margin: 7px 20px 10px 0;
    width: 200px;
}
.poi--imageWrap img {
    display: block;
    width: 100%;
    height: auto;
}
.poi--textWrap p {
    font-size: 1.2em;
}

@media screen and(max-width: 320px) {
    #map--header a {
        width: 111px;
    }
    #pageWrap {
        width: 768px;
    }
    #map--info--content {
        width: 88%;
    }
}
@media screen and(max-width: 640px) {
    #map--header a {
        width: 111px;
    }
    #pageWrap {
        width: 768px;
    }
    #map--info--content {
        width: 88%;
    }
}
@media screen and(max-width: 768px) {
    #pageWrap {
        width: 768px;
    }
}
@media screen and(max-width: 1024px) {
    #pageWrap {
        width: 1024px;
    }
}