#currencies-block-top {
  float: right;
  position: relative; }
  @media (max-width: 767px) {
    #currencies-block-top {
      width: 30%; } }
  @media (max-width: 479px) {
    #currencies-block-top {
      width: 50%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 16px 26px 20px 12px;
    color: #d4cdab;
    cursor: pointer;
    -webkit-transition: color ease-out 0.5s;
    -moz-transition: color ease-out 0.5s;
    -o-transition: color ease-out 0.5s;
    transition: color ease-out 0.5s; }
    @media (max-width: 1199px) {
      #currencies-block-top div.current {
        font-size: 12px; } }
    @media (max-width: 991px) {
      #currencies-block-top div.current {
        font-size: 12px; } }
    @media (max-width: 767px) {
      #currencies-block-top div.current {
        border-bottom: 1px solid #6a4b34; } }
    @media (min-width: 480px) and (max-width: 767px) {
      #currencies-block-top div.current {
        font-size: 11px;
        text-align: center;
        padding: 16px 0 19px; } }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: right; } }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #917059;
      -webkit-transition: color ease-out 0.5s;
      -moz-transition: color ease-out 0.5s;
      -o-transition: color ease-out 0.5s;
      transition: color ease-out 0.5s; }
      #currencies-block-top div.current:hover:after, #currencies-block-top div.current.active:after {
        color: #917059;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -o-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 17px;
      line-height: 10px;
      vertical-align: -2px;
      padding-left: 4px; }
    #currencies-block-top div.current.active:after {
      content: "\f106"; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 157px;
    background: #6a4b34;
    z-index: 3; }
    @media (max-width: 479px) {
      #currencies-block-top ul {
        left: inherit;
        right: 0; } }
    #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; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #917059; }
