.carousel-indicators {
    margin-bottom: 0px;
    bottom: 0px;
    display: none;
}

.carousel-indicators li {
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
}

span.left.carousel-control,
span.right.carousel-control {
    position: absolute;
    background: none;
    border: none;
    height: 50px;
    width: 50px
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 25px;
    height: 25px;
    margin-top: -10px;
    font-size: 20px;
}

.panel-primary {
    border: 5px solid #292929;
    background: #292929;
}

.panel .panel-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-primary>.panel-heading {
    background: #292929;
    border-color: #292929;
}
