#currencies-block-top {
  float: right;
  line-height: 30px;
  position: relative;
  margin-right: 15px; }
  @media (max-width: 991px) {
    #currencies-block-top {
      margin-right: 8px; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top:hover div.current {
    color: #333; }
  #currencies-block-top div.current {
    font-weight: normal;
    color: #999;
    text-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px; }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 1;
      vertical-align: middle;
      padding-left: 7px; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    padding: 0;
    top: 38px;
    left: 0;
    min-width: 157px;
    background: #252525;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 2; }
    #currencies-block-top ul li {
      color: #959595;
      line-height: 40px;
      font-size: 12px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 15px;
        display: block;
        color: #959595; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        color: #fff; }

/*# sourceMappingURL=blockcurrencies.css.map */
