#currencies-block-top {
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  #currencies-block-top {
    background: white;
    border: 1px solid #EDEDED;
    text-align: center;
    width: 25%;
    z-index: 959;
  }
}
@media (max-width: 479px) {
  #currencies-block-top {
    width: 25%;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  padding: 3px 10px;
  cursor: pointer;
  line-height: 18px;
}
@media (max-width: 767px) {
  #currencies-block-top div.current {
    padding: 6px 10px;
  }
}
@media (max-width: 479px) {
  #currencies-block-top div.current {
    text-align: center;
    padding: 7px 10px;
    font-size: 11px;
  }
}
#currencies-block-top div.current:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  vertical-align: 1px;
  padding-left: 2px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top div.current strong {
  font-weight: normal;
}
#currencies-block-top .active:after {
  content: "\f077" !important;
  font-family: "FontAwesome";
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  border: 1px solid #e8e8e8;
  top: 28px;
  left: 0;
  width: 157px;
  background: white;
  z-index: 2;
}
@media (max-width: 767px) {
  #currencies-block-top ul {
    width: 100%;
    text-align: left;
    top: 32px;
  }
}
@media (max-width: 479px) {
  #currencies-block-top ul {
    width: 130px;
  }
}
#currencies-block-top ul li {
  color: white;
  line-height: 25px;
  font-size: 14px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  color: #9e1400;
}
