blockquote.testimonial {
	width: auto;
	margin: 0 auto 20px auto;
	padding: 20px 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background-color: #fff;
}

blockquote.testimonial:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 80px;
	font-family: 'Georgia', serif;
	position: absolute;
	left: -10px;
	top: -10px;
}

blockquote.testimonial cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	text-align: right;
}
 
blockquote.testimonial cite:before {
	content: "\2014 \2009";
}

.testimonials-scrolling {
	max-height: 300px;
	position: relative;
	overflow: hidden;
}

.testimonials-scrolling ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.testimonials-scrolling li {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.testimonials-scrolling li blockquote.testimonial {
	width: auto;
}

.testimonial-readmore { 
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0;
	padding: 30px 0; 
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.fa-star-color {color: #FFF200;}
.testimonial-response {
    border: 1px solid #e1e3e3;
    border-radius: 8px;
    margin: 20px 0 12px;
}
.testimonial-response-title {
    padding: 12px 16px 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e1e3e3;
}
.testimonial-response-text p {padding: 10px;}