@charset "UTF-8";
#languages-block-top {
  float: right;
  margin: 11px 0 0 0;
  position: relative; }
  #languages-block-top span.firstWord {
    display: none; }
  #languages-block-top div.current {
    color: #615c5c;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #languages-block-top div.current strong {
      font-weight: normal; }
    #languages-block-top div.current:hover, #languages-block-top div.current.active {
      color: #e3477c; }
    #languages-block-top div.current:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 16px;
      line-height: 18px;
      color: #7f7f7f;
      padding-left: 8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #languages-block-top div.current.active:after {
      content: "";
      color: #e3477c; }
    @media (max-width: 479px) {
      #languages-block-top div.current .cur-label {
        display: none; } }
  #languages-block-top ul {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    width: 157px;
    background: #3a3a3a;
    height: auto;
    z-index: 20; }
    @media (min-width: 480px) and (max-width: 767px) {
      #languages-block-top ul {
        right: auto;
        left: 0; } }
    #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 {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0 10px 0 12px;
        display: block;
        color: white; }
      #languages-block-top ul li.selected, #languages-block-top ul li:hover a, #languages-block-top ul li.selected span {
        color: #e3477c; }