#currencies-block-top {
    float: right;
    position: relative;
}

@media screen and (max-width: 767px) {
    #currencies-block-top {
        width: 17%;
        clear: left;
        margin-top: -8px;
    }
}

#currencies-block-top span.firstWord {
    display: none;
}

#currencies-block-top div.current {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #4a4f59;
    font: 700 12px/17px Arial, Helvetica, sans-serif;
    padding: 17px 19px 20px 30px;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #currencies-block-top div.current {
        text-align: center;
        padding: 4px 5px 6px;
        font-size: 11px;
    }
}

#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
    background: #7ecefd;
}

#currencies-block-top div.current:after,
#currencies-block-top div.current .after {
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    content: "\f0dd";
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 13px;
    color: #6c7484;
    vertical-align: 1px;
    padding-left: 10px;
}

@media screen and (max-width: 479px) {
    #currencies-block-top div.current:after,
    #currencies-block-top div.current .after {
        padding-left: 2px;
        font-size: 13px;
        line-height: 13px;
        vertical-align: 0;
    }
}
#currencies-block-top div.current.active {
    *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("div") ).className="after", this.lastChild.innerHTML = "\f0de" );
}
    #currencies-block-top div.current.active:after, #currencies-block-top div.current:hover:after,
    #currencies-block-top div.current.active .after, #currencies-block-top div.current:hover .after {
        color: white;
    }

    #currencies-block-top div.current.active:after,
    #currencies-block-top div.current.active .after {
        vertical-align: -2px;
        content: "\f0de";
    }

#currencies-block-top div.current .cur-label {
    display: none;
}

#currencies-block-top ul {
    display: none;
    position: absolute;
    top: 54px;
    right: 0;
    width: 157px;
    background: #25282d;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    #currencies-block-top ul {
        top: 33px;
    }
}

#currencies-block-top ul li {
    color: white;
    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: white;
    }

    #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #4a4f59;
    }
