#currencies-block-top {
  float: left;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 5px; }
  @media (max-width: 767px) {
    #currencies-block-top {
      display: inline-block;
      float: none; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    margin-right: 20px;
    color: #666;
    cursor: pointer;
    line-height: 22px; }
    #currencies-block-top div.current strong {
      font-weight: 600; }
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 12px;
      padding-left: 8px; }
    #currencies-block-top div.current .cur-label {
      color: #fff; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    width: 100px;
    background: #fff;
    z-index: 2;
    border: 1px solid #c3c3c3; }
    #currencies-block-top ul li {
      color: #fff;
      line-height: 35px;
      font-size: 11px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #666; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #484848;
        color: #fff; }
      #currencies-block-top ul li.selected a {
        color: #fff; }

/*# sourceMappingURL=blockcurrencies.css.map */
