@charset "utf-8";
.lang_wrapper {
    position: relative;
    top: 0px;
    width: 90px; right: 15px;
    float: right;
}

/* WPML */
.lang_tab {
    display: block;
    position: relative;
    z-index: 210;
    margin-right: 10px;
    font-size: 13px;
    line-height: 24px;
}
.lang_tab a {
    color: #888888;
}

.lang_tab a.active {
    display: block;
    padding: 1px 0px;
    text-align: center;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.lang_tab a:hover.active {
    text-decoration: none
}

.lang_tab ul.lang_dropdown {
    position: absolute;
    left: 0;
    top: 94%;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 205;
    overflow: hidden;
    display: none;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lang_tab ul.lang_dropdown li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.lang_tab ul.lang_dropdown li:last-child {
    border-bottom: 0
}

.lang_tab ul.lang_dropdown li a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 4px 0;
    /* opacity: .75; */
    color: #c6a866;
}

.lang_tab ul.lang_dropdown li a:hover {
    text-decoration: none;
    opacity: 1;
    color: #003da5;
}

.lang_tab:hover {
    height: auto
}

.lang_tab:hover ul.lang_dropdown {
    display: block
}

.lang_tab a.active,
.lang_tab ul.lang_dropdown {
    background: #fff
}