.visual {
  padding-top: 0px; }
  .visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.grid-container .footer-last-common-box {
  display: none; }

.grid-container .title-mg {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .grid-container .title-mg {
      margin-top: 30px;
      margin-bottom: 30px; } }

.grid-container .credits-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 5px; }
  .grid-container .credits-wrapper .image-credits {
    width: 50%;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 768px) {
      .grid-container .credits-wrapper .image-credits {
        font-size: 9px;
        line-height: 1.5; } }
    .grid-container .credits-wrapper .image-credits:first-child {
      padding-right: 10px;
      padding-left: 10px; }
    .grid-container .credits-wrapper .image-credits:nth-child(2) {
      padding-left: 10px; }
  @media (max-width: 768px) {
    .grid-container .credits-wrapper {
      padding: 0 15px; } }

.grid-container .ut-custom-box.top-content.home-mid-content.clearfix.title-wolf-bird {
  padding-top: 20px; }

.btn-set {
  max-width: 212px;
  margin: 20px auto 0 auto;
  text-align: center; }
  @media (max-width: 768px) {
    .btn-set {
      margin-bottom: 50px; } }
  .btn-set a {
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'cooper hewitt medium';
    border: 1px solid #006241;
    color: #006241; }
    .btn-set a:hover {
      color: #ffffff;
      background-color: #006241; }

.climber-grid-wrapper .mx-auto {
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px; }

.three-box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26% !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .three-box {
      display: block;
      width: 100% !important; } }
  .three-box:last-child {
    margin-bottom: 0px; }
  .three-box img {
    max-width: 200px;
    display: block;
    margin: 0px auto; }
  .three-box .three-box-text {
    margin-top: 20px;
    color: #00543e;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    display: block; }

.mx-auto {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 768px) {
    .mx-auto {
      display: block;
      width: 100% !important; } }

.swiper-container {
  width: 100%;
  height: 300px;
  margin: 0px auto;
  background-color: #ffffff; }

.swiper-slide-container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 0px;
  font-family: cooper_hewittbook;
  text-align: center;
  margin: auto;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.gallery-top {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
  position: relative;
  background: linear-gradient(white, #f8f8f8); }
  @media (max-width: 1050px) {
    .gallery-top {
      background-size: 100% 116%;
      background: linear-gradient(white, #f8f8f8); } }
  @media (max-width: 768px) {
    .gallery-top {
      background: linear-gradient(white, #f8f8f8); } }
  .gallery-top__copyright {
    position: absolute;
    bottom: 47px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 2;
    font-size: 12px; }
    @media (max-width: 768px) {
      .gallery-top__copyright {
        bottom: 30px;
        width: 100%;
        text-align: center; } }

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  max-width: 1020px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  overflow: hidden; }

.gallery-thumbs .swiper-slide {
  width: 13%;
  height: 100%;
  opacity: 0.4;
  padding: 11px; }
  @media (max-width: 768px) {
    .gallery-thumbs .swiper-slide {
      width: 28%;
      padding: 0px 2%; } }

.gallery-thumbs .swiper-slide-active {
  opacity: 1; }

.issima-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: auto; }
  @media (max-width: 768px) {
    .issima-cont {
      margin: auto;
      margin-bottom: 0px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.issima-image {
  padding: 0px;
  width: 60%;
  position: relative; }
  @media (max-width: 768px) {
    .issima-image {
      width: 100%;
      padding: 50px 5% 0px 0px; } }

/*
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
*/
.issima-description {
  width: 40%;
  padding-right: 130px;
  padding-top: 150px; }
  @media (max-width: 1050px) {
    .issima-description {
      padding-top: 90px; } }
  @media (max-width: 768px) {
    .issima-description {
      width: 100%;
      padding: 5%;
      padding-top: 15px; } }
  @media (min-width: 1400px) {
    .issima-description {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-top: 180px; } }

.issima-text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'cooper hewitt bold';
  color: #FFF;
  padding-right: 20px; }
  @media (max-width: 1050px) {
    .issima-text {
      font-size: 15px;
      line-height: 19px; } }
  @media (max-width: 768px) {
    .issima-text {
      font-size: 22px;
      line-height: 27px;
      font-weight: 500;
      margin-bottom: 20px;
      padding-right: 0px; } }
  @media (min-width: 1400px) {
    .issima-text {
      font-size: 24px;
      line-height: 34px; } }

.issima-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 34px;
  font-family: 'cooper hewitt bold';
  line-height: 1; }

.issima-note {
  font-style: italic;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px; }

@media (max-width: 768px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 23px; } }

.swiper-button-prev, .swiper-button-next {
  color: #000000;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  padding: 20px;
  position: relative;
  bottom: 360px; }
  @media (max-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
      width: 40px;
      height: 40px; } }
  @media only screen and (max-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 690px; } }
  @media only screen and (max-width: 669px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 730px; } }
  @media only screen and (max-width: 599px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 760px; } }
  @media only screen and (max-width: 499px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 830px; } }
  @media only screen and (max-width: 449px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 870px; } }
  @media only screen and (max-width: 399px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 899px; } }
  @media only screen and (max-width: 365px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 990px; } }
  @media only screen and (max-width: 340px) {
    .swiper-button-prev, .swiper-button-next {
      bottom: 1050px; } }

.swiper-button-prev {
  float: left;
  left: 0px; }

.swiper-button-next {
  float: right;
  right: 0px; }

.capomobile {
  display: none; }
  @media only screen and (max-width: 768px) {
    .capomobile {
      display: block; } }

.green-noianimali {
  color: #00563d; }

.min {
  text-transform: none; }

.amicinatura {
  background-image: url(../img/noianimali/amici-della-natura-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0px 50px 0px; }
  @media only screen and (max-width: 768px) {
    .amicinatura {
      background-size: cover;
      margin-bottom: 30px; } }
  .amicinatura .pb-2 {
    color: red; }
  .amicinatura p {
    color: #00563d;
    line-height: 32px !important;
    font-size: 24px !important; }

.swiper-slide {
  background-image: url(../img/spongebob/Slider-Spongebob-bg-desktop-v2.jpg) !important;
  background-size: contain !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  height: auto; }
  @media (max-width: 769px) {
    .swiper-slide {
      background-image: url(../img/spongebob/Slider-Spongebob-bg-mobile.jpg) !important; } }
