html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}



body {
  font-family: "Istok Web", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 12px; /* Fallback for IE < 9 */
  font-size: 0.75rem;
  color: 222;
  line-height: 1.5;
}

  body {
    background: #f3f3f3;
  }

ul {
  padding-left: 20px;
  margin-bottom: 1em;
  margin-bottom: 1rem;
}

#wrapper {
  margin: 0 auto;
/*  width: 1200px;*/
}


h1, h2, h3 {
 font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
}

h1 {
  font-size: 24px; /* Fallback for IE < 9 */
  font-size: 1.5rem;
  margin-bottom: 0;
}

h2 {
  font-size: 16px; /* Fallback for IE < 9 */
  font-size: 1rem;
  margin-bottom: 4px; /* Fallback */
  margin-bottom: 0.2rem;
}

a {
  color: #d00;
  text-decoration: none;
}

header {
  position: fixed;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #666;
  padding: 1rem 0.5rem;
  width: 100%;
  z-index: 9999;
}

  header {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  }

a:hover {
  text-decoration: underline;
}

  a.logo.sonepar {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 48px;
    width: 120px;
  }

  a.logo.fabbri {
    display: block;
    float:left;
    width: 200px;
  }


p {
  margin-top:0;
  margin-bottom: 12px; /* Fallback */
  margin-bottom: 0.75rem;
}

strong {
  font-weight: bold !important;
}

  .azienda strong {
    text-transform: uppercase;
  }

.content.azienda {
  font-size: 120%;
}

.content.iso,
.content.sonepar {
    width: 600px;
}

    .content.sonepar .date,
    .content.sonepar .link {
        display: block;
        font-weight: bold;
        text-align: right;
        width: 100%;
    }

    .content.sonepar a {
        color: #02388c;
        font-weight: bold;
    }

img{
  width: 100%;
  height: auto;
}


.main {
  padding-top: 5rem;
}
  
.panel {
  float: left;
  width: 48%;
}

  .panel.infoshow {
    margin-right: 3%;
  }

/*.panel {
  padding: 0 1%;
  
  border-left: 1px solid #ccc;
  height: 200px;
  width:20%;
}*/

.panel.shop {
  background: #e00;

  border: 0;
  border-radius: 20px;
  color: #fff;
  line-height: 2.2em;
width: 90%;
padding:5%;
  
}

  .panel.shop h1 {
    margin-bottom: 0;
  }

  .panel.shop a {
    color: #fff;
    font-weight: bold
  }

  .panel.shop a {
    font-size: 200%;
    color: #ff0;
  }


.panel.solar {
  width: 100%;
}

  .panel.solar div {
    margin-top: 20px;
    margin-left: 10px;
  }

.home article figure {
  background: #fff;
}


  .panel.solar a {
    font-weight: bold
  }

  .panel.solar a {
    font-size: 200%;
  }


.contact figure {
  width: 80px;
}

.content {
  padding: 4%;  
}


.dovesiamo {
  font-size: 120%;
}


  .dove {
    overflow: hidden;
  }

    .dove span {
      display: inline-block;
    }

    .dove .contatto {
      margin-right: 2%;
    }

    .dove .map_link {
      font-size: 120%;
      margin: 1rem 0;
    }

    .dove .tel{
      border-top:1px solid #ccc;
      margin-top: 5px;
      padding-top: 5px;
    }

      .map_link a {
        display: block;
        }

      .map_link img {
        width: 100px;
        height: 100px;
      }



    .dove .map {
      display: none;
    }





span.navicon {
  position: fixed;
  top: 44px;
  right: 20px;
  font-size: 30px;
  z-index: 9999;
  display: block;
  width:50px;
}


nav.show{
  display:block;
}


nav {
  display:none;
  background: #fff;
  margin-top: 20px;
  overflow: hidden;
  padding:0;
  width:60%;
  max-width: 350px;
}

nav {
  position: fixed;
  top: 3.5rem;
  right: 0;
  z-index:9999;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

  nav ul {
    margin:0;
  }

  nav li{
    list-style: none;
  }

  nav li a {
    color: #777;
    display: block;
    height: 30px;
    padding: 0 2rem 1rem 0;
    text-align: right;
    font-size: 180%;
  }

    nav li.active a {
      color: #000;
    }

    nav li.active a {
      color: #da3c35;
    }

  nav li:nth-child(4),
  nav li.shop {
    border-right: 0;
  }

.rappresentanze,
.dovesiamo,
.contatti {
  padding-top: 25px;
}

  .rappresentanze h2{
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.3rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
  }

  .rappresentanze .categoria {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }


.rappresentanze figure {
  width: 48%;
  height: auto;
  margin-bottom: 1rem;
  display: inline-block;
}

  .rappresentanze img {
    max-width: 80%;
    width:auto;
    height:auto;
  }

.contatti {
  overflow: hidden;
}  

.contatti h2 {
  clear: both;
}

.contatti h2 {
  border-bottom: 1px solid #ccc;
  font-size: 180%;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.contatti .col1{
  float: left;
  overflow: hidden;
}


.contact-box {
  margin-bottom: 15px;
  margin-right: 2px;
  float: left;
  width:48%;
}

.contact-box {
  font-size: 100%;
}

  .contact-box figure {
    width: 80px;
    height: 120px
  }

footer {
  clear: left;
  margin-bottom: 100px
}


figure.auto img{
  width: auto;
}

figure.staff{
  width: auto;
  height: auto;
}

