#currencies-block-top {
  float: right;
  background: none;
  position: relative;
}
@media (max-width: 991px) {
  #currencies-block-top {
    background: none repeat scroll 0 0 #dddddd;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25%;
    z-index: 959;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  font-family: "Istok Web", sans-serif;
  padding: 6px 10px 5px;
  color: #696969;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 991px) {
  #currencies-block-top div.current {
    padding: 12px 10px 11px;
    border-right: 1px solid #ffffff;
    color: #ffffff;
  }
}
@media (max-width: 479px) {
  #currencies-block-top div.current {
    text-align: center;
    padding: 9px 5px 10px;
    font-size: 11px;
  }
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
  background: none;
}
#currencies-block-top div.current:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 20px;
  vertical-align: -2px;
  padding-left: 3px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current:after {
    display: none;
  }
}
@media (max-width: 991px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top .active:after {
  content: "\f0d8" !important;
  font-family: "FontAwesome";
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  width: 140px;
  background: none repeat scroll 0 0 rgba(49, 49, 49, 0.8);
  z-index: 2;
}
@media (max-width: 1199px) {
  #currencies-block-top ul {
    top: 38px;
  }
}
@media (max-width: 991px) {
  #currencies-block-top ul {
    width: 100%;
    top: 43px;
  }
}
@media (max-width: 479px) {
  #currencies-block-top ul {
    width: 130px;
    position: absolute;
    left: 0;
    top: 37px;
  }
}
#currencies-block-top ul li {
  line-height: 30px;
  font-size: 13px;
  text-align: left;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  font-size: 14px;
  color: white;
}
#currencies-block-top ul li:hover a {
  background: #4EC3A1;
  color: #ffffff !important;
}
#currencies-block-top ul li.selected a {
  color: #4ec3a1;
}
