@charset "utf-8";
/* CSS Document */

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
    margin-top:40px ;      
}

/* 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: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* 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;
}


.testi-head{font-family: 'Open Sans', sans-serif; font-size:25px; font-weight:bold; color:#c5954f; text-align:left;
  padding: 5px 10px 5px 25px;     }

.testi-cover{font-family: 'Open Sans', sans-serif; font-size:16px; font-weight:normal; color:#666; 
text-align:justify;  border-bottom:1px solid #dfc393;           
 }

.testi-readmore{float:right; margin-right:0px; padding:1px; background-color:#EFCF94; margin-top:5px  }

 .testi-inner{ background-image:url(../images/testi-hed-bg.jpg); background-position:top; background-repeat:repeat-x}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}


  @media (max-width: 1200px) {
  

  .testi-cover{height:auto; border-bottom:0px }
  }


@media (max-width: 1000px) { 

.testi-inner{margin-bottom:20px; height:auto }
.testi-cover{height:auto; margin-bottom:0px      }

.testi-head{padding-left:10px; 
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* 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 2px;
        width: 10px;
        height: 10px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }
	
	.testi-head{font-size:16px; padding-top:13px}
	
	
	.testi-inner{margin-bottom:20px; height:auto;  }
	
	.testi-readmore{   margin-top:-1px }
	
	 
	
	
}