<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* rem conversion */
/* vars + mixins import */
/**
 * colors
 */
/* partials */
body {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media (min-width: 1441px) {
  #page {
    margin-top: 165px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  #page {
    margin-top: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #page {
    margin-top: 165px;
  }
}

.is-mobile #page {
  margin-top: 0;
}

h1,
h1.entry-title,
.h1 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: #346faf;
  text-transform: uppercase;
}

h2,
h2.entry-title,
.h2 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 300;
  color: #999999;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  h2,
  h2.entry-title,
  .h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

h3,
h3.entry-title,
.h3 {
  color: #333;
}

#map_canvas {
  height: 500px;
  height: 50rem;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #map_canvas {
    height: 400px;
    height: 40rem;
  }
}

@media (max-width: 767px) {
  #map_canvas {
    height: 400px;
    height: 40rem;
  }
}

@media (max-width: 767px) {
  .owl-theme .owl-controls {
    display: none !important;
  }
}

/* General */
.default-form input,
.default-form select,
.default-form textarea {
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  color: #666666;
  padding: 15px;
  margin-bottom: 25px;
  background-color: #f4f4f4;
}

.default-form input::-moz-placeholder {
  opacity: 1;
}

.default-form input::-webkit-input-placeholder {
  color: #666666;
}

.default-form select {
  padding: 15px 10px;
}

.default-form textarea {
  resize: none;
  min-height: 96px;
}

.default-form textarea::-moz-placeholder {
  opacity: 1;
}

.default-form textarea::-webkit-input-placeholder {
  color: #666666;
}

.default-form button {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 12px 24px;
  background-color: #a3bbd6;
  text-transform: uppercase;
}

.default-form button:hover {
  background-color: #346faf;
}

/* Booking */
.abs-wrapper {
  position: absolute;
  bottom: -89px;
  left: 15px;
  right: 15px;
}

.efp-booking-layout {
  padding: 25px 0 0;
  border-radius: 15px 15px 0 0;
  background: #c9c2bc;
}

.efp-booking-layout label, .efp-booking-layout .abs-popover-label {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-align: center !important;
}

.efp-booking-layout label {
  font-weight: 400;
  margin-bottom: 0;
}

.efp-booking-layout .abs-popover-label {
  cursor: pointer;
}

.efp-booking-layout .abs-popover-label .icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin: 10px 0 0;
  background-image: none;
}

.efp-booking-layout .date {
  cursor: pointer;
  text-align: center;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.efp-booking-layout .input-group {
  display: block;
}

.efp-booking-layout .form-label {
  cursor: pointer;
}

.efp-booking-layout .form-label .icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin: 10px 0 0;
  background-image: none;
}

.efp-booking-layout .bordered {
  border-right: 1px solid #e6e2df;
}

.efp-booking-layout #abs-popover {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}

.efp-booking-layout #abs-popover-content {
  position: absolute !important;
  width: 100%;
  top: 90px;
  z-index: 200;
}

.efp-booking-layout .btn-primary,
.efp-booking-layout .btn-primary:hover,
.efp-booking-layout .btn-primary:focus,
.efp-booking-layout .btn-primary:visited {
  width: 100%;
  height: 145px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.07em;
  background-color: #fed533;
  border: 0;
  border-radius: 0 15px 0 0;
  margin: -25px 0 0;
  text-transform: uppercase;
}

.efp-booking-layout .btn-primary .miglior-prezzo,
.efp-booking-layout .btn-primary:hover .miglior-prezzo,
.efp-booking-layout .btn-primary:focus .miglior-prezzo,
.efp-booking-layout .btn-primary:visited .miglior-prezzo {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  padding-top: 10px;
  text-transform: lowercase;
}

.efp-booking-layout .btn-primary:hover,
.efp-booking-layout .btn-primary:hover:hover,
.efp-booking-layout .btn-primary:focus:hover,
.efp-booking-layout .btn-primary:visited:hover {
  color: #fff;
}

.efp-booking-layout .btn-primary:hover .miglior-prezzo,
.efp-booking-layout .btn-primary:hover:hover .miglior-prezzo,
.efp-booking-layout .btn-primary:focus:hover .miglior-prezzo,
.efp-booking-layout .btn-primary:visited:hover .miglior-prezzo {
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .efp-booking-layout label, .efp-booking-layout .abs-popover-label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .efp-booking-layout .date {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .efp-booking-layout #abs-popover {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .efp-booking-layout .btn-primary,
  .efp-booking-layout .btn-primary:hover,
  .efp-booking-layout .btn-primary:focus,
  .efp-booking-layout .btn-primary:visited {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: normal;
  }
  .efp-booking-layout .btn-primary .miglior-prezzo,
  .efp-booking-layout .btn-primary:hover .miglior-prezzo,
  .efp-booking-layout .btn-primary:focus .miglior-prezzo,
  .efp-booking-layout .btn-primary:visited .miglior-prezzo {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .efp-booking-layout label, .efp-booking-layout .abs-popover-label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .efp-booking-layout .date {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .efp-booking-layout #abs-popover {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .efp-booking-layout .btn-primary,
  .efp-booking-layout .btn-primary:hover,
  .efp-booking-layout .btn-primary:focus,
  .efp-booking-layout .btn-primary:visited {
    height: 115px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: normal;
  }
  .efp-booking-layout .btn-primary .miglior-prezzo,
  .efp-booking-layout .btn-primary:hover .miglior-prezzo,
  .efp-booking-layout .btn-primary:focus .miglior-prezzo,
  .efp-booking-layout .btn-primary:visited .miglior-prezzo {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}

/* Contact */
.efp-contact-layout .form-group {
  min-height: 530px;
  color: #666666;
  padding: 0 15px;
  border: 1px solid #d4c7bf;
  background: #fff;
  box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.25);
}

.efp-contact-layout .form-group.with-arrow:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  border-style: solid;
  border-width: 32px 0 32px 20px;
  border-color: transparent transparent transparent #9e382c;
  z-index: 100;
}

.efp-contact-layout legend.title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  padding: 20px 30px;
  margin: 10px 0 30px;
  background: #9e382c;
}

.efp-contact-layout legend.title span {
  float: left;
  font-size: 57px;
  font-size: 5.7rem;
  line-height: 1;
  line-height: 24px;
  margin-right: 15px;
}

.efp-contact-layout legend.title span:after {
  content: none;
}

.efp-contact-layout .form-row {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 20px !important;
}

.efp-contact-layout .form-row.no-bottom {
  padding-bottom: 0 !important;
}

.efp-contact-layout .form-row .input-group {
  position: relative;
  width: 100%;
}

.efp-contact-layout .form-row .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 300;
  color: #666666;
  background-color: #f4f4f4;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.efp-contact-layout .form-row .input-group .input-group-addon {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  z-index: 100;
}

.efp-contact-layout .form-row button {
  background-color: #a3bbd6;
}

.efp-contact-layout .form-row button:hover {
  background-color: #346faf;
}

.efp-contact-layout .form-row .btn {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.efp-contact-layout .form-row .btn .best-price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: normal;
}

.efp-contact-layout .checkbox {
  padding: 0 25px 30px 25px;
}

.efp-contact-layout .checkbox .privacy-link, .efp-contact-layout .checkbox span {
  color: #666666 !important;
}

.efp-contact-layout .text-stay {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #666666;
  padding: 0;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .efp-contact-layout .form-group {
    min-height: 510px;
  }
  .efp-contact-layout .form-group.with-arrow:after {
    border-width: 30px 0 30px 20px;
  }
  .efp-contact-layout legend.title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    line-height: 20px;
    padding: 20px;
    margin: 10px 0 20px;
  }
  .efp-contact-layout legend.title span {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
    line-height: 20px;
    margin-right: 10px;
  }
  .efp-contact-layout .form-row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .efp-contact-layout .form-row .btn {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
  .efp-contact-layout .form-row .btn .best-price {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .efp-contact-layout .checkbox {
    padding: 30px 15px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .efp-contact-layout .form-group {
    min-height: 510px;
  }
  .efp-contact-layout .form-group.with-arrow:after {
    border-width: 30px 0 30px 20px;
  }
  .efp-contact-layout legend.title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    line-height: 20px;
    padding: 20px;
    margin: 10px 0 20px;
  }
  .efp-contact-layout legend.title span {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
    line-height: 20px;
    margin-right: 10px;
  }
  .efp-contact-layout .form-row {
    padding-right: 5px;
    padding-left: 5px;
  }
  .efp-contact-layout .form-row .btn {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .efp-contact-layout .form-row .btn .best-price {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .efp-contact-layout .checkbox {
    padding: 30px 10px 0;
  }
  .efp-contact-layout .checkbox span {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .efp-contact-layout .form-group {
    min-height: 0;
    margin-bottom: 20px;
  }
  .efp-contact-layout .form-group.with-arrow:after {
    content: none;
  }
  .efp-contact-layout legend.title {
    margin: 10px 0 20px;
  }
  .efp-contact-layout .text-stay {
    margin-bottom: 0;
  }
  .efp-contact-layout .checkbox {
    padding: 0 25px 20px;
  }
}

@media (max-width: 767px) {
  .efp-contact-layout .form-group {
    min-height: 0;
    margin: 0 -15px 20px;
  }
  .efp-contact-layout .form-group.with-arrow:after {
    content: none;
  }
  .efp-contact-layout fieldset.form-section-2 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .efp-contact-layout legend.title {
    padding: 20px;
    margin: 10px 0 20px;
  }
  .efp-contact-layout legend.title span {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    line-height: 14px;
    margin-right: 10px;
  }
  .efp-contact-layout .form-row {
    padding-right: 5px;
    padding-left: 5px;
  }
  .efp-contact-layout .form-row .input-group .form-control {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
  }
  .efp-contact-layout .form-row .input-group .input-group-addon {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }
  .efp-contact-layout .text-stay {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .efp-contact-layout .checkbox {
    padding: 0 10px 20px;
  }
  .efp-contact-layout .checkbox span {
    font-size: 12px !important;
  }
}

/* UI Datepicker */
.ui-datepicker.ui-widget {
  width: auto !important;
  border: 0;
  padding: 15px;
  padding: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.ui-datepicker.ui-widget .ui-datepicker-header {
  padding: 6px;
  min-height: 35px;
  color: #333;
  text-transform: lowercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #ffffff;
  background-image: initial;
  border: 0;
  border-radius: 0;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
  margin: 0;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td {
  border: 1px solid #e4e7e7;
  text-align: center;
  padding: 0;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th {
  font-size: 14px;
  color: #757575;
}

.ui-datepicker.ui-widget .ui-datepicker-next,
.ui-datepicker.ui-widget .ui-datepicker-prev {
  background-image: initial;
  border: 1px solid #e4e7e7;
  border-radius: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 edita-font;
  font-size: inherit;
  color: #333;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear, border-color 0.1s linear;
  transition: background-color 0.1s linear, border-color 0.1s linear;
  cursor: pointer;
}

.ui-datepicker.ui-widget .ui-datepicker-next:before,
.ui-datepicker.ui-widget .ui-datepicker-prev:before {
  position: absolute;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
}

.ui-datepicker.ui-widget .ui-datepicker-next .ui-icon,
.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon {
  display: none;
}

.ui-datepicker.ui-widget .ui-datepicker-next.ui-state-hover,
.ui-datepicker.ui-widget .ui-datepicker-prev.ui-state-hover {
  border: 1px solid #bbbbbb;
  font-weight: initial;
}

.ui-datepicker.ui-widget .ui-datepicker-prev:before {
  content: "\35";
  right: 50%;
  margin-right: -10px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev.ui-state-hover {
  top: 2px;
  left: 2px;
}

.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\73";
  left: 50%;
  margin-left: -10px;
}

.ui-datepicker.ui-widget .ui-datepicker-next.ui-state-hover {
  top: 2px;
  right: 2px;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
  border: 0;
  background-color: #ffffff;
  background-image: initial;
  color: #333;
  padding: 6px;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default.ui-state-hover {
  border: 0;
  background-color: #dedede;
  background-image: initial;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .dp-highlight {
  border: 1px solid #438c16;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .dp-highlight .ui-state-default {
  background-color: #346faf;
  color: #ffffff;
}

.ui-datepicker.ui-widget.ui-datepicker-multi {
  padding: 15px 0;
  padding: 1.5rem 0;
  z-index: 400 !important;
}

.ui-datepicker.ui-widget.ui-datepicker-multi .ui-datepicker-group {
  padding: 0 15px;
  padding: 0 1.5rem;
  border-left: 1px solid #e4e7e7;
}

.ui-datepicker.ui-widget.ui-datepicker-multi .ui-datepicker-group:first-child {
  border: 0;
}

.ui-datepicker.ui-widget.ui-datepicker-multi table {
  width: 100%;
}

@font-face {
  font-family: "edita-font";
  src: url("../../font/edita-font.eot");
  src: url("../../font/edita-font.eot?#iefix") format("embedded-opentype"), url("../../font/edita-font.woff") format("woff"), url("../../font/edita-font.ttf") format("truetype"), url("../../font/edita-font.svg#edita-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "edita-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "edita-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edt-arrow-left-2:before {
  content: "\64";
}

.icon-edt-calendar:before {
  content: "\65";
}

.icon-edt-calendar-2:before {
  content: "\66";
}

.icon-edt-calendar-3:before {
  content: "\67";
}

.icon-edt-calendar-4:before {
  content: "\68";
}

.icon-edt-calendar-5:before {
  content: "\69";
}

.icon-edt-calendar-6:before {
  content: "\6a";
}

.icon-edt-phone:before {
  content: "\6b";
}

.icon-edt-phone-2:before {
  content: "\6c";
}

.icon-edt-desk-bell:before {
  content: "\6d";
}

.icon-edt-pen:before {
  content: "\6e";
}

.icon-edt-envelope:before {
  content: "\6f";
}

.icon-edt-arrow-right-6:before {
  content: "\70";
}

.icon-edt-cloud:before {
  content: "\71";
}

.icon-edt-arrow-right-5:before {
  content: "\73";
}

.icon-edt-arrow-right-2:before {
  content: "\75";
}

.icon-edt-arrow-left-3:before {
  content: "\76";
}

.icon-edt-marker:before {
  content: "\77";
}

.icon-edt-blank:before {
  content: "\78";
}

.icon-edt-envelope-2:before {
  content: "\79";
}

.icon-edt-play:before {
  content: "\41";
}

.icon-edt-phone-8:before {
  content: "\43";
}

.icon-edt-marker-2:before {
  content: "\44";
}

.icon-edt-arrow-right-3:before {
  content: "\45";
}

.icon-edt-envelope-3:before {
  content: "\46";
}

.icon-edt-envelope-4:before {
  content: "\47";
}

.icon-edt-envelope-5:before {
  content: "\48";
}

.icon-edt-marker-3:before {
  content: "\49";
}

.icon-edt-phone-3:before {
  content: "\4a";
}

.icon-edt-star:before {
  content: "\4b";
}

.icon-edt-marker-4:before {
  content: "\4c";
}

.icon-edt-envelope-6:before {
  content: "\4d";
}

.icon-edt-envelope-7:before {
  content: "\4e";
}

.icon-edt-envelope-8:before {
  content: "\4f";
}

.icon-edt-envelope-9:before {
  content: "\50";
}

.icon-edt-marker-5:before {
  content: "\51";
}

.icon-edt-star-2:before {
  content: "\52";
}

.icon-edt-star-3:before {
  content: "\53";
}

.icon-edt-marker-6:before {
  content: "\55";
}

.icon-edt-envelope-10:before {
  content: "\56";
}

.icon-edt-download:before {
  content: "\58";
}

.icon-edt-calendar-7:before {
  content: "\5a";
}

.icon-edt-marker-7:before {
  content: "\30";
}

.icon-edt-arrow-left-4:before {
  content: "\31";
}

.icon-edt-arrow-down:before {
  content: "\32";
}

.icon-edt-signal:before {
  content: "\33";
}

.icon-edt-phone-4:before {
  content: "\34";
}

.icon-edt-arrow-left-5:before {
  content: "\35";
}

.icon-edt-arrow-left-6:before {
  content: "\36";
}

.icon-edt-arrow-left-7:before {
  content: "\37";
}

.icon-edt-marker-8:before {
  content: "\38";
}

.icon-edt-phone-5:before {
  content: "\39";
}

.icon-edt-phone-6:before {
  content: "\21";
}

.icon-edt-arrow-right-7:before {
  content: "\22";
}

.icon-edt-arrow-right-4:before {
  content: "\23";
}

.icon-edt-notes:before {
  content: "\61";
}

.icon-edt-arrow-right:before {
  content: "\62";
}

.icon-edt-child:before {
  content: "\7a";
}

.icon-edt-cloud-2:before {
  content: "\54";
}

.icon-edt-user:before {
  content: "\59";
}

.icon-edt-phone-7:before {
  content: "\25";
}

.icon-edt-calendar-8:before {
  content: "\26";
}

.icon-edt-resize:before {
  content: "\27";
}

.icon-edt-phone-9:before {
  content: "\72";
}

.icon-edt-desk-bell-2:before {
  content: "\42";
}

.icon-edt-arrow-up:before {
  content: "\28";
}

.icon-edt-desk-bell-3:before {
  content: "\29";
}

.icon-edt-check:before {
  content: "\2a";
}

.icon-edt-check-2:before {
  content: "\2b";
}

.icon-edt-arrow-right-8:before {
  content: "\74";
}

.icon-edt-arrow-left-8:before {
  content: "\2c";
}

.icon-edt-pen-2:before {
  content: "\63";
}

.icon-edt-arrow-left:before {
  content: "\2d";
}

.icon-edt-pen-3:before {
  content: "\2e";
}

.icon-edt-hand-3:before {
  content: "\57";
}

.icon-edt-hand-2:before {
  content: "\24";
}

.icon-edt-hand-1:before {
  content: "\2f";
}

.icon-edt-gift:before {
  content: "\3a";
}

.icon-edt-gift-2:before {
  content: "\3b";
}

.icon-edt-birthday:before {
  content: "\3c";
}

.icon-edt-birthday-2:before {
  content: "\3d";
}

.icon-edt-birthday-3:before {
  content: "\3e";
}

.icon-edt-arrow-down-2:before {
  content: "\3f";
}

.icon-edt-heart:before {
  content: "\40";
}

.icon-edt-magnifier:before {
  content: "\5b";
}

.icon-edt-user-2:before {
  content: "\5d";
}

.icon-edt-users:before {
  content: "\5e";
}

.icon-edt-users-2:before {
  content: "\5f";
}

.icon-edt-arrow-up-2:before {
  content: "\60";
}

.icon-edt-user-3:before {
  content: "\7b";
}

.icon-edt-heart-2:before {
  content: "\7c";
}

.icon-edt-heart-3:before {
  content: "\7d";
}

.icon-edt-facebook:before {
  content: "\7e";
}

.icon-edt-skype:before {
  content: "\e000";
}

.icon-edt-youtube:before {
  content: "\e001";
}

.icon-edt-whatsapp:before {
  content: "\e002";
}

.icon-edt-linkedin:before {
  content: "\e003";
}

.icon-edt-instagram:before {
  content: "\e004";
}

.icon-edt-twitter:before {
  content: "\e005";
}

.icon-edt-phone-10:before {
  content: "\e006";
}

.icon-edt-facebook-2:before {
  content: "\e007";
}

.icon-edt-envelope-11:before {
  content: "\e008";
}

.icon-edt-arrow-down-3:before {
  content: "\e009";
}

.icon-edt-facebook-3:before {
  content: "\e00a";
}

.icon-edt-envelope-13:before {
  content: "\e00b";
}

.icon-edt-linkedin-2:before {
  content: "\e00c";
}

.icon-edt-twitter-4:before {
  content: "\e00d";
}

.icon-edt-skype-2:before {
  content: "\e00e";
}

.icon-edt-linkedin-3:before {
  content: "\e00f";
}

.icon-edt-phone-11:before {
  content: "\e011";
}

.icon-edt-phone-12:before {
  content: "\e012";
}

.icon-edt-envelope-12:before {
  content: "\e013";
}

.icon-edt-youtube-2:before {
  content: "\e014";
}

.icon-edt-youtube-3:before {
  content: "\e015";
}

.icon-edt-tripadvisor:before {
  content: "\e016";
}

.icon-edt-tripadvisor-2:before {
  content: "\e017";
}

.icon-edt-twitter-2:before {
  content: "\e018";
}

.icon-edt-twitter-3:before {
  content: "\e019";
}

.icon-edt-arrow-up-3:before {
  content: "\e01a";
}

.icon-edt-clock:before {
  content: "\e010";
}

.icon-edt-times:before {
  content: "\e01b";
}

.icon-edt-check-3:before {
  content: "\e01c";
}

.icon-edt-times-2:before {
  content: "\e01d";
}

.icon-edt-check-4:before {
  content: "\e01e";
}

.icon-edt-clock-2:before {
  content: "\e01f";
}

.icon-edt-times-3:before {
  content: "\e020";
}

.icon-edt-clock-3:before {
  content: "\e021";
}

.icon-edt-clock-4:before {
  content: "\e022";
}

.icon-edt-clock-5:before {
  content: "\e023";
}

.icon-edt-clock-6:before {
  content: "\e024";
}

.icon-edt-clock-7:before {
  content: "\e025";
}

.icon-edt-safe:before {
  content: "\e026";
}

.icon-edt-bath:before {
  content: "\e027";
}

.icon-edt-bath-2:before {
  content: "\e028";
}

.icon-edt-bike:before {
  content: "\e029";
}

.icon-edt-bike-2:before {
  content: "\e02a";
}

.icon-edt-bus:before {
  content: "\e02b";
}

.icon-edt-car:before {
  content: "\e02c";
}

.icon-edt-car-2:before {
  content: "\e02d";
}

.icon-edt-bus-2:before {
  content: "\e02e";
}

.icon-edt-hairdryer:before {
  content: "\e02f";
}

.icon-edt-hairdryer-2:before {
  content: "\e030";
}

.icon-edt-minibar:before {
  content: "\e031";
}

.icon-edt-airconditioning:before {
  content: "\e032";
}

.icon-edt-parking:before {
  content: "\e033";
}

.icon-edt-man:before {
  content: "\e034";
}

.icon-edt-parking-2:before {
  content: "\e035";
}

.icon-edt-parking-3:before {
  content: "\e036";
}

.icon-edt-parking-4:before {
  content: "\e037";
}

.icon-edt-parking-5:before {
  content: "\e038";
}

.icon-edt-tv:before {
  content: "\e039";
}

.icon-edt-wifi:before {
  content: "\e03a";
}

.icon-edt-wifi-2:before {
  content: "\e03b";
}

.icon-edt-tv-2:before {
  content: "\e03c";
}

.icon-edt-safe-2:before {
  content: "\e03d";
}

.icon-edt-arrow-down-4:before {
  content: "\e03e";
}

.icon-edt-arrow-up-4:before {
  content: "\e03f";
}

.icon-edt-times-4:before {
  content: "\e040";
}

.icon-edt-times-5:before {
  content: "\e041";
}

.icon-edt-plan-2:before {
  content: "\e042";
}

.icon-edt-plan:before {
  content: "\e043";
}

.icon-edt-child-2:before {
  content: "\e044";
}

.icon-edt-child-3:before {
  content: "\e045";
}

.icon-edt-check-5:before {
  content: "\e046";
}

.icon-edt-family:before {
  content: "\e047";
}

.icon-edt-googleplus:before {
  content: "\5c";
}

.icon-edt-googleplus-3:before {
  content: "\e048";
}

.icon-edt-googleplus-2:before {
  content: "\e049";
}

.icon-edt-instagram-2:before {
  content: "\e04a";
}

.icon-edt-pen-4:before {
  content: "\e04b";
}

.icon-edt-clock-8:before {
  content: "\e04c";
}

.icon-edt-help:before {
  content: "\e04d";
}

.icon-edt-arrow-left-9:before {
  content: "\e04e";
}

.icon-edt-arrow-right-9:before {
  content: "\e04f";
}

header {
  background-color: #fff;
  color: #fff;
  height: 165px;
}

header .firstline {
  height: 26px;
  background: #c9c2bc;
}

header .logo {
  position: absolute;
  z-index: 100;
}

header .address {
  height: 85px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  padding-top: 22px;
}

header .address a {
  display: inline-block;
  color: #c9c2bc;
  margin-left: 60px;
}

header .address a.cta {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-style: normal;
  padding: 16px 24px;
  background: #9e382c;
  text-decoration: none;
  text-transform: uppercase;
}

header .address a.cta:hover {
  opacity: 0.6;
}

header .lastline {
  height: 54px;
  background: #346faf;
}

header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header {
    height: auto;
  }
}

@media (max-width: 767px) {
  header {
    height: auto;
  }
  header .logo {
    position: static;
    margin: 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-lang {
    text-align: right;
  }
}

.is-mobile .menu-lang {
  text-align: left;
}

.language-list {
  margin-bottom: 0;
}

.language-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  color: #000;
  padding: 0 8px;
}

.language-item a {
  display: block;
  color: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .language-item {
    width: auto;
    height: auto;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .language-item {
    width: auto;
    height: auto;
    margin: 0;
  }
}

.is-mobile .language-item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  line-height: 40px;
  margin: 0 8px;
}

.main-navigation {
  background-color: transparent;
}

.main-navigation .menu {
  text-align: right;
}

@media (min-width: 1441px) {
  .main-navigation .menu-item {
    width: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .main-navigation .menu-item {
    width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation .menu-item {
    width: auto;
  }
}

.main-navigation .sub-menu {
  top: 54px;
  z-index: 300;
}

.main-navigation a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8px;
}

@media (min-width: 1441px) {
  .main-navigation a {
    padding: 18px 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .main-navigation a {
    padding: 18px 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    padding: 18px 12px;
  }
}

.main-navigation .current-menu-item &gt; a,
.main-navigation .current-menu-parent &gt; a,
.main-navigation a:hover {
  border-bottom: none;
  color: #333;
  background-color: #fff;
}

.is-mobile .main-navigation .menu-item {
  width: 80%;
  margin: 0 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.is-mobile .main-navigation a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  padding: 18px 12px;
  margin-left: 0;
}

.is-mobile .main-navigation .current-menu-item &gt; a,
.is-mobile .main-navigation .current-menu-parent &gt; a,
.is-mobile .main-navigation a:hover {
  color: #fff;
  background-color: transparent;
}

/* Header mobile */
#js-fixed-menu {
  background: #fff;
  border-bottom: 3px solid #346faf;
}

.mobi-buttons .path {
  fill: #346faf;
}

.mobi-buttons .quote .path {
  fill: #9e382c;
}

.mobi-buttons .tel {
  color: #333;
}

@media (min-width: 1441px) {
  .navbar-header {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .navbar-header {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header {
    display: none;
  }
}

.is-mobile .navbar-header {
  display: initial;
}

.navbar-toggle {
  background: #346faf;
}

.menu-offcanvas {
  background: #c9c2bc;
}

@media (max-width: 767px) {
  .menu-offcanvas {
    width: 75%;
  }
}

.menu-command {
  border-bottom: 1px solid #346faf;
  background-color: rgba(255, 255, 255, 0.22);
}

.menu-offcanvas-button-close {
  color: #fff;
  background-color: #346faf;
}

footer {
  color: #fff;
  padding: 30px 0 20px;
  background: #346faf;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .logo-footer {
  display: block;
  margin-top: 30px;
}

footer address {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}

footer .piva {
  margin-bottom: 40px;
}

footer .credits {
  text-align: left;
}

footer .cartina {
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0;
    text-align: center;
  }
  footer .logo-footer {
    margin-top: 0;
  }
  footer .logo-footer img {
    margin: 0 auto;
  }
  footer address {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  footer .piva {
    margin-bottom: 20px;
  }
  footer .credits {
    text-align: center;
  }
}

.footer-slideshow {
  position: relative;
}

.footer-slideshow .owl-theme .owl-controls {
  margin-top: 0;
}

.footer-slideshow .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  margin: -20px 0 0;
  padding: 0;
  border-radius: 50%;
  background-color: #346faf;
  opacity: 1;
  z-index: 100;
}

.footer-slideshow .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 0.6;
}

.footer-slideshow .owl-theme .owl-controls .owl-buttons div [class^="icon-edt-"] {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

.footer-slideshow .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}

.footer-slideshow .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-slideshow {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-slideshow {
    margin-bottom: 30px;
  }
}

.legal ul {
  list-style: none;
}

.legal ul li {
  display: inline-block;
}

.legal ul li:not(:last-child)::after {
  content: " | ";
  margin-right: 8px;
}

.main-slideshow {
  position: relative;
}

.main-slideshow img {
  width: 100%;
}

.main-slideshow .owl-theme .owl-controls {
  margin-top: 0;
}

.main-slideshow .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  margin: -20px 0 0;
  padding: 0;
  border-radius: 50%;
  background-color: #346faf;
  opacity: 1;
  z-index: 100;
}

.main-slideshow .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 0.6;
}

.main-slideshow .owl-theme .owl-controls .owl-buttons div [class^="icon-edt-"] {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

.main-slideshow .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}

.main-slideshow .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 20px;
}

.main-container {
  padding: 80px 0;
  border-bottom: 8px solid #9e382c;
  background: url("../../images/background/background-main-container.png") no-repeat center top;
  background-size: 100%;
}

.main-container ul, .main-container ol {
  padding-left: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-container {
    padding: 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-container {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .main-container {
    padding: 40px 0;
    background: none;
  }
}

#booking-adv {
  height: 90px;
  background: url("../../images/background/background-booking.png");
}

.section-buoni-motivi {
  padding: 80px 0 50px;
  background: #c9c2bc url("../../images/background/background-reasons.png") no-repeat center top;
}

.section-buoni-motivi mark {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.section-buoni-motivi .item {
  position: relative;
  border: 20px solid rgba(255, 255, 255, 0.22);
  margin-bottom: 50px;
}

.section-buoni-motivi .item .title {
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 23px 0;
  background-color: rgba(52, 111, 175, 0.65);
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .section-buoni-motivi mark {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .section-buoni-motivi .item .title {
    bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 20px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-buoni-motivi mark {
    letter-spacing: 0.075em;
  }
  .section-buoni-motivi .item {
    border-width: 10px;
  }
  .section-buoni-motivi .item .title {
    bottom: 15px;
    left: -10px;
    right: -10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-buoni-motivi {
    padding: 50px 0 20px;
  }
  .section-buoni-motivi mark {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .section-buoni-motivi .item {
    margin-bottom: 30px;
    border-width: 15px;
  }
  .section-buoni-motivi .item .title {
    bottom: 15px;
    left: -15px;
    right: -15px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    padding: 20px 0;
  }
}

#contact {
  padding: 90px 0 80px;
  border-top: 6px solid #fff;
  background: url("../../images/background/background-contact.png") center top;
}

#contact mark {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0.1em;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  #contact {
    padding: 60px 0;
  }
  #contact mark {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  #contact {
    padding: 40px 0;
  }
  #contact mark {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 30px;
  }
}

.apartments mark {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #726860;
  padding: 0;
  margin-bottom: 20px;
}

.apartments .apartment {
  display: table;
  width: 100%;
  padding: 30px;
  margin-bottom: 15px;
}

.apartments .apartment.odd {
  background: #f5f5f5;
}

.apartments .apartment.even {
  border: 1px solid #c7c7c7;
  background: #fff;
}

.apartments .apartment:hover .image {
  opacity: 0.6;
}

.apartments .apartment:hover .data .more {
  background: #a3bbd6;
}

.apartments .apartment .image, .apartments .apartment .data {
  display: table-cell;
  vertical-align: middle;
}

.apartments .apartment .image {
  width: 180px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.apartments .apartment .data .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #346faf;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.apartments .apartment .data .description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.apartments .apartment .data .more {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 8px 16px;
  background: #346faf;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .apartments .apartment {
    padding: 15px;
  }
  .apartments .apartment .image {
    width: 140px;
    padding-right: 15px;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .apartments mark {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    margin-top: 30px;
  }
  .apartments .apartment {
    padding: 15px;
  }
  .apartments .apartment .image {
    width: 100px;
    padding-right: 15px;
    vertical-align: top;
  }
  .apartments .apartment .data .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .apartments .apartment .data .more {
    float: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

.apartment-list .item {
  padding: 30px;
  margin-bottom: 30px;
}

.apartment-list .item.odd {
  background: #f5f5f5;
}

.apartment-list .item.even {
  border: 1px solid #c7c7c7;
  background: #fff;
}

.apartment-list .item:hover .image {
  opacity: 0.6;
}

.apartment-list .item:hover .data .more {
  background: #a3bbd6;
}

.apartment-list .item .image {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.apartment-list .item .data {
  text-align: center;
}

.apartment-list .item .data .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #346faf;
  margin: 20px 0;
  text-align: left;
  text-transform: uppercase;
}

.apartment-list .item .data .description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
}

.apartment-list .item .data .more {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px;
  background: #346faf;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .apartment-list .item {
    padding: 15px;
  }
}

.single-apartment .entry-image {
  border: 20px solid #fff;
  margin: 60px 0;
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.08);
}

.single-apartment .apartment-slideshow .owl-controls {
  margin-top: 0;
}

.single-apartment .apartment-slideshow .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  margin: -20px 0 0;
  padding: 0;
  border-radius: 50%;
  background-color: #346faf;
  opacity: 1;
  z-index: 100;
}

.single-apartment .apartment-slideshow .owl-controls .owl-buttons div:hover {
  opacity: 0.6;
}

.single-apartment .apartment-slideshow .owl-controls .owl-buttons div [class^="icon-edt-"] {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

.single-apartment .apartment-slideshow .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}

.single-apartment .apartment-slideshow .owl-controls .owl-buttons .owl-next {
  right: 20px;
}

.single-apartment .request a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-style: normal;
  padding: 16px;
  background: #9e382c;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.single-apartment .request a:hover {
  opacity: 0.6;
}

.single-apartment .price-list {
  padding: 30px 45px 40px;
  margin: 30px 0;
  background: #f5f5f5;
}

.single-apartment .price-list mark {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-apartment .price-list .line {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .single-apartment .request a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-apartment .request a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .single-apartment .price-list {
    padding: 20px 35px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-apartment .request a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .single-apartment .price-list {
    padding: 20px 25px 30px;
  }
}

@media (max-width: 767px) {
  .single-apartment .entry-image {
    margin: 30px 0;
    border-width: 5px;
  }
  .single-apartment .request a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }
  .single-apartment .price-list {
    padding: 20px 35px 30px;
  }
  .single-apartment .price-list mark {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=maps/edita.css.map */
</pre></body></html>