﻿#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center;
    min-height: 440px
}
    /* indicator position */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
        color: #856D47;
    }
        /* indicator color */
        #quote-carousel .carousel-indicators li {
            background: #75757563;
            height: 4px;
            width: 50px;
        }
        /* active indicator */
        #quote-carousel .carousel-indicators .active {
            background: #856D47;
            height: 4px;
            width: 50px;
            margin-bottom: 1px;
        }

#quote-carousel1 {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center;
    min-height: 440px
}
    /* indicator position */
    #quote-carousel1 .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
        color: #856D47;
    }
        /* indicator color */
        #quote-carousel1 .carousel-indicators li {
            background: #75757563;
            height: 4px;
            width: 50px;
        }
        /* active indicator */
        #quote-carousel1 .carousel-indicators .active {
            background: #856D47;
            height: 4px;
            width: 50px;
            margin-bottom: 1px;
        }

#quote-carousel2 {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center;
    min-height: 440px
}
    /* indicator position */
    #quote-carousel2 .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
        color: #856D47;
    }
        /* indicator color */
        #quote-carousel2 .carousel-indicators li {
            background: #75757563;
            height: 4px;
            width: 50px;
        }
        /* active indicator */
        #quote-carousel2 .carousel-indicators .active {
            background: #856D47;
            height: 4px;
            width: 50px;
            margin-bottom: 1px;
        }

