#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;
    cursor: pointer;
    font-weight: normal; 
    color:#626060;
}
#currencies-block-top div.current:hover{
     color:#ea3a3c;
}
#currencies-block-top div.current strong{
    font-weight:normal;
    line-height:1;
}
#currencies-block-top div.current strong:before {
    border-color: #7d7d7d;
    content: "";
    font-family: "FontAwesome";
    border-style: solid;
    border-width: 0 0px 0 1px;
    padding-left: 9px;
    font-weight: normal;
    line-height:14px;
    height:12px;
    text-shadow: none;
}
#currencies-block-top div.current:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 18px;
    vertical-align: -1px;
    padding-left: 2px; 
    font-weight:bold;
}
@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: 30px;
    left: 0;
    width: 100px;
    background: #2c68b6;
    z-index: 1031; 
    text-align:left;
}
#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: #ea3a3c; }

@media(max-width:991px){
    #currencies-block-top{float:none; display:inline-block;}
}
/*# sourceMappingURL=blockcurrencies.css.map */
