#single-rb-header .section-content {
  width: 33.333333%;
}
#single-rb-header .section-content .single-rb-label {
  line-height: 1.2;
}
#single-rb-header .section-content .single-rb-model-name {
  margin: 0 0 10px 0;
}
#single-rb-header .section-content .single-rb-price .rb-tooltip {
  margin-top: -2px;
  margin-left: 10px;
  cursor: pointer;
}
#single-rb-header .section-content .single-rb-price .rb-tooltip i {
  font-size: 15px;
  font-size: 1.5rem;
}
#single-rb-header .section-content .single-rb-contacts-links {
  margin: 40px 0 0 0;
}
#single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link {
  margin: 0 0 10px 0;
}
#single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link .icon-link .icon-link-icon {
  background: #FFFFFF;
}
#single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link:last-child {
  margin: 0;
}
#single-rb-header .section-content .single-rb-image {
  cursor: pointer;
}
#single-rb-header .section-content #single-rb-carousel {
  display: none !important;
}
#single-rb-header .section-content #single-rb-carousel .gallery-item-image {
  position: relative;
  overflow: hidden;
}
#single-rb-header .section-content #single-rb-carousel .gallery-item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
#single-rb-header .section-content #single-rb-carousel .gallery-item-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#single-rb-header .section-content #single-rb-carousel .gallery-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-rb-header .section-content #single-rb-carousel .swiper-pagination {
  float: left;
  width: 100%;
  text-align: center;
}
#single-rb-header .section-content #single-rb-carousel .swiper-pagination .swiper-pagination-bullet {
  float: none;
}

@media only screen and (max-width: 1199.98px) {
  #single-rb-header .section-content {
    width: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  #single-rb-header .section-content#rb-header-sx {
    width: 40%;
  }
  #single-rb-header .section-content#rb-header-dx {
    width: 60%;
  }
}
@media only screen and (max-width: 767.98px) {
  #single-rb-header {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
  #single-rb-header .row {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  #single-rb-header .section-content {
    width: 100% !important;
  }
  #single-rb-header .section-content#rb-header-sx {
    order: 1;
    margin-top: 40px;
  }
  #single-rb-header .section-content#rb-header-dx {
    order: 0;
  }
  #single-rb-header .section-content .single-rb-image {
    display: none !important;
  }
  #single-rb-header .section-content #single-rb-carousel {
    display: block !important;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  #single-rb-header .section-content .single-rb-contacts-links {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    margin: 30px 0 0 0;
  }
  #single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link {
    display: block;
    width: auto;
    min-height: auto;
    padding: 0;
    margin: 0 12px !important;
  }
  #single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link .icon-link {
    padding: 0;
  }
  #single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link .icon-link .icon-link-icon {
    float: left;
    position: relative;
    top: auto;
    left: auto;
  }
  #single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link .icon-link .icon-link-text {
    display: none;
  }
  #single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link:first-child {
    margin-left: 0 !important;
  }
  #single-rb-header .section-content .single-rb-contacts-links .single-rb-contacts-link:last-child {
    margin-right: 0 !important;
  }
}
#single-bespoke-gallery .gallery-list .gallery-item {
  cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
  #single-bespoke-gallery {
    display: none !important;
  }
}
.rb-modal {
  position: fixed;
  z-index: 1000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  background: #F9F7F4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.rb-modal.show-lightbox {
  opacity: 1;
  visibility: visible;
}
.rb-modal .container {
  height: 100%;
}
.rb-modal .row {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.rb-modal #rb-lightbox-close {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.rb-modal .section-content .swiper-button-prev {
  left: -75px;
}
.rb-modal .section-content .swiper-button-next {
  right: -75px;
}
.rb-modal .section-content #rb-lightbox-carousel .gallery-item-image {
  position: relative;
  overflow: hidden;
}
.rb-modal .section-content #rb-lightbox-carousel .gallery-item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.rb-modal .section-content #rb-lightbox-carousel .gallery-item-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rb-modal .section-content #rb-lightbox-carousel .gallery-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: 100%;
}
.rb-modal .section-content #rb-lightbox-carousel .swiper-pagination {
  float: left;
  width: 100%;
  text-align: center;
}
.rb-modal .section-content #rb-lightbox-carousel .swiper-pagination .swiper-pagination-bullet {
  float: none;
}

@media only screen and (max-width: 767.98px) {
  .rb-modal .row {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .rb-modal .container {
    padding: 0;
  }
  .rb-modal #rb-lightbox-close {
    top: 20px;
    right: 20px;
  }
  .rb-modal .section-content .swiper-button-prev,
  .rb-modal .section-content .swiper-button-next {
    display: none !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .rb-modal {
    padding: 30px 0;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  color: #452c1e;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
}

.headline70,
.headline50,
.headline36,
.headline30,
.headline26 {
  font-family: Helvetica, Arial, sans-serif;
}
.headline70 p, .headline70 span,
.headline50 p,
.headline50 span,
.headline36 p,
.headline36 span,
.headline30 p,
.headline30 span,
.headline26 p,
.headline26 span {
  font-family: Helvetica, Arial, sans-serif;
}

.headline70 {
  line-height: 1.1;
  font-size: 70px;
  font-size: 7rem;
}

.headline50 {
  line-height: 1.2;
  font-size: 50px;
  font-size: 5rem;
}

.headline36 {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
}

.headline30 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
}

.headline26 {
  line-height: 1.2;
  font-size: 26px;
  font-size: 2.6rem;
}

h2:not(.title).headline70, h2:not(.title).headline50, h2:not(.title).headline36, h2:not(.title).headline30, h2:not(.title).headline26 {
  font-family: Helvetica, Arial, sans-serif;
}
h2:not(.title).headline70 {
  line-height: 1.1;
  font-size: 70px;
  font-size: 7rem;
}
h2:not(.title).headline50 {
  line-height: 1.2;
  font-size: 50px;
  font-size: 5rem;
}
h2:not(.title).headline36 {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
}
h2:not(.title).headline30 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
}
h2:not(.title).headline26 {
  line-height: 1.2;
  font-size: 26px;
  font-size: 2.6rem;
}

.body24,
.fixed22,
.body20,
.body16,
.legend16,
.fixed16,
.legend14,
.fixed14 {
  line-height: 1.2;
  color: #212121;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body24 p,
.fixed22 p,
.body20 p,
.body16 p,
.legend16 p,
.fixed16 p,
.legend14 p,
.fixed14 p {
  font-family: Helvetica, Arial, sans-serif !important;
}

.body24 {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
}

.fixed22 {
  line-height: 1.6;
  font-size: 22px;
  font-size: 2.2rem;
}

.body20 {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
}

.body16 {
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
}

.legend16 {
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
}

.fixed16 {
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
}

.legend14 {
  line-height: 1.1;
  font-size: 14px;
  font-size: 1.4rem;
}

.fixed14 {
  line-height: 1.1;
  font-size: 14px;
  font-size: 1.4rem;
}

p:last-child {
  margin-bottom: 0;
}

.quote50 {
  line-height: 1.3;
  font-family: Georgia, sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
}

.text-white {
  color: #FFFFFF;
}

.text-dark-brown {
  color: #452c1e;
}

b,
strong {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fw-200 {
  font-weight: 200;
}

.fw-100 {
  font-weight: 100;
}

.arrow-link {
  position: relative;
  line-height: 1.1;
  padding: 0 15px 0 0;
  color: #127749 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.25s;
}
.arrow-link i {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.arrow-link:hover, .arrow-link:focus {
  color: #212121 !important;
}

.icon-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  line-height: 1.1;
  padding: 0 0 0 44px;
  cursor: pointer;
  color: #452c1e !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.25s;
}
.icon-link .icon-link-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #452c1e !important;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 50%;
  background: #F9F7F4;
  transition: all 0.25s;
}
.icon-link:hover, .icon-link:focus {
  color: #127749 !important;
}
.icon-link:hover .icon-link-icon, .icon-link:focus .icon-link-icon {
  color: #127749 !important;
}
.icon-link.no-text {
  display: block;
  padding: 0;
}
.icon-link.no-text .icon-link-icon {
  float: left;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}

@media only screen and (max-width: 1679.98px) {
  .headline70 {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .headline50 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .headline36 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .headline30 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .headline26 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  h2:not(.title).headline70 {
    font-size: 56px;
    font-size: 5.6rem;
  }
  h2:not(.title).headline50 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2:not(.title).headline36 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h2:not(.title).headline30 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h2:not(.title).headline26 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .body24 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .body20 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .body16 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .legend16 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .legend14 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .quote50 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .headline70 {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .headline50 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .headline36 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .headline30 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .headline26 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  h2:not(.title).headline70 {
    font-size: 46px;
    font-size: 4.6rem;
  }
  h2:not(.title).headline50 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h2:not(.title).headline36 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2:not(.title).headline30 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  h2:not(.title).headline26 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .body24 {
    font-size: 20px;
    font-size: 2rem;
  }
  .body20 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .body16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .legend16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .legend14 {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .quote50 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .headline70 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .headline50 {
    font-size: 30px;
    font-size: 3rem;
  }
  .headline36 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .headline30 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .headline26 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h2:not(.title).headline70 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h2:not(.title).headline50 {
    font-size: 30px;
    font-size: 3rem;
  }
  h2:not(.title).headline36 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h2:not(.title).headline30 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h2:not(.title).headline26 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .body24 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .body20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .body16 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .legend16 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .legend14 {
    font-size: 10px;
    font-size: 1rem;
  }
  .quote50 {
    font-size: 30px;
    font-size: 3rem;
  }
}
#single-bespoke-ksp .section-content .accordion-block {
  border-top: 1px solid #D4D4D4;
}
#single-bespoke-ksp .section-content .accordion-block .accordion-item {
  border-bottom: 1px solid #D4D4D4;
}
#single-bespoke-ksp .section-content .accordion-block .accordion-item .accordion-item-title {
  position: relative;
  padding: 20px 40px 20px 0;
  cursor: pointer;
}
#single-bespoke-ksp .section-content .accordion-block .accordion-item .accordion-item-title:before {
  content: "\e80e";
  position: absolute;
  top: 24px;
  right: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  color: #452c1e;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Hausmann";
}
#single-bespoke-ksp .section-content .accordion-block .accordion-item .accordion-item-text {
  display: none;
  padding: 0 0 20px 0;
}
#single-bespoke-ksp .section-content .accordion-block .accordion-item.open .accordion-item-title:before {
  content: "\e80f";
}

@media only screen and (max-width: 991.98px) {
  #single-bespoke-ksp .section-content {
    margin-top: 30px;
  }
}
#single-rb-specs .section-content .specs-content-inner {
  padding: 90px;
  background: #F4EFEA;
}
#single-rb-specs .section-content .specs-content-inner .specs-list .row {
  margin-left: -45px !important;
  margin-right: -45px !important;
}
#single-rb-specs .section-content .specs-content-inner .specs-list .spec-item {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 20px;
}
#single-rb-specs .section-content .specs-content-inner .single-rb-brochure {
  padding: 40px 0 0 0;
  margin: 60px 0 0 0;
  border-top: 1px solid rgba(69, 44, 30, 0.2);
}
#single-rb-specs .section-content .specs-content-inner .single-rb-brochure a i {
  margin-right: 8px;
}

@media only screen and (max-width: 1199.98px) {
  #single-rb-specs .section-content .specs-content-inner {
    padding: 70px;
  }
  #single-rb-specs .section-content .specs-content-inner .specs-list .row {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  #single-rb-specs .section-content .specs-content-inner .specs-list .spec-item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  #single-rb-specs .rb-container {
    padding: 0;
  }
  #single-rb-specs .section-content .specs-content-inner {
    padding: 70px 8%;
  }
}
@media only screen and (max-width: 767.98px) {
  #single-rb-specs .row {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  #single-rb-specs .section-content .specs-content-inner {
    padding: 60px 7%;
  }
  #single-rb-specs .section-content .specs-content-inner .specs-list .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  #single-rb-specs .section-content .specs-content-inner .specs-list .spec-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #single-rb-specs .section-content .specs-content-inner .single-rb-brochure {
    padding: 30px 0 0 0;
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 575.98px) {
  #single-rb-specs .section-content .specs-list .spec-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #single-rb-specs .section-content .single-rb-specs-image {
    max-width: 100%;
  }
  #single-rb-specs .section-content .single-rb-brochure {
    padding: 30px 0 0 0;
    margin: 10px 0 0 0;
  }
  #single-rb-specs .section-content#specs-sx .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
#single-rb-feature-text-block-2,
#single-rb-feature-text-block-3 {
  padding-top: 0;
}

#single-rb-feature-image-block-1,
#single-rb-feature-image-block-2 {
  padding-top: 0;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1199.98px) {
  #single-rb-feature-image-block-1,
  #single-rb-feature-image-block-2 {
    padding-bottom: 40px;
  }
}
#single-rb-availability-text .rb-container-inner {
  padding: 100px 20px;
  background: #F4EFEA;
}
#single-rb-availability-text .section-content .text-block-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 60px;
  max-width: none;
  max-height: auto;
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 1199.98px) {
  #single-rb-availability-text .rb-container-inner {
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  #single-rb-availability-text .rb-container-inner {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #single-rb-availability-text .rb-container-inner {
    padding: 60px 20px;
  }
  #single-rb-availability-text .section-content .text-block-image {
    margin: 0 0 40px 0;
  }
}
#single-rb-contacts-form {
  padding-bottom: 80px !important;
}
#single-rb-contacts-form .rb-container-inner {
  padding: 60px 25px 80px 25px;
  background: #FFFFFF;
}

@media only screen and (max-width: 767.98px) {
  #single-rb-contacts-form .rb-container-inner {
    padding: 40px 25px;
  }
}
.pceDisplay {
  visibility: hidden;
}
