#language .BlockLanguage{
  display: table-cell;
position:relative;
    font-family: 'Lato', sans-serif;
}
#language .listLang{
}
#language .ListElements{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#language .ListElements li{    list-style: none;
  display:inline;}
#language .Element{    
    cursor: pointer;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #858585;
    background-clip: content-box;
    z-index: 9;
    position: relative;
    padding: 2px;
    text-align: center;
    color: #858585;
    font-size:14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    line-height: 38px;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    display: inline-block;
}
#language .Element:hover{
	   color:#01497e;
    border: 2px solid #03679b;
    background-clip: content-box;
    background:#;
    padding:2px;
}
#language .ElementSelected{
     cursor: pointer;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
 
    background-clip: content-box;
    z-index: 9;
    position: relative;
    padding: 2px;
    text-align: center;
	   color:#01497e;
    border: 2px solid #03679b;
    font-size:14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    line-height: 38px;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    display: inline-block;
}
#language .IconSelected{
display:none !important;
}

#language .open>.dropdown-menu {
    display: block;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: inherit;
    min-width: 50px !important;
}
#language .dropdown-menu>li>a {
    padding: 6px !important;
}

#language .caret {display:none;}

