#currencies-block-top {
   display:inline-block;
    width:56px;
    text-align:center;
    height:44px;
    line-height:44px;
    background:#ffffff;
    vertical-align: top;
     float:right;
   margin-left:4px;
}
 #currencies-block-top #setCurrency{
            cursor: pointer;
            margin: 0;
            position: relative;
            z-index: 1089;
        }
@media (max-width: 479px) {
     }
#currencies-block-top span.firstWord {
    display: none; }
#currencies-block-top div.current {
    font-weight: bold;
    color: white;
    cursor: pointer;
}
@media (max-width: 479px) {
    #currencies-block-top div.current {
        text-align: center;
         } }
#currencies-block-top div.current strong {
    color: #555555;
    font-family:"oswald";
    font-weight:normal;
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
}
#currencies-block-top div.current:after {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #686666;
    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 {
    opacity:0;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 2001;
    min-width:110px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;}
#currencies-block-top:hover ul{
    opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.current:hover ul{
    opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
#currencies-block-top ul li {
    color: #ffffff;
    line-height: 40px;
    height:40px;
    text-align:center;
    vertical-align: middle;
    font-size: 13px;
    font-family:"oswald";
    text-align:left;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
    padding: 0 10px 0 20px;
    display: block;
    color: white; }
#currencies-block-top ul li.selected {
}
#currencies-block-top ul li:hover{
    background:#555555;
}
@media(max-width:767px){
     #currencies-block-top{float:none;}
}

