/** BANNER
 ********************************/

#home-banner {
  width: 100%;
  overflow: hidden;
}

#home-banner .banner-container {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

#home-banner .banner {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

#home-banner .banner-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #home-banner .banner-container {
    height: 500px;
  }
  #home-banner .banner-image {
    position: relative;
    top: 50%;
    width: 100%;
  }
  #home-banner .banner-image img {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    width: auto;
  }
}
@media screen and (min-width: 1400px){
  #home-banner .banner-container {
    height: 620px;
  }
}

.banner-nav-left, .banner-nav-right {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-top: -60px;
  z-index: 100;
  cursor: pointer;
}

.banner-nav-left {
  left: 0;
  background: url('../img/arrow_left.png') no-repeat center center transparent;
  background-size: 100%;
}

.banner-nav-right {
  right: 0;
  background: url('../img/arrow_right.png') no-repeat center center transparent;
  background-size: 100%;
}

.banner-nav-bullets {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner-nav-bullet {
  display: inline-block;
  margin: 0 4px 25px;
  border-radius: 9px;
  background-color: #fff;
  width: 18px;
  height: 18px;
  transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  cursor: pointer;
}

.banner-nav-bullet.active {
  background-color: #ffd400;
}

/** BANNER COPY **/

.banner-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  margin-top: -180px;
}

.banner-copy h2 {
  font-size: 132px;
  line-height: 118px;
  color: #ffd200;
  margin: 0;
}

.banner-copy h3 {
  font-size: 58px;
  color: #fff;
  margin: 0;
}

.banner-copy h4 {
  font-size: 45px;
  color: #fff;
  margin: 0;
}

.banner-copy h4 b {
  font-weight: 500;
  letter-spacing: -1px;
}

.banner-copy hr {
  background: url('../img/banner_hr.png') no-repeat center top transparent;
  border: none;
  width: 558px;
  height: 8px;
  margin: 5px auto;
}

.banner-copy .small {
  position: relative;
  top: -0.25em;
  font-size: 0.5em;
  font-weight: 200;
  color: inherit;
}

/** PRODUCTS
 ********************************/

#products {
  padding: 2em 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  #products { padding: 3em 0; }
}

#products h2 {
  font-size: 48px;
  margin-top: 0;
}

#products .copy {
  max-width: 720px;
  margin: 0 auto;
}

#product-categories { margin-top: 1.5em; }
@media (min-width: 768px) {
  #product-categories { margin-top: 74px; }
}

#product-categories .product-category {
  display: block;
  cursor: pointer;
}

#product-categories .product-category-image {
  opacity: 1;
}

#product-categories .product-category-image img {
  position: relative;
  left: 50%;
  max-width: 150%;
}

html.no-touchevents #product-categories .product-category:hover .product-category-image {
  opacity: 0.45;
}

#product-categories .product-category-hover {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  margin-left: -15px;
  width: 100%;
  display: none;
}

html.no-touchevents #product-categories .product-category:hover .product-category-hover {
  display: block;
}

#product-categories .product-category-hover .btn {
  font-size: 20px;
  margin: 0 auto;
}

#product-categories-link {
  position: relative;
  top: -1em;
}

/** PROMOTIONS
 ********************************/

#promotions { padding: 1.5em 0; }

#promotions h2 {
  font-size: 36px;
  margin-top: 0;
}

#promotions .copy {
  max-width: 720px;
  margin: 0 auto 0.75em;
}

#promotions .promotion {
  margin-bottom: 2em;
}

#promotions h3,
#promotions h3 a {
  font-size: 32px !important;
  font-family: "Berliner Grotesk" !important;
  font-weight: 500 !important;
}

#promotions .promotion-copy {
  max-width: 520px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 16px;
}

#promotions .promotion img {
  width: 100%;
  height: auto;
}

#promotions .promotion-link {
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 768px) {
  #promotions { padding: 48px 0 64px; }
  #promotions h2 { font-size: 48px; }
  #promotions .promotion { margin-bottom: 0; }
  #promotions .copy { margin: 0 auto 32px; }
  #promotions h3,
  #promotions h3 a{
   font-size: 32px !important;
 }
  #promotions .promotion-copy { font-size: 20px; margin: 0 auto 32px; }
}

@media (min-width: 768px) and (max-width:1280px) {
  #promotions{ overflow:hidden; }
}
