body {
    padding: 0;
    margin: 0;
}

.carousel {
    margin-bottom: 0;
    padding: 0px;
    40px 30px 40px;
}

.carousel-control {
    left: -16px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 30px;
    line-height: 22px;
}

.carousel-control.right {
    right: -12px;
}

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #428bca;
}

.site-media-slider {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.jumbotron {
    margin-top: 20px;
    background-color: black;
    opacity: .9;
    color: #fff;
}

.jumbotron a {
    color: #F2C59E;
}

.jumbotron a:hover {
    color: #F2C59E;
    opacity: .9;
    text-decoration: none;
}

.thumbnail {
    height: 100px;
    width: 250px;
    color: black;
}