body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.rbs-hero-section {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.tbs-hero-slider {
  z-index: 1;
  height: 100vh;
}

.rbs-slide-nav-bottom {
  display: none;
}

.tbs-hero-slider-slides {
  background-image: url('../images/Residences-at-Raonoke-City-Center-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.tbs-hero-slider-slides.rbs-slide2 {
  background-image: url('../images/Residences-at-Raonoke-City-Center-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tbs-hero-slider-slides.rbs-slide3 {
  background-image: url('../images/groupd-people-drinking.jpg');
  background-position: 50% 50%;
}

.hideme {
  display: none;
}

.rbs-hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), transparent 26%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), transparent 26%), linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57));
}

.rbs-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.rbs-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rbs-brand {
  display: inline-block;
  float: none;
}

.rbs-brand-img {
  max-height: 55px;
  max-width: 200px;
}

.rbs-navbar-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 5px;
  border-bottom: 2px solid transparent;
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.rbs-navbar-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.rbs-navbar-link.w--current {
  border-bottom-color: #f80;
  color: #fff;
  font-weight: 400;
}

.rbs-navmenu {
  width: 35%;
}

.rbs-navbar-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rbs-brand-holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.rbs-navbar-contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
  margin-left: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.rbs-navbar-contact-links:hover {
  color: #fff;
}

.rbs-navbar-contact-links-icon {
  height: 24px;
  margin-right: 5px;
}

.rbs-hero-h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.image {
  width: 250px;
  max-width: 70%;
}

.rbs-hero-h3 {
  margin-top: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.rbs-hero-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rbs-buttons {
  margin: 5px 9px;
  padding: 10px 25px;
  border: 2px solid #f80;
  border-radius: 30px;
  background-color: #f80;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.rbs-buttons:hover {
  background-color: rgba(0, 0, 0, .2);
  color: #f80;
}

.rbs-buttons.v2 {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.rbs-buttons.v2:hover {
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
}

.rbs-buttons.v3 {
  border-color: #fff;
  background-color: rgba(0, 0, 0, .29);
}

.rbs-buttons.v3:hover {
  border-color: #f80;
  background-color: #f80;
  color: #fff;
}

.rbs-buttons.v4 {
  padding-right: 50px;
  padding-left: 50px;
}

.rbs-buttons.v4:hover {
  background-color: #fff;
}

.rbs-hero-line {
  width: 40%;
  height: 3px;
  margin-bottom: 15px;
  background-color: #f80;
}

.rbs-details-section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rbs-details-section-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rbs-details-section-right {
  padding: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rbs-section-title-holder {
  display: inline-block;
  text-align: center;
}

.rbs-section-title {
  margin-bottom: -10px;
  color: #222;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.rbs-section-title-line {
  display: inline-block;
  width: 70%;
  height: 2px;
  background-color: #f80;
}

.rbs-section-header {
  padding-bottom: 35px;
  text-align: center;
}

.rbs-h2 {
  margin-top: 10px;
  color: #333;
  font-size: 34px;
  line-height: 40px;
}

.rbs-h4 {
  margin-top: 0px;
  color: #777;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.rbs-h4.v2 {
  margin-top: 25px;
  color: #222;
}

.rbs-photos-plans {
  position: relative;
  height: 20%;
  border-bottom: 4px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/Residences-at-Raonoke-City-Center-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/Residences-at-Raonoke-City-Center-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.rbs-photos-plans:hover {
  background-image: url('../images/Residences-at-Raonoke-City-Center-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rbs-photos-plans.rbs-floor-plans {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/floor-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/floor-2.jpg');
}

.rbs-photos-plans.rbs-floor-plans:hover {
  background-image: url('../images/floor-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rbs-photos-plans.rbs-pool-plan {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pooljpg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pooljpg.jpg');
  background-size: auto, cover;
}

.rbs-photos-plans.rbs-pool-plan:hover {
  background-image: url('../images/pooljpg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rbs-photos-plans.rbs-city-layou {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Brownstones--City-Center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Brownstones--City-Center.jpg');
}

.rbs-photos-plans.rbs-city-layou:hover {
  background-image: url('../images/cityplan.jpg');
}

.rbs-photos-plans.rbs-brownstones-layout {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Brownstones-Layout.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Brownstones-Layout.jpg');
  background-size: auto, cover;
}

.rbs-photos-plans.rbs-brownstones-layout:hover {
  background-image: url('../images/Brownstones-Layout.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rbs-photos-plans.rbs-aerial {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/photo-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/photo-01.jpg');
}

.rbs-photos-plans.rbs-aerial:hover {
  background-image: url('../images/photo-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rbs-photos-plans.rbs-city-layout {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Brownstones--City-Center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Brownstones--City-Center.jpg');
}

.rbs-photos-plans.rbs-city-layout:hover {
  background-image: url('../images/Brownstones--City-Center.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rbs-block-withbg {
  padding: 5px 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #222;
  text-align: left;
}

.rbs-bullet-list-holder {
  padding: 10px;
  font-size: 15px;
}

.rbs-bullet-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rbs-bullet-lists.hideme {
  display: none;
}

.rbs-bullet-lists-check {
  width: 14px;
  margin-top: 3px;
}

.rbs-bullet-lists-text {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 15px;
}

.rbs-bullet-lists-price {
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #f80;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.rbs-bullet-lists--avail {
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #999;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.rbs-navbar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #111;
  opacity: 0;
}

.rbs-photos-plans-text {
  position: absolute;
  right: 0px;
  bottom: 20%;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, .64);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, .35);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.rbs-details-data-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rbs-details-data-cols {
  margin: 15px;
  color: #999;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.rbs-details-data-cols-num {
  color: #222;
  font-size: 34px;
  font-weight: 700;
}

.rbs-photos-plans-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rbs-photos-section {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.rbs-photos-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rbs-photo-group {
  display: none;
  height: 100vh;
  background-image: url('../images/groupd-people-drinking.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.rbs-photos-gallery-thumbs {
  position: relative;
  width: 20%;
  padding: 8px;
}

.rbs-photos-gallery-thumbs-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  border: 7px solid #fff;
  background-color: #333;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .07);
}

.rbs-photos-gallery-thumbs-link-img {
  position: absolute;
  height: 100%;
  max-width: none;
  min-width: 100%;
  opacity: 0.7;
}

.rbs-contact-section {
  background-color: #f8f8f8;
}

.rbs-contact-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rbs-contact-left {
  width: 70%;
  padding: 45px;
}

.rbs-contact-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(328deg, #333, #777);
  background-image: linear-gradient(122deg, #333, #777);
  color: #fff;
  font-weight: 300;
}

.rbs-contact-richard-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-height: 100%;
}

.rbs-fields {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
}

.rbs-fields.rbs-textarea {
  min-height: 100px;
}

.rbs-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rbs-form-row.hideme {
  display: none;
}

.rbs-form-col2 {
  width: 48%;
}

.rbs-labels {
  color: #333;
}

.rbs-form-block {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.rbs-req {
  color: #999;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.rbs-form-col1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rbs-contact-right-contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rbs-contact-right-avatar {
  border: 4px solid #fff;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(270deg, #e9d399, #fff);
  background-image: linear-gradient(180deg, #e9d399, #fff);
}

.rbs-name {
  color: #fff;
}

.rbs-company {
  margin-top: 0px;
  color: #ccc;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.rbs-gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(51, 51, 51, .6);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.rbs-gotop:hover {
  background-color: #f80;
}

.rbs-gotop-arrow-icon-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rbs-footer {
  padding: 20px;
  background-color: #333;
  font-size: 14px;
  text-align: center;
}

.rbs-submit-holder {
  padding-top: 20px;
  text-align: center;
}

.rbs-links {
  color: #f80;
  text-decoration: none;
}

.rbs-links:hover {
  text-decoration: underline;
}

.rbs-vpix-logo-img {
  width: 50px;
}

@media (max-width: 991px) {
  .rbs-navbar-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rbs-navbar-link {
    border-bottom-width: 0px;
  }
  .rbs-navbar-link:hover {
    border-bottom-width: 0px;
  }
  .rbs-navbar-link.w--current {
    border-bottom-width: 0px;
  }
  .rbs-navmenu {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(34, 34, 34, .85);
  }
  .rbs-navbar-contacts {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .rbs-brand-holder {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button {
    margin-right: 25px;
    margin-left: -10px;
    padding: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #222;
    color: #ccc;
  }
  .menu-button:hover {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
  }
  .menu-button.w--open {
    padding: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #222;
  }
  .rbs-hero-h2 {
    font-size: 30px;
  }
  .rbs-hero-h3 {
    font-size: 20px;
  }
  .rbs-details-section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rbs-details-section-left {
    width: 100%;
  }
  .rbs-details-section-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .rbs-photos-plans {
    height: 200px;
  }
  .rbs-photos-plans-holder {
    position: static;
  }
  .rbs-photos-gallery-thumbs {
    width: 25%;
  }
  .rbs-form-block {
    width: 98%;
  }
  .rbs-company {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .rbs-hero-overlay {
    text-align: center;
  }
  .rbs-navbar-contact-links-text {
    display: none;
  }
  .rbs-hero-h2 {
    border-bottom-color: transparent;
  }
  .rbs-hero-h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .rbs-hero-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rbs-buttons {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .rbs-h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .rbs-photos-plans-text {
    font-size: 16px;
  }
  .rbs-details-data-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rbs-photos-gallery-thumbs {
    width: 50%;
  }
  .rbs-contact-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rbs-contact-left {
    width: 100%;
  }
  .rbs-form-block {
    width: 96%;
  }
}

@media (max-width: 479px) {
  .rbs-hero-overlay {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rbs-hero-h3 {
    font-size: 16px;
  }
  .rbs-details-section-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rbs-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .rbs-h4 {
    font-size: 20px;
  }
  .rbs-photos-gallery-thumbs {
    width: 100%;
  }
  .rbs-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rbs-form-col2 {
    width: 100%;
  }
  .rbs-company {
    font-size: 18px;
    line-height: 24px;
  }
}

