#currencies-block-top {
  float: right;
  margin-left: 15px;
  position: relative;
  z-index: 4; }
  #currencies-block-top span {
    display: none; }
  #currencies-block-top div.current {
    color: #333;
    cursor: pointer;
    font: 300 13px/18px "Ubuntu", sans-serif;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #currencies-block-top div.current:after {
      color: #b4b4b4;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 12px;
      font-weight: normal;
      line-height: 18px;
      padding-left: 5px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #00796b; }
      #currencies-block-top div.current:hover:after, #currencies-block-top div.current.active:after {
        color: #00796b; }
    #currencies-block-top div.current.active:after {
      content: "\f106"; }
  #currencies-block-top ul {
    background: #fff;
    border: 1px solid #e7e7e6;
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    text-align: left;
    width: 157px;
    z-index: 5; }
    #currencies-block-top ul li:first-child {
      border: none; }
    #currencies-block-top ul li + li {
      border-top: 1px solid #e7e7e6; }
    #currencies-block-top ul li {
      color: #888888;
      font-size: 13px;
      line-height: 35px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        display: block;
        color: #888888;
        padding: 0 10px 0 12px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a, #currencies-block-top ul li.selected > span, #currencies-block-top ul li.selected a, #currencies-block-top ul li.selected span {
        color: #00796b; }
  @media (max-width: 1199px) {
    #currencies-block-top {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    #currencies-block-top {
      float: none;
      display: inline-block;
      margin: 20px 15px 10px; }
      #currencies-block-top ul {
        left: 0;
        right: auto; } }
  @media (max-width: 479px) {
    #currencies-block-top {
      margin: 0;
      padding: 10px 8px 8px;
      width: auto; }
      #currencies-block-top ul {
        top: 35px; } }
