@charset "UTF-8";
#currencies-block-top {
  float: right;
  position: relative;
  padding-left: 25px;
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  cursor: pointer;
  color: #777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#currencies-block-top div.current strong {
  font-weight: normal;
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
  color: #fff;
}
#currencies-block-top div.current:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
#currencies-block-top div.current.active:after {
  content: "";
}
@media (max-width: 767px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  min-width: 120px;
  background: #212121;
  z-index: 2;
  padding-bottom: 10px;
  padding-top: 8px;
}
#currencies-block-top ul li {
  line-height: 25px;
  font-size: 12px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 20px 0 12px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#currencies-block-top ul li.selected, #currencies-block-top ul li.selected > span, #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  color: #fff;
}
