/* custom styles */
   
.header .items .logo img {
  max-width: 190px;
  max-height: 60px;
}

.header .items .logo {
  width: 190px;
}  

.header .items .slogan {
  -ms-flex: 0 0 14%;
  -webkit-flex: 0 0 14%;
  flex: 0 0 14%;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;

} 

.company .content .image img {
  border-radius: 0%;
}

#get_pricelist .form .fields .field.captcha {
	flex: 0 0 100%;
}

#get_pricelist.price-list .content .form .submit {
	margin: 30px 0 0;
}