#homeSS {
  padding-top: 50px;
}

#homeSS a.product-link {
  text-decoration: none;
  color: inherit;
}

#homeSS .carousel-caption {
  left: 15%;
  right: 15%;
  bottom: 20px;
  top: auto;
  text-align: center;
  color: #ffffff;
  font-size: 1.6em;
}

.caption-box {
  display: inline-block;
  padding: 12px 18px;
}

#homeSS .item {
  padding: 250px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}

#homeSS h4 {
  color: #ffffff;
  font-size: 1.4em;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

#homeSS p {
  font-size: 0.7em;
  font-style: italic;
  margin: 0;
}

@media (max-width: 700px) {
  #homeSS .carousel-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 1.1em;
  }

  .caption-box {
    padding: 8px 10px;
  }

  #homeSS h4 {
    font-size: 1em;
    letter-spacing: 0.08em;
  }
}

#ssInner div img {
  margin-left: auto;
  margin-right: auto;
  /*max-width:none;*/
  max-height: 598px;
}

#intro {
  font-size: 1.1em;
}

.carousel-caption {
  top: 20px;
  font-size: 1.8em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

.feature-box {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 600px) {
  .feature-box {
    height: auto;
  }
}

#wheelBox {
  border-left: 1px dotted #ddd;
}

#brands {
  background-color: white;
}

@media (max-width: 600px) {
  #wheelBox {
    height: 500px;
  }
  #brands div {
    margin-bottom: 10px;
  }
  #wheelBox img {
    margin-top: 40px;
  }
}

#wheelBox a:hover {
  text-decoration: none;
}
#wheelBox h2 {
}
#wheelBox img {
  width: 60%;
}

#customwheels {
  padding: 30px;
  background-color: rgba(100, 100, 100, 0.3);
  border-bottom: 1px solid #999;
}

/* Home outing / adventure section */
.home-outing-section {
  background-color: #f7f7f7;
  padding: 40px 0;
  margin-top: 20px;
}

.home-outing-title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.home-outing-tiles {
  margin-top: 10px;
}

.home-outing-card {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-outing-label {
  margin-top: 8px;
  font-size: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}

.home-outing-label a {
  color: #222;
  text-decoration: none;
}

.home-outing-label a:hover {
  text-decoration: underline;
}

.home-outing-card-gravel {
  background-image: url("../images/shots/gravel1.jpg");
}

.home-outing-card-mtb {
  background-image: url("../images/shots/mtb1.jpg");
}

.home-outing-card-racing {
  background-image: url("../images/shots/racing.jpg");
}

.home-outing-card-enduro {
  background-image: url("../images/shots/enduro.jpg");
}
