#tm_categories_block {
  /*display:none;*/
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  top: -30px;
  margin-bottom: -30px;
}
#tm_categories_block .module-heading {
  display: none;
}

#tm_categories > ul {
  padding: 0 !important;
  margin: 0;
  width: 100% !important;
}
#tm_categories > ul > li {
  text-align: left;
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 10;
  transition: 300ms ease all;
}
#tm_categories > ul > li:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 30%;
  left: 1%;
  bottom: 16px;
  box-shadow: 10px 0 0px black;
  transition: 300ms ease all;
  transform: rotate(0deg);
}
#tm_categories > ul > li:hover:before {
  box-shadow: 10px 0 20px black;
  transform: rotate(-3deg);
  bottom: 6px;
}
#tm_categories > ul > li:hover > a {
  margin-left: 1%;
  box-shadow: inset 300px 0 300px -300px rgba(255, 255, 255, 0.3);
}
#tm_categories > ul > li:hover + li {
  z-index: 1;
}
#tm_categories > ul > li > a {
  display: block;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 400;
  display: block;
  position: relative;
  width: 100%;
  padding: 13px 18px;
  background-color: #f2f2f2;
  text-decoration: none;
  box-sizing: border-box;
  transition: 300ms ease all;
}
#tm_categories > ul > li > a:hover {
  color: #1ba38e;
}
#tm_categories > ul > li .level_2.no_sub.no_active.category-top {
  color: #555;
}
#tm_categories > ul > li .level_2.no_sub.no_active.category-top:hover {
  color: #1ba38e;
}
#tm_categories > ul > li + li a {
  border-top: 1px solid #d9d9d9;
}
#tm_categories a.level_2{
  font-size: 12px;
  padding-left: 3px;
  color: #555;
}
#tm_categories a.level_2:hover{
  color: #1ba38e;
  text-decoration: none;
}
#tm_categories .active a{
  color: #1ba38e;
}

ul.level_2,
ul.level_3,
ul.level_4,
ul.level_5,
ul.level_6,
ul.level_7,
ul.level_8,
ul.level_9 {
  display: none;
  position: relative;
  z-index: 11;
  background-color: #fefefe;
  margin: 0;
  padding: 0 18px;
  list-style: none;
}
ul.level_2 > li,
ul.level_3 > li,
ul.level_4 > li,
ul.level_5 > li,
ul.level_6 > li,
ul.level_7 > li,
ul.level_8 > li,
ul.level_9 > li {
  font-weight: 300;
  padding: 5px 0;
}
ul.level_2 > li a,
ul.level_3 > li a,
ul.level_4 > li a,
ul.level_5 > li a,
ul.level_6 > li a,
ul.level_7 > li a,
ul.level_8 > li a,
ul.level_9 > li a {
  border: 0 !important;
}



span.grower {
  display: block;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

span.grower.OPEN:before,
span.grower.CLOSE:before {
  content: "\e258";
  display: block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  color: #d0d0d0;
  line-height: 45px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

span.grower.CLOSE:before {
  content: "\e258";
  color: #1ba38e;
}

span.grower.OPEN:hover:before,
span.grower.CLOSE:hover:before {
  font-size: 20px;
  color: #1ba38e;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}




