/* VARIABILI NON BOOTSTRAP */
/* VARIABILI BOOTSTRAP */
/*$primary:       $verde-scuro;*/
@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: #fff;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    body {
      font-size: 0.9rem; } }
  @media (max-width: 419.98px) {
    body {
      font-size: 0.86rem; } }

@media (max-width: 1199.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; } }

@media (max-width: 1199.98px) {
  .ext-container {
    margin-top: 5vw; } }
@media (max-width: 767.98px) {
  .ext-container {
    margin-top: 10vw; } }

#main-container {
  padding-top: 30px;
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    #main-container {
      padding-top: 16px; } }

/*** STILI GENERALI ***/
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 2rem; } }
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.5rem; } }

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

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

.box {
  position: relative; }

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

.blue-bg {
  background-color: #096cb4; }

.azzurro-bg {
  background-color: #0a97de;
  color: white; }

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

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

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

.box-frame {
  border: 1px solid #f6f6f6;
  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; }

.disclaimer {
  margin-top: 30px; }

.didascalia {
  font-size: 12px; }

@media (min-width: 420px) {
  .btn + .btn {
    margin-left: 5px; } }
@media (min-width: 576px) {
  .btn + .btn {
    margin-left: 20px; } }
@media (min-width: 768px) {
  .btn + .btn {
    margin-left: 45px; } }

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden; }

.slick-slide {
  -webkit-backface-visibility: hidden;
  height: 100%;
  text-align: center; }
  .slick-slide img {
    height: 450px;
    margin: auto; }
    @media (max-width: 767.98px) {
      .slick-slide img {
        height: 160px; } }

/* STILI GENERALI: form */
.form-group {
  margin: 8px 0; }

.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; }

input[type="text"],
input[type="email"] {
  height: 33px;
  border-radius: 2px; }

input[type="text"],
input[type="email"],
textarea {
  -webkit-box-shadow: 0px 1px 2px #ddd inset;
  -moz-box-shadow: 0px 1px 2px #ddd inset;
  box-shadow: 0px 1px 2px #ddd inset; }

textarea {
  border-radius: 2px; }

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; }

.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: transparent;
    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: 18px;
    margin-right: 10px;
    vertical-align: middle;
    width: 18px;
    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: 18px;
    width: 18px; }
    .styled-cbx input[type="checkbox"]:checked + .check-img span {
      display: inline; }

.checkbox-group .field_label {
  display: block; }

@media (min-width: 992px) {
  .gray-form .form-col:first-child {
    padding-right: 7px; }
  .gray-form .form-col:last-child {
    padding-left: 7px; }
  .gray-form .form-col + .form-col:not(:last-child) {
    padding-right: 7px;
    padding-left: 7px; } }
.gray-form p, .gray-form input, .gray-form label {
  color: #666;
  font-size: 1rem; }
.gray-form label {
  font-weight: 600;
  font-size: 0.95rem;
  min-height: 33px;
  margin-bottom: 3px;
  display: block; }
.gray-form select,
.gray-form input[type="text"],
.gray-form input[type="email"],
.gray-form textarea {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  display: inline-block;
  background: white;
  border: 1px solid #ABB0B2; }
.gray-form select {
  height: 33px;
  padding-top: 0;
  padding-bottom: 0; }
.gray-form .check-img {
  min-height: 0 !important; }
.gray-form .checkbox-group label {
  font-weight: 300;
  margin-bottom: 0;
  min-height: 27px; }
.gray-form textarea {
  min-height: 95px; }

/* STILI GENERALI: colorbox */
#colorbox {
  max-width: 100%;
  overflow-x: auto; }

/*** HEADER ***/
#topbar {
  background: #096cb4;
  color: white;
  padding: 9px 0 10px; }
  @media (max-width: 991.98px) {
    #topbar {
      display: none; } }
  #topbar table {
    width: 100%; }
    #topbar table table {
      width: auto; }
      #topbar table table td:last-child {
        padding-right: 40px; }
      #topbar table table table td:first-child {
        text-align: center;
        padding-right: 10px; }
    #topbar table a {
      color: white; }
    #topbar table td {
      color: white;
      font-size: 0.8rem;
      font-weight: 400; }
  #topbar #topbar-whatsapp strong {
    color: #27b561;
    font-weight: 800; }
  #topbar #topbar-whatsapp td:first-child {
    text-align: center;
    padding-right: 10px; }
  #topbar #topbar-whatsapp td:last-child {
    padding-right: 0px; }

#header {
  z-index: 2;
  position: relative;
  background: #f6f6f6; }
  #header .header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 0.98rem;
    line-height: 1.55;
    font-weight: 300;
    font-size: 1rem; }
    @media (max-width: 767.98px) {
      #header .header-menu ul {
        font-size: 0.9rem; } }
    @media (max-width: 419.98px) {
      #header .header-menu ul {
        font-size: 0.86rem; } }
    @media (max-width: 1599.98px) {
      #header .header-menu ul {
        font-size: 0.9rem; } }
  #header .header-menu li {
    background: none; }
    #header .header-menu li a, #header .header-menu li span {
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: -1px;
      color: #4d4d4d;
      text-transform: uppercase;
      color: #096cb4;
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 991.98px) {
        #header .header-menu li a, #header .header-menu li span {
          display: inline-block;
          padding-top: 5px;
          padding-bottom: 0px;
          margin-bottom: 10px; } }
    #header .header-menu li a:hover {
      color: #27b561; }
    #header .header-menu li.active a {
      color: #27b561;
      border-bottom: 2px solid #27b561; }
  #header .navbar {
    padding: 30px 0 25px; }
    @media (min-width: 768px) {
      #header .navbar {
        margin-right: -30px; } }
    @media (max-width: 991.98px) {
      #header .navbar {
        position: fixed;
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
        padding: 20px 3vw 15px;
        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: 575.98px) {
        #header .navbar .navbar-brand {
          max-width: 77%; } }
      @media (max-width: 419.98px) {
        #header .navbar .navbar-brand {
          margin-right: 0; } }
    @media (max-width: 419.98px) {
      #header .navbar h1 {
        /*max-width: $logo-xs-max-width;*/
        text-align: left; }
        #header .navbar h1 .navbar-brand {
          max-width: 100%; } }
    #header .navbar .navbar-nav {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
      width: 100%; }
    @media (max-width: 991.98px) {
      #header .navbar #collapsibleNavbar {
        position: absolute;
        z-index: 9998;
        box-sizing: border-box;
        min-height: 100vh;
        width: 0;
        text-align: center;
        overflow-x: hidden;
        overflow-y: hidden;
        pointer-events: none;
        top: 79px;
        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 .navbar-toggler {
      float: right;
      border-width: 0px;
      max-width: 100%; }
    #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%; }
    #header .navbar #menu-close {
      position: absolute;
      right: 8px;
      top: 0;
      width: 50px;
      display: none;
      padding: 0.1rem 0.85rem; }
      @media (max-width: 767.98px) {
        #header .navbar #menu-close {
          top: 4px; } }
      @media (max-width: 419.98px) {
        #header .navbar #menu-close {
          max-width: 65%;
          padding: 0.1rem 0.5rem; } }
  #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 ***/
.paragrafo {
  /* da sistemare alla prima occasione nello standard */ }
  .paragrafo .text-block {
    padding-top: 30px;
    padding-bottom: 40px; }
    .paragrafo .text-block header {
      color: #dc3545; }
      .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; }

/*** LISTA VIAGGI ***/
#lista-viaggi {
  margin-top: 60px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    #lista-viaggi .row {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #ddd; }
    #lista-viaggi .row:first-child {
      margin-top: 0px;
      padding-top: 0px;
      border-top: 0px; } }
  @media (max-width: 1199.98px) {
    #lista-viaggi .row .col {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #ddd; }
    #lista-viaggi .row:first-child .col:first-child {
      margin-top: 0px;
      padding-top: 0px;
      border-top: 0px; } }
  #lista-viaggi .durata-viaggio-lista, #lista-viaggi .tappe-viaggio-lista, #lista-viaggi .prezzo-viaggo-lista {
    text-transform: uppercase; }
  #lista-viaggi .durata-viaggio-lista {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 22px;
    color: #999;
    padding-top: 5px; }
  #lista-viaggi .tappe-viaggio-lista {
    font-size: 11px;
    font-weight: normal;
    line-height: 22px;
    color: #888; }
  #lista-viaggi .titolo-viaggio-lista {
    font-size: 1.7rem;
    font-weight: 800; }
  #lista-viaggi .prezzo-viaggo-lista {
    font-weight: 600;
    font-size: 1.5rem;
    color: #0a97de; }
  @media (min-width: 992px) {
    #lista-viaggi .col {
      padding-left: 10px;
      padding-right: 10px; }
    #lista-viaggi .row {
      margin-left: -10px;
      margin-right: -10px; } }

/*** SCHEDA VIAGGIO ***/
.dettaglio-viaggio .titolo-bold {
  text-transform: none;
  margin-bottom: 1px;
  color: #096cb4;
  font-weight: 800; }
.dettaglio-viaggio .top-pic {
  position: relative;
  z-index: 1; }
  .dettaglio-viaggio .top-pic .over-texts {
    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;
    flex-direction: column;
    position: absolute;
    left: 17%;
    top: 10%;
    z-index: 5; }
    @media (max-width: 1599.98px) {
      .dettaglio-viaggio .top-pic .over-texts {
        left: 5%;
        top: 7%;
        width: 40%;
        min-width: 465px; } }
    @media (max-width: 1199.98px) {
      .dettaglio-viaggio .top-pic .over-texts {
        top: 12%; } }
    @media (max-width: 991.98px) {
      .dettaglio-viaggio .top-pic .over-texts {
        min-width: 0; } }
  .dettaglio-viaggio .top-pic #logo {
    margin-bottom: 20px;
    z-index: 5; }
  @media (max-width: 1199.98px) {
    .dettaglio-viaggio .top-pic .texts {
      display: none; } }
.dettaglio-viaggio #mobile-intro {
  width: 100vw;
  min-height: 100vh;
  z-index: 2;
  background: #096cb4; }
  .dettaglio-viaggio #mobile-intro .over-texts {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    color: white;
    padding: 20px; }
    .dettaglio-viaggio #mobile-intro .over-texts .titolo-bold {
      color: white; }
.dettaglio-viaggio #mob-intro-pic-cont {
  position: relative;
  z-index: 1; }
  .dettaglio-viaggio #mob-intro-pic-cont .blue-transp {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 23%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(9, 108, 180, 0) 0%, #096cb4 100%); }
.dettaglio-viaggio #mob-intro-container {
  z-index: 2;
  position: relative;
  margin-top: -2.9vh; }
.dettaglio-viaggio .mob-intro-text {
  color: white;
  text-align: center; }
.dettaglio-viaggio #mob-intro-descr {
  /* sottotitolo pagina viaggi */
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.35rem;
  color: #808080;
  color: white;
  line-height: 2;
  border-bottom: 1px solid white;
  padding-bottom: 2.5vh;
  font-size: 3.2vh; }
  @media (max-width: 419.98px) {
    .dettaglio-viaggio #mob-intro-descr {
      line-height: 1.7;
      font-size: 3vh; } }
.dettaglio-viaggio #mob-intro-scopri {
  /*	usato nell'h2 della landing */
  font-size: 2rem;
  font-weight: 700;
  color: #126fac;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: white;
  font-size: 5vw;
  display: block;
  cursor: pointer;
  margin-top: 6vw;
  margin-bottom: 0;
  padding-bottom: 20px; }
  .dettaglio-viaggio #mob-intro-scopri img {
    margin-top: 3vw; }
.dettaglio-viaggio #mob-inner-intro {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 17px; }
  .dettaglio-viaggio #mob-inner-intro h2 {
    margin: 0 0 8px;
    font-style: italic;
    color: #666;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 15px;
    letter-spacing: -0.1px;
    background-image: url(/img/border-bottom-inner-h2.png);
    background-repeat: no-repeat;
    background-position: center bottom; }
  .dettaglio-viaggio #mob-inner-intro #mob-prices p {
    margin-bottom: 5px; }
  .dettaglio-viaggio #mob-inner-intro #mob-prices .bold-blu {
    font-size: 1.2rem;
    font-weight: 500; }
  .dettaglio-viaggio #mob-inner-intro #mob-prices .apice-verde {
    color: #27b561;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 600;
    vertical-align: 6px; }
.dettaglio-viaggio #mob-inner-scorri {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 27px;
  font-size: 0.78rem;
  background-image: url(/img/gray-arrow-down.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 15px;
  display: block;
  color: #666; }
.dettaglio-viaggio #main-container {
  z-index: 2;
  position: relative; }

#scheda-viaggio {
  color: #666;
  /* search */ }
  #scheda-viaggio #prezzo-da {
    float: right;
    text-align: center;
    border: 1px solid #dedede;
    padding: 8px 20px;
    margin-top: -10px;
    line-height: 1.4; }
    #scheda-viaggio #prezzo-da .prezzo-intera-label {
      font-size: 0.8rem; }
      #scheda-viaggio #prezzo-da .prezzo-intera-label .blu {
        font-weight: 500; }
    #scheda-viaggio #prezzo-da .prezzo-intera-da {
      font-style: italic; }
    #scheda-viaggio #prezzo-da .prezzo-intera {
      font-size: 1.6rem;
      color: #096cb4;
      font-weight: 500; }
    #scheda-viaggio #prezzo-da .prezzo-mezza {
      font-size: 0.6rem;
      font-style: italic; }
      #scheda-viaggio #prezzo-da .prezzo-mezza .blu {
        font-weight: 500; }
  #scheda-viaggio #trip-advisor {
    margin-left: 12px;
    vertical-align: 0px; }
  #scheda-viaggio .valutazione {
    display: inline-block;
    margin-left: 3px;
    margin-top: 1px;
    vertical-align: -2px; }
  #scheda-viaggio .subtitle {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 28px;
    margin-top: 9px; }
  #scheda-viaggio .titoletto-giorno {
    font-size: 0.85rem !important; }
  #scheda-viaggio .abstract {
    font-style: italic;
    padding: 20px 0;
    line-height: 2em;
    font-size: 1.1rem; }
  #scheda-viaggio .banner-ripartenza {
    padding: 20px 0; }
  #scheda-viaggio .features {
    padding: 20px 0; }
    #scheda-viaggio .features .features-col:last-child {
      padding-left: 0; }
    #scheda-viaggio .features .title {
      font-weight: 500;
      font-size: 1.15rem;
      margin-top: -3px; }
    #scheda-viaggio .features li {
      margin-bottom: 5px; }
  #scheda-viaggio #loghi {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; }
    #scheda-viaggio #loghi img {
      flex-grow: 0; }
  #scheda-viaggio .slick-track,
  #scheda-viaggio .slick-list {
    -webkit-perspective: 2000;
    -webkit-backface-visibility: hidden; }
  #scheda-viaggio .slick-slide {
    -webkit-backface-visibility: hidden; }
  #scheda-viaggio .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 419.98px) {
      #scheda-viaggio .slick-dots {
        bottom: 15px; } }
    #scheda-viaggio .slick-dots li {
      display: inline-block;
      cursor: pointer;
      border-radius: 50%;
      border: none;
      width: 12px;
      height: 12px;
      background: white; }
      @media (max-width: 419.98px) {
        #scheda-viaggio .slick-dots li {
          width: 10px;
          height: 10px; } }
      #scheda-viaggio .slick-dots li + li {
        margin-left: 10px; }
      #scheda-viaggio .slick-dots li button {
        display: none; }
      #scheda-viaggio .slick-dots li.slick-active {
        background: #0a97de; }
  #scheda-viaggio .panel-heading {
    color: white;
    padding: 12px 15px 12px;
    margin-top: 30px;
    background: #096cb4;
    cursor: pointer; }
    #scheda-viaggio .panel-heading h3 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 1.55rem;
      margin: 0;
      letter-spacing: 0;
      float: left;
      color: white; }
    #scheda-viaggio .panel-heading a {
      overflow: hidden;
      display: block; }
      #scheda-viaggio .panel-heading a .accordion-heading-right {
        float: right;
        display: inline-block;
        color: white;
        margin-top: 5px; }
      #scheda-viaggio .panel-heading a .accordion-heading-left {
        float: left;
        display: inline-block;
        margin-top: 5px;
        margin-right: 15px; }
  @media (max-width: 767.98px) {
    #scheda-viaggio .panel-group {
      margin-left: -10px;
      margin-right: -10px; } }
  #scheda-viaggio .panel-group:first-child .panel-heading {
    margin-top: 0px; }
  #scheda-viaggio .panel-body {
    padding: 0;
    background-color: white;
    margin-top: 13px;
    border: 0px solid #ddd; }
    @media (min-width: 1460px) {
      #scheda-viaggio .panel-body {
        padding: 0 40px; } }
    #scheda-viaggio .panel-body p, #scheda-viaggio .panel-body li, #scheda-viaggio .panel-body span {
      font-size: 0.95rem; }
    #scheda-viaggio .panel-body .bold-blu {
      color: #0a97de;
      font-weight: 700; }
  #scheda-viaggio #accordion_4 .panel-body {
    /* solo il blocco gallery non ha padding desktop */
    padding: 0; }
  #scheda-viaggio .panel-group .accordion-icona {
    background-image: url(/img/menus.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    display: inline-block;
    width: 20px;
    height: 20px; }
    @media (max-width: 767.98px) {
      #scheda-viaggio .panel-group .accordion-icona.mob-second-step {
        background-image: url(/img/minus_verde.jpg);
        width: 24px;
        height: 26px;
        background-size: 24px; } }
  #scheda-viaggio .panel-group .collapsed .accordion-icona {
    background-image: url(/img/plus.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px; }
  #scheda-viaggio .panel-group .accordion-clicca {
    font-size: 0.85rem;
    vertical-align: top;
    padding-right: 10px; }
    @media (max-width: 1199.98px) {
      #scheda-viaggio .panel-group .accordion-clicca {
        display: none; } }
  @media (max-width: 767.98px) {
    #scheda-viaggio .panel-heading {
      padding: 9px 15px 9px;
      margin-top: 23px; }
      #scheda-viaggio .panel-heading h3 {
        text-transform: none;
        float: none;
        overflow: hidden;
        font-weight: 600;
        font-size: 1rem;
        margin-top: 6px; }
    #scheda-viaggio .mob-second-step .panel-heading {
      background: white;
      color: #096cb4;
      border: 1px solid #096cb4;
      padding: 3px 15px 3px; }
      #scheda-viaggio .mob-second-step .panel-heading h3 {
        color: #096cb4;
        margin-top: 10px; }
      #scheda-viaggio .mob-second-step .panel-heading .accordion-icona {
        background-image: url(/img/minus_verde.jpg);
        width: 24px;
        height: 26px;
        background-size: 24px; }
      #scheda-viaggio .mob-second-step .panel-heading .collapsed .accordion-icona {
        background-image: url(/img/plus_verde.jpg);
        width: 24px;
        height: 26px;
        background-size: 24px; }
    #scheda-viaggio .mob-second-step .panel-body {
      padding-left: 10px; }
    #scheda-viaggio #search-mob-close {
      float: right;
      margin-top: 15px; }
    #scheda-viaggio #mob-search-close {
      border: 0;
      padding: 0;
      margin-left: 8px;
      overflow: visible;
      text-indent: 0px;
      width: 19px;
      height: 19px;
      background: none;
      color: white;
      line-height: 1.5;
      background-position: -51px -1px;
      background-image: url(images/controls.png);
      line-height: 26px;
      border-radius: 10px;
      vertical-align: 4px;
      display: inline-block; } }
  #scheda-viaggio .tabella-tariffe td {
    border-top: none;
    color: #5e5e5e;
    vertical-align: top;
    font-size: 1.2rem;
    padding-bottom: 30px; }
    #scheda-viaggio .tabella-tariffe td:first-child {
      padding-left: 0;
      font-size: 1.5rem;
      vertical-align: middle; }
      @media (max-width: 575.98px) {
        #scheda-viaggio .tabella-tariffe td:first-child {
          font-size: 1.2rem; } }
      @media (max-width: 419.98px) {
        #scheda-viaggio .tabella-tariffe td:first-child {
          font-size: 1rem; } }
    @media (min-width: 576px) {
      #scheda-viaggio .tabella-tariffe td.da {
        padding-top: 23px; } }
    @media (max-width: 419.98px) {
      #scheda-viaggio .tabella-tariffe td.da {
        padding-left: 0;
        padding-right: 0; } }
    #scheda-viaggio .tabella-tariffe td:last-child {
      padding-right: 0;
      font-weight: 800;
      color: #096cb4;
      font-size: 1.8rem;
      letter-spacing: 1px; }
      @media (max-width: 575.98px) {
        #scheda-viaggio .tabella-tariffe td:last-child {
          font-size: 1.4rem; } }
      @media (max-width: 419.98px) {
        #scheda-viaggio .tabella-tariffe td:last-child {
          font-size: 1rem; } }
  #scheda-viaggio .note {
    margin-bottom: 40px; }
    #scheda-viaggio .note p {
      font-size: 0.95rem; }
    #scheda-viaggio .note .note-title {
      font-weight: 800;
      color: #096cb4;
      font-size: 1.5rem;
      letter-spacing: 1px; }
  #scheda-viaggio .tariffe {
    /* BLOCCO PARTENZE */
    border: 1px solid #dedede;
    width: 100%;
    background: white;
    margin-top: 30px; }
    #scheda-viaggio .tariffe th, #scheda-viaggio .tariffe td {
      text-transform: uppercase;
      padding: 15px 25px;
      border: 1px solid #dedede; }
    #scheda-viaggio .tariffe thead {
      background: #0a97de;
      color: white; }
    #scheda-viaggio .tariffe th {
      font-weight: normal;
      font-size: 1.3rem;
      line-height: 1.2; }
    #scheda-viaggio .tariffe td {
      color: #808080;
      font-weight: 400; }
      #scheda-viaggio .tariffe td:last-child {
        padding: 8px; }
        #scheda-viaggio .tariffe td:last-child .btn {
          width: 100%;
          padding-left: 8px;
          padding-right: 8px; }
    #scheda-viaggio .tariffe.tariffe-mob {
      background: transparent;
      border: none;
      margin-top: 13px; }
      #scheda-viaggio .tariffe.tariffe-mob td {
        background: white;
        border: 1px solid #dedede; }
        #scheda-viaggio .tariffe.tariffe-mob td.divider {
          border: none;
          background: transparent; }
  #scheda-viaggio #scegli-data {
    background: #0b6eb4;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 0; }
    #scheda-viaggio #scegli-data .row {
      margin-left: -15px;
      margin-right: -15px; }
      @media (max-width: 767.98px) {
        #scheda-viaggio #scegli-data .row {
          margin: 0; } }
    #scheda-viaggio #scegli-data .search-col {
      padding-left: 15px;
      padding-right: 15px; }
    @media (min-width: 768px) {
      #scheda-viaggio #scegli-data {
        padding: 15px 24px;
        margin-bottom: 55px;
        margin-top: 30px; } }
    @media (max-width: 767.98px) {
      #scheda-viaggio #scegli-data {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10; }
        #scheda-viaggio #scegli-data .search-mob-first-row {
          display: none;
          padding-top: 13px;
          padding-bottom: 20px; }
        #scheda-viaggio #scegli-data .search-mob-second-row {
          padding: 0;
          height: 48px;
          overflow: hidden; } }
    @media (max-width: 419.98px) {
      #scheda-viaggio #scegli-data .search-mob-first-row:first-child {
        padding-bottom: 0; } }
    #scheda-viaggio #scegli-data * {
      color: white; }
    #scheda-viaggio #scegli-data label {
      display: block; }
    #scheda-viaggio #scegli-data .btn {
      padding: 6px 12px;
      line-height: 1.5; }
    #scheda-viaggio #scegli-data .btn-success {
      background: #01a03a;
      border-color: #01a03a;
      border-radius: 0;
      padding: 10px 35px;
      font-weight: 400;
      line-height: 1.3; }
      @media (min-width: 768px) {
        #scheda-viaggio #scegli-data .btn-success:hover {
          background: #1fdb4c;
          border-color: #1fdb4c; } }
      #scheda-viaggio #scegli-data .btn-success#search-btn-success-mob {
        width: 100%;
        font-size: 1.2rem;
        font-weight: 500;
        height: 48px;
        margin: 0; }
        @media (min-width: 768px) {
          #scheda-viaggio #scegli-data .btn-success#search-btn-success-mob {
            display: none; } }
      #scheda-viaggio #scegli-data .btn-success#search-btn-success-desk {
        padding: 10px 10px;
        font-size: 1.0rem;
        height: 45px;
        width: 100%; }
        @media (max-width: 767.98px) {
          #scheda-viaggio #scegli-data .btn-success#search-btn-success-desk {
            display: none; } }
    #scheda-viaggio #scegli-data .form-group {
      position: relative; }
      @media (max-width: 767.98px) {
        #scheda-viaggio #scegli-data .form-group {
          margin: 0 !important; } }
    #scheda-viaggio #scegli-data .form-group-lg {
      margin-bottom: 5px; }
    #scheda-viaggio #scegli-data input {
      height: 45px;
      color: #5a5a5a;
      font-size: 17px;
      border-radius: 0;
      box-shadow: none; }
      #scheda-viaggio #scegli-data input.form-control[readonly] {
        background: white; }
    #scheda-viaggio #scegli-data input,
    #scheda-viaggio #scegli-data select {
      border: none; }
    #scheda-viaggio #scegli-data .data-dwn,
    #scheda-viaggio #scegli-data .data-up {
      cursor: pointer; }
      #scheda-viaggio #scegli-data .data-dwn button,
      #scheda-viaggio #scegli-data .data-up button {
        background: none;
        border: none;
        font-weight: bold;
        font-size: 30px;
        padding-top: 0;
        height: 43px;
        outline: none;
        cursor: pointer; }
    #scheda-viaggio #scegli-data .data-dwn {
      vertical-align: 2px; }
      #scheda-viaggio #scegli-data .data-dwn button {
        padding-left: 0; }
    #scheda-viaggio #scegli-data #pax {
      width: 80px;
      color: #5a5a5a;
      font-size: 17px;
      font-weight: 300;
      text-align: center; }
    #scheda-viaggio #scegli-data .form-group-icon-left .form-control {
      padding-left: 47px; }
    #scheda-viaggio #scegli-data #search .ui-datepicker-trigger {
      left: 1px;
      position: absolute;
      top: 34px;
      z-index: 2; }
      @media (max-width: 767.98px) {
        #scheda-viaggio #scegli-data #search .ui-datepicker-trigger {
          top: 33px; } }
      @media (max-width: 419.98px) {
        #scheda-viaggio #scegli-data #search .ui-datepicker-trigger {
          top: 31px; } }
      @media (max-width: 360px) {
        #scheda-viaggio #scegli-data #search .ui-datepicker-trigger {
          top: 31px; } }
    @media (max-width: 767.98px) {
      #scheda-viaggio #scegli-data #search-btn-success-label {
        display: none; } }
  #scheda-viaggio .ui-datepicker-calendar thead {
    background: #046eb6;
    color: white; }
  #scheda-viaggio td[data-handler="selectDay"] .ui-state-default, #scheda-viaggio .ui-widget-content td[data-handler="selectDay"] .ui-state-default, #scheda-viaggio .ui-widget-header td[data-handler="selectDay"] .ui-state-default {
    /*border: 1px solid #327E04;*/
    background: #459e00;
    font-weight: bold;
    color: #ffffff; }
  #scheda-viaggio #scopri {
    margin: 40px 0; }

/* DETTAGLIO VIAGGIO: aside */
@media (min-width: 992px) {
  #viaggi-aside {
    margin-top: -110px; } }
@media (max-width: 991.98px) {
  #viaggi-aside {
    margin-top: 60px; } }

#fixed-box .aside-box {
  background: white;
  color: #5e5e5e; }
#fixed-box #chiamaci p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #808080;
  margin-bottom: 12px; }
#fixed-box #chiamaci .box-chiama {
  margin-top: 15px;
  padding: 20px 27px 22px;
  font-size: 1.07rem;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 400; }
  #fixed-box #chiamaci .box-chiama strong {
    font-weight: 500;
    font-size: 1.2rem; }
  #fixed-box #chiamaci .box-chiama .number {
    border: 1px solid white;
    display: block;
    color: white;
    padding: 8px 0;
    margin: 15px 0;
    font-size: 2rem;
    font-weight: 500; }
    @media (max-width: 419.98px) {
      #fixed-box #chiamaci .box-chiama .number {
        font-size: 7.8vw; } }
#fixed-box .social {
  margin-top: 16px;
  padding: 13px; }
  #fixed-box .social ul {
    display: inline-block;
    vertical-align: 2px; }
    #fixed-box .social ul li {
      display: inline-block;
      padding-left: 10px; }
#fixed-box.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  margin: 20px 0 0;
  right: auto; }
#fixed-box h2 {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.08rem;
  padding: 14px 11px;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #096cb4;
  font-weight: 500; }
#fixed-box .form-group {
  margin: 7px 0; }
#fixed-box .fields {
  padding: 12px 15px 15px;
  border: 1px solid #d5d5d5;
  border-top: none;
  font-size: 0.75rem;
  letter-spacing: 0.04rem; }
#fixed-box label {
  font-weight: 400;
  margin-bottom: 0rem; }
#fixed-box input {
  height: 32px; }
#fixed-box input,
#fixed-box textarea,
#fixed-box button {
  width: 100%;
  padding: 5px; }
#fixed-box input,
#fixed-box textarea {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  color: #5e5e5e;
  font-size: 0.75rem;
  letter-spacing: 0.04rem; }
#fixed-box textarea {
  height: 107px; }
#fixed-box .asterisco {
  color: #27b561;
  font-weight: 700;
  font-size: 15px;
  vertical-align: -1px; }
#fixed-box .styled-cbx {
  margin-top: 0; }
  #fixed-box .styled-cbx input[type="checkbox"] + .check-img {
    border: 1px solid #d5d5d5;
    margin-right: 7px; }
#fixed-box .checkbox-group .field_label {
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0; }
#fixed-box button {
  font-size: 0.9rem;
  text-transform: uppercase;
  background: #096cb4;
  font-weight: 400;
  height: 37px; }
#fixed-box #privacy_popup_link {
  text-decoration: underline;
  color: inherit; }

/*** LOGIN FORM ***/
#login_form {
  margin-top: 40px; }

/*** 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; }

/*** LISTA TRAVEL GIFT ***/
.travel-gift h1 {
  text-transform: none;
  font-size: 3.4rem;
  font-weight: 300;
  color: #096cb4;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem; }
.travel-gift p {
  color: #5e5e5e;
  font-size: 1.15rem;
  line-height: 1.75; }
  .travel-gift p a {
    font-weight: 600; }

#lista-tg .lista-tg-col {
  margin-bottom: 60px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #lista-tg .lista-tg-col:first-child {
      padding-right: 15px; }
    #lista-tg .lista-tg-col:last-child {
      padding-left: 15px; } }
@media (max-width: 575.98px) {
  #lista-tg img {
    width: 100%; } }
#lista-tg p {
  font-size: 0.9rem;
  line-height: 1.55; }
#lista-tg a {
  display: block; }
#lista-tg .texts {
  padding: 15px 15px 70px;
  font-size: 0.9rem; }
#lista-tg h3.titolo {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0.15rem;
  letter-spacing: 0; }
#lista-tg .sottotitolo {
  font-weight: 600;
  color: #666;
  letter-spacing: 0;
  margin-bottom: 3px; }
#lista-tg .box {
  background: white;
  overflow: hidden;
  height: 100%;
  margin-bottom: 1.25rem; }
  #lista-tg .box .testo {
    color: #333; }
#lista-tg .footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px; }
  @media (max-width: 767.98px) {
    #lista-tg .footer .col:first-child {
      padding-right: 10px; }
    #lista-tg .footer .col:last-child {
      padding-left: 10px; } }
  #lista-tg .footer .prezzo {
    font-weight: 800;
    color: #096cb4;
    font-size: 1.4rem; }
  #lista-tg .footer .button {
    padding: 7px 10px 8px;
    display: block;
    text-align: center;
    font-size: 1.05rem; }

#travelgift-tariffe {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center; }
  #travelgift-tariffe h2 {
    color: #0a97de;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1.05rem; }
  #travelgift-tariffe p {
    font-size: 0.85rem; }

#travelgift-tariffe > div {
  margin: auto;
  max-width: 600px; }

/*** GOOGLE MAP ***/
#contatti-content {
  margin-top: -80px;
  background: #f6f6f6;
  padding: 50px 0 70px; }
  @media (max-width: 1599.98px) {
    #contatti-content .container-home {
      max-width: 1164px; } }
  @media (max-width: 1460px -1) {
    #contatti-content .container-home {
      max-width: 1164px; } }
  @media (max-width: 1199.98px) {
    #contatti-content .container-home {
      max-width: 100%; } }
  #contatti-content .col:first-child {
    font-size: 1.25rem;
    color: #666; }
    @media (min-width: 1600px) {
      #contatti-content .col:first-child {
        padding-left: 180px; } }
    @media (max-width: 767.98px) {
      #contatti-content .col:first-child {
        padding-bottom: 30px; } }
    #contatti-content .col:first-child h4.bold-l {
      font-size: 1.65rem;
      margin-top: 12px; }
    #contatti-content .col:first-child p {
      margin-bottom: 15px; }
    #contatti-content .col:first-child .tabella-contatti img {
      max-width: none; }
    #contatti-content .col:first-child .tabella-contatti td {
      font-size: 1.25rem;
      color: #666; }
    #contatti-content .col:first-child .bold-l {
      font-size: 1.25rem; }
  @media (min-width: 1600px) {
    #contatti-content .col:last-child {
      padding: 0; } }

#tabella-contatti-whatsapp a {
  color: #666; }

#mappa {
  width: 100%;
  height: 450px;
  margin: 0 auto; }
  #mappa a {
    color: #1155CC; }
  #mappa a:hover {
    text-decoration: underline; }
  #mappa p {
    line-height: 15px;
    font-size: 11px; }
  #mappa img {
    max-width: none; }

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

/*** FASCIA CONTATTACI E NEWSLETTER ***/
#contatti-newsletter {
  background: white;
  /* CONTATTACI*/ }
  @media (max-width: 991.98px) {
    #contatti-newsletter {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    #contatti-newsletter .container {
      max-width: 1164px; } }
  #contatti-newsletter .col {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 991.98px) {
      #contatti-newsletter .col {
        padding-top: 20px;
        padding-bottom: 20px; } }
    #contatti-newsletter .col h2 {
      font-weight: 700;
      background: #096cb4;
      color: white;
      text-align: center;
      margin: 0 0 30px;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 18px;
      font-size: 1.4em; }
    #contatti-newsletter .col p {
      font-weight: 300; }
    #contatti-newsletter .col input[type="text"],
    #contatti-newsletter .col input[type="email"],
    #contatti-newsletter .col textarea {
      width: 100%; }
    #contatti-newsletter .col textarea {
      height: 95px; }
    #contatti-newsletter .col strong {
      color: #0a97de;
      font-weight: 600; }
    #contatti-newsletter .col .intro-text {
      margin-bottom: 20px; }
    #contatti-newsletter .col .asterisco {
      color: #096cb4;
      font-weight: 700;
      font-size: 17px;
      vertical-align: -2px; }
    @media (min-width: 420px) {
      #contatti-newsletter .col .form-col:first-child {
        padding-right: 7px; }
      #contatti-newsletter .col .form-col:last-child {
        padding-left: 7px; } }
    #contatti-newsletter .col .check-img {
      min-height: 0 !important; }
    #contatti-newsletter .col .checkbox-group label {
      font-weight: 300;
      margin-bottom: 0;
      min-height: 27px; }
    #contatti-newsletter .col .checkbox-group input {
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: inline-block;
      height: 20px;
      width: 20px;
      border-radius: 0px;
      vertical-align: -5px;
      position: relative; }
      #contatti-newsletter .col .checkbox-group input:checked + span::before {
        content: "\e013";
        display: block;
        text-align: center;
        position: absolute;
        left: 3px;
        top: 1px;
        font-family: "Glyphicons Halflings";
        font-weight: 400;
        font-size: 0.9rem; }
      #contatti-newsletter .col .checkbox-group input:focus {
        border-color: #ABB0B2; }
    #contatti-newsletter .col .bottone-blu {
      text-transform: uppercase;
      font-weight: 600;
      height: auto;
      line-height: 1.2;
      padding: 10px 40px;
      display: inline-block;
      margin: 10px 0 0;
      border: none;
      border-radius: 0;
      color: white; }
      @media (max-width: 419.98px) {
        #contatti-newsletter .col .bottone-blu {
          width: 100%;
          margin-bottom: 20px;
          font-size: 0.85rem; } }
  #contatti-newsletter .col.contattaci {
    border-right: 1px solid #dedede; }
    @media (min-width: 992px) {
      #contatti-newsletter .col.contattaci {
        padding-right: 75px; } }
    #contatti-newsletter .col.contattaci p {
      margin: 15px 0; }
  @media (min-width: 992px) {
    #contatti-newsletter .col.newsletter {
      padding-left: 75px; } }

/*** FORM CONTATTI ***/
.form-title {
  color: #fff;
  text-align: center; }

.tabella-contatti td {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 300;
  font-size: 0.85rem;
  padding-bottom: 10px; }
  @media (max-width: 767.98px) {
    .tabella-contatti td {
      font-size: 0.9rem; } }
  @media (max-width: 419.98px) {
    .tabella-contatti td {
      font-size: 0.86rem; } }
  .tabella-contatti td:first-child {
    width: 20px;
    padding-right: 10px;
    color: #a0a0a0;
    text-align: center;
    font-size: 1.1rem; }

#form-contatti {
  margin-bottom: 30px;
  overflow: visible;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px; }
  #form-contatti label {
    display: block; }
  #form-contatti ul {
    border-top: 1px solid #E6E6E6; }
  #form-contatti #contatti_check_in {
    float: left;
    width: 86%;
    margin-right: 5px; }
  #form-contatti #calendar img {
    float: left;
    margin-bottom: 15px;
    margin-top: 2px; }
  #form-contatti .bottone-rosso {
    color: white;
    width: 100%; }
  #form-contatti .btn.btn-default {
    border-radius: 25px 25px 25px 25px;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    background-color: #5fc8c2; }
  #form-contatti .errors {
    color: #C60F13; }
  #form-contatti .compulsory {
    font-style: italic;
    margin-bottom: 17px;
    font-size: 14px; }
  #form-contatti #contatti_privacy {
    margin: 0 10px 12px;
    float: left; }
  #form-contatti #privacy_popup_link {
    text-decoration: underline;
    color: inherit; }
  #form-contatti .check-group .field_label {
    line-height: 1.25; }
  #form-contatti .form-control {
    border-radius: 25px 25px 25px 25px; }

#contatti a {
  color: #a0a0a0;
  font-family: "Open Sans", sans-serif; }
#contatti li {
  padding-bottom: 10px; }

/* FORM MAILCHIMP */
#mc_embed_signup .mc-field-group {
  padding-bottom: 0 !important;
  margin: 8px 0;
  min-height: unset !important; }

#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0; }
  #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll {
    margin-bottom: 40px; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll a {
      color: inherit; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll a:hover {
      text-decoration: underline; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll div ul {
      width: 100%; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
      width: 100%; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mc-field-group {
      padding-bottom: 0;
      margin: 10px 0;
      min-height: unset;
      text-align: center; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mergeRow-gdpr {
      margin-top: 0; }
      #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mergeRow-gdpr p {
        display: inline-block; }
      #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mergeRow-gdpr .informativa {
        text-decoration: underline; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-success-response {
      color: #27b561 !important; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll ::-webkit-input-placeholder {
      text-align: center;
      color: #a0a0a0; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll -input-placeholder {
      text-align: center; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll ::-ms-input-placeholder {
      text-align: center; }

/*** TABELLA WHATSAPP ***/
.col #tabella-whatsapp {
  margin: 45px auto 0; }
  .col #tabella-whatsapp td {
    color: #666;
    font-size: 0.95rem;
    text-align: left;
    line-height: 20px; }
  .col #tabella-whatsapp img {
    height: 68px;
    margin-right: 10px; }
  .col #tabella-whatsapp strong {
    color: #27b561; }
  .col #tabella-whatsapp tr:nth-child(1) td:first-child {
    width: 80px; }
  .col #tabella-whatsapp tr:nth-child(1) strong {
    font-weight: 600;
    line-height: 23px; }
  .col #tabella-whatsapp tr:nth-child(2) strong {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 23px; }
  .col #tabella-whatsapp em {
    font-size: 0.825rem; }

/*** FORM BOOKING ***/
.booking-text {
  margin: 15px 0; }

.form-booking {
  color: #666;
  /* CSS :invalid pseudo selector */
  /*** TABELLA BOOKING ***/ }
  .form-booking input[type="text"],
  .form-booking select {
    border: 1px solid #e5e6e5;
    box-shadow: none;
    border-radius: 0;
    height: 46px; }
  .form-booking input.invalid {
    border-color: red; }
  .form-booking td,
  .form-booking th {
    color: #666;
    padding: 9px 15px;
    position: relative; }
  .form-booking th {
    border-top: none; }
  .form-booking .form-sezione {
    padding-bottom: 50px; }
  .form-booking .table > thead > tr > th,
  .form-booking .table > thead > tr > td,
  .form-booking .table > tbody > tr > th,
  .form-booking .table > tbody > tr > td,
  .form-booking .table > tfoot > tr > th,
  .form-booking .table > tfoot > tr > td {
    vertical-align: middle; }
  .form-booking .table tfoot td {
    font-weight: bold;
    border-top: 1px solid black; }
  .form-booking .table > tbody > tr:first-child > td {
    border-top: 0; }
  .form-booking .table > thead + tbody > tr:first-child > td {
    padding-top: 25px; }
  .form-booking .table > thead > tr > th {
    border-bottom: 1px solid #000;
    padding-bottom: 20px; }
  .form-booking .table .table {
    background-color: #fff;
    margin-bottom: 0; }
  .form-booking h2 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #096cb4;
    letter-spacing: 0px; }
  .form-booking .width-auto {
    width: auto;
    display: inline; }
  .form-booking .form-control.datepicker {
    display: inline;
    width: auto; }
    @media (max-width: 767.98px) {
      .form-booking .form-control.datepicker {
        max-width: 105px; } }
    @media (max-width: 419.98px) {
      .form-booking .form-control.datepicker {
        width: 90%; } }
  .form-booking .form-control.qty {
    display: inline;
    text-align: center; }
  .form-booking .form-control.val {
    text-align: center; }
  .form-booking .trash {
    display: inline-block; }
  .form-booking #procedi {
    overflow: hidden; }
  .form-booking #checkout-submit {
    margin-top: 30px;
    height: 46px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-transform: uppercase;
    width: 300px;
    font-weight: 600;
    font-size: 1.1rem; }
  .form-booking #send,
  .form-booking #checkout-submit {
    float: right;
    min-width: 100px; }
    @media (max-width: 419.98px) {
      .form-booking #send,
      .form-booking #checkout-submit {
        float: none;
        width: 100%; } }
  .form-booking .compulsory {
    font-style: italic;
    font-size: 15px;
    margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .form-booking #tabella-data > tbody > tr > td {
      display: block;
      width: 100%; } }
  .form-booking #tabella-data > tbody > tr > td + td {
    padding: 0; }
    @media (max-width: 419.98px) {
      .form-booking #tabella-data > tbody > tr > td + td td {
        display: block;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .form-booking #tabella-data > tbody > tr > td + td td:first-child {
        min-width: 140px; } }
  .form-booking .form-control-intro {
    font-style: italic;
    margin: 20px 0 10px;
    font-size: 15px; }
  .form-booking #consensi a {
    color: #333333;
    text-decoration: underline; }
  .form-booking #tabella {
    min-height: 250px; }
    .form-booking #tabella .btn-sm {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
    .form-booking #tabella input[type=checkbox]:not(old),
    .form-booking #tabella input[type=radio]:not(old) {
      width: 22px;
      margin: 0;
      padding: 0;
      opacity: 0; }
    .form-booking #tabella input[type=checkbox]:not(old) + label,
    .form-booking #tabella input[type=radio]:not(old) + label {
      display: inline-block;
      margin-left: -20px;
      padding-left: 20px;
      background: url("/img/op_29_radio_button_grigio.png") no-repeat 0 -22px;
      line-height: 22px;
      margin-bottom: 0;
      vertical-align: -1px; }
    .form-booking #tabella input[type=radio]:not(old) + label {
      vertical-align: 1px;
      margin-left: -27px;
      padding-left: 24px; }
    .form-booking #tabella input[type=checkbox]:not(old):checked + label,
    .form-booking #tabella input[type=radio]:not(old):checked + label {
      background-position: 0 0px; }
  @media (max-width: 419.98px) {
    .form-booking .tabella-booking th,
    .form-booking .tabella-booking td {
      font-size: 14px;
      padding-left: 1px;
      padding-right: 1px; } }
  .form-booking .tabella-booking th:first-child,
  .form-booking .tabella-booking td:first-child {
    width: 50%; }
    @media (max-width: 419.98px) {
      .form-booking .tabella-booking th:first-child,
      .form-booking .tabella-booking td:first-child {
        width: 35%; } }
  .form-booking .tabella-booking th:nth-child(2),
  .form-booking .tabella-booking td:nth-child(2) {
    width: 27%; }
    @media (max-width: 419.98px) {
      .form-booking .tabella-booking th:nth-child(2),
      .form-booking .tabella-booking td:nth-child(2) {
        width: 27%; } }
  .form-booking .tabella-booking th:nth-child(3),
  .form-booking .tabella-booking td:nth-child(3) {
    width: 48%; }
    @media (max-width: 419.98px) {
      .form-booking .tabella-booking th:nth-child(3),
      .form-booking .tabella-booking td:nth-child(3) {
        width: 35%; } }
  .form-booking .tabella-booking td {
    padding-bottom: 15px;
    padding-top: 25px; }
    @media (max-width: 419.98px) {
      .form-booking .tabella-booking td {
        font-size: 13px; } }
  .form-booking .tabella-booking .qty,
  .form-booking .tabella-booking .val {
    padding: 0px;
    width: 30%;
    text-align: center; }
    @media (max-width: 991.98px) {
      .form-booking .tabella-booking .qty,
      .form-booking .tabella-booking .val {
        width: 75px; } }
  .form-booking .tabella-booking .qty.bfh-number {
    max-width: 125px;
    margin-left: 4px;
    margin-right: 4px; }
    @media (max-width: 419.98px) {
      .form-booking .tabella-booking .qty.bfh-number {
        width: 30px; } }
  .form-booking .tabella-booking .number-spinner span {
    cursor: pointer; }
  .form-booking .tabella-booking .number-spinner .btn {
    padding: 2px 10px;
    width: 34px;
    vertical-align: -2px; }
  .form-booking .tabella-booking .price-input {
    max-width: 125px;
    margin-left: 10px;
    text-align: center; }
  .form-booking#form_cart .ui-datepicker-trigger {
    position: absolute;
    border: none;
    top: 21px;
    background: none;
    color: #C2C2C2;
    font-size: 18px;
    outline: none; }
  .form-booking#form_cart .ui-datepicker-trigger:hover {
    background: none;
    color: #636363 !important; }
  .form-booking#form_cart .ui-datepicker {
    z-index: 20 !important; }
  .form-booking#form_cart .grey-bg td {
    padding-top: 16px;
    padding-bottom: 16px; }
  .form-booking#form_cart .dk_label,
  .form-booking#form_cart .hasDatepicker {
    background: #fff; }
  .form-booking#checkout {
    overflow: hidden; }
    .form-booking#checkout #checkout-articolo {
      background: white;
      border: 1px solid #ededed;
      margin-bottom: 60px; }
      @media (min-width: 576px) {
        .form-booking#checkout #checkout-articolo .col + .col {
          padding-left: 0;
          padding-right: 70px;
          padding-top: 15px; } }
      @media (max-width: 575.98px) {
        .form-booking#checkout #checkout-articolo .col + .col {
          padding: 15px 50px; } }
      .form-booking#checkout #checkout-articolo .title {
        font-weight: 800;
        color: #096cb4;
        font-size: 1.57rem; }
      .form-booking#checkout #checkout-articolo .subtitle {
        /* usato nel sottotitolo di travel gift checkout */
        font-size: 1.15rem;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: -3px; }
      .form-booking#checkout #checkout-articolo .totale {
        border-top: 1px solid #e3e4e3;
        padding-top: 12px;
        margin-top: 20px;
        font-weight: 700;
        color: #096cb4;
        font-size: 1.55rem; }
        .form-booking#checkout #checkout-articolo .totale .totale-prezzo {
          float: right; }
    @media (min-width: 992px) {
      .form-booking#checkout .form-col:nth-child(3n + 1) {
        padding-right: 10px; }
      .form-booking#checkout .form-col:nth-child(3n) {
        padding-left: 10px; }
      .form-booking#checkout .form-col + .form-col:nth-child(3n+2) {
        padding-right: 10px;
        padding-left: 10px; }
      .form-booking#checkout .form-col.col-lg-2 {
        padding-right: 10px;
        padding-left: 10px; }
      .form-booking#checkout .form-col.col-lg-2:last-child {
        padding-right: 35px;
        padding-left: 10px; } }
    .form-booking#checkout .form-group {
      margin: 10px 0 11px; }
    .form-booking#checkout .form-control::placeholder {
      color: #666;
      font-weight: 300; }
    .form-booking#checkout select {
      font-weight: 300;
      padding-left: 8px; }
    .form-booking#checkout .select-group::before {
      right: 11px;
      top: 11px;
      width: 40px;
      height: 44px; }
    .form-booking#checkout .checkbox-group {
      margin-bottom: 15px;
      font-size: 0.95rem; }
    .form-booking#checkout .styled-cbx {
      margin-top: 2px; }
      .form-booking#checkout .styled-cbx input[type="checkbox"] + .check-img {
        background: white; }
        .form-booking#checkout .styled-cbx input[type="checkbox"] + .check-img span {
          color: #096cb4; }
    .form-booking#checkout .radio-container {
      display: inline-block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 15px;
      cursor: pointer;
      font-size: 1.25rem;
      font-weight: 400;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      min-height: 38px; }
      .form-booking#checkout .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .form-booking#checkout .radio-container input:checked ~ .radiobtn {
        background-image: url(/img/blue_check.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 3px 5px; }
      .form-booking#checkout .radio-container .radiobtn {
        position: absolute;
        top: 4px;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: white;
        border: 2px solid #dedede; }
      .form-booking#checkout .radio-container .title {
        vertical-align: -2px;
        display: inline-block;
        margin-top: 4px;
        margin-right: 10px; }
    .form-booking#checkout .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #a0a0a0;
      font-size: 0.95rem; }
    .form-booking#checkout .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #a0a0a0;
      font-size: 0.95rem; }
    .form-booking#checkout .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #a0a0a0;
      font-size: 0.95rem; }
    .form-booking#checkout .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #a0a0a0;
      font-size: 0.95rem; }
    .form-booking#checkout .asterisco {
      color: #27b561;
      font-weight: 600; }
    .form-booking#checkout .form-sezione h2 {
      background-repeat: no-repeat;
      background-position: left top;
      padding-left: 38px; }
    .form-booking#checkout .form-sezione#sezione-dati h2 {
      background-image: url(/img/dati.svg);
      background-size: 21px;
      background-position: left 4px; }
    .form-booking#checkout .form-sezione#sezione-dati .checkbox-group {
      margin-bottom: 0px; }
    .form-booking#checkout .form-sezione#sezione-dati .check-img {
      height: 25px;
      width: 25px;
      border: 2px solid #dedede; }
    .form-booking#checkout .form-sezione#sezione-dati .styled-cbx {
      margin-top: -1px; }
      .form-booking#checkout .form-sezione#sezione-dati .styled-cbx span {
        font-size: 1.0rem;
        top: 1px;
        right: -2px; }
    .form-booking#checkout .form-sezione#sezione-beneficiario h2 {
      background-image: url(/img/regalo.svg);
      background-size: 24px;
      background-position: left 1px; }
    .form-booking#checkout .form-sezione#sezione-pagamenti h2 {
      background-image: url(/img/carte.svg);
      background-size: 27px;
      background-position: left 2px; }
    .form-booking#checkout .form-sezione#sezione-pagamenti .form-col {
      margin-top: 20px; }
      @media (min-width: 576px) {
        .form-booking#checkout .form-sezione#sezione-pagamenti .form-col:first-child {
          padding-right: 15px; }
        .form-booking#checkout .form-sezione#sezione-pagamenti .form-col:last-child {
          padding-left: 15px;
          padding-right: 35px; } }
    .form-booking#checkout .form-sezione#sezione-pagamenti .box {
      border: 1px solid #e5e6e5;
      padding: 30px 20px 20px;
      background: white;
      height: 100%; }
      .form-booking#checkout .form-sezione#sezione-pagamenti .box.selected {
        border: 1px solid #096cb4; }
      .form-booking#checkout .form-sezione#sezione-pagamenti .box .descr {
        font-style: italic; }
        .form-booking#checkout .form-sezione#sezione-pagamenti .box .descr p {
          font-size: 0.95rem; }
        .form-booking#checkout .form-sezione#sezione-pagamenti .box .descr img {
          vertical-align: 0px;
          margin-right: 1px; }
    .form-booking#checkout #consensi {
      border: 1px solid #e5e6e5;
      background: white;
      padding: 12px 20px; }

.dati_fattura {
  display: none; }

/*** FOOTER ***/
#footer {
  background-color: #5e5e5e;
  padding: 55px 0;
  color: #dedede; }
  #footer * {
    color: #dedede; }
  #footer strong {
    font-weight: 800;
    color: white; }
  #footer h3 {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: white; }
  #footer li {
    padding: 0; }
  #footer #footer-contatti td {
    padding: 15px 0;
    font-size: 1.2rem; }
    #footer #footer-contatti td:first-child {
      text-align: center;
      padding-right: 14px;
      min-width: 35px; }
    @media (max-width: 1199.98px) {
      #footer #footer-contatti td {
        font-size: 1.0rem; } }
    @media (max-width: 767.98px) {
      #footer #footer-contatti td {
        font-size: 0.95rem; } }
  #footer #footer-contatti tr:first-child td {
    padding-top: 0; }
  #footer .col {
    /*@include media-breakpoint-up(lg) { 
    	-ms-flex: 0 0 23%;
    	flex: 0 0 23%;
    	max-width: 23%;
    	font-size: 0.95rem;
    	
    	&#footer-contatti {
    		-ms-flex: 0 0 31%;
    		flex: 0 0 31%;
    		max-width: 31%;
    	}
    }*/ }
    @media (max-width: 575.98px) {
      #footer .col {
        margin-bottom: 30px; } }
    @media (max-width: 991.98px) {
      #footer .col {
        margin-bottom: 30px; } }
    @media (max-width: 575.98px) {
      #footer .col {
        margin-bottom: 50px; } }
    #footer .col:first-child {
      font-size: 0.95rem;
      line-height: 1.5; }
    #footer .col:last-child {
      font-size: 0.95rem; }

.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: 767.98px) {
    .scrollToTop {
      line-height: 1.7; } }

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

/*** RESPONSIVE ***/
/* Container Homepage e pagina contatti piu' grande */
@media only screen and (min-width: 1460px) {
  .container-home {
    max-width: 1460px; } }
/* Cointainer dettaglio viaggio piu' grande */
@media only screen and (min-width: 1240px) {
  .dettaglio-viaggio #main-container {
    max-width: 1240px; }
    .dettaglio-viaggio #main-container .col:first-child {
      flex: 0 0 74.5%;
      max-width: 74.5%;
      padding-right: 15px; }
    .dettaglio-viaggio #main-container .col:last-child {
      flex: 0 0 25.5%;
      max-width: 25.5%;
      padding-left: 15px; } }
/* Container Travelgift piu' grande */
@media only screen and (min-width: 1395px) {
  .container-travelgift {
    max-width: 1395px; } }
/**/
/*
@media only screen and (max-width:399px) {
	.dettaglio-viaggio #mob-intro-descr {
		line-height: 1.7;
	}
}*/
@media only screen and (max-height: 499px) {
  .dettaglio-viaggio #mob-intro-scopri {
    margin-top: 4vw; }

  .dettaglio-viaggio #mob-inner-intro h2 {
    font-size: 3.6vh; }

  .dettaglio-viaggio #mob-inner-intro #mob-prices .bold-blu {
    font-size: 3.5vh; } }

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