@charset "UTF-8";
/* reset */
/* line 5, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* compass */
/* breakpoint */
/* vars + mixins import */
/* colors */
/* function */
/* mixins */
/* partials */
@media (min-width: 1500px) {
  /* line 6, ../sass/partials/_general.scss */
  .container {
    width: 1500px;
  }
}
/* line 10, ../sass/partials/_general.scss */
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: 0;
  -moz-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s, top 0.3s;
  -o-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s, top 0.3s;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s, top 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s, top 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../sass/partials/_general.scss */
html {
  font-size: 14px;
}
@media (min-width: 1500px) {
  /* line 19, ../sass/partials/_general.scss */
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19, ../sass/partials/_general.scss */
  html {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, ../sass/partials/_general.scss */
  html {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/partials/_general.scss */
  html {
    font-size: 12px;
  }
}

/* line 34, ../sass/partials/_general.scss */
body {
  background-color: #FFF;
  color: #201f1f;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

/* line 38, ../sass/partials/_general.scss */
ol,
ul {
  list-style-type: none;
}

/* line 42, ../sass/partials/_general.scss */
a,
a:active,
a:focus,
a:hover,
a:visited {
  color: #c083b1;
  text-decoration: none;
}

/* line 50, ../sass/partials/_general.scss */
img,
img.img-responsive {
  width: auto\9;
}

/* line 54, ../sass/partials/_general.scss */
.h1,
h1,
h1.entry-title {
  font-size: 55px;
  font-size: 3.05556rem;
  line-height: 57px;
  line-height: 3.16667rem;
  color: #4970bd;
  margin: 0 0 1.66667rem;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 54, ../sass/partials/_general.scss */
  .h1,
  h1,
  h1.entry-title {
    font-size: 58px;
    font-size: 3.22222rem;
    line-height: 60px;
    line-height: 3.33333rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 54, ../sass/partials/_general.scss */
  .h1,
  h1,
  h1.entry-title {
    font-size: 58px;
    font-size: 3.22222rem;
    line-height: 60px;
    line-height: 3.33333rem;
  }
}

/* line 70, ../sass/partials/_general.scss */
.h2,
h2,
h2.entry-title {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 32px;
  line-height: 1.77778rem;
  color: #a7a7b1;
  margin: 0 0 2.77778rem;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 70, ../sass/partials/_general.scss */
  .h2,
  h2,
  h2.entry-title {
    font-size: 33px;
    font-size: 1.83333rem;
    line-height: 35px;
    line-height: 1.94444rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 70, ../sass/partials/_general.scss */
  .h2,
  h2,
  h2.entry-title {
    font-size: 33px;
    font-size: 1.83333rem;
    line-height: 35px;
    line-height: 1.94444rem;
  }
}

/* line 85, ../sass/partials/_general.scss */
.h3,
h3,
h3.entry-title {
  font-size: 27px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.61111rem;
  color: #fff;
  margin: 0 0 10px;
  display: inline-block;
  background: #4970bd;
  text-transform: uppercase;
  padding: 0.83333rem 1.11111rem;
  font-weight: 300;
}
/* line 97, ../sass/partials/_general.scss */
.h3.bg-pink,
h3.bg-pink,
h3.entry-title.bg-pink {
  background-color: #ff57b0;
}
/* line 100, ../sass/partials/_general.scss */
.h3.bg-red,
h3.bg-red,
h3.entry-title.bg-red {
  background-color: #B20D07;
}
/* line 104, ../sass/partials/_general.scss */
.h3.bg-green,
h3.bg-green,
h3.entry-title.bg-green {
  background-color: #2BB243;
}
/* line 108, ../sass/partials/_general.scss */
.h3 a,
h3 a,
h3.entry-title a {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 85, ../sass/partials/_general.scss */
  .h3,
  h3,
  h3.entry-title {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 32px;
    line-height: 1.77778rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 85, ../sass/partials/_general.scss */
  .h3,
  h3,
  h3.entry-title {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 32px;
    line-height: 1.77778rem;
  }
}

/* line 118, ../sass/partials/_general.scss */
mark {
  display: block;
  background: none;
}

/* line 122, ../sass/partials/_general.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
  box-shadow: none;
}

/* line 129, ../sass/partials/_general.scss */
.cycle-slideshow {
  overflow: hidden;
}
/* line 131, ../sass/partials/_general.scss */
.cycle-slideshow .item {
  width: 100%;
}

/* line 135, ../sass/partials/_general.scss */
#page {
  padding-top: 236px;
  padding-top: 13.11111rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 135, ../sass/partials/_general.scss */
  #page {
    padding-top: 168px;
    padding-top: 14rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 135, ../sass/partials/_general.scss */
  #page {
    padding-top: 293px;
    padding-top: 24.41667rem;
  }
}
@media (max-width: 767px) {
  /* line 135, ../sass/partials/_general.scss */
  #page {
    padding-top: 0;
  }
}

/* CSS TEMPLATES */
/* line 153, ../sass/partials/_general.scss */
.no-slider-header .header-slideshow {
  display: none;
}

/* line 158, ../sass/partials/_general.scss */
.banner-prenotazione {
  position: fixed;
  right: -100%;
  top: 40%;
  z-index: 100;
  transition: right, 0.5s;
}
/* line 165, ../sass/partials/_general.scss */
.banner-prenotazione.up {
  right: 0;
}
@media (max-width: 767px) {
  /* line 158, ../sass/partials/_general.scss */
  .banner-prenotazione {
    right: auto;
    top: auto;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 176, ../sass/partials/_general.scss */
  .banner-prenotazione.up {
    bottom: 0;
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 158, ../sass/partials/_general.scss */
  .banner-prenotazione {
    right: auto;
    top: auto;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 189, ../sass/partials/_general.scss */
  .banner-prenotazione.up {
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 158, ../sass/partials/_general.scss */
  .banner-prenotazione {
    right: auto;
    top: auto;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 201, ../sass/partials/_general.scss */
  .banner-prenotazione.up {
    bottom: 0;
  }
}

/* line 1, ../sass/partials/_forms.scss */
input[type="checkbox"] {
  margin: 0 3px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* @group MVSTORE PANEL */
/* line 9, ../sass/partials/_forms.scss */
#mvstore-box {
  display: none;
  background: #000000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 1000;
}

/* line 22, ../sass/partials/_forms.scss */
#mvstore-panel {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 995px;
  max-width: 90%;
  max-height: 90%;
  background: #FFF;
  z-index: 1001;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 36, ../sass/partials/_forms.scss */
#mvstore-panel .modal-col-1,
#mvstore-panel .modal-col-2 {
  padding: 20px;
}
/* line 41, ../sass/partials/_forms.scss */
#mvstore-panel .modal-col-2 {
  background-color: #f7f7f7;
}
/* line 45, ../sass/partials/_forms.scss */
#mvstore-panel .btnCancel {
  display: block;
  background-color: #a9a9a9;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
}
/* line 55, ../sass/partials/_forms.scss */
#mvstore-panel .btnConfirm {
  display: block;
  background-color: #a284e4;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
}
/* line 65, ../sass/partials/_forms.scss */
#mvstore-panel mark,
#mvstore-panel .modal-title {
  background-color: transparent;
  font-size: 28px;
  color: #4970bd;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 76, ../sass/partials/_forms.scss */
#mvstore-panel .modal-form-title {
  color: #4970bd;
  background-color: transparent;
  text-transform: unset;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  /* line 84, ../sass/partials/_forms.scss */
  #mvstore-panel .modal-form-title:before {
    background: url('../images/icon-booking.png?1580202274');
    content: "";
    position: absolute;
    left: -113px;
    top: -25px;
    z-index: 10;
    width: 180px;
    height: 140px;
  }
}
/* line 98, ../sass/partials/_forms.scss */
#mvstore-panel .modal-form-title + ul {
  margin-bottom: 15px;
}
/* line 101, ../sass/partials/_forms.scss */
#mvstore-panel .modal-form-title + ul li {
  display: block;
}
/* line 107, ../sass/partials/_forms.scss */
#mvstore-panel .modal-col-2 {
  text-align: left;
}
/* line 109, ../sass/partials/_forms.scss */
#mvstore-panel .modal-col-2 .desc {
  display: none;
}
/* line 113, ../sass/partials/_forms.scss */
#mvstore-panel .modal-col-2 ul:last-child {
  margin-top: 40px;
}
/* line 117, ../sass/partials/_forms.scss */
#mvstore-panel .modal-col-2 .text-small {
  line-height: 1.5;
  font-size: 13px;
  margin-top: 20px;
  color: #383838;
}
/* line 125, ../sass/partials/_forms.scss */
#mvstore-panel .text-privacy {
  font-size: 13px;
}
/* line 129, ../sass/partials/_forms.scss */
#mvstore-panel input[type="email"] {
  border: 1px solid #d7d7d7;
  background-color: #FFF;
  height: 50px;
  display: block;
  width: 100%;
  padding: 5px 30px;
}
/* line 138, ../sass/partials/_forms.scss */
#mvstore-panel .email-label {
  display: none !important;
}
/* line 142, ../sass/partials/_forms.scss */
#mvstore-panel p {
  line-height: 1.7;
  color: #9a9aa6;
  font-weight: 200;
  font-size: 18px;
}
/* line 149, ../sass/partials/_forms.scss */
#mvstore-panel strong {
  font-weight: 400;
}
/* line 153, ../sass/partials/_forms.scss */
#mvstore-panel ul li {
  list-style: none;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
/* line 162, ../sass/partials/_forms.scss */
#mvstore-panel a:link {
  text-decoration: underline;
}
/* line 166, ../sass/partials/_forms.scss */
#mvstore-panel a {
  cursor: pointer;
}
/* line 170, ../sass/partials/_forms.scss */
#mvstore-panel textarea {
  width: 350px;
  height: 80px;
}
/* line 175, ../sass/partials/_forms.scss */
#mvstore-panel ul {
  margin: 5px;
  padding: 0;
  text-align: center;
}
/* line 181, ../sass/partials/_forms.scss */
#mvstore-panel ul li {
  text-align: center;
}
/* line 185, ../sass/partials/_forms.scss */
#mvstore-panel .btnCancel a,
#mvstore-panel .btnConfirm a {
  color: #FFF;
}
@media only screen and (min-width: 992px) {
  /* line 192, ../sass/partials/_forms.scss */
  #mvstore-panel mark,
  #mvstore-panel .modal-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 200, ../sass/partials/_forms.scss */
  #mvstore-panel {
    max-width: 80%;
  }
  /* line 204, ../sass/partials/_forms.scss */
  #mvstore-panel mark,
  #mvstore-panel .modal-title {
    line-height: 1.1;
    margin-bottom: 30px;
  }
  /* line 210, ../sass/partials/_forms.scss */
  #mvstore-panel .modal-col-1,
  #mvstore-panel .modal-col-2 {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* per dispositivi mobile */
  /* line 220, ../sass/partials/_forms.scss */
  #mvstore-panel {
    padding: 1%;
  }
  /* line 223, ../sass/partials/_forms.scss */
  #mvstore-panel ul li {
    vertical-align: top;
    display: block;
    padding-bottom: 1%;
  }
  /* line 229, ../sass/partials/_forms.scss */
  #mvstore-panel input[type="text"],
  #mvstore-panel select,
  #mvstore-panel textarea {
    display: block;
    width: 99%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
/* @end */
/* line 245, ../sass/partials/_forms.scss */
.defaultForm label {
  color: #439cd8;
  margin-bottom: 10px;
}
/* line 250, ../sass/partials/_forms.scss */
.defaultForm .privacy {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 14px;
  line-height: 0.77778rem;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  /* line 250, ../sass/partials/_forms.scss */
  .defaultForm .privacy {
    padding: 15px 0 0;
  }
}
/* line 258, ../sass/partials/_forms.scss */
.defaultForm .privacy label {
  font-size: 18px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.11111rem;
}
/* line 262, ../sass/partials/_forms.scss */
.defaultForm .privacy .gfield_description {
  margin: 5px 0 0 15px;
  font-size: 11px;
  font-size: 0.61111rem;
  line-height: 13px;
  line-height: 0.72222rem;
}
/* line 269, ../sass/partials/_forms.scss */
.defaultForm .gfield_checkbox li {
  margin-bottom: 5px;
}
/* line 273, ../sass/partials/_forms.scss */
.defaultForm .gfield_checkbox label {
  color: #201f1f;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
  line-height: 1rem;
  margin: 0;
}
/* line 280, ../sass/partials/_forms.scss */
.defaultForm a {
  color: #201f1f;
}
/* line 284, ../sass/partials/_forms.scss */
.defaultForm .gform_fields {
  margin: 0;
}
/* line 288, ../sass/partials/_forms.scss */
.defaultForm h2 {
  margin: 30px 0 10px;
  float: left;
  width: 100%;
  text-align: left;
}
/* line 295, ../sass/partials/_forms.scss */
.defaultForm li.gfield {
  margin-bottom: 10px;
  display: block;
  list-style: none;
}
/* line 299, ../sass/partials/_forms.scss */
.defaultForm li.gfield.gfieldNoMargin {
  margin-bottom: 0px;
}
/* line 303, ../sass/partials/_forms.scss */
.defaultForm li.gfield ul {
  list-style: none;
  margin: 0;
}
/* line 309, ../sass/partials/_forms.scss */
.defaultForm .gfield50 {
  float: left;
  width: 48%;
}
@media (max-width: 767px) {
  /* line 309, ../sass/partials/_forms.scss */
  .defaultForm .gfield50 {
    width: 100%;
  }
}
/* line 318, ../sass/partials/_forms.scss */
.defaultForm .gfield33 {
  float: left;
  width: 31%;
}
@media (max-width: 767px) {
  /* line 318, ../sass/partials/_forms.scss */
  .defaultForm .gfield33 {
    width: 100%;
  }
}
/* line 326, ../sass/partials/_forms.scss */
.defaultForm .gfield33.gfieldCenter {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
@media (max-width: 767px) {
  /* line 326, ../sass/partials/_forms.scss */
  .defaultForm .gfield33.gfieldCenter {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 337, ../sass/partials/_forms.scss */
.defaultForm .gfield25 {
  float: left;
  width: 23%;
}
@media (max-width: 767px) {
  /* line 337, ../sass/partials/_forms.scss */
  .defaultForm .gfield25 {
    width: 100%;
  }
}
/* line 345, ../sass/partials/_forms.scss */
.defaultForm .gfield25.gfieldCenter {
  margin-left: 1%;
  margin-right: 1%;
}
@media (max-width: 767px) {
  /* line 345, ../sass/partials/_forms.scss */
  .defaultForm .gfield25.gfieldCenter {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 356, ../sass/partials/_forms.scss */
.defaultForm .gfieldLeft {
  margin-right: 2%;
}
@media (max-width: 767px) {
  /* line 356, ../sass/partials/_forms.scss */
  .defaultForm .gfieldLeft {
    margin-right: 0;
  }
}
/* line 364, ../sass/partials/_forms.scss */
.defaultForm .gfieldRight {
  margin-left: 2%;
}
@media (max-width: 767px) {
  /* line 364, ../sass/partials/_forms.scss */
  .defaultForm .gfieldRight {
    margin-left: 0;
  }
}
/* line 372, ../sass/partials/_forms.scss */
.defaultForm .gfieldClear {
  clear: left;
}
/* line 376, ../sass/partials/_forms.scss */
.defaultForm input[type="text"],
.defaultForm input[type="email"],
.defaultForm input[type="date"],
.defaultForm select,
.defaultForm textarea {
  width: 100%;
  padding: 15px;
  padding: 0.83333rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.11111rem;
  border: none;
  background: #f2f1f2;
}
/* line 392, ../sass/partials/_forms.scss */
.defaultForm .partenza input[type="text"] {
  background: url('../images/background/partenza.png?1580202274') 90% center no-repeat #f2f1f2;
}
/* line 396, ../sass/partials/_forms.scss */
.defaultForm .arrivo input[type="text"] {
  background: url('../images/background/arrivo.png?1580202274') 90% center no-repeat #f2f1f2;
}
/* line 400, ../sass/partials/_forms.scss */
.defaultForm textarea {
  resize: none;
}
/* line 404, ../sass/partials/_forms.scss */
.defaultForm select {
  padding: 14px 15px;
  padding: 0.77778rem 0.83333rem;
}
/* line 409, ../sass/partials/_forms.scss */
.defaultForm button,
.defaultForm input.button,
.defaultForm input.button.gform_button {
  -moz-box-shadow: 0 0 5px 0 #666;
  -webkit-box-shadow: 0 0 5px 0 #666;
  box-shadow: 0 0 5px 0 #666;
  text-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  background-color: #cab466;
  padding: 12px 40px;
  padding: 0.66667rem 2.22222rem;
  border: none;
  text-transform: uppercase;
}
/* line 77, ../sass/partials/_base.scss */
.defaultForm button:hover,
.defaultForm input.button:hover,
.defaultForm input.button.gform_button:hover {
  background-color: #a9913b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 409, ../sass/partials/_forms.scss */
  .defaultForm button,
  .defaultForm input.button,
  .defaultForm input.button.gform_button {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 1.33333rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 409, ../sass/partials/_forms.scss */
  .defaultForm button,
  .defaultForm input.button,
  .defaultForm input.button.gform_button {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 1.33333rem;
  }
}
@media (max-width: 767px) {
  /* line 409, ../sass/partials/_forms.scss */
  .defaultForm button,
  .defaultForm input.button,
  .defaultForm input.button.gform_button {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}
/* line 418, ../sass/partials/_forms.scss */
.defaultForm .gform_footer {
  text-align: center;
}
/* line 422, ../sass/partials/_forms.scss */
.defaultForm .gsurvey-survey-comment {
  margin-bottom: 10px;
}
/* line 424, ../sass/partials/_forms.scss */
.defaultForm .gsurvey-survey-comment div {
  font-weight: normal;
  color: #201f1f;
}
/* line 430, ../sass/partials/_forms.scss */
.defaultForm .gsurvey-survey-field {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}

/* line 437, ../sass/partials/_forms.scss */
#bookingForm input[type="text"],
#bookingForm input[type="email"],
#bookingForm input[type="date"],
#bookingForm select,
#bookingForm textarea {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
  line-height: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 437, ../sass/partials/_forms.scss */
  #bookingForm input[type="text"],
  #bookingForm input[type="email"],
  #bookingForm input[type="date"],
  #bookingForm select,
  #bookingForm textarea {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 18px;
    line-height: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 437, ../sass/partials/_forms.scss */
  #bookingForm input[type="text"],
  #bookingForm input[type="email"],
  #bookingForm input[type="date"],
  #bookingForm select,
  #bookingForm textarea {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 18px;
    line-height: 1rem;
  }
}
/* line 453, ../sass/partials/_forms.scss */
#bookingForm button {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 16px;
  line-height: 0.88889rem;
  background-color: #cab466;
  padding: 12px 0px;
  padding: 0.66667rem 0rem;
  border: none;
  text-transform: uppercase;
}
/* line 77, ../sass/partials/_base.scss */
#bookingForm button:hover {
  background-color: #a9913b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 453, ../sass/partials/_forms.scss */
  #bookingForm button {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 20px;
    line-height: 1.11111rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 453, ../sass/partials/_forms.scss */
  #bookingForm button {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 20px;
    line-height: 1.11111rem;
  }
}
@media (max-width: 767px) {
  /* line 453, ../sass/partials/_forms.scss */
  #bookingForm button {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 453, ../sass/partials/_forms.scss */
  /* #bookingForm button {
    max-width: 410px;
  } */
}
@media (min-width: 1500px) {
  /* line 453, ../sass/partials/_forms.scss */
  /* #bookingForm button {
    max-width: 410px;
  } */
}
/* line 469, ../sass/partials/_forms.scss */
#bookingForm .etaBambiniWrapper .gfield {
  margin-top: 10px;
  margin-top: 0.55556rem;
  visibility: hidden;
}
/* line 475, ../sass/partials/_forms.scss */
#bookingForm .etaBambiniWrapper select {
  width: auto;
  margin-right: 2px;
}
/* line 480, ../sass/partials/_forms.scss */
#bookingForm .etaBambiniWrapper > label {
  margin: 10px 0 0;
}

/* line 487, ../sass/partials/_forms.scss */
#newsletter button {
  padding: 15px 40px;
  padding: 0.83333rem 2.22222rem;
}
@media (max-width: 767px) {
  /* line 487, ../sass/partials/_forms.scss */
  #newsletter button {
    margin-top: 10px;
    padding: 15px 0;
  }
}

/* INZIO FORM 3 STEP MV */
/* line 500, ../sass/partials/_forms.scss */
.contact-form__title {
  text-align: right;
  color: #ab6699;
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 500, ../sass/partials/_forms.scss */
  .contact-form__title {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 500, ../sass/partials/_forms.scss */
  .contact-form__title {
    font-size: 38px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 500, ../sass/partials/_forms.scss */
  .contact-form__title {
    text-align: center;
  }
}

/* line 521, ../sass/partials/_forms.scss */
.booknow-sidebar fieldset.form-group {
  background: #fff;
  padding: 15px 0;
  margin: 0 10px;
  min-height: 435px;
  -moz-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.75);
}

/* line 529, ../sass/partials/_forms.scss */
.booknow-sidebar .form__legend {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  background: #439cd8;
  padding: 20px;
}
/* line 538, ../sass/partials/_forms.scss */
.booknow-sidebar .form__legend::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -5px;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-left: 30px solid #439cd8;
  border-bottom: 29px solid transparent;
  z-index: 99;
}
/* line 551, ../sass/partials/_forms.scss */
.booknow-sidebar .form__legend.last::after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 529, ../sass/partials/_forms.scss */
  .booknow-sidebar .form__legend {
    font-size: 15px;
  }
  /* line 558, ../sass/partials/_forms.scss */
  .booknow-sidebar .form__legend:after {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 565, ../sass/partials/_forms.scss */
  .booknow-sidebar .form__legend:after {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 571, ../sass/partials/_forms.scss */
  .booknow-sidebar .form__legend:after {
    display: none;
  }
}

/* line 578, ../sass/partials/_forms.scss */
.booknow-sidebar .form-row.input-group {
  padding: 0 15px;
}

/* line 582, ../sass/partials/_forms.scss */
.booknow-sidebar .input-group-addon {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #cbcbcb;
  background: #f4f4f4;
}

/* line 589, ../sass/partials/_forms.scss */
.booknow-sidebar .input-group-addon .fa {
  color: #c9c2ba;
}

/* line 593, ../sass/partials/_forms.scss */
.booknow-sidebar input[type=text], select, input[type=email], textarea {
  border: none;
  color: #201f1f;
  background: #f4f4f4;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 601, ../sass/partials/_forms.scss */
.booknow-sidebar .form-row + .form-row {
  margin-top: 15px;
  padding: 0 15px;
}

/* line 606, ../sass/partials/_forms.scss */
.booknow-sidebar .form-row + .form-row.no-margin {
  margin: 0;
}

/* line 610, ../sass/partials/_forms.scss */
.booknow-sidebar .form-row label.control-label {
  display: none;
}

/* line 614, ../sass/partials/_forms.scss */
.booknow-sidebar .form-section-2 .form-row {
  margin: 15px 15px 0;
}

/* line 618, ../sass/partials/_forms.scss */
.booknow-sidebar .form-control {
  padding: 6px 12px;
  font-size: 12px;
}

/* line 623, ../sass/partials/_forms.scss */
.booknow-sidebar .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 627, ../sass/partials/_forms.scss */
.booknow-sidebar .ui-datepicker {
  width: auto;
}

/* line 631, ../sass/partials/_forms.scss */
.booknow-sidebar .checkbox {
  padding: 0 15px;
}

/* line 635, ../sass/partials/_forms.scss */
.booknow-sidebar .checkbox input[type="checkbox"] {
  position: relative;
  top: 0;
}

/* line 640, ../sass/partials/_forms.scss */
.booknow-sidebar .checkbox a.privacy-link {
  font-size: 14px;
  color: #303136;
  text-decoration: underline;
}

/* line 646, ../sass/partials/_forms.scss */
.booknow-sidebar .checkbox .desc {
  font-size: 13px;
}

/* line 650, ../sass/partials/_forms.scss */
.booknow-sidebar #date-range-picker {
  padding: 0 15px;
}

/* line 655, ../sass/partials/_forms.scss */
.booknow-sidebar .wChildAge .input-group-lg > .form-control {
  height: 34px;
  margin-top: 15px;
  font-size: 17px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 662, ../sass/partials/_forms.scss */
.booknow-sidebar .contact-cta-row {
  margin-top: 15px;
}

/* line 666, ../sass/partials/_forms.scss */
.booknow-sidebar .contact-cta-row button {
  color: #fff;
  font-size: 18px;
  background: #cab466;
  padding: 20px 0;
  border: 1px solid #cab466;
  font-weight: 700;
  text-transform: uppercase;
  width: 92%;
  text-align: center;
  border: none;
  margin: 0 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  -webkit-transition: background, 0.5s;
  transition: background, 0.5s;
}
/* line 683, ../sass/partials/_forms.scss */
.booknow-sidebar .contact-cta-row button:hover {
  background: #968034;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 666, ../sass/partials/_forms.scss */
  .booknow-sidebar .contact-cta-row button {
    width: 88%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* line 666, ../sass/partials/_forms.scss */
  .booknow-sidebar .contact-cta-row button {
    font-size: 15px;
  }
}

/* line 697, ../sass/partials/_forms.scss */
.booknow-sidebar .contact-cta-row button .small {
  font-size: 13px;
  margin-top: 5px;
  text-transform: lowercase;
}

/* line 703, ../sass/partials/_forms.scss */
.booknow-sidebar label.error {
  display: block;
  color: #f00;
  font-size: 10px;
  padding: 0 12px 6px;
  background: #f4f4f4;
  margin-bottom: 0 !important;
}

/* line 712, ../sass/partials/_forms.scss */
.booknow-sidebar .checkbox label.error {
  background: none;
  position: absolute;
  bottom: -30px;
  padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 721, ../sass/partials/_forms.scss */
  .booknow-sidebar .form__legend span {
    width: 25px;
    height: 25px;
  }

  /* line 726, ../sass/partials/_forms.scss */
  .booknow-sidebar #date-range-picker {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 733, ../sass/partials/_forms.scss */
  .booknow-sidebar .outer {
    margin-bottom: 25px;
  }

  /* line 737, ../sass/partials/_forms.scss */
  .booknow-sidebar fieldset.form-group {
    min-height: 0;
    margin-bottom: 20px;
  }

  /* line 742, ../sass/partials/_forms.scss */
  .booknow-sidebar .form__legend {
    text-align: center;
  }

  /* line 746, ../sass/partials/_forms.scss */
  .booknow-sidebar .contact-cta-row button {
    font-size: 24px;
    width: 96%;
  }

  /* line 751, ../sass/partials/_forms.scss */
  .booknow-sidebar .contact-cta-row button .small {
    font-size: 18px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.33333rem;
  }

  /* line 755, ../sass/partials/_forms.scss */
  .booknow-sidebar .checkbox label.error {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 761, ../sass/partials/_forms.scss */
  .booknow-sidebar .outer-border {
    margin-bottom: 15px;
  }

  /* line 765, ../sass/partials/_forms.scss */
  .booknow-sidebar fieldset.form-group {
    min-height: 0;
    margin: 10px 0;
  }

  /* line 770, ../sass/partials/_forms.scss */
  .booknow-sidebar .form__legend {
    text-align: center;
  }

  /* line 774, ../sass/partials/_forms.scss */
  .booknow-sidebar .ui-datepicker {
    margin: 0;
  }

  /* line 778, ../sass/partials/_forms.scss */
  .booknow-sidebar .checkbox label.error {
    bottom: -25px;
  }
}
/* FINE FORM 3 STEP MV */
/* line 787, ../sass/partials/_forms.scss */
.edita-form-builder fieldset.richiesta-preventivo > .efb-legend {
  display: none;
}
/* line 791, ../sass/partials/_forms.scss */
.edita-form-builder .title-open-room > .section-title {
  font-weight: bold;
}
/* line 795, ../sass/partials/_forms.scss */
.edita-form-builder .efb-submit {
  background-color: #cab466;
  border: 0;
  box-shadow: none;
}
/* line 800, ../sass/partials/_forms.scss */
.edita-form-builder .efb-submit:hover {
  background-color: #968034;
  color: #FFF;
}
/* line 806, ../sass/partials/_forms.scss */
.edita-form-builder .select-container {
  background: none;
}
/* line 809, ../sass/partials/_forms.scss */
.edita-form-builder .select-container select {
  background: #F4F3F3;
}
/* line 815, ../sass/partials/_forms.scss */
.edita-form-builder.efb-form-21 #item-efb-421 {
  display: none;
}

/* line 1, ../sass/partials/_header.scss */
header {
  -moz-box-shadow: 0 0 15px 0 #666;
  -webkit-box-shadow: 0 0 15px 0 #666;
  box-shadow: 0 0 15px 0 #666;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_header.scss */
  header {
    position: static;
    padding-top: 10px;
  }
}
/* line 13, ../sass/partials/_header.scss */
header .header-top {
  padding: 15px 0;
  padding: 0.83333rem 0;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/partials/_header.scss */
  header .header-top .logo img {
    margin: 0 auto;
  }
}
/* line 25, ../sass/partials/_header.scss */
header .header-bottom {
  padding: 15px 0;
  padding: 0.83333rem 0;
  background: #4970bd;
}
/* line 31, ../sass/partials/_header.scss */
header .contacts-wrapper {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, ../sass/partials/_header.scss */
  header .contacts-wrapper {
    text-align: center;
    margin-top: 1.66667rem;
  }
}
/* line 40, ../sass/partials/_header.scss */
header .contacts {
  color: #b1a7b3;
  display: inline-block;
  font-size: 21px;
  font-size: 1.16667rem;
  line-height: 23px;
  line-height: 1.27778rem;
}
/* line 45, ../sass/partials/_header.scss */
header .contacts a {
  color: #b1a7b3;
}
/* line 50, ../sass/partials/_header.scss */
header .social {
  display: inline-block;
  margin-left: 30px;
  margin-left: 1.66667rem;
}
/* line 55, ../sass/partials/_header.scss */
header .social a {
  color: #b1a7b3;
  font-size: 1.33333rem;
  display: inline-block;
  width: 38px;
  width: 2.11111rem;
  height: 38px;
  height: 2.11111rem;
  line-height: 38px;
  line-height: 2.11111rem;
  border: 1px solid #b1a7b3;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: inset 1px 1px 2px 0 #b1a7b3;
  -webkit-box-shadow: inset 1px 1px 2px 0 #b1a7b3;
  box-shadow: inset 1px 1px 2px 0 #b1a7b3;
}
/* line 72, ../sass/partials/_header.scss */
header .rate-quote {
  -moz-box-shadow: 0 0 10px rgba(141, 119, 97, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(141, 119, 97, 0.5);
  box-shadow: 0 0 10px rgba(141, 119, 97, 0.5);
  background-color: #cab466;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin-right: 15px;
}
/* line 84, ../sass/partials/_header.scss */
header .rate-quote:hover {
  background-color: #c3ab53;
  color: #fff;
}

/* line 91, ../sass/partials/_header.scss */
#booking {
  margin-top: 30px;
  margin-top: 1.66667rem;
}
/* line 95, ../sass/partials/_header.scss */
#booking .title-block {
  text-align: right;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 22px;
  line-height: 1.22222rem;
  color: #9e918d;
}
/* line 101, ../sass/partials/_header.scss */
#booking .title-block .pink {
  color: #b47eb2;
}

/* line 108, ../sass/partials/_header.scss */
nav.language ul {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 108, ../sass/partials/_header.scss */
  nav.language ul {
    text-align: right;
  }
}
@media (max-width: 767px) {
  /* line 108, ../sass/partials/_header.scss */
  nav.language ul {
    padding: 10px 0;
  }
}
/* line 119, ../sass/partials/_header.scss */
nav.language li {
  display: inline-block;
}
/* line 122, ../sass/partials/_header.scss */
nav.language li a {
  display: block;
  text-align: center;
  margin: 0 2px;
  background: #f2f2f2;
  color: #9f9b8e !important;
  font-size: 13px !important;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  line-height: 30px;
  line-height: 1.66667rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: inset 1px 1px 2px 0 #9f9b8e;
  -webkit-box-shadow: inset 1px 1px 2px 0 #9f9b8e;
  box-shadow: inset 1px 1px 2px 0 #9f9b8e;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 122, ../sass/partials/_header.scss */
  nav.language li a {
    width: 2.22222rem;
    height: 2.22222rem;
    line-height: 2.22222rem;
    font-size: 0.88889rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 122, ../sass/partials/_header.scss */
  nav.language li a {
    width: 2.22222rem;
    height: 2.22222rem;
    line-height: 2.22222rem;
    font-size: 0.88889rem;
  }
}
@media (max-width: 767px) {
  /* line 122, ../sass/partials/_header.scss */
  nav.language li a {
    width: 2.08333rem;
    height: 2.08333rem;
    line-height: 2.08333rem;
    font-size: 1rem;
    margin: 0 5px;
  }
}
/* line 163, ../sass/partials/_header.scss */
nav.language li.active a {
  color: #201f1f;
}

/* line 169, ../sass/partials/_header.scss */
.lang-wrapper {
  overflow: hidden;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
/* line 173, ../sass/partials/_header.scss */
.lang-wrapper.show {
  height: 45px;
}

/* line 178, ../sass/partials/_header.scss */
.current-lang {
  display: block;
  background: url('../images/background/arrow-lang-xs.png?1580202274') center 5px no-repeat #b47eb2;
  padding: 20px 0 5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 16px;
  line-height: 0.88889rem;
}
/* line 187, ../sass/partials/_header.scss */
.current-lang:hover, .current-lang:visited, .current-lang:focus {
  color: #fff;
}

/* line 192, ../sass/partials/_header.scss */
.mobi-buttons {
  text-align: right;
  padding: 0 0 5px 0;
}
/* line 196, ../sass/partials/_header.scss */
.mobi-buttons > span {
  display: inline-block;
}
/* line 200, ../sass/partials/_header.scss */
.mobi-buttons label {
  display: block;
  color: #439cd8;
}

/* line 206, ../sass/partials/_header.scss */
.mobi-buttons a {
  display: inline-block;
  width: 38px;
  height: 32px;
  margin: 0 2px;
}

/* line 62, ../sass/partials/_base.scss */
.mobi-buttons a.tel {
  background: url('../images/sprite-s4bc18dc411.png') 0 -406px;
}

/* line 62, ../sass/partials/_base.scss */
.mobi-buttons a.mail {
  background: url('../images/sprite-s4bc18dc411.png') 0 0;
}

/* line 62, ../sass/partials/_base.scss */
.mobi-buttons a.quote {
  background: url('../images/sprite-s4bc18dc411.png') 0 -256px;
}

/* line 62, ../sass/partials/_base.scss */
.mobi-buttons a.navigator {
  background: url('../images/sprite-s4bc18dc411.png') 0 -75px;
}

/* line 215, ../sass/partials/_header.scss */
#site-navigation {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-height: 0;
}
/* line 223, ../sass/partials/_header.scss */
#site-navigation .navbar-collapse {
  padding: 0;
}
/* line 227, ../sass/partials/_header.scss */
#site-navigation ul.menu {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 227, ../sass/partials/_header.scss */
  #site-navigation ul.menu {
    text-align: center;
    background: #819cd1;
  }
}
/* line 236, ../sass/partials/_header.scss */
#site-navigation li {
  float: none;
  display: inline-block;
}
/* line 239, ../sass/partials/_header.scss */
#site-navigation li a {
  padding: 10px;
  padding: 0.55556rem;
  font-size: 17px;
  font-size: 0.94444rem;
  line-height: 17px;
  line-height: 0.94444rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 239, ../sass/partials/_header.scss */
  #site-navigation li a {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 20px;
    line-height: 1.11111rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 239, ../sass/partials/_header.scss */
  #site-navigation li a {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 20px;
    line-height: 1.11111rem;
  }
}
@media (max-width: 767px) {
  /* line 239, ../sass/partials/_header.scss */
  #site-navigation li a {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 1.33333rem;
    padding: 10px 0;
  }
}
/* line 260, ../sass/partials/_header.scss */
#site-navigation li.current-menu-item > a, #site-navigation li.current-menu-parent > a, #site-navigation li:hover > a {
  background: #3c60a6;
}
/* line 266, ../sass/partials/_header.scss */
#site-navigation li ul {
  top: 36px;
  top: 2rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #4970bd;
  display: none;
  text-align: left;
  left: auto;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 266, ../sass/partials/_header.scss */
  #site-navigation li ul {
    top: 2.16667rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 266, ../sass/partials/_header.scss */
  #site-navigation li ul {
    top: 2.16667rem;
  }
}
@media (max-width: 767px) {
  /* line 266, ../sass/partials/_header.scss */
  #site-navigation li ul {
    text-align: center;
  }
}
/* line 288, ../sass/partials/_header.scss */
#site-navigation li ul a {
  text-transform: none;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 17px;
  line-height: 0.94444rem;
  padding: 15px;
  padding: 0.83333rem;
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 288, ../sass/partials/_header.scss */
  #site-navigation li ul a {
    font-size: 18px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.11111rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 288, ../sass/partials/_header.scss */
  #site-navigation li ul a {
    font-size: 18px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.11111rem;
  }
}
@media (max-width: 767px) {
  /* line 288, ../sass/partials/_header.scss */
  #site-navigation li ul a {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 22px;
    line-height: 1.22222rem;
    background: #ded09f;
  }
}
/* line 309, ../sass/partials/_header.scss */
#site-navigation li ul li:hover a,
#site-navigation li ul li.current-menu-item a {
  background: #3c60a6;
}
@media (max-width: 767px) {
  /* line 309, ../sass/partials/_header.scss */
  #site-navigation li ul li:hover a,
  #site-navigation li ul li.current-menu-item a {
    background: #cab466;
  }
}
/* line 319, ../sass/partials/_header.scss */
#site-navigation li:hover ul {
  display: block;
}
/* line 325, ../sass/partials/_header.scss */
#site-navigation .lang-wrapper li {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  /* line 333, ../sass/partials/_header.scss */
  #site-navigation li {
    *zoom: 1;
    float: none;
  }
  /* line 38, ../../../../../../Program Files/Ruby/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #site-navigation li:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 338, ../sass/partials/_header.scss */
  #site-navigation li {
    display: block;
    width: 100%;
  }
  /* line 342, ../sass/partials/_header.scss */
  #site-navigation li:hover ul {
    display: none;
  }
  /* line 347, ../sass/partials/_header.scss */
  #site-navigation ul {
    display: block;
    width: 100%;
  }
  /* line 351, ../sass/partials/_header.scss */
  #site-navigation ul ul {
    position: static;
  }
  /* line 354, ../sass/partials/_header.scss */
  #site-navigation ul ul.open {
    display: block;
  }
  /* line 359, ../sass/partials/_header.scss */
  #site-navigation a {
    display: block;
    width: 100%;
  }
}

/* line 366, ../sass/partials/_header.scss */
.navbar-header {
  display: inline-block;
}

/* line 373, ../sass/partials/_header.scss */
.navbar-header .navbar-toggle,
.navbar-default .navbar-toggle {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #439cd8;
}
/* line 383, ../sass/partials/_header.scss */
.navbar-header .navbar-toggle:hover,
.navbar-default .navbar-toggle:hover {
  background-color: #439cd8;
}
/* line 387, ../sass/partials/_header.scss */
.navbar-header .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

/* line 393, ../sass/partials/_header.scss */
.booking-wrapper {
  background-color: #f9f5f3;
}

/* line 1, ../sass/partials/_header-slideshow.scss */
section.header-slideshow {
  position: relative;
}
/* line 4, ../sass/partials/_header-slideshow.scss */
section.header-slideshow.upper {
  margin-top: -85px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, ../sass/partials/_header-slideshow.scss */
  section.header-slideshow.upper {
    margin-top: -115px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/partials/_header-slideshow.scss */
  section.header-slideshow.upper {
    margin-top: 0;
  }
}
/* line 18, ../sass/partials/_header-slideshow.scss */
.single-room section.header-slideshow {
  background: url('../images/background/pattern-carta-riso.png?1580202274') top left repeat;
}
/* line 22, ../sass/partials/_header-slideshow.scss */
section.header-slideshow .arrow {
  position: absolute;
  width: 130px;
  width: 7.22222rem;
  height: 90px;
  height: 5rem;
  text-align: center;
  z-index: 101;
  bottom: 0;
  margin-bottom: -45px;
  margin-bottom: -2.5rem;
  left: 50%;
  margin-left: -65px;
  margin-left: -3.61111rem;
  background: url('../images/background/angle-down.png?1580202274') center center no-repeat #fff;
  -moz-box-shadow: 0px 0px 15px #999;
  -webkit-box-shadow: 0px 0px 15px #999;
  box-shadow: 0px 0px 15px #999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 22, ../sass/partials/_header-slideshow.scss */
  section.header-slideshow .arrow {
    background-size: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, ../sass/partials/_header-slideshow.scss */
  section.header-slideshow .arrow {
    background-size: 50%;
  }
}
/* line 48, ../sass/partials/_header-slideshow.scss */
section.header-slideshow .claim {
  position: absolute;
  width: 100%;
  z-index: 101;
  text-transform: uppercase;
  color: #fff;
  font-size: 43px;
  font-size: 2.38889rem;
  line-height: 43px;
  line-height: 2.38889rem;
  font-weight: 300;
  text-shadow: 0px 0px 5px #666;
  left: 0;
  top: 50%;
  text-align: center;
}
/* line 62, ../sass/partials/_header-slideshow.scss */
section.header-slideshow .cycle-pager {
  position: absolute;
  width: 100%;
  z-index: 101;
  line-height: 0;
  bottom: 10%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 62, ../sass/partials/_header-slideshow.scss */
  section.header-slideshow .cycle-pager {
    bottom: 15%;
  }
}
/* line 74, ../sass/partials/_header-slideshow.scss */
section.header-slideshow .cycle-pager span {
  display: inline-block;
  margin: 0 3px;
  height: 15px;
  width: 15px;
  background-color: #94847d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 0;
}
/* line 122, ../sass/partials/_base.scss */
section.header-slideshow .cycle-pager span.cycle-pager-active {
  background-color: #fff;
}

/* line 1, ../sass/partials/_offerte.scss */
.offer-item {
  background: #fff;
  position: relative;
}
/* line 5, ../sass/partials/_offerte.scss */
.offer-item::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 30px;
  background: url('../images/sprite-s4bc18dc411.png') 0 -193px;
  height: 53px;
  width: 58px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/partials/_offerte.scss */
  .offer-item::after {
    -moz-background-size: 46px 307px;
    -o-background-size: 46px 307px;
    -webkit-background-size: 46px 307px;
    background-size: 46px 307px;
    width: 41px;
    height: 38px;
    background-position: 0 -136px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../sass/partials/_offerte.scss */
  .offer-item::after {
    -moz-background-size: 46px 307px;
    -o-background-size: 46px 307px;
    -webkit-background-size: 46px 307px;
    background-size: 46px 307px;
    width: 41px;
    height: 38px;
    background-position: 0 -136px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/partials/_offerte.scss */
  .offer-item::after {
    -moz-background-size: 46px 307px;
    -o-background-size: 46px 307px;
    -webkit-background-size: 46px 307px;
    background-size: 46px 307px;
    width: 41px;
    height: 38px;
    background-position: 0 -136px;
    right: 15px;
  }
}
/* line 28, ../sass/partials/_offerte.scss */
.offer-item .info {
  padding: 30px 30px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 28, ../sass/partials/_offerte.scss */
  .offer-item .info {
    padding: 1.66667rem;
  }
}
@media (max-width: 767px) {
  /* line 28, ../sass/partials/_offerte.scss */
  .offer-item .info {
    padding: 15px;
  }
}
/* line 40, ../sass/partials/_offerte.scss */
.offer-item .title {
  display: block;
  color: #4970bd;
  font-size: 37px;
  font-size: 2.05556rem;
  line-height: 37px;
  line-height: 2.05556rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
/* line 50, ../sass/partials/_offerte.scss */
.offer-item .description {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 22px;
  line-height: 1.22222rem;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
}
/* line 56, ../sass/partials/_offerte.scss */
.offer-item .price-intro {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
  line-height: 1rem;
  font-weight: 700;
  color: #949494;
}
/* line 62, ../sass/partials/_offerte.scss */
.offer-item .price {
  font-size: 58px;
  font-size: 3.22222rem;
  line-height: 60px;
  line-height: 3.33333rem;
  font-weight: 300;
  color: #cab466;
}
/* line 68, ../sass/partials/_offerte.scss */
section.offert-list .offer-item {
  margin-bottom: 50px;
  margin-bottom: 2.77778rem;
  background: url('../images/background/pattern-carta-riso.png?1580202274') top left repeat;
}
@media (max-width: 767px) {
  /* line 68, ../sass/partials/_offerte.scss */
  section.offert-list .offer-item {
    margin-bottom: 15px;
  }
}
/* line 77, ../sass/partials/_offerte.scss */
section.offert-list .offer-item:hover {
  -moz-box-shadow: 0 0 15px #999;
  -webkit-box-shadow: 0 0 15px #999;
  box-shadow: 0 0 15px #999;
}

/* line 83, ../sass/partials/_offerte.scss */
.post-carousel {
  margin-bottom: 2.22222rem;
}

/* line 87, ../sass/partials/_offerte.scss */
.post-carousel,
#offerts {
  padding-bottom: 30px;
  padding-bottom: 1.66667rem;
}
/* line 92, ../sass/partials/_offerte.scss */
.post-carousel .cycle-pager,
#offerts .cycle-pager {
  text-align: center;
  line-height: 0;
  margin-top: 30px;
  margin-top: 1.66667rem;
}
@media (max-width: 767px) {
  /* line 92, ../sass/partials/_offerte.scss */
  .post-carousel .cycle-pager,
  #offerts .cycle-pager {
    margin-top: 15px;
  }
}
/* line 102, ../sass/partials/_offerte.scss */
.post-carousel .cycle-pager span,
#offerts .cycle-pager span {
  display: inline-block;
  margin: 0 3px;
  height: 15px;
  width: 15px;
  background-color: #e3dee4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
}
/* line 122, ../sass/partials/_base.scss */
.post-carousel .cycle-pager span.cycle-pager-active,
#offerts .cycle-pager span.cycle-pager-active {
  background-color: #439cd8;
}
/* line 109, ../sass/partials/_offerte.scss */
.post-carousel .all,
#offerts .all {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 22px;
  line-height: 1.22222rem;
  font-weight: 300;
  color: #a3969a;
  margin-top: 30px;
  margin-top: 1.66667rem;
}
@media (max-width: 767px) {
  /* line 109, ../sass/partials/_offerte.scss */
  .post-carousel .all,
  #offerts .all {
    margin-top: 15px;
  }
}
/* line 123, ../sass/partials/_offerte.scss */
.post-carousel .all i,
#offerts .all i {
  padding-left: 15px;
  padding-left: 0.83333rem;
}
/* line 129, ../sass/partials/_offerte.scss */
.post-carousel .mobi-item,
#offerts .mobi-item {
  width: 100%;
}

/* line 134, ../sass/partials/_offerte.scss */
section.offers-wrapper {
  background: url('../images/background/pattern-carta-riso.png?1580202274') top left repeat;
  padding: 90px 0 25px;
  padding: 5rem 0 1.38889rem;
  position: relative;
  border-top: 15px solid #fff;
  margin-bottom: 75px;
  margin-bottom: 4.16667rem;
}
@media (max-width: 767px) {
  /* line 134, ../sass/partials/_offerte.scss */
  section.offers-wrapper {
    padding: 45px 0 30px;
  }
}
/* line 147, ../sass/partials/_offerte.scss */
section.offers-wrapper::before, section.offers-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  width: 33%;
  height: 15px;
  background: #fff;
  top: -16px;
  border-bottom: 1px solid #e0dce0;
}
/* line 158, ../sass/partials/_offerte.scss */
section.offers-wrapper::before {
  left: 0;
  border-right: 1px solid #e0dce0;
  -moz-box-shadow: 15px 15px 0px 0px #fff, 0px 15px 0px 0px #fff;
  -webkit-box-shadow: 15px 15px 0px 0px #fff, 0px 15px 0px 0px #fff;
  box-shadow: 15px 15px 0px 0px #fff, 0px 15px 0px 0px #fff;
}
/* line 164, ../sass/partials/_offerte.scss */
section.offers-wrapper::after {
  right: 0;
  border-left: 1px solid #e0dce0;
  -moz-box-shadow: -15px 15px 0px 0px #fff, 0px 15px 0px 0px #fff;
  -webkit-box-shadow: -15px 15px 0px 0px #fff, 0px 15px 0px 0px #fff;
  box-shadow: -15px 15px 0px 0px #fff, 0px 15px 0px 0px #fff;
}
/* line 170, ../sass/partials/_offerte.scss */
.home section.offers-wrapper {
  padding: 90px 0 0;
  padding: 5rem 0 0;
  border-bottom: 1px solid #e0dce0;
  -moz-box-shadow: 0px 15px 0px 0px #f6f6f6;
  -webkit-box-shadow: 0px 15px 0px 0px #f6f6f6;
  box-shadow: 0px 15px 0px 0px #f6f6f6;
  border-top: none;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 170, ../sass/partials/_offerte.scss */
  .home section.offers-wrapper {
    padding: 30px 0 0;
  }
}
/* line 183, ../sass/partials/_offerte.scss */
.home section.offers-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  width: 160px;
  width: 8.88889rem;
  height: 60px;
  height: 3.33333rem;
  top: 0;
  left: 50%;
  margin-left: -80px;
  margin-left: -4.44444rem;
  background: #f2f2f2;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 183, ../sass/partials/_offerte.scss */
  .home section.offers-wrapper::before {
    content: none;
  }
}
@media (max-width: 767px) {
  /* line 183, ../sass/partials/_offerte.scss */
  .home section.offers-wrapper::before {
    content: none;
  }
}
/* line 208, ../sass/partials/_offerte.scss */
.home section.offers-wrapper::after {
  content: none;
}

/* line 215, ../sass/partials/_offerte.scss */
.single-offert .aside-booking-wrapper {
  position: relative;
}
/* line 221, ../sass/partials/_offerte.scss */
.single-offert article.offert .price-wrapper {
  background: #c2dff2;
  padding: 15px;
  padding: 0.83333rem;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
/* line 229, ../sass/partials/_offerte.scss */
.single-offert article.offert .price-intro, .single-offert article.offert .price-specs {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 47px;
  line-height: 2.61111rem;
}
/* line 233, ../sass/partials/_offerte.scss */
.single-offert article.offert .price {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 45px;
  font-size: 2.5rem;
  line-height: 47px;
  line-height: 2.61111rem;
  padding: 15px 0;
  padding: 0.83333rem 0;
  background-color: #439cd8;
}
/* line 243, ../sass/partials/_offerte.scss */
.single-offert article.offert .right-text {
  margin-top: 35px;
  margin-top: 1.94444rem;
}
/* line 247, ../sass/partials/_offerte.scss */
.single-offert article.offert .right-text .content {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 20px;
  line-height: 1.11111rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 247, ../sass/partials/_offerte.scss */
  .single-offert article.offert .right-text .content {
    font-size: 17px;
    font-size: 0.94444rem;
    line-height: 23px;
    line-height: 1.27778rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 247, ../sass/partials/_offerte.scss */
  .single-offert article.offert .right-text .content {
    font-size: 17px;
    font-size: 0.94444rem;
    line-height: 23px;
    line-height: 1.27778rem;
  }
}
@media (max-width: 767px) {
  /* line 247, ../sass/partials/_offerte.scss */
  .single-offert article.offert .right-text .content {
    font-size: 17px;
    font-size: 0.94444rem;
    line-height: 23px;
    line-height: 1.27778rem;
  }
}
/* line 262, ../sass/partials/_offerte.scss */
.single-offert article.offert .right-text .content p {
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
/* line 267, ../sass/partials/_offerte.scss */
.single-offert article.offert .right-text .content b, .single-offert article.offert .right-text .content strong {
  color: #439cd8;
  font-weight: 900;
}
/* line 275, ../sass/partials/_offerte.scss */
.single-offert .h1, .single-offert h1, .single-offert h1.entry-title {
  text-align: center;
}
/* line 279, ../sass/partials/_offerte.scss */
.single-offert h2.entry-subtitle {
  text-align: left;
  color: #c083b1;
  font-size: 24px;
}
/* line 286, ../sass/partials/_offerte.scss */
.single-offert .aside-offerte #booking {
  padding: 30px 30px 40px 30px;
  background-color: #f9f5f3;
  margin-top: 0;
}
/* line 291, ../sass/partials/_offerte.scss */
.single-offert .aside-offerte #booking.isFixed {
  margin-top: 160px;
}
/* line 295, ../sass/partials/_offerte.scss */
.single-offert .aside-offerte #booking .gfield {
  margin-bottom: 20px;
}
/* line 299, ../sass/partials/_offerte.scss */
.single-offert .aside-offerte #booking input[type="text"],
.single-offert .aside-offerte #booking select {
  background-color: transparent;
}

/* line 307, ../sass/partials/_offerte.scss */
.offer-header-image img {
  display: block;
  margin: 0 auto;
}

/* line 312, ../sass/partials/_offerte.scss */
.scores img {
  width: 48%;
  margin: 0 0 15px;
}
/* line 316, ../sass/partials/_offerte.scss */
.scores img.left {
  float: left;
}
/* line 320, ../sass/partials/_offerte.scss */
.scores img.right {
  float: right;
}
@media (max-width: 767px) {
  /* line 312, ../sass/partials/_offerte.scss */
  .scores img {
    width: 100%;
  }
  /* line 326, ../sass/partials/_offerte.scss */
  .scores img.left, .scores img.right {
    float: none;
  }
}

/* line 1, ../sass/partials/_boxes.scss */
section.big-boxes {
  background: url('../images/background/pattern-carta-riso.png?1580202274') top left repeat #f9f9f9;
  padding: 100px 0;
  padding: 5.55556rem 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_boxes.scss */
  section.big-boxes {
    padding: 30px 0;
  }
}
/* line 11, ../sass/partials/_boxes.scss */
section.big-boxes::before {
  content: '';
  display: block;
  position: absolute;
  width: 160px;
  width: 8.88889rem;
  height: 60px;
  height: 3.33333rem;
  top: 0;
  left: 50%;
  margin-left: -80px;
  margin-left: -4.44444rem;
  background: #ededed;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 11, ../sass/partials/_boxes.scss */
  section.big-boxes::before {
    content: none;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/partials/_boxes.scss */
  section.big-boxes::before {
    content: none;
  }
}
/* line 34, ../sass/partials/_boxes.scss */
section.big-boxes mark {
  text-align: center;
  font-size: 55px;
  font-size: 3.05556rem;
  line-height: 57px;
  line-height: 3.16667rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #a9913b;
  margin: 0 0 50px;
  margin: 0 0 2.77778rem;
}
/* line 44, ../sass/partials/_boxes.scss */
section.big-boxes .sub {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 32px;
  line-height: 1.77778rem;
  color: #a7a7b1;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  text-align: center;
  font-weight: 300;
}
/* line 53, ../sass/partials/_boxes.scss */
section.big-boxes .box {
  position: relative;
}
@media (max-width: 767px) {
  /* line 53, ../sass/partials/_boxes.scss */
  section.big-boxes .box {
    position: static;
  }
}
/* line 60, ../sass/partials/_boxes.scss */
section.big-boxes .box .image {
  overflow: hidden;
}
/* line 63, ../sass/partials/_boxes.scss */
section.big-boxes .box .image img {
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
/* line 68, ../sass/partials/_boxes.scss */
section.big-boxes .box .text {
  position: absolute;
  padding: 15px 30px;
  padding: 0.83333rem 1.66667rem;
  height: auto;
  top: 40%;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 68, ../sass/partials/_boxes.scss */
  section.big-boxes .box .text {
    width: 100%;
    position: static;
    height: auto;
    padding: 15px 0;
  }
}
/* line 83, ../sass/partials/_boxes.scss */
section.big-boxes .box .text .title {
  font-size: 67px;
  font-size: 3.72222rem;
  line-height: 69px;
  line-height: 3.83333rem;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 89, ../sass/partials/_boxes.scss */
section.big-boxes .box .text .subtitle {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 22px;
  line-height: 1.22222rem;
  color: #868686;
  font-weight: 500;
}
/* line 113, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-1 .text {
  text-align: left;
  left: 0;
}
@media (max-width: 767px) {
  /* line 113, ../sass/partials/_boxes.scss */
  section.big-boxes .box#box-1 .text {
    text-align: center;
  }
}
/* line 138, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-1 .title {
  color: #cab466;
}
/* line 97, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-2 {
  top: 100px;
  top: 5.55556rem;
}
/* line 103, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-2 .text {
  text-align: right;
  right: 0;
}
@media (max-width: 767px) {
  /* line 103, ../sass/partials/_boxes.scss */
  section.big-boxes .box#box-2 .text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 97, ../sass/partials/_boxes.scss */
  section.big-boxes .box#box-2 {
    margin: 15px 0 0 0;
  }
}
/* line 143, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-2 .title {
  color: #9ec5c3;
}
/* line 97, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-3 {
  margin-top: 30px;
  margin-top: 1.66667rem;
}
/* line 113, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-3 .text {
  text-align: left;
  left: 0;
}
@media (max-width: 767px) {
  /* line 113, ../sass/partials/_boxes.scss */
  section.big-boxes .box#box-3 .text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 97, ../sass/partials/_boxes.scss */
  section.big-boxes .box#box-3 {
    margin: 15px 0 0 0;
  }
}
/* line 148, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-3 .title {
  color: #c083b1;
}
/* line 97, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-4 {
  top: 100px;
  top: 5.55556rem;
  margin-top: 30px;
  margin-top: 1.66667rem;
}
/* line 103, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-4 .text {
  text-align: right;
  right: 0;
}
@media (max-width: 767px) {
  /* line 103, ../sass/partials/_boxes.scss */
  section.big-boxes .box#box-4 .text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 97, ../sass/partials/_boxes.scss */
  section.big-boxes .box#box-4 {
    margin: 15px 0 0 0;
  }
}
/* line 153, ../sass/partials/_boxes.scss */
section.big-boxes .box#box-4 .title {
  color: #c1c893;
}
/* line 161, ../sass/partials/_boxes.scss */
section.big-boxes .box:hover .image img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 168, ../sass/partials/_boxes.scss */
section.small-boxes {
  background: url('../images/background/pattern-carta-riso.png?1580202274') top left repeat #f9f9f9;
  padding: 100px 0 40px;
  padding: 5.55556rem 0 2.22222rem;
  position: relative;
}
@media (max-width: 767px) {
  /* line 168, ../sass/partials/_boxes.scss */
  section.small-boxes {
    padding: 30px 0 15px;
  }
}
/* line 178, ../sass/partials/_boxes.scss */
section.small-boxes::before {
  content: '';
  display: block;
  position: absolute;
  width: 160px;
  width: 8.88889rem;
  height: 60px;
  height: 3.33333rem;
  top: 0;
  left: 50%;
  margin-left: -80px;
  margin-left: -4.44444rem;
  background: #ededed;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 178, ../sass/partials/_boxes.scss */
  section.small-boxes::before {
    content: none;
  }
}
@media (max-width: 767px) {
  /* line 178, ../sass/partials/_boxes.scss */
  section.small-boxes::before {
    content: none;
  }
}
/* line 201, ../sass/partials/_boxes.scss */
section.small-boxes .arrow {
  position: absolute;
  width: 130px;
  width: 7.22222rem;
  height: 90px;
  height: 5rem;
  text-align: center;
  z-index: 101;
  top: 0;
  margin-top: -45px;
  margin-top: -2.5rem;
  left: 50%;
  margin-left: -65px;
  margin-left: -3.61111rem;
  background: url('../images/background/angle-down.png?1580202274') center center no-repeat #f6f6f6;
  -moz-box-shadow: 0px 0px 15px #999;
  -webkit-box-shadow: 0px 0px 15px #999;
  box-shadow: 0px 0px 15px #999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 201, ../sass/partials/_boxes.scss */
  section.small-boxes .arrow {
    background-size: 50%;
  }
}
/* line 223, ../sass/partials/_boxes.scss */
section.small-boxes mark {
  text-align: center;
  font-size: 55px;
  font-size: 3.05556rem;
  line-height: 57px;
  line-height: 3.16667rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #a9913b;
  margin-bottom: 50px;
  margin-bottom: 2.77778rem;
}
/* line 233, ../sass/partials/_boxes.scss */
section.small-boxes .sub {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 32px;
  line-height: 1.77778rem;
  color: #a7a7b1;
  margin: 0 0 15px;
  margin: 0 0 0.83333rem;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 242, ../sass/partials/_boxes.scss */
  section.small-boxes .box {
    margin-bottom: 15px;
  }
}
/* line 248, ../sass/partials/_boxes.scss */
section.small-boxes .box .image {
  overflow: hidden;
}
/* line 251, ../sass/partials/_boxes.scss */
section.small-boxes .box .image img {
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
/* line 256, ../sass/partials/_boxes.scss */
section.small-boxes .box .text {
  text-align: center;
  padding: 30px 0;
  padding: 1.66667rem 0;
  display: block;
  background: #fff;
}
/* line 263, ../sass/partials/_boxes.scss */
section.small-boxes .box .text .title {
  font-size: 45px;
  font-size: 2.5rem;
  line-height: 47px;
  line-height: 2.61111rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 263, ../sass/partials/_boxes.scss */
  section.small-boxes .box .text .title {
    font-size: 35px;
    font-size: 1.94444rem;
    line-height: 37px;
    line-height: 2.05556rem;
  }
}
/* line 278, ../sass/partials/_boxes.scss */
section.small-boxes .box#box-1 .title {
  color: #cab466;
}
/* line 283, ../sass/partials/_boxes.scss */
section.small-boxes .box#box-2 .title {
  color: #9ec5c3;
}
/* line 288, ../sass/partials/_boxes.scss */
section.small-boxes .box#box-3 .title {
  color: #c083b1;
}
/* line 293, ../sass/partials/_boxes.scss */
section.small-boxes .box#box-4 .title {
  color: #c1c893;
}
/* line 301, ../sass/partials/_boxes.scss */
section.small-boxes .box:hover .image img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 1, ../sass/partials/_buonimotivi.scss */
section.buonimotivi {
  padding: 90px 0 0;
  padding: 5rem 0 0;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_buonimotivi.scss */
  section.buonimotivi {
    padding: 30px 0;
  }
}
/* line 9, ../sass/partials/_buonimotivi.scss */
section.buonimotivi mark {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #4970bd;
  font-size: 55px;
  font-size: 3.05556rem;
  line-height: 57px;
  line-height: 3.16667rem;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
@media (max-width: 767px) {
  /* line 9, ../sass/partials/_buonimotivi.scss */
  section.buonimotivi mark {
    margin-bottom: 30px;
  }
}
/* line 23, ../sass/partials/_buonimotivi.scss */
section.buonimotivi .list {
  background: url('../images/background/pattern-righe.png?1580202274') top left repeat;
  padding: 45px 0;
  padding: 2.5rem 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../sass/partials/_buonimotivi.scss */
  section.buonimotivi .list {
    padding: 2.5rem 0 1.38889rem;
  }
}
@media (max-width: 767px) {
  /* line 23, ../sass/partials/_buonimotivi.scss */
  section.buonimotivi .list {
    padding: 30px 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 37, ../sass/partials/_buonimotivi.scss */
  section.buonimotivi .item {
    margin-bottom: 1.11111rem;
  }
}
@media (max-width: 767px) {
  /* line 37, ../sass/partials/_buonimotivi.scss */
  section.buonimotivi .item {
    margin-bottom: 15px;
  }
}
/* line 46, ../sass/partials/_buonimotivi.scss */
section.buonimotivi .item .image {
  background: #fff;
  padding: 20px;
  padding: 1.11111rem;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}
/* line 55, ../sass/partials/_buonimotivi.scss */
section.buonimotivi .item .image::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -15px;
  bottom: -0.83333rem;
  left: 50%;
  margin-left: -15px;
  margin-left: -0.83333rem;
  -moz-box-shadow: 2px 2px 5px #ddd;
  -webkit-box-shadow: 2px 2px 5px #ddd;
  box-shadow: 2px 2px 5px #ddd;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/partials/_buonimotivi.scss */
  section.buonimotivi .item .image img {
    margin: 0 auto;
  }
}
/* line 80, ../sass/partials/_buonimotivi.scss */
section.buonimotivi .item .text {
  text-align: center;
  text-transform: uppercase;
  color: #786f6f;
  font-size: 18px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.11111rem;
  padding: 0 15px;
  padding: 0 0.83333rem;
}

/* line 2, ../sass/partials/_camere.scss */
.single-room a.back {
  float: right;
  margin-bottom: 25px;
  margin-bottom: 1.38889rem;
  text-decoration: underline;
}
/* line 10, ../sass/partials/_camere.scss */
.single-room article.room .buttons {
  margin-top: 50px;
  margin-top: 2.77778rem;
}
@media (max-width: 767px) {
  /* line 10, ../sass/partials/_camere.scss */
  .single-room article.room .buttons {
    margin-top: 15px;
  }
}
/* line 19, ../sass/partials/_camere.scss */
.single-room article.room .quote-button {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  background-color: #cab466;
  padding: 12px 40px;
  padding: 0.66667rem 2.22222rem;
  border: none;
  text-transform: uppercase;
  -moz-box-shadow: 0 0 5px 0 #666;
  -webkit-box-shadow: 0 0 5px 0 #666;
  box-shadow: 0 0 5px 0 #666;
}
/* line 77, ../sass/partials/_base.scss */
.single-room article.room .quote-button:hover {
  background-color: #a9913b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19, ../sass/partials/_camere.scss */
  .single-room article.room .quote-button {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 1.33333rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, ../sass/partials/_camere.scss */
  .single-room article.room .quote-button {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 1.33333rem;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/partials/_camere.scss */
  .single-room article.room .quote-button {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}
/* line 25, ../sass/partials/_camere.scss */
.single-room article.room .info-button {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  background-color: #a4998c;
  padding: 12px 40px;
  padding: 0.66667rem 2.22222rem;
  border: none;
  text-transform: uppercase;
  -moz-box-shadow: 0 0 5px 0 #666;
  -webkit-box-shadow: 0 0 5px 0 #666;
  box-shadow: 0 0 5px 0 #666;
  margin-top: 25px;
  margin-top: 1.38889rem;
}
/* line 77, ../sass/partials/_base.scss */
.single-room article.room .info-button:hover {
  background-color: #7f7364;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 25, ../sass/partials/_camere.scss */
  .single-room article.room .info-button {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 1.33333rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 25, ../sass/partials/_camere.scss */
  .single-room article.room .info-button {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 1.33333rem;
  }
}
@media (max-width: 767px) {
  /* line 25, ../sass/partials/_camere.scss */
  .single-room article.room .info-button {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  /* line 25, ../sass/partials/_camere.scss */
  .single-room article.room .info-button {
    margin-top: 15px;
  }
}
/* line 36, ../sass/partials/_camere.scss */
.single-room article.room .price-wrapper {
  background: #f9f3f7;
  padding: 15px;
  padding: 0.83333rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../sass/partials/_camere.scss */
  .single-room article.room .price-wrapper {
    margin-top: 2.77778rem;
  }
}
@media (max-width: 767px) {
  /* line 36, ../sass/partials/_camere.scss */
  .single-room article.room .price-wrapper {
    margin-top: 30px;
  }
}
/* line 50, ../sass/partials/_camere.scss */
.single-room article.room .price-intro {
  text-align: center;
  color: #a998a5;
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 24px;
  line-height: 1.33333rem;
  padding: 25px 75px;
  padding: 1.38889rem 4.16667rem;
  border-width: 1px 1px 0 1px;
  border-color: #ebd8e6;
  border-style: solid;
}
/* line 63, ../sass/partials/_camere.scss */
.single-room article.room .price {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 45px;
  font-size: 2.5rem;
  line-height: 47px;
  line-height: 2.61111rem;
  padding: 15px 0;
  padding: 0.83333rem 0;
  background-color: #b47eb2;
}
/* line 74, ../sass/partials/_camere.scss */
.single-room article.room .right-text .title {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 24px;
  line-height: 1.33333rem;
  margin-bottom: 25px;
  margin-bottom: 1.38889rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 74, ../sass/partials/_camere.scss */
  .single-room article.room .right-text .title {
    font-size: 25px;
    font-size: 1.38889rem;
    line-height: 27px;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 74, ../sass/partials/_camere.scss */
  .single-room article.room .right-text .title {
    font-size: 25px;
    font-size: 1.38889rem;
    line-height: 27px;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  /* line 74, ../sass/partials/_camere.scss */
  .single-room article.room .right-text .title {
    font-size: 25px;
    font-size: 1.38889rem;
    line-height: 27px;
    line-height: 1.5rem;
  }
}
/* line 92, ../sass/partials/_camere.scss */
.single-room article.room .right-text .content {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 20px;
  line-height: 1.11111rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/partials/_camere.scss */
  .single-room article.room .right-text .content {
    font-size: 17px;
    font-size: 0.94444rem;
    line-height: 23px;
    line-height: 1.27778rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 92, ../sass/partials/_camere.scss */
  .single-room article.room .right-text .content {
    font-size: 17px;
    font-size: 0.94444rem;
    line-height: 23px;
    line-height: 1.27778rem;
  }
}
@media (max-width: 767px) {
  /* line 92, ../sass/partials/_camere.scss */
  .single-room article.room .right-text .content {
    font-size: 17px;
    font-size: 0.94444rem;
    line-height: 23px;
    line-height: 1.27778rem;
  }
}
/* line 107, ../sass/partials/_camere.scss */
.single-room article.room .right-text .content p {
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
/* line 112, ../sass/partials/_camere.scss */
.single-room article.room .right-text .content b, .single-room article.room .right-text .content strong {
  color: #439cd8;
  font-weight: 900;
}
/* line 118, ../sass/partials/_camere.scss */
.single-room article.room .right-text table {
  background: #f7f6f8;
  border-bottom: 2px solid #c4afbf;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 17px;
  line-height: 0.94444rem;
}
/* line 124, ../sass/partials/_camere.scss */
.single-room article.room .right-text table thead td {
  padding: 10px;
  padding: 0.55556rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  color: #c4afbf;
  border-bottom: 2px solid #c4afbf;
}
/* line 136, ../sass/partials/_camere.scss */
.single-room article.room .right-text table tbody tr + tr {
  border-top: 1px solid #dcdcdc;
}
/* line 140, ../sass/partials/_camere.scss */
.single-room article.room .right-text table tbody td {
  padding: 10px;
  padding: 0.55556rem;
}
/* line 145, ../sass/partials/_camere.scss */
.single-room article.room .right-text table tbody strong {
  font-weight: 900;
  color: #b47eb2;
  font-size: 23px;
  font-size: 1.27778rem;
  line-height: 25px;
  line-height: 1.38889rem;
}
/* line 155, ../sass/partials/_camere.scss */
.single-room .room-type {
  padding: 40px 90px;
  background-color: #f7f7f9;
}
/* line 159, ../sass/partials/_camere.scss */
.single-room .room-type-title {
  color: #4970bd;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 2px solid #4970bd;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 171, ../sass/partials/_camere.scss */
.single-room .room-type-description,
.single-room .room-type-description ul li {
  color: #201f1f;
}
/* line 176, ../sass/partials/_camere.scss */
.single-room .room-type-description ul {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 180, ../sass/partials/_camere.scss */
.single-room .room-type-description ul li {
  margin-bottom: 10px;
}
/* line 189, ../sass/partials/_camere.scss */
.single-room .header-slideshow .novita {
  width: 241px;
  height: 213px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

/* line 203, ../sass/partials/_camere.scss */
.page-template-template-camere #primary:before {
  display: none;
}
/* line 207, ../sass/partials/_camere.scss */
.page-template-template-camere section.big-boxes {
  background-color: #f9f9f9;
}
/* line 210, ../sass/partials/_camere.scss */
.page-template-template-camere section.big-boxes:before {
  background: url("../images/background/angle-down.png?1430819573") center center no-repeat #fff;
}
/* line 215, ../sass/partials/_camere.scss */
.page-template-template-camere #booking {
  padding-bottom: 20px;
}
/* line 220, ../sass/partials/_camere.scss */
.page-template-template-camere #bookingForm input[type="text"],
.page-template-template-camere #bookingForm select {
  background-color: transparent;
  color: #65575e;
}
/* line 226, ../sass/partials/_camere.scss */
.page-template-template-camere #bookingForm button {
  position: relative;
  margin-top: -10px;
}
@media (max-width: 767px) {
  /* line 232, ../sass/partials/_camere.scss */
  .page-template-template-camere article.room-item {
    margin-bottom: 15px;
  }
}
/* line 237, ../sass/partials/_camere.scss */
.page-template-template-camere article.room-item .image {
  overflow: hidden;
  position: relative;
}
/* line 241, ../sass/partials/_camere.scss */
.page-template-template-camere article.room-item .image img {
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
/* line 245, ../sass/partials/_camere.scss */
.page-template-template-camere article.room-item .image .novita {
  width: 241px;
  height: 213px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 254, ../sass/partials/_camere.scss */
.page-template-template-camere article.room-item a.title {
  display: block;
  background: #ede5e0;
  padding: 20px 30px;
  padding: 1.11111rem 1.66667rem;
  text-transform: uppercase;
  color: #917a8b;
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 32px;
  line-height: 1.77778rem;
  font-weight: 300;
}
/* line 264, ../sass/partials/_camere.scss */
.page-template-template-camere article.room-item a.title i {
  float: right;
}
/* line 270, ../sass/partials/_camere.scss */
.page-template-template-camere article.room-item:hover a.title {
  color: #439cd8;
}
/* line 274, ../sass/partials/_camere.scss */
.page-template-template-camere article.room-item:hover .image img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 280, ../sass/partials/_camere.scss */
.page-template-template-camere .caratteristiche {
  margin-top: 80px;
  margin-top: 4.44444rem;
  background: #f7f6f8;
  padding: 0 160px 80px;
  padding: 0 8.88889rem 4.44444rem;
}
@media (max-width: 767px) {
  /* line 280, ../sass/partials/_camere.scss */
  .page-template-template-camere .caratteristiche {
    padding: 0 15px 15px;
  }
}
/* line 291, ../sass/partials/_camere.scss */
.page-template-template-camere .caratteristiche table {
  border-bottom: 2px solid #c4afbf;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 17px;
  line-height: 0.94444rem;
}
/* line 296, ../sass/partials/_camere.scss */
.page-template-template-camere .caratteristiche table thead td {
  padding: 30px;
  padding: 1.66667rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  color: #c4afbf;
  border-bottom: 2px solid #c4afbf;
}
/* line 308, ../sass/partials/_camere.scss */
.page-template-template-camere .caratteristiche table tbody tr + tr {
  border-top: 1px solid #dcdcdc;
}
/* line 312, ../sass/partials/_camere.scss */
.page-template-template-camere .caratteristiche table tbody td {
  padding: 10px 30px;
  padding: 0.55556rem 1.66667rem;
}
/* line 317, ../sass/partials/_camere.scss */
.page-template-template-camere .caratteristiche table tbody strong {
  font-weight: 900;
  color: #b47eb2;
  font-size: 23px;
  font-size: 1.27778rem;
  line-height: 25px;
  line-height: 1.38889rem;
}

/* line 1, ../sass/partials/_dovesiamo.scss */
#map_canvas {
  height: 550px;
  height: 30.55556rem;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_dovesiamo.scss */
  #map_canvas {
    height: 300px;
  }
}
/* line 9, ../sass/partials/_dovesiamo.scss */
#map_canvas .infowindow {
  min-width: 200px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
}
@media (max-width: 767px) {
  /* line 9, ../sass/partials/_dovesiamo.scss */
  #map_canvas .infowindow {
    font-size: 22px;
    font-size: 1.22222rem;
    line-height: 28px;
    line-height: 1.55556rem;
    min-width: 0;
    min-height: 30px;
  }
}
/* line 20, ../sass/partials/_dovesiamo.scss */
#map_canvas img {
  max-width: none;
}

/* line 25, ../sass/partials/_dovesiamo.scss */
#map_container {
  margin-top: 50px;
  margin-top: 2.77778rem;
}
/* line 29, ../sass/partials/_dovesiamo.scss */
#map_container button {
  padding: 15px 40px;
  padding: 0.83333rem 2.22222rem;
}
@media (max-width: 767px) {
  /* line 29, ../sass/partials/_dovesiamo.scss */
  #map_container button {
    padding: 15px 0;
    margin-top: 10px;
  }
}

/* line 1, ../sass/partials/_feedback.scss */
section.feedback-list {
  margin-top: 55px;
  margin-top: 3.05556rem;
}
/* line 5, ../sass/partials/_feedback.scss */
section.feedback-list article {
  background: url('../images/background/pattern-carta-riso.png?1580202274') top left repeat #d1a5c6;
  padding: 30px 60px;
  padding: 1.66667rem 3.33333rem;
  position: relative;
}
/* line 11, ../sass/partials/_feedback.scss */
section.feedback-list article:before {
  content: '“';
  position: absolute;
  top: 5px;
  top: 0.27778rem;
  left: 15px;
  left: 0.83333rem;
  font-size: 100px;
  font-size: 5.55556rem;
  line-height: 102px;
  line-height: 5.66667rem;
  color: #fff;
}
/* line 22, ../sass/partials/_feedback.scss */
section.feedback-list article:after {
  content: '”';
  position: absolute;
  bottom: -55px;
  bottom: -3.05556rem;
  right: 15px;
  right: 0.83333rem;
  font-size: 100px;
  font-size: 5.55556rem;
  line-height: 102px;
  line-height: 5.66667rem;
  color: #fff;
}
/* line 33, ../sass/partials/_feedback.scss */
section.feedback-list article .author {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
  line-height: 1rem;
  color: #c083b1;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  font-style: italic;
  color: #fff;
}
/* line 42, ../sass/partials/_feedback.scss */
section.feedback-list article .title {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 32px;
  line-height: 1.77778rem;
  color: #fff;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  font-weight: 300;
}
/* line 50, ../sass/partials/_feedback.scss */
section.feedback-list article .content {
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
/* line 56, ../sass/partials/_feedback.scss */
section.feedback-list article .date {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
  line-height: 1rem;
  text-align: right;
  font-style: italic;
  color: #fff;
}
/* line 64, ../sass/partials/_feedback.scss */
section.feedback-list article + article {
  margin-top: 20px;
}

/* line 69, ../sass/partials/_feedback.scss */
section.feedback-wrapper {
  padding: 70px 0;
  padding: 3.88889rem 0;
}
@media (max-width: 767px) {
  /* line 69, ../sass/partials/_feedback.scss */
  section.feedback-wrapper {
    padding: 30px 0;
  }
}

/* line 78, ../sass/partials/_feedback.scss */
#feedback {
  margin: 0 30px;
  margin: 0 1.66667rem;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 78, ../sass/partials/_feedback.scss */
  #feedback {
    margin: 0;
  }
}
/* line 90, ../sass/partials/_feedback.scss */
#feedback:before {
  content: "";
  position: absolute;
  z-index: -1;
  -moz-box-shadow: 0 0 40px rgba(102, 102, 102, 0.3);
  -webkit-box-shadow: 0 0 40px rgba(102, 102, 102, 0.3);
  box-shadow: 0 0 40px rgba(102, 102, 102, 0.3);
  top: 20px;
  top: 1.11111rem;
  bottom: 20px;
  bottom: 1.11111rem;
  left: 0;
  right: 0;
  border-radius: 100px / 60px;
}
/* line 104, ../sass/partials/_feedback.scss */
#feedback article.feedback {
  text-align: center;
  padding: 30px 90px;
  padding: 1.66667rem 5rem;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  /* line 104, ../sass/partials/_feedback.scss */
  #feedback article.feedback {
    padding: 15px;
  }
}
/* line 115, ../sass/partials/_feedback.scss */
#feedback article.feedback .title {
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 34px;
  line-height: 1.88889rem;
  color: #4970bd;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
/* line 122, ../sass/partials/_feedback.scss */
#feedback article.feedback .content {
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
/* line 128, ../sass/partials/_feedback.scss */
#feedback article.feedback .meta {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
  line-height: 1rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.11111rem;
  color: #746d70;
}
/* line 135, ../sass/partials/_feedback.scss */
#feedback article.feedback .meta .author {
  color: #439cd8;
  text-transform: uppercase;
}
/* line 141, ../sass/partials/_feedback.scss */
#feedback article.feedback .trip-icon {
  display: inline-block;
  margin-top: 60px;
  margin-top: 3.33333rem;
  width: 21%;
}
@media (max-width: 767px) {
  /* line 141, ../sass/partials/_feedback.scss */
  #feedback article.feedback .trip-icon {
    width: 40%;
  }
}
/* line 151, ../sass/partials/_feedback.scss */
#feedback article.feedback .trip-icon img {
  margin: 0 auto;
}

/* line 1, ../sass/partials/_footer.scss */
section.quote-wrapper {
  background: url('../images/background/pattern-carta-riso.png?1580202274') top left repeat #fff;
  padding: 95px 0;
  padding: 5.27778rem 0;
}
/* line 6, ../sass/partials/_footer.scss */
section.quote-wrapper mark {
  text-align: center;
  font-weight: 300;
  font-size: 45px;
  font-size: 2.5rem;
  line-height: 47px;
  line-height: 2.61111rem;
  text-transform: uppercase;
  color: #b4a575;
}
/* line 14, ../sass/partials/_footer.scss */
section.quote-wrapper .form-wrapper {
  background-color: #fff;
  position: relative;
  -moz-box-shadow: 0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  box-shadow: 0px 0px 15px #ccc;
  padding: 35px 65px 65px;
  padding: 1.94444rem 3.61111rem 3.61111rem;
  margin: 60px 60px 0;
  margin: 3.33333rem 3.33333rem 0;
}
@media (max-width: 767px) {
  /* line 14, ../sass/partials/_footer.scss */
  section.quote-wrapper .form-wrapper {
    padding: 35px 35px 65px;
    padding: 1.94444rem 1.94444rem 3.61111rem;
    margin: 60px 0px 0;
    margin: 3.33333rem 0 0;
  }
}
/* line 30, ../sass/partials/_footer.scss */
section.quote-wrapper .form-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  width: 80px;
  width: 4.44444rem;
  height: 80px;
  height: 4.44444rem;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  top: -15px;
  top: -0.83333rem;
  left: 50%;
  margin-left: -40px;
  margin-left: -2.22222rem;
  -moz-box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 15px #ccc;
  box-shadow: 0 0 15px #ccc;
}
@media (max-width: 767px) {
  /* line 30, ../sass/partials/_footer.scss */
  section.quote-wrapper .form-wrapper:before {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 53, ../sass/partials/_footer.scss */
section.quote-wrapper .form-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  width: 20%;
  height: 100px;
  height: 5.55556rem;
  top: 0;
  left: 40%;
  z-index: 2;
}

/* line 70, ../sass/partials/_footer.scss */
.section-buoni-motivi mark {
  text-align: center;
  font-weight: 300;
  font-size: 45px;
  font-size: 2.5rem;
  line-height: 47px;
  line-height: 2.61111rem;
  text-transform: uppercase;
  color: #b4a575;
  margin-bottom: 40px;
}
/* line 79, ../sass/partials/_footer.scss */
.section-buoni-motivi .buoni-motivi-content {
  background-color: #f9f5f3;
  padding: 45px 0 50px 0;
}
/* line 85, ../sass/partials/_footer.scss */
.section-buoni-motivi ul li:before {
  content: "\2022";
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  color: #b47eb2;
  margin-right: 5px;
}

/* line 97, ../sass/partials/_footer.scss */
footer {
  margin-top: 50px;
  margin-top: 2.77778rem;
}
/* line 101, ../sass/partials/_footer.scss */
footer .footer-top {
  color: #fff;
  padding: 55px 0;
  padding: 3.05556rem 0;
  background: #4970bd;
}
@media (max-width: 767px) {
  /* line 101, ../sass/partials/_footer.scss */
  footer .footer-top {
    padding: 30px 0;
  }
}
/* line 111, ../sass/partials/_footer.scss */
footer .footer-top .arrow {
  position: absolute;
  width: 130px;
  width: 7.22222rem;
  height: 45px;
  height: 2.5rem;
  text-align: center;
  z-index: 101;
  top: -55px;
  top: -3.05556rem;
  right: 15px;
  background: url('../images/background/angle-down.png?1580202274') top center no-repeat #fff;
  -moz-box-shadow: 0 -10px 0 #fff, 0px 0px 15px #999;
  -webkit-box-shadow: 0 -10px 0 #fff, 0px 0px 15px #999;
  box-shadow: 0 -10px 0 #fff, 0px 0px 15px #999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 111, ../sass/partials/_footer.scss */
  footer .footer-top .arrow {
    background-size: 50%;
  }
}
/* line 130, ../sass/partials/_footer.scss */
footer .footer-top mark {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
  font-size: 2.22222rem;
  line-height: 42px;
  line-height: 2.33333rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
/* line 139, ../sass/partials/_footer.scss */
footer .footer-top .text {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 28px;
  line-height: 1.55556rem;
  margin-bottom: 45px;
  margin-bottom: 2.5rem;
}
/* line 145, ../sass/partials/_footer.scss */
footer .footer-top .hotel-name {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 22px;
  line-height: 1.22222rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
/* line 153, ../sass/partials/_footer.scss */
footer .footer-top address {
  font-size: 17px;
  font-size: 0.94444rem;
  line-height: 23px;
  line-height: 1.27778rem;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
/* line 158, ../sass/partials/_footer.scss */
footer .footer-top address a {
  text-decoration: underline;
  font-weight: 900;
  color: #fff;
}
/* line 165, ../sass/partials/_footer.scss */
footer .footer-top .social {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
/* line 169, ../sass/partials/_footer.scss */
footer .footer-top .social a {
  color: #5f82c5;
  font-size: 1.33333rem;
  display: inline-block;
  width: 38px;
  width: 2.11111rem;
  height: 38px;
  height: 2.11111rem;
  line-height: 38px;
  line-height: 2.11111rem;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 169, ../sass/partials/_footer.scss */
  footer .footer-top .social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
  }
}
/* line 192, ../sass/partials/_footer.scss */
footer .footer-top .policy-cancellation {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
/* line 196, ../sass/partials/_footer.scss */
footer .footer-top .policy-cancellation a {
  color: #FFF;
}
/* line 201, ../sass/partials/_footer.scss */
footer .footer-top .loghi img {
  display: inline-block;
}
/* line 205, ../sass/partials/_footer.scss */
footer .footer-top .info {
  position: relative;
}
@media (max-width: 767px) {
  /* line 205, ../sass/partials/_footer.scss */
  footer .footer-top .info {
    margin-top: 15px;
  }
}
/* line 212, ../sass/partials/_footer.scss */
footer .footer-top .info::before {
  content: '';
  display: block;
  position: absolute;
  width: 160px;
  width: 8.88889rem;
  height: 60px;
  height: 3.33333rem;
  top: -55px;
  top: -3.05556rem;
  right: -15px;
  right: -0.83333rem;
  background: #97c8ea;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 212, ../sass/partials/_footer.scss */
  footer .footer-top .info::before {
    content: none;
  }
}
@media (max-width: 767px) {
  /* line 212, ../sass/partials/_footer.scss */
  footer .footer-top .info::before {
    content: none;
  }
}
/* line 237, ../sass/partials/_footer.scss */
footer .footer-bottom {
  padding: 40px 0;
  padding: 2.22222rem 0;
}
@media (max-width: 767px) {
  /* line 237, ../sass/partials/_footer.scss */
  footer .footer-bottom {
    padding: 30px 0;
  }
}
/* line 246, ../sass/partials/_footer.scss */
footer .credits {
  text-align: right;
  font-size: 17px;
  font-size: 0.94444rem;
  line-height: 19px;
  line-height: 1.05556rem;
}
/* line 250, ../sass/partials/_footer.scss */
footer .credits a {
  color: #fff;
  text-decoration: underline;
}

/* line 258, ../sass/partials/_footer.scss */
#newsletter mark {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 24px;
  line-height: 1.33333rem;
  text-transform: uppercase;
  text-align: right;
  color: #9e918d;
}
@media (max-width: 767px) {
  /* line 258, ../sass/partials/_footer.scss */
  #newsletter mark {
    text-align: center;
    margin-bottom: 15px;
  }
}
/* line 269, ../sass/partials/_footer.scss */
#newsletter mark .pink {
  color: #c083b1;
}

/* @group privacy e cookie policy, dati societari */
/* line 276, ../sass/partials/_footer.scss */
.legal {
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
/* line 280, ../sass/partials/_footer.scss */
.legal ul {
  list-style: none;
}
/* line 283, ../sass/partials/_footer.scss */
.legal ul li {
  display: inline-block;
}
/* line 286, ../sass/partials/_footer.scss */
.legal ul li:not(:last-child)::after {
  content: " | ";
  margin: 0 8px;
}
/* line 293, ../sass/partials/_footer.scss */
.legal a {
  color: inherit;
}

/* @end */
/* line 1, ../sass/partials/_maincontent.scss */
#primary {
  position: relative;
  padding: 5.55556rem 0;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_maincontent.scss */
  #primary {
    padding: 30px 0;
  }
}
/* line 32, ../sass/partials/_maincontent.scss */
#primary main .entry-content {
  margin: 0;
  /*	WordPress Gallery
  ------------------------------------------ */
}
/* line 35, ../sass/partials/_maincontent.scss */
.home #primary main .entry-content h2 {
  text-align: left;
}
/* line 39, ../sass/partials/_maincontent.scss */
#primary main .entry-content p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.44444rem;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 39, ../sass/partials/_maincontent.scss */
  #primary main .entry-content p {
    font-size: 21px;
    font-size: 1.16667rem;
    line-height: 29px;
    line-height: 1.61111rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 39, ../sass/partials/_maincontent.scss */
  #primary main .entry-content p {
    font-size: 21px;
    font-size: 1.16667rem;
    line-height: 29px;
    line-height: 1.61111rem;
  }
}
/* line 50, ../sass/partials/_maincontent.scss */
#primary main .entry-content ul {
  font-size: 18px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.44444rem;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
  list-style: disc;
  padding-left: 20px;
  padding-left: 1.11111rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 50, ../sass/partials/_maincontent.scss */
  #primary main .entry-content ul {
    font-size: 21px;
    font-size: 1.16667rem;
    line-height: 29px;
    line-height: 1.61111rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 50, ../sass/partials/_maincontent.scss */
  #primary main .entry-content ul {
    font-size: 21px;
    font-size: 1.16667rem;
    line-height: 29px;
    line-height: 1.61111rem;
  }
}
/* line 64, ../sass/partials/_maincontent.scss */
#primary main .entry-content a {
  color: #439cd8;
  text-decoration: underline;
}
/* line 68, ../sass/partials/_maincontent.scss */
#primary main .entry-content b,
#primary main .entry-content strong {
  font-weight: 700;
  color: #439cd8;
}
/* line 73, ../sass/partials/_maincontent.scss */
#primary main .entry-content table {
  border-bottom: 1px solid #c083b1;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
/* line 77, ../sass/partials/_maincontent.scss */
#primary main .entry-content table tr {
  background: none;
}
/* line 80, ../sass/partials/_maincontent.scss */
#primary main .entry-content table td {
  border-top: 1px solid #c083b1;
  padding: 0.83333rem;
}
/* line 84, ../sass/partials/_maincontent.scss */
#primary main .entry-content table thead td {
  color: #fff;
  background: #c083b1;
}
/* line 125, ../sass/partials/_maincontent.scss */
#primary main .entry-content .gallery-caption {
  display: block;
}
/* line 128, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate {
  background-color: #f0efee;
  text-align: center;
  margin-bottom: 30px;
  color: #766375;
  font-size: 26px;
  font-size: 1.44444rem;
  line-height: 32px;
  line-height: 1.77778rem;
}
/* line 135, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-content {
  padding: 20px 30px;
}
/* line 137, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-content p {
  font-size: 26px;
  font-size: 1.44444rem;
  line-height: 32px;
  line-height: 1.77778rem;
}
/* line 140, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-content em {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  color: #878480;
}
/* line 145, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-title {
  padding: 24px;
  background-color: #766375;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}
/* line 152, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-quote {
  -moz-box-shadow: 0 0 10px rgba(141, 119, 97, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(141, 119, 97, 0.5);
  box-shadow: 0 0 10px rgba(141, 119, 97, 0.5);
  background-color: #cab466;
  color: #fff;
  text-decoration: none;
  margin-top: 24px;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 20px;
  line-height: 1.11111rem;
  padding: 20px 40px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 165, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-quote:hover {
  background-color: #c3ab53;
}
/* line 169, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-col-2 {
  width: 47%;
  float: left;
  margin-right: 6%;
}
@media (max-width: 767px) {
  /* line 169, ../sass/partials/_maincontent.scss */
  #primary main .entry-content .rate-col-2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/* line 178, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-col-2.last {
  margin-right: 0;
}
/* line 182, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-col-3 {
  width: 30%;
  float: left;
  margin-right: 5%;
}
@media (max-width: 767px) {
  /* line 182, ../sass/partials/_maincontent.scss */
  #primary main .entry-content .rate-col-3 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/* line 191, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-col-3.last {
  margin-right: 0;
}
/* line 195, ../sass/partials/_maincontent.scss */
#primary main .entry-content .rate-col-3 .rate-quote {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 202, ../sass/partials/_maincontent.scss */
.home #primary {
  padding: 4.44444rem 0 5.55556rem;
  position: relative;
  border: none;
}
@media (max-width: 767px) {
  /* line 202, ../sass/partials/_maincontent.scss */
  .home #primary {
    padding: 60px 0 30px;
  }
}
/* line 209, ../sass/partials/_maincontent.scss */
.home #primary::after, .home #primary::before {
  content: '';
  display: block;
  position: absolute;
  width: 33%;
  height: 15px;
  background: #f6f6f6;
  top: -1px;
  border-bottom: 1px solid #e0dce0;
  margin: 0;
}
/* line 221, ../sass/partials/_maincontent.scss */
.home #primary::before {
  left: 0;
  border-right: 1px solid #e0dce0;
  -moz-box-shadow: 15px 15px 0px 0px #f6f6f6, 0px 15px 0px 0px #f6f6f6;
  -webkit-box-shadow: 15px 15px 0px 0px #f6f6f6, 0px 15px 0px 0px #f6f6f6;
  box-shadow: 15px 15px 0px 0px #f6f6f6, 0px 15px 0px 0px #f6f6f6;
}
/* line 226, ../sass/partials/_maincontent.scss */
.home #primary::after {
  right: 0;
  border-left: 1px solid #e0dce0;
  -moz-box-shadow: -15px 15px 0px 0px #f6f6f6, 0px 15px 0px 0px #f6f6f6;
  -webkit-box-shadow: -15px 15px 0px 0px #f6f6f6, 0px 15px 0px 0px #f6f6f6;
  box-shadow: -15px 15px 0px 0px #f6f6f6, 0px 15px 0px 0px #f6f6f6;
}
/* line 231, ../sass/partials/_maincontent.scss */
.home #primary .arrow {
  position: absolute;
  width: 130px;
  width: 7.22222rem;
  height: 90px;
  height: 5rem;
  text-align: center;
  z-index: 101;
  bottom: 0;
  margin-bottom: -45px;
  margin-bottom: -2.5rem;
  left: 50%;
  margin-left: -65px;
  margin-left: -3.61111rem;
  background: url('../images/background/angle-down.png?1580202274') center center no-repeat #f6f6f6;
  -moz-box-shadow: 0px 0px 15px #999;
  -webkit-box-shadow: 0px 0px 15px #999;
  box-shadow: 0px 0px 15px #999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 231, ../sass/partials/_maincontent.scss */
  .home #primary .arrow {
    background-size: 50%;
  }
}

/**
 * Shortcode
 */
/* columns */
/* line 258, ../sass/partials/_maincontent.scss */
[class*=edt-col-] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 263, ../sass/partials/_maincontent.scss */
.edt-col-2 {
  width: 50%;
}

/* line 266, ../sass/partials/_maincontent.scss */
.edt-col-3 {
  width: 33.333333333%;
}

/* line 269, ../sass/partials/_maincontent.scss */
.edt-col-4 {
  width: 25%;
}

/*@include xs() {
    [class*=edt-col-] {
        width: 100%;
    }
}*/
