.lang-picker .flags {
  text-align: center;

  .flag {
    display: inline-block;
  }
  i {
    display: inline-block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    border: 2px solid transparent;
    @include run-transition(border);
  }
  i:hover {
    border: 2px solid $accent;
  }
  em {
    display: block;
  }
}
.lang-current {
  i.globe {
    width: auto;
    height: auto;
    color: $white;
    font-size: 25px;
    & + span {
      padding-left: 10px;
      text-transform: uppercase;
      font-size: 13px;
      color: $white;
      vertical-align: top;
    }
  }
}
