/**
 *   Contains ...
 *
 *   Created on : Jun 18, 2014, 10:17:09 AM
 *   Author     : iskren
 */


/**
 * Font ReviewStars
 */
 @charset "UTF-8";

 @font-face {
   font-family: "review-stars";
   src:url("https://d38sin6ajhd48.cloudfront.net/review-stars.eot");
   src:url("https://d38sin6ajhd48.cloudfront.net/review-stars.eot?#iefix") format("embedded-opentype"),
     url("https://d38sin6ajhd48.cloudfront.net/review-stars.woff") format("woff"),
     url("https://d38sin6ajhd48.cloudfront.net/review-stars.ttf") format("truetype"),
     url("https://d38sin6ajhd48.cloudfront.net/review-stars.svg#review-stars") format("svg");
   font-weight: normal;
   font-style: normal;
 
 }
 
 .icon-rating {
   font-family: "review-stars" !important;
   font-style: normal !important;
   font-weight: normal !important;
   font-size: 15px;
   font-variant: normal !important;
   text-transform: none !important;
   speak: none;
   line-height: 17px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 
 .icon-rating-star:before,
 .icon-rating-star-half:before,
 .icon-rating-star-outline:before {
   display: inline-block;
   min-width: 16px;
 }
 
 .rating_container span:last-of-type {
   vertical-align: bottom;
 }
 
 .icon-rating-star:before {
   content: "d";
 }
 .icon-rating-star-half:before {
   content: "e";
 }
 .icon-rating-star-outline:before {
   content: "f";
 }