#currencies-block-top {
  float: right;
  margin: 18px 30px 0 5px;
  position: relative;
}
@media (max-width: 767px) {
  #currencies-block-top {
    position: absolute;
    text-align: center;
    top: 105px;
    width: 33.33%;
    padding: 0;
    left: 33.33%;
    z-index: 8;
    border: none;
    border-right: 1px solid #fff;
    margin-left: 0;
    margin-right: 0;
    background: #4e4e4e;
    margin: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 479px) {
  #currencies-block-top {
    width: 33.33%;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  font-weight: normal;
  padding: 5px 8px 5px 0px;
  cursor: pointer;
  line-height: 18px;
}
@media (max-width: 767px) {
  #currencies-block-top div.current {
    color: #FFFFFF;
    padding: 12px 8px 13px;
  }
}
#currencies-block-top div.current span {
  display: none;
}
#currencies-block-top div.current strong {
  font-weight: normal;
}
@media (max-width: 479px) {
  #currencies-block-top div.current {
    text-align: center;
  }
}
#currencies-block-top div.current:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 16px;
  vertical-align: 0px;
  padding-left: 4px;
}
@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 .active:after {
  content: "\f106" !important;
  font-family: "FontAwesome";
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 157px;
  border: 1px solid #e7e6e4;
  background: #f6f6f6;
  z-index: 2;
  border-radius: 0;
}
@media (max-width: 767px) {
  #currencies-block-top ul {
    width: 100%;
    top: 43px;
  }
}
@media (max-width: 479px) {
  #currencies-block-top ul {
    width: 130px;
  }
}
#currencies-block-top ul li {
  color: #777777;
  line-height: 25px;
  font-size: 13px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  color: #777777;
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  color: black;
}
