@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;200;300;400&display=swap);
body {
  background-color: #191919;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.hide-desktop {
  display: none;
}

.color-green {
  color: #BDD73C;
}

.color-grey {
  color: #939393;
}
.color-grey a {
  font: inherit;
  color: #BDD73C;
}

.titolo {
  letter-spacing: 2px;
  font-family: "Bebas Neue", cursive;
}

.ls-0 {
  letter-spacing: 0px;
}

h1, .h1 {
  font-size: 74px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1em !important;
}

h2, .h2 {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1em !important;
}

h3, .h3 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h4, .h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

h5, .h5 {
  font-size: 16px;
}

.videoHome {
  background-color: #000 !important;
}

.scrollDown {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 50%;
  margin-left: -100px;
  border-bottom: 0px;
  height: 100px;
  line-height: 85px;
  width: 200px;
  text-align: center;
  border-radius: 100px 100px 0 0;
  cursor: pointer;
  transition: 0.4s;
}
.scrollDown img {
  height: 60px;
  -webkit-animation-name: floatingMouse;
          animation-name: floatingMouse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  transition: 0.4s;
}
.scrollDown:hover {
  background-color: #F8F9FA;
}
.scrollDown:hover img {
  -webkit-animation-name: none;
          animation-name: none;
  filter: invert(100%);
}

@-webkit-keyframes floatingMouse {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 5px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@keyframes floatingMouse {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 5px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.section-cstm {
  display: block;
  position: relative;
  padding: 100px 0;
}
.section-cstm.bg-contatti {
  background: #fff;
}
.section-cstm.bg-home {
  background-image: url("../img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #191919;
}
.section-cstm.bg-services {
  background-color: #191919;
  background-image: url("../img/bg-services.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.section-cstm.bg-works {
  background-color: #191919;
  background-image: url("../img/bg-works.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.section-cstm.bg-about {
  padding: 100px 0 0 0;
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/bg-about.jpg");
}
.section-cstm.bg-showreel {
  padding: 100px 0 0 0;
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg-aerial-photography.jpg");
}
.section-cstm.bg-showreel:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(189, 215, 60, 0.2);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.mh-100 {
  min-height: 100vh;
}

.btn-cstm {
  display: block;
  width: 100%;
  padding: 23px 0px;
  border: 1px solid #BDD73C;
  color: #BDD73C;
  border-radius: 0px;
  background-color: transparent;
  font-size: 18px;
  line-height: 1em;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  transition: 0.4s;
}
.btn-cstm i {
  color: inherit;
}
.btn-cstm.small {
  display: inline-block;
  padding: 8px 0px;
}
.btn-cstm:hover {
  text-decoration: none;
  background-color: #BDD73C;
  color: #474747;
}

.box-white {
  position: relative;
  display: block;
  background: #FFFFFF;
  padding: 40px 20px;
}

.box-showreel {
  position: relative;
  z-index: 2;
  display: block;
  padding: 80px;
  background: #11131C;
  margin-bottom: -50px;
}
.box-showreel .thu-showreel {
  position: relative;
  display: block;
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.box-showreel .play {
  text-decoration: none;
  margin-left: 20px;
  cursor: pointer;
}
.box-showreel .play .play-btn {
  transition: 0.4s;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid #BDD73C;
  text-align: center;
}
.box-showreel .play .play-btn i {
  color: #fff;
  transition: 0.4s;
}
.box-showreel .play:hover .play-btn {
  background-color: #BDD73C;
}
.box-showreel .play:hover .play-btn i {
  color: #11131C;
}

.box-about-bio {
  position: relative;
  z-index: 2;
  display: block;
  padding: 80px;
  background: #11131c;
  background: linear-gradient(0deg, #11131c 0%, rgba(17, 19, 28, 0.9) 52%, rgba(17, 19, 28, 0.7) 100%);
  margin-bottom: -50px;
}

.previewVideo {
  display: block;
  width: 100%;
  min-height: 300px;
  margin: 30px 0;
}

.previewVideoExternal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.previewVideoExternal img {
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  filter: invert(1);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}

.navbar-cstm {
  padding: 0 20px 0 10px;
  height: 95px;
  background-color: transparent !important;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.navbar-cstm .navbar-brand {
  padding: 0px;
  margin: 0px 80px 0 0;
}
.navbar-cstm .navbar-brand img {
  height: 95px;
  width: auto;
  transition: 0.3s;
}
.navbar-cstm .navbar-toggler {
  left: 0px;
  top: 0px;
  width: 30px;
}
.navbar-cstm .navbar-toggler #menu_checkbox {
  display: none;
}
.navbar-cstm .navbar-toggler label {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: -20px auto 0 auto;
  cursor: pointer;
}
.navbar-cstm .navbar-toggler label div {
  position: relative;
  top: 0;
  height: 3px;
  background-color: #fff;
  margin-bottom: 8px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
.navbar-cstm .navbar-toggler label div:first-child {
  transform-origin: 0;
}
.navbar-cstm .navbar-toggler label div:last-child {
  margin-bottom: 0;
  transform-origin: 34px;
}
.navbar-cstm .navbar-toggler label div:nth-child(2) {
  right: 0;
  width: 30px;
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label:before {
  background-color: #4caf50;
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label div:first-child {
  top: -6px;
  transform: rotateZ(45deg);
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label div:last-child {
  top: 6px;
  transform: rotateZ(45deg);
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label div:nth-child(2) {
  width: 44px;
  top: 0;
  right: 10px;
  transform: rotateZ(-45deg);
}
.navbar-cstm .navbar-nav .nav-item .nav-link {
  padding: 0 20px;
  font-family: "Bebas Neue", cursive;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.social {
  padding: 0 10px;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.social i {
  font-size: 18px;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.lang {
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("/img/flags-lang.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px 40px;
  transition: 0.2s;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.lang:hover {
  background-position: center bottom;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.lang.it {
  background-position: center bottom;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.lang.it:hover {
  background-position: center top;
}
.navbar-cstm.scrolled {
  height: 60px;
  background-color: rgba(52, 58, 64, 0.9) !important;
}
.navbar-cstm.scrolled .navbar-brand img {
  height: 60px;
}
.navbar-cstm.scrolled .navbar-brand .mobile-logo {
  background-image: url("../img/digitalmoviemilano-mobile-tr-green.png");
}

.footer {
  display: block;
  padding: 80px 0px 0px 0px;
  background: #b0b7ba;
}
.footer h2 {
  margin-bottom: 30px;
  font-size: 25px;
}
.footer .brand {
  max-width: 100%;
  width: 250px;
  display: block;
  margin: 0 auto;
}
.footer .list-link {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .list-link li {
  display: flex;
  margin: 0 0 12px 0;
}
.footer .list-link li i {
  margin-right: 10px;
  font-size: 25px;
  color: #474747;
}
.footer .list-link li .voce {
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  color: #474747;
  transition: 0.4s;
}
.footer .list-link li .voce:hover {
  color: #BDD73C;
  text-decoration: none;
}
.footer .list-contact {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .list-contact li {
  display: flex;
  align-items: center !important;
  margin: 0 0 12px 0;
}
.footer .list-contact li i {
  margin-right: 10px;
  font-size: 15px;
  color: #474747;
}
.footer .list-contact li .voce {
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #474747;
  transition: 0.4s;
}
.footer .list-contact li .voce.link:hover {
  color: #BDD73C;
  text-decoration: none;
}
.footer .bottom-line {
  display: block;
  margin-top: 25px;
  padding: 25px 0px;
  border-top: 1px solid #eee;
}

.slide-up {
  display: block;
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #efefef;
  text-align: center;
  cursor: pointer;
  background-color: rgba(52, 58, 64, 0.8);
  opacity: 1;
  transition: 0.5s;
}
.slide-up i {
  color: #efefef;
  font-size: 18px;
}
.slide-up:hover {
  opacity: 1;
  -webkit-animation-name: floatingSlideUp;
          animation-name: floatingSlideUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-up.nascosto {
  opacity: 0;
}

@-webkit-keyframes floatingSlideUp {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 5px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@keyframes floatingSlideUp {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 5px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.form-contatto {
  display: block;
  padding: 50px;
  background: #11131C;
  margin-bottom: -100px;
}
.form-contatto .form-control-contact {
  border: 1px solid #333642;
  color: #fff;
  font-size: 16px;
  padding: 15px 15px 15px 20px;
  background-color: #292b35;
  height: auto;
  border-radius: 0px;
  margin: 10px 0;
}
.form-contatto .form-control-contact::-moz-placeholder {
  color: #999;
}
.form-contatto .form-control-contact:-ms-input-placeholder {
  color: #999;
}
.form-contatto .form-control-contact::placeholder {
  color: #999;
}
.form-contatto .btn-cstm {
  background-color: #BDD73C;
  color: #0C0E18;
  margin-top: 20px;
}
.form-contatto .btn-cstm:hover {
  background-color: #11131C;
  border-color: #BDD73C;
  color: #BDD73C;
}

.link-social {
  display: flex;
  margin-top: 20px;
}
.link-social a {
  display: block;
  margin: 0 15px;
  border: 2px solid #BDD73C;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: 0.4s;
}
.link-social a i {
  line-height: 37px;
  font-size: 24px;
  color: #BDD73C;
  transition: 0.4s;
}
.link-social a:hover {
  background-color: #BDD73C;
}
.link-social a:hover i {
  color: #fff;
}

.gmap {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}

.box-contact-info {
  display: block;
  margin: 0 0 20px 0;
}
.box-contact-info .icona {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 20px;
}

.gallery-box {
  display: block;
  background-color: transparent;
  overflow: hidden;
  width: 20%;
  position: relative;
  height: 300px;
}
.gallery-box.strumenti {
  background-color: transparent !important;
  width: 100%;
  height: 250px !important;
}
.gallery-box.strumenti .box-reel {
  width: 100% !important;
  height: 250px !important;
}

.box-about-spec {
  display: block;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
}

.youtube-video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.video-foreground,
.youtube-video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-ombreggiatura {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
}

.vimeo-vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-reel {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 1px;
  width: 100%;
  height: 300px;
  background-color: #222;
  transition: 0.4s;
}
.box-reel .preview {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.box-reel .go {
  position: absolute;
  z-index: 3;
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  left: -64px;
  bottom: 0px;
  transition: 0.6s;
}
.box-reel .didascalia {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  top: auto;
  right: 0%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 30px 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1.1em;
  font-family: "Bebas Neue", cursive;
  transition: 0.4s;
}
.box-reel:hover .preview {
  transform: scale(1.1);
}
.box-reel:hover .didascalia {
  background-color: rgba(189, 215, 60, 0.8);
  right: 0%;
  top: 0%;
  color: #fff;
}
.box-reel:hover .go {
  left: 50%;
}

.box-about {
  display: block;
}
.box-about .icona {
  color: #BDD73C;
  font-size: 42px;
  margin-bottom: 10px;
}

.box-servizio {
  display: block;
  margin: 10px 0;
  background: #222;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.box-servizio .thu {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.box-servizio .thu img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
}
.box-servizio .titolo {
  background: #fff;
  display: block;
  width: 100%;
  color: #474747;
  text-align: center;
  font-size: 42px;
  padding: 20px;
  transition: 0.4s;
}
.box-servizio:hover {
  text-decoration: none;
  transform: translate(5px, 5px);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0);
}
.box-servizio:hover .titolo {
  background: #BDD73C;
  text-shadow: 0px 1px 0px #fff;
  text-decoration: none;
}
.box-servizio:hover .thu img {
  transform: scale(1.2);
}

.bg-white-title {
  display: inline-block;
  background: #fff;
  margin: 0px auto 30px auto;
  padding: 20px;
}

.work-categorie-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  height: 50px;
}
.work-categorie-list .catfilter {
  background-color: #efefef;
  border-radius: 1px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  padding: 8px 16px;
  margin: 1px;
  white-space: nowrap;
  color: #474747;
  transition: 0.5s;
}
.work-categorie-list .catfilter.active {
  background-color: #BDD73C;
  color: #474747;
  padding: 12px 24px;
}
.work-categorie-list .catfilter:hover {
  padding: 10px 24px;
  cursor: pointer;
  color: #BDD73C;
  background-color: #474747;
}

.box-strumento {
  display: flex;
}
.box-strumento .preview-img {
  margin-right: 30px;
  display: block;
  padding: 5px;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  transition: 0.2s;
}
.box-strumento .preview-img img {
  display: block;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1px;
  transition: 0.2s;
}
.box-strumento .preview-img:hover {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
}
.box-strumento .preview-img:hover img {
  width: 205px;
  height: 205px;
}
.box-strumento .lista-thu {
  list-style: none;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}
.box-strumento .lista-thu li {
  display: inline-block;
  margin: 2px;
  margin: 0px;
  padding: 0px;
}
.box-strumento .lista-thu li .preview-img {
  display: block;
  padding: 3px;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.6;
  transition: 0.2s;
}
.box-strumento .lista-thu li .preview-img img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.2s;
}
.box-strumento .lista-thu li .preview-img:hover {
  opacity: 1;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
}
.box-strumento .lista-thu li .preview-img:hover img {
  transform: scale(1.1);
}
.box-strumento .descrizione {
  padding: 0 10px 0 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
  max-height: 310px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.box-strumento .descrizione::-webkit-scrollbar {
  width: 10px;
}
.box-strumento .descrizione::-webkit-scrollbar-track {
  background: #5c6772;
}
.box-strumento .descrizione::-webkit-scrollbar-thumb {
  background: #888;
}
.box-strumento .descrizione::-webkit-scrollbar-thumb:hover {
  background: #BDD73C;
}
.box-strumento .separatore {
  display: block;
  width: 100%;
  height: 1px;
  margin: 60px 0;
  border-bottom: 1px solid #5c6772;
}

#cookie_avviso {
  display: none;
  z-index: 15000;
  float: left;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 7px 30px;
  color: #fff;
  font-size: 14px;
}
#cookie_avviso a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
#cookie_avviso a:hover {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}
#cookie_avviso .btn-c-accetta {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 1em;
}
#cookie_avviso .btn-c-accetta:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

@media (max-width: 1350px) {
  .gallery-box {
    width: 25% !important;
    height: 300px !important;
  }
  .gallery-box .box-reel {
    height: 300px !important;
  }
  .gallery-box.strumenti {
    width: 100% !important;
    height: 200px !important;
  }
  .gallery-box.strumenti .box-reel {
    height: 200px !important;
  }
}
@media (max-width: 940px) {
  .navbar-cstm .navbar-brand img {
    height: 60px !important;
  }
  .navbar-cstm .navbar-nav .nav-item .nav-link {
    padding: 0 10px !important;
    letter-spacing: 1px !important;
  }

  .gallery-box {
    width: 33% !important;
    height: 300px !important;
  }
  .gallery-box .box-reel {
    height: 300px !important;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 54px !important;
  }

  h2, .h2 {
    font-size: 40px !important;
  }

  h3, .h3 {
    font-size: 36px !important;
  }

  h4, .h4 {
    font-size: 28px !important;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: inline-block;
  }

  .footer {
    padding: 20px 0px 0px 0px !important;
  }

  .navbar-cstm {
    padding-top: 10px !important;
    height: 70px !important;
  }
  .navbar-cstm .navbar-brand {
    padding: 0px;
    margin: 0px auto !important;
  }
  .navbar-cstm .navbar-brand img {
    height: 50px !important;
  }
  .navbar-cstm .navbar-collapse {
    position: absolute;
    top: 80px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100vh;
    background-color: rgba(52, 58, 64, 0.9) !important;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item {
    margin: 10px 0;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
  }
  .navbar-cstm .navbar-collapse.collapsing {
    height: auto;
    transition: left 0.3s ease;
    left: -100%;
  }
  .navbar-cstm .navbar-collapse.show {
    left: 0;
    transition: left 0.3s ease-in;
  }
  .navbar-cstm .mobile-align {
    z-index: 10;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .navbar-cstm .mobile-align .navbar-brand {
    position: relative !important;
    flex-grow: 1 !important;
    display: block !important;
  }
  .navbar-cstm .mobile-align .navbar-brand img {
    width: 100% !important;
    height: auto !important;
  }
  .navbar-cstm .mobile-align .navbar-toggler {
    position: relative !important;
    display: block !important;
    margin: 0px !important;
    flex: 0 0 40px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .box-about-bio {
    padding: 10px !important;
  }

  .lista-thu li .preview-img {
    width: 80px !important;
    height: 80px !important;
  }
  .lista-thu li .preview-img img {
    width: 80px !important;
    height: 80px !important;
  }

  .box-strumento {
    display: block !important;
  }
  .box-strumento .descrizione {
    display: none !important;
  }
  .box-strumento .preview-img {
    margin-right: 0px !important;
    width: 100% !important;
    height: auto !important;
  }
  .box-strumento .preview-img img {
    width: 100% !important;
    height: auto !important;
  }
  .box-strumento .preview-img:hover img {
    width: 100% !important;
    height: auto !important;
  }

  .box-servizio .thu {
    height: 250px !important;
  }
  .box-servizio .thu img {
    height: 250px;
  }
  .box-servizio .titolo {
    font-size: 30px !important;
    padding: 10px !important;
  }

  .form-contatto {
    padding: 30px 20px !important;
    margin-bottom: 30px !important;
  }

  .gallery-box {
    width: 50% !important;
    height: 300px !important;
  }
  .gallery-box .box-reel {
    height: 300px !important;
  }
  .gallery-box.strumenti {
    width: 100% !important;
    height: 200px !important;
  }
  .gallery-box.strumenti .box-reel {
    height: 200px !important;
  }

  .work-categorie-list {
    display: block !important;
    justify-content: center;
    align-items: center;
    height: auto !important;
  }
  .work-categorie-list .catfilter {
    letter-spacing: 0px !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    padding: 8px 8px !important;
    margin: 1px 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .work-categorie-list .catfilter.active {
    padding: 8px 8px !important;
  }
  .work-categorie-list .catfilter:hover {
    padding: 8px 8px !important;
  }
}
@media (max-width: 589px) {
  .gallery-box {
    width: 50% !important;
    height: 200px !important;
  }
  .gallery-box .box-reel {
    height: 300px !important;
  }
  .gallery-box.strumenti {
    width: 100% !important;
    height: 200px !important;
  }
  .gallery-box.strumenti .box-reel {
    height: 200px !important;
  }
}
