#fh5co-header li.language
{
  background-color: #FFF;
  display: inline-table;
  padding: 0;
  transition: all .3s ease;
  margin: -20px 0px 0px 10px;
  border-radius: 5px;
}

#fh5co-header li.language ul
{
  border-radius: 5px;
  height: 42px;
  overflow: hidden;
  transition: height 0.15s ease-out;
}

#fh5co-header li.language ul:hover
{
  height: 83px;
  transition: height 0.25s ease-in;
}

#fh5co-header li.language a
{
  color: #000;
  text-decoration: none;
  margin-left: 25px;
}

#fh5co-header li.language li
{
  display: block;
  padding: 0px 20px;
  line-height: 40px;
  border-top: 1px solid #EEE;
}

#fh5co-header li.language li:hover
{
  background-color: #EEE;
}

#fh5co-header li.language a:first-child li
{
  border: none;
  background: #FFF !important;
}

#fh5co-header li.language li img
{
  margin-right: 5px;
  margin-top: -4px;
}
