.row-no-padding {
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 990px;
}

.googlemaps_container {
  width: 75% !important;
}

.googlemaps {
    background-color: #fff !important;
}

a.active {
    font-weight: bold;
    text-decoration: underline;
}

.glyphicon {
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-control .glyphicon-chevron-left {
    width: 40px;
    height: 40px;
}

.carousel-control .glyphicon-chevron-right {
    width: 40px;
    height: 40px;
}

.glyphicon-chevron-left:before {
    content: "\f137";
    font-size: 40px;
}

.glyphicon-chevron-right:before {
    content: "\f138";
    font-size: 40px;
}

#breadcrumbs {
    height: 3rem;
    line-height: 3rem;
    padding-left: 15px;
}

#breadcrumbs span {
    display: inline-block;
    padding: 0 0.2rem;
}

#breadcrumbs span:first-child {
    padding-left: 0.5rem;
}

#breadcrumbs i {
    display: inline-block;
    width: 20px;
    text-align: center;
}

footer {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
    height: auto;
    background-color: #eee;
}

.footer-links {
    padding-left: 0;
    margin-bottom: 5px;
    float: left;
}

.footer-links li {
    display: inline-block;
    padding-right: 10px;
}

footer span {
    margin: 0;
    float: right;
}