﻿/*VARIABILI--------------------------------------------------------------*/
.boxShadow {
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
}
.boxShadow2 {
  -webkit-box-shadow: 0 23px 19px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 23px 19px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 23px 19px 0 rgba(0, 0, 0, 0.09);
}
.radius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.radius13 {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.radius19 {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.radius50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.appearanceNone {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.transition03 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transition07 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.absoluteCenter {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.bgCenterCover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*GENERALE--------------------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
body {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  font-size: 19px;
  color: #162B2B;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden !important;
  background-color: #FFFFFF;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body.scrolled {
  overflow: hidden;
}
.contenitore {
  width: 100vw;
  overflow-x: hidden !important;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #162B2B;
  border-radius: 10px;
}
.div1550 {
  width: 1550px;
  margin: 0 auto;
}
#debug {
  position: fixed;
  bottom: 0px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.68);
  color: #FFFFFF;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 10pt;
  display: block;
  z-index: 9;
}
.clear {
  clear: both;
}
.fancybox-container {
  z-index: 99999999 !important;
}
p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
}
.button {
  padding: 1.5em 1.5em;
  font-size: 0.7em;
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background-color: #162B2B;
  text-transform: uppercase;
}
.button:hover {
  background-color: #225353;
}
.buttonWhite {
  padding: 1.1em 1.5em;
  font-size: 0.8em;
  color: #162B2B;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: pulseB 2.5s infinite;
}
.buttonWhite span {
  display: block;
  font-weight: 700;
}
.buttonWhite:hover {
  -webkit-animation: none;
  color: #225353;
}
.buttonWhite:hover span {
  color: #225353;
}
@-webkit-keyframes pulseB {
  70% {
    box-shadow: 0 0 0 19px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.title {
  text-align: center;
}
.title h2 {
  font-size: 2.9em;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.title h2 span {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 9px;
}
.title2 h2 span {
  font-size: 1em;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: 'icomoon' !important;
  font-size: 0.8em !important;
  color: #FFFFFF !important;
}
.swiper-button-prev:after {
  content: '\e905' !important;
}
.swiper-button-next:after {
  content: '\e906' !important;
}
/*TOP--------------------------------------------------------------------------------------------------------*/
.top {
  position: relative;
  z-index: 9;
  width: 100%;
  text-align: center;
  z-index: 999999;
}
.top .logo {
  position: absolute;
  top: 2.35em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18em;
}
.top .logo img {
  width: 18em;
}
.top .logo a {
  display: inline-block;
}
.top .menu {
  position: absolute;
  top: 3em;
  left: 3em;
}
.top .menu a {
  font-size: 0.8em;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 3em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .menu a:hover {
  opacity: 0.7;
}
.top .topRight {
  position: absolute;
  top: 2em;
  right: 3em;
}
.top .topRight .lang {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top .topRight .lang i {
  display: block;
  position: absolute;
  top: 2px;
  left: 77px;
  font-size: 6px;
  color: #FFFFFF;
  cursor: pointer;
}
.top .topRight .lang a,
.top .topRight .lang span {
  display: block;
  font-size: 0.8em;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  display: none;
  opacity: 1;
}
.top .topRight .lang span {
  display: none;
  cursor: pointer;
}
.top .topRight .lang a.active {
  opacity: 0.5;
}
.top .topRight .lang .active {
  display: block;
  position: absolute;
  top: 21px;
  left: 0;
}
.top .topRight .lang .non {
  position: absolute;
  top: 21px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .topRight .lang .non.open {
  display: block;
}
.top.scrolled {
  transform: unset !important;
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
}
.top.scrolled .topRight {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 0.5s ease, background 0.9s ease;
  -webkit-transition: transform 0.5s ease, background 0.9s ease;
  z-index: 9999999;
}
.top.scrolled .topRight .button {
  width: 110px;
  border-radius: 0;
  padding: 15px 15px;
  font-size: 12px;
}
.top.scrolled .topRight .lang {
  display: none;
}
.hamburger {
  position: relative;
  vertical-align: middle;
  margin-left: 15px;
  width: 37px;
  height: 26px;
  cursor: pointer;
  z-index: 999999;
  display: inline-block;
}
.hamburger .hamburgerIcon {
  position: absolute;
  width: 37px;
  height: 26px;
}
.hamburger .hamburgerIcon .hamburgerLine {
  position: absolute;
  left: 0;
  background-color: #FFFFFF;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  pointer-events: none;
}
.hamburger .hamburgerIcon .hamburgerLine1 {
  top: 0;
  transition: transform 0.3s ease-in-out, top 0.2s ease-in-out 0.3s;
}
.hamburger .hamburgerIcon .hamburgerLine1:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 3px;
  transition: transform 0.1s ease-in-out 0.2s;
}
.hamburger .hamburgerIcon .hamburgerLine2 {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0s ease-in-out 0.3s;
}
.hamburger .hamburgerIcon .hamburgerLine3 {
  bottom: 0;
  transition: opacity 0s ease-in-out 0.3s, bottom 0.2s ease-in-out 0.3s;
}
.hamburger.open .hamburgerLine1 {
  top: 8.5px;
  transform: rotate(135deg);
  transition: top 0.3s ease-in-out, transform 0.3s linear 0.3s;
}
.hamburger.open .hamburgerLine1:before {
  width: 37px;
  transform: rotate(90deg);
  transition: transform 0.1s ease-in-out 0.3s;
  left: 0;
}
.hamburger.open .hamburgerLine2 {
  opacity: 0;
  transition: opacity 0s ease-in-out 0.3s;
}
.hamburger.open .hamburgerLine3 {
  bottom: 8.5px;
  opacity: 0;
  transition: bottom 0.3s ease-in-out, opacity 0s ease-in-out 0.3s;
}
.hamburger.open .hamburgerLine1:before {
  left: 0;
}
.hamburger.scrolled {
  display: block;
  background-color: #FFFFFF;
  width: 110px;
  height: 60px;
  margin-left: 0;
  padding: 15px 0;
  text-align: center;
  z-index: 999999;
  -webkit-border-bottom-left-radius: 19px;
  -moz-border-radius-bottomleft: 19px;
  border-bottom-left-radius: 19px;
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
}
.hamburger.scrolled .hamburgerIcon {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hamburger.scrolled .hamburgerIcon .hamburgerLine {
  background-color: #162B2B;
}
.hamburger.scrolled .hamburgerIcon .hamburgerLine1:before {
  background-color: #162B2B;
}
.langMobS {
  display: block;
}
.langOpenA {
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
}
.langOpenA.show {
  display: block;
}
.top .lang .langMobS.active {
  display: block;
  opacity: 1;
}
.langMobS.non {
  display: none;
}
.hamburger {
  display: none;
}
.menuMobile {
  position: fixed;
  top: 110px;
  left: 5%;
  right: 5%;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  width: 90%;
  background-color: #FFFFFF;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  z-index: 9999;
  padding: 21px 2em;
  transform: translateY(-20px);
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
}
.menuMobile a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
  font-size: 1em;
  color: #162B2B;
  font-weight: 700;
  text-transform: uppercase;
}
.menuMobile.show {
  display: flex;
  animation: fadeIn 0.5s forwards;
}
.menuMobile.scrolled {
  left: 8%;
  right: 8%;
  width: 84%;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*HEADER--------------------------------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.header .sliderHeader {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.header .sliderHeader .swiper-slide {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header .sliderHeader .swiper-slide .sliderHeaderImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 4;
}
.header .sliderHeader .sliderHeaderText {
  position: absolute;
  bottom: 7.9em;
  left: 30px;
  right: 30px;
  z-index: 5;
  padding-bottom: 3em;
  text-align: center;
}
.header .sliderHeader .sliderHeaderText h1 {
  font-size: 4em;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}
.header .sliderHeader .sliderHeaderText label {
  font-size: 0.6em;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  display: block;
  margin-top: 0.6em;
}
.header .sliderHeader .swiper-button-next,
.header .sliderHeader .swiper-button-prev {
  top: unset;
  bottom: 0;
  height: unset;
}
.header .sliderHeader .swiper-button-prev {
  left: calc(50% - 2.1em);
}
.header .sliderHeader .swiper-button-next {
  right: calc(50% - 2.1em);
}
.header .sliderHeader .swiper-pagination {
  display: none;
}
.header .sliderHeaderOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #162b2b;
  background: linear-gradient(0deg, rgba(22, 43, 43, 0.65309874) 0%, rgba(22, 43, 43, 0) 50%, rgba(22, 43, 43, 0.65029762) 100%);
  z-index: 3;
}
/*INTRO--------------------------------------------------------------------------------------------------------*/
.intro {
  padding: 10em 0 6em 0;
  background-color: #F8F5F0;
}
.intro .introContainer {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.intro .title {
  margin-bottom: 3.5em;
}
/*APPARTAMENTI--------------------------------------------------------------------------------------------------------*/
.appartamenti {
  background: #162b2b;
  background: linear-gradient(0deg, #162b2b 75%, #f8f5f0 75%);
  padding-bottom: 5.5em;
}
.appartamenti .appartamentiList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.appartamenti .appartamentiDetails .title {
  color: #FFFFFF;
  margin: 6em 0 0 0;
}
.appartamenti .appartamentiDetails .sliderAppartamenti {
  padding-top: 6em;
}
.appartamenti .appartamentiDetails .swiper-button-nextAPP,
.appartamenti .appartamentiDetails .swiper-button-prevAPP {
  top: -60px;
  transform: unset;
}
.appartamenti .appartamentiDetails .swiper-button-prevAPP {
  left: calc(50% - 2.1em);
}
.appartamenti .appartamentiDetails .swiper-button-nextAPP {
  right: calc(50% - 2.1em);
}
.appartamenti .appartamentiDetails .swiper-paginationAPP {
  display: none;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage {
  flex: 0 0 65%;
  width: 65%;
  height: 650px;
  position: relative;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .zoom {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  width: 2em;
  height: 2em;
  background-color: #162B2B;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-align: center;
  padding-top: 0.5em;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .zoom i {
  font-size: 0.7em;
  color: #FFFFFF;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .zoom:hover {
  background-color: #225353;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .gallery {
  display: none;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .sliderAppartamentiImages .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .swiper-button-next,
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .swiper-button-prev {
  top: unset;
  bottom: 1em;
  height: unset;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .swiper-button-next:after,
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .swiper-button-prev:after {
  font-size: 0.5em !important;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .swiper-button-prev {
  left: 1em;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .swiper-button-next {
  left: 3em;
  right: unset;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxImage .swiper-pagination {
  display: none;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxText {
  flex: 0 0 35%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4em;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxText h3 {
  font-size: 2.9em;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxText h4 {
  font-size: 1.2em;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin: 1em 0 2em 0;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxText p {
  font-size: 0.8em;
  color: #FFFFFF;
}
.appartamenti .appartamentiDetails .appartamentiBoxContainer .appartamentiBoxText a {
  display: block;
  margin-top: 3em;
  width: 10em;
}
.appartamentiListItem {
  margin-top: 0;
  position: relative;
  flex: 1;
  height: 690px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 50px;
}
.appartamentiListItem .appartamentiItemOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #162b2b;
  background: linear-gradient(0deg, rgba(22, 43, 43, 0.66) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
  -webkit-border-bottom-right-radius: 19px;
  -webkit-border-bottom-left-radius: 19px;
  -moz-border-radius-bottomright: 19px;
  -moz-border-radius-bottomleft: 19px;
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}
.appartamentiListItem .appartamentiItemText {
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
  z-index: 5;
}
.appartamentiListItem .appartamentiItemText h3 {
  font-size: 2.4em;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  margin-bottom: 1em;
}
.appartamentiListItem .appartamentiItemText h3 span {
  display: block;
  font-size: 0.6em;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  margin-bottom: 9px;
}
.appartamentiListItem .appartamentiItemText h4,
.appartamentiListItem .appartamentiItemText label {
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.appartamentiListItem .appartamentiItemText label {
  font-size: 0.8em;
  display: block;
  margin: 1em 0 2em 0;
}
.appartamentiListItem .appartamentiItemText label i {
  margin: 0 0.5em;
}
.appartamentiListItem:not(:first-child):not(:last-child) {
  margin: 6em 2em 0 2em;
}
.condizioni {
  text-align: center;
  padding-top: 4.5em;
  color: #FFFFFF;
}
.condizioni h2 {
  font-size: 23px;
  font-family: "Playfair Display", serif;
}
.condizioni .condizioni-container {
  margin-top: 19px;
}
.condizioni .condizioni-container span {
  font-size: 15px;
}
.condizioni .condizioni-container label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 9px;
}
/*LIVIGNO--------------------------------------------------------------------------------------------------------*/
.livigno {
  padding: 6.5em 0 5em 0;
  background-color: #F8F5F0;
  overflow: hidden;
}
.livigno .title {
  float: left;
  width: calc(100% - 350px);
  text-align: left;
  padding-right: 150px;
}
.livigno .title h2 {
  margin-bottom: 0.5em;
}
.livigno .livignoTabs {
  float: right;
  width: 350px;
}
.livigno ul.tabs {
  bottom: 190px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  padding: 0;
  z-index: 99;
}
.livigno ul.tabs li {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 9px;
  position: relative;
  z-index: 999;
  margin: 0 0.25em;
}
.livigno ul.tabs li a {
  text-decoration: none;
  display: block;
  outline: none;
  transition: all 0.5s ease 0s;
  display: inline-block;
  cursor: pointer;
  width: 11em;
  border: solid 1px #162B2B;
  background-color: transparent;
  color: #162B2B;
  font-family: "Playfair Display", serif;
}
.livigno ul.tabs li a:hover {
  border: solid 1px #225353;
  background-color: #225353;
  color: #FFFFFF;
}
.livigno ul.tabs li.active a {
  background-color: #162B2B;
  color: #FFFFFF;
  cursor: default;
}
.livigno .tabContainer {
  position: relative;
  margin: 60px -280px 0 -40px;
}
.livigno .tabContainer .appartamentiListItem .appartamentiItemText {
  bottom: 2em;
}
.livigno .tabContainer .appartamentiListItem .appartamentiItemText h3 {
  font-size: 1.3em;
  text-transform: unset;
  margin-bottom: 0;
}
.livigno .tabContainer .swiper {
  padding-left: 37px;
}
.livigno .tabContainer .swiper-slide:last-child .appartamentiListItem {
  box-shadow: none;
}
.livigno .tabContainer .swiper-button-next,
.livigno .tabContainer .swiper-button-prev {
  top: -60px;
  bottom: unset;
  height: unset;
}
.livigno .tabContainer .swiper-button-next:after,
.livigno .tabContainer .swiper-button-prev:after {
  color: #162B2B !important;
}
.livigno .tabContainer .swiper-button-prev {
  left: unset;
  right: 355px;
}
.livigno .tabContainer .swiper-button-next {
  right: 305px;
}
.livigno .tabContainer .swiper-pagination {
  display: none;
}
/*CONTATTI--------------------------------------------------------------------------------------------------------*/
.contatti {
  padding: 6.5em 0;
}
.contatti .contattiContainerBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contatti .contattiContainerBox .contattiLeft {
  flex: 0 0 65%;
  width: 65%;
  height: 650px;
  position: relative;
}
.contatti .contattiContainerBox .contattiLeft .contattiLeftImage {
  width: 560px;
  height: 650px;
  background-image: url('../Gfx/chalet-gennj-livigno-drone-1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.contatti .contattiContainerBox .contattiLeft .map {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  left: unset;
  right: 130px;
  margin: unset;
  width: 560px;
  height: 500px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.contatti .contattiContainerBox .contattiRight {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.contatti .contattiContainerBox .contattiRight .title {
  text-align: left;
  margin-bottom: 3em;
}
.contatti .contattiContainerBox .contattiRight .contattiItemBox {
  display: block;
  margin-bottom: 1.7em;
}
.contatti .contattiContainerBox .contattiRight .contattiItemBox i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: 21px;
  font-size: 1.3em;
  color: #162B2B;
  text-align: center;
}
.contatti .contattiContainerBox .contattiRight .contattiItemBox .icon-email {
  font-size: 0.9em;
}
.contatti .contattiContainerBox .contattiRight .contattiItemBox span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.5em);
  font-size: 1em;
  color: #162B2B;
  font-weight: 600;
}
.contatti .contattiContainerBox .contattiRight .contattiItemBox:hover i,
.contatti .contattiContainerBox .contattiRight .contattiItemBox:hover span {
  color: #225353;
}
.contatti .contattiContainerBox .contattiRight .contattiBoxSeguici {
  margin-top: 3em;
}
.contatti .contattiContainerBox .contattiRight .contattiBoxSeguici h3 {
  font-size: 1.7em;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9em;
}
.contatti .contattiContainerBox .contattiRight .contattiBoxSeguici a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.contatti .contattiContainerBox .contattiRight .contattiBoxSeguici a img {
  font-size: 2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contatti .contattiContainerBox .contattiRight .contattiBoxSeguici a img:hover {
  opacity: 0.7;
}
/*BOX RICHIESTA--------------------------------------------------------------------------------------------------------*/
.boxRichiesta {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.boxRichiesta input[type=text],
.boxRichiesta input[type=email],
.boxRichiesta input[type=number],
.boxRichiesta textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.boxRichiesta .boxRichiestaContainer {
  width: 980px;
  height: 135px;
  margin: 0 auto;
  position: absolute;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  bottom: -40px;
  z-index: 999;
  left: 0;
  right: 0;
  background-color: #162B2B;
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
}
.boxRichiesta .boxRichiestaContainer a {
  float: left;
  width: 16%;
  display: block;
  margin-top: 35px;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect {
  float: left;
  width: 81%;
  text-align: left;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect span {
  font-size: 0.6em;
  color: #B1B1B1;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaDate {
  float: left;
  width: 27%;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  height: 85px;
  background-image: url('../Gfx/select.svg');
  background-repeat: no-repeat;
  background-position: top 39px right 40px;
  margin: 25px 0;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaDate input[type=text] {
  display: block;
  width: 0px;
  height: 0px;
  opacity: 0;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaDate .data {
  margin: auto;
  width: 130px;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaDate .data b {
  font-size: 0.7em;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 50px;
  margin-top: 23px;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaDate .data span {
  font-size: 2.6em;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaPersone {
  float: left;
  width: 23%;
  height: 85px;
  padding-left: 1px;
  box-sizing: border-box;
  margin: 25px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaPersone input {
  border: none;
  height: 65px;
  font-size: 2.6em;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  width: 80%;
  margin: 2px auto 0 auto;
  text-align: center;
  display: block;
  background-color: #162B2B;
}
.boxRichiesta .boxRichiestaContainer .boxRichiestaSelect .boxRichiestaPersone2 {
  border-right: none;
}
.buttonsRichiesta {
  display: none;
}
/*RICHIESTA --------------------------------------------------------------------------------------------------------*/
.richiesta {
  background: #f8f5f0;
  background: linear-gradient(0deg, #f8f5f0 45%, #ffffff 45%);
}
.richiesta .title {
  margin-bottom: 3em;
}
.richiesta .title h2 {
  margin-bottom: 1em;
}
.richiestaForm {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5em 3em;
  background-color: #162B2B;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.richiestaForm .richiestaTb {
  display: inline-block;
  margin: 0 1%;
  position: relative;
  vertical-align: middle;
}
.richiestaForm .richiestaTb1 {
  width: 96%;
}
.richiestaForm .richiestaTb2 {
  width: 46.5%;
}
.richiestaForm .richiestaTb3 {
  width: 30%;
}
.richiestaForm .richiestaTb4 {
  width: 22%;
}
.richiestaForm .richiestaCb {
  width: 95%;
  margin: 0 1%;
  display: inline-block;
  text-align: left;
  margin-top: 0.3em;
}
.richiestaForm .richiestaCb input {
  display: inline-block;
  vertical-align: middle;
}
.richiestaForm .richiestaCb label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7em;
  color: #FFFFFF;
  width: calc(100% - 3em);
  line-height: 1.1;
  margin-left: 9px;
}
.richiestaForm .richiestaCb label a {
  color: #FFFFFF;
  text-decoration: underline;
}
.richiestaForm .richiestaCb label a:hover {
  color: #FFFFFF;
}
.richiestaForm .richiestaPrivacy {
  display: none;
}
.richiestaForm .richiestaInvia {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 50px auto 0 auto;
}
.richiestaForm .required {
  position: absolute;
  top: 43%;
  left: 9px;
  transform: translateY(-50%);
  color: #ff0000;
  z-index: 999;
}
.richiestaForm .obbligatorio {
  color: #FFFFFF !important;
  right: 10px;
  z-index: 999;
  line-height: 1.8;
  background-color: #ff0000;
  padding: 30px;
  width: 30%;
  margin: 30px auto 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.richiestaForm .obbligatorioPrivacy {
  color: #FFFFFF !important;
  z-index: 999;
  line-height: 1.8;
  background-color: #ff0000;
  padding: 5px 20px;
  margin: 30px auto 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.richiestaForm .obbligatorioPrivacy span {
  font-size: 0.8em;
  display: block;
}
.richiestaForm .richeistaLabel {
  position: relative;
  display: inline-block;
  width: 100%;
}
.richiestaForm .richeistaLabel input,
.richiestaForm .richeistaLabel select,
.richiestaForm .richeistaLabel textarea {
  font-size: 0.8em;
  color: #FFFFFF;
  font-weight: 400;
  display: block;
  background-color: transparent;
  border: solid 1px #FFFFFF;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  padding: 0 1.3em;
  width: 100%;
  height: 60px;
  margin-bottom: 1.5em;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Raleway", sans-serif;
  -webkit-appearance: none;
}
.richiestaForm .richeistaLabel input::-webkit-input-placeholder,
.richiestaForm .richeistaLabel select::-webkit-input-placeholder,
.richiestaForm .richeistaLabel textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 400;
}
.richiestaForm .richeistaLabel input:-ms-input-placeholder,
.richiestaForm .richeistaLabel select:-ms-input-placeholder,
.richiestaForm .richeistaLabel textarea:-ms-input-placeholder {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 400;
}
.richiestaForm .richeistaLabel input:-ms-input-placeholder,
.richiestaForm .richeistaLabel select:-ms-input-placeholder,
.richiestaForm .richeistaLabel textarea:-ms-input-placeholder {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 400;
}
.richiestaForm .richeistaLabel input::placeholder,
.richiestaForm .richeistaLabel select::placeholder,
.richiestaForm .richeistaLabel textarea::placeholder {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 400;
}
.richiestaForm .richeistaLabel input:focus,
.richiestaForm .richeistaLabel select:focus,
.richiestaForm .richeistaLabel textarea:focus {
  padding-top: 27px;
  padding-bottom: 11px;
  border-bottom: solid 1px #F8F5F0;
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
}
.richiestaForm .richeistaLabel input:focus::-webkit-input-placeholder,
.richiestaForm .richeistaLabel select:focus::-webkit-input-placeholder,
.richiestaForm .richeistaLabel textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel input:focus:-ms-input-placeholder,
.richiestaForm .richeistaLabel select:focus:-ms-input-placeholder,
.richiestaForm .richeistaLabel textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel input::-ms-input-placeholder,
.richiestaForm .richeistaLabel select::-ms-input-placeholder,
.richiestaForm .richeistaLabel textarea::-ms-input-placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel input:focus::placeholder,
.richiestaForm .richeistaLabel select:focus::placeholder,
.richiestaForm .richeistaLabel textarea:focus::placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel input:focus + span,
.richiestaForm .richeistaLabel select:focus + span,
.richiestaForm .richeistaLabel textarea:focus + span {
  opacity: 1;
  top: 10px;
}
.richiestaForm .richeistaLabel textarea {
  height: 170px;
  margin-top: 0;
  padding-top: 1.3em;
}
.richiestaForm .richeistaLabel textarea:focus {
  padding-top: 1.3em;
  padding-bottom: 15px;
}
.richiestaForm .richeistaLabel .populated {
  padding-top: 27px;
  padding-bottom: 11px;
}
.richiestaForm .richeistaLabel .populated::-webkit-input-placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel .populated:-ms-input-placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel .populated::-ms-input-placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel .populated::placeholder {
  color: transparent;
}
.richiestaForm .richeistaLabel .populated + span {
  opacity: 1;
  top: 10px;
}
.richiestaForm .richeistaLabel .richiestaSpan {
  color: #F8F5F0 !important;
  font-size: 0.7em !important;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 1.5em;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.richiestaForm .tbDataPartenza {
  background-image: url('../Gfx/calendar.svg');
  background-repeat: no-repeat;
  background-position: center right 0.9em;
}
.richiestaForm .tbDataArrivo {
  background-image: url('../Gfx/calendar.svg');
  background-repeat: no-repeat;
  background-position: center right 0.9em;
}
.richiestaForm .tbTipologia {
  background-image: url('../Gfx/select.svg');
  background-repeat: no-repeat;
  background-position: center right 0.9em;
  -webkit-appearance: none;
}
.richiestaForm .tbTipologia option {
  color: #162B2B;
}
.richiestaForm .errorValidation {
  border: 2px solid #ff0000 !important;
  border-radius: 5px;
}
.grazie {
  padding: 50px 30px !important;
  text-align: center !important;
  background-color: #B1B1B1;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1.2;
}
.grazie h2 {
  font-size: 33px;
  color: #162B2B;
  font-family: "Playfair Display", serif;
  margin-bottom: 19px;
}
.grazie h3 {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  margin-bottom: 30px;
}
/*FOOTER INFO --------------------------------------------------------------------------------------------------------*/
.footerInfo {
  padding: 2.6em 0;
  width: 100%;
  background-color: #F8F5F0;
  font-size: 0.8em;
  color: #162B2B;
}
.footerInfo a {
  color: #162B2B;
}
.footerInfo a:hover {
  text-decoration: underline;
}
.footerInfo .footerInfoLeft {
  float: left;
}
.footerInfo .footerInfoRight {
  float: right;
}
.footerInfo .footerSep {
  margin: 0 5px;
}
/*PRIVACY COOKIE--------------------------------------------------------------------------------------------------------*/
.privacy_info {
  text-align: left !important;
  display: none;
  font-size: 15px;
  line-height: 1.3;
  width: 70%;
  padding: 75px !important;
  font-family: "Raleway", sans-serif;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.privacy_info p {
  font-size: 1em;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  text-align: justify;
  text-justify: inter-character;
}
.privacy_info h3 {
  font-size: 2em !important;
  margin-bottom: 0.3em;
  font-family: "Playfair Display", serif;
}
.privacy_info h4 {
  font-size: 1em !important;
  margin-bottom: 0.7em;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.privacy_info b {
  font-size: 1.3em !important;
  display: block;
  margin-bottom: 0.7em;
  margin-top: 1.2em;
}
.privacy_info a {
  color: #162B2B;
  font-weight: 700;
  text-decoration: underline;
}
.privacy_info table {
  margin: 0.7em 0;
}
.privacy_info table th {
  border: 1px solid #162B2B !important;
  font-weight: 600;
  padding: 5px;
}
.privacy_info table td {
  padding: 5px;
  border: 1px solid #162B2B !important;
}
.bannerCookie {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 1em 2%;
  z-index: 999999 !important;
  font-size: 0.8em;
  -webkit-text-size-adjust: none;
  -webkit-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 22px 0 rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
}
.bannerCookie a {
  color: #162B2B;
  font-weight: bold;
}
.bannerCookie a:hover {
  color: #162B2B;
}
.bannerCookie .bannerCookieClose {
  background-color: #162B2B;
  padding: 5px;
  border-radius: 3px;
  color: #FFFFFF !important;
  margin-left: 20px;
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
}
.bannerCookie .bannerCookieClose:hover {
  background-color: #162B2B;
}
.pOffTesto a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}
.nessuno {
  text-align: center;
  padding: 90px;
  font-size: 25px;
  font-weight: 700;
}