nav.header-buttons {
  overflow: visible;
}

#lang_sel {
  display: none;
  float: left;
  margin: 10px 30px 0 0;
  font-family: inherit;
  text-transform: uppercase;
  text-align: right;
}

#lang_sel a {
  font-size: 13px;
}

#lang_sel a.lang_sel_sel {
  padding-right: 35px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  background-image: url('../../images/language_switcher_bg.png');
  background-position: right center;
  background-repeat: no-repeat;
  border: 0;
}

#lang_sel a.lang_sel_sel:hover {
  color: #fff;
}

#lang_sel ul ul {
  top: 24px;
  border-top: 0;
}

#lang_sel ul ul a {
  padding: 8px 35px 8px 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
}

#lang_sel ul ul a:hover {
  color: #f68d2e !important;
}

@media (min-width: 768px) {
  
  #lang_sel {
    display: block;
  }
  
}