@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@media only screen and (max-width: 599px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1920px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1921px) and (max-width: 2200px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 2201px) and (max-width: 3000px) {
  html {
    font-size: 30px;
  }
}

@media (min-width: 3001px) {
  html {
    font-size: 38px;
  }
}

*,
::after,
::before,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: visible !important;
}

button {
  background-color: transparent;
}

.optanon-show-settings {
  cursor: pointer;
}

.hero-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.hero-home .hero-ele {
  height: 100%;
  width: 50%;
  position: relative;
  background-color: #f0f0f0;
}

.hero-home .hero-ele .hero-inner-wrap {
  position: absolute;
  height: 100%;
  width: 540px;
  right: 30px;
}

.hero-home .hero-ele.hero-img {
  background-size: cover;
  overflow: hidden;
}

.hero-home .hero-ele.hero-img:after {
  content: '';
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-home .hero-ele.hero-img h1 {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  margin: 0;
  font-family: Gotham Black;
  font-size: 65px;
  text-transform: none;
  text-align: left;
  padding-bottom: 25px;
  padding-top: 50px;
  z-index: 3;
  text-transform: none;
}

.hero-home .hero-ele .dates-container--inner.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-home .hero-ele .search-wrap {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: visible;
  max-width: 530px;
  width: 100%;
}

.hero-home .hero-ele .search-wrap .form-title {
  color: black;
  font-family: Gotham Black;
  font-size: 38px;
  text-transform: none;
  padding-right: 20px;
}

.hero-home #searchBar {
  display: block;
  position: relative;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  margin-top: 0;
  max-width: 540px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  -webkit-box-shadow: 0 0 17px rgba(60, 64, 67, 0), 0 4px 10px 7px rgba(60, 64, 67, 0);
          box-shadow: 0 0 17px rgba(60, 64, 67, 0), 0 4px 10px 7px rgba(60, 64, 67, 0);
  padding-right: 30px;
  background-color: #f0f0f0;
}

.hero-home #searchBar span.select-icon.location svg,
.hero-home #searchBar .dates-container .date-icon svg path,
.hero-home #searchBar .apartments-container--inner svg path {
  fill: #c7c7c7 !important;
}

.hero-home #searchBar input {
  font-size: 1rem !important;
}

.hero-home #searchBar .dates-container {
  width: calc(50% - 5px) !important;
  margin-right: auto !important;
  display: table;
  min-width: unset;
  float: left;
}

.hero-home #searchBar .dates-container .flatpickr-wrapper {
  width: 65%;
}

.hero-home #searchBar .dates-container .flatpickr-wrapper input {
  width: 100% !important;
  height: 3.66rem !important;
  border-right: 0px !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-home #searchBar .dates-container .flatpickr-wrapper .flatpickr-months input {
  height: auto !important;
}

.hero-home #searchBar .dates-container .check-out-wrapper .check-out {
  display: none;
}

.hero-home #searchBar .dates-container .check-out-wrapper #checkOutDate {
  height: 3.66rem !important;
  padding-left: 20px !important;
  border-right: 1px solid #a6a6a6 !important;
  margin-left: 0;
  border: 1px solid #dedddd !important;
  border-left: 0 !important;
  margin: 0 0 0 -2px;
  font-size: 1rem;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.hero-home #searchBar .dates-container .check-out-wrapper #checkOutDate:before {
  content: '-';
  position: absolute;
  left: 0px;
}

.hero-home #searchBar .guests-wrap {
  width: calc(50% - 1px);
  min-width: unset;
  float: right;
  margin-top: 4px;
  border-radius: 8px;
}

.hero-home #searchBar .search-button-container button {
  border-radius: 8px;
  margin-top: 20px;
}

.hero-home select#location {
  padding-left: 3rem;
}

.hero-home select#location.not-valid {
  border: 2px solid red !important;
}

.hero-home span.select-icon.apartments svg {
  margin-left: .85rem;
}

.hero-home span.select-icon.location svg {
  margin-left: 0.8rem;
}

.hero-home select#location {
  margin-bottom: 8px !important;
  border-radius: 8px;
}

.hero-home select#apartments {
  margin-bottom: 3px !important;
  padding-left: 3rem;
  border-radius: 8px;
}

.hero-home.seach-one-row {
  display: block;
  height: 33rem;
}

.hero-home.seach-one-row .hero-ele.hero-img {
  width: 100%;
  background-position: center;
  height: 100%;
  overflow: hidden;
}

.hero-home.seach-one-row .hero-ele.hero-form {
  height: auto;
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  bottom: 85px;
  max-width: 71rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 30px;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  width: 100%;
  max-width: 100% !important;
  /* overflow: visible; */
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap .form-title {
  color: white;
  font-size: 3.5rem;
  text-transform: none;
  max-width: 780px;
  width: 100%;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar {
  /* display: flex; */
  max-width: 100%;
  padding: .4rem;
  width: 100% !important;
  height: 3.9rem;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar * {
  font-size: 0.931rem !important;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar * .flatpickr-calendar.rangeMode span {
  font-size: 90% !important;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .search-widget-row--occupancy .minus i,
.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .search-widget-row--occupancy .plus i {
  font-size: 1.3rem !important;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent !important;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .dates-container .flatpickr-wrapper {
  width: 55%;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .location-container {
  width: calc(22% - .9rem) !important;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .apartments-container {
  width: calc(26% - .9rem) !important;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .dates-container {
  width: calc(22% - .9rem) !important;
  margin: 0 !important;
  padding: 0 10px 0 0;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .check-out-wrapper {
  width: 48% !important;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .guests-wrap {
  width: calc(28% - .9rem) !important;
  float: none;
  margin: 0;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar #searchRates {
  margin-top: 0;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar #searchRates .search-glass {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar #searchRates .text {
  display: none;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .search-button-container {
  width: 4.3rem !important;
  padding: 0;
  margin: 1px 0 0 10px;
  height: 2.9rem;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .search-button-container span {
  margin-left: 4px;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .location-container--inner,
.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .apartments-container--inner,
.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar #searchBar form {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .location-container--inner,
.hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .apartments-container--inner {
  padding: 0 10px 0 0 !important;
}

.hero-home.seach-one-row select#apartments,
.hero-home.seach-one-row select#location {
  height: 3rem;
}

.hero-home.seach-one-row .search-container .location-container--inner > span svg,
.hero-home.seach-one-row .search-container .apartments-container--inner > span svg,
.hero-home.seach-one-row .search-container .dates-container--inner > span svg {
  margin-top: .65rem !important;
  width: 1.7rem;
  height: 1.7rem;
}

.hero-home.seach-one-row #searchBar .dates-container .check-out-wrapper #checkOutDate,
.hero-home.seach-one-row #searchBar .dates-container .flatpickr-wrapper input {
  height: 3rem !important;
  line-height: 3.05rem;
}

.hero-home.seach-one-row .search-container .apart-guests p.occupancy-details-guests,
.hero-home.seach-one-row .search-container .apart-guests p.occupancy-details-apartment {
  height: 3rem;
  line-height: 3rem;
  background: transparent;
}

.hero-home.seach-one-row .search-container .apart-guests p.occupancy-details-guests svg,
.hero-home.seach-one-row .search-container .apart-guests p.occupancy-details-apartment svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: .5rem !important;
  left: .7rem;
  position: absolute;
}

.hero-home.seach-one-row .search-container .apart-guests p.occupancy-details-guests svg path,
.hero-home.seach-one-row .search-container .apart-guests p.occupancy-details-apartment svg path {
  fill: #c7c7c7 !important;
}

.hero-home.seach-one-row .search-container .apart-guests p i {
  top: 1rem;
}

.hero-home.seach-one-row #searchBar .dates-container .flatpickr-wrapper .flatpickr-months input {
  height: auto !important;
  line-height: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 90% !important;
}

.hero-home.seach-one-row .search-button-container {
  height: 3rem;
}

.hero-home.seach-one-row .date-icon {
  width: 38px;
}

.hero-home.seach-one-row .search-container .guests-wrap {
  height: 3rem;
}

.hero-home .apartments-container,
.hero-home .location-container,
.dates-container,
.search-button-container,
select#apartments,
select#location,
.dates-container--inner.mobile {
  width: 100% !important;
  display: inline-block;
  border: 0px solid #a6a6a6 !important;
}

select#apartments,
select#location {
  border: 1px solid #dedddd !important;
  font-size: 1rem !important;
}

#checkOutDate {
  padding-left: 3rem !important;
  height: 98% !important;
  border: 1px solid #dedddd !important;
}

.flatpickr-wrapper,
.check-out-wrapper {
  width: calc(50% - 6px);
}

.flatpickr-wrapper input + input {
  width: calc(100% - 0.5rem) !important;
  font-weight: 100;
  padding-left: 2.7rem !important;
  border: 1px solid #dedddd !important;
}

.check-out-wrapper {
  width: 60% !important;
}

.dates-container--inner.mobile {
  background-color: transparent !important;
}

.dates-container .date-icon svg {
  margin-left: .7rem;
}

.hero-home .location-container--inner::after,
.hero-home .apartments-container--inner::before,
.hero-home .center-button-location,
#tooltipP,
.hero-home .search-modal,
.hero-home .row.sc-hero-row {
  display: none !important;
}

.overlay-screen.active {
  top: 0;
  left: 0;
  opacity: 0;
}

.location-container--inner,
.apartments-container--inner,
#searchBar form {
  background-color: #f0f0f0;
}

section.searchbar .date-icon.check-out {
  display: block;
  width: 50px;
}

.flatpickr-months .flatpickr-next-month svg {
  position: absolute;
  margin-top: 0;
}

#modalCloseBtn svg {
  height: 25px !important;
  width: 25px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-container .location-container svg,
.search-container .apartments-container svg,
.search-container .dates-container svg {
  margin-top: 18px !important;
}

.search-container .flatpickr-calendar svg {
  margin-top: 0 !important;
}

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

.search-container .d-flex.apart-guests {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: table;
}

.search-container .hide {
  display: none;
}

.search-container .range-date-desktop,
.search-container #checkOutDate {
  height: 59px !important;
}

.search-container .date-icon {
  z-index: 4;
}

.search-container .apart-guests p {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  margin: 0;
  background-color: white;
  font-size: 1rem;
  /* line-height: .5rem; */
  font-family: "Gotham Book";
  padding-left: 3srem !important;
  border: 1px solid #dedddd !important;
  height: 59px;
  line-height: 56px;
  text-align: left;
  margin-right: 10px !important;
  position: relative;
}

.search-container .apart-guests p i {
  position: absolute;
  left: .9rem;
  top: 20px;
  color: #c7c7c7 !important;
}

.search-container .apart-guests p.occupancy-details-guests {
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: auto;
  border: 0 !important;
  float: left;
  height: 3.5rem;
  line-height: 3.5rem;
}

.search-container .apart-guests p.occupancy-details-guests i {
  display: none;
}

.search-container .apart-guests p.occupancy-details-apartment {
  width: auto !important;
  margin-right: 0 !important;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  padding-left: 3rem;
  /* width: 70%; */
  border: 0 !important;
  float: left;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 8px;
}

.search-container .guests-wrap {
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid #dedddd !important;
  height: 3.66rem;
  background-color: white;
}

.search-container .guests-wrap b {
  font-weight: unset;
  font-family: 'Gotham Book';
  font-size: 1rem;
}

.search-container .search-widget-row--occupancy {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: white;
  z-index: 2;
  top: calc(100% + 7px);
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px #cccbcb;
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px #cccbcb;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  padding: 35px 15px 25px;
  overflow: hidden;
  width: 22rem;
  right: 0;
}

.search-container .search-widget-row--occupancy .search-glass {
  display: none !important;
}

.search-container .search-widget-row--occupancy .minus,
.search-container .search-widget-row--occupancy .plus {
  cursor: pointer;
}

.search-container .search-widget-row--occupancy .minus i,
.search-container .search-widget-row--occupancy .plus i {
  color: #f0ab00;
  font-size: 25px;
  line-height: 32px;
}

.search-container .search-widget-row--occupancy .minus.disable,
.search-container .search-widget-row--occupancy .plus.disable {
  pointer-events: none;
  opacity: 0.4;
}

.search-container .search-widget-row--occupancy .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-container .search-widget-row--occupancy .hide {
  display: none;
}

.search-container .search-widget-row--occupancy p {
  margin-right: 15px;
}

.search-container .search-widget-row--occupancy span {
  margin-right: 15px;
}

.search-container .search-widget-row--occupancy .minus {
  margin-left: 15px;
}

.search-container .search-widget-row--occupancy .room span {
  width: 35px;
  line-height: 40px;
}

.search-container .search-widget-row--occupancy .room p:first-child {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-top: 5px;
}

.search-container .search-widget-row--occupancy .apartment {
  margin-top: 20px;
}

.search-container .search-widget-row--occupancy .apartment > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-container .search-widget-row--occupancy .apartment > div span {
  width: 35px;
  line-height: 40px;
}

.search-container .search-widget-row--occupancy .apartment > div p {
  font-size: 18px;
}

.search-container .search-widget-row--occupancy .apartment > div p:first-child {
  width: 100%;
  text-align: left;
  padding-top: 5px;
}

.search-container .search-widget-row--occupancy .apartment h5 {
  text-align: left;
  font-size: 18px;
  font-family: 'Gotham Book';
  position: relative;
  background-color: white;
  display: table;
  overflow: visible;
  color: #acacac;
  margin-top: 0;
}

.search-container .search-widget-row--occupancy .apartment h5:after {
  left: 110%;
  content: '';
  width: 100vw;
  height: .1px;
  background: #acacac;
  top: 50%;
  position: absolute;
}

.search-container .search-widget-row--occupancy .close-guest {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}

.search-container .search-widget-row--occupancy .close-guest:before, .search-container .search-widget-row--occupancy .close-guest:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}

.search-container .search-widget-row--occupancy .close-guest:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-container .search-widget-row--occupancy .close-guest:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-container .search-widget-row--occupancy #searchRates {
  margin: auto;
  width: 100%;
  height: 2.9rem;
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 2.9rem;
  margin-top: 1rem !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.search-container .search-widget-row--occupancy #searchRates:hover {
  color: #000;
  background: #fff;
}

.search-container .search-widget-row--occupancy #searchRates:hover path:first-child {
  fill: black;
}

.search-container .search-widget-row--occupancy #searchRates .text {
  display: unset !important;
  margin: -8px 0 0 0 !important;
}

.search-container .flatpickr-wrapper {
  z-index: 3;
}

.search-container .qt-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-page-wilde-landing .not-home.hero-home {
  display: none !important;
}

.not-home.hero-home {
  height: unset !important;
  z-index: 9;
}

.not-home.hero-home.hero-ele.hero-form .search-wrap,
.not-home.hero-home.seach-one-row .hero-ele.hero-form .search-wrap {
  padding-top: 0 !important;
}

.not-home.hero-home.hero-ele.hero-form,
.not-home.hero-home.hero-home.seach-one-row .hero-ele.hero-form {
  padding: 0 !important;
}

.not-home.hero-home #searchBar {
  margin-top: 10rem !important;
}

.blog .not-home.hero-home, .page-template-single-local_attractions .not-home.hero-home, .page-template-page-city .not-home.hero-home {
  position: absolute;
  width: 100%;
  max-width: 71rem;
  height: 70px !important;
  top: 20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-template-single-local_attractions .not-home.hero-home, .page-template-page-city .not-home.hero-home {
  top: 520px;
}

.page-template-single-local_attractions .not-home.hero-home #searchBar, .page-template-page-city .not-home.hero-home #searchBar {
  margin-top: 10rem !important;
}

.new-carousel {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 44rem;
  max-height: 100%;
  width: 100vw;
  opacity: 0;
  display: block;
  background-color: black;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-animation: hero-slider 1s ease-in-out forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: hero-slider 1s ease-in-out forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  /* or: Xms */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.new-carousel .new-carousel-element {
  height: auto;
  width: 100vw;
  overflow: hidden;
  -webkit-transition: opacity .5s ease !important;
  transition: opacity .5s ease !important;
  padding: 0 !important;
  height: 100%;
}

.new-carousel .new-carousel-element img {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: unset;
  min-width: 100%;
  min-height: 100%;
}

.new-carousel .slick-list, .new-carousel .slick-track {
  height: 100%;
  width: 100%;
}

@-webkit-keyframes hero-slider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hero-slider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.click-open {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@media (min-width: 768px) {
  .blog .sc-hero-row.letterbox {
    height: 22rem !important;
  }
}

@media only screen and (max-width: 500px) {
  .not-home.hero-home header:not(.entry-header) {
    height: 65vh;
    min-height: 13rem;
    max-height: 75vh;
    margin-bottom: 36vh;
  }
  .not-home.hero-home #searchBar-sticky-wrapper #searchBar {
    margin-top: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .not-home.hero-home .slide-container,
  .not-home.hero-home #carousel {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }
  .not-home.hero-home #searchBar {
    margin-top: 28rem !important;
  }
  .page-template-page-wilde-landing .wilde-hero {
    height: 44rem !important;
    min-height: 44rem !important;
  }
}

@media only screen and (max-width: 1020px) {
  .hero-home,
  .hero-home.seach-one-row {
    display: block;
    background-color: #f0f0f0;
    overflow: visible;
    position: relative;
    height: 80vh;
    margin-bottom: 20px;
    z-index: 9;
  }
  .hero-home .hero-ele,
  .hero-home.seach-one-row .hero-ele {
    width: 100%;
  }
  .hero-home .hero-ele.hero-img,
  .hero-home.seach-one-row .hero-ele.hero-img {
    background-size: cover;
    position: absolute;
    margin: 0 !important;
    height: 100%;
  }
  .hero-home .hero-ele.hero-form,
  .hero-home.seach-one-row .hero-ele.hero-form {
    padding: 0;
  }
  .hero-home .hero-ele.hero-form .search-wrap,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap {
    top: 0%;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    left: 0%;
    padding: 0 20px;
    position: relative;
    padding-top: 10vh;
  }
  .hero-home .hero-ele.hero-form .search-wrap .form-title,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap .form-title {
    color: white;
    max-width: 530px;
    margin: 0 auto 20px;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar {
    height: auto !important;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar .apartments-container,
  .hero-home .hero-ele.hero-form .search-wrap #searchBar .location-container,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .apartments-container,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .location-container {
    width: 100% !important;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar .search-button-container,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .search-button-container {
    width: 100% !important;
    margin: 0 0 0 0;
    display: table;
    padding: 0 0px 0 0;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar #searchRates,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar #searchRates {
    padding: 5px;
    height: 3.24rem;
    line-height: 3.24rem;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar #searchRates .text,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar #searchRates .text {
    display: unset;
    line-height: 28px !important;
    margin: 0 0 0 0 !important;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar .guests-wrap,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .guests-wrap {
    margin-bottom: 10px;
    width: calc(100% - 0px) !important;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar .dates-container,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .dates-container {
    width: 100% !important;
    height: 3rem;
    margin-bottom: 8px !important;
    padding: 0;
    position: relative;
    z-index: 99;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar .dates-container .dates-container--inner.mobile,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .dates-container .dates-container--inner.mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 3rem !important;
    margin: 0 !important;
  }
  .hero-home .hero-ele.hero-form .search-wrap #searchBar .check-out-wrapper,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .check-out-wrapper {
    width: calc(100% - 80px) !important;
  }
  .hero-home .hero-ele.hero-form .search-wrap select#apartments,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap select#apartments {
    margin-bottom: 8px !important;
    padding-top: 2px !important;
  }
  .hero-home .hero-ele.hero-form .search-wrap select#location,
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap select#location {
    padding-top: 2px !important;
  }
  .hero-home label#rangeDateLabel2,
  .hero-home.seach-one-row label#rangeDateLabel2 {
    display: none !important;
  }
  .hero-home .hero-img,
  .hero-home.seach-one-row .hero-img {
    background-size: cover;
    /* height: 420px; */
    width: 100%;
    display: block;
    z-index: 0;
    /* margin-bottom: -270px; */
    background-position: center;
    position: absolute;
    height: 100%;
  }
  .hero-home .hero-inner-wrap,
  .hero-home.seach-one-row .hero-inner-wrap {
    z-index: 3;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
  }
  .hero-home .hero-ele.hero-img h1,
  .hero-home.seach-one-row .hero-ele.hero-img h1 {
    width: 100%;
    text-align: center;
    display: none;
  }
  .hero-home .hero-img:after,
  .hero-home.seach-one-row .hero-img:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
    content: '';
  }
  .hero-home .hero-ele.hero-form,
  .hero-home.seach-one-row .hero-ele.hero-form {
    z-index: 9;
    background-color: transparent;
    position: relative;
    height: auto;
    width: 100%;
    padding: 120px 0 50px;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    /* top: 120px; */
  }
  .hero-home .hero-form label#rangeDateLabel,
  .hero-home label#rangeDateLabel2,
  .hero-home.seach-one-row .hero-form label#rangeDateLabel,
  .hero-home.seach-one-row label#rangeDateLabel2 {
    display: none !important;
  }
  .hero-home .hero-ele.hero-img h1,
  .hero-home.seach-one-row .hero-ele.hero-img h1 {
    font-size: 40px;
  }
  .hero-home .searchbar,
  .hero-home.seach-one-row .searchbar {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    overflow: visible;
    /* margin-top: -200px; */
    /* z-index: 9; */
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-home #searchBar h1,
  .hero-home.seach-one-row #searchBar h1 {
    background-color: transparent;
    margin: 0;
    font-size: 48px;
    padding-bottom: 25px;
    padding-top: 20px;
    color: white;
  }
  .hero-home .page-template-page-family #searchBar,
  .hero-home.seach-one-row .page-template-page-family #searchBar {
    padding-right: 0px;
    background-color: transparent;
  }
  .hero-home #searchBar form,
  .hero-home.seach-one-row #searchBar form {
    padding: 4px 8px;
    border-radius: 5px;
    margin-bottom: 0px;
    display: block !important;
  }
  .hero-home span.select-icon.apartments svg,
  .hero-home.seach-one-row span.select-icon.apartments svg {
    margin-left: 0.8rem;
    margin-top: 6px !important;
  }
  .hero-home span.select-icon.apartments svg,
  .hero-home.seach-one-row span.select-icon.apartments svg {
    margin-left: 0.85rem;
    margin-top: 6px !important;
    width: 22px;
  }
  .hero-home .search-container .apart-guests p i,
  .hero-home.seach-one-row .search-container .apart-guests p i {
    left: 12px;
    top: 12px;
  }
  .hero-home .search-button-container button span.text,
  .hero-home.seach-one-row .search-button-container button span.text {
    height: 20px !important;
    line-height: 20px !important;
    padding-left: 2px !important;
    margin-top: 0 !important;
  }
  .hero-home #searchBar .dates-container .flatpickr-wrapper,
  .hero-home.seach-one-row #searchBar .dates-container .flatpickr-wrapper {
    border: 0 !important;
    height: auto;
    background: transparent;
    width: 80px !important;
    margin: 0 !important;
  }
  .hero-home #searchBar .dates-container,
  .hero-home.seach-one-row #searchBar .dates-container {
    margin-top: 4px;
    float: none;
  }
  .hero-home #searchBar .dates-container .check-out-wrapper #checkOutDate,
  .hero-home.seach-one-row #searchBar .dates-container .check-out-wrapper #checkOutDate {
    padding-top: 0;
    padding: 0 0 0 20px !important;
  }
  .hero-home #searchBar .dates-container .check-out-wrapper #checkOutDate:before,
  .hero-home.seach-one-row #searchBar .dates-container .check-out-wrapper #checkOutDate:before {
    content: '-';
    position: absolute;
    left: 0px;
  }
  .hero-home .check-out-wrapper,
  .hero-home.seach-one-row .check-out-wrapper {
    width: 50% !important;
  }
  .hero-home #searchBar .dates-container .flatpickr-wrapper input,
  .hero-home.seach-one-row #searchBar .dates-container .flatpickr-wrapper input {
    padding-top: 0 !important;
    height: 100% !important;
    margin: 0;
    border-radius: 0;
    vertical-align: unset;
    border: 0 !important;
    height: 3rem !important;
    border: 1px solid #dedddd !important;
    border-right: 0 !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-bottom: 0;
    margin-top: 0px !important;
    display: table;
    padding-top: 2px !important;
  }
  .hero-home .search-container .location-container--inner > span svg,
  .hero-home .search-container .apartments-container svg,
  .hero-home .search-container .dates-container--inner > span svg,
  .hero-home.seach-one-row .search-container .location-container--inner > span svg,
  .hero-home.seach-one-row .search-container .apartments-container svg,
  .hero-home.seach-one-row .search-container .dates-container--inner > span svg {
    margin-top: 7px !important;
    margin-left: 11px;
    width: 20px;
  }
  .hero-home .search-container .dates-container--inner > span svg,
  .hero-home.seach-one-row .search-container .dates-container--inner > span svg {
    margin-left: 2px;
    margin-top: 8px !important;
  }
  .hero-home .room p,
  .hero-home .room span,
  .hero-home.seach-one-row .room p,
  .hero-home.seach-one-row .room span {
    font-size: 12px !important;
    margin-right: 5px;
  }
  .hero-home .search-container .search-widget-row--occupancy,
  .hero-home.seach-one-row .search-container .search-widget-row--occupancy {
    width: 100vw;
    right: unset;
    max-width: 100%;
    padding: 25px 15px 15px !important;
  }
  .hero-home .search-container .search-widget-row--occupancy .apartment h5,
  .hero-home.seach-one-row .search-container .search-widget-row--occupancy .apartment h5 {
    text-align: left;
    font-size: 14px;
  }
  .hero-home .search-container .search-widget-row--occupancy .room span,
  .hero-home.seach-one-row .search-container .search-widget-row--occupancy .room span {
    width: 30px;
    margin-right: 0;
  }
  .hero-home .search-container .search-widget-row--occupancy .apartment > div span,
  .hero-home.seach-one-row .search-container .search-widget-row--occupancy .apartment > div span {
    width: 25px;
    line-height: 40px;
    font-size: 12px !important;
    margin-right: 0;
  }
  .hero-home .search-container .search-widget-row--occupancy .apartment > div p,
  .hero-home.seach-one-row .search-container .search-widget-row--occupancy .apartment > div p {
    font-size: 13px;
  }
  .hero-home .search-container .search-widget-row--occupancy p,
  .hero-home.seach-one-row .search-container .search-widget-row--occupancy p {
    margin-right: 10px;
    line-height: 3rem;
    height: 2rem;
  }
  .hero-home .after-select-icon,
  .hero-home.seach-one-row .after-select-icon {
    display: none;
  }
  .hero-home #searchBar .dates-container .flatpickr-wrapper .flatpickr-months input,
  .hero-home.seach-one-row #searchBar .dates-container .flatpickr-wrapper .flatpickr-months input {
    height: auto !important;
    margin-top: 0px !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    /* line-height: 8px !important; */
    line-height: 12px !important;
    padding-top: 0 !important;
  }
  .hero-home .flatpickr-months .flatpickr-next-month.flatpickr-next-month,
  .hero-home.seach-one-row .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    line-height: unset !important;
  }
  .hero-home .flatpickr-months .flatpickr-next-month svg,
  .hero-home .flatpickr-months .flatpickr-prev-month svg,
  .hero-home.seach-one-row .flatpickr-months .flatpickr-next-month svg,
  .hero-home.seach-one-row .flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px;
    position: relative;
    margin: 0 !important;
    top: 0;
    line-height: unset;
  }
  .hero-home .flatpickr-day,
  .hero-home.seach-one-row .flatpickr-day {
    height: 33px !important;
    line-height: 33px !important;
    font-size: 12px;
  }
  .hero-home .flatpickr-current-month span.cur-month,
  .hero-home.seach-one-row .flatpickr-current-month span.cur-month {
    font-weight: 400;
  }
  .hero-home .search-container .search-widget-row--occupancy .close-guest,
  .hero-home.seach-one-row .search-container .search-widget-row--occupancy .close-guest {
    height: 3.24rem;
    line-height: 3.24rem;
  }
  .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .location-container--inner, .hero-home.seach-one-row .hero-ele.hero-form .search-wrap #searchBar .apartments-container--inner {
    padding: 0 0 0 0 !important;
  }
  .blog .not-home.hero-home {
    background-color: transparent;
  }
  .blog .not-home.hero-home #searchBar {
    margin-top: -5rem !important;
  }
  .page-template-single-local_attractions .not-home.hero-home, .page-template-page-city .not-home.hero-home {
    top: 110px;
    background: transparent;
    height: 0 !important;
  }
  .search-container .search-widget-row--occupancy .close-guest {
    height: 20px !important;
    right: 6px;
    top: 8px;
  }
  .search-container .search-widget-row--occupancy .close-guest:before, .search-container .search-widget-row--occupancy .close-guest:after {
    height: 15px;
  }
  .page-template-single-local_attractions header:not(.entry-header).letterbox, .page-template-single-local_attractions header:not(.entry-header).search-modal, .page-template-single-local_attractions header.search-modal, .page-template-single-local_attractions header, .page-template-page-city header:not(.entry-header).letterbox, .page-template-page-city header:not(.entry-header).search-modal, .page-template-page-city header.search-modal, .page-template-page-city header {
    height: 420px !important;
    min-height: 29rem;
    margin: 0 !important;
    max-height: 420px !important;
  }
  .page-template-single-local_attractions #carousel, .page-template-page-city #carousel {
    height: 100%;
    max-height: 100% !important;
  }
  .flatpickr-wrapper input + input {
    padding-left: 3rem !important;
  }
  .search-container .search-widget-row--occupancy .apartment > div p:first-child, .search-container .search-widget-row--occupancy .room p:first-child {
    padding-top: 0;
  }
  .search-container.modal.open {
    position: fixed !important;
    margin-top: 120px !important;
    max-width: 90% !important;
  }
  .overlay-screen.active {
    opacity: 1;
  }
}

.centre-wrap {
  max-width: 70rem;
  width: 100%;
  position: relative;
}

.centre-wrap.middle {
  margin: 0 auto;
  padding: 85px 20px;
}

.centre-wrap h2 {
  color: black;
  font-family: Gotham Black;
  font-size: 3rem;
  margin-left: 25px;
  margin-bottom: 10px;
  padding-right: 7.5rem;
}

.centre-wrap .arrow-wrap {
  position: absolute;
  width: 7rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  right: 29px;
  top: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.centre-wrap .arrow-wrap div {
  overflow: visible;
}

.centre-wrap .arrow-wrap div.slick-disabled svg {
  cursor: default;
  opacity: 0.4;
}

.centre-wrap .arrow-wrap div svg {
  width: 3rem;
  height: 2rem;
  cursor: pointer;
}

.slider1.slider-container {
  overflow-y: hidden;
}

.slider1.slider-container .slick-list.draggable {
  padding: 0 !important;
  overflow-y: hidden;
}

.slider1.slider-container h3 {
  color: black;
  font-family: Gotham Black;
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-bottom: 1.6rem;
}

.slider1.slider-container p {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.slider1.slider-container .slick-slide {
  display: block;
  height: inherit !important;
  border-radius: 20px;
  margin: 30px 20px;
  -webkit-box-shadow: 0px 0px 18px -1px #cdcdcd;
  box-shadow: 0px 0px 18px -1px #cdcdcd;
  position: relative;
}

.slider1.slider-container .slick-slide .slider_ele {
  border-radius: 20px;
}

.slider1.slider-container .slick-slide .slider_ele .slider_img {
  height: 13rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider1.slider-container .slick-slide .slider_ele .text_wrap_inner {
  padding: 20px 30px 110px;
}

.slider1.slider-container .slick-slide .slider_ele a {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: calc(100% - 60px);
  /* background-color: black; */
  color: black;
  text-align: center;
  text-decoration: none;
  font-family: 'Gotham Medium';
  padding: 0 15px;
  border-radius: 10px;
  border: 2px solid black;
  font-size: 1.1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 3rem;
  line-height: 2.8rem;
}

.slider1.slider-container .slick-slide .slider_ele a:hover {
  background-color: black;
  color: white;
}

.slider1.slider-container .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 990px) {
  .centre-wrap.middle {
    padding: 30px 0px;
  }
  .centre-wrap.middle h2 {
    padding-right: 0;
  }
  .centre-wrap.middle .arrow-wrap {
    display: none;
  }
  .slider1 ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1rem 0;
  }
  .slider1 ul.slick-dots li {
    margin: 0 0.25rem;
  }
  .slider1 ul.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 2px solid #a4a4a4;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
  }
  .slider1 ul.slick-dots button ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1rem 0;
  }
  .slider1 ul.slick-dots button ul.slick-dots li {
    margin: 0 0.25rem;
  }
  .slider1 ul.slick-dots button ul.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 2px solid #a4a4a4;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    display: block !important;
  }
  .slider1 ul.slick-dots button ul.slick-dots li.slick-active button {
    background-color: #d2d2d2;
  }
  .slider1 ul.slick-dots li.slick-active button {
    background-color: #d2d2d2;
  }
  .slider1.slider-container .slick-list.draggable {
    padding: 0 0 0 8.5% !important;
  }
  .slider1.slider-container .slick-slide {
    margin: 20px 7px !important;
    padding: 0;
    -webkit-box-shadow: 0px 0px 12px -1px #dadada;
            box-shadow: 0px 0px 12px -1px #dadada;
  }
  .slider1 p {
    margin: 5px 0px;
    line-height: 22px;
  }
}

.banner-promo {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 460px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: unset !important;
  background-position: center;
}

.banner-promo.banner-promo-mobile {
  display: none;
}

.banner-promo-text {
  max-width: 70rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner-promo-text h2 {
  font-family: 'Gotham Black';
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 25px;
}

.banner-promo-text p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-family: 'Gotham book';
}

.banner-promo-text a {
  font-family: 'Gotham Medium';
  font-size: 22px;
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 20px;
  display: table;
  margin: 30px auto 0;
  min-width: 280px;
  border-radius: 15px;
  letter-spacing: .8px;
  border: 1px solid black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.banner-promo-text a:hover {
  background-color: transparent;
  color: black;
}

.banner-promo-text-inner {
  width: 70%;
  padding: 70px 50px;
  text-align: center;
}

@media only screen and (max-width: 1020px) {
  .banner-promo {
    display: none;
  }
  .banner-promo.banner-promo-mobile {
    display: block;
  }
  .banner-promo.banner-promo-mobile .banner-promo-mobile-bg {
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  .banner-promo.banner-promo-mobile .banner-promo-text-inner {
    width: 100%;
    padding: 50px 30px 30px;
    text-align: center;
  }
}

.large-wrap {
  position: relative;
}

.large-wrap #right-arrow-big {
  position: absolute;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  right: 2rem;
  overflow: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_big {
  margin: 60px 0;
  overflow-y: hidden;
}

.slider_big .slick-prev {
  display: none !important;
}

.slider_big .slick-next {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  padding: 0;
  background: transparent;
  color: transparent;
}

.slider_big .slick-next::after {
  content: '';
  height: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  /* right: 0; */
  color: black;
  font-size: 50px;
  top: 0;
}

.slider_big .slick-next i {
  font-size: 60px;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* z-index: 20; */
  color: black;
}

.slider_big .slick-list.draggable {
  padding: 0 !important;
  overflow-y: hidden;
}

.slider_big .slider_big_ele {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.slider_big .slider_big_ele .slider_big_img {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  /* float: left; */
  background-size: cover;
  background-position: center;
}

.slider_big .slider_big_ele .slider_big_text {
  padding: 60px 85px 60px 60px;
  min-height: 500px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.slider_big .slider_big_ele .slider_big_text > * {
  max-width: 80%;
}

.slider_big .slider_big_ele .slider_big_text h3 {
  font-size: 2.3rem;
  font-family: Gotham Black;
  line-height: 2.8rem;
  margin-bottom: 35px;
}

.slider_big .slider_big_ele .slider_big_text p {
  font-size: 1.3rem;
  font-family: Gotham Book;
  line-height: 1.8rem;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  #right-arrow-big {
    display: none !important;
  }
  .slider_big {
    margin: 40px 0;
  }
  .slider_big .slider_big_ele {
    display: block !important;
    width: 100%;
    padding: 0 30px;
  }
  .slider_big .slider_big_ele > div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .slider_big .slider_big_ele > div > * {
    max-width: 100% !important;
  }
  .slider_big .slider_big_ele .slider_big_img {
    height: 200px;
  }
  .slider_big .slider_big_ele .slider_big_text {
    padding: 20px 0px;
    min-height: unset;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .slider_big .slider_big_ele .slider_big_text h3 {
    margin-bottom: 20px;
  }
  .slider_big .slick-slide {
    display: block;
    padding: 0;
  }
  .slider_big i {
    display: none;
  }
  .slider_big ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1rem 0;
  }
  .slider_big ul.slick-dots li {
    margin: 0 0.25rem;
  }
  .slider_big ul.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 2px solid #a4a4a4;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
  }
  .slider_big ul.slick-dots li.slick-active button {
    background-color: #d2d2d2;
  }
  .hero-home span.select-icon.location svg {
    margin-left: 0.8rem;
    width: 20px;
    margin-top: 7px !important;
  }
}

section.sc-navigation nav {
  max-width: 70rem !important;
}

#apartments-dropdown {
  padding: 15px;
  left: 50%;
  margin-top: 30px;
  left: 50%;
  background-color: white;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px #cccbcb;
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px #cccbcb;
}

#apartments-dropdown * {
  text-transform: none;
}

#apartments-dropdown .new-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#apartments-dropdown .new-menu .menu-inner {
  position: relative;
}

#apartments-dropdown .new-menu .menu-inner.menu-wilde:after {
  content: '';
  position: absolute;
  left: 0px;
  height: calc(100% - 14px);
  width: 1px;
  background-color: #6e6b6b;
  top: 7px;
}

#apartments-dropdown h4 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Gotham Black';
  font-size: 18px;
  color: black;
}

#apartments-dropdown a {
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: black;
}

#apartments-dropdown a:hover {
  color: #f0ab00;
}

#signup input[type=submit] {
  height: 40px;
}

#signup input[type=email] {
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  #apartments-dropdown {
    left: 0;
    margin-top: 17px;
    height: auto;
  }
  #apartments-dropdown .new-menu {
    display: block;
  }
  #apartments-dropdown .new-menu .menu-inner {
    margin-bottom: 20px;
  }
  #apartments-dropdown .new-menu .menu-inner.menu-wilde:after {
    display: none;
  }
  #apartments-dropdown.sc-subnav-items a {
    padding: 5px 20px 0;
  }
  #apartments-dropdown .sc-mob-close {
    display: none;
  }
  #apartments-dropdown.sc-subnav-items li {
    display: table;
    float: left;
    width: 50%;
  }
  #apartments-dropdown.sc-subnav-items li.sc-mob-close {
    width: 100%;
  }
  .phone-reservations span.icon svg {
    padding-top: 2px !important;
    padding-right: 0px;
    margin: 8px 5px 0 0;
  }
}

.banner-wilde {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.banner-wilde .banner-wilde-text {
  margin: 0 auto;
  display: block;
  max-width: 70rem;
  width: 100%;
  padding: 80px 20px;
  overflow: visible;
}

.banner-wilde .banner-wilde-text h2 {
  max-width: 820px;
  width: 100%;
  font-size: 3.8rem;
  color: white;
  line-height: 4.4rem;
  font-family: Lato;
}

.banner-wilde .banner-wilde-text h2 strong, .banner-wilde .banner-wilde-text h2 b {
  font-family: Lato;
}

.banner-wilde .banner-wilde-text a {
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  padding: 20px 35px;
  border: 2px solid white;
  display: table;
  border-radius: 10px;
  margin-top: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Lato;
  position: relative;
  padding-right: 6rem;
}

.banner-wilde .banner-wilde-text a svg {
  position: absolute;
  height: 4rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.banner-wilde .banner-wilde-text a:hover {
  background-color: white;
  color: black;
}

.banner-wilde .banner-wilde-text a:hover svg {
  fill: black;
}

@media only screen and (max-width: 1020px) {
  .banner-wilde .banner-wilde-text {
    margin: 0 auto;
    display: block;
    max-width: 70rem;
    width: 100%;
    padding: 60px 30px;
    overflow: visible;
  }
}

.video-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff4de;
  padding: 80px 0;
}

.video-section .video-ele {
  width: 50%;
}

.video-section .video-ele.video-video {
  height: 400px;
  position: relative;
  background-color: black;
  overflow-y: hidden;
}

.video-section .video-ele.video-video .video-bg {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow-y: hidden;
}

.video-section .video-ele.video-video iframe {
  overflow: hidden;
  max-width: unset;
  width: 100%;
  min-height: unset;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-section .video-ele.video-video svg {
  position: absolute;
  z-index: 2;
  fill: white;
  width: 12rem;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.video-section .video-ele.video-video svg:hover {
  -webkit-transform: scale(1.2) translate(-40%, -40%);
          transform: scale(1.2) translate(-40%, -40%);
}

.video-section .video-ele.video-video i {
  font-size: 6.8rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.video-section .video-ele .video-text-wrap {
  max-width: 35rem;
  width: 100%;
  margin-left: auto;
  display: table;
  padding: 0 35px 0 20px;
  height: 100%;
}

.video-section .video-ele .video-text-wrap .video-centre-text {
  display: table-cell;
  vertical-align: middle;
}

.video-section .video-ele .video-text-wrap .video-centre-text > * {
  max-width: 80%;
  width: 100%;
}

.video-section .video-ele .video-text-wrap h2 {
  font-size: 2.4rem;
  font-family: Gotham Black;
}

.video-section .video-ele .video-text-wrap p {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2.0rem;
}

@media only screen and (max-width: 1020px) {
  .video-section {
    display: block;
    background-color: transparent;
    padding: 40px 0;
  }
  .video-section .video-ele {
    width: 100%;
  }
  .video-section .video-ele .video-text-wrap {
    margin-bottom: 35px;
    padding: 0 30px;
    max-width: 100%;
  }
  .video-section .video-ele .video-text-wrap p {
    margin: 20px 0 0;
  }
  .video-section .video-ele.video-video {
    height: 280px;
  }
}

.slide-d {
  position: relative;
}

.slide-d h2 {
  padding: 0;
  margin: 0 0 50px;
  text-align: center;
}

.slide-d .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  overflow: visible;
  top: calc(50% + 2.5rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.slide-d .slick-arrow#prev-arrow-d {
  left: 0;
}

.slide-d .slick-arrow#right-arrow-d {
  right: 0;
}

.slider-dest {
  padding: 0 60px;
  overflow-y: hidden;
}

.slider-dest .slick-list.draggable {
  padding: 0 !important;
  overflow-y: hidden;
}

.slider-dest .slick-slide {
  display: block;
  height: inherit !important;
  border-radius: 0px;
  margin: 30px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.slider-dest .slick-slide .slider_dest_img {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.slider-dest .slick-slide .slider_dest_img.coming-disable {
  pointer-events: none;
}

.slider-dest .slick-slide .slider_dest_img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.slider-dest .slick-slide .slider_dest_img .coming-wrap {
  display: none;
}

.slider-dest .slick-slide .slider_dest_img .coming-wrap.coming-soon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.slider-dest .slick-slide .slider_dest_img .coming-wrap.coming-soon span {
  position: absolute;
  color: white;
  font-size: 1.3rem;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Gotham Medium';
}

.slider-dest .slick-slide p {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.4rem;
}

.slider-dest .slick-next {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  padding: 0;
  background: transparent;
  color: transparent;
}

.slider-dest .slick-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  padding: 0;
  background: transparent;
  color: transparent;
}

.slider-dest i {
  color: black;
  font-size: 3rem;
}

@media only screen and (max-width: 990px) {
  .slide-d.centre-wrap.middle {
    padding: 20px 0px;
  }
  .slide-d h2 {
    margin: 0 0 30px;
  }
  .slide-d .slick-arrow {
    width: 3rem;
    height: 3rem;
    top: calc(50%);
  }
  .slider-dest {
    padding: 0px 35px;
  }
  .slider-dest .slick-slide p {
    margin: 10px 0 25px;
  }
  .slider-dest .slick-next {
    right: 0px;
  }
  .slider-dest .slick-prev {
    left: 10px;
  }
  .slider-dest ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1rem 0;
  }
  .slider-dest ul.slick-dots li {
    margin: 0 0.25rem;
  }
  .slider-dest ul.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 2px solid #a4a4a4;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
  }
  .slider-dest ul.slick-dots li.slick-active button {
    background-color: #d2d2d2;
  }
  .slider-dest .slick-slide {
    margin: 0px 10px;
  }
}
/*# sourceMappingURL=main2021.css.map */