#menu-display {
  display: none;
}
.show-550 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .hide-1000 {
    display: none;
  }

  .container {
    width: 760px;
    margin: 0 auto;
  }
  .slide {
    background-size: 1000px;
    height: auto;
  }
  .slide-home {
    height: 480px;
  }
  .slide .text {
    margin: 55px 0 0;
    padding: 20px 40px;
  }
  .slide .titolo.bottom {
    margin: 220px 0 0;
  }
  .rubber {
    padding: 25px;
    font-size: 40px;
  }

  .box-prod-1 .icon,
  .box-prod-2 .icon,
  .box-prod-3 .icon {
    width: 70px;
  }

  #formContatti .col-6 {
    width: 100%;
  }

  .tabellaProdottidis2 {
    padding: 16px 10px 15px;
  }

  .menu ul {
    display: none;
  }
  #menu-display {
    border-radius: 0.5em;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 0.8em;
    height: 5.5em;
    padding: 0.5em 1em;
  }
  header .menu {
    padding: 8px 0;
  }
  .mobile-menu {
    background: #d11e2b;
    list-style: none;
    font-family: "Gobold";
    box-sizing: border-box;
    padding: 20px;
    display: block;
    height: 100%;
    left: -250px;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 250px !important;
    z-index: 999999;
    margin-top: 0px;
  }
  .mobile-menu-bg {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999998;
  }

  .mobile-menu a {
    color: #fff;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .box-prod-1 img,
  .box-prod-3 img {
    max-width: unset;
    height: 100%;
    width: auto;
  }
  .box-prod-1 .col-6,
  .box-prod-3 .col-6 {
    overflow: hidden;
  }
}

@media only screen and (max-width: 800px) {
  .container {
    width: 700px;
    margin: 0 auto;
  }

  .btn {
    font-size: 12px;
  }
  .titolo {
    font-size: 29px;
  }
  .titolo.medium {
    font-size: 26px;
  }
  .titolo.small {
    font-size: 20px;
  }

  .prodotti .col-3-margin img {
    max-width: 50%;
  }

  .rubber {
    font-size: 25px;
    padding: 25px;
  }
  .tabellaProdottiPolimero {
    width: 100%;
    padding: 10px 10px 0px;
    border: 0;
  }
  .tabellaProdottiDescrizione {
    width: 100%;
    padding: 0px 10px 0px;
    border: 0;
  }
  .tabellaProdottidis {
    padding: 0 10px 10px;
    width: 80%;
  }
  .tabellaProdottidis2 {
    padding: 0 10px 10px;
    width: 20%;
  }
  #accordion {
    font-size: 14px;
  }

  .tabellaProdotti-cont img {
    max-height: 60px;
  }
  .settori .titolo {
    line-height: 60px;
  }
  .submenu li.richiedi-info {
    display: none;
  }

  .slide .titolo.bottom {
    padding: 21px 15px 8px;
  }
  .settori .titolo.medium {
    font-size: 17px;
  }

  .contatti .col-7 {
    width: 100%;
  }

  .contatti .col-4.margin-left-1 {
    margin: 20px 0 0;
    width: 100%;
  }

  .tabellaIntro {
    width: 100%;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .tabellaIntro .clear60 {
    display: none;
  }
  .tabellaProdotti-cont.tabellaCont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .tabellaProdotti.full {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .tabellaProdotti.one {
    width: 40%;
  }
  .cod {
    border: 0;
    padding: 0 10px;
  }

  .boxCerti {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .container {
    width: 520px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 550px) {
  .flexcolonne-m {
    flex-direction: column;
  }
  .flexcolonneinvertite-m {
    flex-direction: column-reverse !important;
  }
  .show-550 {
    display: block;
  }

  .img2Home.show-550 {
    float: left;
  }
  .container {
    width: 310px;
    margin: 0 auto;
  }

  .logo {
    width: 35%;
  }
  .lingue,
  .menu {
    width: 65%;
  }

  .slide .text {
    width: 100%;
    padding: 20px;
    margin: 45px 0 0;
  }
  .slide .text .col-10.margin-left-2 {
    width: 100%;
    margin: 0;
  }
  .slide .titolo.bottom {
    padding: 21px 15px 8px;
  }

  .col-3-margin {
    float: left;
    margin: 0 0 20px;
    width: 100%;
  }

  .flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-10.bg-ist {
    width: 100%;
    padding: 10px;
  }

  .half-left-ist {
    background: #fff;
  }
  .half-left-ist .col-8.margin-left-2 {
    width: 100%;
    padding: 10px;
    margin: 0;
  }

  .col-6,
  .col-4,
  .col-7 {
    width: 100%;
  }
  .col-7.margin-left-1 {
    width: 100%;
    margin: 20px 0 0;
  }
  .col-4.margin-left-1 {
    width: 100%;
    margin: 20px 0 0;
  }

  .half-right-red,
  .half-left-dgray,
  .half-right-gray {
    background: #fff;
  }

  .half-right-red .clear60 {
    height: 10px;
  }
  .half-right-red .col-10,
  .half-right-red .bg-network .col-8,
  .bg-network .col-8,
  .box-prod-3 .col-10 {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .half-right-red .col-8 {
    width: 83.3333%;
  }

  footer .col-5 {
    width: 100%;
    margin: 0 0 20px;
  }
  footer .col-5 .txt-right {
    text-align: left;
  }

  .btn.left {
    float: right;
  }

  header nav:not(.lingue) ul li {
    display: block;
  }
  .submenu li a {
    padding: 10px 15px;
    display: block;
  }

  .submenu li ul {
    text-align: left;
    padding: 15px 20px 5px;
  }

  .tabellaProdotti {
    font-size: 14px;
    padding: 5px;
    line-height: 1;
    min-height: 38px;
  }
  .tabellaProdotti-cont {
    padding: 10px;
  }

  .openmenu {
    cursor: pointer;
    padding: 10px 0;
  }

  .tabellaProdotti-cont .col-8 {
    width: 100%;
    text-align: center !important;
  }
  .tabellaProdotti-cont .col-8 .txt-right {
    text-align: center !important;
  }
  .tabellaProdotti-cont .clear30 {
    height: 0;
  }

  .img1Home,
  .img2Home,
  .img1Prod {
    min-height: auto;
    position: relative;
  }
  .img1Home img,
  .img2Home img,
  .img1Prod img {
    position: relative;
    width: 100%;
  }

  .menu-news {
    order: 1;
  }
}
