#currencies-block-top {
  float: right;
  position: relative;
  margin-right: 12.21%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #currencies-block-top {
      margin-right: 10.8%; } }
  @media (max-width: 991px) {
    #currencies-block-top {
      margin-right: 0; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    padding: 32px 19px 0 17px;
    color: #2f2f2f;
    cursor: pointer;
    margin-bottom: -3px; }
    @media (max-width: 991px) {
      #currencies-block-top div.current {
        padding-right: 0; } }
    #currencies-block-top div.current:hover:after, #currencies-block-top div.current.active:after {
      color: #cccccc;
      -webkit-transition: color ease-out 0.5s;
      -moz-transition: color ease-out 0.5s;
      -o-transition: color ease-out 0.5s;
      transition: color ease-out 0.5s; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 18px;
      line-height: 18px;
      vertical-align: -2px;
      padding-left: 4px;
      -webkit-transition: color ease-out 0.5s;
      -moz-transition: color ease-out 0.5s;
      -o-transition: color ease-out 0.5s;
      transition: color ease-out 0.5s; }
    #currencies-block-top div.current.active:after {
      content: "\f106"; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    width: 157px;
    background: #2f2f2f;
    z-index: 2; }
    #currencies-block-top ul li {
      color: white;
      line-height: 35px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: white; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #484848;
        color: #f37557; }
        #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a a {
          color: #f37557; }
