/**
 * @file
 * Visual styles for Corporate Lite's language switcher.
 */
.block-language ul {
  padding-left: 0;
  list-style: none;
}
.block-language ul li {
  padding: 8px 0 8px 20px;
  position: relative;
  float:left;
  font-size:1.0em;
  font-weight:400;
  text-transform:uppercase;
}
#block-languageswitcher > div.content > ul > li.el.is-active  {display:none}
#block-languageswitcher > div.content > ul > li.en.is-active  {display:none}
.block-language ul li:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  content: "\f0ac";  
  font-size:1.1em;
  color:#257b93;
}

 

/*.language-switcher-language-url{float:right;padding-right:1%!important;}*/

