.top-items-container {
  display: block;
  left: 790px;
  position: relative;
  top: 0;
  width: 210px;
  z-index: 1010;
}
.lex-lang-nav {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.lex-lang-nav.inactive {
  display: none;
}
.standard-lang {
  display: inline-block;
  position: relative;
  height: 13px;
  width: 200px;
}
.lex-lang-nav-heading {
  border: 0px;
  background: none;
  color: #AAA;
  font-family: Arial,​Helvetica,​sans-serif;
  font-size: 10px;
  border-radius: 0px;
  outline: none;
  padding-right: 0px;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  top: 0px;
  width: 250px;
  text-align: right;
}
.lex-lang-nav-heading .lang-current {
  font-size: 10px;
  color: #AAA;
  margin-right: 27px;
}
.lex-lang-nav-heading .lang-flag {
  right:15px;
  top:2px;
}
.lang-flag {
  position: absolute;
  right: 13px;
  top:8px;
}
.lang-flag img {
/*    height: 10px; */
  display: inline;
}
.lang-arrow-right, .lang-arrow-down {
  background-repeat: no-repeat;
  background-position: center center;
  height: 10px;
  width: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.lang-arrow-right {
  float: left;
  background-repeat: no-repeat;
  background-position: left;
  margin-right: 0px;
}
.lang-arrow-right img {
  width: 10px;
  height: 10px;
}
.lang-arrow-down {
  display: inline-block;
  background-size: contain;
  width: 8px;
  margin-left: 2px;
}
.lang-arrow-down img {
    width: 8px;
    height: 10px;
}
.lang-list {
  display: none;
  background-color:#eaeaea;
  list-style-image: none;
  list-style-type: none;
  padding:7px;
  margin: 0px;
  top:16px;
  right: 0px;
  position: absolute;
  width:210px;
}
.lang-list.active {
  display:block !important;
  z-index:99999;
}
.lang-list .lang-item {
  background-color:#ffffff;
  border:1px solid #eaeaea;
  font-size:12px;
  line-height:14px;
  padding:7px 41px 7px 10px !important;
  text-align: right;
  position: relative;
}
.lang-list .lang-item.world {
  margin-top:8px;
}
.lang-list .lang-item:hover {
  background-color:#efefef;
  border: 1px solid #ffffff;
  z-index:99999;
}
.lang-list .lang-item a {
  color: white;
  cursor:pointer;
  display:block;
  text-decoration:none;
}
.lang-list .lang-item a .lang-option {
  color:#aaaaaa;
  font-size:12px;
  line-height:14px;
}
.lang-list .lang-item a .lang-option, .lang-list .lang-item a .lang-flag {
  display: inline-block;
}