body {
    /*padding-top: 70px; !* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. *!*/
    margin:0px;
    padding:70px;
    background: white;
}
.cont {
    width: 100%;
    background: red;
    margin: 0 auto;
}
.cont img {
    width: 100%;
}
.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}
footer {
    margin: 50px 0;
}

/*--------------------------------------------------------------
# News Ticker
--------------------------------------------------------------*/

.ticker {
    height: 30px;
    overflow: hidden;
    line-height: 26px;
    padding: 0;
}
#spHeadline{
    background-color: #000;
    border-right: 1px solid #fff;
    color: #FFF;
    margin-right: 6px;
    font-size: 20px;
    padding: 10px 25px 10px 30px;
}

.ticker a:hover,
.ticker li:hover {
    color: #D8D8D8;
}

.ticker a,
.ticker li {
    color: #ffffff;
    font-size: 15px;
    background: #337ab7;
    list-style: none;

}