body{
  background:url(../images/plaber_bg2.gif) repeat-x 0 0 fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  color:#666;
}
.size-11{
  font-size:11px;
}
.size-14{
  font-size:14px;
}
.size-15{
  font-size:15px;
}
.size-16{
  font-size:16px;
}
.size-17{
  font-size:17px;
}
.size-18{
  font-size:18px;
}
.size-20{
  font-size:20px;
}
a{
  font-family:'Roboto', sans-serif !important;
  color:#666;
  text-decoration:underline;
}
a:hover{
  color:#222;
}
.row{
  padding:30px 0;
}
.no-padding-top{
  padding-top:0px !important;
}
.no-padding-bottom{
  padding-bottom:0px !important;
}
.text-indent{
  display:block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size:0px;
}
.line-top{
  border-top:1px dotted rgba(50,50,50,0.25); 
}
.line-bottom{
  border-bottom:1px dotted rgba(50,50,50,0.25); 
}
.line-right{
  border-right:1px dotted rgba(50,50,50,0.25); 
}
.button{
  color:#777;
  padding:9px 30px;
  font-size:13px;
  font-weight:500;
  text-decoration:none;
}
.button:hover,
.button:active,
.button:focus{
  background:#424242;
  color:#fff;
}
.button--outline{
  background:transparent;
  border:1px solid rgba(50,50,50,0.30);
}
.button--rounded{
  border-radius:30px;
}
.top{
  margin-bottom:0px;
  padding:0px 0 15px;
  background:rgba(255,255,255,0.2);
}
.main-image{
  width:100%;
  height:320px;
  background:url(../images/bg-head_6.jpg) no-repeat 50% 60% #222;
  background-size: cover;
  position:relative;
  display:block;
}
.main-image h2{
  display:block;
  color:#fff;
  /*text-transform: uppercase;*/
  font-size:60px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:auto;
  height:auto;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}
h3 {
  margin:30px 0 15px; 
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size:18px;
  color:#454545;
}



.logo{
  display:inline-block;
  text-align:center ;
}

.logo__plaber-italia{
  background:url(../images/svg/logo_plaber.svg) no-repeat 50% 50%;
  background-size: contain;
  width:166px;
  height:70px;
  display:inline-block;
}
.logo__plaber-america{
  background:url(../images/svg/logo_plaberamerica.svg) no-repeat 50% 50%;
  background-size: contain;
  width:166px;
  height:72px;
  display:inline-block;
}
.logo__hprc{
  background:url(../images/svg/logo_hprc.svg) no-repeat 50% 50%;
  background-size: contain;
  width:84px;
  height:84px;
  display:inline-block;
}
.logo__bsb{
  background:url(../images/svg/logo_bsb.svg) no-repeat 50% 50%;
  background-size: contain;
  width:183px;
  height:76px;
  display:inline-block;
  margin-bottom:16px;
}
.logo__plaber-distribution{
  background:url(../images/svg/logo_plaber-distribution.svg) no-repeat 50% 50%;
  background-size: contain;
  width:164px;
  height:70px;
  display:inline-block;
  margin:20px 0;
}
.logo__ona{
  background:url(../images/svg/logo_ona.svg) no-repeat 50% 50%;
  background-size: contain;
  width:134px;
  height:70px;
  display:inline-block;
  margin:20px 0;
}
.logo__mowooba{
  background:url(../images/svg/logo_mowooba.svg) no-repeat 50% 50%;
  background-size: contain;
  width:187px;
  height:70px;
  display:inline-block;
}

.item-brand{
  padding:15px 30px;
  position:relative;
}
.item-brand:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,1);
  display:block;
  z-index:1;
  margin:30px;
  opacity:0;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
.item-brand:hover:after{
  opacity:1;
  margin:5px;
}
.item-brand .logo,
.item-brand p,
.item-brand .button{
  position:relative;
  z-index:2;
}
.item-brand p{
  font-size:12px;
  line-height:1.5em;
  color:#777;
  margin:15px 0;
  padding:15px 0;
  font-family: 'Roboto', sans-serif;

}
.item-brand.text-center p{
  text-align: justify;
  padding:0 0px;
}
footer{
  background:rgba(50,50,50,0.1);
}
footer .row{
  padding:0px 0;
}
footer p{
  font-size:13px;
  color:#777;
  font-family: 'Roboto', sans-serif;
  margin:0px;
  padding:30px 0;

}
footer .social{
  padding:10px 0;
}
footer .social strong{
  font-weight:normal;
  font-size:10px;
  text-transform:uppercase;
  margin:0 0 10px;
  display:inline-block;
  color:#777;
  font-weight:500;
}
footer .social ul{
  width:100%;
  text-align:center;
  margin:0px;
  padding:0px;
  display:inline-block;
}
footer .social li{
  display:inline-block;
  margin:0px 5px;
  padding:0px;
}
footer .social a{
  display:block;
  width:36px;
  height:36px;
  opacity:1;
  display:block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size:0px;

}
footer .social a:hover{
  opacity:0.8;
}
.facebook{
  background:url(../images/svg/social_facebook.svg) no-repeat 50% 50%;
  background-size:36px 36px;
}

.instagram{
  background:url(../images/svg/social_instagram.svg) no-repeat 50% 50%;
  background-size:36px 36px;
}

@media only screen
  and (max-width: 48em){
    .main-image{
      height:150px;
    }
    .main-image h2{
      font-size:38px; 
    }
    h3 {
      margin:20px 0 0px; 
      font-size:18px;

    }
    .line-top{
      border-top:1px dotted rgba(50,50,50,0.25); 
    }
    .line-bottom{
      border-bottom:1px dotted rgba(50,50,50,0.25); 
    }
    .line-right{
      border-bottom:1px dotted rgba(50,50,50,0.25); 
    }  
}