/* Css Document */
body {
    margin-top: 60px;
    margin-bottom: 20px;
}
#content {
    border-top: 10px solid #7a8288;
    z-index: 5;
}
address * {
    margin: auto 0;
}
#hours {
    list-style-type: none;
    padding-left: 0;
}
/* Carousel Styles */
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .item {
    height: 250px;
}
.carousel .carousel-inner .item img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}
.carousel .carousel-inner .item .carousel-caption {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.carousel .carousel-indicators {
    width: auto;
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 20px;
}
.carousel .carousel-indicators li {
    box-shadow: 0 0 5px #000;
}
/* Footer */
footer {
    margin-bottom: 0 !important;
    width: 100%;
    padding: 5px 0 !important;
    position: fixed;
    bottom: 0;
}
footer p {
    line-height: auto;
    margin: 0;
    padding: 0;
}
footer span:first-of-type {
    display: inline;
}
footer span:last-of-type {
    display: none;
}

/* Custom Bootstrap Overrides */
/* Bootstrap Media Queries */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        margin-top: 10px;
    }
    .carousel, .carousel .carousel-inner, .carousel .carousel-inner .item {
        height: 350px;
    }
    #content {
        border: none;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    footer span:first-of-type {
        display: none;
    }
    footer span:last-of-type {
        display: inline;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
