@media (max-width: 999px) {
  #currencies-block-top {
    float: left;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  cursor: pointer;
  color: #fff !important;
}
#currencies-block-top div.current:hover {
  color: #fff!important;
}
#currencies-block-top div.current.active {
  background: #fff;
  line-height: 30px;
  position: relative;
  top: -6px;
}
#currencies-block-top div.current.active div {
  background-color: #111 !important;
  color: #fff!important;
}
#currencies-block-top div.current div {
  position: relative;
  z-index: 5;
}
/*
      #currencies-block-top div.current div:after {
        content: "\F107";
        font-family: "FontAwesome";
        padding-left: 2px; }
        */
@media (max-width: 767px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  min-width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  background-color: #111!important;
  z-index: 2;
}
@media (max-width: 479px) {
  #currencies-block-top ul {
    left: 0px;
    right: auto;
    min-width: 250%;
  }
}
#currencies-block-top ul li {
  line-height: 16px;
}
#currencies-block-top a,
#currencies-block-top a:link {
  color: #fff!important;
  background-color: #111!important;
}
