﻿.dropdownLang {
    border: none;
    color:#808080;
    font-size: 10px;
    text-transform: uppercase;
    height: 29px;
    /*padding-left: 30px;*/
    margin-left: 0px;
    position: absolute;
    text-decoration: none;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
    background:none;
}
@media (max-width:736px){
    .dropdownLang {
        top: 11px !important;
    }
    .flag-ico{top:15px !important;}
}
@media (max-width:667px){
    .dropdownLang {
        top: 11px !important;
    }
    .flag-ico{top:15px !important;}
}
@media (max-width:568px){
    .dropdownLang {
        top: 11px !important;
    }
    .flag-ico{top:15px !important;}
}
@media (max-width:414px){
    .dropdownLang {
        top: 3px !important;
    }
    .flag-ico{top:7px !important;}
}
@media (max-width:375px){
    .dropdownLang {
        top: 3px !important;
    }
    .flag-ico{top:7px !important;}
}
@media (max-width:320px){
    .dropdownLang {
        top: 0px !important;
    }
    .flag-ico{top:4px !important;}
}
select.dropdownLang > option {
    line-height: 24px !important;
    height: 24px !important;
    font-size: 13px !important;
}

.langdrop {
    position: relative;
    display: block;
    float: right;
}

.span-hl {
    margin-right: 150px;
}

.flag-ico {
      position: absolute;
    /* margin-left: 188px; */
    width: 18px !important;
    height: 20px;
    top: 4px;
    right: 82px;
    z-index: 5;
}
