#odeg header .row .logo a span {
  background-image:url('../images/logo_15_kombi_fin.png');
  -webkit-background-size: cover;
  background-size: cover;
  height: 60px;
  margin: 0 0 0 15px;
}

#odeg header .social {
  position: absolute;
  top: 45px;
  right: 285px;
}
#odeg header .social a {
  display: inline-block;
  padding: 0 5px;
}
#odeg header .social a img {
  width:23px;
  height:auto;
}

@media only screen and (max-width: 840px) {
  #odeg header .social {
    right: 45px;
  }
}