/************************************/
/* HERO */
/************************************/

#hero {
  padding: 0;
}

#hero .slickHero {
  z-index: -1;
}

#hero .slide {
  height: 60vh;
  min-height: 400px;
}

#hero .wrap {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

#hero .heroTxt {
  color: var(--baseLinkColor);
  font-family: "Satisfy", cursive;
  text-shadow: 0 0 5px rgba(0,0,0,.7);
  padding: 0 0 2vh 0;
}

#hero .cta:hover {
  background: rgba(0,0,0,.5);
}

@media (max-width:767px){
  #hero .slide {
    max-height: 250px;
  }

  #hero .wrap {
    top: 65%;
  }
}

/************************************/
/* END HERO */
/************************************/

/************************************/
/* HOTNOW */
/************************************/
#hotnow {
  background: var(--baseLinkColor);
  padding: 9vh 0;
}

#hotnow:after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0));
  position: absolute;
  top: 0;
  left: 0;
}

#hotnow .sectionTitle {
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 2vh 0;
}

#hotnow .sectionTitle::before {
  content: "\e908";
  font-family: "icomoon";
  font-size: 30px;
  vertical-align: top;
}

#hotnow .slickNav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#hotnow .slickNav li {
  float: left;
}

#hotnow .slickNav li:last-child {
  float: right;
}

#hotnow .slickNav a {
  color: #333;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

#hotnow .slickNav a:hover {
  background: #333;
  color: #fff;
}

/************************************/
/* END HOTNOW */
/************************************/

/************************************/
/* CATEGORIES */
/************************************/

#categories {
  background: #fff;
  padding: 9vh 0;
}

#categories .slickNav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 3vw;
}

#categories .slickNav li {
  float: left;
}

#categories .slickNav li:last-child {
  float: right;
}

#categories .slickNav a {
  color: #333;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

#categories .slickNav a:hover {
  background: #333;
  color: #fff;
}

#categories .categoriesTitle {
  width: 70%;
  margin: 0 auto 2vh auto;
  text-align: center;
  text-transform: uppercase;
}

#categories .catItemsContainer {
  width: 100%;
}

#categories .catItem {
  display: inline-block;
  width: 16.66%;
  vertical-align: top;
}

#categories .fixedWrap {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 10px 0;
}

#categories .fixedWrap .categoriesTitle {
  padding: 0;
  margin: 0 auto;
}

#categories .fixedWrap .slickNav {
  top: 15px;
}

#categories .itemImg img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media(max-width: 1000px) {
  #categories .catItem {
    display: inline-block;
    width: 33.33%;
  }
}

@media(max-width: 480px) {
  #categories .catItem {
    display: inline-block;
    width: 50%;
  }
}

/************************************/
/* END CATEGORIES */
/************************************/

/************************************/
/* GROUPS */
/************************************/

#groups {
  background: #1a1a1a;
  padding: 9vh 0;
}

#groups .grpTitle {
  text-align: center;
  font-family: "Satisfy", cursive;
  color: var(--baseLinkColor);
}

#groups .grpSubtitle {
  color: #ccc;
  text-align: center;
  margin: 20px 0;
}

#groups .grpItemContainer {
  text-align: center;
}

#groups .grpItem {
  display: inline-block;
  padding: 0 1vw;
  text-align: center;
}

#groups .grpIcon {
  color: #666;
  padding: 0 0 10px 0;
}

/************************************/
/* END GROUPS */
/************************************/
