#currencies-block-top {
  padding-top: 45px;
  padding-right: 30px;
  float: right;
  position: relative; }
  @media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-size: 12px;
    font-family: "Gotham Light";
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    font-weight: normal;
    line-height: 18px; }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #currencies-block-top div.current strong {
      color: #777777; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      background: white; }
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 18px;
      line-height: 18px;
      color: #686666;
      vertical-align: -2px;
      padding-left: 12px; }
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 157px;
    z-index: 100; }
    #currencies-block-top ul li {
      background-color: white;
      color: white;
      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; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: white; }


        @media (max-width: 750px) {
          #currencies-block-top {
            padding-top: 15px;
            padding-right: 30px;
            right: 20px;
            position: fixed;
          
          }


            #currencies-block-top ul {
              top: 50px;
          }

        }