h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

a {
  color: #176b34;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.hero {
  padding-top: 79px;
  padding-bottom: 23px;
  background-image: linear-gradient(167deg, #29ccff, hsla(0, 0%, 100%, 0.29)), url('../images/homes-blur.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  text-align: center;
}

.title {
  margin-bottom: 20px;
  font-family: Yellowtail, sans-serif;
  color: #fff;
  font-size: 114px;
  line-height: 114px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 133, 255, 0.51);
}

.subtitle {
  margin-bottom: 11px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 2px 3px rgba(0, 133, 255, 0.51);
}

.content {
  padding-top: 57px;
  padding-bottom: 57px;
  text-align: center;
}

.cash-offer {
  margin-top: 21px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 49px;
  font-style: italic;
}

.description {
  display: block;
  max-width: 690px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  font-family: Varela, sans-serif;
  color: rgba(0, 0, 0, 0.82);
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 2px hsla(0, 0%, 100%, 0.6);
}

.inquire {
  padding-top: 52px;
  padding-bottom: 52px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff));
  background-image: linear-gradient(180deg, #f8f8f8, #fff);
}

.close-deals {
  margin-bottom: 13px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  text-align: center;
}

.form-title {
  color: rgba(0, 0, 0, 0.4);
  font-size: 19px;
  line-height: 29px;
  text-align: center;
}

.form-title.white {
  font-family: Varela, sans-serif;
  color: rgba(0, 0, 0, 0.55);
  font-style: italic;
}

.form {
  margin-top: 30px;
}

.submit {
  display: block;
  width: 95%;
  max-width: 450px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  background-color: #00c0c0;
  background-image: linear-gradient(177deg, #00c2ff, #007aff);
  box-shadow: 0 17px 17px -4px rgba(0, 0, 0, 0.22);
  font-family: 'Varela Round', sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.buyer {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #ffd600;
  background-image: linear-gradient(162deg, #ffb800, #ff0);
}

.footer {
  background-color: #00c0c0;
  background-image: linear-gradient(174deg, #00c2ff, #007aff);
}

.bottom-text {
  color: #fff;
}

.bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-copyright {
  text-align: center;
}

.form-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.label {
  width: 26%;
  margin-bottom: 0px;
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #333;
  font-weight: 400;
  text-align: right;
}

.field {
  width: 58%;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 7px;
  background-color: #fff;
  color: #424242;
}

.form-wrapper {
  margin-top: 30px;
  margin-bottom: -81px;
  padding-top: 1px;
  padding-bottom: 21px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
  box-shadow: 0 21px 24px -11px rgba(0, 0, 0, 0.32);
  -webkit-transform: perspective(522px) rotateX(3deg) rotateY(0deg) rotateZ(0deg) translate(0px, 0px);
  transform: perspective(522px) rotateX(3deg) rotateY(0deg) rotateZ(0deg) translate(0px, 0px);
  -webkit-transform-origin: 56% 90% 0px;
  -ms-transform-origin: 56% 90% 0px;
  transform-origin: 56% 90% 0px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.quote {
  display: block;
  max-width: 650px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 27px;
  border-left-style: solid;
  border-left-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 23px;
  line-height: 31px;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 0 2px hsla(0, 0%, 100%, 0.5);
}

.title-wrapper {
  position: relative;
}

.caret {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-top: -38px;
  margin-left: -68px;
  -webkit-transform: scale3d(1.7, 1, 1);
  transform: scale3d(1.7, 1, 1);
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 160px;
  line-height: 160px;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 6px #0085ff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.profile {
  display: block;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #fff;
  border-radius: 160px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.29);
}

.pic-col {
  padding-top: 7px;
}

.name {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.navlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 18px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
}

.navlink.w--current {
  background-color: rgba(0, 0, 0, 0.06);
  color: #fff;
  font-weight: 400;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.53);
}

.top {
  padding-top: 25px;
  padding-bottom: 21px;
  background-color: #fcfaf0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcfaf0), color-stop(27%, rgba(254, 253, 248, 0)), color-stop(71%, rgba(252, 250, 240, 0)), to(#fcfaf0)), -webkit-gradient(linear, left top, left bottom, from(rgba(252, 250, 240, 0.87)), to(rgba(252, 250, 240, 0.93))), url('../images/happy-people.jpg');
  background-image: linear-gradient(90deg, #fcfaf0, rgba(254, 253, 248, 0) 27%, rgba(252, 250, 240, 0) 71%, #fcfaf0), linear-gradient(180deg, rgba(252, 250, 240, 0.87), rgba(252, 250, 240, 0.93)), url('../images/happy-people.jpg');
  background-position: 0px 0px, 0px 0px, 50% 38%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-bottom: 4px;
  font-family: Yellowtail, sans-serif;
  color: #1c77af;
  font-size: 32px;
}

.logo.large {
  font-size: 92px;
}

.logo-tag {
  margin-left: 14px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.navbar {
  background-color: #1f886a;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.top-left {
  width: 50%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.big-logo {
  font-family: 'Droid Serif', serif;
  font-size: 74px;
}

.top-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.top-call-now {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #696969;
  font-size: 32px;
  font-weight: 400;
}

.top-call-link {
  color: #be262d;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-form-wrapper {
  margin-top: 37px;
  margin-bottom: 20px;
  padding: 0px 17px 3px;
  border-radius: 4px;
  background-color: #fcfaf0;
  background-image: none;
  box-shadow: 0 7px 33px -16px #000;
}

.main-form-title {
  margin-top: 0px;
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #696969;
  font-size: 27px;
  line-height: 42px;
  font-weight: 700;
}

.main-form-sub {
  margin-bottom: 20px;
  color: #696969;
  font-size: 21px;
  font-weight: 400;
}

.form-button {
  width: 100%;
  margin-top: 12px;
  padding-top: 17px;
  padding-bottom: 18px;
  border-radius: 4px;
  background-color: #be262d;
  box-shadow: 0 11px 36px -12px #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.home-form-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 119, 102, 0.27);
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 16px;
}

.page-title {
  margin-top: 39px;
  margin-bottom: 0px;
  color: #333;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.page-h2 {
  margin-bottom: 20px;
  color: #9e9e9e;
  font-size: 31px;
  line-height: 40px;
  font-weight: 400;
}

.main-p {
  color: #696969;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.top-logo {
  margin-left: -6px;
}

.form-privacy {
  display: block;
  margin-top: 15px;
  color: #696969;
  text-align: center;
}

.star {
  width: 34px;
}

.csr {
  color: #696969;
  font-size: 12.5px;
}

.stars-container {
  margin-top: 16px;
}

.question-title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.common-question {
  color: #525252;
  font-size: 19px;
}

.highlight {
  margin: 20px -16px;
  padding: 14px 16px;
  border-radius: 4px;
  background-color: #fcfaf0;
  box-shadow: 5px 5px 33px -16px #000;
}

.highlight-p {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 31px;
  text-align: justify;
}

.link {
  color: #be262d;
}

.step {
  margin-bottom: 11px;
  padding-left: 11px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
}

.steps {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #696969;
  font-size: 18px;
  line-height: 26px;
}

.foot {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 26px;
  background-image: linear-gradient(164deg, #383838, #4d4d4d);
  color: hsla(0, 0%, 100%, 0.69);
}

.page-content {
  padding-right: 20px;
  padding-bottom: 20px;
}

.form-success {
  border-radius: 4px;
  background-color: rgba(93, 119, 102, 0.07);
}

.success-message {
  color: #5d7766;
  font-size: 15px;
  line-height: 25px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  padding-bottom: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.instagram {
  color: hsla(0, 0%, 100%, 0.63);
  text-decoration: none;
}

.instagram:hover {
  color: #fff;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fine-print {
  font-size: 13px;
}

.social-link {
  width: 48px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 1;
}

.bottom-line {
  display: block;
  width: 80%;
  margin: 22px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.rich-text-block {
  color: #696969;
  font-size: 18px;
  line-height: 28px;
}

.deal-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 440px;
  -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-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.37)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.37));
  box-shadow: none;
}

.deal-hero._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.52))), url('../images/photo-5.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)), url('../images/photo-5.jpg');
}

.deal-hero._03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, rgba(0, 0, 0, 0.17)), color-stop(101%, rgba(0, 0, 0, 0.52))), url('../images/photo-11_2.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.17) 100%, rgba(0, 0, 0, 0.52) 101%), url('../images/photo-11_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.deal-hero._04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.52))), url('../images/IMG_0037.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)), url('../images/IMG_0037.jpg');
  background-position: 0px 0px, 0% 30%;
}

.deal-hero._05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.52))), url('../images/Image-from-iOS-6.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)), url('../images/Image-from-iOS-6.jpg');
  background-position: 0px 0px, 80% 51%;
  background-size: auto, 2144px;
}

.deal-hero._06 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.52))), url('../images/06-IMG_5582.jpeg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)), url('../images/06-IMG_5582.jpeg');
  background-position: 0px 0px, 50% 7%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.deal-hero._07 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.52))), url('../images/cover.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)), url('../images/cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.deal-hero._08 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.52))), url('../images/cover_1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)), url('../images/cover_1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.deal-hero.riggins-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.52))), url('../images/528735_13.jpeg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)), url('../images/528735_13.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.deal-hero-title {
  color: #fffdfd;
  font-size: 70px;
  line-height: 84px;
  font-weight: 300;
  text-align: center;
}

.deal-hero-sub {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.deal-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d7766;
}

.other-brand {
  margin-top: -4px;
}

.deal-profile-pic {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 5px;
  background-image: url('../images/photo-2.jpg');
  background-position: 40% 50%;
  background-size: cover;
  box-shadow: 0 7px 15px -6px rgba(0, 0, 0, 0.68);
}

.deal-content {
  position: relative;
}

.deal-address-sub {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.deal-address-title {
  margin-top: 40px;
  margin-bottom: 0px;
}

.beds-baths {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 35px;
}

.deal-list-item {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  text-align: justify;
}

.hero-brand {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.muted {
  color: #929292;
  font-size: 15px;
}

.price {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.numbers.expenses {
  margin-bottom: 19px;
}

.number-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-line.last {
  border-top: 1px dotted rgba(0, 0, 0, 0.16);
}

.numbers-title {
  color: #696969;
  font-size: 15px;
}

.numbers-title.final {
  font-size: 17px;
  font-weight: 600;
}

.sub-price {
  font-size: 20px;
}

.fineprint {
  margin-top: 5px;
  color: #a8a8a8;
  font-size: 11px;
}

.the-numbers {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.the-numbers.hidden {
  display: none;
}

.thumbnail {
  margin-bottom: 6px;
  border: 4px solid transparent;
  border-radius: 8px;
}

.thumbnail:hover {
  border: 3px solid #007aff;
  box-shadow: 1px 1px 3px 0 #007aff;
  opacity: 0.57;
}

.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.images-lightbox-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lb-thumb-left {
  width: 50%;
  height: 100%;
  border: 1px solid #fff;
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lb-thumb-left:hover {
  opacity: 0.75;
}

.lb-thumb-left._02 {
  background-image: url('../images/photo-5.jpg');
}

.lb-thumb-left._03 {
  background-image: url('../images/left.jpg');
}

.lb-thumb-left._04 {
  background-image: url('../images/IMG_0039.jpg');
}

.lb-thumb-left._06 {
  background-image: url('../images/Image-from-iOS-6.jpg');
  background-size: cover;
}

.lb-thumb-left._07 {
  background-image: url('../images/06-IMG_5582.jpeg');
  background-size: cover;
}

.lb-thumb-left._08 {
  background-image: url('../images/Image-from-iOS-21.jpg');
  background-size: 600px;
}

.lb-thumb-right {
  width: 25%;
  height: 50%;
  border: 1px solid #fff;
  background-image: url('../images/photo-10.jpg');
  background-position: 50% 57%;
  background-size: cover;
}

.lb-thumb-right:hover {
  opacity: 0.75;
}

.lb-thumb-right._2 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 50%;
}

.lb-thumb-right._2._02 {
  background-image: url('../images/photo-2_1.jpg');
}

.lb-thumb-right._2._04 {
  background-image: url('../images/r3.jpg');
}

.lb-thumb-right._2._204 {
  background-image: url('../images/IMG_0052.jpg');
}

.lb-thumb-right._2._206 {
  background-image: url('../images/Image-from-iOS-11.jpg');
  background-size: cover;
}

.lb-thumb-right._2._207 {
  background-image: url('../images/06-IMG_5590.jpeg');
  background-size: cover;
}

.lb-thumb-right._2._208 {
  background-image: url('../images/IMG_2663.JPG');
  background-size: cover;
}

.lb-thumb-right._3 {
  background-image: url('../images/photo-5_1.jpg');
}

.lb-thumb-right._3._02 {
  background-image: url('../images/photo-18.jpg');
}

.lb-thumb-right._3._04 {
  background-image: url('../images/r2.jpg');
}

.lb-thumb-right._3._304 {
  background-image: url('../images/IMG_0038.jpg');
}

.lb-thumb-right._3._306 {
  background-image: url('../images/Image-from-iOS-16.jpg');
  background-size: cover;
}

.lb-thumb-right._3._307 {
  background-image: url('../images/06-IMG_5592.jpeg');
  background-size: cover;
}

.lb-thumb-right._3._308 {
  background-image: url('../images/Image-from-iOS-22.jpg');
  background-size: cover;
}

.lb-thumb-right._4 {
  background-image: url('../images/photo-7.jpg');
}

.lb-thumb-right._4._02 {
  background-image: url('../images/photo-24.jpg');
}

.lb-thumb-right._4._04 {
  background-image: url('../images/r5.jpg');
}

.lb-thumb-right._4._404 {
  background-image: url('../images/IMG_0040.jpg');
}

.lb-thumb-right._4._406 {
  background-image: url('../images/Image-from-iOS-13.jpg');
  background-size: 600px;
}

.lb-thumb-right._4._407 {
  background-image: url('../images/06-IMG_5588.jpeg');
  background-size: cover;
}

.lb-thumb-right._4._408 {
  background-image: url('../images/IMG_2671.JPG');
  background-size: cover;
}

.lb-thumb-right._02 {
  background-image: url('../images/photo-13.jpg');
}

.lb-thumb-right._03 {
  background-image: url('../images/r1.jpg');
}

.lb-thumb-right._04 {
  background-image: url('../images/IMG_0041.jpg');
}

.lb-thumb-right._06 {
  background-image: url('../images/Image-from-iOS-7.jpg');
  background-size: cover;
}

.lb-thumb-right._07 {
  background-image: url('../images/06-IMG_5583.jpeg');
  background-size: cover;
}

.lb-thumb-right._08 {
  background-image: url('../images/IMG_2660.JPG');
  background-size: cover;
}

.deal-body {
  font-family: 'Open Sans', sans-serif;
}

.ul {
  margin-left: 30px;
  padding-left: 0px;
}

.deal-call-link {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  text-decoration: none;
}

.bottom-phone-link {
  color: hsla(0, 0%, 100%, 0.81);
  text-decoration: none;
}

.container-2 {
  margin-bottom: 25px;
}

.site-map-link {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  color: hsla(0, 0%, 100%, 0.79);
  text-decoration: none;
}

.site-map-title {
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.site-map-city-link {
  display: block;
  margin-top: 1px;
  margin-right: 4px;
  margin-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.07);
  border-radius: 4px;
  color: hsla(0, 0%, 100%, 0.79);
  text-decoration: none;
}

.site-map-city-link:hover {
  border-color: hsla(0, 0%, 100%, 0.63);
  color: #fff;
}

.footer-cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cities-title {
  margin-bottom: 4px;
  padding-left: 9px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.open-house {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 13px 13px 4px;
  border-radius: 6px;
  background-color: #81ad9f;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.investor-form-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.investor-signup-title {
  margin-top: 42px;
  padding-right: 102px;
  padding-left: 102px;
  font-weight: 400;
  text-align: center;
}

.nav-logo {
  width: 220px;
}

.nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.home-we-buy-houses {
  padding: 84px 80px 68px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 176, 196, 0.81)), to(rgba(0, 129, 71, 0.64))), url('../images/cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 176, 196, 0.81), rgba(0, 129, 71, 0.64)), url('../images/cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.home-we-buy-houses.renovate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 56, 56, 0.98)), to(rgba(0, 0, 0, 0.09))), url('../images/modern_kitchen_remodel_after.jpg');
  background-image: linear-gradient(180deg, rgba(56, 56, 56, 0.98), rgba(0, 0, 0, 0.09)), url('../images/modern_kitchen_remodel_after.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-we-buy-houses.landscaping {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 107, 0, 0.74)), to(rgba(0, 162, 5, 0.56))), url('../images/384260-svetik.jpg');
  background-image: linear-gradient(180deg, rgba(165, 107, 0, 0.74), rgba(0, 162, 5, 0.56)), url('../images/384260-svetik.jpg');
}

.home-title {
  margin-bottom: 43px;
  color: #fff;
  text-align: center;
}

.home-sub-paragraph {
  margin-bottom: 29px;
  padding-right: 113px;
  padding-left: 113px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}

.section-sub-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.52);
}

.section-sub-bar.houses {
  width: 90%;
  margin-top: 73px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 29px;
  padding-left: 29px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.47);
}

.home-bullet {
  position: relative;
  padding: 30px 24px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.home-button {
  padding: 11px 33px;
  border-radius: 2px;
  background-color: #ffc800;
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.52);
  font-size: 16px;
  text-transform: uppercase;
}

.home-container {
  text-align: center;
}

.slasher {
  width: 1px;
  height: 30px;
  margin-right: 7px;
  margin-left: 7px;
  background-color: hsla(0, 0%, 100%, 0.48);
}

.text-span {
  position: absolute;
  left: 16px;
  top: 41px;
}

.checkmark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #af0;
  font-size: 24px;
}

.hidden {
  display: none;
}

.property-rich-text {
  font-size: 18px;
  line-height: 23px;
}

.property-images {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.property-grid-image {
  max-height: 136px;
}

.property-grid-image:hover {
  box-shadow: 4px 4px 10px -3px #000;
  opacity: 0.49;
}

.deal-hero-inner {
  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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 35px;
    padding-bottom: 20px;
    background-image: linear-gradient(167deg, #29ccff, hsla(0, 0%, 100%, 0.54)), url('../images/homes-blur.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }

  .subtitle {
    margin-top: 37px;
  }

  .quote {
    font-size: 21px;
  }

  .navlink.w--current {
    background-color: transparent;
  }

  .top-call-now {
    font-size: 21px;
    line-height: 34px;
  }

  .top-call-link {
    font-size: 34px;
  }

  .main-form-wrapper {
    margin-right: -22px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .main-form-title {
    font-size: 23px;
    line-height: 34px;
  }

  .main-form-sub {
    font-size: 17px;
    line-height: 28px;
  }

  .page-title {
    font-size: 44px;
    line-height: 47px;
  }

  .page-h2 {
    font-size: 25px;
    line-height: 31px;
  }

  .main-p {
    font-size: 17px;
  }

  .star {
    width: 32px;
  }

  .csr {
    font-size: 11.5px;
  }

  .question-title {
    font-size: 20px;
    line-height: 28px;
  }

  .burger {
    color: #fff;
  }

  .burger.w--open {
    background-color: #6d8b77;
  }

  .deal-hero {
    height: 380px;
  }

  .deal-hero-title {
    font-size: 60px;
    line-height: 74px;
  }

  .deal-hero-sub {
    font-size: 30px;
    line-height: 40px;
  }

  .deal-address-sub {
    font-size: 22px;
    line-height: 29px;
  }

  .beds-baths {
    margin-top: 30px;
    font-size: 30px;
  }

  .deal-call-link {
    font-size: 22px;
  }

  .investor-signup-title {
    padding-right: 14px;
    padding-left: 14px;
  }

  .nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .home-sub-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-sub-bar.houses {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-bullet {
    padding: 24px 25px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 46px;
  }

  .hero {
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .title {
    margin-top: 30px;
    margin-bottom: 4px;
    font-size: 104px;
  }

  .subtitle {
    margin-top: 6px;
    font-size: 22px;
  }

  .description {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    text-align: left;
  }

  .inquire {
    padding-top: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .form-title.white {
    padding-right: 21px;
    padding-left: 21px;
  }

  .form {
    margin-top: 6px;
  }

  .buyer {
    padding-top: 45px;
    padding-bottom: 24px;
  }

  .form-inside {
    padding-right: 28px;
    padding-left: 28px;
  }

  .label {
    display: none;
  }

  .field {
    width: 100%;
  }

  .form-wrapper {
    margin-top: 7px;
    padding-top: 0px;
    -webkit-transform: perspective(522px) rotate(0deg) translate(0px, 0px);
    transform: perspective(522px) rotate(0deg) translate(0px, 0px);
  }

  .quote {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .navlink {
    padding-left: 32px;
  }

  .top {
    padding-top: 19px;
    padding-bottom: 18px;
  }

  .brand {
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-right {
    padding-right: 16px;
  }

  .top-call-now {
    font-size: 18px;
    line-height: 27px;
  }

  .top-call-link {
    font-size: 30px;
  }

  .navmenu {
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #6d8b77;
    box-shadow: 16px 16px 33px -9px #000;
  }

  .main-form-wrapper {
    margin-top: 6px;
    margin-right: 0px;
  }

  .page-title {
    font-size: 40px;
  }

  .star {
    width: 30px;
  }

  .highlight {
    margin-right: -10px;
    margin-left: -10px;
  }

  .step {
    font-size: 19px;
    line-height: 29px;
  }

  .foot {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-content {
    padding-left: 20px;
  }

  .burger {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .mobile-only-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .northwest {
    width: 131px;
  }

  .footer-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .instagram {
    padding-right: 22px;
    padding-left: 22px;
  }

  .twitter {
    width: 105.515625px;
  }

  .deal-hero {
    height: 320px;
  }

  .deal-hero-title {
    font-size: 41px;
    line-height: 51px;
  }

  .deal-hero-sub {
    line-height: 30px;
  }

  .deal-body {
    font-family: 'Open Sans', sans-serif;
  }

  .deal-call-link {
    right: 14px;
    font-size: 17px;
    line-height: 16px;
  }

  .footer-cities {
    margin-left: -8px;
  }

  .cities-title {
    padding-left: 0px;
  }

  .sitemap-container {
    margin-bottom: 20px;
  }

  .investor-form-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .investor-signup-title {
    margin-top: 13px;
    font-size: 29px;
    line-height: 34px;
  }

  .home-we-buy-houses {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-we-buy-houses.renovate {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-sub-bar.houses {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-bullet {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 17px;
  }

  .checkmark {
    font-size: 20px;
  }

  .collection-list {
    padding-right: 23px;
    padding-left: 23px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  .hero {
    padding-top: 0px;
  }

  .title {
    margin-bottom: 0px;
    font-size: 74px;
    line-height: 94px;
  }

  .description {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 26px;
  }

  .close-deals {
    margin-bottom: 7px;
    font-size: 26px;
  }

  .form-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .submit {
    width: 100%;
    font-size: 19px;
  }

  .bottom-text {
    padding-bottom: 9px;
  }

  .bottom-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .quote {
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .caret {
    margin-top: -42px;
    margin-left: -47px;
    font-size: 110px;
  }

  .top-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-left {
    width: 90%;
  }

  .top-right {
    width: 90%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .top-call-now {
    text-align: center;
  }

  .page-title {
    font-size: 38px;
    line-height: 39px;
  }

  .page-h2 {
    font-size: 21px;
  }

  .main-p {
    font-size: 15px;
    line-height: 27px;
  }

  .top-logo {
    margin-left: -17px;
  }

  .question-title {
    font-size: 18px;
    line-height: 25px;
  }

  .highlight-p {
    font-size: 17px;
  }

  .step {
    font-size: 18px;
    line-height: 25px;
  }

  .steps {
    margin-left: -22px;
  }

  .footer-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram {
    padding: 13px 0px;
    text-align: center;
  }

  .footer-info {
    text-align: center;
  }

  .twitter {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .deal-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .deal-hero-sub {
    font-size: 20px;
    line-height: 20px;
  }

  .deal-address-sub {
    margin-top: 9px;
  }

  .beds-baths {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-brand {
    width: 117px;
  }

  .the-numbers {
    margin-right: -20px;
    margin-left: -20px;
  }

  .ul {
    margin-left: 20px;
  }

  .deal-call-link {
    font-size: 16px;
    font-weight: 400;
  }

  .investor-form-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

  .investor-signup-title {
    font-size: 24px;
    line-height: 30px;
  }

  .home-we-buy-houses {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-we-buy-houses.renovate {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-sub-paragraph {
    margin-bottom: 21px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-sub-bar.houses {
    margin-top: 32px;
  }

  .collection-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}

