#currencies-block-top {
  float: right;
  position: relative;
  margin-left: 20px; }
  @media (max-width: 640px) {
    #currencies-block-top {
      float: none;
      display: inline-block;
      margin-bottom: 15px; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: normal;
    line-height: 15px;
    color: #333;
    text-shadow: none;
    cursor: pointer;
    font-size: 12px;
    text-transform: capitalize; }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current:after {
      content: "\f3d0";
      font-family: "Ionicons";
      font-size: 14px;
      padding-left: 7px;
      color: #333;
      vertical-align: middle; }
  #currencies-block-top .cur-label {
    display: none; }
  #currencies-block-top ul {
    display: none;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 10px 15px;
    top: 32px;
    right: 0;
    min-width: 150px;
    z-index: 2; }
    #currencies-block-top ul li {
      color: #777777;
      line-height: 30px;
      font-size: 12px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 5px;
        display: inline-block;
        color: #777777; }
      #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
        color: #fb9935; }
  @media (max-width: 480px) {
    #currencies-block-top {
      float: none;
      display: inline-block; }
      #currencies-block-top div.current {
        line-height: 35px; } }

/*# sourceMappingURL=blockcurrencies.css.map */
