#currencies-block-top {
    text-align: right;
    position: relative;
    display: block;
    width: 100%;
    float: right;
}
#currencies-block-top span.firstWord {
    display: none; }
#currencies-block-top div.current {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    width: 40px;
    background: rgba(0,0,0,0.7);
}
#currencies-block-top div.current:hover,
#currencies-block-top div.current.active{
    background-color: #beae59;
}
#currencies-block-top div.current strong {
    border: none;
    padding-left: 0;
    font-weight: normal;
    text-shadow: none;
    box-shadow:none;
    font-size: 12px;
}
#currencies-block-top div.current:after {
    display: none;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
    vertical-align: -2px;
    padding-left: 11px; }
@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: 0px;
    right: 42px;
    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 8px 0 10px;
    display: block;
    color: #fff;
    text-align: left;
}
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
    background: #beae59; }

/*# sourceMappingURL=blockcurrencies.css.map */
@media(max-width:414px){
    #currencies-block-top ul {
        right: 32px;
        width: 100px;
    }
    #currencies-block-top ul li {
        line-height: 22px;
        font-size: 10px;
    }
    #currencies-block-top div.current strong {
        font-size: 9px;
    }
    #currencies-block-top div.current {
        width: 25px;
        height: 25px; 
        line-height: 25px;
    }
}