﻿@media (max-width: 768px) {
    .lang-switch {
        display: none;
    }
}

body {
    min-height: 0!important;
    height: auto!important;
    position: inherit!important;
}

#google_translate_element span img {
    height: auto;
    width: auto;
    max-width: none;
}

.lang-switch {
    display:  flex;
    align-items:  center;
    max-height: 50px;
    left: 15px;
    position: absolute;
    top: 2px;
}

.google-translate-info {
    margin-left: 10px;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .google-translate-info {
        display: none;
    }
}

.lang-switch .flag {
    float: left;
    height: 11px;
    margin: 5px 12px 0 0;
    width: 16px;
}

.lang-switch button {
    background-color: transparent;
    color: #bbbbbb;
    font: 12pt 'proximaNovaRegular';
    padding: 12px 15px 12px;
}

.lang-switch button > i {
    font-size: 10pt;
    margin-left: 4px;
}

.lang-switch .dropdown-toggle::first-letter,
.lang-switch li a::first-letter {
    text-transform: uppercase;
}