.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: 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 {
  justify-content: space-between;
  gap: 20px;
}

.three-box {
  display: inline-flex;
  width: 26% !important;
  align-content: center;
  justify-content: center;
  align-items: center;
  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: flex;
  justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gallery-top {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
  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-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: flex;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 768px) {
  .issima-cont {
    margin: auto;
    margin-bottom: 0px;
    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: 46%;
  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: flex;
    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;
}

.bg-slide-01 {
  background-image: url(../img/noianimali/Slider-bg-01.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-02 {
  background-image: url(../img/noianimali/Slider-bg-02.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-03 {
  background-image: url(../img/noianimali/Slider-bg-03.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-04 {
  background-image: url(../img/noianimali/Slider-bg-04.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-05 {
  background-image: url(../img/noianimali/Slider-bg-05.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-06 {
  background-image: url(../img/noianimali/Slider-bg-06.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-07 {
  background-image: url(../img/noianimali/Slider-bg-07.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-08 {
  background-image: url(../img/noianimali/Slider-bg-08.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-09 {
  background-image: url(../img/noianimali/Slider-bg-09.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}

.bg-slide-10 {
  background-image: url(../img/noianimali/Slider-bg-10.jpg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat-x !important;
}
