﻿
.navmlnks {
    width: 107px;
    background: #fff;
    color: #444;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px #f1f1f1;
    transform: translateY(45%);
    transition: transform 0.5s ease,opacity 1s ease;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
}

    .navmlnks li a {
        cursor: pointer;
        padding: 7px;
        margin: 0px;
        color: #3F51B5;
        font-weight: 100;
        display: block;
        border-bottom: 1px solid #dfdfdf;
        font-size: 13px;
        text-decoration:none;

    }

        .navmlnks li a:hover {
            background-color: #f5f5f5;
        }

#langlnk:hover .navmlnks, .langbtn-wrapper:hover .navmlnks {
    transform: translateY(32%);
    opacity: 1;
    visibility: visible;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

flx-item img {
    border-radius: 5px;
}

.flag-ico {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    margin-right: 4px;
}

img {
    vertical-align: middle;
    border-style: none;
}


/*Translate styles*/


div.skiptranslate {
    display: none !important;
    z-index: 0 !important;
    margin-top: 14px;
}

.skiptranslate {
    margin-right: 10px;
}

/* Adjust the body position to account for the removed toolbar */
body {
    top: 0px !important;
    position: static !important;

}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    display: block !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span[aria-hidden="true"] {
    display: none;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: none;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    right: 0;
    top: 0;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    margin: 0;
    border-bottom: 0px solid #6B90DA !important;
    box-shadow: 0 0 0px 0px #999 !important;
}

    .VIpgJd-ZVi9od-ORHb-OEVmcd .VIpgJd-ZVi9od-ORHb {
        display: none !important;
    }
