ul.cirkor-expandable-menu li.parent > .expand-trigger {
  cursor: pointer;
  color: #929294;
  font-size: 15px;
  padding-left: 15px;
}

ul.cirkor-expandable-menu li.parent > ul {
  overflow:hidden;
  -webkit-transition:height 300ms ease-in-out;
  -moz-transition:height 300ms ease-in-out;
  -o-transition:height 300ms ease-in-out;
  transition:height 300ms ease-in-out;
}

ul.cirkor-expandable-menu li.parent:not(.open) > ul {
  height: 0 !important;
}

ul.cirkor-expandable-menu li.parent.open > ul {

}

