@import "jquery.rateyo.min.css";
#ranking-page-container {
  /*width: 800px;*/
  margin: 0 auto;
}
#ranking-page-container div {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#ranking-page-container .page-item.red .page-counter {
  background: #da362f !important;
}
#ranking-page-container .page-item.red .page-heading {
  background: #fbc80c;
}
#ranking-page-container .page-item {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #0e0a1b;
}
#ranking-page-container .page-item .lefter {
  height: 55px;
  position: absolute;
  left: -14px;
  top: -1px;
  width: 14px;
  color: #767274;
}
#ranking-page-container .page-item .page-heading {
  background: #d9d9d9;
}
#ranking-page-container .page-item .page-heading > .page-counter, #ranking-page-container .page-item .page-heading .page-title {
  padding: 3px 0;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
#ranking-page-container .page-item .page-heading .page-counter {
  width: 7%;
  float: left;
  background: #767274;
  color: #fff;
  text-align: center;
  text-indent: -16px;
  position: absolute;
  top: -1px;
  height: 46px;
}
#ranking-page-container .page-item .page-heading .page-title {
  color: #121123;
  float: right;
  width: 93%;
  padding-left: 14px;
  font-size: 16px;
  line-height: 40px;
  height: 46px;
}
#ranking-page-container .page-item .page-content > div {
  float: left;
}
#ranking-page-container .page-item .page-content .page-logo-review {
  width: 30%;
  line-height: 1em;
}
#ranking-page-container .page-item .page-content .page-logo-review .page-logo {
  margin: 5px 0 0 0;
  padding: 10px 20px 0 20px;
}
#ranking-page-container .page-item .page-content .page-logo-review .page-review {
  text-align: center;
}
#ranking-page-container .page-item .page-content .page-logo-review .page-review .stars > div {
  margin: 0 auto;
}
#ranking-page-container .page-item .page-content .page-logo-review .page-review > div {
  margin-bottom: 15px;
}
#ranking-page-container .page-item .page-content .page-logo-review .page-review .rating {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
#ranking-page-container .page-item .page-content .page-logo-review .page-review .reviews-count {
  color: #9a9a9a;
  font-size: 16px;
}
#ranking-page-container .page-item .page-content .page-review-content {
  width: 40%;
  font-size: 16px;
  padding: 30px 0;
}
#ranking-page-container .page-item .page-content .page-review-content > div {
  display: flex;
}
#ranking-page-container .page-item .page-content .page-review-content > div ul {
  margin: 15px auto 0 auto;
  color: #9a9a9a;
  list-style-type: none;
  padding: 0;
}
#ranking-page-container .page-item .page-content .page-review-content > div ul li {
  background: url(../img/list-tick.png) no-repeat left;
  line-height: 20px;
  padding-left: 20px;
  background-size: 12px;
}
#ranking-page-container .page-item .page-content .page-review-content > div ul li:last-child {
  background: none;
  margin-top: 20px;
}
#ranking-page-container .page-item .page-content .page-review-content > div ul li:last-child a {
  color: #d60000;
}
#ranking-page-container .page-item .page-content .page-read-more {
  width: 30%;
  float: right;
  padding: 62px 15px 50px 0px;
}
#ranking-page-container .clear {
  clear: both;
  padding: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  #ranking-page-container {
    width: 100%;
    padding: 0 20px;
  }
  #ranking-page-container .page-content .page-logo-review {
    float: none !important;
    width: 100% !important;
  }
  #ranking-page-container .page-content .page-logo-review .page-review .rating {
    display: none;
  }
  #ranking-page-container .page-content .page-logo-review .page-review > div {
    margin-bottom: 6px !important;
  }
  #ranking-page-container .page-content .page-review-content {
    display: none;
  }
  #ranking-page-container .page-content .page-read-more {
    float: none !important;
    width: 100% !important;
    padding: 0 56px !important;
  }
}

.page-read-more img, .page-logo-review img { width: 100%; }

/*# sourceMappingURL=listing.css.map */
