#currencies-block-top {
    float: left;
    height:30px;
    line-height:30px;
    position: relative;
}
#currencies-block-top span.firstWord {
    display: none; }
#currencies-block-top div.current {
    display: inline-block;
    line-height: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: normal;  }
#currencies-block-top div.current:hover{
     color:#9eb618;
}
#currencies-block-top div.current strong {
    font-weight: normal;
    text-shadow: none;
}
#currencies-block-top div.current:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 18px;
    padding-left: 11px;
    text-shadow: none;
}
@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: 31px;
    left: 0;
    width: 100px;
    background: #1E1E21;
    z-index: 2; }
#currencies-block-top ul li {
    color: #fff;
    line-height: 33px;
    font-size: 13px; }
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    color: #fff; }
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
    background: #e7257b; }

@media(max-width:991px){
    #currencies-block-top{float:none; display:inline-block;}
}
/*# sourceMappingURL=blockcurrencies.css.map */
#currencies-block-top div.current strong{
	margin-left:5px;
	margin-top:3px;
	margin-bottom:3px;
	font-size: 14px;
        font-family: "Roboto Condensed", "Helvetica", "Arial", "sans-serif";
}
#currencies-block-top{height: 26px;
	line-height: 26px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
	border:solid 1px #ededed;
}
#currencies-block-top #setCurrency {
    height: 26px;
}
#currencies-block-top div.current{height: 26px;
	line-height: 26px;
}
#currencies-block-top div.current:after{
	padding-left: 10px;
	padding-right: 4px;
	color:#9a9a9a;
}