.box-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.box-img img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
  transition: all 0.2s;
}
.fade_hover img {
  transition: all 0.1s;
}
.fade_hover:hover img {
  -webkit-filter: grayscale(0.3);
  filter: grayscale(0.3);
  transition: all 0.1s;
  cursor: pointer;
}
.fade_hover:hover {
  -webkit-filter: grayscale(0.3);
  filter: grayscale(0.3);
  transition: all 0.1s;
  cursor: pointer;
}
.zoom_hover img {
  transition: all 0.25s;
}
.zoom_hover:hover img,
.zoom_hover:active img,
.zoom_hover:focus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s;
  cursor: pointer;
}
.right_blue_border::before {
  background-color: rgba(30, 62, 114, 0.79);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 15px;
  width: 15px;
}
.onlyone .right_blue_border::before {
  background-color: rgba(30, 62, 114, 0.79);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 15px;
}
.with_border {
  border: 3px solid rgba(30, 62, 114, 0.4);
}
.with_border_v2 {
  border: 3px solid rgba(30, 62, 114, 0.4);
  transition: all 0.25s;
}
.with_border_v2:hover,
.with_border_v2:focus,
.with_border_v2:active {
  border: 0px solid rgba(30, 62, 114, 0.4);
  transition: all 0.25s;
}
/*--------------------------------- Home ---------------------------------*/
.box_img_home_escursioni {
  height: 212px;
}
.box_img_home_escursioni img {
  width: 110%;
}
.box_img_elenco_escursioni {
  height: 300px;
}
.box_img_elenco_escursioni img {
  width: 110%;
}
.box_img_gallery {
  height: 185px;
}
.box_img_gallery img {
  width: 200%;
}
