#currencies-block-top {
  float: right;
  position: relative; }
/*   @media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } } */
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
	  font: 12px/1.55 Arial, Helvetica, sans-serif;
	  color: #fff;
	  padding: 0 5px;
	  line-height: 25px;}
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 25px;
      color: #999;
      padding-left: 3px; }
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
	padding: 5px;
    background: #fff;
    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: #666; 
		background: #f5f5f5;}
	  #currencies-block-top ul li:hover a,
	  #currencies-block-top ul li > span:hover{
        background: #f9c700; 
		color: #fff;}
