.close-btn {
  opacity: 1;
  position: relative;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: white;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

.center, .column-flex, .verticle-center, .horizontal-center {
  display: flex;
}

.center {
  justify-content: center;
  align-items: center;
}

.column-flex {
  flex-direction: column;
}

.horizontal-center {
  justify-content: center;
}

.verticle-center {
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.fl-100 {
  flex-basis: 100%;
}

.close-btn {
  opacity: 1;
  position: relative;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: white;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

button {
  border: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  font-weight: 500;
}

.greyBorder {
  border: 2px solid #6a6e72;
  color: #6a6e72;
  padding: 11px 15px;
  min-width: 150px;
  text-transform: uppercase;
  background-color: #6a6e72;
  margin-bottom: 10px;
  border: 2px solid #ccc2ac;
  background-color: transparent;
}
@media screen and (max-width: 545px) {
  .greyBorder {
    min-width: 250px;
  }
}
.greyBorder:hover {
  color: #2f5d86;
  border: 2px solid #2f5d86;
}

.blueSolid {
  border: 2px solid #2f5d86;
  color: #2f5d86;
  padding: 11px 15px;
  min-width: 150px;
  text-transform: uppercase;
  background-color: #2f5d86;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 545px) {
  .blueSolid {
    min-width: 250px;
  }
}
.blueSolid:hover {
  color: #ccc2ac;
  background-color: #2b567c;
}

.blueBorder {
  border: 2px solid #2f5d86;
  color: #2f5d86;
  padding: 11px 15px;
  min-width: 150px;
  text-transform: uppercase;
  background-color: #2f5d86;
  margin-bottom: 10px;
  background-color: transparent;
}
@media screen and (max-width: 545px) {
  .blueBorder {
    min-width: 250px;
  }
}
.blueBorder:hover {
  color: #fff;
  background-color: #2f5d86;
}

@media screen and (max-width: 545px) {
  .residences {
    padding-top: 43px;
  }
}
.residences h1 {
  /*margin-bottom: 19px;*/
}
.residences > p {
  max-width: 690px;
  margin: 0 auto;
}
.residences .intro > * {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .residences .intro > * {
    flex-basis: 100% !important;
  }
}
.residences .intro .col-01 {
  flex-basis: 510px;
}
@media screen and (max-width: 991px) {
  .residences .intro .col-01 {
    flex-basis: 300px;
  }
}
.residences .intro .col-01 p {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .residences .intro .col-01 h1 span {
    font: 400 16px/28px "open_sans", Arial, Helvetica, sans-serif !important;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .residences .intro .col-01 h1 span {
    font: 600 11px/28px "open_sans", Arial, Helvetica, sans-serif !important;
  }
}
.residences .intro .col-02 {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 30px;
}
.residences .intro .col-02 button {
  margin-top: 32px;
}

.quote {
  background-color: #27282d;
  margin-bottom: 80px;
  padding: 35px 30px;
}
.quote p {
  font-family: DroidSerif, "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}

.residence-banner {
  height: 460px;
  background-color: #efece9;
  margin-top: -6px;
}
@media screen and (max-width: 545px) {
  .residence-banner {
    height: 260px;
  }
}

.residence-banner .owl-carousel, .residence-banner .owl-stage-outer, .residence-banner .owl-stage, .residence-banner .owl-item, .residence-banner .item, .property-feature-img .owl-carousel, .property-feature-img .owl-stage-outer, .property-feature-img .owl-stage, .property-feature-img .owl-item, .property-feature-img .item {
  height: 100%;
}
.residence-banner .owl-carousel img, .property-feature-img .owl-carousel img {
  object-fit: cover;
  height: 100%;
  display: block;
}
.residence-banner .owl-carousel .owl-nav .owl-prev, .residence-banner .owl-carousel .owl-nav .owl-next, .property-feature-img .owl-carousel .owl-nav .owl-prev, .property-feature-img .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 50%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  height: 50px;
  border-radius: 0;
}
.residence-banner .owl-carousel .owl-nav .owl-prev i, .residence-banner .owl-carousel .owl-nav .owl-next i, .property-feature-img .owl-carousel .owl-nav .owl-prev i, .property-feature-img .owl-carousel .owl-nav .owl-next i {
  color: #fff;
}
.residence-banner .owl-carousel .owl-nav .owl-prev, .property-feature-img .owl-carousel .owl-nav .owl-prev {
  left: -8px;
}
.residence-banner .owl-carousel .owl-nav .owl-next, .property-feature-img .owl-carousel .owl-nav .owl-next {
  right: -8px;
}
.residence-banner .owl-dots, .property-feature-img .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.residence-banner .owl-dots .owl-dot span, .property-feature-img .owl-dots .owl-dot span {
  background-color: #fff;
  transform: scale3d(0.7, 0.7, 0.7);
  width: 16px;
  height: 16px;
}
.residence-banner .owl-dots .owl-dot span:hover, .property-feature-img .owl-dots .owl-dot span:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.residence-banner .owl-dots .owl-dot.active span, .property-feature-img .owl-dots .owl-dot.active span {
  background-color: #fff;
  transition: 0.2s all ease-in-out;
  transform: scale3d(1, 1, 1);
}

.property-list {
  max-width: 1150px;
  margin: 50px auto;
}
.property-list .card-01 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #a3a8b2;
  color: #6a6e72;
  min-height: 280px;
  margin-bottom: 50px;
}
.property-list .card-01 h2 {
  font-family: DroidSerif, "Times New Roman", Times, serif;
  font-size: 27px;
  color: #6a6e72;
  margin: 0px 0px 10px;
  text-transform: uppercase;
}
.property-list .card-01 h3 {
  font-family: "open_sans";
  font-weight: 600;
  color: #2f5d86;
  font-size: 15px;
  margin: 0;
}
.property-list .card-01 > * {
  flex-basis: 0;
}
@media screen and (max-width: 767px) {
  .property-list .card-01 > * {
    flex-basis: 100% !important;
  }
}
.property-list .card-01 .property-feature-img {
  border-right: 1px solid #a3a8b2;
  flex-basis: 290px;
  position: relative;
  overflow: hidden;
  background-color: #efece9;
}
@media screen and (max-width: 767px) {
  .property-list .card-01 .property-feature-img {
    border-right: none;
    height: 270px;
  }
}
.property-list .card-01 .property-feature-img .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.property-list .card-01 .property-feature-img .owl-carousel .owl-nav .owl-prev, .property-list .card-01 .property-feature-img .owl-carousel .owl-nav .owl-next {
  bottom: 40%;
}
.property-list .card-01 .blurb {
  padding: 19px 36px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .property-list .card-01 .blurb {
    border-bottom: 1px solid #a3a8b2;
    padding: 19px 28px;
  }
}
.property-list .card-01 .blurb p {
  margin-top: 14px;
  font-size: 15px;
}
.property-list .card-01 .blurb h2:hover {
  color: #2f5d86;
  cursor: pointer;
}
.property-list .card-01 .blurb .contact-info {
  margin-top: auto;
}
.property-list .card-01 .blurb .contact-info span {
  color: #6a6e72;
}
.property-list .card-01 .blurb .contact-info span::before {
  color: #a39377;
}
.property-list .card-01 .booking {
  border-left: 1px solid #a3a8b2;
  flex-basis: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .property-list .card-01 .booking {
    border-left: none;
  }
}
.property-list .card-01 .booking button {
  min-width: 100%;
}
.property-list .card-01 .booking span {
  font-family: DroidSerif, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #a39377;
  font-weight: 600;
}
.property-list .card-01 .booking h2 {
  margin-bottom: 25px;
}

#BookResidenceModal .title-modal {
  margin: -14px 0 23px;
  font-size: 2.5rem;
}
#BookResidenceModal .modal-dialog {
  max-width: 420px;
}
#BookResidenceModal .modal-dialog form {
  display: flex;
  flex-wrap: wrap;
}
#BookResidenceModal .modal-dialog form .modal-form-element {
  position: relative;
  flex-basis: 100%;
}
#BookResidenceModal .modal-dialog form .modal-form-element.calendar {
  flex-basis: 50%;
  margin-top: -13px;
}
@media screen and (max-width: 545px) {
  #BookResidenceModal .modal-dialog form .modal-form-element.calendar {
    flex-basis: 100%;
  }
}
#BookResidenceModal .modal-dialog form .modal-form-element.calendar .fa-calendar {
  margin-top: -10px;
}
#BookResidenceModal .modal-dialog form .modal-form-element.calendar .fa-calendar:before {
  position: absolute;
  z-index: 10;
  bottom: 30%;
  left: 20px;
  color: #848e95;
  font-size: 12px;
}
#BookResidenceModal .modal-dialog form .modal-form-element.terms {
  margin-top: 10px;
}
#BookResidenceModal .modal-dialog form .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  margin-top: 12px;
}
#BookResidenceModal .modal-dialog form .buttons .btn-arrow {
  text-align: center;
  display: block;
  margin: 7px auto;
  font-size: 1.4rem;
}

/*# sourceMappingURL=residences.css.map */
