#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-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 60px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 18px;
    margin-right: -19px;
    width: 100%;
}
#quote-carousel .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
    -webkit-border: 4px solid #CCC;
    -moz-border: 4px solid #CCC;    
    -o-border: 4px solid #CCC;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-dtransition: all 0.4s;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 68px;
    height: 68px;
    border-radius: 100px;
    border-color: #f7941d;
    opacity: 1;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px #888;
    -moz-box-shadow: 1px 1px 2px #888;
    -o-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
}
.carousel-inner{
    min-height: 300px;
}
.item blockquote{
    border-left: none;
    margin: 0;
    padding: 0 4%;
}
.carousel-inner .item p{
    font-size: 0.8em;
    font-family: Lato,Arial,sans-serif;
}
.item blockquote p:before{
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: ;
}
.carousel-inner .item blockquote small{color:#3c3c3c;}
.testimonial .carousel-indicators{left:30%;}

@media only screen and (max-width:1199px){
    #quote-carousel .carousel-indicators{bottom:0;}
}

@media only screen and (max-width:480px){
    #quote-carousel{padding:0 0 30px;}
    #quote-carousel .item blockquote{padding:0 0;}
    #quote-carousel .carousel-indicators{bottom:-61px;}
}