/* Homepages - Index Shop 4 */
.header.header2.transparent.dark {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.45s;
}

.header.header2.transparent.dark:hover {
  background-color: rgba(0, 0, 0, 0.32);
}

/*!
 * pagepiling.js 1.5.3
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #222;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

body {
  position: static;
}

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
}

.pp-easing {
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
}

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

@media (max-width: 767px) {
  #pp-nav {
    display: none !important;
  }
}

#pp-nav.right {
  right: 17px;
}

#pp-nav.left {
  left: 17px;
}

.pp-section.pp-table {
  display: table;
}

.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.pp-slidesNav.bottom {
  bottom: 17px;
}

.pp-slidesNav.top {
  top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.pp-slidesNav li {
  display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #fff;
}

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  max-width: 220px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.pp-tooltip.right {
  right: 25px;
}

.pp-tooltip.left {
  left: 25px;
}

.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}

/* Sections */
.section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-content {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 140px;
  padding-bottom: 20px;
  color: #9e9e9e;
}

.section-content h2, .section-content h3, .section-content h4, .section-content h4, .section-content h5, .section-content h6 {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-content {
    padding-top: 170px;
  }
}

.section-intro {
  position: absolute;
  bottom: 70px;
  text-align: center;
  width: 100%;
  color: #fff;
}

@media (min-width: 992px) {
  .section-intro {
    bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .section-intro {
    bottom: 100px;
  }
}

.section-intro h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 481px) {
  .section-intro h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .section-intro h1 {
    font-size: 38px;
    margin-bottom: 11px;
  }
}

@media (min-width: 992px) {
  .section-intro h1 {
    font-size: 48px;
    margin-bottom: 12px;
  }
}

.section-intro p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 auto 20px;
  max-width: 80%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

@media (min-width: 481px) {
  .section-intro p {
    font-size: 14px;
    max-width: 420px;
  }
}

@media (min-width: 768px) {
  .section-intro p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .section-intro p {
    font-size: 17px;
    margin-bottom: 28px;
    max-width: 540px;
  }
}

.section-intro .btn {
  border-radius: 28px;
}

@media (min-width: 481px) {
  .section-intro .btn {
    min-width: 165px;
  }
}

.nav.nav-links {
  text-align: center;
}

.nav.nav-links > li {
  display: inline-block;
  float: none;
}

.nav.nav-links > li > a {
  text-transform: uppercase;
  color: #666;
  padding: 7px 15px;
  border-radius: 20px;
}

.nav.nav-links > li > a:hover, .nav.nav-links > li > a:focus {
  color: #fff;
}

.nav.nav-links > li:hover > a, .nav.nav-links > li:focus > a {
  color: #fff;
  background-color: #444;
}

.nav.nav-links > li.active > a {
  color: #fff;
  background-color: #0069b0;
}

.product .product-title a {
  color: #7e7e7e;
}

.product .product-title a:hover, .product .product-title a:focus {
  color: #0069b0;
}
