.section.top {
  background: no-repeat center center scroll;
  background-size: cover;
  overflow: hidden;
}
.section.short-height {
  background: no-repeat center center;
  background-size: cover;
}
.section .largeImage {
  background: no-repeat center center scroll;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.imgtozoom {
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.page_site_index .imgtozoom.bg2 {
  background-position: 50% 30%;
}

.page_site_resort .largeImage.bg1 {
  background-position: 0% 0;
}

.page_site_benessere-globale .section.top {
  background-position: 0 0;
}
.page_site_benessere-globale .portfolio-item .portfolio-figure.bg2 {
  background-position-x: 100%;
  background-position-y: 0;
}
.page_site_benessere-globale .portfolio-item .portfolio-figure.bg3 {
  background-position: 50% 85%;
}

.page_site_sostenibilita .section.top {
  background-position: 100% 100%;
}
.page_site_sostenibilita .portfolio-item .portfolio-figure.bg2 {
  background-position-y: 0;
}

.page_site_about .short-height {
  background-position: center 76%;
}

.page_site_trade .short-height {
  background-position: center 90%;
}

html, body {
  position: relative;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #041C2C;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  /*-webkit-perspective: 1000;*/
  -webkit-backface-visibility: hidden;
  -webkit-transition: right 0.4 s;
  /* Safari 3.1 to 6.0 */
  transition: right 0.4s;
  background-color: #f9f9f9;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  /*reset for mobile browsers */
  font-weight: normal;
}

header {
  background: transparent;
  height: 107px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 9970;
}

.internal-page header {
  background: #fff;
}

header.headroom {
  background: #fff;
}
header.slideUp {
  top: -80px;
}
header.offerta-menu {
  background-color: #fff;
  height: 88px;
  text-align: center;
}
header.offerta-menu a.btn-scarica {
  margin-top: 20px;
}
header.offerta-menu .menuleftlogo {
  /*            height: auto;
              width: auto;
              margin: 0;
              left: 30px;
              top: 43px;*/
}
header.offerta-menu .menuright {
  height: auto;
  width: auto;
  margin: 0;
  right: 30px;
  top: 43px;
}
header.offerta-menu .menuright a.btn {
  margin-right: 48px;
  padding-bottom: 12px;
}
header.offerta-menu .menuright .hide-main-menu {
  right: -20px;
}

/*body {-webkit-transform:translate3d(0,0,0);}*/
button:active, button:focus {
  outline: none;
}

.menuright a.btn-default:active:focus {
  /*border: transparent;*/
  background-color: transparent;
  box-shadow: none;
}

svg {
  height: 90%;
  transition: height 400ms ease;
}

@media (max-width: 991px) {
  svg {
    height: 100%;
    transition: height 400ms ease;
  }
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.wrap.page_site_offerte {
  min-height: 0;
}
.wrap.page_site_iscrizione-newsletter {
  min-height: 100%;
  background-color: #F2F3F4;
}
.wrap.page_site_iscrizione-newsletter .site-iscrizione-newsletter a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wrap.page_site_iscrizione-newsletter.page_site_iscrizione-newsletter {
    height: auto;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/******  BOOTSTRAP 5 COL   ********/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xs-5thsx2, .col-sm-5thsx2, .col-md-5thsx2, .col-lg-5thsx2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.col-xs-5thsx2 {
  width: 40%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }

  .col-sm-5thsx2 {
    width: 40%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }

  .col-md-5thsx2 {
    width: 40%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .col-lg-5thsx2 {
    width: 40%;
    float: left;
  }
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.minw185 {
  min-width: 185px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
a:hover, a:focus {
  color: inherit;
  cursor: pointer;
}

.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view td {
  white-space: nowrap;
}
.grid-view .filters input, .grid-view .filters select {
  min-width: 50px;
}

.mobile-filter-container {
  display: none !important;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
  padding: 8px;
}
.nav > li > form > button:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .nav li > form {
    padding: 3px;
  }
}
/***********    FONT    ****************/
@font-face {
  font-family: 'montserratlight';
  src: url("font/montserrat-light-webfont.eot");
  src: url("font/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/montserrat-light-webfont.woff2") format("woff2"), url("font/montserrat-light-webfont.woff") format("woff"), url("font/montserrat-light-webfont.ttf") format("truetype"), url("font/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font-montserrat-light {
  font-family: 'montserratlight', sans-serif;
}

.font-playfair {
  font-family: 'Playfair Display', serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.txt-light {
  color: #fff;
}

.txt-light-grey {
  color: #8c8c8c;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 1.07143em;
}

.font-13 {
  font-size: 1em;
}

.font-12 {
  font-size: 0.92857em;
}

.font-11 {
  font-size: 0.85714em;
}

.font-10 {
  font-size: 0.78571em;
}

/********    ICONE    ******/
@font-face {
  font-family: 'icomoon';
  src: url("/font/icomoon.eot?ww6042");
  src: url("/font/icomoon.eot?ww6042#iefix") format("embedded-opentype"), url("/font/icomoon.ttf?ww6042") format("truetype"), url("/font/icomoon.woff?ww6042") format("woff"), url("/font/icomoon.svg?ww6042#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\e902";
  transform: rotate(180deg);
}

.icon-go:before {
  content: "\e905";
  transform: rotate(270deg);
}

.icon-spunta:before {
  content: "\e90e";
}

.icon-menu:before {
  content: "\e901";
}

.icon-in:before {
  content: "\e909";
}

.icon-insta:before {
  content: "\e90a";
}

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

.icon-facebook:before {
  content: "\e90c";
}

.icon-chevron-right:before {
  content: "\e90d";
}

.icon-down:before {
  content: "\e905";
}

.icon-auto:before {
  content: "\e906";
}

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

.icon-aereo:before {
  content: "\e908";
}

.icon-meno:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e902";
}

.icon-chiudi:before {
  content: "\e903";
}

.icon-piu:before {
  content: "\e904";
}

/***********    UTIL     ****************/
.btn-trasparent {
  background-color: transparent;
}
.btn-trasparent:hover, .btn-trasparent:focus, .btn-trasparent:active {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-grey {
  background-color: #e6e4e4;
}

.bg-grey-light {
  background-color: #f3f3f3;
}

.bg-grey-form {
  background-color: #F2F3F4;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-borders {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.clear-display {
  display: initial;
}

.with-divider:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin: 40px auto;
  background-color: #000;
}

.txt-light.with-divider:after {
  background-color: #fff;
}

.display-table {
  display: table;
}
.display-table > div {
  display: table-cell;
  vertical-align: middle;
}

.btn-scarica {
  background-color: transparent;
  padding: 5px 15px;
  color: #041C2C;
  border: 1px solid #a4a4a4;
  /*border-bottom: 1px solid #b2b2b2;*/
  border-radius: 0;
  font-size: 12px;
  -webkit-transition: color 0.6s, background-color 0.8s;
  transition: color 0.6s, background-color 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-scarica:hover, .btn-scarica:focus, .btn-scarica:active {
  cursor: pointer;
  color: #fff;
  background-color: #a4a4a4;
  -webkit-transition: color 0.6s, background-color 0.8s;
  transition: color 0.6s, background-color 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-scarica.btn-white:hover, .btn-scarica.btn-white:focus, .btn-scarica.btn-white:active {
  color: #041C2C !important;
  background-color: #fff;
  -webkit-transition: color 0.6s, background-color 0.8s;
  transition: color 0.6s, background-color 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-white {
  color: #fff;
  border-color: #fff;
}

.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

input[type=text], input[type=email] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mix {
  display: none;
}

@media (max-width: 767px) {
  .no-margin-top-mobile {
    margin-top: 0 !important;
  }
}
body.modal-open {
  padding-right: 0 !important;
  overflow: hidden !important;
}
body.modal-open .modal-backdrop {
  z-index: 9998;
}

/*****  MODALE  ****/
#modalAlert {
  text-align: center;
  padding: 0 !important;
  z-index: 9999;
  overflow-y: hidden;
}
#modalAlert:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#modalAlert .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-family: "Playfair Display";
  text-align: center;
  width: auto;
}
#modalAlert .modal-dialog .modal-content {
  border-radius: 0;
  display: table;
  padding: 10px;
}
#modalAlert .modal-dialog .modal-content .icon-chiudi {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  color: #6b6b6b;
}
#modalAlert .modal-dialog .modal-content > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
  border: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  #modalAlert .modal-dialog .modal-content > div {
    padding: 60px;
    font-size: 22px;
  }
}
#modalAlert .modal-dialog .modal-content > div a {
  font-family: Montserrat;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: .8px;
  font-size: 13px;
  color: #6b6b6b;
}
@media (max-width: 767px) {
  #modalAlert .modal-dialog .modal-content > div a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #modalAlert .modal-dialog {
    margin: 0;
  }

  #modalAlert {
    height: 80%;
    margin-top: 10%;
    overflow-y: hidden;
  }
  #modalAlert .modal-dialog {
    height: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #modalAlert .modal-dialog .modal-content {
    height: 100%;
    width: 100%;
  }

  #modalAlert.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/***** opacity per load pagina *******/
div.wrap {
  opacity: 0;
}

/*********   SWIPER   *******/
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
  background-color: #fff;
}

/****************   MENU   **************/
.menu-language-fixed {
  background-color: transparent;
  /*position: fixed;*/
  /*top: 0;*/
  z-index: 302;
  width: 100%;
  height: 23px;
  border-bottom: 1px solid transparent;
  padding-right: 70px;
}
.menu-language-fixed .language-selector {
  float: right;
  margin-right: 10px;
  text-align: right;
  font-size: 10px;
  line-height: 23px;
}
.menu-language-fixed .language-selector span:hover {
  cursor: pointer;
}
.menu-language-fixed .language-selector ul.language-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: none;
  margin-right: -30px;
}
.menu-language-fixed .language-selector ul.language-list li {
  display: inline-block;
  padding: 0px 5px;
  text-transform: uppercase;
}
.menu-language-fixed .language-selector ul.language-list li.current {
  color: #cccccc;
}
.menu-language-fixed .language-selector ul.language-list li.close-lang {
  /*padding-top: 4px;*/
  /*                    &:after {
                          font-family: 'icomoon';
                          content: "\e903";
                          font-size: 15px;
                      }*/
  margin-left: 8px;
}
.menu-language-fixed .language-selector ul.language-list li.close-lang:hover {
  cursor: pointer;
}

.internal-page .menu-language-fixed {
  /*border-bottom: 1px solid #f1f1f1;*/
  color: #b2b2b2;
}

.menu-language-fixed.fadeWhiteMenu {
  border-bottom: 1px solid #f1f1f1;
}

#topMenu {
  width: 100%;
  overflow: visible;
  z-index: 100;
}

@media all and (max-width: 992px) {
  #topMenu {
    top: 0;
  }

  .menu-language-fixed {
    top: -23px;
  }
  .menu-language-fixed .dropdown {
    width: 128px;
  }
  .menu-language-fixed .dropdown .triangle:after {
    right: 22px;
  }
  .menu-language-fixed .dropdown .dropdown-menu li {
    -webkit-margin-start: -15px;
  }
}
@media all and (max-width: 767px) {
  .menu-language-fixed {
    display: none;
  }
}
.fixedtopmenu {
  position: absolute;
  width: 100%;
  left: 0;
  /*top: 0;*/
  background-color: transparent;
  text-align: center;
  color: #333;
  font-size: 12px;
  height: 54px;
  z-index: 10;
  text-transform: uppercase;
}

.fixedtopmenu .fixedmenuitem {
  position: relative;
  display: inline-block;
  color: #041C2C;
  padding: 11px 23px 6px 23px;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
  /*letter-spacing: 1px*/
}
@media (max-width: 1000px) {
  .fixedtopmenu .fixedmenuitem {
    font-size: 10px;
  }
}

.page_site_index .fixedtopmenu .fixedmenuitem {
  padding-top: 6px;
}
.page_site_index .fixedtopmenu .fixedmenuitem:hover {
  color: #666;
}

.fixedtopmenu.subpage .fixedmenuitem {
  color: #b2b2b2;
  /*border-bottom: 1px solid #f1f1f1;*/
  margin: -4px;
  margin-left: 0;
  margin-right: 0;
}
.fixedtopmenu .fixedmenuitem.active {
  /*border-bottom: 1px solid #041C2C*/
}
.fixedtopmenu.subpage .fixedmenuitem.active {
  color: #041C2C;
}
.fixedtopmenu .fixedmenuitem:hover {
  text-decoration: none;
}
.fixedtopmenu.subpage .fixedmenuitem:hover {
  color: #041C2C;
}

@media all and (min-width: 1500px) {
  .fixedtopmenu .fixedmenuitem {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media all and (max-width: 1190px) {
  /*    .fixedtopmenu {
          font-size: 18px
      }*/
  .fixedtopmenu .fixedmenuitem {
    padding: 10px 10px 8px 10px;
  }
}
@media (max-width: 991px) {
  .fixedtopmenu .fixedmenuitem {
    padding: 10px 5px 8px 5px;
  }
}
.menuleftlogo {
  left: 0;
  top: 16px;
  opacity: 0;
  position: fixed;
  z-index: 101;
  line-height: 0;
  margin: 7px 0 0 15px;
  height: 58px;
  width: 93px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 400ms ease , margin 400ms ease , height 400ms ease, top 400ms ease;
  -moz-transition: transform 400ms ease , margin 400ms ease , height 400ms ease, top 400ms ease;
  -o-transition: transform 400ms ease , margin 400ms ease , height 400ms ease, top 400ms ease;
  transition: transform 400ms ease , margin 400ms ease , height 400ms ease, top 400ms ease;
}
.menuleftlogo img {
  max-height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menuleftlogo {
    left: -25px;
  }
  .menuleftlogo svg {
    height: 100%;
  }
}
.menuright {
  right: 0;
  top: 23px;
  opacity: 0;
  position: fixed;
  z-index: 101;
  line-height: 0;
  margin: 13px 45px 0 0;
  height: 58px;
  width: 93px;
  font-size: 12px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: margin 300ms ease , top 300ms ease;
  -moz-transition: margin 300ms ease , top 300ms ease;
  -o-transition: margin 300ms ease , top 300ms ease;
  transition: margin 300ms ease , top 300ms ease;
}
.menuright a.btn {
  /*margin-top: 15px;*/
  font-size: 12px;
  color: #041C2C;
  border-color: #041C2C;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 17px;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: margin 400ms ease;
  -moz-transition: margin 400ms ease;
  -o-transition: margin 400ms ease;
  transition: margin 400ms ease;
}
.menuright.subpage a.btn {
  border-top: none;
  border-left: none;
  border-right: none;
}
.menuright div.dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s, opacity 400ms ease;
  -moz-transition: visibility 0s, opacity 400ms ease;
  -o-transition: visibility 0s, opacity 400ms ease;
  transition: visibility 0s, opacity 400ms ease;
}
.menuright .hide-main-menu:hover, .menuright .show-main-menu:hover {
  cursor: pointer;
}

.offerta-menu .menuright.subpage .btn-scarica {
  background-color: transparent;
  padding: 5px 15px;
  color: #041C2C;
  border: 1px solid #a4a4a4;
  /*border-bottom: 1px solid #b2b2b2;*/
  border-radius: 0;
  font-size: 0.78571em;
  -webkit-transition: color 0.6s, background-color 0.8s;
  transition: color 0.6s, background-color 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.offerta-menu .menuright.subpage .btn-scarica:hover, .offerta-menu .menuright.subpage .btn-scarica:focus, .offerta-menu .menuright.subpage .btn-scarica:active {
  cursor: pointer;
  color: #fff;
  background-color: #a4a4a4;
  -webkit-transition: color 0.6s, background-color 0.8s;
  transition: color 0.6s, background-color 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

button.navbar-toggle-fixed {
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 400;
  font-size: 30px;
  border: none;
  background-color: transparent;
}

@media all and (max-width: 1191px) {
  .menuright a.btn {
    /*padding-bottom: 10px;*/
  }

  .page_site_index-white .menuright a.btn {
    padding-bottom: 14px;
  }
}
@media all and (max-width: 991px) {
  .menuright {
    margin-right: 0;
    /*top: 0*/
  }

  .menuleftlogo {
    margin-left: 0;
    /*top: 0*/
  }

  .menu-language-fixed {
    padding-right: 26px;
  }
}
.fixedtopmenu.subpage .fixedmenuitem {
  color: #b2b2b2;
  border-bottom: 1px solid #f1f1f1;
  margin: -4px;
  margin-left: 0;
  margin-right: 0;
}
.fixedtopmenu .fixedmenuitem.active {
  /*border-bottom: 1px solid #041C2C*/
}
.fixedtopmenu.subpage .fixedmenuitem.active {
  color: #041C2C;
}
.fixedtopmenu .fixedmenuitem:hover {
  text-decoration: none;
}
.fixedtopmenu.subpage .fixedmenuitem:hover {
  color: #041C2C;
}

@media all and (min-width: 1500px) {
  .fixedtopmenu .fixedmenuitem {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media all and (max-width: 1190px) {
  /*    .fixedtopmenu {
          font-size: 18px
      }*/
  .fixedtopmenu .fixedmenuitem {
    padding: 10px 10px 8px 10px;
  }
}
@media (max-width: 991px) {
  .fixedtopmenu .fixedmenuitem {
    padding: 10px 5px 8px 5px;
  }
}
.inpagenav {
  z-index: 4;
  background-color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 54px;
  height: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: height 400ms ease;
  -moz-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  transition: height 400ms ease;
}

.inpagenav .inpagenavcontent {
  display: inline-block;
  font-size: 11px;
  color: #b2b2b2;
  text-transform: uppercase;
  padding: 0 100px;
  opacity: 1;
  padding-top: 11px;
}
.inpagenav .inpagenavcontent .inpagenavitem {
  padding: 6px 0;
  display: inline-block;
  color: #b2b2b2;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: color .4s ease-out, padding 400ms ease;
  -moz-transition: color .4s ease-out, padding 400ms ease;
  -o-transition: color .4s ease-out, padding 400ms ease;
  transition: color 0.4s ease-out, padding 400ms ease;
}
.inpagenav .inpagenavcontent .inpagenavitem.active {
  color: #041C2C;
}
.inpagenav .inpagenavcontent .inpagenavitem[data-scrollspy-anchor]:hover {
  color: #041C2C;
}

a.inpagenavitem:hover {
  cursor: pointer;
}

.show-main-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  font-size: 28px;
  border: none;
  background: none;
  top: -7px;
  right: -40px;
  height: 44px;
  width: 44px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s, opacity 400ms ease;
  -moz-transition: visibility 0s, opacity 400ms ease;
  -o-transition: visibility 0s, opacity 400ms ease;
  transition: visibility 0s, opacity 400ms ease;
}

.hide-main-menu {
  font-size: 28px;
  border: none;
  background: none;
  top: 3px;
  right: -40px;
  height: 44px;
  width: 44px;
  visibility: visible;
  opacity: 1;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s, opacity 400ms ease;
  -moz-transition: visibility 0s, opacity 400ms ease;
  -o-transition: visibility 0s, opacity 400ms ease;
  transition: visibility 0s, opacity 400ms ease;
}

@media all and (min-width: 768px) {
  .slideUp .show-main-menu {
    visibility: visible;
    opacity: 1;
    top: 6px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: visibility 0s, opacity 400ms ease;
    -moz-transition: visibility 0s, opacity 400ms ease;
    -o-transition: visibility 0s, opacity 400ms ease;
    transition: visibility 0s, opacity 400ms ease;
  }
  .slideUp .hide-main-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: visibility 0s, opacity 400ms ease;
    -moz-transition: visibility 0s, opacity 400ms ease;
    -o-transition: visibility 0s, opacity 400ms ease;
    transition: visibility 0s, opacity 400ms ease;
  }
  .slideUp .menuleftlogo {
    /*transform: translate3d(0px, 0px, 0px) scale(0.75, 0.75);*/
    margin-top: -2px;
    height: 54px;
    top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: margin 300ms ease , height 400ms ease, top 300ms ease;
    -moz-transition: margin 300ms ease , height 400ms ease, top 300ms ease;
    -o-transition: margin 300ms ease , height 400ms ease, top 300ms ease;
    transition: margin 300ms ease , height 400ms ease, top 300ms ease;
  }
  .slideUp .menuleftlogo svg {
    margin-top: 2px;
    height: 80%;
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease;
  }
  .slideUp .menuright {
    margin-top: 3px;
    top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: margin 300ms ease , top 300ms ease;
    -moz-transition: margin 300ms ease , top 300ms ease;
    -o-transition: margin 300ms ease , top 300ms ease;
    transition: margin 300ms ease , top 300ms ease;
  }
  .slideUp .menuright a.btn {
    /*transform: translate3d(0px, 0px, 0px) scale(0.9, 0.9);*/
    margin-top: 0px;
    padding-bottom: 9px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: margin 400ms ease;
  }

  body.onlySubMenu .menuright div.dropdown {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: visibility 100ms, opacity 400ms ease;
    -moz-transition: visibility 100ms, opacity 400ms ease;
    -o-transition: visibility 100ms, opacity 400ms ease;
    transition: visibility 100ms, opacity 400ms ease;
  }
}
/*******   FOOTER    ********/
.footer {
  clear: both;
  background-color: #fff;
}
.footer div.footer-container {
  height: auto !important;
  font-size: 11px;
  color: #8c8d8e;
}
.footer div.footer-container p {
  margin-bottom: 15px;
}
.footer .footer-container .footer-bottom {
  height: 170px;
  padding: 0 30px 10px 30px;
  position: relative;
}
.footer .footer-container .footer-bottom > div {
  padding-top: 35px;
}
.footer .footer-container .footer-bottom .social-credits {
  height: 100%;
}
.footer .footer-container .footer-bottom .social-credits span {
  font-size: 28px;
  margin-right: 10px;
}
.footer .footer-container .footer-bottom .social-credits p {
  margin-top: 10px;
}
.footer .footer-container .footer-bottom .social-credits div {
  margin-top: 10px;
}
.footer .footer-container .footer-bottom .social-container a {
  margin-left: 15px;
}
.footer .footer-container .footer-bottom .legal-link {
  position: absolute;
  bottom: 25px;
  width: 100%;
  color: #cacaca;
}
.footer .footer-container .footer-bottom .credits-policy {
  position: absolute;
  bottom: 0px;
  font-size: 10px;
  left: 0;
}
.footer .footer-container .footer-bottom .credits-policy .credits {
  font-size: 9px;
}
.footer .footer-container .footer-bottom input {
  border: 1px solid #898989;
}
.footer .footer-container .footer-bottom .iscriviti {
  display: inline-block;
  color: #fff;
  background-color: #898989;
  padding: 6px 10px;
  margin-left: 5px;
  padding: 2px 10px;
  margin-top: -2px;
  font-size: 10px;
}
.footer a:hover, .footer a:active, .footer a:focus {
  text-decoration: none;
  color: #041C2C;
}
.footer a.active {
  color: #041C2C;
}

@media (min-width: 768px) and (max-width: 1068px) {
  .footer .footer-container .footer-bottom input {
    display: block;
    width: calc(100% - 15px);
  }

  .footer .footer-container .footer-bottom .iscriviti {
    display: block;
    margin: 2px auto auto 0;
  }
}
/************ ***************/
/*************    HEADING IMG ***************/
.page_site_index {
  opacity: 0;
}

.heading-full-img {
  font-size: 23px;
  line-height: 1.2;
  height: auto;
  width: 350px;
  margin: 0 auto;
  padding: 30px;
}
.heading-full-img h1, .heading-full-img h2 {
  font-size: 23px;
  line-height: 1.2;
}

.heading-full-img-center h3, .heading-full-img-center h1 {
  width: 340px;
  max-height: 260px;
  margin: 0 auto;
  padding: 80px 40px 80px 40px;
  font-size: 24px;
}

.scroll-icon {
  position: absolute;
  bottom: 90px;
  width: 100%;
  text-align: center;
}
.scroll-icon img {
  height: 40px;
}

.heading-full-img + .sub-line {
  height: 1px;
  background-color: #000;
  margin: 0 auto;
  width: 142px;
}
.heading-full-img + .sub-line.white-sub-line {
  background-color: #fff;
}
.heading-full-img + .sub-line.bg-white {
  background-color: white;
}
.heading-full-img + .sub-line + .sub-heading {
  margin-top: 20px;
}
.heading-full-img + .sub-line + .sub-heading a:hover {
  text-decoration: none;
  color: #4e5051;
}
.heading-full-img + .sub-line + .sub-heading.txt-light a:hover {
  color: #e8e8e8;
}

.suite-inside .heading-full-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 77px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.fixed-heading-full-img {
  position: fixed;
  top: 40%;
  left: 38%;
}

.page_site_index div[data-anchor="vital-gourmet"] div.fp-tableCell, .page_site_index div[data-anchor="sostenibilita"] div.fp-tableCell, .page_site_index div[data-anchor="suites"] div.fp-tableCell, .page_site_index div[data-anchor="lefay-spa"] div.fp-tableCell {
  background: url(img/bianco_5.png) no-repeat 30% 50% fixed;
  background-size: cover;
}

.box-white {
  /*visibility: hidden;*/
  width: 20%;
  min-width: 320px;
  height: 260px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 4s ease;
  -moz-transition: visibility 4s ease;
  -o-transition: visibility 4s ease;
  transition: visibility 4s ease;
}

.page_site_index-white div[data-anchor="lefay-spa"] .box-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.full-bg-image {
  height: 100vh;
}
.full-bg-image .section {
  height: 100%;
  width: 100%;
  position: relative;
}
.full-bg-image .filter-over-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  max-height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.full-bg-image .filter-over-heading a.active {
  border-bottom: 1px solid #041C2C;
}

.section .heading-btn {
  margin-top: 45px;
}
.section .heading-btn a {
  display: inline-block;
}
.section .heading-btn a:hover, .section .heading-btn a:focus {
  color: #fff;
  border-color: #fff;
}

.logo-fullpage-mobile {
  position: absolute;
  top: 10%;
  width: 100%;
}

.fp-section .with-divider:after {
  margin-bottom: 10px;
}

.site-index .section {
  overflow: hidden;
}

.site-index .section .fp-tableCell div.imgtozoom, .page_site_resort .section .fp-tableCell div.imgtozoom {
  transform: scale(1);
}
.site-index .section .fp-tableCell div.zoomed, .page_site_resort .section .fp-tableCell div.zoomed {
  transform: scale(1.07);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 10s;
  -o-transition-duration: 10s;
  -webkit-transition-duration: 10s;
  transition-duration: 10s;
}
.site-index .section .fp-tableCell div.imgtozoomslow, .page_site_resort .section .fp-tableCell div.imgtozoomslow {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 10s;
  -o-transition-duration: 10s;
  -webkit-transition-duration: 10s;
  transition-duration: 10s;
}

@media (max-width: 767px) {
  .scroll-icon {
    bottom: 5%;
  }

  .site-index .section .text {
    width: 100%;
    position: absolute;
    top: 28% !important;
  }
  .site-index .section .text .sub-line {
    margin-top: 0;
  }

  .site-index .section .text .heading-full-img {
    padding: 30px 40px 20px 40px;
    font-size: 18px;
  }

  .heading-full-img {
    font-size: 18px;
  }

  .site-index .section:nth-child(2) .text {
    filter: dropshadow(color=#000, ofilterffx=-1, offy=-1);
    text-shadow: -1px -1px 20px rgba(0, 0, 0, 0.68);
  }
}
/************   SUITE   *****************/
.portfolio {
  float: left;
  width: 100%;
}
.portfolio .portfolio-item {
  float: left;
  width: 100%;
  position: relative;
}
.portfolio .portfolio-item .portfolio-figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-description, .portfolio .portfolio-item .portfolio-figure {
  /*width: 50%;*/
  height: 579px;
}
.portfolio .portfolio-item .portfolio-description {
  background: #f9f9f9;
  padding: 0 6em;
  font-size: 0.92857em;
  text-align: center;
  font-family: 'Playfair Display', serif;
  display: table;
}
.portfolio .portfolio-item .portfolio-description > div {
  /*    display: table-cell;
      vertical-align: middle*/
}
.portfolio .portfolio-item .portfolio-description h2 {
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  /*margin-top: 85px;*/
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.portfolio .portfolio-item .portfolio-description h2.margin-top {
  /*margin-top: 85px*/
}
.portfolio .portfolio-item .portfolio-description p {
  text-align: center;
  /*font-family: 'Playfair Display', serif;*/
}
.portfolio .portfolio-item .portfolio-description p a.discover {
  border-bottom: 1px solid #b2b2b2;
}
.portfolio .portfolio-item .portfolio-description p a.discover:hover {
  text-decoration: none;
}
.portfolio .portfolio-item .portfolio-description p a:hover, .portfolio .portfolio-item .portfolio-description p a:active, .portfolio .portfolio-item .portfolio-description p a:focus {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  border-bottom-color: #041C2C;
}
.portfolio .portfolio-item .portfolio-description p.prenota {
  margin-top: 44px;
}
.portfolio .portfolio-item .portfolio-description p.prenota a.btn-prenota {
  background-color: transparent;
  padding: 10px 0 6px 0;
  color: #6b6b6b;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
  font-size: 0.92857em;
  margin-top: 0;
}
.portfolio .portfolio-item .portfolio-description p.prenota a.btn-scarica {
  background-color: transparent;
  padding: 5px 15px;
  color: #041C2C;
  border: 1px solid #a4a4a4;
  /*border-bottom: 1px solid #b2b2b2;*/
  border-radius: 0;
  font-size: 0.78571em;
}
.portfolio .portfolio-item .portfolio-description p.prenota a.btn-scarica:hover {
  background-color: #a4a4a4;
  color: #fff;
}
.portfolio .portfolio-item .portfolio-description p.prenota a.btn-prenota:hover {
  color: #041C2C;
  border-bottom: 1px solid #041C2C;
}
.portfolio .portfolio-item .portfolio-description p:first-of-type {
  margin-top: 43px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .portfolio .portfolio-item {
    display: block;
  }
  .portfolio .portfolio-item .portfolio-figure {
    height: 400px;
  }
  .portfolio .portfolio-item .portfolio-description, .portfolio .portfolio-item .portfolio-figure {
    /*display: block;*/
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .portfolio .portfolio-item .portfolio-figure, .portfolio .portfolio-item .portfolio-description {
    height: 50vw;
  }
}
/**********    SUITE INSIDE      *************/
.suite-inside .portfolio-description ul li {
  margin-bottom: 6px;
}
.suite-inside .portfolio-description ul li:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px auto 0 auto;
  background-color: #dcdcdc;
}
.suite-inside .portfolio-description ul li:last-child:after {
  display: none;
}
.suite-inside .portfolio .portfolio-item .portfolio-description h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.suite-inside .portfolio .portfolio-item .portfolio-description p:first-of-type {
  margin-top: 0;
  margin-bottom: 40px;
}
.suite-inside .portfolio .portfolio-item .portfolio-description p.prenota {
  margin-bottom: 0;
  margin-top: 30px;
}
.suite-inside .portfolio .portfolio-item .portfolio-description p.prenota a {
  color: #000;
}

.portfolio-piantina {
  height: auto;
  width: 100%;
  background: url(../img/sfondo-planimetria.jpg) no-repeat center center scroll;
  background-size: cover;
  text-align: center;
  padding: 35px 35px 60px 35px;
}
.portfolio-piantina h2 {
  font-size: 14px;
  margin-bottom: 40px;
}
.portfolio-piantina img {
  width: 600px;
  height: auto;
  max-width: 800px;
}
.portfolio-piantina.piantine-royal img {
  width: auto;
  height: 400px;
}

/************* ************/
/********   RESORT    ********/
div.double-with-padding .portfolio-item {
  padding: 25px 25px 0 25px;
}

.portfolio .portfolio-item .portfolio-description.half-divide {
  display: block;
  padding-left: 30px;
  padding-right: 0;
}

div.double-with-padding .portfolio-item .portfolio-description .half-image {
  height: 45%;
  width: 100%;
  margin-bottom: 5%;
  display: block;
}
div.double-with-padding .portfolio-item .portfolio-description .half-description {
  height: 45%;
  width: 100%;
  margin-top: 5%;
  padding: 0 80px;
  display: table;
}
div.double-with-padding .portfolio-item .portfolio-description .half-description > div {
  /*    display: table-cell;
      vertical-align: middle*/
}
div.double-with-padding .portfolio-item .portfolio-description a.scopri {
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  font-size: 1em;
}
div.double-with-padding .portfolio-item .portfolio-description a.scopri:hover {
  color: inherit;
}
div.double-with-padding .portfolio-item:last-child {
  padding: 25px;
}

/*****************   SPA      ************/
div.double-with-padding .portfolio-item.full-padding {
  margin-bottom: 25px;
}

.portfolio-item .text-box-over-img {
  width: 350px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: 30px;
}
.portfolio-item .text-box-over-img h3 {
  margin-top: 0;
}
.portfolio-item .text-box-over-img h3:after {
  margin: 30px auto;
}
.portfolio-item .text-box-over-img p {
  margin-bottom: 20px;
}
.portfolio-item .text-box-over-img p:last-child {
  margin-bottom: 0;
}
.portfolio-item .text-box-over-img p.scopri a {
  border-bottom: 1px solid;
}
.portfolio-item .text-box-over-img p.scopri a:hover {
  color: #4e5051;
  text-decoration: none;
}

.portfolio-description a {
  display: inline-block;
  margin-top: 70px;
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  font-size: 1em;
}

.site-suite .portfolio-description a {
  text-decoration: none;
}

.portfolio-figure a.link-scopri {
  display: inline-block;
  /*margin-top: 70px;*/
  font-size: 0.92857em;
  text-align: center;
  font-family: 'Playfair Display', serif;
  border-bottom: 1px solid;
}
.portfolio-figure a.link-scopri:hover, .portfolio-figure a.link-scopri:focus {
  cursor: pointer;
  color: #4e5051;
  text-decoration: none;
  border-bottom: 1px solid;
}

.page_site_spa-lefay-spa-method .heading-full-img-center h3 p,
.page_site_spa-lefay-spa-method .heading-full-img-center h1 p {
  margin: 20px 0 0 0;
}
.page_site_spa-lefay-spa-method .heading-full-img-center h3 a.btn-scarica,
.page_site_spa-lefay-spa-method .heading-full-img-center h1 a.btn-scarica {
  border: 1px solid #000;
}

/********   SPA LEFAY METHOD   ******/
.filter-over-heading a {
  margin: 0 18px;
  border-bottom: 1px solid transparent;
}
.filter-over-heading a:hover, .filter-over-heading a:focus, .filter-over-heading a:active {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #041C2C;
}

.elenco-box-3,
.elenco-box-2,
.elenco-box-4 {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.elenco-box-3 .mix,
.elenco-box-2 .mix,
.elenco-box-4 .mix {
  display: none;
}
.elenco-box-3 > div,
.elenco-box-2 > div,
.elenco-box-4 > div {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #bfbfbf;
}
@media (min-width: 768px) {
  .elenco-box-3 > div.col-sm-4,
  .elenco-box-2 > div.col-sm-4,
  .elenco-box-4 > div.col-sm-4 {
    width: calc(33.333333% - 20px);
  }
  .elenco-box-3 > div.col-sm-6,
  .elenco-box-2 > div.col-sm-6,
  .elenco-box-4 > div.col-sm-6 {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .elenco-box-3 > div.col-md-4,
  .elenco-box-2 > div.col-md-4,
  .elenco-box-4 > div.col-md-4 {
    width: calc(33.333333% - 20px);
  }
  .elenco-box-3 > div.col-md-6,
  .elenco-box-2 > div.col-md-6,
  .elenco-box-4 > div.col-md-6 {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .elenco-box-3 > div.col-lg-4,
  .elenco-box-2 > div.col-lg-4,
  .elenco-box-4 > div.col-lg-4 {
    width: calc(33.333333% - 20px);
  }
  .elenco-box-3 > div.col-lg-6,
  .elenco-box-2 > div.col-lg-6,
  .elenco-box-4 > div.col-lg-6 {
    width: calc(50% - 15px);
  }
}
.elenco-box-3 > div > div,
.elenco-box-2 > div > div,
.elenco-box-4 > div > div {
  height: 100%;
}

.elenco-box-2,
.elenco-box-3,
.elenco-box-4,
.elenco-box-esperienze {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.elenco-box-2 > div,
.elenco-box-3 > div,
.elenco-box-4 > div,
.elenco-box-esperienze > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 50px 20px 50px;
}
.elenco-box-2 .box-title,
.elenco-box-3 .box-title,
.elenco-box-4 .box-title,
.elenco-box-esperienze .box-title {
  height: 85px;
}
.elenco-box-2 .box-text,
.elenco-box-3 .box-text,
.elenco-box-4 .box-text,
.elenco-box-esperienze .box-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.elenco-box-2 .prenota,
.elenco-box-3 .prenota,
.elenco-box-4 .prenota,
.elenco-box-esperienze .prenota {
  margin-top: 40px;
}

.elenco-box-esperienze .mix {
  display: none;
}
.elenco-box-esperienze > div {
  margin-right: 0;
  margin-left: 0;
}
.elenco-box-esperienze > div .box-title {
  height: 45px;
}

@media (min-width: 1000px) {
  .elenco-box-2, .elenco-box-3, .elenco-box-4, .elenco-box-esperienze {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.elenco-box-3 > div {
  padding: 15px;
}
.elenco-box-3 > div > div {
  max-height: 355px;
  border: 1px solid #bfbfbf;
  padding: 45px 25px 30px 25px;
}
.elenco-box-3 .box-title {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: bold;
  padding: 0 20px;
  line-height: 35px;
  margin: 10px 0 40px 0;
}

.page_site_spa-lefay-spa-method .heading-full-img-center h3,
.page_site_spa-lefay-spa-method .heading-full-img-center h1 {
  padding-top: 60px;
}

.page_site_spa-trattamenti .heading-full-img-center h1, .page_site_spa-cosmesi .heading-full-img-center h1, .page_site_spa-percorsi-benessere .heading-full-img-center h1 {
  /*padding-bottom: 45px;*/
}

.page_site_spa-trattamenti .heading-full-img-center h1:after, .page_site_spa-cosmesi .heading-full-img-center h1:after, .page_site_spa-percorsi-benessere .heading-full-img-center h1:after {
  margin: 25px auto 0 auto;
  width: 140px;
}

.elenco-box-4 > div {
  padding: 15px;
}
.elenco-box-4 > div > div {
  max-height: 355px;
  border: 1px solid #bfbfbf;
  padding: 25px 25px 20px 25px;
}
.elenco-box-4 .box-title {
  font-size: 26px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  /*padding: 0 20px;*/
  line-height: 35px;
  margin: 10px 0 35px 0;
}

.page_site_spa-trattamenti .elenco-box-4 .prenota {
  margin-top: 40px;
}

.elenco-box-2 > div {
  padding: 15px;
}
.elenco-box-2 > div > div {
  max-height: 407px;
  border: 1px solid #bfbfbf;
  padding: 25px 50px 20px 50px;
}
.elenco-box-2 .box-title {
  font-size: 30px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  /*padding: 0 20px;*/
  line-height: 35px;
  margin: 10px 0 35px 0;
}

.page_site_spa-cosmesi .elenco-box-2 .prenota {
  /* margin-top: 100px; */
  position: absolute;
  bottom: 030px;
  text-align: center;
  width: calc(100% - 30px);
}
.page_site_spa-cosmesi .elenco-box-2 .prenota a {
  margin: 0 auto;
}

.page_site_spa-cosmesi .elenco-box-2 > div > div {
  height: 400px;
  padding: 25px 0;
}
.page_site_spa-cosmesi .elenco-box-2 > div > div p {
  padding: 0 50px;
}

.page_site_spa-mondo-lefay-spa .heading-full-img-center h3, .page_site_spa-mondo-lefay-spa .heading-full-img-center h1 {
  padding: 60px 30px 80px 50px;
}

.page_site_spa-mondo-lefay-spa .heading-full-img-center h1.with-divider:after {
  margin: 20px auto 0 auto;
}

.page_site_spa-percorsi-benessere .elenco-box-3 .box-title {
  font-weight: normal;
}

/********   VITAL GOURMET ****/
.page_site_vital-gourmet .heading-full-img {
  filter: dropshadow(color=#000, ofilterffx=-1, offy=-1);
  text-shadow: -1px -1px 10px black;
}

#portfolio-vital_gourmet .text-box-over-img .box-title {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 60px;
}

.portfolio .portfolio-item .portfolio-description.with-accordion {
  padding: 0 5em;
}

.portfolio-description.with-accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f9f9f9;
}
.portfolio-description.with-accordion .panel-default {
  border: none;
}
.portfolio-description.with-accordion .panel-default > .panel-heading {
  border: none;
  background-color: transparent;
}
.portfolio-description.with-accordion .panel-default > .panel-heading .panel-title a {
  margin: 0;
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  color: inherit;
}
.portfolio-description.with-accordion .panel-default > .panel-heading .panel-title a:before {
  font-family: 'icomoon';
  content: "\e900";
  font-size: 28px;
  display: inline-block;
  /*padding-right: 3px;*/
  vertical-align: middle;
}
.portfolio-description.with-accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
  content: "\e904";
}
.portfolio-description.with-accordion .panel-default > .panel-heading .panel-title a:hover, .portfolio-description.with-accordion .panel-default > .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.portfolio-description.with-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  font-size: 0.92857em;
  font-style: italic;
  color: #8c8c8c;
  padding: 0 40px;
}
.portfolio-description.with-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body p {
  margin-top: 0;
}
.portfolio-description.with-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body a {
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  display: inline-block;
  background-color: #c1c1c1;
  color: #fff;
  padding: 4px 13px;
  border-radius: 15px;
  font-size: 0.85714em;
  border-bottom: none;
}

/********* RESORT - ESPERIENZE    ******/
.elenco-box-esperienze > div {
  padding: 0;
}
.elenco-box-esperienze .box-image-esp {
  width: 100%;
  height: 236px;
}
.elenco-box-esperienze .esp-body {
  padding: 35px 40px 20px 40px;
}
.elenco-box-esperienze .esp-body .box-title {
  margin-bottom: 20px;
}
.elenco-box-esperienze .esp-body .box-content {
  line-height: 20px;
  margin-bottom: 20px;
}
.elenco-box-esperienze .esp-body a {
  font-size: 0.85714em;
  color: #6b6b6b;
  line-height: 41px;
}
.elenco-box-esperienze .esp-body a:hover, .elenco-box-esperienze .esp-body a:focus {
  text-decoration: none;
  cursor: pointer;
}
.elenco-box-esperienze .esp-body a:after {
  content: '';
  display: block;
  height: 1px;
  width: 55px;
  margin: -10px auto 0 auto;
  background-color: #000;
}

#portfolio-esperienze {
  min-height: 493px !important;
}

/******   SOSTENIBILITA    ******/
.site-sostenibilita .portfolio-item .text-box-over-img {
  width: 450px;
  height: 310px;
}
.site-sostenibilita .portfolio-item .text-box-over-img .box-content {
  line-height: 20px;
}
.site-sostenibilita .text-box-over-img .box-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
}

/******    OFFERTE    *******/
#portfolio-offerte > div > div {
  max-height: 430px;
}
#portfolio-offerte > div > div p {
  color: #041c2c;
}
#portfolio-offerte .box-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  /*margin-top: 80px;*/
  color: #041c2c;
}
#portfolio-offerte .box-title .subtitle {
  color: #a4a4a4;
  text-transform: initial;
  font-size: 1.1em;
}
#portfolio-offerte a.scopri {
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  font-size: 1em;
}
#portfolio-offerte a.scopri:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: #041C2C;
}
#portfolio-offerte a.scopri.scopri-info {
  border: none;
  color: #6b6b6b;
  font-size: 0.85714em;
  line-height: 0.85714em;
  text-transform: uppercase;
}
#portfolio-offerte a.visita {
  font-size: 0.92857em;
  color: #6b6b6b;
  line-height: 34px;
  border: 1px solid #6b6b6b;
  display: inline-block;
  padding: 0px 8px;
  margin-top: 30px;
}
#portfolio-offerte a.visita:hover, #portfolio-offerte a.visita:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1600px) {
  #portfolio-offerte a.visita {
    font-size: 0.85714em;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  #portfolio-offerte a.visita {
    line-height: 21px;
  }
}

.page_site_offerte .elenco-box-3 .box-title {
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 960px) {
  #portfolio-offerte .box-title {
    margin-top: 40px;
  }
}
.offerta-info.full-height {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 40px;
}
.offerta-info.full-height h4 {
  text-transform: uppercase;
}
.offerta-info.full-height h1 {
  margin-top: 40px;
  font-style: italic;
  font-size: 23px;
  line-height: 28px;
}
.offerta-info.full-height .form-container {
  padding-top: 50px;
  padding-bottom: 70px;
}
.offerta-info.full-height .form-container .alert-dismissible {
  background-color: #e6e4e4;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 1.2px;
  font-weight: normal;
  margin-left: 15px;
  margin-right: 15px;
}
.offerta-info.full-height .form-container .alert-dismissible .close {
  opacity: .8;
}
.offerta-info.full-height .form-container p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1.7px;
}
.offerta-info.full-height .form-container p.help-block {
  position: absolute;
  font-size: 11px;
  line-height: 18px;
}
.offerta-info.full-height .form-container .switch-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .offerta-info.full-height .form-container .switch-content .btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.offerta-info.full-height .form-container input[type="text"], .offerta-info.full-height .form-container input[type="email"], .offerta-info.full-height .form-container textarea, .offerta-info.full-height .form-container select {
  background-color: white;
  border: none;
  padding: 10px 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.offerta-info.full-height .form-container input[type="text"]:-moz-placeholder, .offerta-info.full-height .form-container input[type="email"]:-moz-placeholder, .offerta-info.full-height .form-container textarea:-moz-placeholder, .offerta-info.full-height .form-container select:-moz-placeholder {
  font-family: Montserrat, SansSerif;
  color: #041C2C;
  font-size: 11px;
  letter-spacing: 1.3px;
}
.offerta-info.full-height .form-container input[type="text"]::-moz-placeholder, .offerta-info.full-height .form-container input[type="email"]::-moz-placeholder, .offerta-info.full-height .form-container textarea::-moz-placeholder, .offerta-info.full-height .form-container select::-moz-placeholder {
  font-family: Montserrat, SansSerif;
  color: #041C2C;
  font-size: 11px;
  letter-spacing: 1.3px;
}
.offerta-info.full-height .form-container input[type="text"]:-ms-input-placeholder, .offerta-info.full-height .form-container input[type="email"]:-ms-input-placeholder, .offerta-info.full-height .form-container textarea:-ms-input-placeholder, .offerta-info.full-height .form-container select:-ms-input-placeholder {
  font-family: Montserrat, SansSerif;
  color: #041C2C;
  font-size: 11px;
  letter-spacing: 1.3px;
}
.offerta-info.full-height .form-container input[type="text"]::-webkit-input-placeholder, .offerta-info.full-height .form-container input[type="email"]::-webkit-input-placeholder, .offerta-info.full-height .form-container textarea::-webkit-input-placeholder, .offerta-info.full-height .form-container select::-webkit-input-placeholder {
  font-family: Montserrat, SansSerif;
  color: #041C2C;
  font-size: 11px;
  letter-spacing: 1.3px;
}
.offerta-info.full-height .form-container input[type="text"].krajee-datepicker, .offerta-info.full-height .form-container input[type="email"].krajee-datepicker, .offerta-info.full-height .form-container textarea.krajee-datepicker, .offerta-info.full-height .form-container select.krajee-datepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 20px;
}
.offerta-info.full-height .form-container .field-offerinfo-checkin, .offerta-info.full-height .form-container .field-offerinfo-nights, .offerta-info.full-height .form-container .field-offerinfo-guests,
.offerta-info.full-height .form-container .field-requestinfo-checkin, .offerta-info.full-height .form-container .field-requestinfo-nights, .offerta-info.full-height .form-container .field-requestinfo-guests, .offerta-info.full-height .form-container .field-requestinfo-request_type, .offerta-info.full-height .form-container .arrow-down {
  position: relative;
}
.offerta-info.full-height .form-container .field-offerinfo-checkin:after, .offerta-info.full-height .form-container .field-offerinfo-nights:after, .offerta-info.full-height .form-container .field-offerinfo-guests:after,
.offerta-info.full-height .form-container .field-requestinfo-checkin:after, .offerta-info.full-height .form-container .field-requestinfo-nights:after, .offerta-info.full-height .form-container .field-requestinfo-guests:after, .offerta-info.full-height .form-container .field-requestinfo-request_type:after, .offerta-info.full-height .form-container .arrow-down:after {
  content: '';
  position: absolute;
  display: block;
  right: 8px;
  height: 8px;
  width: 10px;
  bottom: 12px;
  background: url("img/triangle-form.svg") no-repeat center;
  pointer-events: none;
}
.offerta-info.full-height .form-container .field-requestinfo-request_type.has-success label {
  color: inherit;
}
.offerta-info.full-height .form-container select {
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #6A6A6A;
  padding: 5px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  /*@media(max-width: 767px){
      padding: 0;
      text-indent: 14px;
  }*/
  /*option {
      padding: 5px 20px;
  }*/
}
.offerta-info.full-height .form-container select.destinazione {
  margin-bottom: 15px;
}
.offerta-info.full-height .form-container select.border-bottom {
  background-color: transparent;
  border-bottom: 1px solid #000;
  font-family: Montserrat, SansSerif;
  color: #041C2C;
  font-size: 11px;
  letter-spacing: 0;
  padding-left: 0;
}
.offerta-info.full-height .form-container .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.offerta-info.full-height .form-container .btn-ghost {
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 6px 30px;
  background: #474A4F;
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;
}
.offerta-info.full-height .form-container .ckbox-label strong {
  font-size: 12px;
}
.offerta-info.full-height .form-container .ckbox-label p {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1.2px;
  font-weight: normal;
}
.offerta-info.full-height .form-container .ckbox-label a {
  text-decoration: underline;
}
.offerta-info.full-height .form-container .ckbox,
.offerta-info.full-height .form-container .rdio {
  position: relative;
}
.offerta-info.full-height .form-container .ckbox input[type=checkbox],
.offerta-info.full-height .form-container .rdio input[type=checkbox] {
  opacity: 0;
}
.offerta-info.full-height .form-container .ckbox input[type=checkbox]:checked + label::after,
.offerta-info.full-height .form-container .rdio input[type=checkbox]:checked + label::after {
  font-family: 'icomoon';
  content: "\e90e";
  position: absolute;
  top: 0;
  right: 17px;
  display: inline-block;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #000;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .offerta-info.full-height .form-container .ckbox input[type=checkbox]:checked + label::after,
  .offerta-info.full-height .form-container .rdio input[type=checkbox]:checked + label::after {
    left: 15px;
  }
}
.offerta-info.full-height .form-container .ckbox label,
.offerta-info.full-height .form-container .rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px;
  font-weight: normal;
  text-transform: uppercase;
}
.offerta-info.full-height .form-container .ckbox label:before,
.offerta-info.full-height .form-container .rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 15px;
  content: '';
  display: inline-block;
  border: 1px solid #e4e5e6;
  background: #e4e5e6;
}
.offerta-info.full-height .form-container .ckbox .has-error label:before,
.offerta-info.full-height .form-container .rdio .has-error label:before {
  background-color: rgba(169, 68, 66, 0.6);
  border: 1px solid rgba(169, 68, 66, 0.7);
}
@media (max-width: 767px) {
  .offerta-info.full-height .form-container .form-group {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .offerta-info.full-height .form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.offerta-info.full-height .form-container .control-label {
  font-size: 13px;
  letter-spacing: 0.01px;
  line-height: 20px;
  font-weight: normal;
  text-transform: capitalize;
}

/*******   OFFERTE DETTAGLIO   *****/
.offerta-dettaglio .full-bg-image {
  margin-top: 88px;
  height: calc(100vh - 88px);
}
.offerta-dettaglio .full-bg-image .text-container {
  width: 60%;
  max-width: 710px;
  height: auto;
  margin: 0 auto;
  padding: 50px 80px 30px 80px;
}
.offerta-dettaglio .full-bg-image .text-container .offerta-cat {
  font-size: 12px;
  margin-bottom: 30px;
}
.offerta-dettaglio .full-bg-image .text-container .offerta-nome {
  margin-bottom: 45px;
}
.offerta-dettaglio .full-bg-image .text-container .offerta-desc {
  line-height: 20px;
  margin-bottom: 35px;
}
.offerta-dettaglio .full-bg-image .text-container a {
  font-size: 0.85714em;
  color: #6b6b6b;
  line-height: 41px;
}
.offerta-dettaglio .full-bg-image .text-container a:after {
  content: '';
  display: block;
  height: 1px;
  width: 55px;
  margin: -10px auto 0 auto;
  background-color: #000;
}
.offerta-dettaglio .full-bg-image .text-container a:hover {
  text-decoration: none;
  color: #041C2C;
}

@media (min-width: 768px) and (max-width: 991px) {
  .offerta-dettaglio .full-bg-image .text-container {
    width: 80%;
  }
}
.dettaglio-offerta .full-bg-image.not-full-bg-image {
  margin-top: 88px;
}
.dettaglio-offerta h1 .prenota {
  margin-top: 30px;
  margin-bottom: 0;
}
.dettaglio-offerta h1 .prenota:before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin: 40px auto;
  background-color: #000;
}
.dettaglio-offerta h1 .prenota a {
  border: none;
}
.dettaglio-offerta .boxed-content {
  padding: 85px 30px;
}
.dettaglio-offerta .boxed-content h1 {
  font-size: 23px;
  margin-bottom: 40px;
  text-align: center;
}
.dettaglio-offerta .boxed-content p {
  font-size: 1em;
}
.dettaglio-offerta ul li a {
  text-decoration: underline;
}
.dettaglio-offerta .scopri {
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  font-size: 1em;
}
.dettaglio-offerta .scopri:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: #041C2C;
}
.dettaglio-offerta .scopri.scopri-info {
  border: none;
  color: #041C2C;
  font-size: 0.85714em;
  line-height: 0.85714em;
  text-transform: uppercase;
}
.dettaglio-offerta .scopri.scopri-info:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .dettaglio-offerta .heading-full-img-center h1 {
    width: 90%;
  }
}
/*****   ALTRE PAGINE   *****/
.full-bg-image.not-full-bg-image {
  height: 350px;
  margin-top: 107px;
  position: relative;
}

.boxed-content {
  margin: 0 auto;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
}

.boxed-content-600 {
  max-width: 600px;
}

.boxed-content-800 {
  max-width: 800px;
}

.boxed-content #accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boxed-content .panel-group .panel + .panel {
  margin-top: 0;
}
.boxed-content #accordion .panel-default {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  border-top: 1px solid #000;
}
.boxed-content #accordion .panel-default .panel-heading, .boxed-content #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
}
.boxed-content #accordion .panel-default:last-child {
  border-bottom: 1px solid #000;
}
.boxed-content #accordion .panel-default .panel-heading {
  padding: 14px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.boxed-content #accordion .panel-default .panel-heading .panel-title {
  font-size: 0.78571em;
  line-height: 20px;
  text-transform: uppercase;
}
.boxed-content #accordion .panel-default .panel-heading .panel-title a {
  display: inline-block;
  width: 100%;
}
.boxed-content #accordion .panel-default .panel-heading .panel-title a:hover, .boxed-content #accordion .panel-default .panel-heading .panel-title a:active, .boxed-content #accordion .panel-default .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.boxed-content #accordion .panel-default .panel-heading .panel-title a:after {
  font-family: 'icomoon';
  content: "\e900";
  font-size: 26px;
  display: inline-block;
  float: right;
  /* padding-right: 3px; */
  vertical-align: middle;
}
.boxed-content #accordion .panel-default .panel-heading .panel-title a.collapsed:after {
  content: "\e904";
}
.boxed-content #accordion .panel-collapse > .panel-body {
  padding: 14px 20px 30px 20px;
  font-size: 0.92857em;
  line-height: 20px;
  font-family: 'Playfair Display', serif;
}

.site-brochure .boxed-content {
  padding: 85px 0;
}
.site-brochure .panel-default {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
}
.site-brochure .panel-default .panel-body {
  padding: 10px 20px;
  font-size: 0.92857em;
  line-height: 20px;
  font-family: 'Playfair Display', serif;
  /*font-weight: bold;*/
  text-transform: uppercase;
}
.site-brochure .panel-default .panel-body a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.site-brochure .panel-default .panel-body a:hover {
  cursor: pointer;
  text-decoration: none;
}
.site-brochure .panel-default .panel-body a:focus, .site-brochure .panel-default .panel-body a:active {
  text-decoration: none;
}
.site-brochure .panel-default .panel-body a:after {
  font-family: 'icomoon';
  content: "\e905";
  font-size: 28px;
  display: inline-block;
  float: right;
  font-weight: normal;
  vertical-align: middle;
}
.site-brochure .panel-default:hover {
  background-color: #e6e4e4;
}

.site-come_raggiungerci .boxed-content > div {
  padding: 0;
}

#map-fullpage {
  height: 328px;
  width: 100%;
}

.site-come_raggiungerci .address-fullpage {
  /*height: 44px;*/
  width: 100%;
  background-color: #e6e6e4;
  padding: 10px 0 !important;
  font-size: 16px;
}

.accordion-like.panel-default {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.accordion-like.panel-default .panel-body {
  padding: 14px 20px 30px 20px;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Playfair Display', serif;
}

.site-come_raggiungerci .icon-above:before {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 22px;
  padding-bottom: 8px;
}

.site-come_raggiungerci .icon-aereo-above:before {
  content: "\e908";
}

.site-come_raggiungerci .icon-auto-above:before {
  content: "\e906";
}

.site-come_raggiungerci .icon-bus-above:before {
  content: "\e907";
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-come_raggiungerci .boxed-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-come_raggiungerci .boxed-content > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-awards .filter-over-heading {
  padding: 20px;
}
.site-awards .filter-over-heading a {
  display: inline-block;
  padding: 10px 16px;
  font-size: 0.85714em;
  letter-spacing: 1px;
}
.site-awards .filter-over-heading a.active {
  border: none;
  background-color: #f9f9f9;
}
.site-awards .award-list-title {
  padding-left: 40px;
  font-size: 0.92857em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
}
.site-awards .award {
  padding-left: 40px;
  margin-top: 20px;
  font-family: 'Playfair Display', serif;
}
.site-awards .award .award-year {
  font-size: 0.92857em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  width: 82px;
  float: left;
}
.site-awards .award .award-year:before {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  background-color: #000;
  margin-bottom: 16px;
}
.site-awards .award .award-desc {
  width: 478px;
  float: left;
  padding-top: 18px;
  font-size: 0.92857em;
  font-family: 'Playfair Display', serif;
  line-height: 20px;
}
.site-awards .award .award-desc p {
  margin-bottom: 20px;
}
.site-awards .award:last-child:after {
  content: '';
  display: block;
  clear: both;
}

/******   MOBILE MENU    ******/
#mobile-menu {
  height: 48px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  /*    left: 0;*/
  z-index: 9955;
  text-align: center;
}
#mobile-menu .toggle-mobile-menu {
  height: 100%;
  width: 48px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  /*display: none;*/
}
#mobile-menu .mobile-prenota {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 16px 10px;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.1);
}

.page_site_index #mobile-menu .toggle-mobile-menu, .page_site_index #mobile-menu .mobile-logo {
  display: none;
}

.mobile-nav {
  position: fixed;
  height: 100%;
  /*margin-top: 48px;*/
  width: 100vw;
  left: -100vw;
  z-index: 9966;
  background-color: #fff;
}
.mobile-nav > a {
  display: table;
  height: calc(100% / 9);
  width: 100%;
  font-size: 14px;
  color: #898989;
  padding-left: 20px;
  /*border-bottom: 1px solid #c2c2c2;*/
}
.mobile-nav > a span {
  display: table-cell;
  vertical-align: middle;
}
.mobile-nav > a.active {
  color: #000;
}
.mobile-nav > a:first-child {
  border-top: 1px solid #a4a4a4;
}
.mobile-nav > a:active, .mobile-nav > a:focus, .mobile-nav > a:hover {
  text-decoration: none;
}
.mobile-nav > a:after {
  content: '';
  display: table-row;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC2C2C2', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyYzJjMiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c2c2c2), color-stop(75%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #c2c2c2 0%, #ffffff 75%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, #c2c2c2 0%, #ffffff 75%, #ffffff 100%);
  background-image: linear-gradient(to right, #c2c2c2 0%, #ffffff 75%, #ffffff 100%);
}
.mobile-nav > a:nth-child(9):after, .mobile-nav > a.toggle-lang-mobile:after {
  content: '';
  display: none;
}
.mobile-nav .toggle-lang-mobile {
  background-color: #e6e4e4;
  font-size: 11px;
  color: #000;
  position: absolute;
  bottom: 0;
}
.mobile-nav .toggle-mobile-menu {
  position: absolute;
  right: 0;
  /*display: inline-block;*/
  width: 44px;
  height: calc(100% / 9);
  font-size: 28px;
  text-align: center;
  display: table;
}
.mobile-nav .toggle-mobile-menu span {
  display: table-cell;
  vertical-align: middle;
}

.mobile-nav > div.toggle-lang-mobile {
  height: calc(100% / 9);
  background-color: #e6e4e4;
  font-size: 11px;
  color: #000;
  display: table;
  width: 100%;
  padding-left: 20px;
}
.mobile-nav > div.toggle-lang-mobile span {
  display: table-cell;
  vertical-align: middle;
}
.mobile-nav > div.toggle-lang-mobile ul {
  margin: 0;
  margin-left: -20px;
  display: table-cell;
  vertical-align: middle;
  -webkit-padding-start: 0;
  display: none;
}
.mobile-nav > div.toggle-lang-mobile ul li {
  list-style: none;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
}
.mobile-nav > div.toggle-lang-mobile ul li.current {
  color: #b2b2b2;
}
.mobile-nav > div.toggle-lang-mobile ul li.close-lang {
  margin-left: 20px;
}
.mobile-nav > div.toggle-lang-mobile ul li.close-lang:hover {
  cursor: pointer;
}

.mobile-nav-language {
  position: fixed;
  height: calc(100% - 48px);
  margin-top: 48px;
  width: 100vw;
  background-color: #fff;
  z-index: 9999;
  bottom: -100vh;
}
.mobile-nav-language .toggle-lang-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
}

.internal-page .section-navigation {
  height: 48px;
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid #a4a4a4;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0 15px;
  z-index: 6666;
}

.section-navigation a {
  display: inline-block;
  height: 100%;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 11px;
}
.section-navigation a span {
  font-size: 26px;
  line-height: 48px;
}
.section-navigation a span.reverse-chevron {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.section-navigation a:hover, .section-navigation a:active, .section-navigation a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .heading-full-img {
    width: auto;
  }

  header.offerta-menu {
    height: 48px;
  }
  header.offerta-menu .menuleftlogo {
    top: 0;
    left: -22px;
    height: 48px;
    margin: 0;
  }
  header.offerta-menu .menuright {
    position: absolute;
    width: auto;
    top: 0;
    right: 10px;
  }
  header.offerta-menu .menuright a.btn {
    padding-bottom: 6px;
    padding-top: 14px;
  }
  header.offerta-menu .menuright .icon-chiudi {
    right: -10px;
  }
  header.offerta-menu .menuright .icon-chiudi:before {
    vertical-align: sub;
  }
  header.offerta-menu .menuright .icon-chiudi:focus, header.offerta-menu .menuright .icon-chiudi:hover {
    text-decoration: none;
  }
  header.offerta-menu .menuright button {
    top: 0;
    right: 0;
  }

  .offerta-menu span.icon-chiudi.hide-main-menu {
    top: 8px;
    right: -28px;
  }
}
/*********  FINE MOBILE MENU   *****/
/*****  MOBILE FOOTER   ******/
@media (max-width: 767px) {
  .page_site_index {
    background-color: #fff;
  }

  .footer div.footer-container {
    height: auto !important;
    padding-top: 40px;
  }
  .footer .footer-container .footer-top, .footer .footer-container .footer-bottom {
    height: auto;
    clear: both;
  }
  .footer .footer-container .footer-top {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer-container .footer-top > div {
    padding-left: 30px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 5px;
  }
  .footer .footer-container .footer-bottom > div {
    padding-bottom: 35px;
  }
  .footer .footer-container .footer-bottom > div input {
    display: block;
    width: 100%;
    height: 30px;
  }
  .footer .footer-container .footer-bottom > div .iscriviti {
    margin-left: 0;
    margin-top: 10px;
    padding: 4px 10px;
  }

  .page_site_index .footer .footer-container .footer-top > div:nth-child(1) {
    padding-top: 60px;
  }

  .footer .footer-container .footer-top > div:nth-child(1), .footer .footer-container .footer-top > div:nth-child(4) {
    background-color: #e6e4e4;
  }
  .footer .footer-container a[data-toggle='collapse'] {
    display: inline-block;
    width: 100%;
  }
  .footer .footer-container a[aria-expanded='false']:after {
    font-family: 'icomoon';
    content: "\e904";
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  .footer .footer-container a[aria-expanded='true']:after {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-family: 'icomoon';
    content: "\e900";
  }
  .footer .footer-container #collapseExample {
    padding-bottom: 15px;
  }
  .footer .footer-container #collapseExample a {
    color: #b2b2b2;
  }

  .footer .footer-container .footer-bottom .credits-policy {
    position: static;
  }
}
/******   FINE MOBILE FOOTER  *****/
/*******   MEDIA QUERIES PER MOBILE    ******/
@media (max-width: 767px) {
  .heading-full-img-center h1 {
    width: auto;
  }

  .portfolio .portfolio-item .portfolio-description, .portfolio .portfolio-item .portfolio-figure {
    height: auto;
    min-height: 300px;
  }
  .portfolio .portfolio-item .portfolio-description {
    height: auto;
    padding: 55px 40px !important;
  }
  .portfolio .portfolio-item .text-box-over-img {
    height: auto;
    width: 90%;
    padding: 30px;
  }
  .portfolio.double-with-padding .portfolio-figure {
    padding: 15px;
  }

  .mobile-filter-container {
    display: block !important;
    height: 100vh;
    width: 100vw;
    position: fixed;
    bottom: -100vh;
    background-color: #fff;
    z-index: 9999;
  }
  .mobile-filter-container > div {
    text-align: center;
    height: 85px;
    line-height: 85px;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-filter-container > div:first-child {
    height: 50px;
    line-height: 50px;
  }
  .mobile-filter-container > div:first-child i {
    position: absolute;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 50px;
    line-height: 50px;
  }
  .mobile-filter-container > div:nth-child(odd) {
    border-bottom: 1px solid #000;
  }
  .mobile-filter-container > div:nth-child(even) {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .mobile-filter-container > div:last-child {
    border: none;
    position: absolute;
    bottom: 0;
    height: 60px;
    text-align: center;
    width: 100%;
    line-height: 20px;
  }
  .mobile-filter-container > div:last-child .close-filters-mobile {
    display: inline-block;
    color: #fff;
    background-color: #898989;
    padding: 6px 10px;
  }
  .mobile-filter-container > div:last-child .close-filters-mobile:active, .mobile-filter-container > div:last-child .close-filters-mobile:hover, .mobile-filter-container > div:last-child .close-filters-mobile:focus {
    text-decoration: none;
  }
  .mobile-filter-container > div a.filter {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .mobile-filter-container > div a.filter.active {
    background-color: #e9e9e9;
    text-decoration: none;
  }
  .mobile-filter-container > div a.filter:active, .mobile-filter-container > div a.filter:hover, .mobile-filter-container > div a.filter:focus {
    text-decoration: none;
  }

  .portfolio .portfolio-item .portfolio-description, .portfolio .portfolio-item .portfolio-figure {
    min-height: 115vw;
  }

  /****  SUITE  ****/
  .site-suite .portfolio .portfolio-item .portfolio-description {
    height: auto;
    padding: 55px 40px;
  }
  .site-suite .portfolio .portfolio-item .portfolio-figure p {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 50px;
  }
  .site-suite .portfolio .portfolio-item .portfolio-figure p a:hover, .site-suite .portfolio .portfolio-item .portfolio-figure p a:focus, .site-suite .portfolio .portfolio-item .portfolio-figure p a:active {
    text-decoration: none;
  }
  .site-suite .portfolio-description a {
    margin-top: 0;
  }

  .portfolio .portfolio-item .portfolio-description p.prenota {
    margin-bottom: 0;
  }

  .page_site_suite .section {
    background-image: url(/img/suite/top-mobile.jpeg) !important;
  }

  .page_site_suite-prestige-junior-suite .full-bg-image .section {
    /*background: url(../img/suite/prestige_j_s/top.jpg) no-repeat 70% center scroll !important;*/
    background-size: 222%;
    background-position-x: 60% !important;
  }
  .page_site_suite-prestige-junior-suite .portfolio-item:nth-child(1) .portfolio-figure {
    height: 70vw;
    background-image: url(../img/suite/family_j_s/top.jpg) !important;
    background-position: 70% center;
  }
  .page_site_suite-prestige-junior-suite .portfolio-item:nth-child(2) .portfolio-figure {
    background-image: url(../img/suite/prestige_j_s/1.jpg) !important;
  }

  .page_site_suite-deluxe-junior-suite .full-bg-image .section {
    background-position-x: 65% !important;
  }
  .page_site_suite-deluxe-junior-suite .portfolio-item:nth-child(1) .portfolio-figure {
    height: 70vw;
    background-image: url(../img/suite/family_j_s/top.jpg) !important;
    background-position: 70% center;
  }

  .page_site_suite-family-junior-suite .full-bg-image .section {
    background-image: url(../img/suite/family_j_s/1.jpg) !important;
    background-position-x: 35% !important;
  }
  .page_site_suite-family-junior-suite .portfolio-item:nth-child(1) .portfolio-figure {
    height: 70vw;
    background-image: url(../img/suite/family_j_s/top.jpg) !important;
    background-position: 70% center;
  }

  .page_site_suite-exclusive-suite .full-bg-image .section {
    background-image: url(../img/suite/exclusive_s/1.jpg) !important;
    background-position-x: 100% !important;
  }
  .page_site_suite-exclusive-suite .portfolio-item:nth-child(1) .portfolio-figure {
    background-image: url(../img/suite/exclusive_s/top.jpg) !important;
    height: 70vw;
  }

  .page_site_suite-royal-pool-spa-suite .full-bg-image .section {
    background-image: url(../img/suite/royal_pool_s/1.jpg) !important;
  }
  .page_site_suite-royal-pool-spa-suite .portfolio-item:nth-child(1) .portfolio-figure {
    background-image: url(../img/suite/royal_pool_s/top.jpg) !important;
    height: 70vw;
  }
  .page_site_suite-royal-pool-spa-suite .portfolio-item:nth-child(3) .portfolio-figure {
    height: 70vw;
    background-image: url(../img/suite/royal_pool_s/full-1.jpg) !important;
    min-height: 0;
  }
  .page_site_suite-royal-pool-spa-suite .portfolio-item:nth-child(4) .portfolio-figure {
    background-image: url(../img/suite/royal_pool_s/2.jpg) !important;
  }
  .page_site_suite-royal-pool-spa-suite .portfolio-item:nth-child(5) .portfolio-figure {
    height: 70vw;
    min-height: 0;
  }

  .page_site_suite #portfolio-suite .portfolio-item:nth-child(2) .portfolio-figure {
    background-position-y: 100% !important;
    background-size: 107% !important;
  }
  .page_site_suite #portfolio-suite .portfolio-item:nth-child(4) .portfolio-figure {
    background-position-y: 100% !important;
  }

  /****  RESORT MOBILE   *****/
  div.double-with-padding .portfolio-item {
    padding: 0;
  }
  div.double-with-padding .portfolio-item .portfolio-description {
    /*padding: 0;*/
  }
  div.double-with-padding .portfolio-item .portfolio-description .half-description {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  div.double-with-padding .portfolio-item:last-child {
    padding: 0;
  }

  .portfolio .portfolio-item .portfolio-description.half-divide {
    padding-left: 0;
  }

  .page_site_resort div.double-with-padding .portfolio-item:last-child .portfolio-description:first-of-type {
    background-color: #f3f3f3;
  }

  .full-bg-image .filter-over-heading {
    height: 50px;
    line-height: 50px;
    padding: 0;
  }

  .page_site_resort-esperienze .full-bg-image .heading-full-img-center h1.with-divider:after {
    display: none;
  }

  /*****  ALTRE PAGINE    ****/
  .full-bg-image.not-full-bg-image,
  .dettaglio-offerta .full-bg-image.not-full-bg-image {
    margin-top: 48px;
  }

  .site-come_raggiungerci .address-fullpage {
    height: auto;
    padding: 10px !important;
  }

  .site-come_raggiungerci .no-padding-top {
    padding-bottom: 0;
  }

  .site-come_raggiungerci .row.boxed-content > div {
    padding-bottom: 40px;
  }
  .site-come_raggiungerci .row.boxed-content > div:nth-child(even) {
    background-color: #f3f3f3;
  }

  .site-awards .award {
    padding-left: 40px;
    padding-right: 40px;
  }

  .site-awards .award .award-desc {
    width: auto;
  }

  /****   SPA    *****/
  .page_site_spa-cosmesi .elenco-box-2 > div > div {
    height: auto;
  }
  .page_site_spa-cosmesi .elenco-box-2 > div > div .prenota {
    position: static;
    width: 100%;
    margin-top: 25px;
  }

  /****   OFFERTE MOBILE  *****/
  #portfolio-offerte .box-title {
    margin-top: 20px;
  }

  /****** GALLERY MOBILE  ****/
  /**** DETTAGLIO OFFERTA E ESPERIENZE *****/
  div.text-center.heading-full-img-center.font-playfair {
    filter: dropshadow(color=#000, ofilterffx=-1, offy=-1);
    background-position: 100% 100% !important;
  }

  .offerta-dettaglio .full-bg-image {
    margin-top: 48px;
  }
  .offerta-dettaglio .full-bg-image .section {
    background: #fff !important;
  }
  .offerta-dettaglio .full-bg-image .section .text-container {
    width: 100%;
    padding: 30px;
  }

  /****   SPA   *****/
  .heading-full-img-center h1 {
    font-size: 18px;
  }

  .page_site_spa-lefay-spa-method .heading-full-img-center h1 {
    background: none;
    font-size: 18px;
    color: #fff;
  }
  .page_site_spa-lefay-spa-method .heading-full-img-center h1 a.btn-scarica {
    border-color: #fff;
    color: #fff;
  }

  .page_site_spa-trattamenti .heading-full-img-center .bg-white-opacity {
    background: none;
  }

  .elenco-box-3 .box-title, .elenco-box-2 .box-title, .elenco-box-4 .box-title {
    font-size: 24px;
  }
}
/*****   POSIZIONAMENTO IMMAGINI MOBILE   ******/
@media (max-width: 767px) {
  /*    .site-index .section {
          &:nth-child(1)
              { .imgtozoom {background-image: url(/img/home-1_mobile.jpeg) !important;background-position-x: 10% !important} }
          &:nth-child(2)
              { .imgtozoom {background-image: url(/img/home-2_mobile.jpeg) !important;background-position-x: 46% !important} }
      }*/
  .site-resort #fullpage-suite .section {
    background-image: url(/img/resort/top-mobile.jpg) !important;
  }

  .img-resort-1 {
    background-position-x: 35% !important;
  }

  .img-spa-2 {
    background-position-y: 100% !important;
  }

  .img-spa-2 {
    background-position-y: 90% !important;
  }

  .page_site_spa-lefay-spa-method .full-bg-image .section {
    background-image: url(/img/spa/lefay-spa-method/top-mobile.jpeg) !important;
    background-size: 160% !important;
    background-position-y: 40% !important;
  }
  .page_site_spa-lefay-spa-method .full-bg-image .section h3.bg-white-opacity {
    background-color: transparent;
    color: #fff;
    filter: dropshadow(color=#256688, ofilterffx=-1, offy=-1);
    text-shadow: -1px -1px 20px #256688;
  }

  .page_site_spa-mondo-lefay-spa .full-bg-image .section {
    background-image: url(/img/spa/mondo-lefay-spa/top-mobile.jpeg) !important;
    background-position-x: 35% !important;
  }

  .page_site_spa-percorsi-benessere .full-bg-image .section {
    background-image: url(/img/spa/percorsi-benessere/top-mobile.jpeg) !important;
  }
  .page_site_spa-percorsi-benessere .full-bg-image .section .bg-white-opacity {
    background-color: transparent;
    color: #fff;
    filter: dropshadow(color=#000, ofilterffx=-1, offy=-1);
    text-shadow: -1px -1px 20px black;
  }
  .page_site_spa-percorsi-benessere .full-bg-image .section .bg-white-opacity:after {
    background-color: #fff;
  }

  .page_site_spa-trattamenti .full-bg-image .section {
    background-image: url(/img/spa/trattamenti/top-mobile.jpeg) !important;
  }

  .page_site_sostenibilita #fullpage-suite .section {
    /*.heading-full-img {filter: dropshadow(color=#000, ofilterffx=-1, offy=-1);text-shadow: -1px -1px 20px rgba(0, 0, 0, 1)}*/
  }

  .page_site_sostenibilita .portfolio-item:nth-child(1) .portfolio-figure {
    background-position: 100% 100% !important;
  }

  .page_site_vital-gourmet #fullpage-suite .section {
    background-image: url(/img/vital-gourmet/top-mobile.jpeg) !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px;
  }
  body .iscrizione-newsletter label,
  body .iscrizione-newsletter-fb label {
    font-size: 0.78571em;
  }
}
.page_site_privacy .site-press .boxed-content-600.contatti > div p {
  display: block;
}

.page_site_contattaci .site-press .boxed-content-600.contatti > div p {
  display: block;
  margin-top: 25px;
}

.cc-cookies {
  width: 100%;
  background: #fff;
  font-size: 10px;
  padding: 5px 5%;
  color: #b2b2b2;
  text-shadow: none;
}
.cc-cookies a {
  color: #b2b2b2;
}
.cc-cookies a:hover {
  color: #b2b2b2;
}
.cc-cookies a.cc-cookie-accept {
  background: #e5e5e5;
  text-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #8d8d8d;
  padding: 3px 14px;
}
.cc-cookies a.cc-cookie-accept:hover {
  color: #fff;
}

.site-iscrizione-newsletter {
  margin-top: 108px;
}
.site-iscrizione-newsletter .boxed-content-600 > div p {
  font-size: 0.85714em;
  line-height: 20px;
}
.site-iscrizione-newsletter .boxed-content-600 h2 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  /* margin-top: 85px; */
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .site-iscrizione-newsletter {
    margin-top: 48px;
  }
}
.iscrizione-newsletter .form-group {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.iscrizione-newsletter .form-group .select {
  text-align: left;
}
.iscrizione-newsletter .form-group .select select {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  width: 95px;
  font-family: 'Montserrat', sans-serif;
  height: 34px;
  margin-right: 10px;
  background-color: #fff;
}
.iscrizione-newsletter label {
  font-weight: normal;
}
.iscrizione-newsletter label.interest {
  margin-top: 2px;
}
.iscrizione-newsletter label.error {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 5px;
  text-transform: initial;
}
.iscrizione-newsletter .col-sm-2 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .iscrizione-newsletter .col-sm-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.iscrizione-newsletter input {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ckbox,
.rdio {
  position: relative;
  margin-top: 3px;
}
.ckbox .interest,
.rdio .interest {
  margin-top: 0;
}
.ckbox input[type=checkbox],
.rdio input[type=checkbox] {
  opacity: 0;
}
.ckbox input[type=checkbox]:checked ~ label:not(.error)::after,
.rdio input[type=checkbox]:checked ~ label:not(.error)::after {
  font-family: 'icomoon';
  content: "\e90e";
  position: absolute;
  top: 0;
  right: 0px;
  display: inline-block;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #000;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ckbox input[type=checkbox]:checked ~ label:not(.error)::after,
  .rdio input[type=checkbox]:checked ~ label:not(.error)::after {
    left: 0;
  }
}
.ckbox label,
.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px;
  font-weight: normal;
  text-transform: uppercase;
}
.ckbox label:before,
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  display: inline-block;
  border: 1px solid #e4e5e6;
  background: #e4e5e6;
}
@media (max-width: 767px) {
  .ckbox label:before,
  .rdio label:before {
    right: 0;
  }
}

@media (max-width: 360px) {
  .page_site_iscrizione-newsletter form.iscrizione-newsletter label.col-xs-3 {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media (max-width: 469px) {
  .iscrizione-newsletter .form-group .select-label {
    width: 100%;
    margin-top: 20px;
  }

  .iscrizione-newsletter .form-group .select {
    width: 100%;
  }

  .iscrizione-newsletter .form-group .select select {
    margin-left: 0;
    margin-right: 0;
    width: 32%;
  }
}
.page_site_conferma-iscrizione-newsletter .site-press {
  margin-top: 107px;
}
.page_site_conferma-iscrizione-newsletter .site-press .boxed-content-600.contatti > div {
  margin-top: 0;
}

.offerte_divider {
  margin-bottom: 0px !important;
}

.offerte_divider::after {
  margin-bottom: 0px !important;
}

.offerte_divider_sub {
  margin-top: 6px !important;
}

.contattiMainTitle::after {
  margin: 25px auto 20px auto !important;
}

.contattiMainText {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 12px;
}

.pl-more {
  padding-left: 80px;
}

.site-iscrizione-newsletter .alert-dismissible {
  color: #041c2c;
  border: 1px solid #041c2c;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 1.2px;
  margin-left: 15px;
  margin-right: 15px;
}
.site-iscrizione-newsletter .alert-dismissible .close {
  opacity: .8;
}
.site-iscrizione-newsletter .alert-dismissible .close span {
  color: #041c2c;
}

.offertafilter {
  text-align: left;
  position: relative;
}

.offertafilter2 select,
.offertafilter2 .offertelabel {
  margin-left: 20%;
}

.offerte_filtes select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  padding-left: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  min-width: 85%;
  margin-top: 20px;
  padding-bottom: 5px;
  background-image: url(img/triangle-form.png);
  background-position: calc(100% - 8px) calc(1em + -5px);
  background-size: 6px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.offerte_filtes select:focus {
  outline: none;
}

.offertelabel {
  text-align: left !important;
  padding-left: 10px;
  font-family: 'Playfair Display', serif;
  position: relative;
}

.offerte_filter_block {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  max-height: 115px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.divisore_a_destra {
  position: relative;
}

.divisore_a_destra::after {
  content: '';
  display: block;
  width: 1px;
  background: #000;
  height: 15px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.offerte_gallery_item .titlecontainer {
  height: auto !important;
}

.offerte_gallery_item .location {
  margin-bottom: 31px;
  margin-top: 11px;
  display: block;
  color: #a4a4a4;
  font-size: 11px;
}

.offerte_gallery_item .title {
  display: block;
  margin-bottom: 0px;
}

.offerte_gallery_item .scopridipiu {
  margin-top: 50px;
}

.offerte_filter_buttonstrip {
  cursor: pointer;
}

.offerte_filter_buttonstrip.filter-fixed {
  top: 48px !important;
}

.modal.offertemodal {
  z-index: 91050;
  background-color: #fff;
}

.modal.offertemodal .modal-dialog {
  height: 100% !important;
  margin: 0px !important;
}

.modal.offertemodal .modal-content {
  height: 100% !important;
  box-shadow: none;
}

.filter_offerte_buttons_container {
  padding: 8px 15px;
  text-align: center;
  display: table;
}

.filter_offerte_buttons {
  display: table;
  width: 100%;
  height: 42px;
  /*line-height: 40px;*/
  text-align: center;
  vertical-align: middle;
  border: solid 1px #b8b8b8;
  color: #b8b8b8;
  padding: 9px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  word-break: break-all;
  font-size: 11px;
}

@media (max-width: 490px) {
  .filter_offerte_buttons {
    font-size: 11px;
  }
}
.filter_offerte_buttons:hover {
  text-decoration: none;
  color: #666;
  border: solid 1px #666;
}

.filter_offerte_buttons.active {
  color: #000;
  border: solid 1px #000;
}

.offerte_panel_titles {
  font-family: 'Playfair Display', serif;
}

.offerte_panel_border_top {
  border-top: 1px solid #e5e5e5;
}

.offerte_panel_modal_footer {
  border-top: 0px !important;
  text-align: center;
}

.offerte_panel_modal_filterbutton {
  background: #898989;
  padding: 13px 20px;
  color: #fff;
  font-size: 12px;
}

.modal_offerte_main {
  width: 100vw;
}

.offerte_panel_modal_filterbutton:hover {
  color: #d8d8d8;
  text-decoration: none;
}

.offerteclose {
  float: left;
  opacity: 1;
}

.offertemodalheader {
  height: 67px;
  padding-top: 25px;
}

.offertemodalheader button {
  position: absolute;
  left: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .offerte_filter_buttonstrip.filter-fixed {
    top: 78px !important;
  }

  .offertetitlemain_2 {
    font-size: 23px !important;
    padding: 60px 20px !important;
  }
}
.offerte_modal_content {
  border-radius: 0px;
  border: 0px;
}

.offertetitlemain {
  font-size: 23px !important;
  padding: 60px 20px !important;
}

@media (min-width: 768px) {
  .offertadettagliotitle {
    font-size: 23px !important;
    padding: 60px 20px !important;
  }
}
.offerte_filter_buttonstrip.filter-fixed {
  position: absolute !important;
  bottom: 0 !important;
  top: unset !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

@media (max-width: 767px) {
  .lang-ru .offerte_filter_buttonstrip.filter-over-heading, .lang-de .offerte_filter_buttonstrip.filter-over-heading {
    padding: 0px 0px !important;
  }
}
.offerta.titlecontainer {
  height: auto !important;
}

.dettaglio-offerta .offertadettagliotitle {
  max-height: unset;
}

.datepicker .disabled.day, .datepicker .disabled.day:hover {
  color: #ddd;
}

.mix {
  display: none;
}

.text-shadow-mobile-black {
  filter: dropshadow(color=#000, ofilterffx=-1, offy=-1);
  text-shadow: -1px -1px 20px black;
}

.page_site_index #topMenu .fixedmenuitem {
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 10px;
}

.page_site_index .text > div {
  text-shadow: #fff 1px 1px 10px;
}
.page_site_index .text > div.txt-light {
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.page_site_index header {
  height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.75+0,0.4+48,0.11+78,0+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.11) 78%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.11) 78%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.11) 78%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-8 */
}

.page_site_benessere-globale .heading-full-img, .page_site_residenze .heading-full-img {
  text-shadow: #fff 1px 1px 10px;
}
.page_site_benessere-globale .heading-full-img.txt-light, .page_site_residenze .heading-full-img.txt-light {
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.scroll-header {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.full-bg-image .filter-fixed {
  position: fixed;
  top: 80px;
  background-color: white;
  z-index: 9;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  max-height: 70px;
}

.page_site_about .full-bg-image .filter-fixed {
  top: 85px;
}

.portfolio .portfolio-item .portfolio-description p a.btn-round-grey {
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  display: inline-block;
  background-color: #c1c1c1;
  color: #fff;
  padding: 4px 13px;
  border-radius: 15px;
  font-size: 12px;
  border-bottom: none;
}
.portfolio .portfolio-item .portfolio-description p a.btn-round-grey:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

.page_site_resort .heading-full-img {
  font-size: 34px;
  line-height: 1.2;
  height: auto;
  width: 600px;
  margin: 0 auto;
  padding: 30px;
}

.site-press .boxed-content-600 h2,
.site-press .boxed-content-800 h2 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  /* margin-top: 85px; */
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.site-press .boxed-content-600 h2.with-divider:after,
.site-press .boxed-content-800 h2.with-divider:after {
  width: 100px;
  margin: 25px auto 50px auto;
}
.site-press .boxed-content-600.contatti > div,
.site-press .boxed-content-800.contatti > div {
  margin-top: 80px;
  min-height: 141px;
}
.site-press .boxed-content-600.contatti > div p, .site-press .boxed-content-600.contatti > div h2,
.site-press .boxed-content-800.contatti > div p,
.site-press .boxed-content-800.contatti > div h2 {
  font-size: 0.85714em;
  line-height: 20px;
  display: inline;
}
.site-press .boxed-content-600.contatti > div p.with-divider, .site-press .boxed-content-600.contatti > div h2.with-divider,
.site-press .boxed-content-800.contatti > div p.with-divider,
.site-press .boxed-content-800.contatti > div h2.with-divider {
  font-weight: bold;
  letter-spacing: 1px;
}
.site-press .boxed-content-600.contatti > div p.with-divider:after, .site-press .boxed-content-600.contatti > div h2.with-divider:after,
.site-press .boxed-content-800.contatti > div p.with-divider:after,
.site-press .boxed-content-800.contatti > div h2.with-divider:after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  margin: 10px 0;
  background-color: #000;
}
.site-press .boxed-content-600.contatti > div ul,
.site-press .boxed-content-800.contatti > div ul {
  font-size: 0.85714em;
  line-height: 20px;
}
.site-press .boxed-content-600.comunicati .panel-default,
.site-press .boxed-content-800.comunicati .panel-default {
  /*background-color: #f9f9f9;*/
  border-color: #f9f9f9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
}
.site-press .boxed-content-600.comunicati .panel-default .panel-body,
.site-press .boxed-content-800.comunicati .panel-default .panel-body {
  padding: 10px 20px;
  font-size: 0.92857em;
  line-height: 20px;
  font-family: 'Playfair Display', serif;
  position: relative;
}
.site-press .boxed-content-600.comunicati .panel-default .panel-body a,
.site-press .boxed-content-800.comunicati .panel-default .panel-body a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.site-press .boxed-content-600.comunicati .panel-default .panel-body a:after,
.site-press .boxed-content-800.comunicati .panel-default .panel-body a:after {
  font-family: 'icomoon';
  content: "\e905";
  font-size: 28px;
  position: absolute;
  right: 5px;
  top: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.site-press .boxed-content-600.comunicati .panel-default .panel-body a.rotate-icon:after,
.site-press .boxed-content-800.comunicati .panel-default .panel-body a.rotate-icon:after {
  transform: rotate(270deg);
}
.site-press .boxed-content-600.rassegna > div,
.site-press .boxed-content-800.rassegna > div {
  /*text-align: center;*/
}
.site-press .boxed-content-600.rassegna > div img,
.site-press .boxed-content-800.rassegna > div img {
  width: 100%;
  height: auto;
}
.site-press .boxed-content-600.rassegna > div p,
.site-press .boxed-content-800.rassegna > div p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
}
.site-press .boxed-content-600.rassegna > div p.with-divider,
.site-press .boxed-content-800.rassegna > div p.with-divider {
  font-weight: bold;
  letter-spacing: 1px;
}
.site-press .boxed-content-600.rassegna > div p.with-divider:after,
.site-press .boxed-content-800.rassegna > div p.with-divider:after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  margin: 10px 0;
  background-color: #000;
}
.site-press .boxed-content-600.rassegna > div p a,
.site-press .boxed-content-800.rassegna > div p a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.site-press .boxed-content-600.rassegna > div p a:hover, .site-press .boxed-content-600.rassegna > div p a:focus, .site-press .boxed-content-600.rassegna > div p a:active,
.site-press .boxed-content-800.rassegna > div p a:hover,
.site-press .boxed-content-800.rassegna > div p a:focus,
.site-press .boxed-content-800.rassegna > div p a:active {
  text-decoration: none;
  border-bottom: 1px solid #041C2C;
  cursor: pointer;
}
.site-press .boxed-content-600.rassegna > div p a:after,
.site-press .boxed-content-800.rassegna > div p a:after {
  font-family: 'icomoon';
  content: "\e905";
  font-size: 22px;
  display: inline-block;
  float: right;
  font-weight: normal;
  vertical-align: middle;
}

.page_site_contattaci .site-press .boxed-content-600 h2 {
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  /* margin-top: 85px; */
  margin-bottom: 20px;
  /*font-family: 'Playfair Display', serif;*/
}

.page_site_contattaci .site-press .boxed-content-600 .font-playfair {
  font-family: 'Playfair Display', serif;
}
.page_site_contattaci .site-press .boxed-content-600 > div {
  min-height: 1px;
  margin-bottom: 0;
  margin-top: 0;
}
.page_site_contattaci .site-press .boxed-content-600:nth-child(2) {
  padding-top: 0;
}

.site-press #pressContainer {
  /*height: 327px;*/
  overflow: hidden;
}
.site-press #pressContainer .mix {
  overflow: hidden;
}

.site-press .show-more-btn {
  margin-top: 40px;
}

@media (max-width: 850px) {
  .page_site_press .boxed-content-800.rassegna {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .page_site_press .boxed-content-800.rassegna {
    max-width: 1000px;
  }
}
.site-trade .contatti p img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.site-trade .contatti p img + span {
  display: inline-block;
  margin-left: 30px;
}
.site-trade .contatti p:last-child {
  margin-bottom: 0;
}
.site-trade .contatti p:nth-child(2) {
  margin-top: 20px;
}

.site-trade .affiliazioni p {
  display: inline-block !important;
  margin-bottom: 20px;
}
.site-trade .affiliazioni p a {
  display: inline-block;
  vertical-align: middle;
}
.site-trade .affiliazioni p a:last-child {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .site-trade .affiliazioni p a:last-child {
    margin-left: 25%;
  }
}
@media (max-width: 400px) {
  .site-trade .affiliazioni p a:last-child {
    margin-left: 10%;
  }
}
.site-trade .affiliazioni p a img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-trade .affiliazioni p a {
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .site-trade .affiliazioni p {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-trade .affiliazioni p.with-divider {
  text-align: center;
}
@media (max-width: 767px) {
  .site-trade .affiliazioni p.with-divider:after {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.page_site_press .press-filters {
  margin-bottom: 50px;
  text-align: center;
}
.page_site_press .press-filters fieldset {
  display: inline-block;
}
.page_site_press .press-filters fieldset > span {
  margin-bottom: 10px;
  display: inline-block;
}
.page_site_press .press-filters fieldset .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  font-family: 'Playfair Display', serif;
  box-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
  padding: 8px 26px;
  font-size: 0.85714em;
}
@media (max-width: 767px) {
  .page_site_press .press-filters fieldset .form-control {
    padding: 0;
    width: 100%;
  }
}
.page_site_press .press-filters .dropdown {
  width: 140px;
  background-color: #f3f3f3;
  font-family: 'Playfair Display', serif;
}
.page_site_press .press-filters .dropdown li, .page_site_press .press-filters .dropdown .selected {
  padding: 6px 8px;
  color: #041C2C;
  font-size: 0.92857em;
}
.page_site_press .press-filters .dropdown ul {
  -webkit-padding-start: 0;
}
.page_site_press .press-filters .dropdown ul li.active, .page_site_press .press-filters .dropdown ul li.focus {
  background-color: inherit;
}
.page_site_press .press-filters .dropdown.focus .carat:after {
  border-top-color: transparent !important;
}
.page_site_press .press-filters .dropdown.focus:after {
  /*background: transparent*/
}
.page_site_press .press-filters .dropdown:first-child {
  width: 200px;
}

.site-trade .boxed-content-600.comunicati .panel-default {
  background-color: #f3f3f3;
}

.site-press .bg-grey-light .boxed-content-600 .panel-default {
  background-color: #f9f9f9;
}

.page_site_careers .section h3 {
  text-shadow: #fff 1px 1px 10px;
}
.page_site_careers .boxed-content #accordion .panel-default {
  background-color: transparent;
  border-color: transparent;
  border-top: 1px solid #000;
  /*margin-bottom: 20px;*/
  height: auto;
}
.page_site_careers .boxed-content #accordion .panel-default .panel-body, .page_site_careers .boxed-content #accordion .panel-default .panel-heading {
  background-color: transparent;
  border-color: transparent;
}
.page_site_careers .boxed-content #accordion .panel-default:last-child {
  border-bottom: 1px solid #000;
}
.page_site_careers .boxed-content #accordion .panel-default .panel-body a {
  display: inline;
}

.page_site_careers .boxed-content #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: transparent;
  border-color: transparent;
}

.page_site_about .site-press .vision .boxed-content-600 > div {
  min-height: 0;
}
.page_site_about .site-press .vision .boxed-content-600 > div h2 {
  margin-top: 0;
}
.page_site_about .storia .boxed-content-600 > div {
  min-height: 300px;
}
.page_site_about .storia .carousel .years {
  margin-top: 10px;
}
.page_site_about .storia .carousel .years span {
  color: #b2b2b2;
  display: inline-block;
}
.page_site_about .storia .carousel .years span.active {
  color: #041C2C;
}
.page_site_about .storia .carousel-control {
  background-image: none;
  top: -19px;
  width: 40px;
  color: #041C2C;
  font-size: 26px;
  line-height: 40px;
}
.page_site_about .storia .carousel-inner {
  margin-top: 30px;
}
.page_site_about .storia .carousel-inner .item {
  font-size: 0.92857em;
  font-family: 'Playfair Display';
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.page_site_about .business .boxed-content-600 div {
  min-height: 0;
  margin-top: 50px;
}
.page_site_about .business .boxed-content-600 div .list-inside li {
  list-style-position: inside;
  -webkit-margin-after: 1em;
  -webkit-margin-end: 60px;
}
.page_site_about .business .boxed-content-600 div.squared-div > div {
  padding: 10px;
  height: 130px;
  display: table;
}
.page_site_about .business .boxed-content-600 div.squared-div > div p {
  border: 1px solid #041C2C;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.page_site_about .business .banda-grigia {
  background-color: #e4e5e6;
  font-size: 0.71429em;
  height: 55px;
  width: 100%;
  line-height: 55px;
}
.page_site_about .business .portfolio .portfolio-item .portfolio-description, .page_site_about .business .portfolio .portfolio-item .portfolio-figure {
  height: 340px;
}
.page_site_about .business .portfolio .portfolio-item .portfolio-description.bg-grey-light, .page_site_about .business .portfolio .portfolio-item .portfolio-figure.bg-grey-light {
  background-color: #f3f3f3;
}
.page_site_about .awards-page .awards-change {
  height: 62px;
  border-bottom: 1px solid #f1f1f1;
  padding: 14px;
}
.page_site_about .awards-page .awards-change a {
  /*line-height: 62px;*/
  display: inline-block;
  padding: 10px 16px;
  font-size: 0.71429em;
  letter-spacing: 1px;
}
.page_site_about .awards-page .awards-change a.active {
  background-color: #e4e5e6;
}
.page_site_about .awards-page .awards-change a:hover, .page_site_about .awards-page .awards-change a:active, .page_site_about .awards-page .awards-change a:enabled {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #041C2C;
}
.page_site_about .titolo-approccio {
  width: 274px;
  margin: 0 auto 20px auto;
}
.page_site_about .approccio {
  /*width: 274px;*/
  margin: 50px auto 0 auto;
}
.page_site_about .approccio ul {
  -webkit-padding-start: 0;
}
.page_site_about .approccio ul li {
  -webkit-margin-end: 0 !important;
}

@media screen and (min-width: 1600px) {
  .page_site_about .approccio {
    /*width: 300px;*/
  }
}
.panel-link:hover {
  background-color: #e6e4e4;
}

@media screen and (max-width: 767px) {
  .business .portfolio .portfolio-item .portfolio-description {
    min-height: 0;
    height: 340px !important;
  }

  .page_site_about .business .boxed-content-600 div.squared-div > div {
    margin-top: 20px;
  }

  .page_site_resort .heading-full-img {
    width: auto;
  }

  .boxed-content {
    padding: 30px;
  }

  .site-iscrizione-newsletter .boxed-content {
    padding-left: 0;
    padding-right: 0;
  }

  .site-awards .award-list-title {
    padding-left: 0;
  }

  .site-awards .award {
    padding: 0;
  }

  .page_site_about .awards-page .awards-change a:hover, .page_site_about .awards-page .awards-change a:active, .page_site_about .awards-page .awards-change a:enabled {
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
  }

  #accordion .panel-heading, .portfolio-description.with-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 0;
    padding-right: 0;
  }

  .page_site_about .awards-page .awards-change {
    height: auto;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .page_site_about .awards-page .awards-change a {
    display: block;
  }

  .carousel > div img {
    max-width: 90%;
  }
  .carousel a.left.carousel-control {
    left: -30px;
  }
  .carousel a.right.carousel-control {
    right: -30px;
  }

  .page_site_about .storia .carousel-control {
    top: -12px;
  }

  .page_site_about .full-bg-image .section {
    background-image: url(/img/about-top-mobile.jpeg) !important;
    background-position-x: 10% !important;
  }

  .page_site_about .storia .boxed-content-600 > div.carousel {
    min-height: 600px;
  }

  .page_site_press fieldset:first-child {
    margin-bottom: 30px;
  }
  .page_site_press fieldset span {
    margin-bottom: 10px;
  }

  .boxed-content.affiliazioni {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*    .page_site_about .approccio {
          padding-left: 90px;
      }*/
}
@media (min-width: 1400px) {
  .full-bg-image.not-full-bg-image {
    height: 450px;
  }

  .about.business .portfolio .portfolio-item .portfolio-description {
    padding: 0 12%;
  }
}
header.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: auto;
  top: 49px;
  transition: none;
  z-index: 9960;
  background: rgba(255, 255, 255, 0.9);
}
header.scroll::-webkit-scrollbar {
  display: none;
}

.nav-item {
  padding: 17px 16px;
}

.nav-item:not(:last-child) {
  /*border-right: 1px solid rgba(114, 124, 135, 0.2);*/
}

* {
  box-sizing: border-box;
}

header,
nav {
  font-size: 0;
}

.logo,
.nav-item {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #898989;
}
.logo.active,
.nav-item.active {
  color: #000;
}

.logo,
.nav-item,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.page_site_note-legali .site-press,
.page_site_privacy .site-press {
  margin-top: 107px;
}
.page_site_note-legali .site-press .boxed-content-600.contatti > div,
.page_site_privacy .site-press .boxed-content-600.contatti > div {
  margin-top: 0;
}

.page_site_note-legali .site-press .boxed-content-600.contatti > div h2 {
  display: block;
  font-size: 14px;
}

@media (min-width: 768px) {
  #pressContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .site-press .boxed-content-600.rassegna > div img, .site-press .boxed-content-800.rassegna > div img {
    width: auto;
    height: 300px;
  }
}
@media (min-width: 851px) and (max-width: 991px) {
  .site-press .boxed-content-600.rassegna > div img, .site-press .boxed-content-800.rassegna > div img {
    width: auto;
    height: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-press .boxed-content-600.rassegna > div img, .site-press .boxed-content-800.rassegna > div img {
    width: auto;
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .site-press .boxed-content-600.rassegna > div img, .site-press .boxed-content-800.rassegna > div img {
    width: auto;
    height: 200px;
  }
}
@media (max-width: 400px) {
  .page_site_benessere-globale p.prenota {
    margin-top: 0;
  }
  .page_site_benessere-globale p.prenota a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.wrap.page_site_error,
.wrap.page_site_coming-soon {
  margin: 0 auto;
  padding: 0 0;
}

@media (max-width: 830px) {
  .lang-ru .filter-over-heading,
  .lang-de .filter-over-heading {
    padding: 20px 0;
  }
  .lang-ru .filter-over-heading a,
  .lang-de .filter-over-heading a {
    margin: 0 6px;
  }
}
@media (max-width: 767px) {
  .site-index .section.no-text-shadow .text {
    text-shadow: none;
  }
}

.site-residences .heading-full-img {
  background-color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 767px) {
  .site-residences .heading-full-img {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.site-residences .benefit {
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-residences .benefit h2 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat,sans-serif;
}
.site-residences .benefit .row {
  margin: 0;
}
.site-residences .benefit .row h2 {
  font-family: "Playfair Display";
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.site-residences .benefit .row p {
  font-family: "Playfair Display";
  line-height: 20px;
  text-align: center;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .site-residences .benefit .row p {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .site-residences .benefit .row p {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .site-residences .benefit .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.site-residences .comunicati h2, .site-residences .vision h2 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat,sans-serif;
}
.site-residences .comunicati .panel-default, .site-residences .vision .panel-default {
  /*background-color: #f9f9f9;*/
  border-color: #f9f9f9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
}
.site-residences .comunicati .panel-default .panel-body, .site-residences .vision .panel-default .panel-body {
  padding: 10px 20px;
  font-size: 0.92857em;
  line-height: 20px;
  font-family: 'Playfair Display', serif;
  position: relative;
}
.site-residences .comunicati .panel-default .panel-body a, .site-residences .vision .panel-default .panel-body a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.site-residences .comunicati .panel-default .panel-body a:after, .site-residences .vision .panel-default .panel-body a:after {
  font-family: 'icomoon';
  content: "\e905";
  font-size: 28px;
  position: absolute;
  right: 5px;
  top: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.site-residences .comunicati .panel-default .panel-body a.rotate-icon:after, .site-residences .vision .panel-default .panel-body a.rotate-icon:after {
  transform: rotate(270deg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-residences .portfolio-description {
    padding: 0 15px !important;
  }
  .site-residences .portfolio-description .panel-body {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .site-residences .portfolio-description {
    padding: 0 3em !important;
  }
}

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