


@media all and (max-width: 479px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 700px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (max-width: 599px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 800px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1000px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1100px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}

@media all and (min-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}


/* Before After Container */

.bal-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bal-beforePosition {
    background: #121212;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.bal-afterPosition {
    background: #121212;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.bal-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.bal-handle::after {
    top: 50%;
    margin-top: 20.5px;
    box-shadow: 0 0 5px rgb(12, 12, 12);
}

.bal-handle::before,
.bal-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}





/* NEW */
@import url("../vendors/bootstrap.min.css");
@import url("../vendors/swiper.min.css");
@import url("../vendors/nouislider.min.css");
@import url("../vendors/flatpickr.css");
@import url("../vendors/photoswipe.css");
@import url("../vendors/animate.css");
@import url("../vendors/credit-card.css");
@import url("../icons/style.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&display=swap");
/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 3.4rem;
}

/* Logo */
.logo-link {
  display: block;
}

.logotype {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .logotype {
    width: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .logotype {
    width: 80px;
  }
}

.logoload {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .logoload {
    width: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .logoload {
    width: 120px;
  }
}

/* Navbar */
.navbar {
  border-bottom: 1px solid rgba(169, 172, 181, 0.2);
  padding: 1rem 3.5rem;
}
@media only screen and (max-width: 1200px) {
  .navbar {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .navbar {
    height: 5rem;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .navbar {
    height: 3.15rem;
    padding: 0 15px;
  }
}
.navbar__menu {
  line-height: 0;
}
.navbar-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.navbar .nav {
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .navbar .nav {
    display: none;
    background: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
}
@media only screen and (min-width: 993px) {
  .navbar .nav {
    display: flex !important;
  }
}
.navbar .nav__item {
  margin-right: 2.5rem;
  position: relative;
}
.navbar .nav__item:nth-last-child(2) {
  margin-right: 0;
}
.navbar .nav__item:last-child {
  display: none;
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .navbar .nav__item:last-child {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .navbar .nav__item {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .navbar .nav__item {
    margin: .7rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .nav__item {
    opacity: 1 !important;
    transform: none !important;
  }
}
.navbar .nav__item.is-current .nav__link {
  color: #c9a96a;
}
.navbar .nav__item.is-current::before {
  content: '';
  background-color: #c9a96a;
  height: 1.5px;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .navbar .nav__item.is-current::before {
    display: none;
  }
}
.navbar .nav__link {
  color: #2C3F58;
  display: block;
  line-height: 1.1;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .navbar .nav__link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .navbar .nav__link {
    font-size: 1.4rem;
  }
}
.navbar .nav__link:hover span {
  transform: translateY(-100%);
}
@media only screen and (max-width: 992px) {
  .navbar .nav__link:hover span {
    color: #c9a96a;
    transform: translateY(0);
  }
}
.navbar .nav__link span {
  display: inline-block;
  position: relative;
  transition: transform .2s ease-in-out;
}
.navbar .nav__link span::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 100%;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 992px) {
  .navbar__btn {
    display: none;
  }
}
.navbar-white {
  border: 0;
  padding: 1.5rem 3.5rem;
}
@media only screen and (max-width: 1200px) {
  .navbar-white {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-white {
    height: 5rem;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .navbar-white {
    height: 3.15rem;
    padding: 0 15px;
  }
}
.navbar-white .nav__item.is-current::before {
  background-color: #fff;
}
.navbar-white .nav__item.is-current .nav__link {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .navbar-white .nav__item.is-current .nav__link {
    color: #2C3F58;
  }
}
.navbar-white .nav__link {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .navbar-white .nav__link {
    color: #2C3F58;
  }
}
.navbar-white .hamburger span {
  background-color: #fff;
}

.is-sticky {
  box-shadow: 0px 24px 64px rgba(44, 63, 88, 0.06);
  border: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}
.is-sticky.show {
  opacity: 1;
  transform: translateY(0);
}
.is-sticky.hide {
  opacity: 0;
  transform: translateY(-100%);
}

/* Hamburger */
.hamburger {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
  height: 24px;
  width: 24px;
  z-index: 10;
}
.hamburger:focus {
  outline: none;
}
@media only screen and (min-width: 993px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  background-color: #2C3F58;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger span:nth-of-type(1) {
  top: 6px;
}
.hamburger span:nth-of-type(2) {
  top: 16px;
}
.hamburger.is-active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.hamburger.is-active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
}

.open-nav .hamburger span {
  background-color: #2C3F58;
}

/* -----------------------------------------------------------------
    - Sub Header
----------------------------------------------------------------- */
.sub-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(169, 172, 181, 0.2);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  transition: all .3s ease-in-out;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sub-header {
    justify-content: flex-start;
  }
}
.sub-header .form-group {
  margin-bottom: 0;
}
.sub-header #price {
  width: 120px;
}
.sub-header #priceRange {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .sub-header #priceRange {
    margin-top: .6rem;
  }
}
.sub-header #dropdownPriceAction {
  min-width: 224px;
}
.sub-header #person-adult, .sub-header #person-kids {
  min-width: 110px;
}

@media only screen and (max-width: 576px) {
  .filters-room {
    display: none;
  }
}

/* Mobile filters */
.bottom-nav {
  background-color: #fff;
  box-shadow: 0 0 64px rgba(44, 63, 88, 0.1);
  border-radius: 18px 18px 0 0;
  height: calc(100% - 2.5rem);
  margin-top: 2.5rem;
  position: fixed;
  bottom: 0;
  z-index: 11;
  transform: translateY(calc(100% - 30px));
  transition: transform .3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 576px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 1.5rem;
  padding: 1.2rem 0;
  position: relative;
}
.bottom-nav__control::before, .bottom-nav__control::after {
  content: '';
  background-color: #dfdfdf;
  border-radius: 4px;
  height: 3px;
  position: absolute;
  width: 1.5rem;
  transition: transform .4s ease-in-out;
}
.bottom-nav__control::before {
  transform: rotate(20deg) translateX(-47%);
}
.bottom-nav__control::after {
  transform: rotate(-20deg) translateX(47%);
}
.bottom-nav.open {
  transform: translateY(0);
}
.bottom-nav.open .bottom-nav__control::before {
  transform: rotate(0) translateX(-47%);
}
.bottom-nav.open .bottom-nav__control::after {
  transform: rotate(0) translateX(47%);
}
.bottom-nav .container {
  height: 100%;
  overflow: auto;
  padding-bottom: 2.5rem;
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(169, 172, 181, 0.2);
  margin-top: 6.8rem;
  padding: 1.6rem 3.5rem;
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 1.6rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .footer {
    margin-top: 2rem;
    padding: 1rem 15px;
    justify-content: center;
  }
}
.footer__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
}
@media only screen and (max-width: 992px) {
  .footer .logotype {
    width: 142px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .logotype {
    width: 120px;
  }
}
.footer__info {
  font-size: 1rem;
  color: #A9ACB5;
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .footer__info {
    font-size: .9375rem;
  }
}
@media only screen and (max-width: 576px) {
  .footer__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .875rem;
    text-align: center;
  }
}
.footer__info li {
  margin-right: 2.5rem;
}
.footer__info li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .footer__info li {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .footer__info li {
    margin-bottom: .2rem;
    margin-right: 0;
  }
}
.footer__info a {
  color: #A9ACB5;
}
.footer__info a:hover {
  color: #c9a96a;
}
.footer .copyright {
  padding-left: 6rem;
  position: relative;
}
.footer .copyright::before {
  content: '';
  background-color: #2C3F58;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  width: 3rem;
}
@media only screen and (max-width: 992px) {
  .footer .copyright {
    padding-left: 3rem;
  }
  .footer .copyright::before {
    left: .5rem;
    width: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    display: none;
  }
}
.footer__social {
  list-style: none;
  margin-bottom: 0;
  line-height: 0;
  padding: 0;
}
.footer__social li {
  display: inline-block;
  margin-left: 1.5rem;
}
.footer__social li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 576px) {
  .footer__social li {
    margin-left: 1rem;
  }
}
.footer .social-link {
  font-size: 1.25rem;
  color: #2C3F58;
  display: block;
  line-height: 0;
}
.footer .social-link:hover {
  color: #c9a96a;
}
@media only screen and (max-width: 992px) {
  .footer .social-link {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer .social-link {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .footer .social-link {
    margin-top: .8rem;
  }
}
@media only screen and (max-width: 576px) {
  .footer.fixed-bottom {
    position: relative;
  }
}
