#currencies-block-top {
  float: right;
  position: relative;
  margin-left: 15px;
  z-index: 100; }
  @media (max-width: 767px) {
    #currencies-block-top {
      margin-top: 12px; } }
  @media (max-width: 479px) {
    #currencies-block-top {
      margin-left: 0px; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    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;
    text-transform: uppercase; }
    #currencies-block-top div.current span {
      display: none; }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 18px;
      padding-left: 5px;
      color: #b4b4b4;
      -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, #currencies-block-top div.current.active {
      color: #dbb879; }
      #currencies-block-top div.current:hover:after, #currencies-block-top div.current.active:after {
        color: #dbb879; }
    #currencies-block-top div.current.active:after {
      content: "\f106"; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    width: 157px;
    background: #fff;
    border: 1px solid #e7e7e6;
    z-index: 20; }
    #currencies-block-top ul li:first-child {
      border: none; }
    #currencies-block-top ul li {
      color: #333333;
      line-height: 35px;
      font-size: 13px;
      border-top: 1px solid #e7e7e6; }
      #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, #currencies-block-top ul li:hover a, #currencies-block-top ul li.selected a {
        color: #dbb879; }
