#languages-block-top {
  float: right;
  position: relative;
  margin-left: 36px;
  margin-top: 22px;
  z-index: 999; }
  @media (max-width: 480px) {
    #languages-block-top {
      margin-left: 15px; } }
  #languages-block-top span.firstWord {
    display: none; }
  #languages-block-top:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 8px;
    background: white;
    left: -22px;
    top: 6px; }
    @media (max-width: 480px) {
      #languages-block-top:after {
        left: -13px;
        top: 5px; } }
  #languages-block-top div.current {
    padding-right: 1px;
    font: 400 13px/16px "Roboto", sans-serif;
    color: white;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    padding-bottom: 3px; }
    @media (max-width: 767px) {
      #languages-block-top div.current {
        font-size: 13px; } }
    #languages-block-top div.current:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background: white;
      right: -100%;
      bottom: 0px; }
      @media (min-width: 991px) {
        #languages-block-top div.current:before {
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; } }
    #languages-block-top div.current strong {
      font-weight: 400; }
    #languages-block-top div.current:hover:before, #languages-block-top div.current.active:before {
      right: 0; }
    #languages-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 11px;
      line-height: 11px;
      color: white;
      vertical-align: 1px;
      padding-left: 2px; }
    #languages-block-top div.current.active:after {
      content: "\f0d8"; }
    @media (max-width: 479px) {
      #languages-block-top div.current .cur-label {
        display: none; } }
  #languages-block-top ul {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    width: 157px;
    background: #2e1023;
    z-index: 2; }
    #languages-block-top ul li {
      color: white;
      line-height: 35px;
      font-size: 13px; }
      #languages-block-top ul li a,
      #languages-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: white; }
      #languages-block-top ul li.selected, #languages-block-top ul li:hover a {
        background: #58314a; }
