#currencies-block-top {
  float: right;
  position: relative;
  margin-left: 24px; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    color: #999999;
    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;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px; }
    #currencies-block-top div.current strong {
      font-weight: 300;
      -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 div.current:hover strong, #currencies-block-top div.current.active strong {
      color: #caba9c; }
    #currencies-block-top div.current:after {
      content: "\e07b";
      font-family: "material-design";
      font-size: 15px;
      line-height: 18px;
      color: #999999;
      padding-left: 10px;
      font-weight: normal; }
    #currencies-block-top div.current.active:after {
      content: "\e07c"; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 150px;
    background: #f5f5f5;
    z-index: 2;
    padding: 5px 0; }
    @media (max-width: 479px) {
      #currencies-block-top ul {
        left: 0;
        right: auto; } }
    #currencies-block-top ul li {
      color: #999999;
      line-height: 30px;
      font-size: 13px;
      text-transform: uppercase; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #999999;
        -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 {
        color: #caba9c; }
