/* carousel */
#testimonials #quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}
/* Control buttons  */
#testimonials #quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}

/* Changes the position of the indicators */
#testimonials #quote-carousel .carousel-indicators {
	width:100%;
	text-align:center;
	right: 0;
	left:0;
	bottom: -55px;
	margin:0;
	padding:0;
}
/* Changes the color of the indicators */
#testimonials #quote-carousel .carousel-indicators li {
	background: #fff;	
	border:1px solid #177caa;
}
#testimonials #quote-carousel .carousel-indicators .active {
	background: #177caa;
	border:1px solid #177caa;
}
#testimonials #quote-carousel img {
	width: 250px;
	height: 100px
}
/* End carousel */

#testimonials .item blockquote {
	border-left: none;
	padding:0;
	margin: 0;
}
#testimonials .item blockquote img {
	margin-bottom: 10px;
}
#testimonials .item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#testimonials #quote-carousel {
	padding:25px 0 0;
}
}


/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
#testimonials #quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#testimonials #quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 10px;
	height: 10px;
}
#testimonials #quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 10px;
	height: 10px;
}
}
