/* Minification failed. Returning unminified contents.
(790,3): run-time error CSS1060: Expected closing curly-brace, found '.'
(795,43): run-time error CSS1019: Unexpected token, found '}'
 */
/*blu*/
/*verde*/
/*hover-bottone*/
/**/
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
#recover-form:not(.loading) .on-loading {
  display: none; }

#recover-form:not(.loading) .message-container {
  text-align: center;
  display: none; }

#recover-form:not(.loading) .message-container {
  display: block;
  color: red; }

#recover-form:not(.loading) .message-container {
  display: block;
  color: green; }

body {
  height: 100%;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  margin-top: 90px; }

/*internal page layout*/
.page-default {
  margin-top: 30px;
  margin-bottom: 20px; }
  .page-default .page-description {
    font-size: small; }
  .page-default .page-title {
    font-size: 24px;
    font-weight: 700;
    color: #003059;
    text-transform: uppercase; }

.header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(5, 227, 210, 0);
  z-index: 9999;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.header-fixed.resized {
  top: 0px;
  background: white !important; }
  .header-fixed.resized .message-alert {
    display: none; }

@media (max-width: 649.98px) {
  .header-fixed.resized {
    top: 0px;
    background: white;
    max-height: 113px; }
    .header-fixed.resized .message-alert {
      display: none; } }

@media (max-width: 568px) {
  .header-fixed.resized {
    top: 0px;
    background: white !important; }
    .header-fixed.resized .message-alert {
      display: none; } }

/*********************
TOP BAR    
*****************/
.menu-1_top_bar {
  width: 100%;
  min-height: 45px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff; }
  .menu-1_top_bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
  .menu-1_top_bar li {
    color: #ffffff; }
  .menu-1_top_bar a {
    color: #ffffff;
    font-size: small; }
  .menu-1_top_bar span {
    color: #003059 !important;
    font-size: 16px;
    margin-left: 5px; }
  .menu-1_top_bar .fa-inverse {
    color: #ffffff !important;
    font-weight: 300; }
  .menu-1_top_bar label {
    font-size: 12px;
    color: #000000; }
  .menu-1_top_bar [dg-role="user-name"] {
    font-size: 12px; }
  .menu-1_top_bar .dropdown-toggle {
    font-size: 18px; }
  .menu-1_top_bar .lingua-carrello {
    width: 35%; }
    @media (max-width: 520.98px) {
      .menu-1_top_bar .lingua-carrello {
        width: 20%; } }
    .menu-1_top_bar .lingua-carrello .cart-button {
      margin-right: 5px; }
      .menu-1_top_bar .lingua-carrello .cart-button .fa-inverse {
        color: #ffffff !important; }
      .menu-1_top_bar .lingua-carrello .cart-button .fa-stack {
        color: #c8d23a !important; }
    .menu-1_top_bar .lingua-carrello .language {
      display: flex;
      justify-content: end;
      align-items: center;
      padding: 0 !important; }
      .menu-1_top_bar .lingua-carrello .language a {
        color: #ffffff;
        display: flex;
        align-items: center; }
      .menu-1_top_bar .lingua-carrello .language * {
        text-decoration: none; }
      .menu-1_top_bar .lingua-carrello .language .dropdown-menu {
        background-color: #ffffff;
        border: 1px;
        border-radius: 10px;
        min-width: 5rem;
        margin-top: 15px;
        text-align: center;
        box-shadow: 3px 3px 15px 3px #ccc;
        padding: 10px; }
        .menu-1_top_bar .lingua-carrello .language .dropdown-menu:before {
          content: '\f0de';
          position: absolute;
          left: 38%;
          top: -18px;
          color: #ffffff;
          font-weight: 700;
          font-family: "Font Awesome 5 Pro", sans-serif;
          font-size: 26px; }
        .menu-1_top_bar .lingua-carrello .language .dropdown-menu li {
          width: max-content; }
          .menu-1_top_bar .lingua-carrello .language .dropdown-menu li a {
            color: #000000;
            font-size: 14px; }
            .menu-1_top_bar .lingua-carrello .language .dropdown-menu li a:hover {
              text-decoration: none;
              color: #000000; }
            .menu-1_top_bar .lingua-carrello .language .dropdown-menu li a i {
              margin-right: 5px;
              border-radius: 100%;
              height: 25px;
              width: 25px;
              margin-right: 5px;
              color: #000000;
              border: 0px solid rgba(255, 255, 255, 0.7); }
            .menu-1_top_bar .lingua-carrello .language .dropdown-menu li a .flag-icon-it, .menu-1_top_bar .lingua-carrello .language .dropdown-menu li a .flag-icon-gb {
              background-size: cover;
              background-position: 50% 50%; }
      .menu-1_top_bar .lingua-carrello .language small {
        margin-right: 3px;
        margin-left: 10px;
        display: flex;
        align-items: center; }
        .menu-1_top_bar .lingua-carrello .language small span {
          display: flex;
          align-items: center;
          color: #000000; }
        .menu-1_top_bar .lingua-carrello .language small i {
          border-radius: 100%;
          height: 25px;
          width: 25px;
          color: #000000;
          border: 0px solid rgba(255, 255, 255, 0.7); }
        .menu-1_top_bar .lingua-carrello .language small .flag-icon-it, .menu-1_top_bar .lingua-carrello .language small .flag-icon-gb {
          background-size: cover;
          background-position: 50% 50%; }
  .menu-1_top_bar [dg-role="type-quote"] * {
    text-decoration: none !important; }
  .menu-1_top_bar [dg-role="type-quote"] [dg-role="displayed-type-quote"] {
    background: #c8d23a;
    padding: 5px;
    border-radius: 30px;
    font-size: 13px;
    color: black !important;
    padding: 3px 6px; }
  .menu-1_top_bar [dg-role="type-quote"] .quote-dropdown {
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    min-width: 5rem;
    margin-top: 15px;
    text-align: center;
    box-shadow: 3px 3px 15px 3px #ccc;
    padding: 5px; }
    .menu-1_top_bar [dg-role="type-quote"] .quote-dropdown a {
      color: #000000; }
      .menu-1_top_bar [dg-role="type-quote"] .quote-dropdown a:hover {
        color: #000000; }
    .menu-1_top_bar [dg-role="type-quote"] .quote-dropdown:before {
      content: '\f0de';
      position: absolute;
      left: 38%;
      top: -18px;
      color: #ffffff;
      font-weight: 700;
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-size: 26px; }
    .menu-1_top_bar [dg-role="type-quote"] .quote-dropdown li {
      width: max-content; }
      .menu-1_top_bar [dg-role="type-quote"] .quote-dropdown li a {
        color: #000000; }
        .menu-1_top_bar [dg-role="type-quote"] .quote-dropdown li a:hover {
          color: #000000; }
  .menu-1_top_bar .logo {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30%; }
    @media (max-width: 1199.98px) {
      .menu-1_top_bar .logo {
        width: 40%; } }
    @media (max-width: 520.98px) {
      .menu-1_top_bar .logo {
        width: 60%; } }
    .menu-1_top_bar .logo img {
      width: 70%;
      margin: auto; }

@media (max-width: 991px) {
  .menu-1_top_bar .language {
    margin-right: 0px;
    text-align: right; } }

@media (max-width: 450px) {
  .menu-1_top_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0; } }

.mobile_login {
  width: 40%; }
  @media (max-width: 520.98px) {
    .mobile_login {
      width: 20%; } }
  .mobile_login .cont_menu {
    position: absolute;
    z-index: 3;
    top: 10px; }
  .mobile_login label {
    color: #000000; }
  .mobile_login .cont_titulo_menu {
    width: auto;
    overflow: hidden;
    cursor: pointer; }
    .mobile_login .cont_titulo_menu::after {
      content: '\f078';
      font-family: "Font Awesome 5 Pro", sans-serif;
      color: #000000;
      font-weight: 300;
      margin-left: 5px;
      font-size: 12px; }
  .mobile_login .cont_titulo {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-top: 0px; }
  .mobile_login .cont_icon_menu {
    position: relative;
    float: right;
    margin-right: 20px;
    top: 14px; }
  .mobile_login .cont_drobpdown_menu {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    border-radius: 3px;
    opacity: 1;
    transition: all 0.5s; }
    .mobile_login .cont_drobpdown_menu label {
      color: #000000 !important; }
    .mobile_login .cont_drobpdown_menu span {
      color: #000000 !important; }
    .mobile_login .cont_drobpdown_menu a {
      color: #000000; }
    .mobile_login .cont_drobpdown_menu .fa-inverse {
      color: #ffffff !important; }
    .mobile_login .cont_drobpdown_menu .fa-stack {
      color: #003059 !important; }
    .mobile_login .cont_drobpdown_menu .quote-menu {
      background-color: #e2e2e2;
      color: #000000;
      padding: 5px 10px;
      position: absolute;
      left: -100px !important;
      top: 13px !important;
      border-radius: 0;
      max-width: 252px !important;
      width: 252px; }
      .mobile_login .cont_drobpdown_menu .quote-menu a {
        padding-left: 45%;
        font-size: 16px;
        color: #666666; }
  .mobile_login .cont_drobpdown_menu ul > li {
    list-style: none;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: 5px solid #003059;
    width: 100%;
    display: block;
    transition: all 0.5s;
    padding-left: 5px; }
    .mobile_login .cont_drobpdown_menu ul > li:hover {
      background-color: #e2e2e2; }
  .mobile_login .cont_drobpdown_menu ul > li > a {
    position: relative;
    display: block;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: #000000;
    transition: all 0.5s; }
  .mobile_login .cont_drobpdown_menu ul > li > hr {
    width: 75%;
    height: 0px;
    color: #123455;
    background-color: #123455;
    border: 1px solid #eee; }
  .mobile_login .cont_icon_trg {
    position: relative;
    float: left;
    margin-bottom: -30px;
    z-index: 1;
    left: 10px;
    transform: translate(0px, 10px);
    transition: all 0.5s; }
  .mobile_login .disable {
    transition: all 0.5s;
    opacity: 0;
    transform: translate(0px, 10px);
    display: none; }
  .mobile_login .disable > ul > li {
    transform: translate(0px, 10px);
    opacity: 0;
    display: none; }
  .mobile_login .active {
    opacity: 1;
    transform: translate(0px, 0px);
    display: block; }
  .mobile_login .active > ul > li {
    transition-delay: 0.5s;
    transform: translate(0px, 0px);
    opacity: 1;
    display: block; }

/*********************
HEADER 1  + megamenu  
    *****************/
.site-header {
  width: 100%;
  top: 0;
  z-index: 5;
  height: 90px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 22;
  /*evita di far andare a capo le diciture in questa visualizzazione*/
  /*visualizzo la versione mobile con colonne al 100% e grafica diversa*/
  /*setto le colonne del megamenu al 100%*/
  /*METTO L'ANIMAZIONE DA VALUTARE SE SPOSTARLA NEI MIXINS*/ }
  .site-header .social_icons_rounded {
    text-align: left;
    position: absolute;
    left: 0;
    top: 70vh; }
    .site-header .social_icons_rounded ul {
      padding: 0 !important;
      list-style: none;
      margin: 0; }
      .site-header .social_icons_rounded ul li a {
        float: left;
        border-radius: 0% 50% 50% 0%;
        line-height: 35px;
        color: #e0e0e0;
        height: 35px;
        width: 35px;
        text-align: center;
        border: 0px solid #e0e0e0;
        margin-bottom: 2px; }
        .site-header .social_icons_rounded ul li a i {
          font-size: 16px; }
  .site-header .f_mail {
    color: #fff;
    background: #003059; }
    .site-header .f_mail:hover {
      color: #fff;
      background: #003059;
      border: 1px solid #003059; }
  .site-header .f_facebook {
    color: #fff;
    background: #003059; }
    .site-header .f_facebook:hover {
      color: #fff;
      background: #003059;
      border: 1px solid #003059; }
  .site-header .t_twitter:hover {
    color: #fff;
    background: #35bbec;
    border: 1px solid #35bbec; }
  .site-header .pinterest:hover {
    color: #fff;
    background: #cb2027;
    border: 1px solid #cb2027; }
  .site-header .linkedin:hover {
    color: #fff;
    background: #007bb5;
    border: 1px solid #007bb5; }
  .site-header .g_google:hover {
    color: #fff;
    background: #e55644;
    border: 1px solid #e55644; }
  .site-header .dribbble:hover {
    color: #fff;
    background: #ea4c89;
    border: 1px solid #ea4c89; }
  .site-header .skype:hover {
    color: #fff;
    background: #01aaf8;
    border: 1px solid #01aaf8; }
  .site-header .flickr:hover {
    color: #fff;
    background: #ff0084;
    border: 1px solid #ff0084; }
  .site-header .gap {
    margin-right: 15px; }
  .site-header .row-menu-2 {
    height: auto;
    background-color: #003059;
    display: flex;
    align-items: center;
    min-height: 50px;
    height: auto;
    /*voci personalizzate con classi in umbraco*/ }
    .site-header .row-menu-2 .menu-2-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin: auto;
      /*parte contente logo + navbar + telefono*/
      /*classe che definisce il menu di 3 livelli MEGAMENU*/
      /*classe che definisce il menu di solo 2 livelli*/ }
      .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 {
        width: 100%;
        margin-left: auto;
        /*classe che definisce le voci di primo livello*/
        /* cambia la freccia in basso del menu di primo livello*/ }
        .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg {
          padding: 0;
          margin: 0;
          padding-bottom: 0;
          display: flex;
          justify-content: space-around;
          align-items: center;
          width: 100%;
          max-height: 80px; }
          .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg .navbar-nav {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            @media (min-width: 1920px) {
              .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg .navbar-nav {
                width: 85%;
                margin-left: auto; } }
            @media (min-width: 120px) and (max-width: 991.98px) {
              .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg .navbar-nav li {
                padding-top: 5px;
                padding-bottom: 5px;
                width: 100%; }
                .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg .navbar-nav li:hover {
                  background-color: #e2e2e2;
                  padding-top: 5px;
                  padding-bottom: 5px; } }
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg .navbar-nav li:nth-child(3) {
              margin-right: 0%; }
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg .navbar-nav li a {
              color: #ffffff;
              font-family: "Montserrat", sans-serif;
              font-size: 14px;
              font-weight: 600; }
              @media (min-width: 120px) and (max-width: 991.98px) {
                .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-expand-lg .navbar-nav li a {
                  color: #000000;
                  font-family: "Montserrat", sans-serif;
                  font-size: 14px;
                  font-weight: 600; } }
        .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-toggle::after {
          content: "\f078";
          font-family: "Font Awesome 5 Pro", sans-serif;
          font-size: 10px;
          border: 0px;
          color: #ffffff;
          margin-left: 4px;
          top: 11px;
          position: absolute; }
          @media (min-width: 120px) and (max-width: 991.98px) {
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-toggle::after {
              content: "\f078";
              font-family: "Font Awesome 5 Pro", sans-serif;
              color: #000000;
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              right: 20px;
              top: 10px; } }
      .site-header .row-menu-2 .menu-2-container .drodown-single {
        margin-top: 50px !important; }
        @media (min-width: 1920px) {
          .site-header .row-menu-2 .menu-2-container .drodown-single {
            min-width: 250px !important; } }
      .site-header .row-menu-2 .menu-2-container .dropdown-menu {
        background-color: #ffffff;
        border-radius: 0;
        margin-top: 40px;
        color: #666666;
        border-radius: 10px;
        padding: 0 10px;
        width: auto !important;
        min-width: 80%;
        /*da aggiungere al master*/ }
        @media (min-width: 1920px) {
          .site-header .row-menu-2 .menu-2-container .dropdown-menu {
            width: auto !important;
            margin-left: 15% !important; } }
        .site-header .row-menu-2 .menu-2-container .dropdown-menu::after {
          border-bottom-color: white;
          border-bottom-style: solid;
          border-bottom-width: 7px;
          border-left-color: transparent;
          border-left-style: solid;
          border-left-width: 7px;
          border-right-color: transparent;
          border-right-style: solid;
          border-right-width: 7px;
          box-sizing: border-box;
          color: #212529;
          content: "";
          direction: ltr;
          display: block;
          font-family: arial;
          font-size: 15px;
          font-weight: 400;
          left: 9px;
          line-height: 15px;
          position: absolute;
          text-align: left;
          top: -7px;
          left: 8%; }
        .site-header .row-menu-2 .menu-2-container .dropdown-menu .blocchi {
          width: 33.333%;
          padding: 0 5px 5px 0px; }
          .site-header .row-menu-2 .menu-2-container .dropdown-menu .blocchi p {
            color: #003059;
            font-weight: 300;
            font-size: 22px;
            padding: 2px 0 2px 0; }
          .site-header .row-menu-2 .menu-2-container .dropdown-menu .blocchi .nav-link {
            color: #666666;
            font-weight: 600;
            font-size: 13px;
            padding: 4px 0px;
            line-height: 1.2rem;
            padding-top: 3px;
            padding-bottom: 3px; }
            .site-header .row-menu-2 .menu-2-container .dropdown-menu .blocchi .nav-link:hover {
              color: #003059; }
      .site-header .row-menu-2 .menu-2-container .dropdown-menu.show {
        padding: 5px 15px;
        animation: animationFrames ease-in-out 1s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards; }
        .site-header .row-menu-2 .menu-2-container .dropdown-menu.show .nav-item {
          background-color: transparent; }
          .site-header .row-menu-2 .menu-2-container .dropdown-menu.show .nav-item:hover {
            background-color: transparent; }
          .site-header .row-menu-2 .menu-2-container .dropdown-menu.show .nav-item .dropdown-item {
            color: #666666;
            font-weight: 600;
            font-size: 13px;
            background-color: transparent;
            padding: 4px 10px;
            line-height: 1.5rem; }
            .site-header .row-menu-2 .menu-2-container .dropdown-menu.show .nav-item .dropdown-item:hover {
              color: #003059;
              background-color: transparent; }
    .site-header .row-menu-2 .telefono {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: end; }
      .site-header .row-menu-2 .telefono .nav-link {
        font-size: 22px !important;
        color: #cccccc !important;
        font-weight: 200; }
        .site-header .row-menu-2 .telefono .nav-link:hover {
          color: #c8d23a !important; }
        .site-header .row-menu-2 .telefono .nav-link:before {
          content: '\f879';
          font-family: "Font Awesome 5 Pro", sans-serif;
          color: #cccccc;
          font-weight: 300;
          margin-right: 5px; }
          .site-header .row-menu-2 .telefono .nav-link:before:hover {
            color: #c8d23a; }
        @media screen and (min-width: 992px) and (max-width: 1199.98px) {
          .site-header .row-menu-2 .telefono .nav-link {
            display: none; } }
        @media screen and (min-width: 360px) and (max-width: 991.98px) {
          .site-header .row-menu-2 .telefono .nav-link {
            background-color: #e2e2e2;
            width: 100%;
            padding-top: 5px !important;
            padding-bottom: 5px !important; }
            .site-header .row-menu-2 .telefono .nav-link:before {
              content: '\f879';
              font-family: "Font Awesome 5 Pro", sans-serif;
              color: #cccccc;
              font-weight: 300;
              margin-right: 5px; } }
    .site-header .row-menu-2 .Gruppo_1 p:before {
      content: '\e00d';
      font-family: "Font Awesome 5 Pro", sans-serif;
      margin-right: 3px; }
  @media (min-width: 992px) and (max-width: 1020px) {
    .site-header .row-menu-2 {
      display: flex;
      justify-content: center;
      align-items: center; }
      .site-header .row-menu-2 .menu-2-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 30px;
        height: auto;
        /*parte contente logo + navbar + telefono*/
        /*classe che definisce il menu di 3 livelli*/
        /*classe che definisce il menu di solo 2 livelli*/ }
        .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 {
          display: flex;
          width: 95%; }
          .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-nav {
            margin: auto;
            display: flex;
            justify-content: space-between;
            color: #ffffff;
            width: 100%; }
        .site-header .row-menu-2 .menu-2-container .dropdown-menu {
          background-color: #ffffff;
          border-radius: 10px;
          margin-top: 40px;
          color: #666666; }
        .site-header .row-menu-2 .menu-2-container .dropdown-menu.show .nav-item:hover {
          background-color: #003059; } }
  @media (min-width: 120px) and (max-width: 991.98px) {
    .site-header .row-menu-2 {
      display: flex;
      justify-content: center;
      align-items: center; }
      .site-header .row-menu-2 .menu-2-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        min-height: 30px;
        max-height: 90px;
        height: auto;
        /*parte contente logo + navbar + telefono*/ }
        .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 {
          display: flex;
          width: 100%;
          order: 3;
          /*classe che definisce le voci di primo livello*/
          /*classe che definisce il menu di 3 livelli MEGAMENU*/
          /*classe che definisce il menu di solo 2 livelli*/ }
          .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 button {
            position: absolute;
            top: -16px;
            right: 15px;
            background-color: transparent;
            background-color: transparent;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 button i {
              color: #ffffff; }
          .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-nav {
            color: #000000;
            width: 100% !important;
            background-color: #ffffff;
            padding: 0;
            margin: 0;
            position: absolute;
            max-height: 100vh;
            overflow-y: scroll;
            left: 0 !important;
            top: 30px;
            animation: animationFrames ease-in-out 1s;
            animation-iteration-count: 1;
            transform-origin: 50% 50%;
            animation-fill-mode: forwards; }
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .navbar-nav li a {
              color: #ffffff;
              padding: 12px 0 12px 15px; }
          .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu {
            background-color: #ffffff;
            margin-top: 0px;
            color: #666666;
            border: 0; }
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu::after {
              display: none; }
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu .blocchi {
              width: 100%;
              padding: 0;
              margin: 0; }
              .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu .blocchi p {
                color: #003059;
                font-weight: 300;
                font-size: 22px;
                padding: 10px 0 0 15px;
                background-color: #ffffff; }
              .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu .blocchi .nav-link {
                color: #000000;
                padding: 0 45px;
                background-color: #ffffff;
                padding-top: 5px;
                padding-bottom: 5px; }
                .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu .blocchi .nav-link:hover {
                  background-color: #e2e2e2;
                  color: #c8d23a; }
          .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .drodown-single.show {
            margin-top: 2px !important;
            border: 0px !important; }
          .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu.show {
            padding: 0;
            margin: 0; }
            .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu.show .nav-item {
              background-color: #ffffff; }
              .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu.show .nav-item:hover {
                background-color: #e2e2e2; }
              .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu.show .nav-item .dropdown-item {
                color: #666666;
                background-color: transparent;
                padding: 1px 0 1px 35px; }
                .site-header .row-menu-2 .menu-2-container .swg_menu_header_2 .dropdown-menu.show .nav-item .dropdown-item:hover {
                  color: #003059;
                  background-color: #e2e2e2; } }

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-ms-keyframes animationFrames {
  .site-header 0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px); }
  .site-header 100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); } }

/********************
    MODAL LOGIN
 ******************/
[dg-role="login-form"] .btn.btn-1 {
  background-color: #003059 !important;
  color: #ffffff; }

/* recover password*/
[dg-role="login-modal"] {
  animation: animationFrames ease-in-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; }
  [dg-role="login-modal"] .modal-content {
    background-color: #ffffff; }
    [dg-role="login-modal"] .modal-content .modal-body input {
      border: 2px solid #003059; }
    [dg-role="login-modal"] .modal-content .modal-body [dg-role="signup-link"] {
      color: #000000; }
      [dg-role="login-modal"] .modal-content .modal-body [dg-role="signup-link"]:hover {
        color: #003059; }
    [dg-role="login-modal"] .modal-content .modal-body .lost-pass {
      color: #000000; }
      [dg-role="login-modal"] .modal-content .modal-body .lost-pass:hover {
        color: #003059; }
  [dg-role="login-modal"] .btn-1 {
    background-color: #003059;
    color: #ffffff; }
    [dg-role="login-modal"] .btn-1:hover {
      color: #ffffff; }

/********************
    FOOTER CUSTOM
 ******************/
footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 300px; }

.footer-custom .bg-footer {
  background-image: url(https://vapatours-new.datagest.it/media/5607/footer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  height: auto;
  display: flex;
  align-items: end; }
  @media (max-width: 991.98px) {
    .footer-custom .bg-footer {
      display: flex;
      align-items: center;
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 50px;
      height: auto; } }

.footer-custom .title {
  font-weight: 700;
  /*foorer versione mobile*/ }
  .footer-custom .title a {
    color: #ffffff !important;
    font-size: 12px !important; }

.footer-custom .col_white_amrc {
  color: #FFF; }

.footer-custom .azienda {
  width: 30%; }
  .footer-custom .azienda p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; }
  .footer-custom .azienda i {
    font-weight: 300;
    margin-right: 5px; }
  .footer-custom .azienda a {
    color: #0064BD; }
  .footer-custom .azienda .logo-footer {
    width: 130px;
    height: 80px;
    object-fit: cover;
    overflow: hidden; }
    .footer-custom .azienda .logo-footer img {
      width: 100%;
      height: auto; }

.footer-custom .menu-desk {
  width: 70%; }
  .footer-custom .menu-desk h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000; }
  .footer-custom .menu-desk .title {
    margin-top: 15px; }
    .footer-custom .menu-desk .title a {
      font-size: 12px;
      font-weight: 600;
      color: #000000; }
    .footer-custom .menu-desk .title:hover {
      color: #000000;
      text-decoration: none; }
  .footer-custom .menu-desk .sub-link {
    color: #000000;
    font-size: 12px;
    font-weight: 600; }
    .footer-custom .menu-desk .sub-link:hover {
      color: #000000;
      text-decoration: none; }
  .footer-custom .menu-desk ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
    .footer-custom .menu-desk ul li {
      list-style-type: none; }
    .footer-custom .menu-desk ul .footer-menu-3-title {
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 15px; }
      .footer-custom .menu-desk ul .footer-menu-3-title h1, .footer-custom .menu-desk ul .footer-menu-3-title h2, .footer-custom .menu-desk ul .footer-menu-3-title h3, .footer-custom .menu-desk ul .footer-menu-3-title h4, .footer-custom .menu-desk ul .footer-menu-3-title h5 {
        font-size: 16px;
        font-weight: 700; }
  .footer-custom .menu-desk .destinazioni {
    width: 25%; }
  .footer-custom .menu-desk .destinazioni-2 {
    width: 25%; }
  .footer-custom .menu-desk .sono-in-vena-di {
    width: 25%; }
  .footer-custom .menu-desk .su-di-noi {
    width: 25%; }
  .footer-custom .menu-desk .indirizzo {
    color: #ffffff; }

.footer-custom .menu-mob {
  width: 100%;
  background-color: transparent;
  text-align: center;
  /* Style the button that is used to open and close the collapsible content */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the collapsible content. Note: hidden by default */ }
  .footer-custom .menu-mob .collapsible {
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px; }
    .footer-custom .menu-mob .collapsible span {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer-custom .menu-mob .collapsible span:before {
        content: '\f0c9';
        font-family: "Font Awesome 5 Pro", sans-serif;
        color: #ffffff;
        margin-right: 8px;
        background-color: #0064BD;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
  .footer-custom .menu-mob .active, .footer-custom .menu-mob .collapsible:hover {
    background-color: transparent; }
  .footer-custom .menu-mob .content {
    padding: 0 8px;
    display: none;
    overflow: hidden;
    background-color: transparent; }
  .footer-custom .menu-mob h5 {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff; }
  .footer-custom .menu-mob .title {
    margin-top: 5px; }
    .footer-custom .menu-mob .title a {
      font-size: 14px;
      font-weight: 600; }
    .footer-custom .menu-mob .title:hover {
      color: #000000;
      text-decoration: none; }
  .footer-custom .menu-mob .sub-link {
    color: #000000;
    font-size: 12px;
    font-weight: 300; }
    .footer-custom .menu-mob .sub-link:hover {
      color: #000000;
      text-decoration: none; }
  .footer-custom .menu-mob ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
    .footer-custom .menu-mob ul li {
      list-style-type: none; }
    .footer-custom .menu-mob ul .footer-menu-3-title {
      font-size: 20px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 5px; }
  .footer-custom .menu-mob .destinazioni {
    width: 25%; }
  .footer-custom .menu-mob .destinazioni-2 {
    width: 25%; }
  .footer-custom .menu-mob .sono-in-vena-di {
    width: 25%; }
  .footer-custom .menu-mob .su-di-noi {
    width: 25%; }

@media (max-width: 991.98px) {
  .footer-custom .menu-mob {
    display: block; }
  .footer-custom .menu-desk {
    display: none; }
  .footer-custom .azienda {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .footer-custom .azienda p {
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      text-align: center; }
    .footer-custom .azienda i {
      font-weight: 300;
      margin-right: 5px; }
    .footer-custom .azienda a {
      color: #0064BD; }
    .footer-custom .azienda .logo-footer {
      width: 130px;
      height: 80px;
      object-fit: cover;
      overflow: hidden;
      margin: auto; }
      .footer-custom .azienda .logo-footer img {
        width: 100%;
        height: auto; } }

@media (min-width: 992px) {
  .footer-custom .menu-desk {
    display: block; }
  .footer-custom .menu-mob {
    display: none; } }

/*parte dei social e del copyright*/
.bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .bottom-footer .fondo-garanzia {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10% !important;
    padding-right: 10% !important; }
    .bottom-footer .fondo-garanzia p {
      color: #000000 !important;
      font-size: 10px;
      line-height: 1; }
    .bottom-footer .fondo-garanzia a {
      color: #000000; }
  .bottom-footer .indirizzo {
    background-color: #c8d23a;
    color: #003059;
    text-align: center;
    padding: 5px 10px;
    width: 100%; }

@media (max-width: 991.98px) {
  .bottom-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .bottom-footer .copyright {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px; }
      .bottom-footer .copyright p {
        color: #ffffff; }
      .bottom-footer .copyright a {
        color: #0064BD; }
    .bottom-footer .social_icons_rounded {
      text-align: center;
      padding: 0;
      margin-bottom: 0 !important;
      margin-top: 5px;
      width: 50%;
      display: flex;
      justify-content: center; }
      .bottom-footer .social_icons_rounded ul {
        padding: 0 !important;
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: center; }
        .bottom-footer .social_icons_rounded ul li a {
          float: left;
          border-radius: 50%;
          line-height: 40px;
          color: #e0e0e0;
          height: 40px;
          width: 40px;
          text-align: center;
          border: 1px solid #e0e0e0; }
          .bottom-footer .social_icons_rounded ul li a i {
            font-size: 16px; }
    .bottom-footer .f_facebook:hover {
      color: #fff;
      background: #2a66b3;
      border: 1px solid #2a66b3; }
    .bottom-footer .t_twitter:hover {
      color: #fff;
      background: #35bbec;
      border: 1px solid #35bbec; }
    .bottom-footer .gap {
      margin-right: 15px; } }

/*ridimensiono il container di bootstrap 
    per adattarlo a tutte le risoluzioni*/
.container {
  max-width: 85vw !important; }
  @media (max-width: 1360.98px) {
    .container {
      max-width: 95vw !important; } }
  @media (max-width: 991.98px) {
    .container {
      max-width: 98vw !important; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: 98vw !important; } }
  @media (max-width: 520px) {
    .container {
      max-width: 100vw !important; } }

/*forma contatti sito*/
.container.Contact-Form {
  display: flex;
  flex-wrap: wrap; }

