#currencies,
#currencies ul,
#currencies ul li,
#currencies ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#currencies {
  padding: 5px 0px 1px 2px;
  border-bottom: 1px solid #ededed;
}
#currencies label {
  font-weight: normal;
  display: block;
  position: relative;
  z-index: 2;
}
.currenciesUl {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s linear;
}
#currencies .currenciesUl ul {
  display: inline-flex;
  margin-left: 22px;
  padding-bottom: 7px;
  margin-top: 4px;
}
#openCurrenciesUl:checked ~ .currenciesUl {
  max-height: 100px;
}
#openCurrenciesUl:checked ~ .glyphicon-menu-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.align-right {
  float: right;
}
#currencies > ul > li > a {
  padding: 8px 15px;
  cursor: pointer;
  z-index: 2;
  font-weight: normal;
  text-decoration: none;
  color: #6f6a69;
  background: #ffffff;
}
#currencies > ul > li.active > a,
#currencies > ul > li.open > a {
  color: #E5B574;
}
.currenciesSpan {
  padding-left: 2px;
}
#currencies  ul  ul {
  float: left;
  padding-right: 16px;
  margin-top: 5px;
  margin-left: 18px;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 9px;
  right: 2px;
  border-top: 2px solid #657181;
  border-left: 2px solid #657181;
}
#currencies > ul > li.active > a > span::after,
#currencies > ul > li.open > a > span::after {
  border-color: #E5B574;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#currencies ul ul li a {
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #657181;
  background: #ffffff;
}
#currencies ul ul li.open > a,
#currencies ul ul li.active > a {
  background: #e6e6e6;
  color: #ff9900;
}
#currencies ul ul li:first-child > a {
  box-shadow: none;
}
#currencies ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#currencies ul ul ul li a {
  padding-left: 30px;
}
#currencies > ul > li > ul > li:last-child > a,
#currencies > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#currencies > ul > li > ul > li.open:last-child > a,
#currencies > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #d5d5d5;
}
#currencies > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#currencies ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #657181;
  border-left: 2px solid #657181;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#currencies ul ul li.active > a::after,
#currencies ul ul li.open > a::after,{
  border-color: #E5B574;
}
#currencies > ul > li > a {
  padding: 5px 2px;
}
#currencies ul ul li a {
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
}
 