@charset "UTF-8";
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin: 0; }

.d-flex {
  display: flex; }

.clear {
  clear: both; }

.small-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.w-100 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .w-100 .w-50 {
    width: 50%;
    padding: 0 10px; }
@media(max-width: 991px) {
  .w-100 .w-50 {
    width: 100%; } }
.italic {
  font-family: "Playfair Display", serif; }

label {
  margin: 13px 0 0 0;
  font-weight: 500;
  color: #5a534d; }

hr.short-gold {
  border-color: #a39161;
  width: 80px;
  border-width: 2px;
  margin: 12px auto; }

input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  margin: 15px 0;
  color: #5a5a59;
  width: 100%;
  padding: 15px 22px 10px 0;
  font-size: 16px;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  outline: 0; }
  input.required,
  select.required,
  textarea.required {
    background: #f9e7e7; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: none; }

select option {
  padding-left: 0; }

.select-has-icon {
  position: relative; }
  .select-has-icon i {
    position: absolute;
    right: 15px;
    bottom: 26px;
    transform: rotate(90deg);
    color: #a3a3a3; }
    .select-has-icon i:before {
      font-size: 15px; }

select {
  height: 50px;
  -webkit-appearance: none;
  appearance: none;
  position: relative; }

.owl-nav {
  margin-top: -30px; }

.owl-arrow {
  color: #a39161; }
  .owl-arrow:before {
    font-size: 20px; }

.owl-prev, .owl-next {
  background: white;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px; }

a.prev, a.next {
  line-height: 38px !important; }

body {
  font-size: 16px;
  color: black;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5; }

p {
  margin: 0;
  color: #6a6a6a;
  font-weight: 300; }

h1, h2, h3, h4 {
  line-height: 1.1; }

h2 {
  font-weight: 500; }

.carousel-main .carousel-inner .caption-title {
  font-size: 26px;
  font-weight: 400;
  font-family: "Playfair Display", serif; }
.carousel-main .carousel-inner .caption-subtitle {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3); }

.modal-content {
  border: 0;
  box-shadow: none; }

.phone {
  margin: 10px 0;
  display: block; }
  .phone img {
    max-height: 20px;
    vertical-align: text-top; }

.grid {
  display: grid; }

.heading {
  font-family: "Playfair Display", serif; }

::-webkit-input-placeholder {
  color: #5a5a59; }

:-moz-placeholder {
  color: #5a5a59;
  opacity: 1; }

::-moz-placeholder {
  color: #5a5a59;
  opacity: 1; }

:-ms-input-placeholder {
  color: #5a5a59; }

::-ms-input-placeholder {
  color: #5a5a59; }

::placeholder {
  color: #5a5a59; }

.editor-text h2 {
  font-family: "Playfair Display", serif;
  color: #a39161;
  margin-bottom: 40px;
  font-size: 35px; }
.editor-text p {
  margin: 35px 0; }

.justify-content-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.align-items-center {
  align-items: center; }

.semibold-heading {
  font-weight: 300;
  font-size: 17px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px; }
  .semibold-heading._small {
    font-size: 17px;
    font-family: "Montserrat", sans-serif; }

.bold-heading {
  font-weight: 500;
  font-size: 17px; }
  .bold-heading._small {
    font-size: 17px; }

.bg-light-grey {
  background: #fbfbfb; }

.bg-white {
  background: white; }

.text-black {
  color: #252525; }

.text-gold {
  color: #a39161; }

.text-dark-blue {
  color: #17298d; }

.text-brown {
  color: #5a534d; }

.text-white {
  color: white; }

.text-grey {
  color: #7a7a7a; }

#phobs_book .btn {
  margin-top: 28px;
  min-height: 49px; }

.btn {
  padding: 12px 70px;
  display: table;
  min-height: 35px;
  line-height: 28px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  background: #a39161;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }
  .btn:hover {
    background: #ae9e74;
    color: white; }
  .btn.small {
    padding: 7px 20px; }
  .btn.light-blue {
    background: #14a6e1;
    color: white; }
  .btn.blue {
    background: #006dba;
    color: white; }
  .btn.dark-blue {
    background: #17298d;
    color: white; }
  .btn.squared {
    border-radius: 0; }
  .btn.bordered {
    background: transparent;
    border: 2px solid #a39161;
    color: #a39161; }
    .btn.bordered:hover {
      background: #a39161 !important;
      color: white; }
    .btn.bordered:focus {
      color: #a39161;
      outline: 0;
      background: white !important; }
  .btn.bordered-white {
    border: 1px solid white;
    color: white; }
    .btn.bordered-white:hover {
      background: white;
      color: #006dba;
      border-color: white; }
  .btn.submitted {
    min-height: 38px;
    background: #4CAF50;
    border-color: #4CAF50;
    color: white; }
    .btn.submitted:hover {
      background: #4CAF50; }
    .btn.submitted span {
      margin-right: 8px; }
      .btn.submitted span:before {
        font-size: 11px; }

@media(min-width: 1500px) {
  .btn {
    padding: 18px 90px;
    min-height: 45px; } }
.btn-loading {
  display: block;
  width: 45px;
  margin: 0 auto; }
  .btn-loading._hidden {
    display: none; }

.nav-top {
  position: absolute;
  top: 0;
  right: 15px; }

.languages {
  width: 95px;
  line-height: 32px;
  margin: 0 15px; }
  .languages a {
    color: #006dba;
    position: relative;
    padding: 0 5px; }
    .languages a:nth-child(2):before {
      content: "/";
      position: absolute;
      pointer-events: none;
      left: -7px; }
    .languages a:hover {
      text-decoration: underline; }

@media(min-width: 1200px) {
  .navbar .container {
    display: flex;
    align-items: center;
    height: 100%; } }
.top-nav {
  margin-left: auto;
  margin-bottom: 8px;
  display: flex;
  align-items: center; }
@media(max-width: 1199px) {
  .top-nav {
    display: none; } }
  .top-nav .dropdown {
    line-height: 1; }
    .top-nav .dropdown .dropdown-menu {
      border: 0;
      border-radius: 0;
      margin-top: 10px;
      padding: 0; }
      .top-nav .dropdown .dropdown-menu > li > a {
        padding: 10px 20px; }
  .top-nav a {
    color: #e6e6e6;
    font-weight: 300;
    font-size: 14px; }

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 5px; }
  .social-icons li {
    margin-left: 12px; }
  .social-icons img {
    width: 16px;
    height: 16px; }

.dropdown-toggle .icon-arrow {
  width: 10px;
  height: 10px; }

#navbar {
  margin-left: auto;
  flex-direction: column;
  padding: 13px 0 11px 0;
  max-width: 100%; }

@media(max-width: 1199px) {
  #navbar {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    max-height: none !important;
    background: #232323;
    transition: all 0.6s;
    display: flex !important;
    justify-content: center;
    align-items: center; }
    #navbar .main-item {
      opacity: 0;
      visibility: hidden;
      transition: all 0.6s ease;
      position: relative;
      left: -20px;
      transition-delay: 0.4s; }
      #navbar .main-item:nth-child(1) {
        transition-delay: 0.4s; }
      #navbar .main-item:nth-child(2) {
        transition-delay: 0.4s; }
      #navbar .main-item:nth-child(3) {
        transition-delay: 0.5s; }
      #navbar .main-item:nth-child(4) {
        transition-delay: 0.6s; }
      #navbar .main-item:nth-child(5) {
        transition-delay: 0.7s; }
      #navbar .main-item:nth-child(6) {
        transition-delay: 0.8s; }
      #navbar .main-item:nth-child(7) {
        transition-delay: 0.9s; }
      #navbar .main-item:nth-child(8) {
        transition-delay: 1s; }
      #navbar .main-item:nth-child(9) {
        transition-delay: 1.1s; }
      #navbar .main-item:nth-child(10) {
        transition-delay: 1.2s; }

  .nav-opened #navbar {
    opacity: 1;
    visibility: visible; }
    .nav-opened #navbar .main-item {
      opacity: 1;
      visibility: visible;
      left: 0; } }
.navbar-nav > li:nth-child(1) a {
  margin-left: 0; }
.navbar-nav > li a {
  color: white;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 34px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  padding: 10px 0;
  text-decoration: none;
  position: relative; }
  .navbar-nav > li a:hover {
    color: #a39161; }
@media(min-width: 992px) {
  .navbar-nav > li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 3px;
    background: #a39161;
    display: none; } }
.navbar-nav > li.active a {
  color: #a39161; }
  .navbar-nav > li.active a:before {
    display: block; }

.carousel-preload-image {
  display: none; }

@media(min-width: 1199px) {
  .navbar-nav > li a.nav-btn {
    color: #a39161;
    border: 1px solid #a39161;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 0;
    text-transform: inherit; }
    .navbar-nav > li a.nav-btn:hover {
      background: #a39161 !important;
      color: white; } }
.crw-logo {
  width: 150px;
  float: right;
  margin-top: 7px;
  margin-left: 10px; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0; }

.bottom-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 272px;
  background: url(/images/bottom-gradient.png);
  z-index: 0; }

.box-trigger:hover .overlay {
  opacity: 1; }

.overlay-1 {
  opacity: 1; }

.overlay-magenta {
  background: rgba(0, 5, 36, 0.45); }

.overlay-gold,
.gallery-zoom {
  background: rgba(178, 151, 62, 0.6); }

.overlay-black {
  background: black; }

.nav-tabs {
  float: inherit; }

.nav-tabs-styled {
  padding-bottom: 5rem; }
  .nav-tabs-styled .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    color: #a39161;
    padding: 0.6rem 1.5rem;
    border-radius: 0;
    text-transform: uppercase; }
  .nav-tabs-styled .nav-tabs .nav-item.active .nav-link {
    background: #a39161;
    color: white; }
  .nav-tabs-styled .tab-content .tab-pane {
    display: none; }
  .nav-tabs-styled .tab-content .active {
    display: block; }

.tab-pane h2 {
  margin-bottom: 15px; }

.accordion-styled .card {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #f5f5f5; }
.accordion-styled .card-body {
  padding: 0.8rem; }
.accordion-styled .circled-number {
  border: 2px solid #a39161;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  font-weight: 300; }
.accordion-styled .card-header {
  padding: 0;
  border: 0; }
  .accordion-styled .card-header a {
    padding: 1rem 2rem 1rem 0;
    display: block;
    font-size: 22px;
    color: #a39161;
    font-weight: 300;
    background: white;
    position: relative; }
    .accordion-styled .card-header a:hover {
      text-decoration: none; }
    .accordion-styled .card-header a .icon {
      position: absolute;
      right: 0;
      top: 15px;
      display: block;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    .accordion-styled .card-header a.collapsed .icon {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media (min-width: 768px) {
  .accordion-styled .card-header a {
    font-size: 1.5rem;
    padding: 1rem 1.5rem; } }
.ajax-form-preloader {
  text-align: center; }
  .ajax-form-preloader.finished {
    display: block; }
  .ajax-form-preloader svg {
    width: 50px;
    height: 50px; }

.ajax-form-message,
.ajax-form-preloader {
  display: none; }

.h3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 22px;
  color: #a39161; }

.reservation-form .book-btn {
  width: 100%;
  border: 0;
  margin: 0;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px; }

@media(min-width: 992px) {
  .reservation-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    padding: 3rem 5rem; } }
.fullwidth {
  width: 100%; }

.book-form {
  position: absolute;
  width: 864px;
  background: white;
  padding: 12px 0 20px 0;
  bottom: -50px;
  left: 50%;
  margin-left: -432px;
  background: #a39161;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
.book-form.relatived {
  position: relative;
  margin-left: 0;
  width: 100%;;
  bottom: 0;
  left: 0;
  margin-bottom: 80px;
  margin-top: -40px;
}
@media(min-width: 992px) {
  .book-form {
    box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.25); } }
@media(min-width: 992px) {
  .page-1 .below-carousel {
    padding-top: 130px; } }
.carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; }
  .carousel-control span:before {
    font-size: 50px; }

.book-btn {
  background: #262219;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  padding: 17px 28px;
  border-radius: 3px;
  margin-left: 15px;
  align-self: flex-end;
  border: 0; }
  .book-btn p {
    color: white;
    font-weight: 400;
    font-size: 16px; }
  .book-btn span {
    font-weight: 400;
    font-size: 13px;
    color: #a39161; }

.book-text {
  width: 150px;
  margin-right: 40px;
  text-align: center; }
  .book-text h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px; }

.check-text {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 4px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1; }

.pickadate-all {
  display: flex; }

.facilities-items {
  margin-top: 45px;
  margin-bottom: 50px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto; }
@media(max-width: 991px) {
  .facilities-items {
    grid-template-columns: repeat(1, 1fr); } }
  .facilities-items .facilities-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c4c2c3;
    padding-bottom: 12px; }
    .facilities-items .facilities-item svg {
      width: 55px;
      height: 50px;
      margin-right: 20px;
      fill: #a39161; }
    .facilities-items .facilities-item .facilities-name {
      color: #252525;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500; }

@media(max-width: 767px) {
  .nav-tabs > li {
    width: 100%;
    text-align: center; } }
.picker--focused, .picker--opened .picker__holder {
  border: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }

.picker__input {
  cursor: pointer; }

.pickadate-wrapper {
  margin-right: 30px; }

.pickadate-container {
  width: 116px;
  background: #fff;
  position: relative;
  float: left; }
  .pickadate-container .pickadate-display {
    padding: 5px 6px;
    pointer-events: none;
    font-size: 14px;
    font-weight: 300;
    color: #2b303d;
    display: flex;
    flex-direction: column; }
    .pickadate-container .pickadate-display .pickadate-monthyear {
      display: flex;
      color: #a29f96;
      font-size: 11px;
      justify-content: center;
      font-weight: 400; }
    .pickadate-container .pickadate-display .pickadate-year {
      margin-left: 3px; }
    .pickadate-container .pickadate-display span {
      text-transform: uppercase; }
    .pickadate-container .pickadate-display .pickadate-day-number {
      text-align: center;
      font-size: 29px;
      line-height: 1;
      margin-bottom: 3px;
      font-weight: 300; }

@media(min-width: 1200px) {
  .mtop5desktop {
    margin-top: 50px; } }
.carousel-indicators {
  bottom: 60px; }

@media(max-width: 1499px) {
  .carousel-page {
    max-height: 400px; } }
.carousel-inner {
  overflow: visible; }

.carousel-inner .container {
  height: 100%;
  display: table; }

.carousel-slogan {
  display: table-cell;
  vertical-align: middle; }

.carousel-slogan-inner {
  display: table;
  background: none;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 50px 70px;
  color: white; }

.carousel-inner .container {
  display: table; }

.carousel-main .overlay {
  opacity: 0.3;
  z-index: 2; }
.carousel-main .container {
  padding: 0;
  position: relative;
  z-index: 3; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

td input {
  margin-left: 15px; }

@media(max-width: 991px) {
  .carousel-indicators {
    display: none; }

  .carousel-slogan {
    padding: 30px 0; }

  .book-form {
    width: 100%;
    position: relative;
    background: #a39161;
    left: 0;
    bottom: 0;
    margin-left: 0;
    flex-direction: column;
    padding: 25px 15px; }

  .book-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }

  .book-btn {
    margin: 15px 0 0 0;
    align-self: center;
    width: 100%; }

  #carousel-main {
    height: auto !important; }

  .pickadate-all {
    display: flex;
    width: 100%; }

  .pickadate-wrapper {
    margin: 0;
    width: 50%;
    padding: 0 4px; }
    .pickadate-wrapper .pickadate-container {
      width: 100%; }

  .book-text h2 {
    font-size: 20px;
    font-weight: 400; }

  .picker {
    left: -10px; }

  .pickadate-right .picker {
    right: -10px;
    left: auto; } }
.op0 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#page-content {
  padding-top: 50px; }

.our-story {
  margin-top: 120px; }
  .our-story img {
    margin-top: -120px;
    margin-bottom: 100px; }
  .our-story .story-text {
    padding-top: 100px; }

.text-behind-image-wrapper {
  display: flex;
  margin-bottom: 90px;
  margin-top: 90px;
  position: relative;
  align-items: center; }
@media(max-width: 991px) {
  .text-behind-image-wrapper {
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 40px; } }
  .text-behind-image-wrapper .image {
    padding: 30px 0;
    position: absolute;
    z-index: 2; }
@media(max-width: 991px) {
  .text-behind-image-wrapper .image {
    width: 100%;
    position: relative;
    padding: 0; }
    .text-behind-image-wrapper .image img {
      width: 100%; } }
  .text-behind-image-wrapper .text {
    background: #f6f6f6;
    position: relative;
    width: 100%;
    margin-left: 530px;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 80px;
    z-index: 1;
    min-height: 500px; }
@media(max-width: 991px) {
  .text-behind-image-wrapper .text {
    min-height: auto;
    margin: 0;
    padding: 0; } }

  .close-room {
        position: absolute;
    right: 20px;
    bottom: 20px;
    border: 0;
    cursor: pointer;
    background: none;
    appearance: none;
    fill: #a39161;
    width: 40px;
    height: 40px;
  }
  @media(max-width: 991px) {
    .close-room {
      bottom: 0;
      right: 0;
    }
  }
  .close-room svg {max-width: 100%}
@media(min-width: 992px) {
  .text-behind-image-wrapper.inverse .text {
    margin-left: 0;
    max-width: 45vw;
    padding-right: 120px;
    padding-left: 0; }
  .text-behind-image-wrapper.inverse .image {
    right: 0; max-width: 56% } }
  @media(min-width: 1200px) {
        .text-behind-image-wrapper.inverse .text {
  max-width: 50vw; 
        }

  .text-behind-image-wrapper.inverse .image {
    right: 0; max-width: 100% } }

  }
.apartment-listing-features {
  margin-bottom: 38px;
  background: transparent;
  transition: all 0.3s; }
  .apartment-listing-features:hover, .apartment-listing-features.expanded {
    background: white;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.07); }
    .apartment-listing-features:hover .description, .apartment-listing-features.expanded .description {
      padding-left: 25px; }
  .apartment-listing-features h2,
  .apartment-listing-features h3 {
    color: #252525;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500; }
  .apartment-listing-features .description {
    position: relative;
    padding: 25px 22px 33px 0;
    transition: all 0.6s ease; }
    .apartment-listing-features .description .d-flex {
      margin-top: 5px;
      align-items: center;
      font-size: 12px;
      color: #a39161; }
      .apartment-listing-features .description .d-flex span {
        margin: 0 5px; }
      .apartment-listing-features .description .d-flex a {
        color: #a39161;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px; }
  .apartment-listing-features ul {
    padding: 0;
    list-style: none;
    margin-top: 30px; }
    .apartment-listing-features ul li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 5px;
      color: #6a6a6a;
      font-weight: 300; }
      .apartment-listing-features ul li:before {
        font-family: Flaticon;
        content: "";
        color: #a39161;
        position: absolute;
        left: 0;
        top: 2px;
        border-radius: 50%;
        font-size: 13px; }
  .apartment-listing-features .expand {
    position: absolute;
    width: 100%;
    background: white;
    z-index: 50;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    box-shadow: 0 15px 22px rgba(0, 0, 0, 0.07);
    padding: 0 22px 20px 25px;
    transition: all 0.8s ease;
    opacity: 0;
    visibility: hidden; }
@media(max-width: 991px) {
  .apartment-listing-features .expand {
    margin-top: 30px;
    padding: 0;
    box-shadow: none;
    transform: none; } }
  .apartment-listing-features.expanded .expand {
    opacity: 1;
    visibility: visible; }
@media(max-width: 991px) {
  .apartment-listing-features.expanded .expand {
    position: relative; } }
.gallery-trigger {
  position: relative; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item.next,
.carousel-item.prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item.next,
  .carousel-item.prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
.carousel-item.next,
.carousel-item.prev {
  position: absolute;
  top: 0; }

.carousel-item.next.carousel-item.left,
.carousel-item.prev.carousel-item.right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .carousel-item.next.carousel-item.left .carousel-item.next.carousel-item.left,
  .carousel-item.next.carousel-item.left .carousel-item.prev.carousel-item.right,
  .carousel-item.prev.carousel-item.right .carousel-item.next.carousel-item.left,
  .carousel-item.prev.carousel-item.right .carousel-item.prev.carousel-item.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.carousel-item.next,
.active.carousel-item.right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item.next,
  .active.carousel-item.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.carousel-item.prev,
.active.carousel-item.left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item.next.left,
.carousel-fade .carousel-item.prev.right {
  opacity: 1; }

.carousel-fade .active.carousel-item.left,
.carousel-fade .active.carousel-item.right {
  opacity: 0; }

.carousel-fade .carousel-item.next,
.carousel-fade .carousel-item.prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item.left,
.carousel-fade .active.carousel-item.right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item.next,
  .carousel-fade .carousel-item.prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item.left,
  .carousel-fade .active.carousel-item.prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media(min-width: 992px) {
  .pull-md-right {
    float: right !important; } }
.wide-text {
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500; }

.portfolio .dtable img {
  width: 20%;
  margin: 0;
  padding: 0 20px; }

.modal a:hover {
  text-decoration: underline; }

#book-form .btn {
  padding-top: 20px;
  padding-bottom: 20px; }

.footer-1_footer-bottom a, .footer-2_footer-bottom a, .footer-3_footer-bottom a {
  color: #b5b5b6; }

footer {
  background: #252525;
  color: #b5b5b6;
  padding-bottom: 0;
  font-size: 14px; }
  footer p {
    color: white; }
  footer img {
    max-height: 120px; }
  footer h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px; }
  footer .sales-team p {
    margin: 8px 0;
    display: block; }
    footer .sales-team p a {
      color: #a39161;
      font-weight: 400; }
  footer .number {
    font-weight: 300; }
  footer .footer-text {
    max-width: 390px;
    margin-right: 80px;
    flex: 1; }
  footer a:hover {
    text-decoration: underline; }
  footer .footer-logo {
    min-width: 252px;
    height: 49px;
    margin-right: 50px; }
@media(max-width: 991px) {
  footer .footer-logo {
    max-width: 252px; } }
  footer .footer-1_footer-bottom {
    padding: 12px 0;
    background: #252525; }
  footer .top-menu {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding: 0; }
@media(max-width: 991px) {
  footer .top-menu {
    margin-left: 0; } }
    footer .top-menu a {
      font-size: 14px;
      display: block;
      padding-bottom: 12px;
      font-weight: 400;
      color: #b5b5b6; }
      footer .top-menu a:hover {
        text-decoration: underline; }
@media(max-width: 991px) {
  footer .d-flex {
    flex-direction: column;
    padding: 0 15px; } }
  footer ul {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      margin-right: 15px;
      display: inline-block; }
  footer .social {
    margin-top: 15px; }
    footer .social a {
      background: white;
      color: #a39161;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: block;
      text-align: center;
      transition: all 0.2s; }
      footer .social a:hover {
        text-decoration: none;
        background: #a39161;
        color: white; }
      footer .social a span {
        line-height: 40px; }
        footer .social a span:before {
          font-size: 18px; }

.visible-smxs {
  display: none; }

@media(max-width: 767px) {
  .portfolio .dtable img {
    width: 25%; }

  .visible-smxs {
    display: block; } }
@media(max-width: 530px) {
  .portfolio .dtable img {
    width: 50%;
    margin-top: 35px; }

  .visible-smxs {
    display: none; } }
@media (min-width: 992px) {
  .modal-dialog {
    width: 960px; }

  .carousel-main .carousel-slogan .caption-title {
    font-size: 55px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 5px; }

  .carousel-main .carousel-slogan .caption-subtitle {
    font-size: 24px;
    font-weight: 300; }

  .semibold-heading {
    font-size: 28px;
    line-height: 1.2; }
    .semibold-heading._small {
      font-size: 18px; }

  .bold-heading {
    font-size: 23px; }
    .bold-heading._small {
      font-size: 18px; }

  .heading {
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 500; } }
@media (min-width: 1500px) {
  .carousel-main .carousel-slogan .caption-title {
    font-size: 72px; }

  .carousel-main .carousel-slogan .caption-subtitle {
    font-size: 36px; }

  .heading {
    font-size: 44px; }

  .editor-text h2 {
    font-size: 44px; }

  .semibold-heading {
    font-size: 36px; } }
.carousel-page {
  max-height: 600px;
  margin-bottom: 115px; }
@media(max-width: 991px) {
  .carousel-page {
    margin-bottom: 50px; } }
  .carousel-page .carousel-slogan {
    vertical-align: bottom;
    padding-bottom: 50px; }
    .carousel-page .carousel-slogan .caption-title {
      padding-bottom: 30px; }
@media(min-width: 1500px) {
  .carousel-page .carousel-slogan .caption-title {
    font-size: 60px; } }
    .carousel-page .carousel-slogan .caption-subtitle {
      font-weight: 300; }
@media(min-width: 1500px) {
  .carousel-page .carousel-slogan .caption-subtitle {
    font-size: 24px; } }
@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu {
    background: white;
    border-radius: 0;
    border: 0; }
    .navbar-nav .dropdown-menu li a {
      margin: 0;
      padding: 12px 15px;
      color: black;
      text-transform: initial;
      font-weight: 300; }

  .navbar {
    background: #252525; } }
@media (max-width: 1199px) {
  .navbar-brand img {
    left: 15px;
    right: auto;
    height: 42px; }

  .navbar .container {
    padding: 0; }

  .bg-nav {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }

  .nav-opened .bg-nav {
    visibility: visible;
    opacity: 1; }

  .navbar-nav li {
    float: none;
    border: 0;
    text-align: center; }
    .navbar-nav li a {
      font-family: "Playfair Display", serif;
      background: transparent !important;
      margin: 0;
      padding: 14px 0 !important;
      font-weight: 300;
      font-size: 19px;
      letter-spacing: 0.5px;
      text-transform: initial; }
    .navbar-nav li.dropdown .dropdown-menu {
      left: 50%;
      transform: translateX(-50%); }
      .navbar-nav li.dropdown .dropdown-menu a {
        color: black; } }
@media(min-width: 1500px) {
  .container {
    width: 1262px; } }
@media(min-width: 992px) {
  .row-big-gutter {
    margin-left: -33px;
    margin-right: -33px; }
    .row-big-gutter .row-item {
      padding-left: 33px;
      padding-right: 33px; }
      .row-big-gutter .row-item:nth-child(2n + 1) {
        clear: both; } }
@media (min-width: 1600px) {
  .pxy5 {
    padding: 80px; }

  .pright5 {
    padding-right: 100px; }

  .py5 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .pb5 {
    padding-bottom: 80px; } }
@media (max-width: 1360px) {
  #page-content {
    padding-top: 68px; }

  .carousel-main .carousel-slogan .caption-title {
    font-size: 37px; }
  .carousel-main .carousel-slogan .caption-subtitle {
    font-size: 21px; }

  .carousel-slogan-inner {
    padding: 30px 50px; }

  .heading {
    font-size: 34px; }

  .semibold-heading {
    font-size: 36px; }

  .our-story {
    margin-top: 80px; }
    .our-story .story-text {
      padding-top: 60px; }
    .our-story img {
      margin-bottom: 60px;
      margin-top: -60px; }

  .btn, .navbar-nav li .btn {
    padding: 10px 38px; }

  #google-map {
    height: 320px; }

  footer {
    padding-top: 5px;
    padding-bottom: 5px; }
    footer img {
      max-height: 80px; } }

@media(max-width: 1199px) {
  .navbar .navbar-toggle {
    left: auto;
    right: 15px;
    top: 9px; }
    .navbar .navbar-toggle .icon-bar {
      background: #a39161; }

  .navbar-brand img {
    top: 11px; }

  .navbar, .navbar-header {
    height: 68px;
    background: #252525; }

  #page-content {
    padding-top: 68px; } }

    @media(max-width: 767px) {

  .navbar-brand img {
    top: 4px; 
    max-width: 200px;
  }

    }
@media(max-width: 991px) {
  .modal-content .pleft2 {
    padding-left: 0; }

  .carousel-main .carousel-caption {
    left: 0;
    right: 0;
    width: 100%; }

  .navbar .navbar-toggle {
    top: 2px; }

  .navbar, .navbar-header {
    height: 55px; }

  #page-content {
    padding-top: 55px; }

  .carousel-slogan-inner {
    padding: 20px 15px;
    width: 100%; }

  .carousel-homepage .carousel-slogan-inner {
    margin: 0; }
  .carousel-homepage .container {
    padding: 15px; }

  .slider-container {
    padding: 0; }

  .carousel-main .carousel-slogan .caption-title {
    font-size: 32px;
    padding-bottom: 0; }
  .carousel-main .carousel-slogan .caption-subtitle {
    font-size: 17px;
    font-weight: 300;
    margin-top: 8px; }

  .py5 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .mtopsmall3 {
    margin-top: 30px; }

  .semibold-heading {
    font-size: 24px; }

  .heading {
    font-size: 30px; }

  .our-story {
    margin-top: 20px; }
    .our-story img {
      margin-bottom: 70px;
      margin-top: 40px; }

  .apartment-gallery {
    left: 0;
    margin: 20px 0; }

  .owl-next {
    margin-right: 0; }

  .owl-prev {
    margin-left: 0; }

  .owl-nav {
    margin-top: -22px; }

  .owl-prev, .owl-next {
    width: 45px;
    height: 45px;
    text-shadow: none; }

  .owl-arrow:before {
    font-size: 30px; }

  footer img {
    margin-bottom: 20px; }
  footer .top-menu {
    margin-top: 20px; } }

/*# sourceMappingURL=main.css.map */

.navbar-brand>img {
  max-width: 240px;
 }
