@charset "UTF-8";
.hero-header {
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero-header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.hero-header .hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: stretch;
}
.hero-header .hero-text {
  padding: 40px 0;
  padding-left: calc((100vw - 1140px) / 2);
}
@media (max-width: 1199px) {
  .hero-header .hero-text {
    padding-left: 15px;
  }
}
.hero-header .hero-text .hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .hero-header .hero-text .hero-title {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
}
@media (max-width: 575px) {
  .hero-header .hero-text .hero-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.hero-header .hero-text .hero-subtitle {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
@media (max-width: 575px) {
  .hero-header .hero-text .hero-subtitle {
    font-size: 1.4rem;
  }
}
.hero-header .hero-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  align-self: flex-end;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 767px) {
  .hero-header .hero-gallery {
    display: none;
  }
}
.hero-header .hero-thumb {
  display: block;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-header .hero-thumb:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.4);
}
.hero-header .hero-thumb.hero-thumb-1 {
  height: 180px;
}
.hero-header .hero-thumb.hero-thumb-2 {
  height: 140px;
}
.hero-header .hero-thumb.hero-thumb-3 {
  height: 160px;
}
.hero-header .hero-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-header .hero-counter i {
  margin-right: 8px;
}
.hero-header .hero-review-box {
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.hero-header .hero-review-box .review-quote {
  position: relative;
  margin-bottom: 15px;
}
.hero-header .hero-review-box .review-quote i {
  color: #2a5298;
  font-size: 1.5rem;
  opacity: 0.3;
  margin-bottom: 10px;
}
.hero-header .hero-review-box .review-quote p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-style: italic;
}
.hero-header .hero-review-box .review-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.hero-header .hero-review-box .review-avatar {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff9800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  flex-shrink: 0;
}
.hero-header .hero-review-box .review-info {
  flex: 1;
}
.hero-header .hero-review-box .review-info strong {
  display: block;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 3px;
}
.hero-header .hero-review-box .review-info .review-rating {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
}
.info-bar {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.info-bar i {
  color: #333;
}
.info-bar .btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  border-width: 2px;
  letter-spacing: 0.5px;
}
.info-bar .btn i {
  color: inherit;
}
.info-bar .btn.btn-outline-primary {
  border-color: #333;
  color: #333;
  background: transparent;
}
.info-bar .btn.btn-outline-primary:hover {
  background: #333;
  color: #fff;
  border-color: #333;
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.info-bar .btn.btn-primary {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #fff;
}
.info-bar .btn.btn-primary:hover {
  background: #ff8c42;
  border-color: #ff8c42;
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px 0px rgba(255, 107, 53, 0.3);
  -moz-box-shadow: 0 4px 12px 0px rgba(255, 107, 53, 0.3);
  box-shadow: 0 4px 12px 0px rgba(255, 107, 53, 0.3);
}
.alertCrociera {
  background: #ff6b6b;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.alertCrociera h3 {
  margin: 0;
  font-size: 1.3rem;
}
.alertCrociera a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.alertCrociera a:hover {
  color: #f0f0f0;
}
#main {
  padding-top: 40px;
}
#hiDetails {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #hiDetails .col-lg-4 {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
#hiDetails .col h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 20px;
}
#hiDetails h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 20px;
}
#hiDetails .info-box {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 18px;
  -webkit-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}
#hiDetails .info-box h2 {
  font-size: 1.4rem;
  margin-bottom: 25px;
  color: #1e3c72;
  font-weight: 700;
}
#hiDetails table {
  margin-bottom: 0;
  border: none;
  width: 100%;
}
#hiDetails table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#hiDetails table tbody tr:last-child {
  border-bottom: none;
}
#hiDetails table tbody tr:hover {
  background: #f8f9fa;
}
#hiDetails table th {
  background: transparent;
  vertical-align: middle;
  font-weight: 500;
  padding: 8px 12px;
  border: none;
  color: #555;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.4;
  width: 55%;
}
#hiDetails table td {
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 700;
  color: #1e3c72;
  border: none;
  text-align: right;
  white-space: normal;
  word-wrap: break-word;
  width: 45%;
  line-height: 1.3;
}
#hiDetails .lista {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 18px;
  -webkit-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#hiDetails .lista h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#hiDetails .lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#hiDetails .lista ul li {
  padding: 8px 0;
  padding-left: 0;
  position: relative;
  line-height: 1.6;
  font-size: 0.9rem;
}
#hiDetails .lista.incluso {
  background: #ffffff;
  border: 2px solid #0086b5;
}
#hiDetails .lista.incluso h2 {
  color: #000000;
}
#hiDetails .lista.incluso ul li {
  color: #000000;
}
#hiDetails .lista.incluso .fas {
  color: #000000;
}
#hiDetails .lista.nonIncluso {
  background: #ffffff;
  border: 2px solid #0086b5;
}
#hiDetails .lista.nonIncluso h2 {
  color: #000000;
}
#hiDetails .lista.nonIncluso ul li {
  color: #000000;
}
#photoGallery {
  margin-bottom: 50px;
}
#photoGallery h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #0086b5;
}
#photoGallery .photo-gallery-slider .gallery-slide {
  padding: 0 10px;
}
#photoGallery .photo-gallery-slider .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#photoGallery .photo-gallery-slider .gallery-item:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 25px 0px rgba(0, 0, 0, 0.25);
}
#photoGallery .photo-gallery-slider .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
#photoGallery .photo-gallery-slider .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
#photoGallery .photo-gallery-slider .gallery-item:hover img {
  transform: scale(1.05);
}
#photoGallery .photo-gallery-slider .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#photoGallery .photo-gallery-slider .gallery-overlay i {
  color: #fff;
  font-size: 2.5rem;
}
#photoGallery .photo-gallery-slider .slick-prev, #photoGallery .photo-gallery-slider .slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
}
#photoGallery .photo-gallery-slider .slick-prev:before, #photoGallery .photo-gallery-slider .slick-next:before {
  font-size: 50px;
  opacity: 0.7;
}
#photoGallery .photo-gallery-slider .slick-prev:hover:before, #photoGallery .photo-gallery-slider .slick-next:hover:before {
  opacity: 1;
}
#photoGallery .photo-gallery-slider .slick-prev {
  left: -60px;
}
#photoGallery .photo-gallery-slider .slick-next {
  right: -60px;
}
@media (max-width: 1199px) {
  #photoGallery .photo-gallery-slider .slick-prev {
    left: -40px;
  }
  #photoGallery .photo-gallery-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 767px) {
  #photoGallery .photo-gallery-slider .slick-prev {
    left: 10px;
  }
  #photoGallery .photo-gallery-slider .slick-next {
    right: 10px;
  }
}
#lowDetails {
  margin-bottom: 40px;
}
#lowDetails h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #0086b5;
}
#lowDetails .videoColumn iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#lowDetails p {
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 15px;
}
#videoSection {
  margin-bottom: 50px;
}
#videoSection h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #0086b5;
}
#videoSection .video-carousel {
  position: relative;
  padding-bottom: 60px;
}
#videoSection .video-carousel .carousel-inner {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#videoSection .video-carousel .carousel-item {
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
#videoSection .video-carousel .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
}
#videoSection .video-carousel .video-wrapper iframe, #videoSection .video-carousel .video-wrapper object, #videoSection .video-carousel .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#videoSection .video-carousel .carousel-control-prev, #videoSection .video-carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(30, 60, 114, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
#videoSection .video-carousel .carousel-control-prev:hover, #videoSection .video-carousel .carousel-control-next:hover {
  opacity: 1;
  background-color: #1e3c72;
  transform: translateY(-50%) scale(1.1);
  -webkit-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
}
#videoSection .video-carousel .carousel-control-prev {
  left: -25px;
}
@media (max-width: 991px) {
  #videoSection .video-carousel .carousel-control-prev {
    left: 10px;
  }
}
#videoSection .video-carousel .carousel-control-next {
  right: -25px;
}
@media (max-width: 991px) {
  #videoSection .video-carousel .carousel-control-next {
    right: 10px;
  }
}
#videoSection .video-carousel .carousel-control-prev-icon, #videoSection .video-carousel .carousel-control-next-icon {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
#videoSection .video-carousel .carousel-indicators {
  bottom: -50px;
  margin-bottom: 0;
  z-index: 5;
}
#videoSection .video-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#videoSection .video-carousel .carousel-indicators li.active {
  background-color: #1e3c72;
  transform: scale(1.3);
  -webkit-box-shadow: 0 2px 8px 0px rgba(30, 60, 114, 0.4);
  -moz-box-shadow: 0 2px 8px 0px rgba(30, 60, 114, 0.4);
  box-shadow: 0 2px 8px 0px rgba(30, 60, 114, 0.4);
}
#videoSection .video-carousel .carousel-indicators li:hover {
  background-color: #2a5298;
}
@media (max-width: 768px) {
  #videoSection .video-carousel .carousel-control-prev, #videoSection .video-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  #videoSection .video-carousel .carousel-control-prev-icon, #videoSection .video-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  #videoSection .video-carousel .video-wrapper {
    margin-bottom: 10px;
  }
}
#itinerario {
  margin-bottom: 40px;
}
#itinerario h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #0086b5;
}
#itinerario .card {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#itinerario .card:hover {
  -webkit-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#itinerario .card .card-block.minHforImg {
  min-height: 200px;
}
#itinerario .card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 15px;
}
#itinerario .card .card-text {
  line-height: 1.7;
  color: #555;
}
#itinerario .card .col-4 {
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
#form {
  background: #f8f9fa;
  padding: 40px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#form h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 30px;
}
#form .first ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
#form .first ul li {
  padding: 8px 0;
  position: relative;
  font-size: 1.1rem;
}
#form .first ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  color: #ffd700;
  font-weight: bold;
}
#form .first p {
  line-height: 1.7;
  font-size: 1rem;
}
#form .second input, #form .second textarea, #form .second select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#form .second input:focus, #form .second textarea:focus, #form .second select:focus {
  outline: none;
  border-color: #2a5298;
}
#recensioni {
  padding: 40px 0;
}
#recensioni h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 30px;
}
#recensioni .btn-recensione {
  background: #ffd700;
  color: #1e3c72;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#recensioni .btn-recensione:hover {
  background: #ffed4e;
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px 0px rgba(255, 215, 0, 0.4);
  -moz-box-shadow: 0 4px 12px 0px rgba(255, 215, 0, 0.4);
  box-shadow: 0 4px 12px 0px rgba(255, 215, 0, 0.4);
}
#specialBtn {
  position: fixed;
  right: 30px;
  z-index: 1000;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  color: #fff;
  padding: 18px 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 6px 25px 0px rgba(255, 107, 53, 0.5);
  -moz-box-shadow: 0 6px 25px 0px rgba(255, 107, 53, 0.5);
  box-shadow: 0 6px 25px 0px rgba(255, 107, 53, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 3px solid #fff;
  animation: pulse-btn 2s ease-in-out infinite;
}
#specialBtn:hover {
  transform: translateY(-5px) scale(1.05);
  -webkit-box-shadow: 0 8px 35px 0px rgba(255, 107, 53, 0.7);
  -moz-box-shadow: 0 8px 35px 0px rgba(255, 107, 53, 0.7);
  box-shadow: 0 8px 35px 0px rgba(255, 107, 53, 0.7);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}
#specialBtn.btn-prev .e2 {
  display: none !important;
}
#specialBtn:active {
  transform: translateY(-3px) scale(1.02);
}
#specialBtn .e1, #specialBtn .e3 {
  display: block;
  line-height: 1.1;
}
#specialBtn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3rem;
  animation: shake 1s ease-in-out infinite;
}
@keyframes pulse-btn {
  0%, 100% {
    box-shadow: 0 6px 25px rgba(255, 107, 53, 0.5);
  }
  50% {
    box-shadow: 0 6px 35px rgba(255, 107, 53, 0.8), 0 0 0 10px rgba(255, 107, 53, 0.1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: rotate(-10deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(10deg);
  }
}
#preventivoModal .modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}
#preventivoModal .modal-content {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: none;
  -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.3);
}
#preventivoModal .modal-header {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: #fff;
  padding: 25px 30px;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  border: none;
}
#preventivoModal .modal-header .modal-title {
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #preventivoModal .modal-header .modal-title {
    font-size: 1.2rem;
  }
}
#preventivoModal .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 2rem;
  font-weight: 300;
}
#preventivoModal .modal-header .close:hover {
  color: #ffd700;
}
#preventivoModal .modal-body {
  padding: 0;
}
#preventivoModal .preventivo-intro {
  background: #f8f9fa;
  padding: 30px;
}
#preventivoModal .preventivo-intro ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#preventivoModal .preventivo-intro ul li {
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
  font-size: 1.1rem;
  color: #333;
}
@media (max-width: 767px) {
  #preventivoModal .preventivo-intro ul li {
    padding: 0;
    padding-left: 30px;
  }
}
#preventivoModal .preventivo-intro ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  color: #28a745;
  font-weight: bold;
}
@media (max-width: 767px) {
  #preventivoModal .preventivo-intro ul li:before {
    font-size: 1.2rem;
  }
}
#preventivoModal .preventivo-intro p {
  margin-top: 20px;
  line-height: 1.7;
  color: #666;
}
#preventivoModal .preventivo-form {
  padding: 30px;
}
#preventivoModal .preventivo-form .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}
#preventivoModal .preventivo-form .wpcf7-form input[type="text"], #preventivoModal .preventivo-form .wpcf7-form input[type="email"], #preventivoModal .preventivo-form .wpcf7-form input[type="tel"], #preventivoModal .preventivo-form .wpcf7-form input[type="date"], #preventivoModal .preventivo-form .wpcf7-form input[type="number"], #preventivoModal .preventivo-form .wpcf7-form select, #preventivoModal .preventivo-form .wpcf7-form textarea {
  width: 100% !important;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#preventivoModal .preventivo-form .wpcf7-form input[type="text"]:focus, #preventivoModal .preventivo-form .wpcf7-form input[type="email"]:focus, #preventivoModal .preventivo-form .wpcf7-form input[type="tel"]:focus, #preventivoModal .preventivo-form .wpcf7-form input[type="date"]:focus, #preventivoModal .preventivo-form .wpcf7-form input[type="number"]:focus, #preventivoModal .preventivo-form .wpcf7-form select:focus, #preventivoModal .preventivo-form .wpcf7-form textarea:focus {
  outline: none;
  border-color: #2a5298;
  -webkit-box-shadow: 0 0 0 0px rgba(42, 82, 152, 0.1);
  -moz-box-shadow: 0 0 0 0px rgba(42, 82, 152, 0.1);
  box-shadow: 0 0 0 0px rgba(42, 82, 152, 0.1);
}
#preventivoModal .preventivo-form .wpcf7-form textarea {
  min-height: 100px;
  resize: vertical;
}
#preventivoModal .preventivo-form .wpcf7-form .wpcf7-acceptance {
  margin: 15px 0;
}
#preventivoModal .preventivo-form .wpcf7-form .wpcf7-acceptance label {
  display: inline;
  font-weight: normal;
  font-size: 0.9rem;
}
#preventivoModal .preventivo-form .wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px 0px rgba(255, 107, 53, 0.3);
  -moz-box-shadow: 0 4px 15px 0px rgba(255, 107, 53, 0.3);
  box-shadow: 0 4px 15px 0px rgba(255, 107, 53, 0.3);
  width: 100%;
  margin-top: 10px;
}
#preventivoModal .preventivo-form .wpcf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px 0px rgba(255, 107, 53, 0.4);
  -moz-box-shadow: 0 6px 20px 0px rgba(255, 107, 53, 0.4);
  box-shadow: 0 6px 20px 0px rgba(255, 107, 53, 0.4);
}
#preventivoModal .preventivo-form .wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 5px;
  display: block;
}
#preventivoModal .preventivo-form .wpcf7-form .wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid;
}
#preventivoModal .preventivo-form .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #ffc107;
  background: #fff3cd;
  color: #856404;
}
#preventivoModal .preventivo-form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #28a745;
  background: #d4edda;
  color: #155724;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-backdrop.show {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .crociera-slider .crociera-link .img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .infoCorciera .pagetitle {
    font-size: 1.8rem;
  }
  .infoCorciera .pagesubtitle {
    font-size: 1.2rem;
  }
  #specialBtn {
    right: 15px;
    padding: 12px 20px;
    font-size: 0.95rem;
  }
  #itinerario .card .col-4 {
    min-height: 150px;
  }
  .subMenuColumn {
    display: none;
  }
}
.bgBlue {
  background-color: #1e3c72 !important;
}
.txtWhite {
  color: #fff !important;
}
.bgLightGray {
  background-color: #f8f9fa !important;
}
.mt350 {
  margin-top: 350px;
}
.ekko-lightbox .modal-dialog {
  max-width: 95vw;
  width: auto;
  margin: 30px auto;
}
@media (min-width: 1200px) {
  .ekko-lightbox .modal-dialog {
    max-width: 1800px;
  }
}
.ekko-lightbox .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: none 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: none 2px 5px 0px rgba(0, 0, 0, 0.6);
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-body img {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  display: block;
}
.ekko-lightbox .modal-body .ekko-lightbox-container {
  width: 100%;
}
.ekko-lightbox .modal-body .ekko-lightbox-container > div {
  width: 100% !important;
}
.ekko-lightbox .modal-header {
  border: none;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.ekko-lightbox .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 10px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekko-lightbox .modal-header .close:hover {
  background: rgba(0, 0, 0, 0.8);
}
body {
  font-size: 15px;
}
a {
  color: #0086b5;
}
a:hover {
  color: #64a0c4;
}
p {
  margin-bottom: 0.6rem;
  line-height: 1.35rem;
}
.absoluteDownRight {
  position: absolute;
  bottom: 0 !important;
  top: auto !important;
  right: 15px;
}
.fixed {
  position: fixed;
}
.admin-bar .fixed {
  top: 34px !important;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0086b5;
  border-color: #0086b5;
}
.btn-prev {
  text-align: left;
  width: 170px;
  background-color: #0086b5;
  position: absolute;
  right: -220px;
  font-size: 1.1rem;
  line-height: 1;
  border-color: #fff;
  border-width: 2px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomright: 0;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#159ad2+10,1ba3dd+41,1ba3dd+58,0a81b1+88 */
  background: #159ad2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #159ad2 10%, #1ba3dd 41%, #1ba3dd 58%, #0a81b1 88%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #159ad2 10%, #1ba3dd 41%, #1ba3dd 58%, #0a81b1 88%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #159ad2 10%, #1ba3dd 41%, #1ba3dd 58%, #0a81b1 88%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#159ad2", endColorstr="#0a81b1", GradientType=1);
  /* IE6-9 */
  background-position: top right;
  top: 0;
  color: #fff;
  padding-bottom: 20px;
}
.btn-prev .e1 {
  display: block;
}
.btn-prev .e2 {
  font-size: 100;
  font-size: 0.7rem;
  display: inline-block;
  margin-left: 12px;
}
.btn-prev .e3 {
  font-weight: bolder;
}
.btn-prev:hover {
  color: #fff;
}
.single-crociera-cabina .btn-prev {
  position: relative;
}
.shortLink {
  background-color: #0086b5;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.455rem 0.55rem;
  letter-spacing: -0.6px;
}
.shortLink:hover {
  color: #fff;
  background-color: #64a0c4;
}
.table td, .table th {
  padding: 0.35rem 0.95rem;
}
.br {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.modal-title {
  color: #0086b5;
  font-weight: bold;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
a .fas.fa-external-link-alt {
  margin: 0 4px;
  font-size: 0.9rem;
}
.mt350 {
  margin-top: 350px;
}
.txtWhite {
  color: #fff;
}
.bgBlue {
  background-color: #0086b5;
}
.bgLightGray {
  background-color: #e9e9e9;
}
.sectionTitle {
  text-align: center;
  color: #0086b5;
  text-shadow: 1px 1px 2px rgba(60, 60, 60, 0.5);
}
.sectionSubTitle {
  text-align: center;
  color: #0086b5;
  text-shadow: 1px 1px 2px rgba(60, 60, 60, 0.5);
  font-size: 1.4rem;
}
.barchetta {
  display: block;
  margin: 80px auto;
}
body {
  font-family: "Roboto", sans-serif;
}
/* preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000001;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}
#img-preloader {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
.language_bar li img {
  opacity: 0.5;
}
.language_bar li.wpml-ls-current-language img, .language_bar li:hover img {
  opacity: 1;
}
.mainHeader {
  position: relative;
  z-index: 10;
}
.mainHeader .upperHeader {
  padding: 20px 12px;
  background-image: url("../img/casette01.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}
.mainHeader .upperHeader #headerContact {
  position: absolute;
  width: 390px;
  right: 200px;
  bottom: 2px;
}
.mainHeader .upperHeader #headerContact button {
  float: left;
  position: relative;
  z-index: 10;
}
.mainHeader .upperHeader #headerContact button:hover {
  background-color: #64a0c4;
  color: #fff;
}
.mainHeader .upperHeader #headerContact span {
  display: block;
  color: #fff;
  margin-left: 10px;
  float: left;
  font-size: 0.9rem;
  position: relative;
  z-index: 10;
}
.mainHeader .upperHeader #headerContact span a {
  color: #fff;
}
.mainHeader .upperHeader #headerContact h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  position: relative;
  bottom: -5px;
  clear: left;
}
.mainHeader .navbar-light {
  padding: 0;
}
.mainHeader .navbar-light .container {
  background-color: rgba(255, 255, 255, 0.8);
}
.mainHeader .navbar-light .container .socialLink {
  font-size: 1.4rem;
}
.mainHeader .navbar-light .container .socialLink a {
  display: inline-block;
  margin-left: 4px;
}
.mainHeader .navbar-light .container .navbar-nav .current-page-ancestor .nav-link, .mainHeader .navbar-light .container .navbar-nav .current-menu-item .nav-link {
  text-decoration: underline;
}
.mainHeader .navbar-light .container .navbar-nav .nav-link {
  color: #0086b5;
}
.mainHeader .navbar-light .container .navbar-nav .nav-link:first-letter {
  text-transform: uppercase;
}
.mainHeader .navbar-light .container .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.mainHeader .navbar-light .container .dropdown-menu .current-menu-item .dropdown-item {
  background-color: #0086b5;
  color: #fff;
}
#main-slider .slide {
  width: 48.8%;
  float: left;
  position: relative;
  min-height: 360px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
#main-slider .slide.first {
  margin-right: 2%;
}
#main-slider .slide a {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
}
#main-slider .slide a:hover {
  text-decoration: none;
}
#main-slider .slide a h2 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 15px;
  top: -35px;
  color: #fff;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
}
#main-slider .slide a p {
  color: #0086B5;
  font-size: 14px;
  margin-bottom: 0;
}
.home #carousel .item .wrapItem {
  width: 95%;
  margin: 2.5%;
  float: left;
  min-height: 290px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
#carousel {
  background-color: #0086b5;
}
#carousel .item {
  margin: 2.5% 0;
  position: relative;
}
#carousel .item .itemwrapper {
  margin: 0 2.5%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  min-height: 290px;
}
#carousel .item .img {
  min-height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#carousel .item .info h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#carousel .item .info h4 {
  font-size: 14px;
  margin: 0;
}
#cite {
  min-height: 670px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
#cite .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
#cite .container div {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
#cite .container div h2 {
  font-size: 48px;
  letter-spacing: -0.5px;
  word-spacing: -0.5px;
}
#cite .container div h3 {
  font-size: 24px;
}
#destinazioni {
  text-align: center;
}
#destinazioni .oneDest {
  display: inline-block;
  width: 33%;
}
#destinazioni .oneDest a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
#destinazioni .oneDest a:hover div .fas {
  right: 7px;
}
#destinazioni .oneDest a div {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
#destinazioni .oneDest a div h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#destinazioni .oneDest a div h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#widget .sectionSubTitle {
  text-align: left;
}
#widget .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
#widget .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#widget iframe {
  width: 100%;
  height: 280px;
}
#footer {
  background-color: #0086b5;
  color: #fff;
}
#footer .innerFooterBlock {
  padding-left: 10px;
  border-left: 2px solid #fff;
}
#footer .innerFooterBlock h3 {
  font-size: 14px;
  font-weight: bold;
}
#footer .innerFooterBlock ul {
  padding-left: 0;
}
#footer .innerFooterBlock ul li {
  list-style: none;
  line-height: 1.1;
}
#footer .innerFooterBlock ul li a {
  color: #fff;
  font-size: 14px;
}
.gallery-dx-wrapper a figure {
  text-align: center;
}
.gallery-dx-wrapper a figure figcaption {
  color: #0086b5;
  font-size: 0.8rem;
}
.gallery-dx-wrapper a:hover {
  text-decoration: none;
}
.gallery-dx-wrapper a:hover img {
  opacity: 0.8;
}
.page-template-page-guida .rightColumn, .single-crociera-caicco .rightColumn, .page-template-page-crociere .rightColumn, .page-template-page-caicco-cabina .rightColumn, .single-crociera-cabina .rightColumn, .blog .rightColumn, .single-post .rightColumn, .archive .rightColumn, .page-template-default .rightColumn, .single-offerta .rightColumn {
  padding-top: 40px;
  padding-left: 0;
}
.page-template-page-guida .rightColumn .tablepress, .single-crociera-caicco .rightColumn .tablepress, .page-template-page-crociere .rightColumn .tablepress, .page-template-page-caicco-cabina .rightColumn .tablepress, .single-crociera-cabina .rightColumn .tablepress, .blog .rightColumn .tablepress, .single-post .rightColumn .tablepress, .archive .rightColumn .tablepress, .page-template-default .rightColumn .tablepress, .single-offerta .rightColumn .tablepress {
  font-size: 0.65rem;
}
.page-template-page-guida .rightColumn .tablepress th, .single-crociera-caicco .rightColumn .tablepress th, .page-template-page-crociere .rightColumn .tablepress th, .page-template-page-caicco-cabina .rightColumn .tablepress th, .single-crociera-cabina .rightColumn .tablepress th, .blog .rightColumn .tablepress th, .single-post .rightColumn .tablepress th, .archive .rightColumn .tablepress th, .page-template-default .rightColumn .tablepress th, .single-offerta .rightColumn .tablepress th {
  background-color: #0086b5;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.page-template-page-guida .rightColumn .tablepress td, .page-template-page-guida .rightColumn .tablepress th, .single-crociera-caicco .rightColumn .tablepress td, .single-crociera-caicco .rightColumn .tablepress th, .page-template-page-crociere .rightColumn .tablepress td, .page-template-page-crociere .rightColumn .tablepress th, .page-template-page-caicco-cabina .rightColumn .tablepress td, .page-template-page-caicco-cabina .rightColumn .tablepress th, .single-crociera-cabina .rightColumn .tablepress td, .single-crociera-cabina .rightColumn .tablepress th, .blog .rightColumn .tablepress td, .blog .rightColumn .tablepress th, .single-post .rightColumn .tablepress td, .single-post .rightColumn .tablepress th, .archive .rightColumn .tablepress td, .archive .rightColumn .tablepress th, .page-template-default .rightColumn .tablepress td, .page-template-default .rightColumn .tablepress th, .single-offerta .rightColumn .tablepress td, .single-offerta .rightColumn .tablepress th {
  padding-left: 0;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 4px;
}
.page-template-page-guida .subMenuColumn, .single-crociera-caicco .subMenuColumn, .page-template-page-crociere .subMenuColumn, .page-template-page-caicco-cabina .subMenuColumn, .single-crociera-cabina .subMenuColumn, .blog .subMenuColumn, .single-post .subMenuColumn, .archive .subMenuColumn, .page-template-default .subMenuColumn, .single-offerta .subMenuColumn {
  padding-top: 40px;
}
.page-template-page-guida .subMenuColumn .columnTitle, .single-crociera-caicco .subMenuColumn .columnTitle, .page-template-page-crociere .subMenuColumn .columnTitle, .page-template-page-caicco-cabina .subMenuColumn .columnTitle, .single-crociera-cabina .subMenuColumn .columnTitle, .blog .subMenuColumn .columnTitle, .single-post .subMenuColumn .columnTitle, .archive .subMenuColumn .columnTitle, .page-template-default .subMenuColumn .columnTitle, .single-offerta .subMenuColumn .columnTitle {
  font-size: 1.5rem;
  color: #0086b5;
  font-weight: bold;
  padding-left: 12px;
  word-spacing: -0.6px;
}
.page-template-page-guida .subMenuColumn .list-group, .single-crociera-caicco .subMenuColumn .list-group, .page-template-page-crociere .subMenuColumn .list-group, .page-template-page-caicco-cabina .subMenuColumn .list-group, .single-crociera-cabina .subMenuColumn .list-group, .blog .subMenuColumn .list-group, .single-post .subMenuColumn .list-group, .archive .subMenuColumn .list-group, .page-template-default .subMenuColumn .list-group, .single-offerta .subMenuColumn .list-group {
  padding-left: 0;
}
.page-template-page-guida .subMenuColumn .list-group .list-group-item, .single-crociera-caicco .subMenuColumn .list-group .list-group-item, .page-template-page-crociere .subMenuColumn .list-group .list-group-item, .page-template-page-caicco-cabina .subMenuColumn .list-group .list-group-item, .single-crociera-cabina .subMenuColumn .list-group .list-group-item, .blog .subMenuColumn .list-group .list-group-item, .single-post .subMenuColumn .list-group .list-group-item, .archive .subMenuColumn .list-group .list-group-item, .page-template-default .subMenuColumn .list-group .list-group-item, .single-offerta .subMenuColumn .list-group .list-group-item {
  border-radius: 0 !important;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 20px;
  font-size: 13px;
  word-spacing: -0.6px;
  position: relative;
}
.page-template-page-guida .subMenuColumn .list-group .list-group-item .childerIcon, .single-crociera-caicco .subMenuColumn .list-group .list-group-item .childerIcon, .page-template-page-crociere .subMenuColumn .list-group .list-group-item .childerIcon, .page-template-page-caicco-cabina .subMenuColumn .list-group .list-group-item .childerIcon, .single-crociera-cabina .subMenuColumn .list-group .list-group-item .childerIcon, .blog .subMenuColumn .list-group .list-group-item .childerIcon, .single-post .subMenuColumn .list-group .list-group-item .childerIcon, .archive .subMenuColumn .list-group .list-group-item .childerIcon, .page-template-default .subMenuColumn .list-group .list-group-item .childerIcon, .single-offerta .subMenuColumn .list-group .list-group-item .childerIcon {
  position: absolute;
  right: 5px;
  top: 13px;
}
.page-template-page-guida .subMenuColumn .list-group .active, .single-crociera-caicco .subMenuColumn .list-group .active, .page-template-page-crociere .subMenuColumn .list-group .active, .page-template-page-caicco-cabina .subMenuColumn .list-group .active, .single-crociera-cabina .subMenuColumn .list-group .active, .blog .subMenuColumn .list-group .active, .single-post .subMenuColumn .list-group .active, .archive .subMenuColumn .list-group .active, .page-template-default .subMenuColumn .list-group .active, .single-offerta .subMenuColumn .list-group .active {
  background-color: #0086b5;
}
.page-template-page-guida .subMenuColumn .list-group .activeSub, .single-crociera-caicco .subMenuColumn .list-group .activeSub, .page-template-page-crociere .subMenuColumn .list-group .activeSub, .page-template-page-caicco-cabina .subMenuColumn .list-group .activeSub, .single-crociera-cabina .subMenuColumn .list-group .activeSub, .blog .subMenuColumn .list-group .activeSub, .single-post .subMenuColumn .list-group .activeSub, .archive .subMenuColumn .list-group .activeSub, .page-template-default .subMenuColumn .list-group .activeSub, .single-offerta .subMenuColumn .list-group .activeSub {
  background-color: #f8f9fa;
}
.page-template-page-guida .subMenuColumn .list-group .subList, .single-crociera-caicco .subMenuColumn .list-group .subList, .page-template-page-crociere .subMenuColumn .list-group .subList, .page-template-page-caicco-cabina .subMenuColumn .list-group .subList, .single-crociera-cabina .subMenuColumn .list-group .subList, .blog .subMenuColumn .list-group .subList, .single-post .subMenuColumn .list-group .subList, .archive .subMenuColumn .list-group .subList, .page-template-default .subMenuColumn .list-group .subList, .single-offerta .subMenuColumn .list-group .subList {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-template-page-guida .subMenuColumn .list-group .subList .subList-item, .single-crociera-caicco .subMenuColumn .list-group .subList .subList-item, .page-template-page-crociere .subMenuColumn .list-group .subList .subList-item, .page-template-page-caicco-cabina .subMenuColumn .list-group .subList .subList-item, .single-crociera-cabina .subMenuColumn .list-group .subList .subList-item, .blog .subMenuColumn .list-group .subList .subList-item, .single-post .subMenuColumn .list-group .subList .subList-item, .archive .subMenuColumn .list-group .subList .subList-item, .page-template-default .subMenuColumn .list-group .subList .subList-item, .single-offerta .subMenuColumn .list-group .subList .subList-item {
  display: block;
  padding: 5px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #495057;
}
.page-template-page-guida .subMenuColumn .list-group .subList .subList-item:hover, .single-crociera-caicco .subMenuColumn .list-group .subList .subList-item:hover, .page-template-page-crociere .subMenuColumn .list-group .subList .subList-item:hover, .page-template-page-caicco-cabina .subMenuColumn .list-group .subList .subList-item:hover, .single-crociera-cabina .subMenuColumn .list-group .subList .subList-item:hover, .blog .subMenuColumn .list-group .subList .subList-item:hover, .single-post .subMenuColumn .list-group .subList .subList-item:hover, .archive .subMenuColumn .list-group .subList .subList-item:hover, .page-template-default .subMenuColumn .list-group .subList .subList-item:hover, .single-offerta .subMenuColumn .list-group .subList .subList-item:hover {
  text-decoration: none;
  background-color: #f8f9fa;
}
.page-template-page-guida .bgImage, .single-crociera-caicco .bgImage, .page-template-page-crociere .bgImage, .page-template-page-caicco-cabina .bgImage, .single-crociera-cabina .bgImage, .blog .bgImage, .single-post .bgImage, .archive .bgImage, .page-template-default .bgImage, .single-offerta .bgImage {
  min-height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
}
.page-template-page-guida .cycleHeader, .single-crociera-caicco .cycleHeader, .page-template-page-crociere .cycleHeader, .page-template-page-caicco-cabina .cycleHeader, .single-crociera-cabina .cycleHeader, .blog .cycleHeader, .single-post .cycleHeader, .archive .cycleHeader, .page-template-default .cycleHeader, .single-offerta .cycleHeader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-template-page-guida .cycleHeader .cyBgImage, .single-crociera-caicco .cycleHeader .cyBgImage, .page-template-page-crociere .cycleHeader .cyBgImage, .page-template-page-caicco-cabina .cycleHeader .cyBgImage, .single-crociera-cabina .cycleHeader .cyBgImage, .blog .cycleHeader .cyBgImage, .single-post .cycleHeader .cyBgImage, .archive .cycleHeader .cyBgImage, .page-template-default .cycleHeader .cyBgImage, .single-offerta .cycleHeader .cyBgImage {
  min-height: 500px;
  width: 100%;
  background-size: cover;
}
.page-template-page-guida h2.pagetitle, .single-crociera-caicco h2.pagetitle, .page-template-page-crociere h2.pagetitle, .page-template-page-caicco-cabina h2.pagetitle, .single-crociera-cabina h2.pagetitle, .blog h2.pagetitle, .single-post h2.pagetitle, .archive h2.pagetitle, .page-template-default h2.pagetitle, .single-offerta h2.pagetitle {
  position: relative;
  text-align: center;
  z-index: 10;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
  margin-top: 40px;
  max-width: 50%;
}
.page-template-page-guida h2.pagetitle span, .single-crociera-caicco h2.pagetitle span, .page-template-page-crociere h2.pagetitle span, .page-template-page-caicco-cabina h2.pagetitle span, .single-crociera-cabina h2.pagetitle span, .blog h2.pagetitle span, .single-post h2.pagetitle span, .archive h2.pagetitle span, .page-template-default h2.pagetitle span, .single-offerta h2.pagetitle span {
  background-color: rgba(56, 133, 177, 0.7);
}
.page-template-page-guida h3.pagesubtitle, .single-crociera-caicco h3.pagesubtitle, .page-template-page-crociere h3.pagesubtitle, .page-template-page-caicco-cabina h3.pagesubtitle, .single-crociera-cabina h3.pagesubtitle, .blog h3.pagesubtitle, .single-post h3.pagesubtitle, .archive h3.pagesubtitle, .page-template-default h3.pagesubtitle, .single-offerta h3.pagesubtitle {
  position: relative;
  text-align: center;
  z-index: 10;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
.page-template-page-guida h3.pagesubtitle span, .single-crociera-caicco h3.pagesubtitle span, .page-template-page-crociere h3.pagesubtitle span, .page-template-page-caicco-cabina h3.pagesubtitle span, .single-crociera-cabina h3.pagesubtitle span, .blog h3.pagesubtitle span, .single-post h3.pagesubtitle span, .archive h3.pagesubtitle span, .page-template-default h3.pagesubtitle span, .single-offerta h3.pagesubtitle span {
  background-color: rgba(56, 133, 177, 0.7);
}
.page-template-page-guida #main, .page-template-page-guida #prezziAlGiorno, .single-crociera-caicco #main, .single-crociera-caicco #prezziAlGiorno, .page-template-page-crociere #main, .page-template-page-crociere #prezziAlGiorno, .page-template-page-caicco-cabina #main, .page-template-page-caicco-cabina #prezziAlGiorno, .single-crociera-cabina #main, .single-crociera-cabina #prezziAlGiorno, .blog #main, .blog #prezziAlGiorno, .single-post #main, .single-post #prezziAlGiorno, .archive #main, .archive #prezziAlGiorno, .page-template-default #main, .page-template-default #prezziAlGiorno, .single-offerta #main, .single-offerta #prezziAlGiorno {
  margin-top: 110px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.page-template-page-guida #main article, .page-template-page-guida #prezziAlGiorno article, .single-crociera-caicco #main article, .single-crociera-caicco #prezziAlGiorno article, .page-template-page-crociere #main article, .page-template-page-crociere #prezziAlGiorno article, .page-template-page-caicco-cabina #main article, .page-template-page-caicco-cabina #prezziAlGiorno article, .single-crociera-cabina #main article, .single-crociera-cabina #prezziAlGiorno article, .blog #main article, .blog #prezziAlGiorno article, .single-post #main article, .single-post #prezziAlGiorno article, .archive #main article, .archive #prezziAlGiorno article, .page-template-default #main article, .page-template-default #prezziAlGiorno article, .single-offerta #main article, .single-offerta #prezziAlGiorno article {
  padding: 40px 30px;
}
.page-template-page-guida #main article p, .page-template-page-guida #prezziAlGiorno article p, .single-crociera-caicco #main article p, .single-crociera-caicco #prezziAlGiorno article p, .page-template-page-crociere #main article p, .page-template-page-crociere #prezziAlGiorno article p, .page-template-page-caicco-cabina #main article p, .page-template-page-caicco-cabina #prezziAlGiorno article p, .single-crociera-cabina #main article p, .single-crociera-cabina #prezziAlGiorno article p, .blog #main article p, .blog #prezziAlGiorno article p, .single-post #main article p, .single-post #prezziAlGiorno article p, .archive #main article p, .archive #prezziAlGiorno article p, .page-template-default #main article p, .page-template-default #prezziAlGiorno article p, .single-offerta #main article p, .single-offerta #prezziAlGiorno article p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-template-page-guida #main article a, .page-template-page-guida #prezziAlGiorno article a, .single-crociera-caicco #main article a, .single-crociera-caicco #prezziAlGiorno article a, .page-template-page-crociere #main article a, .page-template-page-crociere #prezziAlGiorno article a, .page-template-page-caicco-cabina #main article a, .page-template-page-caicco-cabina #prezziAlGiorno article a, .single-crociera-cabina #main article a, .single-crociera-cabina #prezziAlGiorno article a, .blog #main article a, .blog #prezziAlGiorno article a, .single-post #main article a, .single-post #prezziAlGiorno article a, .archive #main article a, .archive #prezziAlGiorno article a, .page-template-default #main article a, .page-template-default #prezziAlGiorno article a, .single-offerta #main article a, .single-offerta #prezziAlGiorno article a {
  color: #0086b5;
}
.page-template-page-guida #main article .intro, .page-template-page-guida #prezziAlGiorno article .intro, .single-crociera-caicco #main article .intro, .single-crociera-caicco #prezziAlGiorno article .intro, .page-template-page-crociere #main article .intro, .page-template-page-crociere #prezziAlGiorno article .intro, .page-template-page-caicco-cabina #main article .intro, .page-template-page-caicco-cabina #prezziAlGiorno article .intro, .single-crociera-cabina #main article .intro, .single-crociera-cabina #prezziAlGiorno article .intro, .blog #main article .intro, .blog #prezziAlGiorno article .intro, .single-post #main article .intro, .single-post #prezziAlGiorno article .intro, .archive #main article .intro, .archive #prezziAlGiorno article .intro, .page-template-default #main article .intro, .page-template-default #prezziAlGiorno article .intro, .single-offerta #main article .intro, .single-offerta #prezziAlGiorno article .intro {
  font-size: 1.2rem;
}
.page-template-page-guida #main article h1, .page-template-page-guida #prezziAlGiorno article h1, .single-crociera-caicco #main article h1, .single-crociera-caicco #prezziAlGiorno article h1, .page-template-page-crociere #main article h1, .page-template-page-crociere #prezziAlGiorno article h1, .page-template-page-caicco-cabina #main article h1, .page-template-page-caicco-cabina #prezziAlGiorno article h1, .single-crociera-cabina #main article h1, .single-crociera-cabina #prezziAlGiorno article h1, .blog #main article h1, .blog #prezziAlGiorno article h1, .single-post #main article h1, .single-post #prezziAlGiorno article h1, .archive #main article h1, .archive #prezziAlGiorno article h1, .page-template-default #main article h1, .page-template-default #prezziAlGiorno article h1, .single-offerta #main article h1, .single-offerta #prezziAlGiorno article h1 {
  color: #0086b5;
  letter-spacing: -0.6px;
  font-size: 1.7rem;
  font-weight: bold;
}
.page-template-page-guida #main article h2, .page-template-page-guida #prezziAlGiorno article h2, .single-crociera-caicco #main article h2, .single-crociera-caicco #prezziAlGiorno article h2, .page-template-page-crociere #main article h2, .page-template-page-crociere #prezziAlGiorno article h2, .page-template-page-caicco-cabina #main article h2, .page-template-page-caicco-cabina #prezziAlGiorno article h2, .single-crociera-cabina #main article h2, .single-crociera-cabina #prezziAlGiorno article h2, .blog #main article h2, .blog #prezziAlGiorno article h2, .single-post #main article h2, .single-post #prezziAlGiorno article h2, .archive #main article h2, .archive #prezziAlGiorno article h2, .page-template-default #main article h2, .page-template-default #prezziAlGiorno article h2, .single-offerta #main article h2, .single-offerta #prezziAlGiorno article h2 {
  letter-spacing: -0.6px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #017DAD;
}
.page-template-page-guida #main article h3, .page-template-page-guida #prezziAlGiorno article h3, .single-crociera-caicco #main article h3, .single-crociera-caicco #prezziAlGiorno article h3, .page-template-page-crociere #main article h3, .page-template-page-crociere #prezziAlGiorno article h3, .page-template-page-caicco-cabina #main article h3, .page-template-page-caicco-cabina #prezziAlGiorno article h3, .single-crociera-cabina #main article h3, .single-crociera-cabina #prezziAlGiorno article h3, .blog #main article h3, .blog #prezziAlGiorno article h3, .single-post #main article h3, .single-post #prezziAlGiorno article h3, .archive #main article h3, .archive #prezziAlGiorno article h3, .page-template-default #main article h3, .page-template-default #prezziAlGiorno article h3, .single-offerta #main article h3, .single-offerta #prezziAlGiorno article h3 {
  letter-spacing: -0.6px;
  font-size: 1.15rem;
  color: #017DAD;
}
.page-template-page-guida #prezziAlGiorno, .single-crociera-caicco #prezziAlGiorno, .page-template-page-crociere #prezziAlGiorno, .page-template-page-caicco-cabina #prezziAlGiorno, .single-crociera-cabina #prezziAlGiorno, .blog #prezziAlGiorno, .single-post #prezziAlGiorno, .archive #prezziAlGiorno, .page-template-default #prezziAlGiorno, .single-offerta #prezziAlGiorno {
  margin-top: 20px;
  margin-bottom: 50px;
}
.single-crociera-cabina .listaCaicco .slick-slide .crociera-item .inner {
  min-height: 300px;
}
.single-crociera-cabina .listaCaicco .slick-slide .crociera-item .inner .infoC {
  height: 110px;
}
.single-crociera-cabina .listaCaicco .slick-slide .crociera-item .inner .infoC .intro {
  font-size: 0.7rem;
  text-align: left;
  line-height: 1rem;
}
.breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
  padding: 0;
}
.breadcrumbs .fa-home {
  margin-right: 5px;
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.breadcrumbs li a {
  color: #0086b5;
}
.breadcrumbs .separator {
  margin: 0 10px;
}
.offerte {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.offerte .offerta {
  padding-bottom: 1rem;
  padding-bottom: 1rem;
  padding: 5px 15px;
  border-left: 4px solid rgba(0, 0, 0, 0.125);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}
.offerte .offerta .data {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.offerte .offerta h2 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.offerte .offerta h2 a {
  color: #0086b5;
}
.offerte .offerta h3 {
  font-size: 0.9rem;
  letter-spacing: -0.5px;
}
.offerte .offerta .formOffertaLink {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #0086b5;
}
.related-carousel {
  background-color: #0086b5;
  padding: 40px 0;
  min-height: 400px;
}
.single-crociera-caicco .leftColumn .columnTitle, .single-crociera-cabina .leftColumn .columnTitle {
  padding-left: 0;
}
.single-crociera-caicco .leftColumn .list-group .list-group-item, .single-crociera-cabina .leftColumn .list-group .list-group-item {
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 15px;
  font-size: 15px;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.single-crociera-caicco .crociera-slider, .single-crociera-cabina .crociera-slider {
  position: relative;
  z-index: 20;
}
.single-crociera-caicco .crociera-slider .crociera-link, .single-crociera-cabina .crociera-slider .crociera-link {
  height: 360px;
  position: relative;
}
.single-crociera-caicco .crociera-slider .crociera-link .img, .single-crociera-cabina .crociera-slider .crociera-link .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.single-crociera-caicco header.infoCorciera, .single-crociera-cabina header.infoCorciera {
  z-index: 10;
  background-color: #0086b5;
  position: relative;
  top: -37px;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}
.single-crociera-caicco header.infoCorciera .pagetitle, .single-crociera-cabina header.infoCorciera .pagetitle {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  margin: 0;
}
.single-crociera-caicco header.infoCorciera .pagetitle span, .single-crociera-cabina header.infoCorciera .pagetitle span {
  position: relative;
}
.single-crociera-caicco header.infoCorciera .pagetitle span .btn, .single-crociera-cabina header.infoCorciera .pagetitle span .btn {
  white-space: normal;
}
.single-crociera-caicco header.infoCorciera .pagesubtitle, .single-crociera-cabina header.infoCorciera .pagesubtitle {
  font-size: 1.6rem;
  font-weight: 100;
}
.single-crociera-caicco header.infoCorciera .detail_infoCorciera, .single-crociera-cabina header.infoCorciera .detail_infoCorciera {
  margin-top: 2rem;
}
.single-crociera-caicco header.infoCorciera .detail_infoCorciera h3, .single-crociera-cabina header.infoCorciera .detail_infoCorciera h3 {
  font-weight: 100;
  font-size: 0.8rem;
  margin: 0;
}
.single-crociera-caicco header.infoCorciera .detail_infoCorciera .fas, .single-crociera-cabina header.infoCorciera .detail_infoCorciera .fas {
  font-size: 2.2rem;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.single-crociera-caicco #main, .single-crociera-cabina #main {
  margin-top: 0;
}
.single-crociera-caicco #main .leftColumn, .single-crociera-cabina #main .leftColumn {
  padding-top: 0;
}
.single-crociera-caicco #main article, .single-crociera-cabina #main article {
  padding: 0;
}
.single-crociera-caicco .details .videoColumn iframe, .single-crociera-cabina .details .videoColumn iframe {
  width: 100%;
}
.single-crociera-caicco .details h2, .single-crociera-cabina .details h2 {
  letter-spacing: -0.6px;
  font-size: 1.6rem;
  color: #0086b5;
}
.single-crociera-caicco .details table, .single-crociera-cabina .details table {
  font-size: 0.7rem;
}
.single-crociera-caicco .details .lista, .single-crociera-cabina .details .lista {
  background: #ffffff;
  border: 2px solid #0086b5;
}
.single-crociera-caicco .details .lista h2, .single-crociera-cabina .details .lista h2 {
  color: #000000;
}
.single-crociera-caicco .details .lista ul li, .single-crociera-cabina .details .lista ul li {
  color: #000000;
}
.single-crociera-caicco .details .lista.incluso .fas, .single-crociera-cabina .details .lista.incluso .fas {
  color: #000000;
}
.single-crociera-caicco .details .lista.nonIncluso .fas, .single-crociera-cabina .details .lista.nonIncluso .fas {
  color: #000000;
}
.single-crociera-caicco .details .lista ul, .single-crociera-cabina .details .lista ul {
  list-style: none;
  padding: 0;
}
.single-crociera-caicco .details .lista ul li, .single-crociera-cabina .details .lista ul li {
  line-height: 1.4rem;
  font-size: 0.85rem;
}
.single-crociera-caicco .details .lista ul li span, .single-crociera-cabina .details .lista ul li span {
  float: left;
  width: 90%;
  line-height: 1.2;
}
.single-crociera-caicco .details .lista ul li .fas, .single-crociera-cabina .details .lista ul li .fas {
  float: left;
  width: 10%;
  line-height: 1.5;
  clear: left;
}
.single-crociera-caicco #cite, .single-crociera-cabina #cite {
  min-height: 300px;
}
.single-crociera-caicco #form .first, .single-crociera-cabina #form .first {
  font-size: 1.2rem;
}
.single-crociera-caicco #form .second, .single-crociera-cabina #form .second {
  font-size: 0.9rem;
}
.single-crociera-caicco #form .second .form-control, .single-crociera-cabina #form .second .form-control {
  width: 100%;
  height: 1.7rem;
  padding: 0.205rem 0.35rem;
  font-size: 0.9rem;
  line-height: 1.2;
}
.single-crociera-caicco #form .second textarea.form-control, .single-crociera-cabina #form .second textarea.form-control {
  height: 150px;
}
.single-crociera-caicco #crociera-correlated .listaCaicco .crociera-item .inner, .single-crociera-cabina #crociera-correlated .listaCaicco .crociera-item .inner {
  margin: 0 20px;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner, .single-crociera-caicco .listaCaicco .crociera-item .inner, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner, .single-crociera-cabina .listaCaicco .crociera-item .inner {
  color: #000;
  position: relative;
  display: block;
  min-height: 220px;
  margin-bottom: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner:hover, .single-crociera-caicco .listaCaicco .crociera-item .inner:hover, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner:hover, .single-crociera-cabina .listaCaicco .crociera-item .inner:hover {
  background-color: #0086b5;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner:hover .img, .single-crociera-caicco .listaCaicco .crociera-item .inner:hover .img, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner:hover .img, .single-crociera-cabina .listaCaicco .crociera-item .inner:hover .img {
  opacity: 0.8;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner .fas, .single-crociera-caicco .listaCaicco .crociera-item .inner .fas, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .fas, .single-crociera-cabina .listaCaicco .crociera-item .inner .fas {
  color: #0086b5;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner p, .single-crociera-caicco .listaCaicco .crociera-item .inner p, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner p, .single-crociera-cabina .listaCaicco .crociera-item .inner p {
  margin: 0;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner .infoCUpp, .single-crociera-caicco .listaCaicco .crociera-item .inner .infoCUpp, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoCUpp, .single-crociera-cabina .listaCaicco .crociera-item .inner .infoCUpp {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  z-index: 10;
  background-color: white;
  padding: 5px;
  height: 48px;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner .infoCUpp h3, .single-crociera-caicco .listaCaicco .crociera-item .inner .infoCUpp h3, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoCUpp h3, .single-crociera-cabina .listaCaicco .crociera-item .inner .infoCUpp h3 {
  font-size: 1rem;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner .infoCUpp .cat, .single-crociera-caicco .listaCaicco .crociera-item .inner .infoCUpp .cat, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoCUpp .cat, .single-crociera-cabina .listaCaicco .crociera-item .inner .infoCUpp .cat {
  font-weight: 100;
  font-size: 0.8rem;
  margin: 0;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner .infoC, .single-crociera-caicco .listaCaicco .crociera-item .inner .infoC, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoC, .single-crociera-cabina .listaCaicco .crociera-item .inner .infoC {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: white;
  padding: 5px;
  padding-top: 0;
  height: 64px;
  font-size: 13px;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner .infoC .col, .page-template-page-crociere .listaCaicco .crociera-item .inner .infoC .col-12, .single-crociera-caicco .listaCaicco .crociera-item .inner .infoC .col, .single-crociera-caicco .listaCaicco .crociera-item .inner .infoC .col-12, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoC .col, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoC .col-12, .single-crociera-cabina .listaCaicco .crociera-item .inner .infoC .col, .single-crociera-cabina .listaCaicco .crociera-item .inner .infoC .col-12 {
  padding-top: 5px;
}
.page-template-page-crociere .listaCaicco .crociera-item .inner .img, .single-crociera-caicco .listaCaicco .crociera-item .inner .img, .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .img, .single-crociera-cabina .listaCaicco .crociera-item .inner .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  bottom: 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#resetAll {
  position: absolute;
  right: -56px;
  bottom: -1px;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
#resetAll svg {
  width: 22px;
  height: auto;
  padding: 1px 10px;
  box-sizing: content-box;
}
#resetAll label {
  position: absolute;
  color: #000;
  top: -44px;
  left: -21px;
  background-color: #fff;
  padding: 10px 20px;
}
.page-template-page-crociere #filter, .page-template-page-caicco-cabina #filter {
  margin-top: 4rem;
  padding-top: 10px;
  z-index: 1000;
  background-color: #fff;
  padding-bottom: 10px;
}
.page-template-page-crociere #main, .page-template-page-caicco-cabina #main {
  margin-top: 21px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
#refForm {
  position: relative;
}
#refForm #fineform {
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: 475px;
  right: 0;
  background-color: red;
  visibility: hidden;
  z-index: 1000;
}
#refForm #form-sommario-cabina-outer {
  top: 0;
  background-color: #e9e9e9;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-size: 0.9rem;
}
#refForm #form-sommario-cabina-outer h2 {
  font-size: 1.3rem;
  line-height: 1rem;
  letter-spacing: -0.6px;
  word-spacing: -0.6px;
  color: #0086b5;
  font-weight: bold;
}
#refForm #form-sommario-cabina-outer ul {
  padding-left: 20px;
}
#refForm #form-sommario-cabina-outer #form-sommario-cabina {
  font-size: 0.9rem;
}
#refForm #form-sommario-cabina-outer #form-sommario-cabina .cf7sr-g-recaptcha {
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #d3d3d3;
}
#refForm #form-sommario-cabina-outer #form-sommario-cabina .wpcf7-list-item {
  margin: 0;
  font-size: 0.8rem;
}
#refForm #form-sommario-cabina-outer #form-sommario-cabina .form-control {
  width: 100%;
  height: 1.7rem;
  padding: 0.205rem 0.35rem;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
#refForm #form-sommario-cabina-outer #form-sommario-cabina textarea.form-control {
  height: 80px;
}
#refForm #form-sommario-cabina-outer #form-sommario-cabina hr {
  margin: 0;
  clear: right;
  visibility: hidden;
  padding: 0;
}
.page-template-page-caicco-cabina .listaCaicco .crociera-item .inner {
  min-height: 300px;
}
.page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .img {
  bottom: 110px;
}
.page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoC {
  height: 110px;
}
.page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoC .intro {
  font-size: 0.7rem;
  text-align: left;
  line-height: 1rem;
}
#itinerario h2 {
  letter-spacing: -0.6px;
  font-size: 1.6rem;
  color: #0086b5;
}
#itinerario .card-title {
  font-size: 1.1rem;
  color: #0086b5;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
#itinerario .card-block {
  overflow: auto;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#itinerario .card-block p {
  margin-bottom: 0.2rem;
}
#itinerario .card-block.minHforImg {
  min-height: 200px;
}
.blog #main article, .archive #main article, .category #main article {
  padding: 0;
}
.blog #main article .bg_riassunto, .archive #main article .bg_riassunto, .category #main article .bg_riassunto {
  height: 300px;
  background-color: #0086b5;
}
.blog #main article .img_riassunto, .blog #main article .bg_riassunto, .archive #main article .img_riassunto, .archive #main article .bg_riassunto, .category #main article .img_riassunto, .category #main article .bg_riassunto {
  height: 300px;
  background-position: center;
  background-size: cover;
  margin: 20px 0;
  position: relative;
}
.blog #main article .img_riassunto header, .blog #main article .bg_riassunto header, .archive #main article .img_riassunto header, .archive #main article .bg_riassunto header, .category #main article .img_riassunto header, .category #main article .bg_riassunto header {
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.blog #main article .img_riassunto header .text-muted, .blog #main article .bg_riassunto header .text-muted, .archive #main article .img_riassunto header .text-muted, .archive #main article .bg_riassunto header .text-muted, .category #main article .img_riassunto header .text-muted, .category #main article .bg_riassunto header .text-muted {
  margin-bottom: 0;
}
.single-post article, .blog article, .archive article {
  padding: 40px 20px;
}
.single-post #sidebar, .blog #sidebar, .archive #sidebar {
  padding: 40px 20px;
}
.single-post #sidebar .h4, .blog #sidebar .h4, .archive #sidebar .h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #0086b5;
  font-weight: bold;
  letter-spacing: -0.6px;
}
.single-post #sidebar ul, .blog #sidebar ul, .archive #sidebar ul {
  padding: 0;
}
.single-post #sidebar ul li, .blog #sidebar ul li, .archive #sidebar ul li {
  list-style: none;
}
.single-post article header h1, .blog article header h1, .archive article header h1 {
  font-size: 1.8rem;
  letter-spacing: -0.6px;
  color: #0086b5;
}
.single-post article section img, .blog article section img, .archive article section img {
  width: 80%;
  margin: 30px auto;
  display: block;
}
.single-post article section .wp-caption, .blog article section .wp-caption, .archive article section .wp-caption {
  margin: 30px auto;
  width: 100% !important;
}
.single-post article section .wp-caption img, .blog article section .wp-caption img, .archive article section .wp-caption img {
  margin: 0 auto;
}
.single-post article section .wp-caption .wp-caption-text, .blog article section .wp-caption .wp-caption-text, .archive article section .wp-caption .wp-caption-text {
  text-align: center;
  color: #616161;
  font-style: italic;
  font-size: 0.9rem;
}
#el_correlati .corrItem {
  width: 90%;
}
#el_correlati .corrItem a {
  display: block;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
#el_correlati .corrItem a:hover div .fas {
  right: 7px;
}
#el_correlati .corrItem a .type {
  position: absolute;
  background-color: #fff;
  top: -8px;
  right: -12px;
  padding: 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: -0.6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#el_correlati .corrItem a .type:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  bottom: -11px;
  right: 0;
  border-width: 10px 10px 0 0;
}
#el_correlati .corrItem a div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #0086b5;
  background-color: #fff;
  padding: 10px;
}
#el_correlati .corrItem a div .fas {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
#el_correlati .corrItem a div h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#el_correlati .corrItem a div h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.gallery .gallery-item a {
  display: block;
  margin: 10px;
}
.gallery .slick-prev:before, .gallery .slick-next:before {
  color: #0086b5;
}
#form-header {
  font-size: 0.9rem;
}
#form-header .wpcf7-list-item {
  margin: 0;
  font-size: 0.8rem;
}
#form-header .form-control {
  width: 100%;
  height: 1.7rem;
  padding: 0.205rem 0.35rem;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
#form-header textarea.form-control {
  height: 80px;
}
#form-header hr {
  margin: 0;
  clear: right;
  visibility: hidden;
  padding: 0;
}
#openContactFormMobile {
  display: none;
  width: 50%;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #0086b5;
  color: #fff;
  z-index: 10000;
  padding: 10px 0;
  border: none;
  font-size: 22px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  cursor: pointer;
}
.alertCrociera {
  text-align: center;
  background-color: #0086b5;
  top: -37px;
  padding: 40px;
  position: relative;
}
.alertCrociera h3 {
  font-weight: lighter;
  color: #fff;
  position: relative;
}
.alertCrociera h3:before {
  content: "";
  width: 300px;
  height: 2px;
  background-color: #fff;
  display: block;
  left: 50%;
  top: -30px;
  position: absolute;
  transform: translateX(-50%) translateY(0);
}
.alertCrociera h3 a {
  color: #fff;
  font-weight: bolder;
}
/* MOBILE */
@media (max-width: 768px) {
  #refForm {
    top: 20px;
    position: fixed;
    z-index: 10000;
  }
  #refForm .wpcf7-validates-as-number {
    width: 100% !important;
  }
  .page-template-page-caicco-cabina .listaCaicco .crociera-item .inner .infoCUpp h3 {
    font-size: 0.7rem;
  }
  #openContactFormMobile {
    display: block;
  }
  .page-template-page-caicco-cabina #refForm, .page-template-page-crociere #refForm {
    display: none;
  }
  .gallery-dx-wrapper a {
    width: 45%;
    float: left;
    margin: 2.2%;
  }
  .leftColumn iframe {
    margin: auto !important;
    margin-bottom: 30px !important;
    display: block;
  }
  .dropdown-menu {
    font-size: 13px;
    border: none;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    margin-left: 10px;
  }
  .navbar-toggler-icon {
    width: 1.1em;
    height: 1.2em;
  }
  a.home {
    width: 33%;
    display: block;
  }
  a.home img {
    width: 100%;
  }
  #main-slider .slide {
    width: 100%;
  }
  #main-slider .slide.first {
    margin-right: 0;
  }
  #cite .container div h2 {
    font-size: 32px;
  }
  #destinazioni .oneDest {
    width: 50%;
  }
  #destinazioni .oneDest a {
    min-height: 160px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .mainHeader .navbar-light .container .socialLink {
    font-size: 1.4rem;
    position: relative;
    right: 10px;
  }
  .mainHeader .upperHeader {
    background-image: none;
  }
  .mainHeader .upperHeader #headerContact {
    width: 270px;
    bottom: -3px;
    right: 0;
  }
  .mainHeader .upperHeader #headerContact span {
    font-size: 11px;
  }
  .mainHeader .upperHeader #headerContact button {
    font-size: 8px;
    padding: 6px 4px;
  }
  .mainHeader .upperHeader #headerContact h2 {
    display: none;
  }
  .single-crociera-caicco .btn-prev, .single-crociera-cabina .btn-prev {
    display: none;
  }
  .single-crociera-caicco .crociera-slider .crociera-link, .single-crociera-cabina .crociera-slider .crociera-link {
    height: 200px;
  }
  .single-crociera-caicco header.infoCorciera .pagetitle, .single-crociera-cabina header.infoCorciera .pagetitle {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .single-crociera-caicco #detail_infoCorciera .col, .single-crociera-cabina #detail_infoCorciera .col {
    font-size: 12px;
  }
  .single-crociera-caicco .crociera-item .inner .infoC, .single-crociera-cabina .crociera-item .inner .infoC {
    height: 80px !important;
  }
  .page-template-page-caicco-cabina h2.pagetitle, .page-template-page-crociere h2.pagetitle {
    font-size: 4rem;
    margin-top: 40px;
    max-width: 90%;
  }
  .page-template-page-caicco-cabina .shortLink, .page-template-page-crociere .shortLink {
    margin-bottom: 5px;
  }
  .page-template-page-caicco-cabina #filterCrociere, .page-template-page-crociere #filterCrociere {
    text-align: center;
  }
  .page-template-page-caicco-cabina #filter-content label, .page-template-page-crociere #filter-content label {
    font-size: 12px;
  }
}
.blog .pagetitle, .archive .pagetitle, .category .pagetitle {
  font-size: 5rem;
  text-shadow: 0px 1px 2px black;
  color: #fff;
  text-align: center;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 700;
  margin-top: 50px;
}
.blog .bgImage, .archive .bgImage, .category .bgImage {
  min-height: 800px !important;
}
.blog .linkGroup, .archive .linkGroup, .category .linkGroup {
  position: relative;
  z-index: 10;
  text-align: center;
}
.blog .linkGroup .blogLink, .archive .linkGroup .blogLink, .category .linkGroup .blogLink {
  display: inline-block;
  top: 200px;
  z-index: 10;
  margin: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 2rem;
  width: 245px;
  line-height: 2.5rem;
  text-align: center;
  padding: 50px 10px;
  border: 30px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 150px;
}
.blog .linkGroup .blogLink:hover, .archive .linkGroup .blogLink:hover, .category .linkGroup .blogLink:hover {
  text-decoration: none;
}
.blog .linkGroup .link1, .archive .linkGroup .link1, .category .linkGroup .link1 {
  background-color: rgba(204, 105, 57, 0.8);
}
.blog .linkGroup .link1:hover, .archive .linkGroup .link1:hover, .category .linkGroup .link1:hover {
  background-color: #cc6939;
}
.blog .linkGroup .link2, .archive .linkGroup .link2, .category .linkGroup .link2 {
  background-color: rgba(213, 140, 46, 0.8);
}
.blog .linkGroup .link2:hover, .archive .linkGroup .link2:hover, .category .linkGroup .link2:hover {
  background-color: #d58c2e;
}
.blog .linkGroup .link3, .archive .linkGroup .link3, .category .linkGroup .link3 {
  background-color: rgba(178, 153, 34, 0.8);
}
.blog .linkGroup .link3:hover, .archive .linkGroup .link3:hover, .category .linkGroup .link3:hover {
  background-color: #b29922;
}
.btn-recensione {
  position: static;
  background-color: #0786b3;
  color: #fff;
  margin: 30px 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-recensione:hover {
  background-color: #64a0c4;
  color: #fff;
}
#specialBtn {
  right: 30px;
  position: fixed;
  top: 30px;
  z-index: 100;
  display: none;
}
body.scrolled #specialBtn {
  display: block;
}
.admin-bar .transparent-header {
  top: 50px;
}
.transparent-header {
  position: absolute !important;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent !important;
}
.transparent-header .upperHeader {
  background: transparent !important;
  padding: 15px 12px !important;
}
.transparent-header .upperHeader #headerContact h2 {
  color: white !important;
}
.transparent-header .upperHeader #headerContact span {
  color: white !important;
}
.transparent-header .upperHeader #headerContact span a {
  color: white !important;
}
.transparent-header .upperHeader #headerContact button {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.transparent-header .upperHeader #headerContact button:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.transparent-header #navbar {
  background: transparent !important;
}
.transparent-header #navbar .container {
  background-color: transparent !important;
}
.transparent-header #navbar .navbar-nav .nav-link {
  color: white !important;
}
.transparent-header #navbar .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
.transparent-header #navbar .navbar-nav .current-page-ancestor .nav-link, .transparent-header #navbar .navbar-nav .current-menu-item .nav-link {
  color: white !important;
  text-decoration: underline;
}
.transparent-header #navbar .socialLink a {
  color: white !important;
}
.transparent-header #navbar .socialLink a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.transparent-header #navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.transparent-header #navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.hero-section {
  position: relative;
  height: 100vh;
  padding-top: 120px;
  min-height: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  flex-direction: column;
}
.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  background-image: url("../../themes/greekislandsbooking_v2/__inc/img/bgHero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-section .hero-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 134, 181, 0.05);
}
.hero-boxes {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
}
.hero-boxes .hero-box {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 290px;
  height: 290px;
}
.hero-boxes .hero-box .box-link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hero-boxes .hero-box .box-link:hover {
  text-decoration: none;
}
.hero-boxes .hero-box .box-link:hover .box-image {
  transform: scale(1.08);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}
.hero-boxes .hero-box .box-link:hover .box-image .box-overlay {
  background: rgba(0, 134, 181, 0.3);
}
.hero-boxes .hero-box .box-link:hover .box-title {
  color: white;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}
.hero-boxes .hero-box .box-image {
  width: 290px;
  height: 290px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hero-boxes .hero-box .box-image .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 134, 181, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-boxes .hero-box .box-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-top: 20px;
  margin-bottom: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hero-carousel-section {
  position: relative;
  z-index: 3;
}
.hero-carousel-section .hero-carousel-title {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-carousel-section .hero-carousel-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.hero-carousel-section .hero-carousel-wrapper .hero-carousel-item {
  flex: 0 0 auto;
  width: 280px;
}
.hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-link {
  display: block;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info {
  padding: 15px;
}
.hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info h3 {
  font-size: 15px;
  letter-spacing: -0.2px;
  font-weight: 600;
  color: #0086b5;
  margin: 0 0 5px 0;
  line-height: 1.3;
}
.hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info h4 {
  font-size: 13px;
  color: #495057;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 992px) {
  .hero-section {
    min-height: 90vh;
  }
  .hero-boxes {
    height: 500px;
  }
  .hero-boxes .hero-box-1 {
    width: 280px;
    height: 280px;
    left: 8%;
  }
  .hero-boxes .hero-box-2 {
    width: 280px;
    height: 280px;
    right: 8%;
  }
  .hero-boxes .hero-box .box-image {
    width: 280px;
    height: 280px;
  }
  .hero-boxes .hero-box .box-title {
    font-size: 18px;
    margin-top: 15px;
    color: white;
  }
  .hero-carousel-section {
    bottom: 60px;
  }
  .hero-carousel-section .hero-carousel-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero-carousel-section .hero-carousel-wrapper {
    gap: 15px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item {
    width: 240px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-img {
    height: 150px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info {
    padding: 12px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info h3 {
    font-size: 14px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info h4 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 100vh;
    height: auto;
    padding-top: 80px;
    padding-bottom: 40px;
    justify-content: flex-start;
    gap: 40px;
  }
  .hero-boxes {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px;
    max-width: 100%;
    height: auto;
  }
  .hero-boxes .hero-box {
    width: 180px !important;
    height: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
  .hero-boxes .hero-box .box-image {
    width: 180px !important;
    height: 180px !important;
  }
  .hero-boxes .hero-box .box-title {
    font-size: 16px;
    margin-top: 15px;
    color: white;
    line-height: 1.3;
  }
  .hero-carousel-section {
    bottom: 40px;
  }
  .hero-carousel-section .hero-carousel-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .hero-carousel-section .hero-carousel-wrapper {
    gap: 10px;
    justify-content: center;
    padding: 0;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item {
    width: 180px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-img {
    height: 110px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info {
    padding: 10px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info h3 {
    font-size: 13px;
  }
  .hero-carousel-section .hero-carousel-wrapper .hero-carousel-item .carousel-info h4 {
    font-size: 11px;
  }
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
@media (max-width: 768px) {
  #sb_instagram #sbi_images {
    display: flex;
  }
  #sbi_images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #sb_instagram #sbi_images .sbi_item {
    width: 49%;
  }
  #sb_instagram #sbi_images .sbi_item:nth-child(n+7) {
    display: none;
  }
  .sbi_photo_wrap .sbi_photo {
    height: 200px !important;
    margin-bottom: 20px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22http%3A%2F%2Fgreek01.local%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fuploads%2Fscss%2F_single-crociera-cabina.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fcustom.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQZ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BACljCI%3BADyjCJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BACrnCZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkCI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAvRA%3BAA4RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeY%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAiBR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAahB%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYY%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAA9rDR%3BAAuEQ%3BAAkoDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApqER%3BAAirEJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA3uEZ%3BAAqvEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAAA%3BAAAA%3BAA7zEQ%3BAAk0EJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */