/* compare.scss */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
.compare .content {
  padding: 0;
  background-color: #efefef;
}
.compare-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 150px;
  background-color: #ccc;
}
.compare-box.light {
  top: 151px;
  right: 0;
  width: 50%;
  height: 415px;
  background-color: #efefef;
}
.compare-img {
  position: absolute;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.compare-img.lft {
  top: 0;
  z-index: 3;
}
.compare-img.rght {
  top: 0;
  z-index: 2;
}
.compare-img img {
  position: relative;
  width: 100%;
}
.compare-img-container {
  position: relative;
  background-color: #efefef;
}
.compare-img-box {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin-top: 50px;
  width: calc(50% - 3px);
}
.compare-img-box.lft {
  background-color: #ccc;
}
.compare-img-box.rght {
  margin-top: 150px;
}
.compare-img-content {
  position: relative;
  margin: 10px auto;
}
.compare-hdr {
  position: absolute;
}
.compare-hdr.before {
  top: 24px;
}
.compare-hdr.after {
  bottom: 24px;
}
.compare-hdr h3 {
  position: relative;
  margin: 10px 0 10px 16px;
  font-size: 32px;
  font-weight: 400;
}
.compare-hdr h3::before {
  position: absolute;
  left: -12px;
  content: "";
  width: 8px;
  height: 32px;
  background-color: #C8102E;
}
.compare-txt {
  display: block;
}
.compare-txt-after {
  padding: 0 0 40px;
}
.compare-txt-before {
  padding: 20px 0 40px;
}
.compare-txt-content {
  margin: 10px auto;
}
.compare-txt .h2 {
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
}
.compare-txt p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.compare-links {
  padding: 0 0 40px;
}
.compare-links .ul-list {
  list-style-type: none;
}
.compare-links .ul-list .list-link-back {
  padding-bottom: 20px;
}

/* img-comp */
.img-comp {
  padding: 20px 0 40px;
}
.img-comp-container {
  position: relative;
  /*should be the same height as the images*/
}
.img-comp-container img {
  width: 100%;
}
.img-comp-content {
  position: relative;
  width: 100%;
  margin: 10px auto;
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.img-comp-img img {
  display: block;
  vertical-align: middle;
}
.img-comp-overlay {
  border-right: 1px solid #ccc;
}
.img-comp-slider {
  position: absolute;
  z-index: 8;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  padding: 6px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: rgba(200, 16, 46, 0.8);
  opacity: 1;
  border-radius: 20px;
}
.img-comp-slider::before, .img-comp-slider::after { /*set the appearance of the slider:*/
  position: absolute;
  top: 5px;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
.img-comp-slider::before { /*set the appearance of the slider:*/
  content: "BEFORE";
  left: -83px;
}
.img-comp-slider::after { /*set the appearance of the slider:*/
  content: "AFTER";
  right: -70px;
}
.img-comp-slider.long-slider {
  padding-top: 400px;
  height: 800px;
}
.img-comp-slider.long-slider::before, .img-comp-slider.long-slider::after { /*set the appearance of the slider:*/
  top: 400px;
}

/* txt-compare */
.txt-compare {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
}
.txt-compare-container {
  position: relative;
  width: 100%;
}
.txt-compare-content {
  width: 800px;
  margin: 10px auto;
}

/* txt-comp */
.txt-comp {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
}
.txt-comp-img {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.txt-comp-img img {
  border: 1px solid #000;
  border-radius: 16px;
}
.txt-comp-txt {
  display: inline-block;
  margin-left: 40px;
  width: calc(100% - 250px);
  vertical-align: top;
}

/* comp-txt */
.comp-txt-container {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .compare-img.lft {
    left: 16px;
  }
  .compare-img.rght {
    right: 16px;
  }
  .compare-hdr.after {
    left: -126px;
  }
  .compare-hdr.before {
    right: -144px;
  }
}
@media screen and (min-width: 576px) {
  .compare-img.lft {
    right: -64px;
  }
  .compare-img.rght {
    left: -64px;
  }
  .compare-hdr.after {
    left: -180px;
  }
  .compare-hdr.before {
    right: -200px;
  }
}
@media screen and (min-width: 992px) {
  .compare-txt .h2 {
    margin-bottom: 10px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
  }
  .compare-txt p {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .compare-txt-before {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* compare-link */
  .compare-links {
    padding: 0 0 80px;
  }
  /* img-comp */
  .img-comp {
    padding: 20px 0 40px;
  }
  .img-comp-container {
    position: relative;
    /*should be the same height as the images*/
  }
  .img-comp-container.h240 {
    height: 240px;
  }
  .img-comp-container.h316 {
    height: 316px;
  }
  .img-comp-container.h316 img {
    height: 316px;
  }
  .img-comp-container.h756 {
    height: 756px;
  }
  .img-comp-container.h756 img {
    height: 756px;
  }
  .img-comp-container.h1270 {
    height: 1270px;
  }
  .img-comp-container.h1270 img {
    height: 1270px;
  }
  .img-comp-container img {
    width: 1077px;
  }
  .img-comp-content {
    position: relative;
    width: 1077px;
    margin: 10px auto;
  }
  .img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid #e4e4e4;
    overflow: hidden;
  }
  .img-comp-img img {
    display: block;
    vertical-align: middle;
  }
  .img-comp-overlay {
    border-right: 1px solid #ccc;
  }
  .img-comp-slider {
    position: absolute;
    z-index: 8;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    padding: 6px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #fff;
    background-color: rgba(200, 16, 46, 0.8);
    opacity: 1;
    border-radius: 20px;
  }
  .img-comp-slider::before, .img-comp-slider::after { /*set the appearance of the slider:*/
    position: absolute;
    top: 5px;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .img-comp-slider::before { /*set the appearance of the slider:*/
    content: "BEFORE";
    left: -83px;
  }
  .img-comp-slider::after { /*set the appearance of the slider:*/
    content: "AFTER";
    right: -70px;
  }
  .compare-links {
    padding: 0 0 80px;
  }
}/*# sourceMappingURL=compare.css.map */