#currencies-block-top {
  float: right;
  position: relative;
  z-index: 3; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    color: #4b4b4b;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px; }
    #currencies-block-top div.current strong {
      color: #4b4b4b;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: normal; }
    #currencies-block-top div.current:hover strong, #currencies-block-top div.current.active strong {
      color: #1bad03; }
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 13px;
      line-height: 18px;
      color: #4b4b4b;
      padding-left: 12px; }
      @media (max-width: 767px) {
        #currencies-block-top div.current:after {
          padding-left: 6px; } }
    #currencies-block-top div.current.active:after {
      content: "\f0d8"; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    width: 157px;
    background: #fff;
    z-index: 2;
    -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
    -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09); }
    #currencies-block-top ul li {
      color: #333333;
      line-height: 35px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #333333;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
        background: #f6c636;
        color: white; }
