<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wix-hotels {
  line-height: 1.4;
}
#wix-hotels label {
  margin: 0;
}

#wix-hotels .wix-hotels--search-widget {
  width: 100%;
  margin-bottom: 2em;
}
#wix-hotels .wix-hotels--search-widget::after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#wix-hotels .wix-hotels--search-widget label {
  display: block;
}

#wix-hotels .wix-hotels--search-widget--field {
  float: left;
}

#wix-hotels .wix-hotels--search-widget--field--check-in,
#wix-hotels .wix-hotels--search-widget--field--check-out {
  width: 25%;
}

#wix-hotels .wix-hotels--search-widget--field--adults,
#wix-hotels .wix-hotels--search-widget--field--children {
  width: 15%;
}

#wix-hotels .wix-hotels--search-widget--submit {
  float: left;
  width: 20%;
}

#wix-hotels .wix-hotels--search-widget--field input,
#wix-hotels .wix-hotels--search-widget--submit button {
  font-size: 100%;
  height: 3em;
  padding: .5em .5em;
  box-sizing: border-box;
}

#wix-hotels .wix-hotels--search-widget--field input {
  width: calc(100% - .5em);
}
#wix-hotels .wix-hotels--search-widget--submit button {
  width: 100%;
  border: 0 none;
  text-align: center;
}


#wix-hotels .wix-hotels--rooms {}


#wix-hotels .wix-hotels--rooms--separator {
  text-align: center;
}
#wix-hotels .wix-hotels--rooms--separator hr {
  display: inline-block;
  width: 25%;
  margin: 2em 0;
}

#wix-hotels .wix-hotels--room::after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#wix-hotels .wix-hotels--room label {
  font-weight: 700;
}

#wix-hotels .wix-hotels--room img {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
}

#wix-hotels .wix-hotels--room img,
#wix-hotels .wix-hotels--room--title {
  cursor: pointer;
}

#wix-hotels .wix-hotels--room--price,
#wix-hotels .wix-hotels--room .price {
  font-size: 250%;
  margin-bottom: .5em;
  line-height: 1;
}

#wix-hotels .wix-hotels--room--price--prefix,
#wix-hotels .wix-hotels--room--price--suffix {
  display: block;
  font-size: 35%;
}

#wix-hotels .wix-hotels--room .metadata {
  box-sizing: border-box;
  width: 33%;
  padding-left: 2em;
  display: inline-block;
  vertical-align: middle;
}

#wix-hotels .wix-hotels--room--description,
#wix-hotels .wix-hotels--room--amenities {
  clear: both;
}

#wix-hotels .wix-hotels--room--amenities {
  padding-top: 1.5em;
}

#wix-hotels .wix-hotels--room--amenities label {
  display: block;
  margin-bottom: .5em;
}

#wix-hotels .wix-hotels--room--description {
  margin-top: 1em;
}


.wix-hotels--single-room {}

.wix-hotels--single-room .wix-hotels--back {
  box-shadow: none;
  border-bottom: none;
}

.wix-hotels--single-room .wix-hotels--single-room--gallery {
  width: 100%;
  margin: 1.875em 0;
}

.wix-hotels--single-room--gallery .wix-hotels--header-image {
  width: 71.5%;
}

.wix-hotels--single-room--gallery .wix-hotels--thumbnails {
  width: 28.5%;
  display: inline-block;
  vertical-align: top;
}

.wix-hotels--single-room--gallery .wix-hotels--thumbnail {
  width: 48%;
  margin: 0 0 2% 2%;
  cursor: pointer;
}

#wix-hotels .wix-hotels--single-room--title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 66%;
}

.wix-hotels--single-room .metadata {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  text-align: right;
}
.wix-hotels--single-room .metadata .price {
  font-size: 250%;
  margin: 0;
}

#wix-hotels .wix-hotels--single-room--price {
  text-align: right;
  line-height: 1;
}
.wix-hotels--single-room--price--prefix,
.wix-hotels--single-room--price--suffix {
  display: block;
  font-size: 35%;
}

.wix-hotels--single-room .wix-hotels--header-section {
  font-size: 1em;
  margin: 0 0 .5em 0;
}

.wix-hotels--single-room .wix-hotels--content-block {
  margin-bottom: 1.875em;
}

.wix-hotels--single-room .wix-hotels--amenities-list {
  list-style: none;
}

.wix-hotels--book-now--button {
  padding: 1em;
}


@-webkit-keyframes pulse {
  0% { transform: scale(.2) }
  100% { transform: scale(1.3); }
}
@-moz-keyframes pulse {
  0% { transform: scale(.2) }
  100% { transform: scale(1.3); }
}
@keyframes pulse {
  0% { transform: scale(.2) }
  100% { transform: scale(1.3); }
}

#wix-hotels .wix-hotels--loader {
  height: 8px;
  margin: 0 auto;
  text-align: center;
}
#wix-hotels .wix-hotels--loader--part {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: black;
  margin: 0 4px;
  transform: scale(.2);
  -webkit-animation: .4s ease-out infinite alternate pulse;
  -moz-animation: .4s ease-out infinite alternate pulse;
  animation: .4s ease-out infinite alternate pulse;
}
#wix-hotels .wix-hotels--loader--part:nth-child(1) {
  -webkit-animation-delay: .0s;
  -moz-animation-delay: .0s;
  animation-delay: .0s;
}
#wix-hotels .wix-hotels--loader--part:nth-child(2) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s
}
#wix-hotels .wix-hotels--loader--part:nth-child(3) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}
#wix-hotels .wix-hotels--loader--part:nth-child(4) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 435px) {
  #wix-hotels .wix-hotels--room img,
  #wix-hotels .wix-hotels--room .metadata {
    width: 100%;
  }

  #wix-hotels .wix-hotels--room .metadata {
    padding-left: 0;
  }

  #wix-hotels .wix-hotels--search-widget--field input {
    width: 100%;
  }

  #wix-hotels .wix-hotels--search-widget--field--check-in,
  #wix-hotels .wix-hotels--search-widget--field--check-out {
    margin-bottom: .5em;
  }

  #wix-hotels .wix-hotels--search-widget--field--check-in,
  #wix-hotels .wix-hotels--search-widget--field--check-out,
  #wix-hotels .wix-hotels--search-widget--field--adults,
  #wix-hotels .wix-hotels--search-widget--field--children {
    width: calc(50% - .25em);
  }

  #wix-hotels .wix-hotels--search-widget--field--check-in,
  #wix-hotels .wix-hotels--search-widget--field--adults {
    margin-right: .5em;
  }

  #wix-hotels .wix-hotels--search-widget--submit {
    width: 100%;
  }
}
</pre></body></html>