@charset "UTF-8";
/* VARIABILI NON BOOTSTRAP */
/* VARIABILI BOOTSTRAP */
/* NB: gli import vanno messi dopo i colori ma prima della griglia */
@keyframes shake_vertically {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -5px); }
  75% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0); } }
/*** ELEMENTI PRINCIPALI ***/
body {
  background: #f9f1e1;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767.98px) {
    body {
      font-size: 24px;
      line-height: 32px; } }
  @media (max-width: 419.98px) {
    body {
      font-size: 20px;
      line-height: 28px; } }

body.dove-siamo, body.lage, body.arrival {
  background-color: #c94a3d; }
  body.dove-siamo div, body.dove-siamo h1, body.lage div, body.lage h1, body.arrival div, body.arrival h1 {
    color: white; }
  body.dove-siamo #footer-cols, body.lage #footer-cols, body.arrival #footer-cols {
    display: none; }
  body.dove-siamo #footer, body.dove-siamo #footer #footer-bottom, body.lage #footer, body.lage #footer #footer-bottom, body.arrival #footer, body.arrival #footer #footer-bottom {
    margin-top: 0; }

@media (max-width: 1599.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px; }
    .container .row {
      margin-left: -30px;
      margin-right: -30px; }
      .container .row .col-1, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col, .container .row .col-auto, .container .row .col-sm-1, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm, .container .row .col-sm-auto, .container .row .col-md-1, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md, .container .row .col-md-auto, .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg, .container .row .col-lg-auto, .container .row .col-xl-1, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl, .container .row .col-xl-auto, .container .row .col-xxl-1, .container .row .col-xxl-2, .container .row .col-xxl-3, .container .row .col-xxl-4, .container .row .col-xxl-5, .container .row .col-xxl-6, .container .row .col-xxl-7, .container .row .col-xxl-8, .container .row .col-xxl-9, .container .row .col-xxl-10, .container .row .col-xxl-11, .container .row .col-xxl-12, .container .row .col-xxl, .container .row .col-xxl-auto {
        padding-right: 30px;
        padding-left: 30px; } }

/*** STILI GENERALI ***/
p:empty:before {
  content: "\00a0";
  /* aggiungo &nbsp; dove ci sono paragrafi vuoti */ }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

.box {
  padding: 10px;
  position: relative; }

.box-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block; }

.grey-box {
  background-color: #ced4da; }

.red-box {
  background-color: #c94a3d;
  color: white; }

.box-frame {
  border: 1px solid #f8f8f8;
  height: 100%; }

.white-frame {
  border-color: rgba(255, 255, 255, 0.5); }

.back-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.back-img-contain {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.stripe {
  padding-bottom: 60px;
  padding-top: 50px; }

/* STILI GENERALI: form */
.form-control {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 10px;
  width: 100%;
  color: #000; }

.form-group {
  margin-bottom: 10px; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: black; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: black; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: black; }

label {
  display: block;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
  font-weight: 500; }

select {
  background-color: white;
  font-family: inherit;
  border: 0px solid #cccccc;
  border-radius: 0px;
  box-shadow: none;
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 40px;
  width: 100%; }

.select-group:after {
  content: url(/img/select-arrows.png);
  /* @media all and (-webkit-min-device-pixel-ratio: 1.5) {
      content: url(/img/select-arrows@2x.png); 
  }  */
  line-height: 58px;
  color: #aaa;
  right: 18px;
  top: 24px;
  position: absolute;
  pointer-events: none;
  cursor: pointer; }

.select-group.select-eta:after {
  right: 18px;
  top: -5px; }

.select-group:before {
  content: '';
  right: 7px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-left: 0px solid #ccc;
  position: absolute;
  display: block;
  pointer-events: none;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .select-group:before {
      width: 30px; } }
  @media (max-width: 419.98px) {
    .select-group:before {
      bottom: 0; } }

textarea.form-control {
  height: 40px; }

input[type="checkbox"] {
  background-color: white;
  border: none;
  height: 20px;
  margin: 0 4px 0 0;
  padding: 0;
  width: 20px; }

.styled-cbx {
  float: left;
  margin-top: 3px; }
  .styled-cbx input[type="checkbox"] {
    -moz-appearance: none !important;
    display: none !important; }
  .styled-cbx input[type="checkbox"] + .check-img {
    background: white;
    cursor: pointer;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;*/
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    border: 1px solid #ABB0B2; }
    .styled-cbx input[type="checkbox"] + .check-img span {
      display: none;
      font-size: 0.9rem;
      top: -2px;
      right: -2px; }
  .styled-cbx input[type="checkbox"]:checked + .check-img {
    height: 20px;
    width: 20px; }
    .styled-cbx input[type="checkbox"]:checked + .check-img span {
      display: inline; }

/* STILI GENERALI: slider */
.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden; }

.slick-slide {
  -webkit-backface-visibility: hidden; }

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 419.98px) {
    .slick-dots {
      bottom: 15px; } }
  .slick-dots li {
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    width: 12px;
    height: 12px;
    background: white; }
    @media (max-width: 419.98px) {
      .slick-dots li {
        width: 10px;
        height: 10px; } }
    .slick-dots li + li {
      margin-left: 10px; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      background: #c94a3d; }

.page-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5.05rem;
  font-family: "Amatic SC", cursive;
  font-weight: bold;
  cursor: pointer; }
.page-gallery .slick-prev {
  left: -80px; }
.page-gallery .slick-next {
  right: -80px; }

/* STILI GENERALI: BOX HOME */
#box-home {
  margin-bottom: 55px; }
  #box-home .box {
    height: 100%;
    padding-bottom: 45px; }
    @media (max-width: 991.98px) {
      #box-home .box {
        max-width: 335px;
        margin: 0 auto; } }
  @media (max-width: 991.98px) {
    #box-home .col {
      margin-bottom: 45px; } }
  #box-home .pic {
    border-radius: 50%;
    margin-bottom: 40px;
    overflow: hidden; }
  #box-home h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    background: url(/img/black_dots.png) no-repeat center bottom;
    background-size: 54px;
    padding-bottom: 10px;
    letter-spacing: 2px; }
    @media (max-width: 767.98px) {
      #box-home h2 {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 419.98px) {
      #box-home h2 {
        font-size: 20px;
        line-height: 28px; } }
  #box-home .subtitle {
    margin-bottom: 20px; }
  #box-home .bottone-rosso-piccolo {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

/*** HEADER ***/
#header {
  z-index: 2;
  position: relative; }
  #header #menu-cont {
    background: #fff; }
    #header #menu-cont.fixed-top {
      position: fixed;
      z-index: 1030;
      background: #fff; }
      #header #menu-cont.fixed-top .navbar {
        padding: 0; }
        #header #menu-cont.fixed-top .navbar h1 {
          line-height: 46px;
          height: 46px; }
        #header #menu-cont.fixed-top .navbar .navbar-brand {
          display: block;
          margin-bottom: 5px; }
          #header #menu-cont.fixed-top .navbar .navbar-brand img {
            max-height: 46px;
            width: auto; }
        #header #menu-cont.fixed-top .navbar #logo-cont {
          padding: 20px 0 15px; }
        #header #menu-cont.fixed-top .navbar .header-menu #menu-desktop .nav-link {
          padding-top: 22px;
          padding-bottom: 21px;
          font-size: 14px; }
          #header #menu-cont.fixed-top .navbar .header-menu #menu-desktop .nav-link:hover, #header #menu-cont.fixed-top .navbar .header-menu #menu-desktop .nav-link[aria-expanded=true] {
            padding-bottom: 21px; }
        #header #menu-cont.fixed-top .navbar .header-menu.menu-languages ul {
          font-size: 13px;
          margin-top: 22px;
          margin-bottom: 21px; }
        #header #menu-cont.fixed-top .navbar #collapsibleNavbar {
          padding-top: 100px; }
        #header #menu-cont.fixed-top .navbar .navbar-toggler-icon {
          background-size: 30px; }
  @media (min-width: 1600px) {
    #header #menu-wrapper {
      padding: 0 30px; } }
  #header .header-top {
    background-color: #f8f8f8;
    padding: 5px 0; }
    #header .header-top .col:first-child {
      padding-right: 0; }
    #header .header-top .col:last-child {
      padding-left: 0; }
  #header .navbar {
    padding: 35px 0;
    background: white;
    /* HEADER: menu-lingue */
    /* MENU' MOBILE */ }
    @media (max-width: 1199.98px) {
      #header .navbar {
        padding: 24px 0; } }
    @media (max-width: 991.98px) {
      #header .navbar {
        border-radius: 0;
        top: 0;
        margin-left: 0;
        margin-right: 0;
        background: #fff;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    #header .navbar .navbar-brand {
      padding: 0;
      margin-right: 35px; }
      @media (max-width: 991.98px) {
        #header .navbar .navbar-brand {
          margin-right: 0;
          display: block;
          margin-bottom: 10px; } }
      @media (max-width: 575.98px) {
        #header .navbar .navbar-brand {
          max-width: 77%; } }
      @media (max-width: 419.98px) {
        #header .navbar .navbar-brand {
          margin-right: 0; } }
      #header .navbar .navbar-brand img {
        margin: auto;
        display: block;
        width: 240px; }
        @media (max-width: 1199.98px) {
          #header .navbar .navbar-brand img {
            width: 215px; } }
    #header .navbar h1 {
      display: block;
      margin-bottom: 0;
      line-height: 88px;
      height: 88px; }
      @media (max-width: 419.98px) {
        #header .navbar h1 {
          max-width: 77%;
          margin-left: auto;
          margin-right: auto; }
          #header .navbar h1 .navbar-brand {
            max-width: 100%; } }
    #header .navbar .header-menu {
      /* MENU' regole sia desktop che mobile */
      /* MENU' DESKTOP */ }
      #header .navbar .header-menu .navbar-nav {
        /*-ms-flex-pack: distribute !important;
        justify-content: space-around !important;*/
        justify-content: flex-end !important;
        width: 100%; }
      @media (min-width: 992px) {
        #header .navbar .header-menu.navbar-collapse {
          display: block !important; } }
      #header .navbar .header-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #000;
        font-family: "Raleway", sans-serif;
        font-size: 1.25rem;
        line-height: 1.4;
        font-weight: 400;
        text-align: center;
        font-size: 1rem; }
        @media (max-width: 767.98px) {
          #header .navbar .header-menu ul {
            font-size: 24px;
            line-height: 32px; } }
        @media (max-width: 419.98px) {
          #header .navbar .header-menu ul {
            font-size: 20px;
            line-height: 28px; } }
        @media (max-width: 1599.98px) {
          #header .navbar .header-menu ul {
            font-size: 0.92rem; } }
      #header .navbar .header-menu li {
        background: none;
        display: inline-block;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-transform: lowercase; }
        @media (max-width: 1199.98px) {
          #header .navbar .header-menu li {
            font-size: 16px; } }
        #header .navbar .header-menu li a, #header .navbar .header-menu li span {
          padding-left: 15px;
          padding-right: 15px; }
          @media (max-width: 991.98px) {
            #header .navbar .header-menu li a, #header .navbar .header-menu li span {
              display: inline-block;
              padding-top: 5px;
              padding-bottom: 0px;
              margin-bottom: 10px; } }
        #header .navbar .header-menu li a {
          color: #c94a3d; }
        #header .navbar .header-menu li.active a {
          color: black; }
        #header .navbar .header-menu li .nav-link {
          border-bottom: 2px solid transparent; }
        #header .navbar .header-menu li a:hover,
        #header .navbar .header-menu li a[aria-expanded=true] {
          color: #c94a3d; }
        #header .navbar .header-menu li .caret {
          padding: 0 5px;
          vertical-align: -1px;
          margin: 0; }
        #header .navbar .header-menu li .caret:before {
          content: "\f107";
          font-family: FontAwesome;
          display: inline-block; }
        #header .navbar .header-menu li .nav-link:hover, #header .navbar .header-menu li.hover .nav-link,
        #header .navbar .header-menu li .nav-link[aria-expanded=true] {
          border-bottom: 2px solid #c94a3d;
          color: #c94a3d; }
          #header .navbar .header-menu li .nav-link:hover .caret:before, #header .navbar .header-menu li.hover .nav-link .caret:before,
          #header .navbar .header-menu li .nav-link[aria-expanded=true] .caret:before {
            transform: rotate(180deg);
            transition: transform .3s;
            color: #c94a3d; }
      #header .navbar .header-menu .dropdown-toggle::after {
        border: none; }
      #header .navbar .header-menu .dropdown-menu {
        border-radius: 0px;
        border: none; }
      @media (min-width: 992px) {
        #header .navbar .header-menu #menu-mobile li + li {
          background: url(/img/black_dot_menu.png) no-repeat left 23px;
          background-size: 3px; } }
    #header .navbar .menu-languages li + li::before {
      content: "/";
      color: #c94a3d; }
    @media (max-width: 991.98px) {
      #header .navbar #menu-cont {
        position: static;
        padding-left: 0;
        padding-right: 0; }
      #header .navbar #logo-cont {
        width: 100%;
        z-index: 3;
        position: relative;
        background: white;
        padding: 10px 0 10px; }
      #header .navbar #collapsibleNavbar {
        position: absolute;
        z-index: 2;
        box-sizing: border-box;
        min-height: 100vh;
        width: 0;
        text-align: center;
        overflow-x: hidden;
        overflow-y: hidden;
        pointer-events: none;
        top: 0px;
        padding-top: 160px;
        right: 0;
        bottom: 0;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        /* display: -webkit-flex; */
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        background: transparent;
        color: #096cb4; }
        #header .navbar #collapsibleNavbar #overlay-nav {
          height: 100%;
          text-align: center;
          opacity: 1;
          /*-webkit-transition: opacity 100ms linear;
          -moz-transition: opacity 100ms linear;
          -ms-transition: opacity 100ms linear;
          -o-transition: opacity 100ms linear;
          transition: opacity 100ms linear;*/
          margin: 30px auto 0;
          -webkit-transition-delay: 100ms;
          -moz-transition-delay: 100ms;
          -o-transition-delay: 100ms;
          transition-delay: 100ms; }
        #header .navbar #collapsibleNavbar #overlay-nav-wrapper {
          margin: auto;
          opacity: 0;
          -webkit-transition: opacity 100ms linear;
          -moz-transition: opacity 100ms linear;
          -ms-transition: opacity 100ms linear;
          -o-transition: opacity 100ms linear;
          transition: opacity 100ms linear; }
        #header .navbar #collapsibleNavbar.show {
          overflow: hidden;
          background: white;
          overflow-y: scroll;
          visibility: visible;
          pointer-events: auto;
          opacity: 1;
          width: 100%;
          left: 0;
          /*-webkit-transition: left 0ms linear 100ms;
          -moz-transition: left 0ms linear 100ms;
          -ms-transition: left 0ms linear 100ms;
          -o-transition: left 0ms linear 100ms;
          transition: left 0ms linear 100ms;*/
          -webkit-transition: background-color 100ms linear;
          -moz-transition: background-color 100ms linear;
          -ms-transition: background-color 100ms linear;
          -o-transition: background-color 100ms linear;
          transition: background-color 100ms linear; }
          #header .navbar #collapsibleNavbar.show #overlay-nav-wrapper {
            opacity: 1; }
        #header .navbar #collapsibleNavbar #menu-mobile > .nav-item {
          margin-bottom: 5px; }
          #header .navbar #collapsibleNavbar #menu-mobile > .nav-item > .nav-link {
            font-size: 1.15rem;
            padding-left: 0;
            padding-right: 0;
            color: #c94a3d;
            margin-bottom: 0;
            padding-bottom: 5px; }
          #header .navbar #collapsibleNavbar #menu-mobile > .nav-item.active {
            background: #c94a3d;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 20px; }
            #header .navbar #collapsibleNavbar #menu-mobile > .nav-item.active > .nav-link {
              color: white; }
        #header .navbar #collapsibleNavbar .dropdown-menu {
          background: #f8f8f8;
          padding: 15px;
          margin-bottom: 15px; }
          #header .navbar #collapsibleNavbar .dropdown-menu li {
            display: block;
            text-align: center;
            font-size: 0.85rem; }
          #header .navbar #collapsibleNavbar .dropdown-menu a {
            padding-top: 0; }
        #header .navbar #collapsibleNavbar .dropdown-toggle {
          margin-left: 22px; }
      #header .navbar .navbar-brand {
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto; }
      #header .navbar .navbar-toggler {
        display: inline-block;
        border-width: 0px;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        outline: none; }
      #header .navbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        max-width: 100%;
        background-size: 45px; } }
    @media (min-width: 992px) {
      #header .navbar .menu-languages ul {
        padding-left: 50px;
        border-bottom: 2px solid transparent;
        margin-top: 33px;
        margin-bottom: 33px; } }
    #header .navbar .menu-languages ul li a, #header .navbar .menu-languages ul li span {
      padding-left: 7px;
      padding-right: 7px; }
      @media (min-width: 992px) {
        #header .navbar .menu-languages ul li a, #header .navbar .menu-languages ul li span {
          display: inline-block; } }
      @media (max-width: 991.98px) {
        #header .navbar .menu-languages ul li a, #header .navbar .menu-languages ul li span {
          font-size: 1.15rem; } }
    @media (max-width: 991.98px) {
      #header .navbar .menu-languages ul li a {
        color: #c94a3d; } }
  @media (max-width: 991.98px) {
    #header #menu-cont {
      padding-left: 0;
      padding-right: 0; }
    #header #menu-wrapper {
      padding-left: 0;
      padding-right: 0; } }
  #header #menu-rx {
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      #header #menu-rx {
        margin-top: 5px; } }
    @media (max-width: 419.98px) {
      #header #menu-rx {
        max-width: 15%; } }

/*** CONTENT ***/
.fiori {
  background-repeat: no-repeat; }

.prezzi,
.preise,
.rates {
  background-color: #e7e6d6; }
  .prezzi .fiori,
  .preise .fiori,
  .rates .fiori {
    background-image: url(/img/inticafiore4.svg);
    background-position: left 20px bottom 170px;
    background-size: 30%; }

.richiesta .fiori,
.request .fiori,
.anfrage .fiori {
  background-image: url(/img/inticafiore6.svg);
  background-position: right 20px top 170px;
  background-size: 36%; }

#content {
  padding-top: 80px;
  padding-bottom: 60px; }

.paragrafo {
  /* da sistemare alla prima occasione nello standard */ }
  .paragrafo .text-block {
    padding-top: 30px;
    padding-bottom: 40px; }
    .paragrafo .text-block header {
      color: #c94a3d; }
      .paragrafo .text-block header h2 {
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 15px; }
    .paragrafo .text-block .text,
    .paragrafo .text-block .full-text {
      line-height: 25px;
      margin-bottom: 15px; }
    .paragrafo .text-block .full-text {
      display: none; }
    .paragrafo .text-block .button-cont {
      margin: 30px 0; }
    .paragrafo .text-block .chiudi {
      display: none; }

/*** BOX-HOME ***/
.box .box-pic {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 1s cubic-bezier(0.24, 0.63, 0.5, 0.99); }

/***** Object animation *****/
.animated {
  transform: translateY(150px);
  animation: animated 0.8s ease forwards; }

.col:nth-child(odd) .animated {
  animation-duration: 0.6s;
  /* So they look staggered */ }

@keyframes animated {
  to {
    transform: translateY(0); } }
/*** ALLEGATI ***/
#attachments .title {
  text-transform: uppercase;
  font-weight: bold; }
#attachments .text {
  padding-left: 16px; }

/***  APPARTAMENTI ***/
#appartamenti .bottoni {
  margin: 60px 0 30px; }

.appartamenti-sottotitolo {
  margin-bottom: 50px; }

/*** GALLERY APPARTAMENTI ***/
#myGallery > div + div {
  display: none; }

#myGallery.slick-inizialized > div + div {
  display: block; }

#myGallery .slick-track,
#myGallery .slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden; }
#myGallery slick-slide {
  -webkit-backface-visibility: hidden; }
#myGallery .slide-img-cont {
  position: relative; }
#myGallery .caption-cont {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767.98px) {
    #myGallery .caption-cont {
      top: 4%; } }
#myGallery .caption {
  color: white; }
  #myGallery .caption.hidden {
    display: none; }
  #myGallery .caption * {
    color: white; }
#myGallery .caption-title {
  font-size: 2.5rem;
  font-weight: 600;
  animation-duration: 3s; }
  @media (max-width: 1199.98px) {
    #myGallery .caption-title {
      font-size: 2rem; } }
  @media (max-width: 419.98px) {
    #myGallery .caption-title {
      font-size: 1.5rem; } }
#myGallery .caption-subtitle {
  animation-duration: 3s;
  animation-delay: 1.0s;
  font-size: 1.4rem;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    #myGallery .caption-subtitle {
      font-size: 0.9rem; } }

/*** PREZZI ***/
#prezzi .titoletto {
  text-transform: unset;
  text-align: left;
  letter-spacing: unset; }
#prezzi ul {
  text-align: left; }

#tabella-prezzi {
  background: #fff;
  padding: 60px 40px;
  margin-bottom: 70px; }
  #tabella-prezzi h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-transform: unset;
    margin-bottom: 50px;
    text-align: left; }
  #tabella-prezzi P {
    text-align: left;
    font-size: 16px; }
  #tabella-prezzi .tabella-prezzi-cont {
    overflow-x: scroll; }
  #tabella-prezzi table {
    margin: 20px 0 0; }
    #tabella-prezzi table thead {
      background: #c51818;
      color: #fff; }
      #tabella-prezzi table thead th {
        font-weight: 400;
        padding: 10px 10px 40px;
        font-size: 16px;
        vertical-align: top; }
      #tabella-prezzi table thead th.prezzi-settimana-bianca {
        min-width: 155px; }
    #tabella-prezzi table td {
      font-size: 16px;
      padding: 10px 10px 40px; }
    #tabella-prezzi table tbody tr {
      color: #000; }
    #tabella-prezzi table tbody tr:nth-child(2n) {
      background: #c51818;
      color: #fff; }

/*** DOVE SIAMO ***/
.dove-siamo #content {
  padding-top: 0px;
  padding-bottom: 0px; }
  .dove-siamo #content .row {
    margin-right: 0;
    margin-left: 0; }
    .dove-siamo #content .row .col.col-12 {
      padding-right: 0;
      padding-left: 0; }
  .dove-siamo #content .dove-siamo-text {
    padding: 80px; }
  .dove-siamo #content .social {
    margin-top: 40px; }
    .dove-siamo #content .social ul li {
      display: inline-block;
      margin-right: 8px; }
.dove-siamo #footer {
  padding-top: 0px; }

/*** FORM CONTATTI ***/
#form-richiesta-prezzi-wrapper {
  background-color: #f9f1e1;
  background-image: url(/img/inticafiore6.svg);
  background-position: right 20px top 170px;
  background-size: 36%;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 50px; }

.form-title {
  color: #fff;
  text-align: center; }

#form-contatti {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 80px;
  overflow: visible;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  max-width: 600px; }
  #form-contatti textarea.form-control {
    height: 150px; }
  @media (min-width: 768px) {
    #form-contatti .row {
      margin-left: -7px;
      margin-right: -7px; }
    #form-contatti .col {
      padding: 0 7px; } }
  #form-contatti ul {
    border-top: 1px solid #E6E6E6; }
  #form-contatti #calendar img {
    float: left;
    margin-bottom: 15px;
    margin-top: 2px; }
  #form-contatti .bottone-rosso {
    color: white; }
    @media (min-width: 768px) {
      #form-contatti .bottone-rosso {
        margin-left: 25px; } }
  #form-contatti .errors {
    color: #C60F13; }
  #form-contatti .compulsory {
    margin-bottom: 17px;
    padding-left: 25px; }
  #form-contatti #contatti_privacy {
    margin: 0 10px 12px;
    float: left; }
  #form-contatti #privacy_popup_link {
    text-transform: none;
    line-height: 1.25;
    color: #000; }
  #form-contatti .check-group .field_label {
    line-height: 1.25; }

/*** GOOGLE MAP ***/
#mappa {
  width: 100%;
  height: 185px;
  margin: 0 auto;
  font-family: Raleway, sans-serif; }
  #mappa a {
    color: #1155CC; }
  #mappa a:hover {
    text-decoration: underline; }
  #mappa p {
    font-family: Raleway, sans-serif;
    line-height: 15px;
    font-size: 11px; }
  #mappa img {
    max-width: none; }

#gmap-info hr {
  margin: 4px 0; }

/*** FOOTER ***/
#cookieChoiceInfo a {
  color: #EAAE2A; }

#footer {
  background-color: #c94a3d;
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 28px; }
  @media (max-width: 767.98px) {
    #footer {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 419.98px) {
    #footer {
      font-size: 17px;
      line-height: 25px; } }
  #footer p {
    color: #f9f1e1;
    text-align: left; }
  #footer #footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #fff; }
    #footer #footer-bottom p {
      text-align: center;
      font-size: 18px; }
      @media (max-width: 767.98px) {
        #footer #footer-bottom p {
          font-size: 16px; } }
      @media (max-width: 419.98px) {
        #footer #footer-bottom p {
          font-size: 15px; } }
  #footer a {
    color: white; }

.scrollToTop {
  display: none;
  font-weight: bold;
  height: 36px;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  top: 90.5%;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 555;
  border-radius: 18px;
  font-size: 22px; }
  @media (max-width: 419.98px) {
    .scrollToTop {
      right: 14px; } }

.scrollToTop span {
  font-size: 18px;
  margin: 0 6px;
  color: #fff;
  top: 7px; }

/*** RESPONSIVE ***/
/* Container box-home e header più grande */
@media only screen and (min-width: 1714px) {
  .container-large {
    max-width: 1714px; } }
@media only screen and (max-width: 1713px) {
  .container-large {
    max-width: 100%; } }

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