#google-reviews .carousel-item { padding: 0px 15%; background: none; min-height: 200px; text-align: center; }

#google-reviews, #google-reviews * {

	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;

}

#google-reviews { }
#google-reviews .item {
	background:none;
}
#google-reviews .carousel-control-prev {top:0;background:none; width: 60px; font-size: 46px; color:#ccc; text-shadow: none; }
#google-reviews .carousel-control-next {top:0;background:none; width: 60px; font-size: 46px; color:#ccc; text-shadow: none; }

#google-reviews .review-meta {color: #BEBEBE;}
#google-reviews .review-author {color: #444;font-family: "willard-sniffin-script", sans-serif; font-size: 46px; line-height: 100%; font-weight: 300;}

#google-reviews .review-text {text-align: justify;}


#google-reviews .carousel-control-prev {text-align: left;}
#google-reviews .carousel-control-next {text-align: right;}

.review-stars, .review-stars * {margin:0;padding:0;}
.review-stars ul {

  display: inline-block;
  list-style: none;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 14px;
	font-style: normal;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}