@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Roboto:wght@100;300;400;700&display=swap);
html,
body {
  height: 100%;
}

body {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 55%, rgb(239, 239, 239) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-left: 279px;
}

* {
  font-family: "Roboto", sans-serif;
  color: #444444;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 300;
}

.paragrafo {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
}

.link-txt {
  color: #FF6600;
  text-decoration: none;
  transition: 0.3s;
}
.link-txt:hover {
  text-decoration: underline;
  color: #FF6600;
}

.table-equipment-dett tr td {
  border-bottom: 1px solid #dbdbdb;
}
.table-equipment-dett tr td span, .table-equipment-dett tr td small {
  display: block;
  line-height: 1.2em !important;
}
.table-equipment-dett tr:last-child td {
  border-bottom: none;
}

.list-highspeed {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.list-highspeed li {
  line-height: 1.2em;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  padding: 0px;
}
.list-highspeed li i {
  font-size: 10px;
  margin-right: 5px;
}

#video_iframe {
  margin: 0px;
  padding: 0px;
}

.container-box {
  display: block;
  width: 100%;
  padding: 30px;
}

.titolo-riga {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.titolo-riga .titolo {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.07rem;
  position: relative;
  z-index: 3;
  margin: 0px;
}
.titolo-riga .riga {
  display: block;
  position: absolute;
  z-index: 2;
  height: 4px;
  bottom: 7px;
  left: 2px;
  right: 1px;
  background-color: #FF6600;
}

.titolo {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.07rem;
  position: relative;
  z-index: 3;
}

.list-share {
  list-style: none;
  display: flex;
  margin: 5px 0 0 0;
  padding: 0px;
}
.list-share li {
  display: block;
  margin: 0px 15px 0px 0px;
}
.list-share li a {
  cursor: pointer;
}
.list-share li a i {
  font-size: 22px;
  color: #999;
  transition: 0.4s;
}
.list-share li a:hover i {
  color: #FF6600;
}

.btn-cstm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: none;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #efefef;
  font-size: 15px;
  height: 52px;
  padding: 0 30px;
  border-radius: 3px;
  transition: 0.4s;
}
.btn-cstm:hover {
  color: #fff;
  background-color: #666;
}
.btn-cstm i {
  color: inherit;
}
.btn-cstm.small {
  height: 32px;
  padding: 0 20px;
}

.box-portfolio-dett {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.box-portfolio-dett .titoloP {
  font-weight: 600;
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
}
.box-portfolio-dett .box-categoria {
  display: block;
  padding: 2px 10px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  color: #666;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  margin: 0 4px 2px 0;
  background-color: #dbdbdb;
}
.box-portfolio-dett .box-categoria i {
  color: #666;
  font-size: 12px;
}

.form-control-cstm {
  border-radius: 0px;
  border-width: 0px;
  background: transparent;
  height: 46px;
  padding: 12px 0px;
  border-bottom: 1px solid #222;
  margin-bottom: 20px;
  font-size: 17px;
}
.form-control-cstm.nomargin {
  margin-bottom: 0px;
}
.form-control-cstm.textarea {
  height: auto;
}

.img-post {
  display: inline-block;
  float: left;
  max-width: 300px;
  max-height: 300px;
  margin: 5px 30px 10px 0;
}

.list-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-contact li {
  display: block;
}

.box-video-test {
  width: 33%;
  height: 300px;
  float: left;
  cursor: default;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #333;
}
.box-video-test .titolo-cap {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  transition: 0.7s;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.box-video-test .mask {
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  width: 80%;
  height: 220px;
  top: 30px;
  left: 10%;
  transition: 0.3s;
}
.box-video-test:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
}
.box-video-test:hover .mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.box-video-test:hover .titolo-cap {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.box-video {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  float: left;
  width: 100%;
  height: 300px;
  background-color: #ccc;
  margin: 10px 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.box-video .titolo-cap {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  transition: 0.7s;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.box-video .mask {
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  width: 80%;
  height: 220px;
  top: 30px;
  left: 10%;
  transition: 0.3s;
}
.box-video:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
}
.box-video:hover .mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.box-video:hover .titolo-cap {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.box-post {
  display: block;
  margin: 10px 0 20px 0;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.box-post .thu-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.box-post .thu-container .thu {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  background: #444444;
  background: #444444;
  transition: 0.3s;
}
.box-post .thu-container:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  opacity: 0;
  background: #FF6600;
  transition: 0.3s;
}
.box-post .body-post {
  display: block;
  padding: 10px;
}
.box-post .body-post .data {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666;
}
.box-post .body-post .titolo {
  display: block;
  color: #444444;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.box-post .body-post .titolo:hover {
  color: #FF6600;
}
.box-post .body-post .desc {
  display: block;
  height: 60px;
  overflow: hidden;
}
.box-post .body-post .readmore {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #444444;
  transition: 0.3s;
}
.box-post .body-post .readmore i {
  color: inherit;
}
.box-post .body-post .readmore:hover {
  color: #FF6600;
}
.box-post:hover .thu-container .thu {
  transform: scale(1.2);
}
.box-post:hover .thu-container:after {
  opacity: 0.4;
}

.frame-thu {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.frame-thu .img-frame {
  display: block;
  height: auto;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 3px;
  transition: transform 0.3s;
}
.frame-thu .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background-color: #FF6600;
  transition: 0.3s;
}
.frame-thu:hover .img-frame {
  transform: scale(1.1);
}
.frame-thu:hover .mask {
  opacity: 0.4;
}

.frame-thu-small {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin: 0px 10px 10px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.frame-thu-small .img-frame {
  display: block;
  width: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 3px;
  transition: transform 0.3s;
}
.frame-thu-small .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background-color: #FF6600;
  transition: 0.3s;
}
.frame-thu-small:hover .img-frame {
  transform: scale(1.1);
}
.frame-thu-small:hover .mask {
  opacity: 0.4;
}

#loading-portfolio {
  position: absolute;
  top: 0px;
  left: -30px;
  right: -30px;
  z-index: 100;
  min-height: 90vh;
  background-color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  align-items: center;
  justify-content: center;
}
#loading-portfolio .loading-gif {
  height: 35px;
  margin-right: 10px;
}

.portfolio-categories {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.portfolio-categories li {
  margin: 5px 1px 5px 0;
  padding: 16px 16px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #444444;
  border-radius: 4px;
  background-color: #efefef;
  transition: 0.5s;
}
.portfolio-categories li:hover {
  cursor: pointer;
  color: #FF6600;
}
.portfolio-categories li.active {
  background-color: #FF6600;
  color: #fff;
}

.equipment-categories {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.equipment-categories li {
  margin: 5px 1px 5px 0;
  display: inline-block;
}
.equipment-categories li .link-eq {
  padding: 10px 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
  border-radius: 4px;
  background-color: #efefef;
  transition: 0.5s;
}
.equipment-categories li .link-eq .icona-eq {
  height: 24px;
  width: 42px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.equipment-categories li .link-eq .icona-eq.lens {
  background-image: url("../img/ico-lens.png");
}
.equipment-categories li .link-eq .icona-eq.camera {
  background-image: url("../img/ico-camera.png");
}
.equipment-categories li .link-eq .icona-eq.stabilizer {
  background-image: url("../img/ico-stabilizer.png");
}
.equipment-categories li .link-eq .icona-eq.aerial {
  background-image: url("../img/ico-aerial.png");
}
.equipment-categories li .link-eq:hover {
  cursor: pointer;
  color: #FF6600;
}
.equipment-categories li .link-eq.active {
  background-color: #FF6600;
  color: #fff;
}
.equipment-categories li .link-eq.active .icona-eq.lens {
  background-image: url("../img/ico-lens-white.png");
}
.equipment-categories li .link-eq.active .icona-eq.camera {
  background-image: url("../img/ico-camera-white.png");
}
.equipment-categories li .link-eq.active .icona-eq.stabilizer {
  background-image: url("../img/ico-stabilizer-white.png");
}
.equipment-categories li .link-eq.active .icona-eq.aerial {
  background-image: url("../img/ico-aerial-white.png");
}

.border-camera {
  border-bottom: 4px solid #FF6600;
  margin-bottom: 20px;
}

.img-equipment {
  display: block;
  max-width: 100%;
  max-height: 380px;
}
.img-equipment.p-abs {
  position: absolute;
  left: 10px;
  bottom: 0px;
  max-height: none;
}

.notifyjs-container .data-notify-text {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.navbar-cstm {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 280px;
  min-height: 100%;
  height: 100%;
  align-items: start;
  padding: 0px;
  z-index: 9999;
  background-position: center bottom;
  background-size: cover;
  border-width: 0px;
  border-right: 3px solid #FF6600;
  border-radius: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  /*position: fixed;
  display: block;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 280px;
  min-height: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;*/
  /*.container-fluid{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
      padding: 20px 18px;
      min-height: 100%;
      height: 100%;



  }*/
  /*.navbar-collapse{
      display: block;
      width: 260px;
      //display: flex;
      //justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;

  }*/
  /*.link-social{
      margin: 10px 0 10px 10px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      a{
          margin: 0 20px 0 0;
          i{
              font-size: 20px;
              color: #fff;
              @include webkit-transition(.4s);
          }
          &:hover{
              i{
                  color: #FF6600;
              }
          }
      }
  }
  .link-policy{
      display: block;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      line-height: 1em;
      padding: 8px 0px;
      @include webkit-transition(0.3s);
      &:hover{
          color: #FF6600;
      }
  }
  .link-stock{
      margin: 10px 1px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;

      a{
          img{
              height: 14px;
              filter: brightness(0) invert(1);
              @include webkit-transition(.3s);
              &.dissolve{
                  height: 20px;
              }
          }
          &:hover{
              img{
                  filter: none;
              }
          }
      }
  }

  .navbar-nav{
      display: block;
      width: 100%;
      margin: 0px;
      padding: 0px;

      li {
          display: block;
          width: 100%;
          padding-left: 0px;

          a {
              display: block;
              background-color: transparent;
              text-align: left;
              text-transform: uppercase;
              text-decoration: none;
              color: #fff;
              font-size: 15px;
              font-weight: 400;
              line-height: 1em;
              padding: 8px 10px;

              i {
                  color: inherit
              }
          }

          &.active {
              !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c13300+16,ff6600+100 *!
              background: rgb(193, 51, 0); !* Old browsers *!
              !* IE9 SVG, needs conditional override of 'filter' to 'none' *!
              background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNjMTMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY2NjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
              background: -moz-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* FF3.6-15 *!
              background: -webkit-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* Chrome10-25,Safari5.1-6 *!
              background: linear-gradient(to right, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c13300', endColorstr='#ff6600', GradientType=1); !* IE6-8 *!

              a {
                  color: #fff;
                  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
              }
          }

          &.voce {
              @include webkit-transition(0.5s);

              &:hover {
                  !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c13300+16,ff6600+100 *!
                  background: rgb(193, 51, 0); !* Old browsers *!
                  !* IE9 SVG, needs conditional override of 'filter' to 'none' *!
                  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNjMTMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY2NjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
                  background: -moz-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* FF3.6-15 *!
                  background: -webkit-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* Chrome10-25,Safari5.1-6 *!
                  background: linear-gradient(to right, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c13300', endColorstr='#ff6600', GradientType=1); !* IE6-8 *!

                  a {
                      color: #fff;
                  }
              }
          }
      }
  }*/
}
.navbar-cstm .imago {
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px 0;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
  font-family: "DM Sans", sans-serif;
}
.navbar-cstm .container-fluid {
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.navbar-cstm .container-fluid .navbar-brand {
  display: block;
  width: 240px;
  height: 69px;
  margin: 30px auto 0px auto;
  padding: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/andreaturri-w.png");
}
.navbar-cstm .container-fluid .navbar-collapse {
  width: 100%;
  align-items: start;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item {
  /*&.imago-mob{
      display: none;
      .nav-link{
          text-transform: none;
          text-shadow: 0px 1px 1px rgba(0,0,0,.8);
      }

  }*/
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item a, .navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item span {
  display: block;
  background-color: transparent;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  padding: 8px 10px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.1rem;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item a i, .navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item span i {
  color: inherit;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.social a {
  display: inline-block;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.social a i {
  color: inherit;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.voce {
  position: relative;
  transition: 0.5s;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.voce:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNjMTMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY2NjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to right, rgb(193, 51, 0) 16%, rgb(255, 102, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c13300", endColorstr="#ff6600", GradientType=1);
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.voce:hover a {
  color: #fff;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.voce:hover:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
  bottom: 0px;
  width: 15px;
  background-color: #FF6600;
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.voce.active {
  background: rgb(193, 51, 0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNjMTMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY2NjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to right, rgb(193, 51, 0) 16%, rgb(255, 102, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c13300", endColorstr="#ff6600", GradientType=1);
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.voce.active a {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.navbar-cstm .container-fluid .navbar-collapse .navbar-nav .nav-item.voce.active:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
  bottom: 0px;
  width: 15px;
  background-color: #FF6600;
}
.navbar-cstm .container-fluid .copyright {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  margin: 5px 0 10px 0;
}
.navbar-cstm .container-fluid .link-policy {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1em;
  padding: 8px 0px;
  transition: 0.3s;
}
.navbar-cstm .container-fluid .link-policy:hover {
  color: #FF6600;
}
.navbar-cstm .container-fluid .link-stock {
  margin: 10px 1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-cstm .container-fluid .link-stock a img {
  height: 14px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.navbar-cstm .container-fluid .link-stock a img.dissolve {
  height: 20px;
}
.navbar-cstm .container-fluid .link-stock a:hover img {
  filter: none;
}

/*.navbar-static-left-22 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: fixed;

    z-index: 3;
    top: 0px;
    left: 0px;
    width: 280px;
    min-height: 100%;
    height: 100%;
    margin: 0px;
    padding: 20px;

    border-width: 0px;
    border-right: 3px solid #FF6600;
    border-radius: 0px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    background-position: center;
    background-size: cover;

    .link-social{
        margin: 10px 0 10px 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        a{
            margin: 0 20px 0 0;
            i{
                font-size: 20px;
                color: #fff;
                @include webkit-transition(.4s);
            }
            &:hover{
                i{
                    color: #FF6600;
                }
            }
        }
    }
     .link-policy{
        display: block;
         text-align: center;
         color: #fff;
        text-decoration: none;
         font-size: 15px;
         line-height: 1em;
         padding: 8px 0px;
         @include webkit-transition(0.3s);
         &:hover{
             color: #FF6600;
         }
     }
    .link-stock{
        margin: 10px 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        a{
            img{
                height: 14px;
                filter: brightness(0) invert(1);
                @include webkit-transition(.3s);
                &.dissolve{
                    height: 20px;
                }
            }
            &:hover{
                img{
                    filter: none;
                }
            }
        }
    }

    .navbar-brand {
      display: block;
      width: 240px ;
      height: 69px;
      margin: 40px auto ;
      padding:0px ;

      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../img/andreaturri-w.png");
    }


    #navbar {
      display: block;
      margin-right: -20px;
      padding: 0px;

      .navbar-nav {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;

        li {
          display: block;
          width: 100%;
          padding-left: 0px;
          a {
            display: block;
            background-color: transparent;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none;
            color: #fff;
            font-size: 15px;
              font-weight: 400;
            line-height: 1em;
            padding: 8px 10px;
            i {
              color: inherit
            }
          }

          &.active {
            !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c13300+16,ff6600+100 *!
            background: rgb(193, 51, 0); !* Old browsers *!
            !* IE9 SVG, needs conditional override of 'filter' to 'none' *!
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNjMTMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY2NjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
            background: -moz-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* FF3.6-15 *!
            background: -webkit-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* Chrome10-25,Safari5.1-6 *!
            background: linear-gradient(to right, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c13300', endColorstr='#ff6600', GradientType=1); !* IE6-8 *!

            a {
              color: #fff;
              text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
            }
          }

          &.voce{
            @include webkit-transition(0.5s);
            &:hover{
                !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c13300+16,ff6600+100 *!
                background: rgb(193, 51, 0); !* Old browsers *!
                !* IE9 SVG, needs conditional override of 'filter' to 'none' *!
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNjMTMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY2NjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
                background: -moz-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* FF3.6-15 *!
                background: -webkit-linear-gradient(left, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* Chrome10-25,Safari5.1-6 *!
                background: linear-gradient(to right, rgba(193, 51, 0, 1) 16%, rgba(255, 102, 0, 1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c13300', endColorstr='#ff6600', GradientType=1); !* IE6-8 *!

                a{
                    color: #fff;
                  }
            }
          }

          .dropdown-menu {
            width: 100%;
            padding: 0px;
            position: relative;
            //top: 100%;
            left: auto;
            z-index: 0;
            background-color: transparent;
            border-radius: 0px;

            &.opened {
              display: block;
            }

            li {
              //background-color: transparent;

              a {
                background-color: transparent;
                text-align: left;
                text-transform: uppercase;
                color: #ccc;
                text-transform: uppercase;
                font-size: 15px;
                line-height: 1em;
                padding: 8px 10px 8px 30px;
              }
            }

          }
        }
      }
    }
  }*/
.footer {
  display: none;
  width: 100%;
  background: #444444;
  padding: 20px 0;
  margin-top: 20px;
}
.footer * {
  color: #fff;
}
.footer .copyright {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  margin: 0;
}
.footer .link-stock {
  margin: 5px 1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .link-stock a {
  margin-right: 20px;
}
.footer .link-stock a img {
  height: 14px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.footer .link-stock a img.dissolve {
  height: 20px;
}
.footer .link-stock a:hover img {
  filter: none;
}

.fancybox-container .fancybox-toolbar .fancybox-button svg path {
  fill: white !important;
}
.fancybox-container .fancybox-infobar {
  color: #fff !important;
}
.fancybox-container .fancybox-infobar span {
  color: inherit !important;
}
.fancybox-container .fancybox-button--arrow_right svg path,
.fancybox-container .fancybox-button--arrow_left svg path {
  fill: white !important;
}
.container-box-about .img-about {
  display: block;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.box-contact {
  background-image: url("../img/bg-world-map.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.box-contact .box-location {
  display: block;
  border-left: 5px solid #666;
  border-radius: 0 3px 3px 0;
  padding: 15px 10px;
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
}
.box-contact .box-location .location-dett {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
.box-contact .box-location .location-dett li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}
.box-contact .box-location .location-dett li .valore {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #999;
}
.box-contact .box-location .location-dett li i {
  font-size: 14px;
  color: #999;
  width: 20px;
  text-align: center;
  margin: 2px 5px 0 0;
}
.box-contact .contact-value {
  color: #444444;
  font-weight: 400;
  text-decoration: none;
}
.box-contact .contact-value.link {
  transition: 0.4s;
}
.box-contact .contact-value.link:hover {
  text-decoration: underline;
  color: #FF6600;
}
.box-contact .box-form {
  border-radius: 3px;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.box-contact .box-form .label {
  font-size: 14px;
}
.box-contact .box-form .label .link {
  font: inherit;
  color: inherit;
}

#cookie_avviso {
  display: none;
  z-index: 15000;
  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 * {
  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-acc {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 2px 10px;
  margin: 0 5px;
}
#cookie_avviso .btn-acc:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 1768px) {
  .box-contact .box-location {
    min-height: 230px;
  }
}
@media screen and (max-width: 1400px) {
  .box-contact .box-location {
    min-height: auto;
  }
  .box-form {
    margin-top: 50px;
  }
  .portfolio-categories li {
    margin: 3px 1px;
    padding: 10px 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .container-box {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .h-mobile {
    display: none !important;
  }
  .s-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-left: 0px;
    margin-top: 70px;
  }
  .navbar-cstm {
    width: 100%;
    min-height: 60px;
    height: auto;
    border-width: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .navbar-cstm .imago {
    display: block;
    margin: 26px 0 0 7px;
    font-size: 11px;
    font-weight: 600 !important;
    opacity: 0.8;
  }
  .navbar-cstm .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .navbar-cstm .container-fluid .g-mobile {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .navbar-cstm .container-fluid .navbar-brand {
    display: block;
    width: 174px;
    flex: 0 0 174px;
    height: 50px;
    margin: 5px;
    padding: 0px;
    background-image: url("../img/andreaturri-w.png");
  }
  .navbar-cstm .link-policy, .navbar-cstm .link-stock, .navbar-cstm .copyright {
    display: none !important;
    width: 0px !important;
  }
  .footer {
    display: block !important;
  }
}
