/* carousel */
#testimonial_carousel {
  padding: 0;
  margin: 0px;
}
#testimonial_carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 180px;
    text-align: center;
}
/* Control buttons  */
#testimonial_carousel .carousel-control{
  background: none;
  color: #d6d6d6;
  font-size: 25px;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#testimonial_carousel .carousel-control.left {
  left: -12px;
  background: none;
}
/* Next button  */
#testimonial_carousel .carousel-control.right {
  right: -12px !important;
  background: none;
}
/* Changes the position of the indicators */
#testimonial_carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -30px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#testimonial_carousel .carousel-indicators li {
    width: 7px;
    height: 7px;
    background:#c8c8c8;
    margin:0 10px;
    border-radius: 50%;
}
#testimonial_carousel .carousel-indicators .active {
  background: #333333;
  
}
#testimonial_carousel img{
  width: 92px;
  height: 92px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}
.item blockquote img {
    margin-bottom: 10px;
}
/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/


#testimonial_carousel p{
    font-size:18px;
    font-weight:300;
    color:#aaaaaa;
}
#testimonial_carousel .client-name{
    font-size:13px;
    font-weight:400;
    color:#1d4596;
}
#testimonial_carousel .client-designation{
    font-size:13px;
    font-weight:300;
    color:#f59393;
}
#testimonial_carousel blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '';
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #testimonial_carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #testimonial_carousel .carousel-indicators {
        bottom: -49px !important;  
    }
    #testimonial_carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 7px;
        height: 7px;
    }
    #testimonial_carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 7px;
        height: 7px;
    }
    #testimonial_carousel .carousel-inner {
    min-height: auto;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    
    #testimonial_carousel .carousel-inner {
    min-height: auto;
    }
}
 

