#clubs-navigator .vertical .cell .box {
  position: relative;
  bottom: 0;
  top: 0;
}
#clubs-navigator .cover,
#clubs-navigator .info,
#clubs-navigator .background {
  position: absolute;
  bottom: 0;
}
#clubs-navigator .img-load {
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
#clubs-navigator .img-load img {
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
#clubs-navigator .img-load:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  background: rgba(72,93,34,0.6);
  opacity: 0;
}
#clubs-navigator .cell {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
  z-index: 0;
}
#clubs-navigator .cell:hover {
  background: #485D22;
}
#clubs-navigator .cell:hover h3,
#clubs-navigator .cell:hover .title {
  color: #FFFFFF;
}
#clubs-navigator .cell .box {
  background: transparent;
}
#clubs-navigator .cell .info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 1em;
  text-align: center;
}
#clubs-navigator .cell .info>div {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
#clubs-navigator .cell div:has(.cover) {
  min-height: 20em;
  padding: 1em;
  background: rgba(72,93,34,0.2);
}
#clubs-navigator .cell .cover {
  top: 0;
  left: 0;
  z-index: 0;
  padding: 1em;
  position: relative;
  width: 100%;
}
#clubs-navigator .cell .cover:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
#clubs-navigator .cell h3,
#clubs-navigator .cell .title {
  color: #485D22;
  text-align: center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#clubs-navigator .cell h3 {
  font-size: 1em;
  font-weight: 700;
  padding: .5em 1em;
}
#clubs-navigator .cell .title {
  width: 100%;
  height: 5em;
  bottom: -5em;
  opacity: 0;
  overflow: hidden;
  line-height: 1.25em;
  padding: 0 1em;
  text-align: center;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#clubs-navigator .cell .btn {
  margin: 2em auto 1em;
  display: table;
  width: auto;
  width: max-content;
  border: none;
  color: #485D22;
}
#clubs-navigator .cell:hover .title {
  bottom: 0;
  opacity: 1;
}
#clubs-navigator .cell:hover .description-allow h3 {
  opacity: 1;
  bottom: 5em;
}
#clubs-navigator .cell:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  z-index: -1;
}
#clubs-navigator .cell:hover .img-load:before {
  opacity: 1;
}
#clubs-navigator .background {
  left: 0;
  right: 0;
  opacity: .25;
}
