#currencies-block-top {
  float: right;
  position: relative;
  margin: 6px 0 0 30px; }
  @media (max-width: 480px) {
    #currencies-block-top {
      clear: both; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    cursor: pointer;
    font: 700 14px/17px "Roboto", sans-serif;
    color: #9d1f00;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #d6c8b1;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #currencies-block-top div.current:after {
      content: "\f13a";
      font-family: "FontAwesome";
      font-size: 23px;
      line-height: 23px;
      vertical-align: -3px;
      padding-left: 5px; }
    #currencies-block-top div.current.active:after {
      content: "\f139"; }
    #currencies-block-top div.current .cur-label {
      display: none; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 44px;
    right: 0;
    width: 157px;
    background: #7c1800;
    z-index: 11; }
    #currencies-block-top ul li {
      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;
        color: white;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #b83a1c;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
