.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 16px;
  color:#ff9700;
  vertical-align:middle;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/raty.eot");
  src: url("fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("fonts/raty.svg#raty") format("svg");
  src: url("fonts/raty.ttf") format("truetype");
  src: url("fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}

#new_rating_wrapper {
  position: relative;
  width: 280px;
  font-size: 14px;
  display: inline-block;
}

#new_listing_rating {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl #new_listing_rating {
  left: 0;
  right: auto;
}
.comment-meta .review_rate{
	font-size: 8px;
	position: absolute;
	top: 33px;
	right: 30px;
	}
.review_rate{
	font-size: 8px;
	}
.rtl .review_rate{
	float:left;
}
.dirrater_title{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal !important;
	margin-top: 0;
	margin-bottom:10px;
}
.directorypress-listing-title .listing-rating{
	position:relative;
	float:right;
	padding:18px 20px 10px 0;
}
.single-listing .directorypress-listing-title .listing-rating{
	padding:14px 20px 10px 0;
}
.directorypress-listing-title .rating-numbers{
    width: 36px;
    height: 26px;
    background: #eee;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
	color:#fff;

}
.rating-stars{
	vertical-align: bottom;
}
.rating-stars .rating-value{
	display:none;
}
.new_listing_rating{
	font-weight: normal;
	padding-right: 15px;
}