#menu {
  background: transparent;
  position:absolute
}

#menu ul {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}

#menu.headroom--not-top ul{
padding-bottom:0;
border-bottom:none
}

.peugeot {
  fill: #fff;
}


.tinylogos .logo-min svg path {
  fill: #fff !important;
}

@media screen and (max-width: 1020px) {
  .models,
  .extramodels,
  .teenindusmenu,
  .models2 {
      top: 90px !important;
  }
}

@media screen and (max-width: 1020px){
  #menu{
      height:120px;
      background:transparent !important;
  }

  #menu.open{
      background:#000 !important
  }
  #menu.headroom--not-top{
  background:#000 !important
  }
  #showright{
      background:transparent!important;
  }
}