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

#hero .slickHeroBox {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

#hero .slick-dots {
  text-align: center;
}

#hero .slick-dots li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

#hero .slick-dots li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--baseLinkColor);
  border-radius: 50%;
  position: relative;
  display: block;
}

#hero .slick-dots li button {
  display: none;
}

#hero .slick-dots li.slick-active::after {
  background: #7f93b3;
}

#hero .slick-dots li:hover::after {
  background: #7f93b3;
}

#hero .slideBox {
  position: relative;
  text-decoration: none;
}

#hero .slideImage {
  overflow: hidden;
  width: 100%;
  height: 28vw;
  max-height: 430px;
  position: relative;
  border-top: 1px solid var(--baseLinkColor);
  border-bottom: 1px solid var(--baseLinkColor);
}

#hero .slideInfo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 60%;
}

#hero .slideTitle {
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  background: rgba(42,75,128,.9);
  color: #fff;
}

#hero .slideTxt {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(42,75,128,.9);
  color: #fff;
}

#hero .ctaYellow {
  font-weight: 700;
  margin: 10px 0 0 0;
}

#hero .popular {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 3vw;
  border-top: 1px solid var(--baseLinkColor);
  border-bottom: 1px solid var(--baseLinkColor);
  text-align: right;
  position: relative;
  overflow: hidden;
}

#hero .popularTxt {
  width: 80%;
  left: 20%;
  text-align: center;
  position: relative;
  padding: 10px 0;
}

#hero .popularImage {
  overflow: hidden;
  display: block;
  position: relative;
  width: 80%;
  height: 17vw;
  max-height: 250px;
  left: 20%;
}

#hero .popularTitle {
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  width: 70%;
  bottom: 0;
  text-align: center;
  padding: 0 0 25px 0;
  right: 0;
  font-weight: 700;
  text-decoration: none;
}

#hero .popularTitle:hover {
  color: #333;
}

#hero .popularTitle::after {
  content: "\e814";
  font-family: "icomoon";
  position: absolute;
  bottom: -20px;
  font-size: 14px;
  color: #fff;
  background: var(--baseLinkColor);
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 40%;
}

@media (max-width:1000px) {
  #hero .slickHeroBox {
    width: 100%;
  }

  #hero .popular {
    display: none;
  }

  #hero .slideImage {
    height: 40vw;
  }
}

@media (max-width:560px) {
  #hero .slideInfo {
    position: relative;
    left: initial;
    top: initial;
    transform: translateY(0);
    max-width: 100%;
    padding: 10px 0 0 0;
  }

  #hero .slideInfoBox {
    background: var(--baseLinkColor);
  }

  #hero .slideTitle {
    padding: 10px 10px 0 10px;
    background: none;
  }

  #hero .slideTxt {
    padding: 10px;
    background: none;
  }
}

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

/************************************/
/* EQUIPMENT */
/************************************/

#equipment .equipTitle {
  padding: 0 0 2vh 0;
  text-align: center;
}

#equipment .equip {
  display: inline-block;
  width: 20%;
  padding: 10px;
  vertical-align: top;
  margin-right: -4px;
}

@media (max-width:1200px) {
  #equipment .equip {
    width: 25%;
  }

  #equipment .equip:last-child {
    display: none;
  }

  #equipment .equip:nth-last-child(2) {
    display: none;
  }
}

@media (max-width:900px) {
  #equipment .equip {
    width: 33.33%;
  }

  #equipment .equip:nth-last-child(2) {
    display: inline-block;
  }
}

@media (max-width:700px) {
  #equipment .equip {
    width: 50%;
    padding: 10px 0;
  }

  #equipment .equip:last-child {
    display: inline-block;
  }
}

@media (max-width:600px) {
  #equipment .equip {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}

#equipment.categoriesList {
  padding: 0;
}

/************************************/
/* END EQUIPMENT */
/************************************/

/************************************/
/* ABOUT SUMMARY */
/************************************/

#aboutSummary {
  padding: 7vh 0;
}

#aboutSummary .aboutSumTitle {
  text-align: center;
}

#aboutSummary .aboutSumTxt {
  text-align: center;
  padding: 10px 0 50px 0;
}

#aboutSummary .aboutSumCta {
  max-width: 280px;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
}

#aboutSummary .aboutSumCta::before {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: var(--baseLinkColor);
}

/************************************/
/* END ABOUT SUMMARY */
/************************************/

/************************************/
/* SERVICES SUMMARY */
/************************************/

#servicesSummary {
  background: var(--baseLinkColor);
  padding: 7vh 0;
}

#servicesSummary .servicesSumTitle {
  text-align: center;
  color: #fff;
}

#servicesSummary .servicesSumBox {
  padding: 10px 0 20px 0;
}

#servicesSummary .servicesSum {
  display: inline-block;
  width: 25%;
  padding: 10px;
  text-align: center;
  position: relative;
  vertical-align: top;
  color: #fff;
}

#servicesSummary .icon {
  font-size: 80px;
  opacity: .5;
  padding: 0 0 10px 0;
}

#servicesSummary .title {
  padding: 20px 0 10px 0;
  border-top: 1px solid rgba(255,255,255,.5);
}

#servicesSummary .servicesSumCta {
  max-width: 280px;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
}

#servicesSummary .servicesSumCta:hover {
  background: rgba(255,255,255,.3);
}

@media (max-width:800px) {
  #servicesSummary .servicesSum {
    width: 50%;
  }

  #servicesSummary .icon {
    font-size: 30px;
  }

  #servicesSummary .title {
    padding: 10px 0;
  }

  #servicesSummary .text {
    display: none;
  }
}

/************************************/
/* SERVICES SUMMARY */
/************************************/
