@font-face {
  font-family: 'open-sans-semibold';
  src: url("scss/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot");
  src: url("scss/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff") format("woff"), url("scss/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.ttf") format("truetype"), url("scss/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open-sans-regular';
  src: url("scss/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot");
  src: url("scss/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format("woff"), url("scss/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf") format("truetype"), url("scss/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open-sans-light';
  src: url("scss/fonts/opensans_light_macroman/OpenSans-Light-webfont.eot");
  src: url("scss/fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans_light_macroman/OpenSans-Light-webfont.woff") format("woff"), url("scss/fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf") format("truetype"), url("scss/fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
hr + hr {
  display: none; }

.px-rating {
  margin: 0px !important;
  padding: 0px !important; }
  .px-rating .rating-list.rated {
    margin: 0 auto; }
  .px-rating li {
    margin: 0px;
    padding: 0px; }
  .px-rating * {
    pointer-events: auto !important; }
  .px-rating .reviewsCount {
    cursor: pointer; }
    .px-rating .reviewsCount:hover {
      text-decoration: underline; }
    .px-rating .reviewsCount span, .px-rating .reviewsCount label {
      float: left; }
    .px-rating .reviewsCount span {
      margin-left: 5px; }
    .px-rating .reviewsCount:after {
      content: "";
      display: block;
      clear: both; }
  .px-rating + hr {
    margin: 10px 0px !important; }

.px-post-review-wrapper {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 70%;
  z-index: 889;
  margin-top: 25px;
  font-family: "open-sans-regular"; }
  .px-post-review-wrapper ul {
    padding: 0px !important;
    margin: 0px !important; }
    .px-post-review-wrapper ul li {
      padding: 0px !important;
      margin: 0px !important; }
  .px-post-review-wrapper .px-review-box {
    box-sizing: border-box;
    position: relative;
    height: 300px;
    background: white;
    box-shadow: -1px 0px 8px -2px rgba(46, 46, 46, 0.5);
    width: 100%; }
    .px-post-review-wrapper .px-review-box:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin-right: 15px;
      margin-top: -14px;
      background: transparent;
      width: 0px;
      height: 0px;
      border-left: 15px solid transparent;
      border-top: 0px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid white; }
    .px-post-review-wrapper .px-review-box:after {
      content: "";
      display: block;
      clear: both; }
    .px-post-review-wrapper .px-review-box textarea {
      box-sizing: border-box;
      margin: 5px 2%;
      margin-top: 0px;
      padding-top: 0px;
      padding-left: 0px;
      width: 96%;
      box-sizing: border-box;
      border: 0px;
      outline: 0px;
      color: #9e9e9e;
      font-family: "open-sans-light";
      font-size: 15px;
      height: 165px; }
    .px-post-review-wrapper .px-review-box #px-review-error-msg {
      display: block;
      width: 96%;
      margin-left: 2%;
      color: red;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
      font-family: "open-sans-regular"; }
    .px-post-review-wrapper .px-review-box input[type="text"] {
      width: 40%;
      height: 40px;
      line-height: 40px;
      outline: none;
      border: 1px solid #e0e0e0;
      float: left; }
    .px-post-review-wrapper .px-review-box input[name="email-address"] {
      border-right: 0px; }
    .px-post-review-wrapper .px-review-box button {
      padding: 0px;
      width: 20%;
      height: 40px;
      line-height: 40px;
      display: block;
      background: #4386f4;
      outline: none;
      border: none;
      float: left;
      font-family: "open-sans-regular";
      color: white;
      position: relative;
      z-index: 10;
      font-size: 14px;
      text-transform: capitalize; }
  .px-post-review-wrapper .px-review-headline {
    padding-top: 1px;
    position: relative; }
    .px-post-review-wrapper .px-review-headline hr {
      display: block;
      background: #e0e0e0;
      border: none;
      outline: none;
      height: 1px;
      width: 72%;
      margin: 17px 0px;
      margin-left: 2%; }
    .px-post-review-wrapper .px-review-headline #px-review-close-lightbox {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 15px;
      margin-right: 15px;
      font-size: 15px;
      font-weight: 500;
      font-family: "open-sans-regular";
      color: #9e9e9e; }
    .px-post-review-wrapper .px-review-headline .review-headline-title {
      width: 60%;
      display: block;
      margin-left: 2%;
      margin-top: 10px;
      font-size: 24x;
      color: #424242; }
      .px-post-review-wrapper .px-review-headline .review-headline-title span {
        display: block;
        float: left; }
      .px-post-review-wrapper .px-review-headline .review-headline-title:after {
        content: "";
        display: block;
        clear: both; }
      .px-post-review-wrapper .px-review-headline .review-headline-title label {
        color: #4386f4;
        display: block;
        float: left;
        margin-left: 5px; }

.px-reviews-container p {
  margin: 0px !important;
  padding: 0px !important; }

.px-reviews-replies-list {
  background: #f5f5f5;
  margin: 0px;
  padding: 25px;
  margin-top: 70px; }
  .px-reviews-replies-list ul {
    padding: 0px !important;
    margin: 0px !important; }
    .px-reviews-replies-list ul li {
      padding: 0px !important; }
  .px-reviews-replies-list.inactive {
    background: none; }
  .px-reviews-replies-list .px-user-review {
    margin-top: 20px; }
  .px-reviews-replies-list h2 {
    color: #424242;
    font-family: "open-sans-regular";
    font-size: 18px;
    line-height: 20px; }
  .px-reviews-replies-list hr {
    border-top: 1px solid #e0e0e0;
    margin-top: 8px; }
  .px-reviews-replies-list .review-headline {
    position: relative; }
    .px-reviews-replies-list .review-headline:after {
      content: "";
      display: block;
      clear: both; }
    .px-reviews-replies-list .review-headline label.date {
      position: absolute;
      right: 0;
      top: 0;
      color: #808080;
      font-family: "open-sans-regular";
      font-size: 14px;
      margin-top: 13px; }
    .px-reviews-replies-list .review-headline strong {
      font-family: "open-sans-regular";
      font-size: 15px;
      color: #4386f4;
      display: block;
      float: left;
      margin-top: 11px;
      line-height: 20px; }
    .px-reviews-replies-list .review-headline:after {
      display: block;
      content: "";
      clear: both; }
    .px-reviews-replies-list .review-headline .px-rating {
      margin: 0px;
      width: 106px;
      margin-top: 3px;
      margin-left: 15px; }
    .px-reviews-replies-list .review-headline > * {
      float: left;
      display: block; }
  .px-reviews-replies-list .review-body {
    margin-top: 5px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: white;
    box-sizing: border-box;
    padding: 17px 22px;
    font-family: "open-sans-regular";
    font-size: 14px;
    line-height: 16px;
    color: #848484; }
  .px-reviews-replies-list .px-replies {
    text-align: right; }
  .px-reviews-replies-list .px-submit-reply {
    display: block;
    margin-left: auto;
    margin-right: 0px;
    border: 0px;
    outline: none;
    color: white;
    font-family: "open-sans-regular";
    font-size: 14px;
    background: #4386f4;
    width: 120px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    padding: 0px;
    position: relative;
    z-index: 9; }
  .px-reviews-replies-list .px-reply {
    text-align: left;
    width: 70%;
    box-sizing: border-box;
    padding: 10px 22px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: white;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 15px;
    font-family: "open-sans-regular";
    font-size: 14px;
    line-height: 16px;
    color: #848484;
    position: relative; }
    .px-reviews-replies-list .px-reply .username {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 50%;
      margin-left: -43%;
      width: 43%;
      font-size: 15px;
      font-family: "open-sans-regular";
      color: #4386f4; }
      .px-reviews-replies-list .px-reply .username span {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 2px;
        margin-right: 5px; }
    .px-reviews-replies-list .px-reply .date {
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      height: 50%;
      margin-left: -43%;
      width: 43%;
      margin-top: 2px;
      padding-right: 5px;
      font-size: 12px;
      text-align: right; }
    .px-reviews-replies-list .px-reply:after {
      content: "";
      display: block;
      width: 50%;
      height: 1px;
      background: #e0e0e0;
      position: absolute;
      left: 0;
      top: 50%;
      margin-left: -50%; }
    .px-reviews-replies-list .px-reply.last-reply:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 30%;
      margin-left: -65%;
      background: #f5f5f5;
      height: 100%; }
  .px-reviews-replies-list .px-replies-wrapper {
    margin-top: -25px;
    padding-top: 25px;
    margin-left: auto;
    margin-right: 0px;
    width: 90%;
    position: relative;
    overflow: hidden; }
    .px-reviews-replies-list .px-replies-wrapper:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #f5f5f5;
      z-index: 9; }
    .px-reviews-replies-list .px-replies-wrapper:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      margin-left: 1px;
      background: #e0e0e0; }
    .px-reviews-replies-list .px-replies-wrapper.no-replies:before {
      display: none; }

ul.rating {
  margin-left: 15px; }

ul.px-rating {
  margin-left: 5px !important; }

ul.additional-info {
  overflow: hidden;
  margin: 0px !important; }
  ul.additional-info + hr {
    margin: 5px 0px !important; }
  ul.additional-info .px-rating > li {
    display: block;
    margin: 0px;
    margin-top: 7px; }
  ul.additional-info > li {
    display: block;
    position: relative;
    width: 49%;
    margin-left: 1%;
    float: left;
    text-align: center; }
    ul.additional-info > li:first-child:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin-right: 2px;
      width: 1px;
      height: 100%;
      margin-top: 1%;
      background: #eeeeee; }
    ul.additional-info > li strong {
      font: normal normal 24px/26px "open-sans-semibold";
      color: #424242;
      display: block;
      text-align: center;
      margin-top: 14px; }
    ul.additional-info > li span {
      font: normal normal 13px/15px "open-sans-regular";
      word-wrap: normal;
      display: block;
      clear: both; }

.rating {
  color: #616161;
  font: normal normal 0.9em/18px "open-sans-light";
  margin: 10px 10px;
  padding: 0px; }
  .rating + hr {
    margin: 5px 0px; }
  .rating:after {
    content: "";
    display: block;
    clear: both; }
  .rating > li {
    display: block;
    float: left;
    height: 20px;
    margin-right: 3%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 7px !important; }
  .rating .rating-list {
    padding: 0px;
    width: 87px;
    margin: 0 auto !important;
    margin-left: 0px;
    padding-left: 0px;
    cursor: pointer; }
    .rating .rating-list * {
      pointer-events: auto !important; }
    .rating .rating-list:after {
      display: block;
      content: "";
      clear: both; }
  .rating .rating-list li {
    line-height: 20px;
    display: block;
    float: left;
    margin-left: 0px;
    width: 16px;
    height: 30px;
    background: url("images/rating-schema/icons/default-stars.png") no-repeat;
    background-position: center;
    -webkit-transition: 0.4s background;
    -moz-transition: 0.4s background;
    -ms-transition: 0.4s background;
    transition: 0.4s background; }
  .rating .rating-list li.active {
    background: url("images/rating-schema/icons/default-stars-active.png") no-repeat;
    background-position: center;
    -webkit-transition: 0.4s background;
    -moz-transition: 0.4s background;
    -ms-transition: 0.4s background;
    transition: 0.4s background; }
  .rating .rating-list li.half-active {
    background: url("images/rating-schema/icons/default-stars-half-active.png") no-repeat;
    background-position: center;
    -webkit-transition: 0.4s background;
    -moz-transition: 0.4s background;
    -ms-transition: 0.4s background;
    transition: 0.4s background; }

ul.additional-info .px-rating {
  margin: 0 auto !important;
  max-width: 106px; }
  ul.additional-info .px-rating > li {
    float: none; }

.like-scheme-1 .rating-list {
  width: 106px; }
.like-scheme-1 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-1.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-1 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-1-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-1 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-1-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-2 .rating-list {
  width: 106px; }
.like-scheme-2 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-2.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-2 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-2-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-2 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-2-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-3 .rating-list {
  width: 106px; }
.like-scheme-3 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-3.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-3 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-3-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-3 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-3-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-4 .rating-list {
  width: 106px; }
.like-scheme-4 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-4.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-4 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-4-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-4 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-4-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-5 .rating-list {
  width: 106px; }
.like-scheme-5 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-5.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-5 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-5-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-5 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-5-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-6 .rating-list {
  width: 106px; }
.like-scheme-6 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-6.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-6 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-6-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-6 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-6-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-7 .rating-list {
  width: 106px; }
.like-scheme-7 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-7.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-7 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-7-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-7 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-7-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-8 .rating-list {
  width: 106px; }
.like-scheme-8 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-8.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-8 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-8-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-8 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-8-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-9 .rating-list {
  width: 106px; }
.like-scheme-9 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-9.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-9 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-9-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-9 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-9-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-10 .rating-list {
  width: 106px; }
.like-scheme-10 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-10.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-10 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-10-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-10 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-10-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-11 .rating-list {
  width: 106px; }
.like-scheme-11 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-11.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-11 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-11-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-11 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-11-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-12 .rating-list {
  width: 106px; }
.like-scheme-12 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-12.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-12 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-12-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-12 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-12-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-13 .rating-list {
  width: 106px; }
.like-scheme-13 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-13.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-13 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-13-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-13 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-13-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

.like-scheme-14 .rating-list {
  width: 106px; }
.like-scheme-14 .rating-list li {
  width: 20px;
  background: url("images/rating-schema/icons/like-scheme-14.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-14 .rating-list li.active {
  background: url("images/rating-schema/icons/like-scheme-14-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }
.like-scheme-14 .rating-list li.half-active {
  background: url("images/rating-schema/icons/like-scheme-14-half-active.png") no-repeat;
  background-size: 90%;
  background-position: center; }

@media (max-width: 1200px) {
  .px-post-review-wrapper {
    max-width: 500px; } }

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