#currencies-block-top {
    float: left;
    height:30px;
    line-height:30px;
    position: relative; }
#currencies-block-top span.firstWord {
    display: none; }
#currencies-block-top div.current {
    padding: 0 10px;
    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 strong{
     color:#f2532f;
}
#currencies-block-top div.current {padding-left: 0;}
@media (max-width: 479px) {
    #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 14px; } }
#currencies-block-top div.current strong {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0px 0 1px;
    color: #626060;
    padding-left: 10px;
    font-weight: normal;
    text-shadow: none;
     box-shadow: -1px 0px rgba(0, 0, 0, 0.2);
}
#currencies-block-top div.current:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
    color: #626060;
    vertical-align: -2px;
    padding-left: 12px; }
@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: #333;
    z-index: 2; }
#currencies-block-top ul li {
    color: #fff;
    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: #fff; }
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
    background: #484848; }

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