div#managers {
  background: #169939 url('../../images/bgr-managers.webp') top center no-repeat;
}
div#managers h2 {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
}

div.hist {
  float: left;
  width: 100%;
  background-image: url('../../images/bgr-hist.png');
  background-repeat: no-repeat;
  background-position: top 62px center;
}
div.hist div.row {
  float: left;
  width: 100%;
}
div.hist div div.info {
  width: 40%;
}
div.hist div div.info p {
  font-size: 0.95em;
}
div.hist div div.info img {
  border-radius: 5%;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
} 
div.hist div div.link {
  width: 20%;
  height: 120px;  
  background-repeat: no-repeat;
  background-position: center center;
}
div.hist div.odd div.info {
  float: right;
  padding-left: 20px;
}
div.hist div.odd div.link {
  float: right;
  background-image: url('../../images/hist-line-odd.png');
}
div.hist div.odd div.info img {
  float: left;
  margin-right: 40px;
}
div.hist div.even div.info {
  float: left;
  padding-right: 20px;
}
div.hist div.even div.link {
  float: left;
  background-image: url('../../images/hist-line-even.png');
}
div.hist div.even div.info img {
  float: right;
  margin-left: 40px;
}

div#company {
  padding: 120px 0px 120px 0px;
  background: #fff url('../../images/bgr-company.webp') top center no-repeat;
}
div#company p.addr {
  padding-bottom: 10px;
}
div#company p.addr em {
  color: #18a33d;
  margin-right: 10px;
}
div#company h2 {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;   
}
div#history {
  background: #f3f3f3;
}

div.owners div.col50 div.col70 { 
  text-align: center;
  padding: 0px 45px 10px 45px;
  margin-top: 95px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.owners div.col50:first-child div.col70 {
  float: right;
  margin-right: 25px;
}
div.owners div.col50:last-child div.col70 {
  float: left;
  margin-left: 25px;
}
div.owners div.col70 img {
  margin-top: -95px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid #2e9a36;
}
div.owners div.col70 h3 {
  padding: 30px 0px 5px 0px;
  margin: 0px;
}
div.owners div.col70 p {
  font-size: 1em; 
  color: #242424;
  font-family: 'poppinslight', Tahoma, Arial, sans-serif;
  padding: 0px 0px 35px 0px;  
}
div.owners div.col70 p.function {
  color: #9e9e9e;
}
div.owners div.col70 p strong {
  font-family: 'poppinssemibold', Tahoma, Arial, sans-serif; 
}
div.owners div.col70 p em {
  color: #18a33d;
  padding-right: 5px; 
}
div#dispel div.wrap div:last-child {
  padding: 60px 0px 0px 60px;
}