.carousel-caption {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    display: none;
    /*comment out to display captions*/
}

.carousel-control {
    text-shadow: 0;
}

.carousel-control .glyphicon-chevron-left {
    top: 45%;
    font-size: 20px;
}

.carousel-control .glyphicon-chevron-right {
    top: 45%;
    font-size: 30px;
    width: 39px;
    height: 39px;
    color: #fa671d;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient( left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient( left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 00001)));
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient( left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient( left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 00001)));
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
}

.carousel-indicators {
    bottom: -40px !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 19%;
    list-style: none;
}

.carousel-indicators li {
    border: 2px solid #c1bbbb !important;
    border-radius: 10px !important;
    background-color: #d9d9d9 !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.carousel-indicators .active {
    border: 0px solid #fa671d !important;
    border-radius: 10px !important;
    background-color: #fa671d !important;
    width: 16px !important;
    height: 16px !important;
    margin-bottom: 1px !important;
}

@media only screen and (max-width: 425px) {
    .carousel-indicators li {
        border: 2px solid #c1bbbb !important;
        border-radius: 10px !important;
        background-color: #d9d9d9 !important;
        width: 13px !important;
        height: 13px !important;
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .carousel-indicators .active {
        border: 0px solid #fa671d !important;
        border-radius: 10px !important;
        background-color: #fa671d !important;
        width: 13px !important;
        height: 13px !important;
        margin-bottom: 1px !important;
    }
    .carousel-control .glyphicon-chevron-left {
        top: 45%;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right {
        top: 45%;
        font-size: 16px;
        width: 39px;
        height: 39px;
        color: #fa671d;
    }
}