/* Clearfix */

.block-group {
   zoom: 1;
   width: 100%;
}

.block-group:before,
.block-group:before,
.block-group:after {
   display: table;
   content: "";
   line-height: 0;
}

.block-group:after {
   clear: both;
}

.block-group {
   /* ul/li compatibility */
   list-style-type: none;
   padding: 0;
   margin: 0 auto;
}


/* Nested grid */

.block-group > .block-group {
   clear: none;
   float: left;
   margin: 0 !important;
}

/* Default block */

.block {
   float: left;
   width: 100%;
}

.inner {
   margin: 0 auto;
   position: relative;
   width: 100%;
   padding: 0 5%;
}


/* Box-sizing polyfill for IE6 and IE7 */

.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
   *behavior: url(../js/boxsizing-pocketgrid.htc);
   overflow: hidden;
}


/*LAYOUT */

body {
   overflow-x: hidden !important;
}

.header .logo {
   width: 40%;
   max-width: 200px;
}

.footer .logo {
   display: block;
   width: 50%;
}

.worldwide h3,
.news h3,
.business_it h3,
.business_en h3 {
   font-size: 1.3rem;
}
.news p {
   font-size: .8rem;
}

.worldwide p {
   font-size: .8rem;
}

.mappa .desk6 h4 {
   font-size: .85rem;
   letter-spacing: -.05em;
}

.mappa .desk6 ul {
   font-size: .75rem;
}

.slideshow .article_preview {
   top: 4rem;
}

.trap_container {
/*   height: 18%;*/
   height: 33%; 
}
.menu .menu_box {
   width: 100vw;
}  
ul.colonne5 li,
ul.colonne3 li {
   width: 50%;
}

.footer2 {
   margin: 1rem;
}

.desk5 {
   width: 49%;
   margin-right: 1%;
}
table.contatti td {
   display:block;
}

@media (max-width: 480px) {
   .mappa .desk6 {
      margin-bottom: 1rem;
      height: auto!important;
   }
}

/* Tablet version */

@media (min-width: 480px) {
   /*
   body {
      font-size: 70%;
   }
*/
   .inner {
      width: 95vw;
      padding: 0;
   }
    .desk3 {
        width: 49.25%;
        margin: 0 1.5% 1% 0;
    }
    .desk3:nth-of-type(2n+3) {
        margin: 0 0 1% 0;
    }
   .desk5 {
      width: 49%;
      margin-right: 1%;
   }
   .slideshow .article_preview {
      top: 6rem;
   }
   .footer1,
   .footer2 {
      width: 50%;
   }
   .footer .logo {
      display: block;
      width: 50%;
   }
   .sede_img {
      width: 30%;
   }
   .sede_it {
      width: 50%;
   }
   .sede_it:nth-of-type(3n-4) {
      clear: none;
   }
   .sede_it:nth-of-type(even) {
      clear: both;
   }
   .sede_text {
      width: 70%;
   }

}

/* Desktop version */

@media (min-width: 768px) {
   body {
      overflow-x: auto !important;
   }
   .slideshow .article_preview {
      top: 10rem;
   }
   .menu .menu_box{
      width: 75vw;
   }
    .desk3,
    .desk3:nth-of-type(2n+3) {
        width: 32.333%;
        margin: 0 1.5% 1% 0;
    }
    .desk3:nth-of-type(3n+4) {
        margin: 0 0 1% 0;
    }
   .desk5 {
      width: 19%;
   }
   .desk6 {
      width: 16.66%;
   }
   .sede_it {
      width: 33.33%;
   }
   .sede_it:nth-of-type(even) {
      clear: none;
   }
   .sede_it:nth-of-type(3n-4) {
      clear: both;
   }

   .footer .logo {
      display: inline-table;
      width: 25%;
   }
   .trap_container {
      height: 30%;
   }

   .colsx {
      width: 70%;
      margin-right: 8%;
   }
   .coldx {
      width: 22%;
   }
   ul.colonne5 li {
      width: 20%;
   }
   ul.colonne3 li {
      width: 33.33%;
   }
}
@media (min-width: 850px) {
   table.contatti td {
      display:table-cell;
   }
}

/* L Desktop version */

@media (min-width: 1024px) {
   .menu .menu_box {
      width: 55vw;
   }
   .news h3,
   .worldwide h3,
   .business_it h3,
   .business_en h3 {
      font-size: 1.5rem;
   }
   .news p,
   .worldwide p {
      font-size: 1rem;
   }
   .mappa .desk6 h4 {
      font-size: 1.1rem;
      letter-spacing: 0;
   }
   .mappa .desk6 ul {
      font-size: .8rem;
   }
}


/* XL Desktop version */

@media (min-width: 1280px) {
   .inner {
      width: 1200px;
   }
}