body{
  background:url(../images/plaber_bg2.gif) repeat-x 0 0 fixed;
  background-size:cover;
  font-family:'Roboto', sans-serif;
  color:#666;
}
.container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  min-height:100vh;
}
.background-white{
  background:#ffffff;
}
.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;
  max-width:1480px;
}
.no-padding-top{
  padding-top:0!important;
}
.no-padding-bottom{
  padding-bottom:0!important;
}
.no-margin-bottom{
  margin-bottom:0!important;
}
.text-indent{
  display:block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  font-size:0;
}
.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:0;
  padding:0 0 15px;
  background:rgba(255,255,255,0.2);
}
.main-image{
  position:relative;
  display:block;
  width:100%;
  height:320px;
  background:url(../images/bg-head_6.jpg) no-repeat 50% 60% #222;
  background-size:cover;
}
.main-image h2{
  display:block;
  color:#fff;
  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;
}
.logo__conecarts{
  background:url(../images/svg/logo_conecarts.svg) no-repeat 50% 50%;
  background-size:contain;
  width:187px;
  height:80px;
  display:inline-block;
}
.logo__plastmeccanica{
  background:url(../images/logo_plastmeccanica.png) no-repeat 50% 50%;
  background-size:contain;
  width:187px;
  height:59px;
  display:inline-block;
}
.logo__alstora{
  background:url(../images/logo_alstora.png) no-repeat 50% 50%;
  background-size:contain;
  width:187px;
  height:74px;
  display:inline-block;
}
.logo__bronkey{
  background:url(../images/svg/logo_bronkey.svg) no-repeat 50% 50%;
  background-size:contain;
  width:162px;
  height:75px;
  display:inline-block;
}
.item-brand-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}
.item-brand-wrapper.item-brand-wrapper_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-brand{
  padding:15px 30px;
  position:relative;
  display:block;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  text-align:center;
  height:100%;
}
.item-brand:after{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,1);
  margin:30px;
  opacity:0;
  z-index:1;
  -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,
.item-brand__text {
  display:block;
  font-family:'Roboto', sans-serif;
  color:#777;
  font-size:12px;
  line-height:1.5em;
  margin:15px 0;
  padding:15px 0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.item-brand .title{
  position:relative;
  font-family:'Roboto', sans-serif;
  color:#777;
  font-size:14px;
  line-height:1.5em;
  text-transform:uppercase;
  padding-bottom:15px;
  z-index:2;
}
.item-brand.text-center p{
  text-align:justify;
  padding:0;
  cursor:default;
}
.item-brand .button{
  margin-top:auto;
}
footer{
  background:rgba(50,50,50,0.1);
  margin-top:auto;
}
footer .row{
  padding:0;
}
footer p{
  font-size:13px;
  color:#777;
  font-family:'Roboto', sans-serif;
  margin:0;
  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:0;
  padding:0;
  display:inline-block;
}
footer .social li{
  display:inline-block;
  margin:0 5px;
  padding:0;
}
footer .social a{
  display:block;
  width:36px;
  height:36px;
  opacity:1;
  display:block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  font-size:0;
}
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;
}
.linkedin{
  background:url(../images/svg/social_linkedin.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 0;*/
      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); 
    }     
}
@media only screen and (max-width:40em){
  .line-right{
    border-bottom:1px dotted rgba(50,50,50,0.25); 
  } 
}