/*STARS*/
.rateStar{
	background: url("/images/Grey-Star.svg") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: inline-block;
	float: left;
	height: 20px;
	vertical-align: middle;
}
.rateStar.left{
	width: 10px;
	margin-left: 1px;
}
.rateStar.left.filled{
	background: url("/images/Gold-Star.svg") no-repeat scroll 0 0 transparent;
	background-size: cover;
}
.rateStar.right{
	width: 10px;
	background-position: 102%;
}
.rateStar.right.filled{
	background: url("/images/Gold-Star.svg") no-repeat scroll 0 0 transparent;
	background-size: cover;
	background-position: 102%;
}
/*FIN: STARS*/
#list-header h2 span{
	font-family: 'Merriweather';
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-size: 700;
	margin-bottom: 15px;
}
.cf:before{
	content: "";
	display: table;
}
article#review div.reviews-list > ul > li{
	margin-bottom: 33px;
	position: relative;
}
article#review div.reviews-list > ul > li .link-image img{
	border-radius: 50%;
	width: 3rem;
	position: absolute;

}
article#review div.reviews-list > ul > li div.review_body{
	width: calc(98% - 4.5rem);
	border: solid 1px #D3D2D2;
	position: relative;
	background-color: #FFF;
	padding: 1.5%;
	margin-left: 4.5rem;
}
article#review div.reviews-list > ul > li div.review_body:before{
	background: url('/core/img/general/Master.png') no-repeat -43px -2px;
	width: 18px;
	height: 19px;
	display: block;
	content: "";
	position: absolute;
	left: -18px;
}
article#review div.reviews-list > ul > li div.review_body > a > h2{
	color: #CB1900;
	font-family: 'arial', sans-serif;	
	line-height: 20px;
	font-size: 15px;
}
article#review div.reviews-list > ul > li div.review_body > a.user-link{
	display: inline-block;
	bottom: 2px;
	position: relative;
}
article#review div.reviews-list > ul > li div.review_body > h1{
	font: normal 12px 'arial';
	display: inline-block;	
	color: #626469;
	
}
article#review div.reviews-list > ul > li div.review_body > a.delete_post{
	background: url('/images/foros/Borrar.svg') no-repeat 0 0;
	width: 13px;
	height: 13px;
	background-size: 13px;
	display: block;
	float: right;
	cursor: pointer;
}
article#review div.reviews-list > ul > li div.review_body > p{
	font: normal 15px "Hind", sans-serif;
    margin-top: 10px;
    line-height: 24px;
    word-wrap: break-word;
    padding: 0 5px 5px 0;
}
article#review div.reviews-list > ul > li div.review_body > p.date{
	font: normal 15px 'arial', sans-serif;
	color: #7a8691;
	display: inline;
	bottom: 2px;
	position: relative;
}

article#review div.reviews-list > ul > li > p{
	font: normal 12px 'arial';
	padding-left: 3px;	
	display: inline-block;
	padding: 11px 0 0 0px;
	color: #000;
}
.date:first-letter{
	text-transform: uppercase;
}
section.loader{
	text-align: center;
}
section.loader > a{
	display: none;	
}
section.loader > a.active{
	display: inline-block;
}

/* BEGIN: RESPONSIVE */
@media screen and (max-width: 950px) {
	article#review div.reviews-list > ul > li div.review_body:before{
		display: none;
	}
	article#review div.reviews-list > ul > li .link-image img {
		display: none;
	}
	article#review div.reviews-list > ul > li div.review_body {
		margin-left: 0;
		width: auto;
	}
}

@media screen and (max-width: 650px) {
	article#review div.reviews-list > ul > li div.review_body > p.date {
		display: block;
		margin-top: 6px;
	}
	article#review div.reviews-list > ul > li div.review_body {
		padding: 3%;
	}
}