#testimonial-slide-wrap{
	min-height:260px;
}
.testimonial-slide-container{
	text-align:center;
}
li.testimonial-slide{
	display:none;
	padding-left:0;
}
.testimonial-slide.active{
	display:block;
}
li.testimonial-slide:before{
	display:none;
}
.testimonial-slide h4{
	color:#7c803d;
}
.stars{
	display:block;
	height:20px;
	width:115px;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background:url('../images/stars.png');
	background-position:center !important;
	margin:10px auto;
}
.testimonial-controls{
    width: 80px;
    background:;
    height: 40px;
    margin: 0 auto;
	position:relative;
}
.prev-testimonial{
	width:22px;
	height:13px;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background:url('../images/prev-arrow.png');
	background-position:center !important;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	z-index:2;
}
.next-testimonial{
	width:22px;
	height:13px;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background:url('../images/next-arrow.png');
	background-position:center !important;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	z-index:2;
}
.prev-cover{
	width:22px;
	height:13px;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	opacity:.8;
	z-index:3;
	display:none;
}
.next-cover{
	width:22px;
	height:13px;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	opacity:.8;
	z-index:3;
	display:none;
}
.prev-cover.active, .next-cover.active{
	display:block;
}
h4.said-it{
	font-family: "OpenSemi";
	font-size:15px;
	color:#7c803d;
	letter-spacing:0.67px;
	text-align:center;
	font-weight:500;
}