#currencies-block-top {
  float: left;
  position: relative;
  background: #1c1c1c;
  height: 41px;
  padding: 10px 7px;
  margin-top: 0;
  margin-right: 1px; }
  #currencies-block-top:hover {
    background: #404040; }
  @media (max-width: 767px) {
    #currencies-block-top {
      display: inline-block;
      float: none;
      vertical-align: top; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    color: #999;
    font-size: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 30px;
    padding: 0 10px; }
    #currencies-block-top div.current:before {
      content: "\f155";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 12px; }
    #currencies-block-top div.current strong {
      font-weight: 500; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #fff; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 12px;
      padding-left: 8px; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 130px;
    background: #fff;
    z-index: 2;
    border: 1px solid #c3c3c3; }
    #currencies-block-top ul li {
      color: #fff;
      line-height: 35px; }
      #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: #8caead;
        color: #fff; }
      #currencies-block-top ul li.selected a {
        color: #fff; }

/*# sourceMappingURL=blockcurrencies.css.map */
