<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
LESS CMS39 compiler 
lessc -x style.less &gt; style.css
lessc main.less main.css
*/
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&amp;display=swap');
@media (min-width: 768px) {
  .room-link {
    bottom: 15px;
  }
  .slider-area .slider-area-reservation {
    margin: inherit !important;
    position: absolute !important;
    width: 280px;
    margin-top: 20px !important;
  }
  .slider-area .slider-area-reservation .slider-area-left {
    height: 100%;
  }
  .slider-area .slider-area-slider {
    margin-left: 130px;
  }
}
@media (min-width: 992px) {
  .room-area-one {
    width: 50% !important;
    margin: 0 auto -100px auto !important;
  }
  .slider-area .slider-area-reservation {
    position: absolute !important;
    width: 300px;
    margin-top: 30px;
  }
  .slider-area .slider-area-reservation h2 {
    display: block;
  }
  .slider-area .slider-area-slider {
    margin-left: 250px;
  }
}
@media (min-width: 1200px) {
  .slider-area .slider-area-reservation {
    position: absolute !important;
    width: 350px;
    margin-top: 40px;
  }
  .slider-area .slider-area-slider {
    margin-left: 300px;
  }
}
@media (max-width: 767.98px) {
  .room-details {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .room-details {
    padding: 0 !important;
  }
  .room-details .room-icons {
    margin: 11px 0 !important;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.wave1 {
  display: inline-block;
  background-image: url("img/wave1.png");
  width: 98px;
  height: 51px;
  background-repeat: no-repeat;
}
.wave2 {
  display: inline-block;
  background-image: url("img/wave2.png");
  width: 94px;
  height: 17px;
  background-repeat: no-repeat;
}
.hostsThumbnail {
  width: 200px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.room-area-two {
  max-width: 950px;
  margin: 0 auto;
}
.room-area-one {
  max-width: 500px;
  background: #ffffff;
  margin: 0 auto 30px auto;
  z-index: 5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.slider-area {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
}
.slider-area .slider-area-reservation {
  order: 2;
  z-index: 5;
  margin: -50px 20px 0 20px;
}
.slider-area .slider-area-slider {
  order: 1;
}
.slider-area .mySwiperHero {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.slider-area .slider-hero-text {
  color: #f1f0f0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 60px;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 100;
  width: 80%;
}
.slider-area .slider-area-left {
  top: 50px;
  z-index: 2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-area .slider-area-left h2 {
  font-size: 1.5rem;
  line-height: 1.4rem;
  font-weight: 700;
}
.slider-area .slider-area-left h4 {
  font-weight: 200;
  line-height: 0.9rem;
  font-size: 1.05rem;
}
body {
  background: #ffffff;
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}
.room-detail .reservationBtn {
  margin: 0 auto;
}
.reservationBtn {
  background: #e1bb00;
  color: #ffffff;
  width: 100%;
  text-align: center;
  max-width: 200px;
}
.cms39_gmap {
  width: 100%;
  height: 300px;
}
.post {
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 200;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #e1bb00;
}
.highlight-slide {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 30px 10px;
  text-align: left;
  color: #000000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 5px 0;
}
footer {
  background: #f1f0f0;
  background-image: url("https://www.harmonytinos.gr/media/upload-files/system/harmony-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-position-y: -80px;
  padding-top: 180px;
  font-weight: 700;
}
.footer-menu {
  font-size: 1.6rem;
}
.footer-submenu {
  font-size: 0.8rem;
}
.room-area .roomimg1 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.room-area .roomimg3 {
  border-top-right-radius: 40px;
}
.room-area .roomimg5 {
  border-bottom-right-radius: 40px;
}
.room-area .room-price {
  bottom: 35px;
  left: 20px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6rem;
  width: 200px;
  display: inline-block;
}
.room-area .room-price .room-price-small {
  font-size: 0.8rem;
  font-weight: 200;
  position: absolute;
}
.room-area .room-gallery-more-photos {
  bottom: 20px;
  right: 20px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 4px 13px;
  width: auto;
}
.room-area .room-gallery-more-photos span {
  vertical-align: middle;
}
.room-area .room-description {
  font-size: 0.8rem;
}
.room-area .room-details {
  padding: 20px;
}
.room-area .room-details .room-icons {
  margin: 30px 0 0 0;
  color: #e1bb00;
}
@media only screen and (min-width: 576px) {
  .room-area .room-details .room-icons {
    margin: 20px 0;
  }
}
.room-area .room-details .room-icons .ico-person {
  width: 15px;
  display: inline-block;
}
.room-area .room-details .room-icons .panagia {
  width: 35px;
  display: inline-block;
  margin-left: 10px;
}
.room-area .room-details .room-icons .panagia .panagia-info {
  font-size: 0.8rem;
  color: #e1bb00;
  position: absolute;
  margin: 5px 0 0 7px;
  line-height: 0.89rem;
}
.room-area .room-details .room-link {
  right: 0;
  bottom: 0;
  margin: 0;
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 600;
  position: absolute;
  width: 135px;
  text-align: right;
  line-height: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .room-area .room-details .room-link {
    position: relative;
    right: inherit;
    bottom: inherit;
    text-align: left;
  }
}
.room-area .room-details .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}
.room-area .room-details .room-infos {
  font-size: 0.8rem;
  font-weight: 300;
  margin: 10px 0;
}
/* #Media Queries
================================================== */
/* Bootstrap 5 Breakpoints */
/* Max-width breakpoints */
/* 767px */
/* 991px */
/* 1199px */
/* 1399px */
/* Media Query Variables */
/* Unique "Only" Media Queries */
/* 0 - 575px */
/* 576px - 767px */
/* 768px - 991px */
/* 992px - 1199px */
/* 1200px - 1399px */
/* 1400px and up */
/* Portrait Orientation */
/* Media Queries for Bootstrap 5 */
@media only screen and (min-width: 1400px) {
  /* XXL (1400px and up) */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* XL (1200px - 1399px) */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* LG (992px - 1199px) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* MD (768px - 991px) */
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* SM (576px - 767px) */
}
@media only screen and (max-width: 767px) {
  /* Extra Small (below 576px) */
}
/* Applying Media Queries */
@media only screen and (max-width: 767px) {
  /* Styles only for XS (0px - 575px) */
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Styles only for SM (576px - 767px) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Styles only for MD (768px - 991px) */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Styles only for LG (992px - 1199px) */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Styles only for XL (1200px - 1399px) */
}
@media only screen and (min-width: 1400px) {
  /* Styles only for XXL (1400px and up) */
}
</pre></body></html>