/* $variabili */
/* @mixin */
/* Sass */
.hide {
  display: none; }

* {
  outline: 0 !important; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

.btn {
  border-width: 2px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px; }
  .btn .fa {
    margin-left: 5px; }

.btn-default {
  background-color: #ffb20c;
  border-color: #ffb20c;
  transition: 0.5s; }
  .btn-default:hover {
    background-color: transparent;
    border-color: #ffb20c;
    color: #ffb20c; }

.btn-primary {
  background-color: #13708b;
  border-color: #13708b;
  color: white;
  transition: 0.5s; }
  .btn-primary:hover {
    color: #13708b !important; }

.nopad {
  padding-left: 0;
  padding-right: 0; }

.gfull {
  width: 100%; }

.href-hide {
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1; }

p {
  color: #a1a1a1 !important; }

/* index.html */
.full-home {
  padding-bottom: 30px; }

.full-hero {
  background-image: url(../imgs/full-hero.jpg);
  background-size: cover;
  min-height: 100vh;
  height: auto; }
  .full-hero img {
    margin: 0 auto; }
  .full-hero .nav {
    padding-top: 20px;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    z-index: 4;
    transition: background-color 0.5s;
    position: relative; }
    .full-hero .nav .webcam {
      line-height: 75px;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .full-hero .nav .webcam a {
        color: white; }
      .full-hero .nav .webcam img {
        margin-right: 10px; }
    .full-hero .nav .telefono span {
      margin-right: -30px;
      display: inline-block;
      background-color: #13708b;
      padding: 15px;
      color: white;
      margin-top: 10px;
      transition: 0.5s; }
      .full-hero .nav .telefono span .fa {
        margin-right: 5px; }
      .full-hero .nav .telefono span:hover {
        background-color: white;
        color: #13708b; }
    .full-hero .nav .menu {
      height: 74px;
      line-height: 74px; }
      .full-hero .nav .menu li {
        font-weight: 500;
        letter-spacing: 1px;
        padding-left: 0;
        padding-right: 0;
        text-transform: uppercase; }
        .full-hero .nav .menu li a {
          color: white;
          height: 74px;
          display: block;
          padding-left: 10px;
          padding-right: 10px; }
          .full-hero .nav .menu li a.open {
            cursor: pointer; }
            .full-hero .nav .menu li a.open span {
              display: inline-block;
              width: 25px;
              height: 2px;
              background-color: white;
              position: relative;
              vertical-align: middle;
              margin-left: 5px;
              transition: 0.5s; }
              .full-hero .nav .menu li a.open span:before, .full-hero .nav .menu li a.open span:after {
                content: '';
                position: absolute;
                top: -8px;
                width: 25px;
                height: 2px;
                background-color: white;
                display: inline-block;
                transition: 0.5s; }
              .full-hero .nav .menu li a.open span:after {
                top: 8px; }
            .full-hero .nav .menu li a.open small {
              font-size: 16px; }
          .full-hero .nav .menu li a:hover {
            text-decoration: none;
            color: #ffb20c; }
    .full-hero .nav .lang {
      height: 74px;
      background-color: transparent;
      border: none;
      color: white;
      background-image: url(../imgs/arrow-white.png);
      background-repeat: no-repeat;
      background-position: center right;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 40px;
      cursor: pointer; }
      .full-hero .nav .lang option {
        color: #a1a1a1;
        box-shadow: none !important;
        border: none !important; }

.open-hover span {
  height: 0 !important; }
  .open-hover span:before {
    transform: rotate(45deg);
    top: -4px !important; }
  .open-hover span:after {
    transform: rotate(-45deg);
    top: -4px !important; }

.full-hero .nav .telefono span.btn-tel {
  margin-right: -20px; }

.menu-full {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #13708b;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: none;
  padding-top: 200px; }
  .menu-full a:hover {
    text-decoration: none; }
  .menu-full span {
    text-transform: uppercase;
    color: #ffb20c; }
  .menu-full hr {
    max-width: 190px;
    border-top-color: #2f8198;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .menu-full ul {
    margin-bottom: 0; }
    .menu-full ul li {
      margin-bottom: 5px;
      letter-spacing: 0.5px; }
      .menu-full ul li a {
        color: white; }
        .menu-full ul li a:hover {
          text-decoration: underline; }

.book {
  margin-top: 200px;
  text-align: center; }
  .book .book-home.isStuck {
    background-color: #13708b;
    padding-top: 10px;
    padding-bottom: 10px; }
    .book .book-home.isStuck form {
      margin-top: 0; }
  .book p {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white !important;
    font-family: "Roboto Slab";
    font-size: 70px;
    font-weight: 200;
    margin-bottom: 0; }
  .book small {
    color: white;
    font-size: 26px;
    margin-top: -15px;
    display: block; }
  .book form {
    margin-top: 40px; }
    .book form .form-group {
      width: 100%; }
    .book form .form-control {
      width: 261px;
      height: 63px;
      box-shadow: none;
      margin-right: -5px;
      border-color: white; }
    .book form select, .book form input {
      background-image: url(../imgs/input-arrow.png);
      background-repeat: no-repeat;
      background-position: center right 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-transform: uppercase;
      padding: 15px;
      color: #c6c3b5;
      font-weight: 500;
      letter-spacing: 1px; }
      .book form select.pax, .book form input.pax {
        width: 189px;
        margin-top: -3px; }
      .book form select.elba, .book form input.elba {
        background-image: url(../imgs/elba-input.png); }
    .book form input {
      background-image: url(../imgs/input-date.png); }
    .book form .btn {
      height: 63px;
      background-color: #ffb20c;
      color: white;
      letter-spacing: 1px;
      width: 251px;
      font-size: 18px;
      line-height: 50px;
      margin-top: -1px;
      border-bottom: 3px solid #ffb20c;
      transition: 0.5s; }
      .book form .btn:hover {
        background-color: #13708b;
        color: white;
        border-bottom: 3px solid #13708b; }

.book-pagina {
  background-color: #13708b;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  .book-pagina.book-pagina.isStuck {
    background-color: #13708b;
    padding-top: 10px;
    padding-bottom: 10px; }
    .book-pagina.book-pagina.isStuck form {
      margin-top: 0; }
  .book-pagina p {
    text-transform: uppercase;
    color: white;
    font-size: 90px;
    font-family: "Roboto Slab";
    font-weight: 200;
    margin-bottom: 0; }
  .book-pagina small {
    color: white;
    font-size: 21px;
    font-family: "Roboto Slab";
    font-weight: 200;
    margin-top: -15px;
    display: block; }
  .book-pagina form .form-group {
    width: 100%; }
  .book-pagina form .form-control {
    width: 261px;
    height: 63px;
    box-shadow: none;
    margin-right: -5px;
    border-color: #dddbd3; }
  .book-pagina form select, .book-pagina form input {
    background-image: url(../imgs/input-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    padding: 15px;
    color: #c6c3b5;
    font-weight: 500;
    letter-spacing: 1px; }
    .book-pagina form select.pax, .book-pagina form input.pax {
      width: 189px; }
    .book-pagina form select.elba, .book-pagina form input.elba {
      background-image: url(../imgs/elba-input.png); }
  .book-pagina form input {
    background-image: url(../imgs/input-date.png); }
  .book-pagina form .btn {
    height: 63px;
    background-color: #ffb20c;
    color: white;
    letter-spacing: 1px;
    width: 200px;
    margin-top: -2px;
    font-size: 18px;
    font-weight: 400; }
    .book-pagina form .btn:hover {
      background-color: #206c78;
      color: white; }

.where h2 {
  font-size: 26px;
  margin-bottom: 40px; }
.where .items {
  border: 1px solid white;
  position: relative; }
  .where .items .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.5s; }
    .where .items .text h3 {
      margin-top: 25%;
      font-size: 26px;
      color: white;
      letter-spacing: 1px; }
    .where .items .text hr {
      width: 12px;
      border-top-width: 2px; }
  .where .items:hover .text {
    background-color: rgba(69, 184, 195, 0.8); }
  .where .items a {
    text-indent: -200%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }

.hotel {
  margin-bottom: 20px;
  padding-top: 100px; }
  .hotel h2 {
    font-size: 37px;
    margin-bottom: 10px;
    color: black; }
  .hotel ins {
    text-align: center;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #a1a1a1;
    font-family: "Roboto Condensed";
    letter-spacing: 0.5px; }
  .hotel .type {
    margin-bottom: 40px; }
    .hotel .type ul li {
      line-height: 40px;
      background-color: white;
      border: 1px solid #b1b1b1;
      margin-right: 5px;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
      .hotel .type ul li a {
        display: block;
        height: 40px;
        color: #b1b1b1;
        text-decoration: none;
        padding-left: 15px;
        padding-right: 15px; }
      .hotel .type ul li:hover {
        background-color: #13708b;
        border-color: #13708b; }
        .hotel .type ul li:hover a {
          color: white; }
      .hotel .type ul li.active {
        background-color: #13708b;
        border-color: #13708b; }
        .hotel .type ul li.active a {
          color: white; }
  .hotel .items {
    background-color: #f5f5f2;
    height: 358px;
    margin-bottom: 20px;
    position: relative;
    min-height: 370px; }
    .hotel .items .text {
      padding: 25px; }
      .hotel .items .text h3 {
        font-size: 21px;
        margin-bottom: 0;
        transition: 0.5s; }
      .hotel .items .text .fa {
        margin-left: 5px;
        color: #b8b5ae;
        position: relative;
        z-index: 3;
        font-size: 18px; }
        .hotel .items .text .fa.active {
          color: #ffb20c; }
      .hotel .items .text small {
        font-size: 15px;
        font-weight: 500; }
      .hotel .items .text span {
        color: #13708b;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 15px;
        display: block;
        margin-top: 25px; }
      .hotel .items .text a {
        text-indent: -200%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1; }
    .hotel .items .footer {
      background-color: #f5f5f2;
      padding-left: 25px;
      padding-bottom: 20px;
      position: absolute;
      bottom: 0;
      left: 0; }
    .hotel .items .href-hide {
      text-indent: -200%;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .hotel .items:hover h3 {
      color: #206c78; }

.livigno-logo {
  position: absolute;
  top: 400px;
  left: 0; }

.slider {
  background-image: url(../imgs/slider.jpg);
  background-size: cover;
  min-height: 738px;
  overflow-x: hidden; }
  .slider h2 {
    font-size: 37px;
    font-weight: 300;
    margin-top: 80px; }
  .slider ins {
    text-align: center;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #a1a1a1;
    font-family: "Roboto Condensed";
    letter-spacing: 0.5px; }
  .slider .items {
    background-color: white;
    height: 358px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    max-width: 295px !important; }
    .slider .items .text {
      padding: 25px; }
      .slider .items .text h3 {
        font-size: 21px;
        margin-bottom: 0;
        transition: 0.5s; }
      .slider .items .text .fa {
        margin-left: 5px;
        color: #b8b5ae;
        position: relative;
        z-index: 3;
        font-size: 18px; }
        .slider .items .text .fa.active {
          color: #ffb20c; }
      .slider .items .text small {
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 500;
        color: #282a35; }
      .slider .items .text span {
        color: #d4515d;
        font-weight: 500;
        font-style: italic;
        font-size: 15px;
        display: block;
        margin-top: 25px; }
      .slider .items .text a {
        text-indent: -200%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1; }
    .slider .items .footer {
      position: absolute;
      width: 100%;
      height: 40px;
      background-color: #13708b;
      bottom: 0;
      line-height: 40px;
      font-weight: 500;
      font-size: 15px;
      z-index: 2;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .slider .items .footer p {
        color: white !important; }
      .slider .items .footer a {
        display: block;
        width: 100%;
        color: #a1a1a1;
        padding-left: 25px;
        color: white;
        transition: 0.5s; }
      .slider .items .footer:hover a, .slider .items .footer:hover p {
        color: #ffb20c !important;
        text-decoration: none; }
    .slider .items .href-hide {
      text-indent: -200%;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .slider .items:hover h3 {
      color: #206c78; }
  .slider .btn {
    margin-top: 60px;
    font-size: 15px;
    color: #13708b;
    border: 1px solid #13708b;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.5s; }
    .slider .btn:hover {
      color: white;
      background-color: #13708b; }

.livigno {
  background-image: url(../imgs/livigno.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 250px;
  padding-bottom: 250px;
  text-align: center; }
  .livigno .livigno-testo {
    background-color: rgba(255, 178, 12, 0.9);
    padding: 50px;
    display: inline-block; }
    .livigno .livigno-testo img {
      margin-top: -100px; }
    .livigno .livigno-testo h3 {
      font-size: 37px;
      font-weight: 300;
      color: white;
      margin-top: 20px;
      margin-bottom: 0; }
    .livigno .livigno-testo .btn {
      border: 2px solid white;
      color: white;
      padding: 10px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 16px;
      margin-top: 30px;
      transition: 0.5s; }
      .livigno .livigno-testo .btn:hover {
        background-color: white;
        color: #ffb20c; }

.contatori {
  text-align: center; }
  .contatori h2 {
    font-size: 37px;
    font-weight: 300;
    margin-top: 80px; }
  .contatori ins {
    text-align: center;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #a1a1a1;
    font-family: "Roboto Condensed";
    letter-spacing: 0.5px; }
  .contatori p {
    font-size: 20px;
    font-weight: 400;
    color: black !important;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    border-right: 1px solid #e9e9ea; }
    .contatori p span {
      font-weight: 400;
      font-size: 60px;
      display: block;
      color: black;
      margin-bottom: 10px; }
    .contatori p ins {
      color: #282a35;
      font-weight: 400;
      font-size: 16px; }
  .contatori .col-md-3 {
    margin-top: 20px;
    margin-bottom: 20px; }
    .contatori .col-md-3.no-bordo p {
      border: none; }

.service .items {
  border: 1px solid white;
  position: relative; }
  .service .items .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.5s; }
    .service .items .text h3 {
      margin-top: 30%;
      font-size: 26px;
      color: white;
      text-transform: uppercase; }
    .service .items .text hr {
      width: 12px;
      border-top-width: 2px; }
  .service .items:hover .text {
    background-color: rgba(255, 178, 12, 0.9); }
  .service .items a {
    text-indent: -200%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }

.event {
  background-color: #f5f5f2;
  padding-bottom: 20px; }
  .event h2 {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 40px; }
  .event .items {
    background-color: white;
    min-height: 457px;
    margin-bottom: 20px;
    position: relative;
    float: left; }
    .event .items .text {
      padding: 25px; }
      .event .items .text h3 {
        font-size: 21px;
        margin-bottom: 0;
        transition: 0.5s; }
      .event .items .text .fa {
        margin-left: 5px;
        color: #b8b5ae;
        position: relative;
        z-index: 3;
        font-size: 18px; }
        .event .items .text .fa.active {
          color: #ffb20c; }
      .event .items .text small {
        font-size: 15px;
        font-weight: 500; }
      .event .items .text span {
        color: #d4515d;
        font-weight: 500;
        font-style: italic;
        font-size: 15px;
        display: block;
        margin-top: 25px; }
      .event .items .text a {
        text-indent: -200%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1; }
      .event .items .text p {
        margin-top: 10px; }
    .event .items .footer {
      position: absolute;
      width: 100%;
      height: 40px;
      background-color: white;
      bottom: 0;
      line-height: 40px;
      font-weight: 500;
      font-size: 15px;
      z-index: 2;
      letter-spacing: 1px;
      border-top: 1px solid #f5f5f2; }
      .event .items .footer a {
        display: block;
        width: 100%;
        color: #a1a1a1;
        padding-left: 20px; }
      .event .items .footer:hover a {
        color: #d4515d;
        text-decoration: none;
        background-color: white; }
    .event .items .href-hide {
      text-indent: -200%;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .event .items:hover h3 {
      color: #206c78; }
  .event .owl-carousel .owl-dots.disabled {
    display: block; }
  .event .owl-theme .owl-dots .owl-dot span {
    background-color: #206c78; }
  .event .owl-theme .owl-dots .owl-dot.active span, .event .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffb20c; }

.big-footer {
  padding-top: 71px; }
  .big-footer .elbaworld {
    padding-top: 30px; }
    .big-footer .elbaworld .address {
      margin-top: 20px;
      padding: 20px;
      padding-bottom: 10px;
      border-top: 1px solid #f5f5f2; }
      .big-footer .elbaworld .address small {
        display: inline-block;
        padding-left: 35px;
        margin-top: -20px; }
      .big-footer .elbaworld .address .fa {
        margin-right: 15px;
        vertical-align: middle;
        font-size: 20px;
        color: #13708b; }
      .big-footer .elbaworld .address li {
        margin-bottom: 25px;
        font-weight: 500; }
        .big-footer .elbaworld .address li small {
          font-size: 16px; }
        .big-footer .elbaworld .address li a {
          color: #a1a1a1; }
  .big-footer p {
    color: black !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 1px; }
  .big-footer ul {
    margin-top: 10px; }
    .big-footer ul li {
      margin-bottom: 10px;
      font-weight: 500; }
      .big-footer ul li a {
        color: #a1a1a1; }
        .big-footer ul li a.active {
          color: #ffb20c; }

.sotto-footer {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px; }
  .sotto-footer img {
    float: right; }
  .sotto-footer p {
    font-size: 16px;
    color: #a1a1a1; }
    .sotto-footer p span {
      color: #13708b; }

.margine-top {
  margin-top: 50px !important; }

.ueppy {
  border-top: 1px solid #ededea;
  padding: 10px; }
  .ueppy p {
    font-size: 11px !important;
    margin-bottom: 0;
    font-weight: 500; }

/* strutture.html */
.full-hero-strutture {
  height: 74px;
  min-height: 1px;
  background-image: none;
  background-color: #13708b;
  background-position: bottom; }

.strutture {
  position: relative; }
  .strutture img {
    width: 100%; }
  .strutture .elenco {
    position: absolute;
    width: 60%;
    max-height: 100vh;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .strutture .elenco .container {
      width: 100%;
      padding-top: 40px; }
      .strutture .elenco .container p {
        font-size: 21px; }
      .strutture .elenco .container form select, .strutture .elenco .container form input {
        height: 44px;
        background-image: url(../imgs/input-arrow.png);
        background-repeat: no-repeat;
        background-position: center right 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-transform: uppercase;
        width: 150px;
        padding-left: 15px;
        border-color: #a1a1a1;
        height: 40px;
        font-size: 14px; }
        .strutture .elenco .container form select.elba, .strutture .elenco .container form input.elba {
          width: 101%;
          background-position: center right 19px; }
        .strutture .elenco .container form select.pax, .strutture .elenco .container form input.pax {
          width: 100%; }
      .strutture .elenco .container form input {
        background-image: url(../imgs/input-date.png);
        background-repeat: no-repeat;
        background-position: center right 15px;
        text-transform: uppercase;
        padding: 15px; }
        .strutture .elenco .container form input.arrivo, .strutture .elenco .container form input.partenza {
          width: 50%; }
        .strutture .elenco .container form input.partenza {
          margin-left: -5px; }
      .strutture .elenco .container form .form-group.elba-group {
        width: 55%;
        margin-bottom: 12px; }
      .strutture .elenco .container form .form-group.pax-group {
        margin-bottom: 12px;
        margin-left: -4px;
        width: 25%; }
      .strutture .elenco .container form .form-group.arrivo-partenza {
        width: 80%; }
    .strutture .elenco .type-strutture ul {
      margin-left: 0; }
      .strutture .elenco .type-strutture ul li {
        line-height: 40px;
        background-color: #ebeae5;
        margin-right: 5px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.5px;
        width: 105px;
        text-align: center;
        margin-bottom: 10px; }
        .strutture .elenco .type-strutture ul li a {
          display: block;
          height: 40px;
          color: #a1a1a1;
          text-decoration: none;
          width: 95px; }
        .strutture .elenco .type-strutture ul li:hover {
          background-color: #ffb20c; }
          .strutture .elenco .type-strutture ul li:hover a {
            color: white; }
        .strutture .elenco .type-strutture ul li.active {
          background-color: #ffb20c; }
          .strutture .elenco .type-strutture ul li.active a {
            color: white; }
    .strutture .elenco .filter-strutture {
      padding-top: 0; }
      .strutture .elenco .filter-strutture .btn {
        width: 105px;
        font-size: 12px;
        letter-spacing: 0.5px;
        background-color: white;
        border: 1px solid #b1b1b1;
        color: #b1b1b1;
        height: 40px;
        transition: 0.5s; }
        .strutture .elenco .filter-strutture .btn:hover {
          background-color: #13708b;
          color: white;
          border-color: #13708b; }
      .strutture .elenco .filter-strutture .filter {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #ebeae5;
        position: relative; }
        .strutture .elenco .filter-strutture .filter:first-child {
          margin-top: 30px; }
        .strutture .elenco .filter-strutture .filter:last-child {
          border-bottom: 1px solid #ebeae5; }
        .strutture .elenco .filter-strutture .filter p {
          font-size: 15px;
          font-weight: 500; }
        .strutture .elenco .filter-strutture .filter .other, .strutture .elenco .filter-strutture .filter .other-1 {
          height: 100%;
          width: 40px;
          position: absolute;
          right: 0;
          top: 0;
          cursor: pointer; }
          .strutture .elenco .filter-strutture .filter .other .fa, .strutture .elenco .filter-strutture .filter .other-1 .fa {
            display: block;
            padding-top: 100%;
            height: 100%;
            transition: 0.5s; }
            .strutture .elenco .filter-strutture .filter .other .fa:hover, .strutture .elenco .filter-strutture .filter .other-1 .fa:hover {
              color: #ffb20c; }
          .strutture .elenco .filter-strutture .filter .other.open-other .fa, .strutture .elenco .filter-strutture .filter .other-1.open-other .fa {
            color: #ffb20c; }
        .strutture .elenco .filter-strutture .filter .otherdiv, .strutture .elenco .filter-strutture .filter .otherdiv-1 {
          display: none; }
          .strutture .elenco .filter-strutture .filter .otherdiv .form-group, .strutture .elenco .filter-strutture .filter .otherdiv-1 .form-group {
            margin-top: 10px; }
      .strutture .elenco .filter-strutture form label {
        font-weight: 500;
        font-size: 15px;
        margin-right: 15px; }
      .strutture .elenco .filter-strutture form .btn {
        margin-top: 15px;
        margin-right: 10px;
        background-color: #a1a1a1;
        color: white; }
        .strutture .elenco .filter-strutture form .btn:hover {
          background-color: white;
          color: #a1a1a1; }
      .strutture .elenco .filter-strutture form .apply-form {
        width: auto;
        background-color: #ffb20c;
        color: white;
        border-color: #ffb20c; }
        .strutture .elenco .filter-strutture form .apply-form:hover {
          color: #ffb20c;
          background-color: white;
          border-color: #ffb20c; }
      .strutture .elenco .filter-strutture .opened-filtr {
        display: none; }
      .strutture .elenco .filter-strutture .open-filtr .fa {
        transition: transform 0.5s; }
      .strutture .elenco .filter-strutture .open-filtr.active {
        background-color: #13708b;
        color: white;
        box-shadow: none;
        border: 1px solid #13708b; }
        .strutture .elenco .filter-strutture .open-filtr.active .fa {
          transform: rotate(90deg); }
      .strutture .elenco .filter-strutture .open-filtr:hover {
        color: white !important; }
    .strutture .elenco .struttura {
      padding-bottom: 80px; }
      .strutture .elenco .struttura .items {
        background-color: #f4f4f4;
        min-height: 370px;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 50px; }
        .strutture .elenco .struttura .items .text {
          padding: 25px; }
          .strutture .elenco .struttura .items .text h3 {
            font-size: 21px;
            margin-bottom: 0;
            transition: 0.5s; }
          .strutture .elenco .struttura .items .text .fa {
            margin-left: 5px;
            color: #b8b5ae;
            position: relative;
            z-index: 3;
            font-size: 18px; }
            .strutture .elenco .struttura .items .text .fa.active {
              color: #ffb20c; }
          .strutture .elenco .struttura .items .text small {
            font-size: 15px;
            font-weight: 500; }
          .strutture .elenco .struttura .items .text span {
            color: #13708b;
            font-weight: 500;
            letter-spacing: 0.5px;
            font-size: 15px;
            display: block;
            margin-top: 25px;
            display: none; }
          .strutture .elenco .struttura .items .text a {
            text-indent: -200%;
            white-space: nowrap;
            overflow: hidden;
            font-size: 14px;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: 1; }
        .strutture .elenco .struttura .items .footer {
          position: absolute;
          width: 100%;
          background-color: #f4f4f4;
          bottom: 0;
          line-height: 40px;
          font-weight: 500;
          font-size: 15px;
          z-index: 2; }
          .strutture .elenco .struttura .items .footer a {
            padding-left: 25px; }
          .strutture .elenco .struttura .items .footer p {
            font-size: 15px; }
        .strutture .elenco .struttura .items .href-hide {
          text-indent: -200%;
          white-space: nowrap;
          overflow: hidden;
          font-size: 14px;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          z-index: 1; }
        .strutture .elenco .struttura .items:hover h3 {
          color: #206c78; }
  .strutture .mappa {
    position: absolute;
    width: 40%;
    background-color: #ffb20c;
    height: calc(100vh - 74px);
    right: 0; }
    .strutture .mappa #cmap {
      height: 100%;
      width: 100%; }

/* offerte.html */
.offer .type-offer {
  padding-top: 0 !important; }
.offer .elenco-offer {
  background-color: #f5f4ef; }

.offerta {
  padding-bottom: 80px; }
  .offerta .items {
    background-color: white;
    height: 358px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    max-width: 295px !important; }
    .offerta .items .text {
      padding: 25px; }
      .offerta .items .text h3 {
        font-size: 21px;
        margin-bottom: 0;
        transition: 0.5s; }
      .offerta .items .text .fa {
        margin-left: 5px;
        color: #b8b5ae;
        position: relative;
        z-index: 3;
        font-size: 18px; }
        .offerta .items .text .fa.active {
          color: #ffb20c; }
      .offerta .items .text small {
        font-size: 15px;
        font-weight: 500; }
      .offerta .items .text span {
        color: #d4515d;
        font-weight: 500;
        font-style: italic;
        font-size: 15px;
        display: block;
        margin-top: 25px; }
      .offerta .items .text a {
        text-indent: -200%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1; }
    .offerta .items .footer {
      position: absolute;
      width: 100%;
      height: 40px;
      background-color: #d4515d;
      bottom: 0;
      line-height: 40px;
      font-weight: 500;
      font-size: 15px;
      z-index: 2;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .offerta .items .footer a {
        display: block;
        width: 100%;
        color: #a1a1a1;
        text-align: center;
        color: white; }
      .offerta .items .footer:hover a {
        color: #d4515d;
        text-decoration: none;
        background-color: white; }
      .offerta .items .footer p {
        font-size: 15px; }
    .offerta .items .href-hide {
      text-indent: -200%;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .offerta .items:hover h3 {
      color: #206c78; }

.btn-group .btn {
  background-color: transparent;
  border: 1px solid #a1a1a1;
  color: #a1a1a1;
  margin-right: 10px;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 30px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px; }
  .btn-group .btn.active, .btn-group .btn:hover {
    box-shadow: none;
    background-color: #a1a1a1;
    color: white !important; }

/* pagina-struttura.html */
.pagina {
  margin-top: 40px;
  margin-bottom: 40px; }
  .pagina .left h1 {
    font-size: 26px;
    margin-bottom: 5px; }
  .pagina .left small {
    font-size: 15px;
    font-weight: 500; }
  .pagina .left .fa {
    color: #b8b5ae;
    font-size: 22px; }
  .pagina .left .lSPager {
    margin-bottom: 40px !important;
    margin-top: 20px !important; }
  .pagina .left .lSSlideOuter .lSPager.lSGallery li {
    border-radius: 0; }
  .pagina .left .lSAction > .lSPrev, .pagina .left .lSAction > .lSNext {
    z-index: 1; }
  .pagina .left #imageGallery {
    margin-top: 30px; }
  .pagina .left h2 {
    font-size: 21px; }
  .pagina .left p {
    margin-bottom: 60px; }
  .pagina .left .panel {
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .pagina .left .panel .panel-heading {
      padding-bottom: 35px; }
      .pagina .left .panel .panel-heading h3, .pagina .left .panel .panel-heading .fa {
        font-size: 21px;
        color: #ffb20c;
        transition: 0.5s; }
      .pagina .left .panel .panel-heading a:hover, .pagina .left .panel .panel-heading a:focus, .pagina .left .panel .panel-heading a:hover .fa {
        text-decoration: none;
        color: #a1a1a1; }
    .pagina .left .panel .panel-body {
      padding-top: 40px;
      padding-bottom: 40px; }
    .pagina .left .panel ul li {
      margin-bottom: 10px;
      padding-left: 0; }
      .pagina .left .panel ul li:before {
        content: '\f00c';
        margin-right: 5px;
        font-family: 'FontAwesome'; }
      .pagina .left .panel ul li.no-service {
        text-decoration: line-through;
        color: #bebbae; }
        .pagina .left .panel ul li.no-service:before {
          content: normal; }
    .pagina .left .panel thead {
      background-color: #ffb20c; }
      .pagina .left .panel thead tr th {
        color: white;
        font-weight: 500 !important;
        text-transform: uppercase;
        text-align: center; }
    .pagina .left .panel tbody tr td {
      color: #3f454c;
      font-weight: 500;
      font-size: 13px;
      text-align: center; }
    .pagina .left .panel .items {
      background-color: white;
      height: 358px;
      margin-bottom: 20px;
      position: relative;
      float: left;
      max-width: 295px !important;
      border: 1px solid #e3e3e0; }
      .pagina .left .panel .items img {
        margin-top: 0;
        margin-bottom: 0; }
      .pagina .left .panel .items .text {
        padding: 25px; }
        .pagina .left .panel .items .text h3 {
          font-size: 21px;
          margin-bottom: 0;
          transition: 0.5s; }
        .pagina .left .panel .items .text .fa {
          margin-left: 5px;
          color: #b8b5ae;
          position: relative;
          z-index: 3;
          font-size: 18px; }
          .pagina .left .panel .items .text .fa.active {
            color: #ffb20c; }
        .pagina .left .panel .items .text small {
          font-size: 15px;
          font-weight: 500; }
        .pagina .left .panel .items .text span {
          color: #d4515d;
          font-weight: 500;
          font-style: italic;
          font-size: 15px;
          display: block;
          margin-top: 25px; }
        .pagina .left .panel .items .text a {
          text-indent: -200%;
          white-space: nowrap;
          overflow: hidden;
          font-size: 14px;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          z-index: 1; }
      .pagina .left .panel .items .footer {
        position: absolute;
        width: 100%;
        height: 40px;
        background-color: #d4515d;
        bottom: 0;
        line-height: 40px;
        font-weight: 500;
        font-size: 15px;
        z-index: 2;
        text-transform: uppercase;
        letter-spacing: 1px; }
        .pagina .left .panel .items .footer a {
          display: block;
          width: 100%;
          color: #a1a1a1;
          text-align: center;
          color: white; }
        .pagina .left .panel .items .footer:hover a {
          color: #d4515d;
          text-decoration: none;
          background-color: white; }
        .pagina .left .panel .items .footer p {
          font-size: 15px; }
      .pagina .left .panel .items .href-hide {
        text-indent: -200%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1; }
      .pagina .left .panel .items:hover h3 {
        color: #206c78; }
  .pagina .left .info-struttura {
    border: 1px solid #e6e2d2; }
    .pagina .left .info-struttura .col-md-4 {
      border-right: 1px solid #e6e2d2;
      padding: 55px;
      height: 245px; }
    .pagina .left .info-struttura .col-md-8 {
      padding: 30px;
      padding-left: 35px; }
      .pagina .left .info-struttura .col-md-8 p {
        margin-bottom: 10px;
        font-weight: 400; }
      .pagina .left .info-struttura .col-md-8 ul li {
        margin-bottom: 5px; }
        .pagina .left .info-struttura .col-md-8 ul li .fa {
          width: 30px; }
  .pagina .left .btn-offerte {
    background-color: #d4515d;
    color: white;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    height: 42px;
    line-height: 24px;
    margin-right: 5px; }
  .pagina .left .btn-mappa {
    text-transform: none;
    color: #a1a1a1;
    font-size: 15px;
    letter-spacing: 0.5px;
    background-color: #f5f5f2;
    height: 42px;
    line-height: 24px; }
    .pagina .left .btn-mappa .fa {
      color: #ffb20c;
      vertical-align: middle;
      margin-left: 5px; }
  .pagina .right .form {
    max-width: 297px;
    border: 1px solid #e6e2d2;
    overflow: hidden;
    margin: 0 auto; }
    .pagina .right .form .row {
      padding: 15px;
      border-bottom: 1px solid #e6e2d2;
      margin-left: 0;
      max-width: 297px; }
      .pagina .right .form .row:last-child {
        border-bottom: none;
        background-color: #f5f5f2; }
      .pagina .right .form .row p {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500; }
      .pagina .right .form .row .data-arrivo, .pagina .right .form .row .data-partenza, .pagina .right .form .row .numero-persone {
        font-weight: 500;
        color: #c6c3b5; }
      .pagina .right .form .row .informazioni {
        background-color: #f5f5f2;
        padding: 10px; }
        .pagina .right .form .row .informazioni p {
          font-weight: 400;
          font-size: 21px;
          color: #ffb20c;
          line-height: 1;
          margin-bottom: 20px; }
        .pagina .right .form .row .informazioni input, .pagina .right .form .row .informazioni textarea {
          height: 39px;
          background-color: transparent;
          border: 1px solid #c6c3b5;
          box-shadow: none;
          font-size: 14px;
          font-weight: 500;
          padding-left: 15px; }
          .pagina .right .form .row .informazioni input::-webkit-input-placeholder, .pagina .right .form .row .informazioni textarea::-webkit-input-placeholder {
            color: #69675f; }
          .pagina .right .form .row .informazioni input::-moz-placeholder, .pagina .right .form .row .informazioni textarea::-moz-placeholder {
            color: #69675f; }
          .pagina .right .form .row .informazioni input:-ms-input-placeholder, .pagina .right .form .row .informazioni textarea:-ms-input-placeholder {
            color: #69675f; }
        .pagina .right .form .row .informazioni textarea {
          min-height: 128px;
          resize: vertical;
          overflow: auto;
          padding-top: 10px; }
        .pagina .right .form .row .informazioni .form-group {
          margin-bottom: 10px; }
        .pagina .right .form .row .informazioni label {
          font-size: 10px;
          padding-right: 20px; }
        .pagina .right .form .row .informazioni .btn {
          background-color: #ffb20c;
          color: white;
          width: 100%;
          margin-top: 10px; }
          .pagina .right .form .row .informazioni .btn:hover, .pagina .right .form .row .informazioni .btn:focus {
            border-color: #ffb20c;
            color: #ffb20c;
            background-color: transparent; }
          .pagina .right .form .row .informazioni .btn .fa {
            margin-left: 5px; }

.annunci-simili-slider {
  margin-bottom: 40px;
  border-top: 1px solid #e6e2d2;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 40px; }
  .annunci-simili-slider .title {
    text-align: center;
    font-size: 26px;
    color: #ffb20c;
    margin-bottom: 30px; }
  .annunci-simili-slider .items {
    background-color: #f5f5f2;
    height: 358px;
    margin-bottom: 20px;
    position: relative; }
    .annunci-simili-slider .items .text {
      padding: 25px; }
      .annunci-simili-slider .items .text h3 {
        font-size: 21px;
        margin-bottom: 0;
        transition: 0.5s; }
      .annunci-simili-slider .items .text .fa {
        margin-left: 5px;
        color: #b8b5ae;
        position: relative;
        z-index: 3;
        font-size: 18px; }
        .annunci-simili-slider .items .text .fa.active {
          color: #ffb20c; }
      .annunci-simili-slider .items .text small {
        font-size: 15px;
        font-weight: 500; }
      .annunci-simili-slider .items .text span {
        color: #d4515d;
        font-weight: 500;
        font-style: italic;
        font-size: 15px;
        display: block;
        margin-top: 25px; }
      .annunci-simili-slider .items .text a {
        text-indent: -200%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1; }
    .annunci-simili-slider .items .footer {
      position: absolute;
      width: 100%;
      height: 40px;
      background-color: #ebeae5;
      bottom: 0;
      line-height: 40px;
      font-weight: 500;
      font-size: 15px;
      z-index: 2; }
      .annunci-simili-slider .items .footer a {
        display: block;
        width: 100%;
        padding-left: 25px;
        color: #a1a1a1; }
      .annunci-simili-slider .items .footer:hover a {
        color: #ffb20c;
        text-decoration: none; }
    .annunci-simili-slider .items .href-hide {
      text-indent: -200%;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .annunci-simili-slider .items:hover h3 {
      color: #206c78; }
  .annunci-simili-slider .lSSlideOuter .lSPager.lSpg > li a {
    width: 10px;
    height: 10px; }
  .annunci-simili-slider .lSSlideOuter .lSPager.lSpg > li.active a, .annunci-simili-slider .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #ffb20c; }
  .annunci-simili-slider .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #206c78; }

/* pagina.html */
.full-hero-pagina {
  height: 244px;
  background-position: bottom; }
  .full-hero-pagina .book {
    margin-top: 80px; }

/* elenco.html */
.elenco .item {
  padding: 20px;
  overflow: auto;
  position: relative; }
  .elenco .item.color {
    background-color: #f5f5f2; }
  .elenco .item h2 {
    margin-top: 20px;
    transition: 0.5s; }
  .elenco .item hr {
    border-color: #e3e1d7;
    margin-bottom: 10px; }
  .elenco .item p {
    margin-bottom: 40px; }
  .elenco .item span {
    font-size: 14px;
    font-weight: 500;
    color: #ffb20c;
    text-transform: uppercase; }
    .elenco .item span:after {
      content: '\f105';
      font-family: 'FontAwesome';
      margin-left: 5px; }
  .elenco .item a {
    text-indent: -200%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
  .elenco .item:hover h2 {
    color: #206c78; }
.elenco h1 {
  margin-left: 20px; }

.btn-telefono {
  width: 100%;
  line-height: 50px;
  background-color: #13708b;
  text-align: center;
  color: white; }

/* eg-struttura.html */
.page-hero {
  height: auto;
  min-height: 570px; }
  .page-hero .logo-struttura {
    clear: both;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center; }
    .page-hero .logo-struttura h1, .page-hero .logo-struttura p {
      font-size: 60px;
      font-weight: 300;
      font-family: "Roboto Slab";
      color: white;
      margin-bottom: 0;
      line-height: 1.1; }
      .page-hero .logo-struttura h1 span, .page-hero .logo-struttura p span {
        display: block;
        font-size: 16px;
        font-family: "Roboto Condensed";
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 10px;
        letter-spacing: 1px; }
  .page-hero .book-struttura {
    background-color: rgba(19, 111, 139, 0.9);
    padding-top: 30px;
    padding-bottom: 30px; }
    .page-hero .book-struttura P {
      font-size: 40px;
      font-family: "Roboto Slab";
      font-weight: 300;
      color: white;
      margin-bottom: 0;
      letter-spacing: 1px; }
    .page-hero .book-struttura address {
      color: white;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .page-hero .book-struttura .btn {
      margin-top: 20px;
      height: 50px;
      line-height: 35px;
      padding-left: 30px;
      padding-right: 30px;
      font-size: 21px;
      letter-spacing: 0;
      font-weight: 400; }
    .page-hero .book-struttura.isStuck {
      padding-top: 10px;
      padding-bottom: 15px; }
      .page-hero .book-struttura.isStuck p, .page-hero .book-struttura.isStuck address {
        display: none; }

.slide-side {
  margin-top: 45px;
  margin-bottom: 45px; }
  .slide-side .owl-carousel .owl-item img {
    height: 582px;
    width: auto; }
  .slide-side .side {
    background-color: #f4f4f4;
    height: 582px; }
    .slide-side .side .vaiallamappa {
      background-color: #dcdcdc;
      width: 100%;
      display: block;
      text-transform: uppercase;
      padding: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 0;
      color: black;
      font-size: 15px;
      letter-spacing: 0.5px;
      transition: 0.5s; }
      .slide-side .side .vaiallamappa .fa {
        margin-right: 5px;
        font-size: 18px; }
      .slide-side .side .vaiallamappa:hover {
        background-color: #f4f4f4;
        text-decoration: none; }
    .slide-side .side .testo-side {
      padding: 20px;
      text-transform: uppercase;
      color: black; }
      .slide-side .side .testo-side ins {
        display: block;
        text-decoration: none;
        color: #a1a1a1;
        text-transform: none;
        font-size: 15px;
        letter-spacing: 0.5px; }
      .slide-side .side .testo-side hr {
        border-top-color: white;
        margin-top: 15px;
        margin-bottom: 15px; }
      .slide-side .side .testo-side .fa {
        width: 20px; }
      .slide-side .side .testo-side ul {
        margin-top: 5px;
        margin-bottom: 0; }
        .slide-side .side .testo-side ul li a {
          color: #13708b;
          font-size: 15px; }
          .slide-side .side .testo-side ul li a .fa {
            margin-left: 5px; }

.testo-struttura {
  margin-top: 45px;
  margin-bottom: 45px; }
  .testo-struttura .testo-sinistra {
    padding-right: 30px; }
  .testo-struttura span {
    text-transform: uppercase;
    color: #13708b;
    font-size: 23px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: block; }
  .testo-struttura p {
    line-height: 1.6;
    margin-bottom: 0; }
  .testo-struttura hr {
    margin-top: 50px;
    margin-bottom: 50px; }
  .testo-struttura .panel-default {
    border: none;
    box-shadow: none; }
    .testo-struttura .panel-default .panel-heading {
      padding: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .testo-struttura .panel-default .panel-heading .panel-title {
        color: #13708b;
        font-size: 21px; }
        .testo-struttura .panel-default .panel-heading .panel-title .fa {
          margin-left: 5px; }
        .testo-struttura .panel-default .panel-heading .panel-title a {
          transition: 0.5s; }
        .testo-struttura .panel-default .panel-heading .panel-title a:hover, .testo-struttura .panel-default .panel-heading .panel-title a:focus {
          text-decoration: none;
          color: #ffb20c; }
  .testo-struttura .panel-body {
    border: none !important;
    padding-top: 20px; }
    .testo-struttura .panel-body ul {
      margin-bottom: 0; }
      .testo-struttura .panel-body ul li {
        padding: 0;
        margin-bottom: 10px; }
        .testo-struttura .panel-body ul li .fa {
          margin-right: 5px; }
        .testo-struttura .panel-body ul li.assente {
          text-decoration: line-through;
          color: #a1a1a1; }
  .testo-struttura .laterale-struttura {
    text-transform: uppercase; }
    .testo-struttura .laterale-struttura span {
      font-size: 21px;
      color: black;
      margin-top: 30px;
      margin-bottom: 5px; }
    .testo-struttura .laterale-struttura ul {
      margin-bottom: 0; }
      .testo-struttura .laterale-struttura ul li {
        text-transform: none;
        margin-bottom: 5px; }
    .testo-struttura .laterale-struttura img {
      margin-top: 30px; }
    .testo-struttura .laterale-struttura h5 {
      font-size: 21px;
      margin-top: 20px;
      color: #13708b;
      margin-bottom: 5px; }
    .testo-struttura .laterale-struttura p {
      text-transform: none;
      font-size: 15px;
      color: #a1a1a1; }

.appartamenti {
  margin-top: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #e7e7e7; }
  .appartamenti h2 {
    font-size: 37px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px; }
  .appartamenti .btn {
    float: right;
    padding: 15px;
    color: white; }
    .appartamenti .btn.visible-xs {
      margin-top: 0;
      float: none; }
  .appartamenti .panel-default {
    border: none;
    border-top: 1px solid #e7e7e7;
    box-shadow: none; }
    .appartamenti .panel-default .panel-heading {
      padding: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      min-height: 60px;
      padding-top: 50px;
      padding-bottom: 50px; }
      .appartamenti .panel-default .panel-heading .panel-title {
        font-size: 26px; }
        .appartamenti .panel-default .panel-heading .panel-title .fa {
          margin-left: 5px; }
        .appartamenti .panel-default .panel-heading .panel-title a {
          transition: 0.5s; }
        .appartamenti .panel-default .panel-heading .panel-title a:hover, .appartamenti .panel-default .panel-heading .panel-title a:focus {
          text-decoration: none;
          color: #ffb20c; }
        .appartamenti .panel-default .panel-heading .panel-title span {
          display: block;
          color: #a1a1a1;
          font-size: 17px;
          text-transform: none;
          margin-top: 10px; }
  .appartamenti .panel-body {
    border: none !important;
    padding-top: 20px;
    padding-bottom: 50px; }
    .appartamenti .panel-body h4 {
      text-transform: uppercase;
      font-size: 21px;
      margin-bottom: 10px; }
    .appartamenti .panel-body #appartamenti {
      margin-top: 30px;
      width: 78%;
      float: left; }
      .appartamenti .panel-body #appartamenti img {
        display: block;
        border-bottom: 2px solid white;
        max-width: 100%; }
        .appartamenti .panel-body #appartamenti img.big {
          float: left;
          border-right: 2px solid white; }
    .appartamenti .panel-body .side-appartamenti {
      float: right;
      width: 22%;
      margin-top: 30px;
      background-color: #f4f4f4;
      padding: 30px;
      min-height: 425px; }
      .appartamenti .panel-body .side-appartamenti ul {
        margin-bottom: 0; }
        .appartamenti .panel-body .side-appartamenti ul li {
          padding: 0;
          margin-bottom: 5px; }
          .appartamenti .panel-body .side-appartamenti ul li .fa {
            margin-right: 5px; }
          .appartamenti .panel-body .side-appartamenti ul li.assente {
            text-decoration: line-through;
            color: #a1a1a1; }
  .appartamenti .panel-group {
    margin-bottom: 0; }

.eg-mappa {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px; }
  .eg-mappa span {
    text-transform: uppercase;
    color: #a1a1a1;
    letter-spacing: 0.5px; }
  .eg-mappa #cmap {
    height: 600px;
    margin-top: 30px; }

/* eg-lista.html */
.pagina-lista {
  margin-top: 50px;
  margin-bottom: 50px; }
  .pagina-lista img {
    width: 100%; }
  .pagina-lista h2 {
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: 0.5s; }
  .pagina-lista p {
    color: #a1a1a1;
    margin-bottom: 40px;
    height: 50px; }
  .pagina-lista .col-md-6:hover h2 {
    color: #ffb20c; }
  .pagina-lista .col-md-6:hover .btn {
    background-color: #ffb20c;
    border-color: #ffb20c; }
  .pagina-lista .col-md-6 {
    margin-bottom: 20px; }

.paginatore-lista {
  text-align: center;
  margin-bottom: 50px; }
  .paginatore-lista .pagination > .active > a, .paginatore-lista .pagination > .active > span, .paginatore-lista .pagination > .active > a:hover, .paginatore-lista .pagination > .active > span:hover, .paginatore-lista .pagination > .active > a:focus, .paginatore-lista .pagination > .active > span:focus {
    background-color: #13708b; }
  .paginatore-lista .pagination > li > a:hover, .paginatore-lista .pagination > li > span:hover, .paginatore-lista .pagination > li > a:focus, .paginatore-lista .pagination > li > span:focus {
    border: none; }
  .paginatore-lista .pagination > li > a, .paginatore-lista .pagination > li > span {
    border: none; }

/* eg-default.html */
.pagina-default {
  margin-top: 70px;
  margin-bottom: 70px; }
  .pagina-default h2 {
    font-size: 21px;
    color: #13708b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .pagina-default p {
    color: #a1a1a1;
    line-height: 1.6;
    margin-bottom: 50px; }
  .pagina-default .side-item-default {
    max-width: 295px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative; }
    .pagina-default .side-item-default .text-side-default {
      background-color: #13708b;
      padding: 25px;
      transition: 0.5s; }
      .pagina-default .side-item-default .text-side-default h3 {
        font-size: 21px;
        text-transform: uppercase;
        color: white; }
      .pagina-default .side-item-default .text-side-default p {
        font-size: 15px;
        color: white;
        margin-bottom: 10px; }
    .pagina-default .side-item-default:hover .text-side-default {
      background-color: #206c78; }

#gall {
  margin-bottom: 50px; }
  #gall img {
    margin-top: 3px;
    width: 49%; }
  #gall a:nth-child(n+7) {
    display: none; }

.lg-outer .lg-thumb-item {
  border-radius: 0 !important;
  border: 2px solid white !important; }

.lg-backdrop, .lg-sub-html, .lg-toolbar, .lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: transparent !important; }

.lg-toolbar .lg-icon, .lg-actions .lg-next, .lg-actions .lg-prev {
  color: #afafaf !important; }

.lg-backdrop, .lg-sub-html {
  background-color: white !important; }

/* eg-faq.html */
.pagina-faq h2 {
  margin-bottom: 5px; }

/* eg-lista-offerte.html */
.testo-offerta {
  background-color: #f4f4f4;
  padding: 30px;
  min-height: 130px; }
  .testo-offerta h2 {
    margin-top: 0; }
  .testo-offerta p {
    margin-bottom: 0; }

/* eg-offerta.html */
.pagina-offerta {
  margin-top: 50px;
  margin-bottom: 50px; }
  .pagina-offerta h1 {
    font-size: 40px;
    font-weight: 300;
    font-family: "Roboto Slab";
    color: #13708b; }
  .pagina-offerta span {
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    background-color: #13708b;
    color: white;
    font-size: 17px; }
  .pagina-offerta hr {
    margin-top: 30px;
    margin-bottom: 40px; }
  .pagina-offerta h2 {
    font-size: 21px;
    color: #13708b;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-right: 30px; }
  .pagina-offerta p {
    line-height: 1.6;
    margin-bottom: 50px;
    padding-right: 30px; }
  .pagina-offerta .testo-offerta-laterale {
    background-color: #f4f4f4;
    overflow: hidden; }
    .pagina-offerta .testo-offerta-laterale h3 {
      text-transform: uppercase;
      font-size: 21px;
      padding: 30px;
      padding-bottom: 0; }
    .pagina-offerta .testo-offerta-laterale ul {
      margin-top: 20px;
      padding: 30px;
      padding-top: 0; }
      .pagina-offerta .testo-offerta-laterale ul li {
        margin-bottom: 7px;
        color: #a1a1a1;
        font-size: 17px; }
        .pagina-offerta .testo-offerta-laterale ul li .fa {
          color: #ffb20c;
          margin-right: 3px; }
        .pagina-offerta .testo-offerta-laterale ul li:last-child {
          margin-bottom: 0; }
    .pagina-offerta .testo-offerta-laterale .btn {
      width: 100%;
      line-height: 40px;
      font-size: 15px; }
      .pagina-offerta .testo-offerta-laterale .btn .fa {
        font-size: 18px;
        margin-right: 5px; }

.nopadright {
  padding-right: 0; }

.nopadleft {
  padding-left: 0; }

.special-nav {
  padding-top: 0 !important;
  padding-left: 0 !important; }

.magic-checkbox:checked + label:before {
  background: #13708b !important;
  border: 1px solid #13708b !important; }

.strutture .elenco .struttura .items .footer a {
  width: 100%; }

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