#currencies-block-top {
  float: left;
  position: relative;
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  padding: 15px 8px 13px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 18px;
}
@media (max-width: 480px) {
  #currencies-block-top div.current {
    padding: 15px 5px 13px;
  }
}
#currencies-block-top div.current > strong {
  font-weight: normal;
  color: white;
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
  color: #8e8e8e;
}
#currencies-block-top div.current:hover strong, #currencies-block-top div.current.active strong {
  color: #8e8e8e;
}
#currencies-block-top div.current:hover:after, #currencies-block-top div.current.active:after {
  color: #8e8e8e;
}
#currencies-block-top div.current:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 22px;
  color: white;
  vertical-align: 0;
  padding-left: 5px;
}
@media (max-width: 480px) {
  #currencies-block-top div.current:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top .active:after {
  content: "\f106" !important;
  font-family: "FontAwesome";
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 157px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  z-index: 2;
  text-align: left;
}
@media (max-width: 480px) {
  #currencies-block-top ul {
    width: 130px;
  }
}
#currencies-block-top ul li {
  color: #363636;
  line-height: 30px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  color: #191919;
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  color: #8e8e8e;
}

.cur-label {
  display: none;
}
