.lang-select{
    background: #fff;
}
.lang-select a{
    cursor: pointer;
}
.lang-select a:hover{
    text-decoration: none;
}
.active-lang{
    cursor: pointer;
}
.inactive-lang{
    /*position: absolute;*/
    z-index: 10;
    margin: 0;
    border-top:none;
}
.inactive-lang:after{
    background:none;
}
.inactive-lang-wrapper {
    display: none;
    position: absolute;
    background: white;
    z-index: 15;
    width: 100%;
    text-align: left;
	padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.lang-select-container:hover .inactive-lang-wrapper {
    display: block;
}
.inactive-lang-wrapper .lang-select {
    padding: 5px 20px;
    margin-top: 5px;
}