body, html {
    padding: 0px;
    font: 12px sans-serif, Arial, Helvetica;
    background-color: #f0ede5;
    height: 100%;
    width: 100%;
}
.clearfix {
    clear: both;
}

.mhidden {
    visibility: hidden;
}

.map-separator {
    margin-top: 9px;
    margin-bottom: 8px;
}

.wrapper {
    height: 100%;
    width: 100%;
}
.map-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 92px;
}

.speed-button {
    width: 26px;
}

.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 4px;
    padding-right: 4px;
}

.sm-button {
    width: 30px;
}

.full-height {
    height: 100%;
}

@media (max-width: 649px) {
    .description {
        padding-left: 10px;
        font-size: 9px;
        font-weight: 500;
        white-space: nowrap;
        display: inline;
    }

    .slideshow {
        position: absolute;top: 124px; max-width: 100%;max-height: 100%;
    }
    .map-top {
        top: 124px;
        position: absolute; max-width: 100%;max-height: 100%;bottom: 0;right: 0;left: 0;
    }
}

@media (min-width: 650px) {
    .description {
        padding-right: 15px;
        font-size: 20px;
        font-weight: 500;
        float: right;
        display: inline;
        margin-top: auto;
        margin-bottom: auto;
        line-height: 50px;
    }

    .slideshow {
        position: absolute;top: 92px; max-width: 100%;max-height: 100%;
    }
    .map-top {
        top: 92px;
        position: absolute; max-width: 100%;max-height: 100%;bottom: 0;right: 0;left: 0;
    }
}

.showmenu {
    display: block !important;
}

.hr-header {
    border: none;
    height: 1px;
    color: #333;
    background-color: #333; /* Modern Browsers */
}

.link-spacing {
    margin-left: 20px;
}
.link-header {
    margin-top: 20px;
}


.float-right {
  float: right;
}

.item-spacing {
    margin-bottom: 10px;
}

.small-top-margin {
    margin-top: 5px !important;
}

a {
  color: #00B7FF;
}



