div.lang-select a {
  color: black;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 12px;
}

div.lang-select {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 20px 0 0;
  z-index: 999;
}

.lang-select div.current {
  background:  #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
  z-index:999999;
}

.lang-select div.current img,
.lang-select div.current p,
.lang-select ul.lang-list img,
.lang-select ul.lang-list p {
  display: inline-block;
}

i.fa {
  margin: 12px;
}

.lang-select ul {
  list-style: none;
  position: relative;
  padding:0;
}

.lang-select ul.lang-list {
  background: #fff;
  margin-top: 0px;
  top: 5px;
  width: 47px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.lang-select div.current,
.lang-select ul.lang-list li {
  cursor: pointer;
  min-height: 35px;
}

.lang-select img.flag {
  width:24px;
  position: relative;
  top:8px;
  left:0;
  margin: 0 10px 0 10px;
}

.lang-select div.lang-select i {
  margin: 0px 15px 10px 20px;
}

.lang-select ul.lang-list {
  display: none;
} 

.lang-select div.current:hover, .lang-select ul.lang-list li:hover {
  background-color: #ededed;
}