ul.mtree {
  opacity: 0;
  margin-left: 0;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
}
ul.mtree ul {
  margin-left: 1em;
  padding-left: .8em;
}
ul.mtree li {
  list-style: none;

}
ul.mtree a {
  display: block;
  text-decoration:none;
}
ul.mtree li.mtree-node > a {
  #font-weight: bold;
  text-decoration:none;
}

ul.mtree a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration:none;
	border-bottom: 1px solid #111;
}

ul.mtree.transit {
  background: #000;
  margin-top:0px;
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit ul > li {
  font-size: 1em;
  border-bottom: 1px solid #111;

}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
  color: #CCC;
  font-weight: normal;
  position: absolute;
  right: 20px;
  text-decoration:none;
}
ul.mtree.transit li.mtree-open > a:before {
  content: '-';
  text-decoration:none;
}
ul.mtree.transit li.mtree-closed > a:before {
  content: '+';
  text-decoration:none;
}
ul.mtree.transit ul > li:first-child {
  margin-top: 1px;
}
ul.mtree.transit li.mtree-open > a {
  background: #222;
  text-decoration:none;
}
ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a {
  background: #333;
  color: #FFF;
  text-decoration:none;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;
}
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 5px 0px 5px 0.8em;
  color: #CCC;
  text-decoration:none;
}
ul.mtree.transit li li > a {
  padding-left: 1.1em;
  text-decoration:none;
}
ul.mtree.transit li li li > a {
  padding-left: 1.2em;
  text-decoration:none;
}
ul.mtree.transit li li li li > a {
  padding-left: 1.3em;
  text-decoration:none;
}
ul.mtree.transit li li li li li > a {
  padding-left: 1.4em;
  text-decoration:none;
}
