#currencies-block-top {
    float: right;
    height:40px;
    line-height:39px;
    position: relative;
}
#currencies-block-top span.firstWord {
    display: none; }
#currencies-block-top div.current {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;  }
#currencies-block-top div.current:hover{
     color:#e91e63;
}
#currencies-block-top div.current strong {
    padding-right: 3px;
    font-weight: normal;
    margin-right: 7px;
    line-height: 10px;
    display: inline-block;
    border-right: 1px solid #7b7b7b;
    font-size: 11px;
}
#currencies-block-top div.current strong:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 10px;
    padding:0 4px;
    color:#e91e63; }
@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: #293240;
    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: #e91e63; }

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