#currencies-block-top .cur-label{display:none}

#currencies-block-top {
float: right; }
 
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    padding: 0 12px 0 0;
    color: #fff; 
    cursor: pointer; }
	  @media (max-width: 767px) { 
	#currencies-block-top {display: inline-block;
position: relative !important;
top: auto !important;
right: auto !important;}
	
	  }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 11px 5px 2px;
        font-size: 11px; } }
    #currencies-block-top div.current strong {font-weight: normal !important;
font-family: inherit !important}
    
    #currencies-block-top div.current:after {
content: "\f0d7";
font-family: "FontAwesome";
font-size: 13px;
line-height: 18px;
color: rgba(0, 0, 0, 0.48);padding-left: 3px;}
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          
          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: 44px;
min-width: 131px;
background: #fff;
z-index: 2;
border:1px solid #ccc;}
    #currencies-block-top ul li {
      color: #fff;
      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: #777; }
    
	   
	   
#currencies-block-top ul li:hover a, #currencies-block-top ul li a:hover a span {color: #fff !important;}




#currencies-block-top ul:before {}
#currencies-block-top ul:after {
	bottom: 100%;
	left: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ccc;
	border-width: 9px;
	margin-left: -13px;
}
/*# sourceMappingURL=blockcurrencies.css.map */