/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
  
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* margin-left: -5% !important; */
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #b3a9a3;
}
#quote-carousel .carousel-indicators .active 
{
  background: #82C341;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */


.carousel-indicators {
    position: absolute;
    bottom: 10px;
    top: -25px !important;
    z-index: 15;
    /* left: 30%; */
    width: 55%;
    text-align: left;
    height:10px
}


.item blockquote {
    border-left: none; 
    margin: 0;
    font-size: 14px;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: " ";
    float: left;
    margin-right: 10px;
}

h2.testiminials-text {padding-bottom:10px}


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
	
h2.testimonials-text {padding-bottom:25px}
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
      /*   bottom: -20px !important;   */
    }
    #quote-carousel .carousel-indicators li {
       /*  display: inline-block; */
       /*  margin: 0px 5px; */
       /*  width: 15px; */
       /*  height: 15px; */
border:red
    }
    #quote-carousel .carousel-indicators li.active {
     /*    margin: 0px 5px; */
 /* width: 20px; */
 /*  height: 20px; */

    }
}


@media (max-width: 480px) { 
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    top: -10px !important;
    z-index: 15;
    left: 30%;
    width: 55%;
    text-align: left;
}
}