.review-sidebar {
	float: left;
	padding: 0 15px;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 37.5%;
}

.review-sidebar-content {
	margin-top: -3px;
}

.media-block {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.media-avatar {
	border-right: 6px solid transparent;
	border-left: none;
}

.media-avatar img {
	border-radius: 4px;
}

.media-story {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	min-height: 0;
}

.user-info {
	margin: 0 !important;
	padding: 0 !important;
}

.user-info li {
	padding: 0 !important;
}

.user-info li:before {
	content: '' !important;
}

.user-name {
	color: #2a2a2a;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
}

.user-location {
	color: #f60;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.user-stats {
	color: #666;
	font-size: 12px;
	line-height: 1.3em;
}

.review-wrapper {
	padding: 15px;
	min-height: 1.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.review-content {
	padding: 0 12px 6px 0;
	min-height: 156px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.rating-meta {
	display: block;
	padding-top: 10px;
}

.review-content p {
	font-size: 14px;
}

.rating-review {
	display: block;
}

.rating-very-large {
	margin: -3px 20px 0 0;
	float: left;
	overflow: hidden;
	position: relative;
	width: 126px;
	height: 22px;
}

.rating-qualifier {
	display: block;
	float: right;
	color: #555;
	font-weight: 600;
	margin-right: 20px;
}

.rating-description {
	text-align: left;
	clear: both;
}

.review_tags {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 12px;
}

.review_tags>.review-tag {
	margin: 0 12px 3px 0;
	color: #555;
	min-height: 21px;
	vertical-align: middle;
}

/**
 * Default Stars
 *
 */


.rating {
	position: relative;
	overflow: hidden;
	width: 82px;
	height: 14px
}
.star-img {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/stars-sprite.png') no-repeat;
}
.filtered-reviews-content .star-img {
	background: url('../img/stars-sprite-gray.png') no-repeat;
}
.rating .stars_0{
	background-position: -3px -3px;
}
.rating .stars_1{
	background-position: -3px -21px
}
.rating .stars_1_half {
	background-position: -3px -39px
}
.rating .stars_2 {
	background-position: -3px -57px
}
.rating .stars_2_half {
	background-position: -3px -75px
}
.rating .stars_3 {
	background-position: -3px -93px
}
.rating .stars_3_half {
	background-position: -3px -111px
}
.rating .stars_4 {
	background-position: -3px -129px
}
.rating .stars_4_half {
	background-position: -3px -147px
}
.rating .stars_5 {
	background-position: -3px -165px
}

/**
 * Small Stars
 *
 */

.rating-small {
	float: left;
	position: relative;
	overflow: hidden;
	width: 49px;
	height: 9px;
}
.rating-small .stars_0 {
	background-position: -3px -183px;
}
.rating-small .stars_1 {
	background-position: -3px -195px;
}
.rating-small .stars_1_half {
	background-position: -3px -207px;
}
.rating-small .stars_2 {
	background-position: -3px -219px;
}
.rating-small .stars_2_half {
	background-position: -3px -231px;
}
.rating-small .stars_3 {
	background-position: -3px -243px;
}
.rating-small .stars_3_half {
	background-position: -3px -255px;
}
.rating-small .stars_4 {
	background-position: -3px -267px;
}
.rating-small .stars_4_half {
	background-position: -3px -279px;
}
.rating-small .stars_5 {
	background-position: -3px -291px;
}

/**
 * Large Stars
 *
 */

.rating-large {
	overflow: hidden;
	position: relative;
	width: 106px;
	height: 18px;
}
.rating-large .stars_0 {
	background-position: -3px -303px;
}
.rating-large .stars_1 {
	background-position: -3px -324px;
}
.rating-large .stars_1_half {
	background-position: -3px -345px;
}
.rating-large .stars_2 {
	background-position: -3px -366px;
}
.rating-large .stars_2_half {
	background-position: -3px -387px;
}
.rating-large .stars_3 {
	background-position: -3px -408px;
}
.rating-large .stars_3_half {
	background-position: -3px -429px;
}
.rating-large .stars_4 {
	background-position: -3px -450px;
}
.rating-large .stars_4_half {
	background-position: -3px -471px;
}
.rating-large .stars_5 {
	background-position: -3px -492px;
}

/**
 * Very Large Stars
 *
 */

.rating-very-large {
	overflow: hidden;
	position: relative;
	width: 126px;
	height: 22px;
}
.rating-very-large .stars_0 {
	background-position: -3px -514px;
}
.rating-very-large .stars_1 {
	background-position: -3px -539px;
}
.rating-very-large .stars_1_half {
	background-position: -3px -564px;
}
.rating-very-large .stars_2 {
	background-position: -3px -589px;
}
.rating-very-large .stars_2_half {
	background-position: -3px -614px;
}
.rating-very-large .stars_3 {
	background-position: -3px -639px;
}
.rating-very-large .stars_3_half {
	background-position: -3px -664px;
}
.rating-very-large .stars_4 {
	background-position: -3px -689px;
}
.rating-very-large .stars_4_half {
	background-position: -3px -714px;
}
.rating-very-large .stars_5 {
	background-position: -3px -739px;
}

/**
 * Common
 *
 */

.star-review-count .rating,.star-review-count .rating-small {
	float: none;
	display: inline-block;
}
.ltie8 .star-review-count .rating,.ltie8 .star-review-count .rating-small {
	display: inline;
	margin-right: 3px;
}
.star-review-count .rating {
	vertical-align: middle;
}

/**
 * Responsive
 *
 */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.star-img {
		background-image: url('../img/stars-sprite@2x.png');
		background-size: 132px 764px;
	}
	.filtered-reviews-content .star-img {
		background-image: url('../img/stars-sprite-gray@2x.png');
		background-size: 132px 764px;
	}
}

/**
 * Print
 *
 */

@media print {
	.star-img {
		position: absolute;
		background: none;
		width: auto;
		height: auto;
	}
	.star-img img {
		position: relative;
		top: 0;
		left: -3px;
		width: auto;
		height: auto;
	}
	.rating .stars_0 {
		top: -3px;
	}
	.rating .stars_1 {
		top: -21px;
	}
	.rating .stars_1_half {
		top: -39px;
	}
	.rating .stars_2 {
		top: -57px;
	}
	.rating .stars_2_half {
		top: -75px;
	}
	.rating .stars_3 {
		top: -93px;
	}
	.rating .stars_3_half {
		top: -111px;
	}
	.rating .stars_4 {
		top: -129px;
	}
	.rating .stars_4_half {
		top: -147px;
	}
	.rating .stars_5 {
		top: -165px;
	}
	.rating-small .stars_0 {
		top: -183px;
	}
	.rating-small .stars_1 {
		top: -195px;
	}
	.rating-small .stars_1_half {
		top: -207px;
	}
	.rating-small .stars_2 {
		top: -219px;
	}
	.rating-small .stars_2_half {
		top: -231px;
	}
	.rating-small .stars_3 {
		top: -243px;
	}
	.rating-small .stars_3_half {
		top: -255px;
	}
	.rating-small .stars_4 {
		top: -267px;
	}
	.rating-small .stars_4_half {
		top: -279px;
	}
	.rating-small .stars_5 {
		top: -291px;
	}
	.rating-large .stars_0 {
		top: -303px;
	}
	.rating-large .stars_1 {
		top: -324px;
	}
	.rating-large .stars_1_half {
		top: -345px;
	}
	.rating-large .stars_2 {
		top: -366px;
	}
	.rating-large .stars_2_half {
		top: -387px;
	}
	.rating-large .stars_3 {
		top: -408px;
	}
	.rating-large .stars_3_half {
		top: -429px;
	}
	.rating-large .stars_4 {
		top: -450px;
	}
	.rating-large .stars_4_half {
		top: -471px;
	}
	.rating-large .stars_5 {
		top: -492px;
	}
	.rating-very-large .stars_0 {
		top: -514px;
	}
	.rating-very-large .stars_1 {
		top: -539px;
	}
	.rating-very-large .stars_1_half {
		top: -564px;
	}
	.rating-very-large .stars_2 {
		top: -589px;
	}
	.rating-very-large .stars_2_half {
		top: -614px;
	}
	.rating-very-large .stars_3 {
		top: -639px;
	}
	.rating-very-large .stars_3_half {
		top: -664px;
	}
	.rating-very-large .stars_4 {
		top: -689px;
	}
	.rating-very-large .stars_4_half {
		top: -714px;
	}
	.rating-very-large .stars_5 {
		top: -739px;
	}
}
