/*
 * Master SCSS File
*/
[id^=app] {
  scroll-margin-top: 150px;
}

p {
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-family: "Karla", serif;
  font-size: 18px;
}

li {
  line-height: 160%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #565047;
}

h1, h2, h3, h4 {
  color: #565047;
  line-height: 118%;
  font-family: "Karla", serif;
  /* text-transform: uppercase;*/
}

h1 {
  font-size: 52px;
  line-height: 118%;
  /*  text-transform: uppercase;*/
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #565047;
  margin: 0.67em 0 0.67em 0;
}
@media (max-width: 600px) {
  h1 {
    font-size: 45px;
    line-height: 100%;
  }
}
@media (max-width: 736px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 52px;
  line-height: 128%;
  /*  text-transform: uppercase;*/
  margin-top: 1.5em;
  color: #565047;
  font-weight: 400;
  font-family: "Karla", serif;
}
@media (max-width: 600px) {
  h2 {
    font-size: 45px;
    line-height: 100%;
  }
}
@media (max-width: 736px) {
  h2 {
    font-size: 22px;
  }
}

#cookiescript_badge {
  display: none !important;
}

.show-cookie-box {
  cursor: pointer;
}

@media (max-width: 736px) {
  .appartments h2 {
    font-size: 22px;
    margin-top: 0;
  }
}

.titoletto {
  font-size: 35px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #565047;
  font-weight: 400;
  font-family: "Karla", serif;
}
@media (max-width: 736px) {
  .titoletto {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  margin-top: 1.5em;
  margin-bottom: 10px;
  font-weight: 400;
  color: #565047;
  font-family: "Karla", serif;
}
@media (max-width: 736px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  margin-top: 1.5em;
  font-family: "Karla", serif;
}
@media (max-width: 736px) {
  h4 {
    font-size: 16px;
  }
}

.text-780 {
  /*  max-width: 780px;
    width:100%;*/
  max-width: 780px;
  width: 90%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.text-780 h1:first-child {
  padding-top: 50px;
  line-height: 128%;
}

.text-1088 {
  max-width: 1088px;
  /*  width: 90%;*/
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.text-1088 h1:first-child {
  padding-top: 50px;
  line-height: 128%;
}

.tabs {
  list-style: none;
  padding-left: 0;
}
.tabs li a {
  margin-right: 20px !important;
}

.tabs li::marker {
  content: none;
}

.stp-main {
  max-width: 1088px;
  width: 100%;
  margin: 50px auto 20px auto;
}
@media (max-width: 900px) {
  .stp-main {
    margin-bottom: 0;
  }
}

.appartments .stp-main, .pagina-lodge .stp-main {
  max-width: 3000px;
  width: 100%;
  margin: 50px auto 20px auto;
}
@media (max-width: 900px) {
  .appartments .stp-main, .pagina-lodge .stp-main {
    margin-bottom: 0;
  }
}

.sitemap .stp-main {
  max-width: 1088px;
  width: 100%;
  margin: 150px auto 20px auto;
}
.sitemap .folder {
  display: none;
}

.sitemap li::marker {
  content: none;
}

.jmap_filetree {
  padding-left: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Karla", serif;
  color: #565047;
  background-color: #FAFAFA;
}

a {
  transition: all 0.5s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.btn-full {
  color: #FAFAFA !important;
  background-color: #008D6E;
  font-family: "Karla", serif;
  padding: 20px 50px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

#alteaForm .af-col-center button {
  background-color: #008D6E;
  color: #FAFAFA !important;
}

#alteaForm .af-col-center button:hover {
  background-color: #008D6E;
}

.btn-outline {
  color: #008D6E !important;
  border: 1px solid #008D6E;
  padding: 20px 50px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Karla", serif;
}
.btn-outline:hover {
  background-color: #008D6E;
  color: #FAFAFA !important;
}

.testo-offerta .btn-text::after {
  display: none;
}

.room-link {
  /*  transition: $basicTransition;

    &:hover {
      background-color: $colorPrimary;
    }*/
}
.room-link .btn-text::after {
  display: none;
}

.btn-text {
  font-weight: 400;
  color: #008D6E;
  font-family: "Karla", serif;
  display: inline-block;
  margin: 10px 20px 10px 0;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 16px;
  background: #008D6E;
  padding: 0.8rem 3rem;
  text-transform: unset;
  border-radius: 15px;
  text-decoration: none;
}
.btn-text::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/freccia-hp-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-text i {
  margin-left: 10px;
}
.btn-text.btn-primary {
  color: #008D6E;
}

.h1 {
  font-size: 48px;
  font-weight: bold;
  color: #008D6E;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .h1 {
    font-size: 26px;
  }
}

.h2 {
  font-size: 52px;
  line-height: 128%;
  /*  text-transform: uppercase;*/
  font-weight: 400;
  font-family: "Karla", serif;
  color: #565047;
}
@media (max-width: 600px) {
  .h2 {
    font-size: 45px;
    line-height: 100%;
  }
}
.h2.normal {
  font-weight: normal;
}
@media (max-width: 750px) {
  .h2 {
    font-size: 20px;
  }
}

.h3 {
  font-size: 20px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Karla", serif;
  color: #008D6E;
}
@media (max-width: 750px) {
  .h3 {
    font-size: 16px;
  }
}

.stp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: #FAFAFA;
  /*  background: rgb(0, 0, 0);*/
  /*  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
  height: 70px;
}
@media (max-width: 1150px) {
  .stp-header {
    background: #FAFAFA;
  }
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-header {
    height: 50px;
  }
}
.stp-header.scrolled-page {
  background: #FAFAFA;
}
body.h-mobile .stp-header, body.h-noslider .stp-header {
  background-color: #FAFAFA;
}
body.h-mobile .stp-header:after, body.h-scrolling .stp-header:after, body.h-noslider .stp-header:after {
  display: block;
  position: absolute;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
@media (min-width: 900px) {
  .stp-header {
    height: 110px;
  }
}

.stp-header {
  height: 70px;
  transition: height 0.3s ease;
}
.stp-header.scrolled-page {
  height: 80px;
}
@media (min-width: 900px) {
  .stp-header {
    height: 110px;
  }
  .stp-header.scrolled-page {
    height: 80px;
  }
}

.header-navigation {
  position: relative;
  margin-right: 0;
  white-space: nowrap;
  width: 50%;
  order: 2;
}
body.h-mobile .header-navigation {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #FAFAFA;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  height: calc(100vh - 130px);
}
@media (max-height: 500px) and (min-width:400px) {
  body.h-mobile .header-navigation {
    height: calc(100vh - 50px);
  }
}
body.h-menuopen .header-navigation {
  display: block;
}
.header-navigation .stp-nav {
  display: block;
  font-family: "Karla", serif;
}
.header-navigation .stp-nav > ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 1150px) {
  .header-navigation .stp-nav > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.header-navigation .stp-nav > ul > li {
  /* margin: 0 6px;*/
  padding: 0;
  display: inline-block;
  position: relative;
}
body.h-mobile .header-navigation .stp-nav > ul > li {
  display: block;
  margin: 7px 0;
}
.header-navigation .stp-nav > ul > li.current.active a {
  color: #565047;
}
@media (max-width: 1150px) {
  .header-navigation .stp-nav > ul > li.current.active a {
    color: #008D6E;
  }
}
.header-navigation .stp-nav > ul > li.current.active .nav-child a {
  color: #008D6E;
}
.header-navigation .stp-nav > ul > li:hover > a {
  color: #008D6E !important;
}
.header-navigation .stp-nav > ul > li > a {
  color: #565047;
  font-size: 20px;
  line-height: 100%;
  display: block;
  padding: 47px 10px;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
@media (max-width: 1150px) {
  .header-navigation .stp-nav > ul > li > a {
    color: #008D6E;
    padding: 20px 10px;
  }
}
body.h-mobile .header-navigation .stp-nav > ul > li > a {
  color: #008D6E !important;
}
.header-navigation .stp-nav > ul > li > a .plus {
  display: none;
  margin-left: 10px;
  font-size: 14px;
  position: absolute;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a .plus {
  display: inline-block;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a, body.h-scrolling .header-navigation .stp-nav > ul > li > a {
  color: #565047;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a {
  font-size: 18px;
}
.header-navigation .stp-nav > ul ul {
  display: none;
  margin: 0;
  padding: 10px 0 20px;
}
body:not(.h-mobile) .header-navigation .stp-nav > ul ul:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #008D6E;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
body:not(.h-mobile) .header-navigation .stp-nav > ul ul {
  padding: 20px 0;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #FAFAFA;
  width: 200%;
  margin-left: -50%;
}
.header-navigation .stp-nav > ul ul li {
  display: block;
  margin: 0;
  padding: 0;
}
body.h-mobile .header-navigation .stp-nav > ul ul li {
  display: block;
  margin: 7px 0;
}
body.h-mobile .header-navigation .stp-nav > ul ul li:hover ul {
  display: none;
}
.header-navigation .stp-nav > ul ul li a {
  font-size: 17px;
  color: #008D6E;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px;
  line-height: 2.5rem;
}
body:not(.h-menuopen) .header-navigation .stp-nav > ul ul li a {
  color: #008D6E;
  margin: 5px 0;
}
.header-navigation .stp-nav > ul ul li:hover > a {
  color: #008D6E !important;
}
.header-navigation .stp-nav > ul li.opensubnav ul, .header-navigation .stp-nav > ul body:not(.h-menuopen) li:hover ul {
  display: block;
}

.h-scrolling .stp-header {
  background-color: #FAFAFA;
}
.h-scrolling .header-navigation .stp-nav > ul > li.current.active a {
  color: #565047;
}
@media (max-width: 1150px) {
  .h-scrolling .header-navigation .stp-nav > ul > li.current.active a {
    color: #565047;
  }
}
.h-scrolling.current.active a {
  color: #008D6E !important;
}
@media (max-width: 1150px) {
  .h-scrolling.current.active a {
    color: #008D6E !important;
  }
}
.h-scrolling.current.active .nav-child a {
  color: #008D6E !important;
}
.h-scrolling:hover > a {
  color: #008D6E !important;
}
.h-scrolling > a {
  color: #008D6E !important;
}
@media (max-width: 1150px) {
  .h-scrolling > a {
    color: #008D6E !important;
  }
}
body.h-mobile .h-scrolling > a {
  color: #008D6E !important;
}
body.h-mobile .h-scrolling > a, body.h-scrolling .h-scrolling > a, body.h-noslider .h-scrolling > a {
  color: #008D6E !important;
}
.h-scrolling .header-logo a {
  color: #565047;
}
@media (max-width: 1150px) {
  .h-scrolling .header-logo a {
    color: #565047;
  }
}

.header-inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-logo {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  order: 1;
  width: 16%;
  display: flex;
  justify-content: left;
  margin-left: 40px;
  align-items: center;
  /*  padding-left: 2rem;*/
  font-family: "Prata", serif;
  color: #565047;
}
@media (max-width: 600px) {
  .header-logo {
    order: 0;
  }
}
@media (min-width: 600px) and (max-width: 736px) {
  .header-logo {
    justify-content: center;
  }
}
.header-logo a {
  display: block;
  text-decoration: none;
  color: #565047;
  font-size: 27px;
}
@media (max-width: 1150px) {
  .header-logo a {
    color: #565047;
    font-size: 18px;
  }
}
@media (max-width: 1150px) {
  .header-logo a {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .header-logo a {
    width: 150px;
  }
}
.header-logo svg {
  max-width: 140px;
  width: 95%;
  max-height: 95%;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-logo svg {
    max-width: 90px;
  }
}
@media (max-width: 736px) {
  .header-logo svg {
    max-width: 90px;
  }
}
body:not(.h-mobile):not(.h-scrolling):not(.h-noslider) .header-logo svg * {
  fill: #FAFAFA;
}
.header-logo img {
  max-width: 225px;
  width: 100%;
  height: auto;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-logo img {
    max-width: 90px;
  }
}
@media (max-width: 1150px) {
  .header-logo img {
    max-width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 736px) {
  .header-logo img {
    max-width: 65%;
    margin-top: 16px;
  }
}

.header-language {
  order: 3;
  width: 8%;
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  .header-language {
    width: 11%;
    order: 0;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 736px) {
  .only-mobile {
    display: inline;
  }
}

@media (max-width: 736px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 736px) {
  #questionario .t1-6 {
    text-align: left !important;
    font-size: 14px;
  }
}

@media (max-width: 736px) {
  #questionario.alteaForm .row {
    margin-bottom: 19px;
    line-height: 1.8em;
  }
}

.mod-languages {
  margin: 0 20px;
  position: relative;
}
@media (max-width: 1150px) {
  .mod-languages {
    margin: 0 20px 0 auto;
  }
}
@media (max-width: 736px) {
  .mod-languages {
    margin: 0 9px 0 auto;
  }
}
@media (min-width: 900px) {
  .mod-languages {
    margin: 0;
  }
}
.mod-languages .current-language {
  color: #565047;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 2px;
}
@media (max-width: 1150px) {
  .mod-languages .current-language {
    color: #565047;
  }
}
body.h-mobile .mod-languages .current-language, body.h-scrolling .mod-languages .current-language {
  color: #565047;
}
.mod-languages .current-language:hover {
  color: #008D6E;
}
.mod-languages .current-language i {
  margin-left: 10px;
}
@media (max-width: 900px) {
  .mod-languages .current-language i {
    display: none;
  }
}
.mod-languages .lang-inline {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FAFAFA;
  margin: 15px 0 0 -10px;
  padding: 5px 0;
  width: calc(100% + 20px);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
@media (max-width: 736px) {
  .mod-languages .lang-inline {
    left: -4px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 350px) {
  .mod-languages .lang-inline {
    left: -12px;
  }
}
.mod-languages .lang-inline li {
  margin: 10px;
  padding: 0;
  display: block;
  list-style-type: none;
}
.mod-languages .lang-inline li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  color: #565047;
}

body:not(.h-menuopen) li:hover ul {
  display: block;
}

body.h-menuopen li:hover ul {
  display: none;
}

.header-cta {
  /*  display: block;*/
  display: flex;
  background: #008D6E;
  height: 100%;
  /*  width: 13%;*/
  order: 4;
  justify-content: center;
}
body.h-mobile .header-cta {
  display: none;
}
.header-cta a {
  font-size: 22px;
  font-weight: bold;
  color: #FAFAFA;
  text-decoration: none;
  text-transform: uppercase;
  padding: 40px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.header-cta a:hover {
  background-color: #FAFAFA;
  color: #008D6E;
}
.header-cta.negative a {
  color: #008D6E;
  transition: all 0.5s ease-in-out;
}
.header-cta.negative a:hover {
  background-color: #FAFAFA;
  color: #008D6E;
}

.header-mobilemenu {
  display: none;
  order: 2;
}
body.h-mobile .header-mobilemenu {
  display: block;
}
.header-mobilemenu button {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-mobilemenu button {
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
}
.header-mobilemenu button span {
  width: 40px;
  height: 40px;
  display: block;
  top: 15px;
  left: 15px;
  position: absolute;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-mobilemenu button span {
    top: 7px;
    left: 7px;
    transform: scale(0.7, 0.7) !important;
  }
}
.header-mobilemenu button span span.l1, .header-mobilemenu button span span.l2, .header-mobilemenu button span span.l3 {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 5;
  background-color: #565047;
  transition: all 0.5s ease-in-out;
}
.header-mobilemenu button span span.l1 {
  top: 8px;
}
.h-menuopen .header-mobilemenu button span span.l1 {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 19px;
}
.header-mobilemenu button span span.l2 {
  top: 19px;
}
.h-menuopen .header-mobilemenu button span span.l2 {
  opacity: 0;
}
.header-mobilemenu button span span.l3 {
  top: 30px;
  transform: rotate(180deg);
}
.h-menuopen .header-mobilemenu button span span.l3 {
  transform: rotate(135deg);
  transform-origin: 50% 50%;
  top: 19px;
}
.header-mobilemenu button i {
  display: none;
}

/* ******* rates ***** */
table.rates {
  display: none;
}
table.rates table {
  border-bottom: 0 solid #008D6E;
  width: 100%;
}
table.rates table tbody tr > td:first-child {
  background: #FAFAFA !important;
}
table.rates th {
  background-color: #008D6E;
  color: #FAFAFA;
  padding: 4px 20px !important;
  border: none !important;
  white-space: nowrap;
}
table.rates td {
  padding: 2px 20px !important;
  border-top: none;
  white-space: nowrap;
  background: #f5e8da;
}
@media (max-width: 1150px) {
  table.rates td {
    padding: 2px 15px !important;
    font-size: 14px;
    width: 70px;
  }
}
table.rates tr:nth-of-type(even) td {
  background-color: #FAFAFA;
}
table.rates td.rateField, table.rates th.dateField {
  text-align: right;
}
@media (max-width: 1150px) {
  table.rates td.rateField, table.rates th.dateField {
    text-align: center;
  }
}
table.rates td.rateField small {
  display: inline-block;
  margin-right: 5px;
}
table.dataTable.no-footer {
  border-bottom: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

table.dataTable {
  margin: 0;
}

div.dataTables_wrapper {
  text-align: center;
}
div.dataTables_wrapper td {
  text-align: left;
}
div.dataTables_scrollBody.noscrolling, div.DTFC_ScrollWrapper.noscrolling {
  max-height: none !important;
  height: auto !important;
  display: inline-block;
  text-align: left;
}
div.dataTables_scrollBody table.rates th, div.DTFC_LeftBodyLiner table.rates th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div.dataTables_info {
  display: none !important;
}

.homepage .room-link {
  margin-top: 30px;
}
.homepage .module-rooms-slider .item-page {
  text-align: center;
}
.homepage .module-rooms-slider .item-page .h2 {
  font-size: 35px !important;
}
.homepage .header-slider {
  max-height: 900px;
}
.homepage .header-slider img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 900px;
  min-height: 450px;
}

.header-slider img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.bullsline {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bullsline ul {
  display: flex;
}

.pagerbox {
  display: none;
  position: absolute;
  left: 63px;
  top: 50%;
  width: 70px;
  text-align: center;
  z-index: 12;
  color: #FAFAFA;
  letter-spacing: 3px;
}
.pagerbox span {
  font-size: 15px;
}
@media (max-width: 750px) {
  .pagerbox {
    display: none;
  }
}

.goToNextSlide {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  color: #565047;
  text-align: center;
  line-height: 54px;
}
.goToNextSlide:hover {
  background-color: #FAFAFA;
}
@media (max-width: 750px) {
  .goToNextSlide {
    top: auto;
    bottom: 5%;
    right: 5%;
  }
}

.goToPrevSlide {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  color: #565047;
  text-align: center;
  line-height: 54px;
}
.goToPrevSlide:hover {
  background-color: #FAFAFA;
}
@media (max-width: 750px) {
  .goToPrevSlide {
    top: auto;
    bottom: 5%;
    left: 5%;
  }
}

.stp-slogan {
  color: #FAFAFA;
  position: absolute;
  top: 0;
  left: 5%;
  font-family: "Karla", serif;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: flex-end;
  z-index: 11;
}
@media (max-width: 750px) {
  .stp-slogan {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
  }
  .stp-slogan br {
    display: none;
  }
}
.stp-slogan p {
  margin: 2em 0;
}
@media (max-width: 750px) {
  .stp-slogan p {
    margin: 0;
  }
}
.stp-slogan .h1 {
  color: #FAFAFA;
  position: absolute;
  top: 48vh;
  left: 4rem;
  width: 50vw;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .stp-slogan .h1 {
    font-size: 1.3em;
    position: absolute;
    bottom: 50px;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 750px) {
  .stp-slogan a.btn-full {
    display: none;
  }
  .mobile-button-height .stp-slogan a {
    display: none;
  }
  .mobile-button-height .stp-slogan a.btn-full:first-child {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    display: block;
    text-align: center;
  }
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slogan {
    display: none !important;
  }
}

.slider-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  color: #FAFAFA;
  width: 200px;
  text-align: center;
  margin-left: -100px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  z-index: 200;
  letter-spacing: 1px;
}
.slider-scroll-down * {
  display: block;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .slider-scroll-down {
    display: none !important;
  }
}

body.h-mobile .slider-scroll-down {
  display: none !important;
}

.scroll-to-top {
  display: none;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 12;
  border-radius: 40px;
  text-align: center;
  color: #FAFAFA;
  background-color: #008D6E;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.scroll-to-top * {
  display: block;
  line-height: 1.5em !important;
  margin: 10px auto;
}
body.h-mobile .scroll-to-top {
  bottom: 70px;
}

.no-header-image {
  /*  main.stp-main > *:first-child {

      margin-top: 100px;

    }*/
}

body.h-noslider main {
  /* margin-top: 70px;*/
  padding-top: 1px;
}
@media (min-width: 900px) {
  body.h-noslider main {
    /* margin-top: 110px;*/
  }
}

/*main.stp-main > *:first-child {
  text-align: left;
  margin-top: 50px;
  @media (max-height: 500px) and (min-width:400px) {
    margin-top: 20px;
  }
}*/
.subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 20px;
}

.stp-main {
  /*  width: 94%;*/
}

.stp-article {
  position: relative;
  width: 94%;
  margin: 0 auto;
  font-size: 18px;
}
.stp-article:last-child {
  /*margin-top: 100px;*/
}
.stp-article[data-dir=ltr] {
  text-align: left;
}
.stp-article a {
  color: #565047;
}
.stp-article a:hover {
  color: #565047;
}
.stp-article table.stacktable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  max-width: 100%;
  overflow: auto;
}
.stp-article table.stacktable td, .stp-article table.stacktable th {
  text-align: right;
  padding: 10px 25px;
  font-size: 14px;
}
.stp-article table.stacktable th {
  background-color: #008D6E;
  color: #FAFAFA;
  font-weight: 400;
  font-size: 16px;
}
.stp-article table.stacktable tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}
.stp-article iframe {
  width: 100%;
  border: none;
}
.stp-article .tab-system {
  margin-top: 4em;
}
.stp-article ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stp-article ul.tabs li {
  background: none;
  display: inline-block;
  padding: 10px 0px;
  cursor: pointer;
}
@media (max-width: 736px) {
  .stp-article ul.tabs li {
    display: block;
  }
}
.stp-article ul.tabs li a {
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 400;
}
.stp-article .tab-content {
  display: none;
  background: #565047;
  padding: 0;
}
.stp-article .tab-content > :first-child {
  margin-top: 0;
}
.stp-article .tab-content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 736px) {
  .stp-article .tab-content {
    padding: 10px;
  }
}
.stp-article .tab-content.current {
  display: inherit;
}
.stp-article hr {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-bottom: 1px solid #565047;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.stp-article .flex-column {
  display: flex;
  flex-wrap: wrap;
}
.stp-article .column-item {
  flex: 1 0 61%; /* flex-grow, flex-shrink, flex-basis */
  margin: 0 5%;
  flex-basis: 40%;
}
.stp-article ul.request-list {
  list-style: circle;
}
.geschenk-box {
  display: flex;
  position: relative;
  align-items: center;
  background: #f5e8da;
  margin: 2em 0 0 0;
  text-align: center;
  justify-content: center;
}
@media (max-width: 736px) {
  .geschenk-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.geschenk-box .schleife {
  position: absolute;
  top: -26px;
  left: -18px;
}
@media (max-width: 900px) {
  .geschenk-box .schleife {
    width: 130px;
    top: -16px;
    left: -12px;
  }
}
@media (max-width: 736px) {
  .geschenk-box .schleife {
    width: 80px;
    top: -10px;
    left: -7px;
  }
}
.geschenk-box a {
  display: inherit;
  text-decoration: none;
}
@media (max-width: 736px) {
  .geschenk-box a {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.geschenk-box .geschenk-item {
  padding: 0 10px;
}
.geschenk-box img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.geschenk-box h2 {
  margin: 1.5em 0 0 0;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 736px) {
  .geschenk-box h2 {
    font-size: 30px;
    margin: 1.2em 0 0 0;
  }
}

.geschenk-footer {
  background: #f5e8da;
}
.geschenk-footer * {
  width: 100%;
  height: auto;
  display: block;
}

.item-page > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.stp-article .item-page .read-more .read-more-text {
  display: none;
}
.stp-article .item-page .read-more .link-read-more.show-more-text .read-more-text {
  display: block;
}

@media (max-width: 900px) {
  a.cta-btn {
    width: 86%;
  }
}

.module-item {
  position: relative;
  margin: 0 auto 0;
  width: 100%;
}
@media (max-width: 900px) {
  .module-item {
    margin: 60px auto 0;
  }
}
@media (max-width: 750px) {
  .module-item {
    margin: 0;
  }
}
.module-item > .stp-article {
  margin: 0 auto;
  width: 100%;
}
.module-item .item-page {
  margin: 0;
}

.text-width .item-page {
  width: 75%;
}

.module-offers-slider {
  display: block;
  position: relative;
  text-align: center;
}
.module-offers-slider.content-view {
  display: none;
}
@media (max-width: 750px) {
  .module-offers-slider {
    width: 100%;
  }
  .module-offers-slider .stp-article {
    width: 86%;
    text-align: left;
  }
}
.module-offers-slider .offers-slider {
  margin-top: 50px;
}
.module-offers-slider .slick-arrow {
  position: absolute;
  top: 230px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 54px;
  text-align: center;
  left: -25px;
  z-index: 20;
  background: #FAFAFA;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
  color: #565047;
}
@media (max-width: 750px) {
  .module-offers-slider .slick-arrow {
    /*     display: none !important;*/
  }
}
.module-offers-slider .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}
.module-offers-slider .single-offer {
  position: relative;
  width: 420px !important;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
  outline: none;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer {
    width: 280px !important;
  }
}
.module-offers-slider .single-offer .inner {
  margin: 0 10px;
}
.module-offers-slider .single-offer .offer-header {
  height: 510px;
  position: relative;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-header {
    height: 300px;
  }
}
.module-offers-slider .single-offer .offer-header:after {
  content: "";
  width: 100%;
  height: 180px;
  background-color: red;
  position: absolute;
  left: 0;
  background: -moz-linear-gradient(top, #565047 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #565047 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #565047 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  opacity: 0.7;
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
}
.module-offers-slider .single-offer .offer-footer {
  padding: 20px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.module-offers-slider .single-offer .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.module-offers-slider .single-offer .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-offers-slider .single-offer .item-page-txt {
  position: relative;
  z-index: 6;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 10px 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
.module-offers-slider .single-offer .item-page-txt > :first-child {
  margin-top: 0;
}
.module-offers-slider .single-offer .item-page-txt > :last-child {
  margin-bottom: 0;
}
.module-offers-slider .single-offer .offer-title {
  font-weight: bold;
  font-size: 22px;
  color: #FAFAFA;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-title {
    font-size: 17px;
  }
}
.module-offers-slider .single-offer .offer-price {
  font-size: 18px;
  line-height: 150%;
  color: #FAFAFA;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-price {
    font-size: 15px;
  }
}
.module-offers-slider .single-offer .offer-intro {
  font-size: 16px;
  color: #565047;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-intro {
    font-size: 14px;
  }
}
.module-offers-slider .single-offer .offer-full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  outline: none;
}
.module-offers-slider .slick-active .offer-footer {
  opacity: 1;
}
.module-offers-slider .slick-active .single-offer {
  opacity: 1;
}

.module-rooms-slider {
  display: block;
  position: relative;
  outline: none;
  margin-bottom: 0;
}
.module-rooms-slider .stp-article {
  /*   border-top: solid 1px $colorSecondary;*/
  padding: 2rem 0 3rem;
}
@media (max-width: 600px) {
  .module-rooms-slider .stp-article {
    padding: 0;
  }
}
.module-rooms-slider .stp-article .item-page .read-more-text {
  display: none;
}
.module-rooms-slider .stp-article .item-page .h2 {
  color: #565047;
  font-size: 52px;
  line-height: 128%;
  /*  text-transform: uppercase;*/
  font-weight: 400;
}
@media (max-width: 600px) {
  .module-rooms-slider .stp-article .item-page .h2 {
    font-size: 45px;
    line-height: 100%;
  }
}
.module-rooms-slider .stp-article .item-page .surface-room {
  color: #008D6E;
}
.module-rooms-slider .stp-article .item-page .people-room {
  color: #008D6E;
}
.module-rooms-slider.content-view .stp-article {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width:1000px) {
  .module-rooms-slider {
    width: 100%;
  }
  .module-rooms-slider .stp-article {
    width: 86%;
    text-align: left;
  }
  .module-rooms-slider.content-view {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 86%;
    text-align: left;
  }
}
@media (max-width:1000px) and (max-width: 900px) {
  .module-rooms-slider.content-view {
    width: 94%;
  }
}
@media (max-width:1000px) {
  .module-rooms-slider.content-view .stp-article {
    width: 100%;
  }
}
.module-rooms-slider .slick-arrow {
  position: absolute;
  top: 270px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 54px;
  text-align: center;
  left: 10px;
  z-index: 20;
  background: #FAFAFA;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
  color: #565047;
}
@media (max-width:1000px) {
  .module-rooms-slider .slick-arrow {
    /* display: none !important;*/
    width: 50px;
    height: 50px;
    border-radius: 0;
    bottom: 65px;
    top: auto;
  }
}
.module-rooms-slider .slick-arrow.slick-next {
  left: auto;
  right: 10px;
}
.module-rooms-slider .single-rooms {
  position: relative;
  width: 940px !important;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms {
    width: 100vw !important;
  }
}
.module-rooms-slider .single-rooms .inner {
  margin: 0 10px;
}
.module-rooms-slider .single-rooms .room-header {
  height: 500px;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-header {
    height: 50vw;
  }
}
.module-rooms-slider .single-rooms .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.module-rooms-slider .single-rooms .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-rooms-slider .single-rooms .room-footer {
  padding: 30px 80px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  min-height: 400px;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-footer {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .module-rooms-slider .single-rooms .room-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.module-rooms-slider .single-rooms .room-photo {
  display: none;
  float: right;
  z-index: 5;
  cursor: pointer;
  margin: -10px -15px 0 0;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #FAFAFA;
  color: #008D6E;
}
.module-rooms-slider .single-rooms .room-photo i {
  display: inline-block;
  font-size: 26px;
}
.module-rooms-slider .single-rooms .room-title {
  text-align: left;
  padding-top: 20px;
  margin-bottom: 1em;
  color: #565047;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 35px;
  font-weight: 400;
}
.module-rooms-slider .single-rooms .room-title span {
  color: #008D6E;
  font-weight: normal;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-title {
    /*   font-size: 17px;*/
  }
}
.module-rooms-slider .single-rooms .room-intro {
  color: #565047;
}
.module-rooms-slider .single-rooms .room-link {
  /*  .fa-arrow-right {
      font-weight: 400;
      font-size: 25px;
    }*/
}
.module-rooms-slider .single-rooms .room-link p {
  display: flex;
}
.module-rooms-slider .single-rooms .room-link .btn-text {
  font-weight: 400;
  color: #565047;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  /*   margin: 10px 20px 10px 0;*/
  margin: 0;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0);
  border-radius: unset;
  text-decoration: none;
  /* border-bottom: solid 1px $colorDark;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  width: auto;
  flex-grow: 0;
  flex-basis: 150px;
  padding: 0 0 5px 0;
}
.module-rooms-slider .slick-active .room-footer {
  opacity: 1;
}
.module-rooms-slider .slick-active .room-header {
  opacity: 1;
}
.module-rooms-slider .slick-dots {
  margin: 0;
  padding: 20px 0 20px 0;
  display: block;
  text-align: center;
}
@media (max-width: 750px) {
  .module-rooms-slider .slick-dots {
    margin: 20px 0 0 0;
  }
}
.module-rooms-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  padding: 0;
}
.module-rooms-slider .slick-dots li button {
  width: 60px;
  height: 4px;
  background-color: #FAFAFA;
  border: none;
  text-indent: -9999em;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .module-rooms-slider .slick-dots li button {
    width: 30px;
    height: 2px;
  }
}
.module-rooms-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.module-rooms-slider.content-view .slick-dots {
  display: none !important;
}

.homepage .slick-dots {
  margin: 0;
  padding: 20px 0 20px 0;
  display: block;
  text-align: center;
}
@media (max-width: 750px) {
  .homepage .slick-dots {
    margin: 20px 0 0 0;
  }
}
.homepage .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  padding: 0;
}
.homepage .slick-dots li button {
  width: 60px;
  height: 4px;
  background-color: #565047;
  border: none;
  text-indent: -9999em;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .homepage .slick-dots li button {
    width: 30px;
    height: 2px;
  }
}
.homepage .slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 900px) {
  .appartments .elenco-appartamenti .slick-track {
    left: 30px;
  }
}
@media (max-width: 1210px) {
  .appartments .room-footer {
    width: 100% !important;
  }
}
.appartments .room-footer {
  padding: 0 !important;
  width: 80%;
  min-height: 400px;
}
.appartments .slick-cloned {
  display: none !important;
}
.appartments .module-rooms-slider.dark-slider {
  background-color: #565047;
  color: #FAFAFA;
  display: block;
  position: relative;
  outline: none;
  margin-bottom: 0;
}
.appartments .module-rooms-slider.dark-slider .slick-dots {
  padding: 90px 0 40px 0;
}
.appartments .module-rooms-slider.dark-slider h2 {
  color: #FAFAFA;
}
.appartments .module-rooms-slider.dark-slider .stp-article {
  border-top: 0;
  padding: 2rem 0 3rem;
}
@media (max-width: 600px) {
  .appartments .module-rooms-slider.dark-slider .stp-article {
    padding: 0;
  }
}
.appartments .module-rooms-slider.dark-slider .stp-article:last-child {
  border-top: solid 1px #008D6E;
}
@media (max-width:1000px) {
  .appartments .module-rooms-slider.dark-slider {
    width: 100%;
  }
  .appartments .module-rooms-slider.dark-slider .stp-article {
    width: 86%;
    text-align: left;
  }
}
.appartments .module-item.module-rooms-slider.content-view .item-page, .appartments .module-item.module-rooms-slider.content-view .tab-system {
  margin: 0 auto 1.5em;
  width: 70%;
}

.pagina-lodge .text-1088 {
  max-width: 3000px;
  width: 95%;
}

.pagina-lodge .stp-article {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 600px) {
  .pagina-lodge .stp-article {
    width: 94%;
  }
}
@media (max-width: 900px) {
  .pagina-lodge .right {
    padding-left: 0px;
  }
}
.pagina-lodge .btn-white-stroke {
  background-color: #565047;
  color: #fafafa;
}
.pagina-lodge .btn {
  color: #fff;
}
.pagina-lodge .room-footer {
  padding: 0 !important;
  width: 80%;
}
.pagina-lodge .slick-cloned {
  display: none !important;
}
.pagina-lodge .module-rooms-slider {
  background-color: #565047;
  color: #FAFAFA;
  display: block;
  position: relative;
  outline: none;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .pagina-lodge .module-rooms-slider {
    background-color: transparent !important;
  }
}
.pagina-lodge .module-rooms-slider .room-header {
  height: 720px;
}
@media (max-width: 900px) {
  .pagina-lodge .module-rooms-slider .room-header {
    height: 450px;
  }
}
.pagina-lodge .module-rooms-slider h2 {
  color: #FAFAFA;
}
.pagina-lodge .module-rooms-slider .stp-article {
  border-top: 0;
  padding: 2rem 0 3rem;
}
.pagina-lodge .module-rooms-slider .stp-article:last-child {
  border-top: solid 1px #008D6E;
}
@media (max-width:1000px) {
  .pagina-lodge .module-rooms-slider {
    width: 100%;
  }
  .pagina-lodge .module-rooms-slider .stp-article {
    width: 86%;
    text-align: left;
  }
}
.pagina-lodge .module-item.module-rooms-slider.content-view .item-page, .pagina-lodge .module-item.module-rooms-slider.content-view .tab-system {
  margin: 0 auto 1.5em;
  width: 70%;
}

.module-emotions-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 2vw;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .module-emotions-box {
    height: 50vw;
  }
}
.module-emotions-box[data-columns="1"] .col {
  width: 100% !important;
}
.module-emotions-box .col {
  width: 49.5%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .module-emotions-box .col {
    width: 49%;
  }
}
.module-emotions-box .col[data-rows="1"] .row {
  height: 100% !important;
}
.module-emotions-box .row {
  height: 36%;
  width: 100%;
}
@media (max-width: 1450px) {
  .module-emotions-box .row {
    height: 18vw;
  }
}
.module-emotions-box .row:first-child {
  height: 62%;
}
@media (max-width: 1450px) {
  .module-emotions-box .row:first-child {
    height: 30vw;
  }
}
.module-emotions-box .item-page-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.module-emotions-box .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-emotions-box .backstretch img {
  transition: transform 0.5s ease;
}
.module-emotions-box .backstretch img:hover {
  /*    transform: scale(1.1);*/
}

.module-twocolumn-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media (max-width: 900px) {
  .module-twocolumn-box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.module-twocolumn-box .col {
  width: 50%;
  margin: 10px;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col {
    width: 100%;
    margin: 0;
  }
}
.module-twocolumn-box .col .item-page-img {
  height: 100%;
  min-height: 200px;
  position: relative;
}
.module-twocolumn-box .col .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col .item-page-img {
    height: 50vw;
  }
}
.module-twocolumn-box .col .item-page-txt {
  padding: 40px 40px 40px 25px;
  background-color: #565047;
  font-size: 16px;
  color: #FAFAFA;
}
.module-twocolumn-box .col .item-page-txt h2 {
  color: #FAFAFA;
  font-size: 35px;
  line-height: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.module-twocolumn-box .col .item-page-txt p {
  color: #FAFAFA;
}
.module-twocolumn-box .col .item-page-txt p:last-child {
  display: flex;
}
.module-twocolumn-box .col .item-page-txt a.btn-text {
  font-weight: 400;
  text-transform: uppercase;
  color: #FAFAFA;
  margin: 10px 20px 10px 0;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0);
  /*        text-transform: unset;*/
  border-radius: unset;
  text-decoration: none;
  /*   border-bottom: solid 1px $colorNegative;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  width: auto;
  flex-grow: 0;
  flex-basis: 150px;
  padding: 0 0 5px 0;
}
.module-twocolumn-box .col .item-page-txt span {
  color: #FAFAFA;
  font-size: 35px;
  font-weight: 700;
}
.module-twocolumn-box .col .item-page-txt > :first-child {
  margin-top: 0;
}
.module-twocolumn-box .col .item-page-txt > :last-child {
  margin: 0;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col .item-page-txt {
    padding: 20px;
  }
}
.module-twocolumn-box[data-dir=rtl] {
  flex-direction: row-reverse;
}

.module-teaser-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-top: 5vw;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .module-teaser-box {
    display: block;
    height: auto;
    overflow: hidden;
  }
}
.module-teaser-box .col {
  position: relative;
  margin: 10px;
}
.module-teaser-box[data-columns="1"] .col {
  width: 100%;
  height: calc(100% - 20px);
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="1"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box[data-columns="2"] .col {
  width: 50%;
  height: calc(100% - 20px);
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="2"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box[data-columns="3"] .col {
  width: 33.3333%;
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="3"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #565047;
  min-height: 200px;
}
.module-teaser-box .item-page-img .backstretch {
  opacity: 0.5;
}
.module-teaser-box .item-page-txt {
  position: relative;
  height: 100%;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #FAFAFA;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 30vh;
}
.module-teaser-box .item-page-txt > * {
  max-width: 100%;
}
.module-teaser-box .item-page-txt > *:first-child {
  margin-top: 0;
  margin: 0;
}
.module-teaser-box .item-page-txt > :last-child {
  margin-bottom: 0;
}
.module-teaser-box .item-page-txt .h2 {
  color: #FAFAFA;
  text-transform: uppercase;
}
.module-teaser-box .item-page-txt .btn-text {
  color: #FAFAFA;
  margin: 0;
}

.module-twocolumn-box + .module-twocolumn-box, .module-teaser-box + .module-teaser-box {
  /* margin-top: -50px;*/
}
@media (max-width: 900px) {
  .module-twocolumn-box + .module-twocolumn-box, .module-teaser-box + .module-teaser-box {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .module-twocolumn-box + .module-twocolumn-box .col:first-child, .module-teaser-box + .module-teaser-box .col:first-child {
    margin-top: 0;
  }
}

.module-content-box .stp-article {
  max-width: none;
  width: auto;
}
@media (max-width: 900px) {
  .module-content-box .stp-article {
    width: 94%;
  }
}
.module-content-box .stp-article h2 {
  color: #565047;
  font-size: 52px;
  line-height: 128%;
  /*  text-transform: uppercase;*/
  font-weight: 400;
}
@media (max-width: 600px) {
  .module-content-box .stp-article h2 {
    font-size: 45px;
    line-height: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.module-content-box[data-dir=center] {
  text-align: center;
}
.module-content-box[data-dir=left] {
  text-align: left;
}

.form-quick-newsletter {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  width: fit-content;
  padding-bottom: 50px;
}
.form-quick-newsletter form {
  margin: 20px 0;
}
.form-quick-newsletter form .form-item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  max-width: 100%;
  width: 350px;
}
.form-quick-newsletter form .form-item.disabled {
  background-color: #EEE;
  color: #666;
}
@media (max-width: 500px) {
  .form-quick-newsletter form .form-item {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
.form-quick-newsletter form .form-item input, .form-quick-newsletter form .form-item button, .form-quick-newsletter form .form-item a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #FAFAFA;
  color: #79786a;
  border: 1px solid #79786a;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
}
.form-quick-newsletter form .form-item input.hasDatepicker, .form-quick-newsletter form .form-item button.hasDatepicker, .form-quick-newsletter form .form-item a.hasDatepicker {
  cursor: pointer;
}
.form-quick-newsletter form .form-item button, .form-quick-newsletter form .form-item a {
  background-color: #008D6E;
  border-color: #008D6E;
  color: #FAFAFA;
  cursor: pointer;
  font-weight: bold;
}
.form-quick-newsletter form .form-item button:hover, .form-quick-newsletter form .form-item a:hover {
  background-color: #008D6E;
  border-color: #008D6E;
}
.form-quick-newsletter form .form-item.form-submit-request button {
  background-color: #565047;
  color: #FAFAFA;
  border: 1px solid #565047;
  border-radius: 10px !important;
  margin-right: 1px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form-quick-newsletter form .form-item.form-submit-request button:hover {
  color: #FAFAFA;
  border-color: #008D6E;
  background-color: #008D6E;
}
.form-quick-newsletter form .form-item.form-submit-booking button {
  font-size: 14px;
}
.form-quick-newsletter form .form-group {
  font-size: 0;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.form-quick-newsletter form .form-group .form-item {
  margin: 0;
  font-size: 20px;
  max-width: 100%;
  width: 150px;
  position: relative;
}
.form-quick-newsletter form .form-group .form-item.disabled {
  background-color: #EEE;
  color: #666;
}
.form-quick-newsletter form .form-group .form-item > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  color: #79786a;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1450px) {
  .form-quick-newsletter form .form-group .form-item {
    width: 130px;
  }
}
@media (max-width:1000px) {
  .form-quick-newsletter form .form-group .form-item.form-adults, .form-quick-newsletter form .form-group .form-item.form-children {
    display: none;
  }
}
.form-quick-newsletter form .form-group .form-item input, .form-quick-newsletter form .form-group .form-item button {
  text-align: center;
  font-family: "FontAwesome", "Karla", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.form-quick-newsletter form .form-group .form-item input.transparent {
  background: transparent;
}
.form-quick-newsletter form .form-group .form-item:first-child input, .form-quick-newsletter form .form-group .form-item:first-child button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-quick-newsletter form .form-group .form-item:last-child input, .form-quick-newsletter form .form-group .form-item:last-child button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-quick-newsletter form .form-group .form-item:first-child, .form-quick-newsletter form .form-group .form-item:last-child {
  margin-right: -1px;
}
@media (max-width: 736px) {
  .form-quick-newsletter form .form-group {
    display: block;
    margin-right: 0;
  }
  .form-quick-newsletter form .form-group .form-item {
    width: 50%;
  }
  .form-quick-newsletter form .form-group .form-item > * {
    width: 100% !important;
  }
}
@media (max-width: 736px) and (max-width: 500px) {
  .form-quick-newsletter form .form-group .form-item {
    display: inline-block;
  }
}

.ui-widget-header {
  border: 1px solid #008D6E !important;
  background: #008D6E !important;
  color: #FAFAFA;
  font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #82c49d !important;
  background: #82c49d !important;
  color: #FAFAFA;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #cefde0 !important;
  background: #cefde0 !important;
  font-weight: normal;
  /*  color: #787878;*/
}

/* ********* apri e chiudi ******** */
/*.content-card {
  .card-header {
    color: $colorSecondary;
    font-size: 17px;
    margin-bottom: 5px;
    padding: 15px;
    font-weight: 500;
    cursor: pointer;
    background: $colorNegative;
    border-bottom: solid 1px $colorSecondary;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 60%;
    @media (max-width: 1250px){
      width: 100%;
    }
    @media (max-width: 750px){
      flex-direction: column;
      align-items: center;
      width: 100%;
    }

    h3 {
      width: 100%;
      margin-top: 0;
      padding-left: 1rem;
      @media (max-width: 750px){
        padding-left: 0;
        text-align: center;
      }

      &:after {
        content: "\f107";
        float: unset;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: unset;
        text-rendering: unset;
        line-height: 1;
        font-weight: 900;
        margin-left: 15px;
        color: $colorSecondary;
      }
    }

    .card-header.open h3:after {
      content: "\f106";
    }

    .card-img {
      padding: 2rem 0;
      width: 40%;
      @media (max-width: 750px){
        width: 100%;
        text-align: center;

      }

      img {
        width: 100%;
        height: auto;
        max-width: 350px;

        @media (max-width: 750px){
          text-align: center;
          margin: 0 auto;
        }
        @media (max-width: 500px){
          width: 100%;
          height: auto;
        }
      }
    }
  }

  .card-body {
    !*    *!
    font-size: 14px;
    display: none;
    margin-bottom: 2em;
    margin-top: 0.75em;
    padding: 0 1rem 4rem 1rem;
    @media (max-width: 350px){
      padding: 0 1rem;
    }
  }
}*/
/*.last-phrase {
  padding: 4rem 0 2rem 0;
}*/
/* ********* footer ********* */
.stp-footer {
  font-size: 18px;
  line-height: 150%;
  padding: 3% 5%;
  color: #FAFAFA;
  position: relative;
  background-color: #565047;
  /*  margin-top: 40px;*/
}
@media (max-width: 900px) {
  .stp-footer {
    /*    margin-top:0;*/
    font-size: 14px;
  }
}
.stp-footer a {
  color: #FAFAFA;
  font-family: Karla;
  font-size: 18px;
}
@media (max-width: 900px) {
  .stp-footer a {
    font-size: 14px;
  }
}
body.h-mobile .stp-footer {
  padding: 10% 5% 80px;
}
.stp-footer h3 {
  color: #FAFAFA;
  font-size: 18px;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .stp-footer h3 {
    padding-bottom: 5px;
  }
}
.stp-footer .footer-inner {
  position: relative;
}
.stp-footer .footer-inner .footer-logo a {
  color: #FAFAFA;
  font-size: 30px;
}
.stp-footer li {
  margin: 10px 0;
}
.stp-footer a {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  /*   @media (max-width: 500px) {
       padding: 2px;
       margin: 5px;
     }*/
}
.stp-footer a:hover {
  text-decoration: none;
}
.stp-footer .footer-contacts li > a, .stp-footer .footer-contacts li > p {
  color: #008D6E;
  border-bottom: solid 1px #008D6E;
  display: unset;
  font-weight: 700;
}
.stp-footer .footer-contacts li a {
  color: #008D6E;
  font-weight: 700;
}
.stp-footer .footer-item {
  margin: 30px 0;
  color: #FAFAFA;
}
.stp-footer .footer-address a {
  font-size: 16px;
  line-height: 2rem;
  text-align: center;
  color: #FAFAFA;
}
.stp-footer .footer-address a svg {
  margin-right: 5px;
}
.stp-footer .footer-address a i {
  margin: 0 10px 0 0;
  position: absolute;
  left: -24px;
  top: 2px;
}
.stp-footer .footer-address a:last-of-type {
  color: #FAFAFA;
  font-weight: 700;
  position: relative;
}
.stp-footer .footer-address i {
  margin-right: 5px;
}
.stp-footer .footer-logo a img {
  width: 100%;
}
.stp-footer .footer-logo-partner {
  margin: 0 0 30px 0;
}
.stp-footer .footer-logo-partner img {
  width: 150px;
  height: auto;
}
.stp-footer .footer-social {
  margin: 30px 0 0 0;
}
.stp-footer .footer-item .TA_rated {
  text-align: center;
}
.stp-footer .footer-item .TA_rated > div {
  margin: 0 auto !important;
}
.stp-footer .footer-logo svg {
  width: 180px;
}
.stp-footer .footer-socialmedia {
  font-size: 30px;
}
.stp-footer .footer-socialmedia li {
  display: inline-block;
  margin: 0 10px;
}
.stp-footer .footer-socialmedia li a {
  color: #008D6E;
}
.stp-footer .footer-socialmedia li a:hover {
  color: #008D6E;
}
.stp-footer .footer-location {
  font-size: 18px;
  text-transform: uppercase;
}
.stp-footer .footer-location a {
  text-decoration: none;
}
.stp-footer .footer-location i {
  margin-right: 5px;
}
.stp-footer .footer-service li {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
  color: #79786a;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1150px) {
  .stp-footer .footer-service li {
    white-space: nowrap;
    margin-right: 15px;
  }
}
.stp-footer .footer-service li a {
  font-size: 12px;
  color: #79786a;
  text-transform: uppercase;
  font-weight: normal;
}
.stp-footer .footer-service.right {
  position: absolute;
  right: 0;
  top: 25%;
}
.stp-footer .footer-service.right li {
  display: block;
  margin: 0 2px;
  text-align: right;
}
.stp-footer .footer-service.right li a {
  font-size: 14px;
  color: #008D6E;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 900px) {
  .stp-footer .footer-service.right {
    position: relative;
    right: auto;
    top: auto;
  }
  .stp-footer .footer-service.right li {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
  }
}
.stp-footer .footer-service.leftlogos {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.stp-footer .footer-service.leftlogos img {
  margin: 10px;
  max-height: 90px;
  width: auto;
}
@media (max-width: 1350px) {
  .stp-footer .footer-service.leftlogos {
    position: relative;
    right: auto;
    top: auto;
  }
}
.stp-footer .footer-service.rightlogos {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
.stp-footer .footer-service.rightlogos img {
  margin: 10px;
  max-height: 90px;
  width: auto;
}
@media (max-width: 1350px) {
  .stp-footer .footer-service.rightlogos {
    position: relative;
    right: auto;
    top: auto;
  }
}
.stp-footer address {
  font-style: normal;
}
.stp-footer ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.stp-footer .footer-byaltea {
  position: absolute;
  bottom: 0;
  right: -50px;
  margin: 0;
}
@media (max-width: 1350px) {
  .stp-footer .footer-byaltea {
    bottom: 50px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .stp-footer .footer-byaltea {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

/* ********* footer ********* */
.fixed-ctas {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3000;
}
body:not(.h-mobile) .fixed-ctas {
  display: none;
}
.fixed-ctas ul {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.fixed-ctas ul li {
  display: inline-block;
  width: 50%;
  font-size: 20px;
  line-height: 100%;
}
body.h-menuopen .fixed-ctas ul li.menu-close, body:not(.h-menuopen) .fixed-ctas ul li.menu-open {
  display: none;
}
.fixed-ctas ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #FAFAFA;
  font-weight: bold;
}
.fixed-ctas ul li.primary.menu-open a {
  color: #008D6E;
  text-decoration: none;
}
.fixed-ctas ul li.primary.menu-close a {
  background-color: #008D6E;
  color: #FAFAFA;
  text-decoration: none;
}
.fixed-ctas ul li.secondary a {
  color: #008D6E;
}
.fixed-ctas ul li.secondary.menu-open a {
  color: #008D6E;
  text-decoration: none;
}
.fixed-ctas ul li.secondary.menu-close a {
  background-color: #FAFAFA;
  color: #008D6E;
  text-decoration: none;
}
@media (max-height: 500px) and (min-width:400px) {
  .fixed-ctas {
    display: none !important;
  }
}

/* ********* form ********* */
.text-right {
  text-align: right;
}

/* ******* weather ********** */
.forecastdays {
  text-align: center;
  padding: 0;
  margin: 2em 0 1em;
}
.forecastdays li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  width: 70px;
  margin: 5px;
  padding: 10px;
  color: #565047;
  vertical-align: top;
  background-color: #FAFAFA;
  overflow: hidden;
}
.forecastdays li .wi {
  margin: 0;
  width: auto;
}
.forecastdays .date {
  font-size: 15px;
  text-align: center;
  color: #565047;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: bold;
}
.forecastdays .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
  margin: 5px auto;
  color: #565047;
}
.forecastdays .temp {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.forecastdays .temp .max {
  color: #008D6E;
  width: 50%;
  float: left;
}
.forecastdays .temp min {
  color: #565047;
  width: 50%;
  float: left;
}

.floater {
  text-align: center;
}
.floater img {
  background: none;
  display: inline-block;
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}

.gallery-box-single-album {
  display: none;
}

/* ******* gallery ********** */
.jmgal_categorie {
  font-size: 0;
  margin: 40px 0;
}
.jmgal_categorie .jg_row {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.33333%;
  margin-bottom: 0;
}
@media (max-width: 736px) {
  .jmgal_categorie .jg_row {
    width: 50%;
  }
}
.jmgal_categorie .jg_row * {
  display: inline-block;
  vertical-align: top;
}
.jmgal_categorie .jg_imgalign_catimgs {
  margin: 10px !important;
}
.jmgal_categorie img {
  display: block;
  width: 100%;
  height: auto;
}

.jmgal_albums {
  font-size: 0;
}
.jmgal_albums .jg_element_gal {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.33333%;
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  .jmgal_albums .jg_element_gal {
    width: 50%;
  }
}
.jmgal_albums .jg_element_gal img {
  display: block;
  width: 100%;
  height: auto;
}
.jmgal_albums .jg_element_gal * {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.jmgal_albums .jg_element_gal .jg_imgalign_gal {
  display: block;
}
.jmgal_albums .jg_element_gal .jg_element_txt {
  display: block;
  margin-top: 0;
  font-size: 16px;
}
.jmgal_albums .jg_photo_container {
  margin: 10px !important;
}

.jg_back {
  text-align: center;
}

.module-aside-gallery {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.module-aside-gallery ul, .module-aside-gallery li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
}
.module-aside-gallery ul a, .module-aside-gallery li a {
  display: inline-block;
  position: relative;
  color: #FAFAFA;
}
.module-aside-gallery ul a img, .module-aside-gallery li a img {
  display: block;
  width: 100%;
  height: auto;
}
.module-aside-gallery li {
  width: 25%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 900px) {
  .module-aside-gallery li {
    width: 33.333%;
  }
  .module-aside-gallery li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 736px) {
  .module-aside-gallery li:first-child {
    width: 100%;
    display: block;
  }
  .module-aside-gallery li:nth-child(2), .module-aside-gallery li:nth-child(3), .module-aside-gallery li:nth-child(4) {
    display: none;
  }
}
.module-aside-gallery .btn {
  position: relative;
  margin: 0 auto;
  z-index: 20;
}
.module-aside-gallery .btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #008D6E;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #008D6E;
  color: #FAFAFA;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 900px) {
  .module-aside-gallery .btn a {
    width: 100%;
  }
}
.module-aside-gallery .btn a:hover {
  background-color: #FAFAFA;
  color: #008D6E;
  border: 1px solid #008D6E;
}

.hiddenfancyboxgallery {
  display: none;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

.leading-item {
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecec7;
  padding-bottom: 10px;
}

.fakeFullLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

.logo-activities {
  width: 280px;
  margin: 0 auto;
}
.logo-activities img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-social a {
  width: auto;
  margin: 0 auto;
  color: #008D6E;
  font-weight: 700;
  position: relative;
  line-height: 2.5rem;
}
.footer-social a img {
  width: 27px;
  height: auto;
  margin-right: 8px;
  position: absolute;
  left: -34px;
  top: 4px;
}

#badge {
  position: absolute;
  top: 8rem;
  left: 2%;
  background-color: rgba(177, 127, 74, 0.68);
  color: #FAFAFA;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  font-size: 39px;
  line-height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
@media (max-width: 750px) {
  #badge {
    width: 200px;
    height: 200px;
    font-size: 22px;
    line-height: 2rem;
    top: 1rem;
  }
}
@media (max-width: 350px) {
  #badge {
    width: 110px;
    height: 110px;
    font-size: 15px;
    line-height: 1.5rem;
  }
}

.module-item.offerta-img-sx {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (max-width: 900px) {
  .module-item.offerta-img-sx {
    display: flex;
    flex-direction: column-reverse;
  }
}

.module-item.offerta-img-sx .col {
  width: 100%;
  box-sizing: border-box;
}

.module-item.offerta-img-sx .col:first-child {
  order: 1;
}

.module-item.offerta-img-sx .col:last-child {
  order: 2;
}

@media (min-width: 901px) {
  .module-item.offerta-img-sx {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .module-item.offerta-img-sx .col {
    width: 50%;
    box-sizing: border-box;
  }
  .module-item.offerta-img-sx .col:first-child {
    order: 2;
  }
  .module-item.offerta-img-sx .col:last-child {
    order: 1;
  }
}
.offerta {
  margin: 60px auto auto auto;
}
.offerta .backstretch {
  height: 100% !important;
}
.offerta .backstretch .backstretch-item {
  height: 100% !important;
}
.offerta .backstretch .backstretch-item img {
  height: 100% !important;
  object-fit: cover;
  inset: 0 !important;
}
.offerta ul {
  margin: 0;
  padding: 0;
}
.offerta ul li {
  list-style-position: inside;
  font-size: 18px;
}

.contenuto-offerta {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.contenuto-offerta.aperto {
  /* niente qui, l'altezza viene gestita via JS */
}

.offerta a.btn-text {
  background-color: #008D6E !important;
  border-bottom: 0 !important;
  padding: 10px 20px 10px 20px !important;
}

/*.contenuto-offerta {
  display: none;
}*/
.slick-prev {
  fill: #565047;
  stroke: #565047;
}

.slick-next {
  fill: #565047;
  stroke: #565047;
}

.slick-slider {
  overflow: hidden;
}

.slick-list {
  overflow: visible;
}

.appartments .elenco-appartamenti {
  max-width: 690px !important;
  margin-top: 80px;
  margin-bottom: 80px;
  float: left;
}
@media (max-width: 900px) {
  .appartments .elenco-appartamenti {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.appartments .elenco-appartamenti .slick-list {
  max-height: 500px !important;
}
@media (max-width: 900px) {
  .appartments .elenco-appartamenti .slick-list {
    padding: 0 !important;
  }
}
.appartments .elenco-appartamenti .slick-next {
  right: 0;
}

.pagina-lodge .right p {
  color: #565047;
}
.pagina-lodge .elenco-appartamenti {
  margin-top: 0;
  width: 720px;
  height: 720px;
  float: left;
  /*    @media (max-width: 1600px)  {
        width: 660px;
        margin-bottom: 20px;
      }

      @media (min-width: 1300px) and (max-width: 1600px)  {
        width: 660px;
        margin-bottom: 20px;
      }*/
}
@media (max-width: 600px) and (max-width: 760px) {
  .pagina-lodge .elenco-appartamenti {
    width: 450px;
    height: 500px;
    margin-bottom: 20px;
  }
}
.pagina-lodge .elenco-appartamenti .slick-list {
  max-height: 500px !important;
  padding: 0 !important;
}
.pagina-lodge .elenco-appartamenti .slick-next {
  right: 0;
}

.camera-wrapper .camera-flexbox-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FAFAFA;
}
@media (max-width: 900px) {
  .camera-wrapper .camera-flexbox-container {
    display: block;
  }
}
.camera-wrapper .camera-flexbox-container h2 {
  font-family: "Work Sans", sans-serif;
}
.camera-wrapper .camera-flexbox-container .slick-arrow {
  border-radius: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  background-color: #FAFAFA;
  width: 100px;
  height: 100px;
  box-shadow: none;
}
@media (max-width: 600px) {
  .camera-wrapper .camera-flexbox-container .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.camera-wrapper .camera-flexbox-container .slick-arrow.slick-prev {
  left: 70.5% !important;
}
@media (max-width: 600px) {
  .camera-wrapper .camera-flexbox-container .slick-arrow.slick-prev {
    left: 74% !important;
  }
}
.camera-wrapper .camera-flexbox-container .slick-arrow svg {
  height: 15px;
  fill: #565047;
  stroke: #565047;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .camera-wrapper .camera-flexbox-container .slick-arrow svg {
    margin-top: 25px;
  }
}
.camera-wrapper .camera-flexbox-container h2 {
  font-size: 52px;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .camera-wrapper .camera-flexbox-container h2 {
    font-size: 40px;
  }
}
.camera-wrapper .camera-flexbox-container p {
  margin: 0;
}
.camera-wrapper .camera-flexbox-container .left,
.camera-wrapper .camera-flexbox-container .right {
  flex: 1 1 50%;
  box-sizing: border-box;
}
.camera-wrapper .camera-flexbox-container .left img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .camera-wrapper .camera-flexbox-container .left,
  .camera-wrapper .camera-flexbox-container .right {
    flex: 1 1 100%;
  }
}

.appartments .camera-wrapper:nth-child(odd) {
  background-color: #565047;
  color: #FAFAFA;
}
.appartments .camera-wrapper:nth-child(odd) .slick-arrow {
  border-radius: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  background-color: #565047;
  width: 100px;
  height: 100px;
}
@media (max-width: 600px) {
  .appartments .camera-wrapper:nth-child(odd) .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.appartments .camera-wrapper:nth-child(odd) .slick-arrow.slick-prev {
  left: 70.5% !important;
}
@media (max-width: 600px) {
  .appartments .camera-wrapper:nth-child(odd) .slick-arrow.slick-prev {
    left: 74% !important;
  }
}
.appartments .camera-wrapper:nth-child(odd) .slick-arrow svg {
  height: 15px;
  fill: #FAFAFA;
  stroke: #FAFAFA;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .appartments .camera-wrapper:nth-child(odd) .slick-arrow svg {
    margin-top: 25px;
  }
}
.appartments .camera-wrapper:nth-child(odd) h2, .appartments .camera-wrapper:nth-child(odd) p {
  color: #FAFAFA;
}
.appartments .camera-wrapper:nth-child(odd) .btn-white-stroke {
  color: #FAFAFA;
  padding: 10px 30px;
  border: 1px solid #FAFAFA;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 10px 0;
}
.appartments .camera-wrapper:nth-child(odd) .btn-white-stroke:hover {
  background-color: #FAFAFA;
  color: #565047;
}
.appartments .camera-wrapper:nth-child(odd) a.btn-white {
  color: #FAFAFA !important;
  text-transform: uppercase;
  font-weight: 500;
}

.appartments .camera-wrapper:nth-child(even) {
  background-color: #FAFAFA;
  color: #565047;
}
.appartments .camera-wrapper:nth-child(even) .btn-white-stroke {
  color: #565047;
  padding: 10px 30px;
  border: 1px solid #565047;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 10px 0;
  font-family: "Karla", serif;
}
.appartments .camera-wrapper:nth-child(even) .btn-white-stroke:hover {
  background-color: #565047;
  color: #FAFAFA;
}
.appartments .camera-wrapper:nth-child(even) a.btn-white {
  color: #565047 !important;
  text-transform: uppercase;
  font-weight: 500;
}
.appartments .camera-wrapper:nth-child(even) h2, .appartments .camera-wrapper:nth-child(even) p {
  color: #565047;
}

.dark {
  background-color: #565047;
  color: #FAFAFA;
}
.dark .text-1088 {
  padding-top: 20px;
}
.dark h2 {
  color: #FAFAFA !important;
}

.dark-slider {
  background-color: #565047;
  color: #FAFAFA;
}
.dark-slider .slick-arrow {
  background: transparent;
  box-shadow: none;
  fill: #FAFAFA;
  stroke: #FAFAFA;
  top: 0;
  right: 100px !important;
}
.dark-slider .slick-prev {
  right: 140px !important;
  left: auto;
}
@media (min-width: 1210px) {
  .dark-slider .slick-track {
    left: -80px;
  }
}
.dark-slider .room-intro {
  padding-bottom: 30px;
}
.dark-slider .room-intro a {
  color: #FAFAFA;
}
.dark-slider .single-rooms .room-link .btn-text {
  border-bottom: 0 !important;
  padding: 20px 50px 20px 50px;
}
@media (max-width: 600px) {
  .dark-slider .single-rooms .room-link .btn-text {
    padding: 0 0 0 20px;
  }
}
.dark-slider .room-title, .dark-slider .room-intro {
  color: #FAFAFA !important;
}
.dark-slider .room-link {
  background-color: #FAFAFA !important;
  width: fit-content;
  position: absolute;
  z-index: 999999;
  bottom: -40px;
  left: 33%;
}
.dark-slider .room-link a {
  transition: all 0.3s ease-in-out;
}
.dark-slider .room-link a:hover {
  background-color: #565047 !important;
  color: #FAFAFA !important;
}
@media (max-width: 736px) {
  .dark-slider .room-link {
    left: 30%;
  }
}
@media (max-width: 600px) {
  .dark-slider .room-link {
    left: 30%;
  }
}
@media (max-width: 1209px) {
  .dark-slider .room-link {
    margin-bottom: 20px;
  }
}
.dark-slider a.room-link {
  text-decoration: none;
  color: #565047;
}
.dark-slider h2 {
  color: #FAFAFA !important;
}

.light-slider {
  background-color: #FAFAFA;
  color: #565047;
}
.light-slider .slick-dots {
  padding: 90px 0 40px 0;
}
.light-slider .slick-dots li button {
  background-color: #565047;
}
.light-slider .slick-arrow {
  background: transparent;
  box-shadow: none;
  fill: #565047;
  stroke: #565047;
  top: 0;
  right: 100px !important;
}
.light-slider .slick-prev {
  right: 140px !important;
  left: auto;
}
@media (min-width: 1210px) {
  .light-slider .slick-track {
    left: -80px;
  }
}
.light-slider .room-intro {
  padding-bottom: 30px;
}
.light-slider .room-intro a {
  color: #565047;
}
.light-slider .single-rooms .room-link .btn-text {
  border-bottom: 0 !important;
  padding: 20px 50px 20px 50px;
}
@media (max-width: 600px) {
  .light-slider .single-rooms .room-link .btn-text {
    padding: 0 0 0 20px;
  }
}
.light-slider .room-title, .light-slider .room-intro {
  color: #565047 !important;
}
.light-slider .room-link {
  background-color: #FAFAFA !important;
  width: fit-content;
  position: absolute;
  z-index: 999999;
  bottom: -40px;
  left: 33%;
}
.light-slider .room-link a {
  transition: all 0.3s ease-in-out;
}
.light-slider .room-link a:hover {
  background-color: #565047 !important;
  color: #FAFAFA !important;
}
@media (max-width: 736px) {
  .light-slider .room-link {
    left: 30%;
  }
}
@media (max-width: 600px) {
  .light-slider .room-link {
    left: 30%;
  }
}
@media (max-width: 1209px) {
  .light-slider .room-link {
    margin-bottom: 20px;
  }
}
.light-slider a.room-link {
  text-decoration: none;
  color: #565047;
}
.light-slider h2 {
  color: #565047 !important;
}

.btn {
  color: #FAFAFA;
  border: 1px solid #008D6E;
  background-color: #008D6E;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Karla", serif;
  font-size: 22px;
}
.btn:hover {
  background-color: #FAFAFA;
  color: #008D6E;
  border: 1px solid #FAFAFA;
}

.footer-columns {
  display: flex;
  gap: 2rem;
}

.footer-columns .footer-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 900px) {
  .footer-columns .footer-column:last-child {
    flex-direction: row;
    gap: 10px;
  }
}

.footer-column:last-child a {
  margin: 0;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-row .btn {
  width: 200px;
  text-align: center;
  padding: 10px 0px;
}
@media (max-width: 600px) {
  .footer-row .btn {
    width: 150px;
  }
}
.footer-row .btn-white-stroke {
  width: 200px;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .footer-row .btn-white-stroke {
    width: 150px;
  }
}

/* Colonna piena larghezza */
.footer-single .full-width {
  flex: 1 1 100%;
}

/* 3 colonne */
.footer-columns .footer-column {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 200px;
}

/* 2 colonne */
.footer-double {
  padding-top: 70px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .footer-double {
    text-align: center;
  }
}
.footer-double a {
  padding: 0 5px 0 5px;
}

.footer-double .footer-column {
  flex: 1 1 calc(50% - 20px);
  min-width: 200px;
  align-content: center;
}

.footer-double .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 900px) {
  .footer-double .footer-column ul {
    gap: 0;
    justify-content: center;
  }
}

.footer-double .footer-column ul li {
  display: inline;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer-row .footer-column {
    flex: 1 1 100%;
  }
}
.footertop {
  text-align: center !important;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .footertop {
    margin-top: 20px;
  }
}
.footertop a {
  color: #FAFAFA;
  font-family: Prata;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 40.25px */
}

.btn-white-stroke {
  color: #FAFAFA;
  padding: 10px 30px;
  border: 1px solid #FAFAFA;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Karla", serif;
  font-size: 22px;
}
.btn-white-stroke:hover {
  background-color: #FAFAFA;
  color: #565047;
}

.freccia-pulsanti {
  fill: #565047;
}

.freccia-sliders {
  fill: #565047;
}

.homepage .freccia-sliders {
  width: 20px;
  height: 20px;
}

@media (max-width: 900px) {
  .right {
    padding-left: 20px;
    padding-bottom: 1px;
  }
}
.right .btn-prezzi {
  padding-top: 40px !important;
  padding-bottom: 50px;
  display: none;
}

@media (max-width: 600px) {
  .slick-dots {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .homepage .single-rooms .inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .camera-flexbox-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.offerta a.btn-text {
  transition: all 0.3s ease-in-out;
}
.offerta a.btn-text:hover {
  background-color: #FAFAFA !important;
  color: #565047 !important;
}

.slick-arrow {
  transition: all 0.3s ease;
}
.slick-arrow:hover {
  background-color: #008D6E !important;
}
.slick-arrow:hover svg {
  fill: #fff !important;
  stroke: #fff !important;
}

.footer-altea {
  position: absolute;
  right: 20px;
}

/*# sourceMappingURL=starterpack.css.map */
