body {
    padding: 0;
    background: url('/images/background.png') center center fixed;
    background-size: 100%;
    color: #3d3d3d;
}

.image-reponsive {
    position: relative;
    top: -30px;
    height: 130px;
    float: left;
}

ul li a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.list-group-item {
    padding: 3px 15px;
}

a.list-group-item,
button.list-group-item {
    color: white;
    background: #3d3d3d;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #ce0400;
    border-color: gray;
}

nav li:hover {
    background: #ce0400;
}

.footermenu li a {
    color: #ce0400;
}

img {
    border: 0;
}

@media(min-width:1200px) {
    #ContentBoxes {
        height: 350px;
    }
}

@media (max-width: 1199px) {
    #ContentBoxes {
        height: auto;
    }

    .SlideshowContainer {
        display: none;
    }
}

.panel-default {
    background: #3d3d3d;
    color: white;
    position: relative;
    z-index: 2;
}

.ContentTitle {
    font-size: 25px;
    font-weight: bold;
}

#Slides {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.custom-navigation {
    position: absolute;
    width: 95%;
    list-style: none;
    bottom: -4px;
}

.custom-navigation a {
    color: whitesmoke;
}

.SlideshowTextContainer {
    position: relative;
    background: #ce0400;
    color: #ffffff;
    height: 50px;
    z-index: 2;
    bottom: 0;
    text-align: center;
}

#SlideshowCaption {
    ;
    margin: 0 auto;
    font-size: 16px;
}

#SlideshowSubCaption {
    margin: 0 auto;
    font-size: 12px;
}

.FeedItemSummary {
    float: right;
    font-size: 12px;
    padding: 0 0 0 5px;
    margin: 7px 0 0 0;
}

.col-lg-3 {
    margin-bottom: 20px;
}

.jumbotron {
    background: #3d3d3d;
    color: white;
}

.RightInteriorContainer {
    float: none;
}