
#currencies-block-top {
  /*
  display: inline-block;
  float: left;
  padding: 8px 2px 8px 0;
  margin-top: 4px;
  position: relative;
  */
  }

@media (max-width: 479px) {

/*#currencies-block-top {
      display:none;
	  } */

	  }

#currencies-block-top span.firstWord {
    display: none;
	}

#currencies-block-top div.current {
    /* font: 400 13px 'ff_mark_bold', sans serif; */
    padding: 0 10px 0 10px;
    color: white;
    cursor: pointer;
    }

@media (max-width: 479px) {

#currencies-block-top div.current {
        border-left: none;
        padding: 0 10px 0 10px;
        font-size: 13px;
		}

		}

@media (max-width: 479px) {

#currencies-block-top div.current span {
    display: none;
        }
}

#currencies-block-top div.current strong {
      color: white;
	  }

#currencies-block-top div.current:hover,
#currencies-block-top div.current.active {

	  color: white;
	  }

#currencies-block-top div.current {

    /* font: 400 13px 'ff_mark_bold', sans serif; */
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    */

	  }

#currencies-block-top div.current:hover {

      /*color: #adadad;*/

	  }

#currencies-block-top div.current:before  {
    /*
    color: white;
    content: "\f0d6";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 13px;
    padding-right: 2px;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    */
}

#currencies-block-top div.current:hover::before  {
    /*color: #adadad;*/

}

@media (max-width: 479px) {

#currencies-block-top div.current {
          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;
		}

		}

@media (min-width: 768px) and (max-width: 991px) {

#currencies-block-top div.current .cur-label {
        display: none;
		}

		}

@media (max-width: 767px) {

#currencies-block-top div.current .cur-label {
        display: none;
		}

		}

#currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    /*left: 0;*/
    width: 115px;
    background: #fafafa;
	box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.4);
    z-index: 2;
    list-style: none;
    padding: 0;
    right: 0;
	}

#currencies-block-top ul li {
      /*color: #adadad;*/
      line-height: 35px;
      font-size: 15px;
	  }

#currencies-block-top ul li a,
#currencies-block-top ul li > span {
        padding: 0 10px 0 16px;
        display: block;
        /*color: #222222;*/
		}

#currencies-block-top ul li.selected,
#currencies-block-top ul li:hover a {
        background: white;
		/*color: #000000;*/
		}



#currencies-block-top ul {
    background-color: #1e1e1e;
    width: 157px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
    color: #ffffff;
}
#currencies-block-top ul li.selected,
#currencies-block-top ul li:hover a {
    background: #3d3c3c;
    color: #ffffff;
    }
    
#currencies-block-top ul li a img{
    width:40px;
}