#currencies-block-top {
  float: right;
  border-left: 1px solid #cdcbcc;
  position: relative;
}
@media (max-width: 479px) {
  #currencies-block-top {
    width: 25%;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  color: #8b8689;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  padding: 8px 13px 7px 12px;
  cursor: pointer;
  font-size: 11px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current {
    text-align: center;
    padding: 9px 5px 10px;
    font-size: 11px;
  }
}
#currencies-block-top div.current strong {
  color: #3f383c;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}
#currencies-block-top div.current span {
  color: #3f383c;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
  background: #e2e1e2;
}
#currencies-block-top div.current:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 9px;
  line-height: 18px;
  color: #3f383c;
  vertical-align: 0px;
  padding-left: 12px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current:after {
    padding-left: 2px;
    font-size: 9px;
    line-height: 13px;
    vertical-align: 0;
  }
}
@media (max-width: 479px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 34px;
  left: -1px;
  width: 145px;
  background: #716e70;
  z-index: 2;
}
#currencies-block-top ul li {
  color: white;
  line-height: 35px;
  font-size: 13px;
  border-top: 1px solid #343333;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  color: white;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
  background: #484848;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#currencies-block-top ul li:first-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  #currencies-block-top {
    width: 25%;
    text-align: center;
    min-height: 48px;
  }

  #currencies-block-top div.current {
    padding: 15px 5px;
    line-height: 22px;
    font-size: 12px;
  }

  #currencies-block-top ul {
    left: -1px;
    top: 52px;
    text-align: left;
  }

  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #currencies-block-top ul {
    width: 190px;
  }
}
