/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.topi .carousel,
.topi .item,
.topi .active {
    height: 706px;
    border:0px solid red;
    
}

.topi .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.topi .fill {
    width: 100%;
    height: 706px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.topi .carousel-control.right, . topi .carousel-control.left {background-image:none !important}