.skin-blue .main-header .navbar .dropdown-menu li.langs a {
    color: initial;
}

.dropdown-menu > li.langs > a, .langs a {
    text-align: left;
    font-family: Lato,sans-serif;
    letter-spacing: 0;
    color: #707070;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    line-height: 1.5rem;
    padding: 0.8rem 1.5rem 0.8rem 0.8rem;
    border: 1px solid transparent;
    text-decoration: none;
}

.langs a span {
    margin-right: .5rem;
    width: 2.7rem;
    height: 1.6rem;
    line-height: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #22b36f;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34,179,111,.2);
}

.langs a span.white {
    color: white;
    background-color: #00a65a;
    border-color: #008d4c;
    border-radius: 3px;
    width: 3.7rem;
    height: 1.8rem;
}

.langs a span:before {
    content: initial
}
