.languages {
    color: #ffb849;
    font-size: 12px;
    line-height: 12px
}

.language-heading {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px
}

.language-list {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    margin-top: 8px
}


.language-list:hover .language-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.language-list a {
    width: 68px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    background: rgba(0,0,0,0.5);
    display: block;
    border: 1px solid #2f2e4b;
    margin-bottom: 1px;
    color: #dedede;
    font-size: 12px;
    text-decoration: none;
    padding: 0 10px;
    transition: all 0.3s ease
}

.language-list a:hover {
    background: rgba(0,0,0,0.8)
}

.language-list a.hidden {
    display: none
}

.language-list a:after {
    content: attr(data-type);
    text-transform: uppercase
}

.language-list img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0
}

.language-dropdown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 20px
}

.language-current {
    position: relative;
    text-transform: uppercase
}

.language-current:after {
    content: '';
    background: url(../images/arrow.png);
    width: 11px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 13px
}

#google_translate_element {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 120px;
}

.goog-te-gadget {
    color: transparent !important
}

.goog-te-gadget span {
    display: none !important
}

.goog-te-combo {
    margin: 5px 0 0 10px !important;
    background: rgba(0,0,0,0.3);
    color: #dedede;
    font-size: 12px !important;
    border-color: #2f2e4b;
    height: 35px;
    border-radius: 35px;
    padding: 0 0 0 10px;
    width: 120px;
    outline: none;
    font-family: 'Calibri'
}

.goog-te-combo option {
    background: #0b0d11
}


.language-list-template {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 85%;
    margin-top: -45%;
}

.language-list-template:hover .language-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.language-list-template a {
    width: 68px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    background: rgba(0,0,0,0.5);
    display: block;
    border: 1px solid #2f2e4b;
    margin-bottom: 1px;
    color: #dedede;
    font-size: 12px;
    text-decoration: none;
    padding: 0 10px;
    transition: all 0.3s ease
}

.language-list-template a:hover {
    background: rgba(0,0,0,0.8)
}

.language-list-template a.hidden {
    display: none
}

.language-list-template a:after {
    content: attr(data-type);
    text-transform: uppercase
}

.language-list-template img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0
}