a.testimonial-thumbnails img {
	max-width: 200px;
	height: auto;
	display: inline-block;
}
#testimonial h2, .testimonial-title {
	margin-top: 0px;
}
#testimonial-rating span {
	cursor: pointer;
}
#testimonial-rating .fa-stack {
	font-size: 16px !important;
}
#testimonial-rating .fa-star-o {
	color: #999;
	font-size: 30px !important;
}
#testimonial-rating .fa-star {
	color: #FC0;
	font-size: 30px !important;
}
#testimonial-rating .fa-star + .fa-star-o  {
	color: #E69500;
}
#testimonial-rating {
	height: 30px;
	width: 175px;
}
@media (max-width: 400px) {
	#testimonial-total > span:last-child > span:first-child{
		display: none;
	}
}
@media (max-width: 1199px) {
	#testimonial-total button{
		width: 100%;
	}
}
#testimonial-total > span {
	display: inline-block;
	height: 30px;
    padding: 6px 0px 6px 0px;
	margin-bottom: 15px;
}
#testimonial-total > span + span {
	margin-left: 10px;
}
.testimonial-thumb {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.testimonial-thumb img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-thumb hr{
	border-bottom: 1px solid #ddd;
}
.sm {
	margin-right: 2px;
}