#categories-navigator {
  padding-bottom: 0;
}
#categories-navigator .cell {
  max-height: 23em;
}
#categories-navigator .cell h3 {
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#categories-navigator .cell .cover {
  display: none;
}
#categories-navigator .cell .btn {
  display: none;
}
#categories-navigator .cell .title {
  display: none;
}
content:not(.home) #categories-navigator .vertical .box {
  background: transparent;
}
content:not(.home) #categories-navigator .cell {
  border: #485D22 solid 1px;
  background: transparent;
}
content:not(.home) #categories-navigator .cell .img-load:after {
  background: transparent;
}
content:not(.home) #categories-navigator .cell .hover {
  -webkit-transition: background 400ms ease, color 400ms ease;
  -moz-transition: background 400ms ease, color 400ms ease;
  -ms-transition: background 400ms ease, color 400ms ease;
  -o-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
}
content:not(.home) #categories-navigator .cell h3 {
  font-weight: 700;
  font-size: 1.5em;
  padding: 1em 0;
  color: #485D22;
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -ms-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  transition: color 400ms ease;
}
content:not(.home) #categories-navigator .cell:hover .hover {
  background: #485D22;
}
content:not(.home) #categories-navigator .cell:hover h3 {
  color: #FFFFFF;
}
