#testimonials .col-center {
	margin: 0 auto;
	float: none !important;
}
#testimonials .carousel {
	padding: 0 70px;
}
#testimonials .carousel .carousel-item {
	color: white;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}
#testimonials .carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
#testimonials .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#testimonials .carousel .testimonial {
	padding: 30px 0 10px;
}
#testimonials .carousel .overview {	
	font-style: italic;
}
#testimonials .carousel .overview b {
	text-transform: uppercase;
	color: rgba(158, 158, 8, 0.979);
}
#testimonials .carousel-control-prev, #testimonials .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
#testimonials .carousel-control-prev i, #testimonials .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#testimonials .carousel-indicators {
	bottom: -40px;
}
#testimonials .carousel-indicators li, #testimonials .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
#testimonials .carousel-indicators li {	
	background: white;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#testimonials .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}