#carousel-custom {
    margin: 20px auto;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 160px;
    margin-right:3px;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    width:100%;
    height:100px;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
#carousel-custom .carousel-inner .item{
    max-height:650px;
    overflow: hidden;
}
#carousel-custom .carousel-caption{
    background-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    width:100%;
    left:0;
    right:0;
    margin:0 auto;
    bottom:0;
    text-shadow:none;
    color:#2f2f2f;
    padding:25px 15px;
}
#carousel-custom .carousel-control{
    background:none;
}
#carousel-custom .carousel-control .fa{
    font-size:48px;
    position: absolute;
    top:48%;
}
#carousel-custom .left .fa{
    left:60px;
}
#carousel-custom .right .fa{
    right:60px;
}

@media(max-width:767px){
    #carousel-custom .carousel-caption{
        display: none;
    }
}