@charset "UTF-8";
/* CSS Document */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-indicators {
		position:static;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
}
#quote-carousel .carousel-indicators li {
    width: 80px;
    height: 80px;
    margin: 10px 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
		border-color:#fff;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
		vertical-align:middle;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 100px;
    height: 100px;
    border-radius: 50%;
		border-color:#DEDE4C;
    opacity: 1;
    overflow: hidden;
		margin:0px 5px;
}
.carousel-inner {
    /*min-height: 150px;*/
}
#quote-carousel .carousel-inner small {
	font-style:italic;
}

@media (max-width: 767px) {
	
}