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


@media (min-width: 1199px) {
	#google-reviews .carousel-item {padding: 0px 15%;}
}

#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: #ccc;}
#google-reviews .review-author {font-weight: 600; color:#666;}
#google-reviews .review-text {text-align: justify;}

.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";
}