#currencies-block-top {
  float: right;
  position: relative; }
  @media (max-width: 991px) {
    #currencies-block-top {
      display: inline-block;
      float: none;
      vertical-align: top; } }
  @media (max-width: 767px) {
    #currencies-block-top {
      margin: 0; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    cursor: pointer;
    line-height: 26px;
    padding: 7px 10px;
    color: #ffffff; }
    #currencies-block-top div.current .cur-label {
      display: none; }
    #currencies-block-top div.current strong {
      color: #ffffff;
      font-weight: normal; }
    #currencies-block-top div.current.active strong {
      color: #ffffff; }
    #currencies-block-top div.current.active:after {
      content: "\f106";
      color: #ffffff; }
    #currencies-block-top div.current:hover strong {
      color: #ffffff; }
    #currencies-block-top div.current:hover:after {
      color: #ffffff; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 13px;
      line-height: 18px;
      color: #ffffff;
      vertical-align: 0;
      padding-left: 2px; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 40px;
    left: auto;
    padding: 10px 15px;
    text-align: left;
    background: #ffffff;
    width: 150px;
    z-index: 2;
    right: 0;
    border-radius: 4px; }
    @media (max-width: 992px) {
      #currencies-block-top ul {
        left: 0;
        right: auto; } }
    #currencies-block-top ul li {
      color: #ffffff; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        line-height: 24px;
        font-size: 12px;
        display: block;
        color: #888888; }
      #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
        color: #333333; }

/*# sourceMappingURL=blockcurrencies.css.map */
