#currencies-block-top {
  float: right;
border-left: 0px solid #F5ED9A;
border-right:0px solid #F2E55D;
  position: relative; }
  @media (max-width: 700px) {
    #currencies-block-top {
      //width: 25%; 
    } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    font: 100 12px/2px "Open Sans", sans-serif;

font-family: 'Raleway Thin';
text-transform: uppercase;
font-family: Arial,Helvetica,sans-serif;
color: rgb(240, 229, 184);
    cursor: pointer;
    line-height: 18px;
border-right: 1px solid #AE9A5C;
border-left: 1px solid #8C6F43;}
    @media (max-width: 700px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #currencies-block-top div.current strong {
     color: rgb(240, 229, 184);
}
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
       background: rgb(180, 149, 115); }
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 18px;
      line-height: 18px;
      color: rgb(240, 229, 184);
    
      vertical-align: -2px;
      padding-left: 12px; }
      @media (max-width: 700px) {
        #currencies-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 700px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
     background: rgb(162, 130, 94);
    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:rgb(240, 229, 184); }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
      background: rgb(180, 149, 115); }
