﻿*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tm_categories {
  margin-bottom: 30px;
}
#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;
  margin: 0 0 3px;
}
#tm_categories > ul > li > a {
  display: block;
  text-transform:capitalize;
  background-color: #fff;
  padding: 5px 10px 5px 10px;
  color: #222;
  font-size:16px;
  font-family:Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  vertical-align: middle;
  -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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#tm_categories > ul > li > a:before {
  width: 3px;
  content: "";
  height: 38px;
  position: absolute;
  left: 7px;
  top: 6px;
  display: inline-block;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#tm_categories > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#tm_categories > ul > li > a:hover {
  color: #37bce1;
}
#tm_categories > ul > li > a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#tm_categories > ul > li .level_2.has_sub.active1,
#tm_categories > ul > li .level_2.has_sub.no_active {
  padding: 0px 30px;
  margin-top: -1px;
  border-left-width: 3px;
}
#tm_categories > ul > li .level_2.no_sub.no_active.category-top:hover {
  color: #980026;
}
#tm_categories > ul > li .level_2 > li > a {
  color: #222;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 23px;
}

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;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-heading {
  position: relative;
}

.module-head {
  background: #222;
  color: #fff;
  font: bold 15px/19px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  padding: 14px 19px 15px;
  margin: 0 0 -1px;
}
.module-head a {
  color: #777;
}
.module-head a:hover {
  color: #980026;
  text-decoration: none;
}

.block_content {
  margin-bottom: 30px;
  background-color: #fff;
}

/*==============================
	-- Block categoties -- 
==============================*/
#module_categories ul li {
  border-top: 1px solid #d6d4d4;
  padding: 8px 0 8px 22px;
  position: relative;
}
#module_categories ul li:first-child {
  border: none;
}

#module_categories ul li .count {
  position: absolute;
  left: 0;
  top: 8px;
  background: #fe2a2a;
  color: #fff;
  font: 700 10px/18px "PT Sans Narrow", sans-serif;
  text-align: center;
  width: 17px;
  height: 17px;
  display: block;
  cursor: default;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#module_categories ul li .count:hover {
  background: #e62323;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

#module_categories ul li a {
  text-decoration: none;
  color: #333333;
  display: block;
  font: 700 14px/18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
}

#module_categories a:hover {
  color: #fe2a2a;
}

#module_categories ul li ul {
  list-style: none;
  margin: 10px 0 0 10px;
  padding: 0;
}

#module_categories ul li ul li {
  padding: 0;
  border: none;
  margin-bottom: 2px;
}

#module_categories ul li ul li a {
  font-weight: 400;
  font-size: 12px;
}

span.grower {
  display: block;
  background: none;
  position: absolute;
  right: 18px;
  top: -10px;
  cursor: pointer;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
}

span.grower.OPEN:before,
span.grower.CLOSE:before {
  content: "+";
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 48px;
  color: #222;
  line-height: 48px;
  text-align: center;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

span.grower.CLOSE:before {
  content: "-";
  color: #222;
}

span.grower.CLOSE:hover:before {
  background-color: #37bce1;
  color: #fff;
}

.menu_sub {
  display: none;
  padding: 0px;
}

#module_categories .box_body_2 {
  margin: 0;
  padding: 0;
}
#module_categories .box_body_2 ul {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none;
}
#module_categories .box_body_2 ul li {
  padding: 0;
  border: none;
}
#module_categories .box_body_2 ul li a {
  font: 400 13px/18px "PT Sans Narrow", sans-serif;
  text-transform: lowercase;
  display: inline-block;
}