/* Homepages - Index Shop 4 */
.header.header2.transparent.custom {
  background-color: rgba(0, 0, 0, 0.16);
  transition: background-color 0.45s;
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

/*!
 * 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);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}

#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: 20px;
  height: 10px;
  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;
  width: 40px;
}

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 1px;
  border: none;
  background: #fff;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  transition: width 0.35s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.pp-tooltip {
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  max-width: 220px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  z-index: 10;
  transition: all 0.35s;
}

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

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

#pp-nav li .active + .pp-tooltip.right,
.pp-slidesNav .active + .pp-tooltip.right {
  right: 50px;
}

#pp-nav li .active + .pp-tooltip.left,
.pp-slidesNav .active + .pp-tooltip.left {
  left: 50px;
}

.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: 80px;
}

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

.section-intro {
  position: absolute;
  top: 54%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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: 26px;
  font-weight: 700;
  text-transform: uppercase;
  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: 34px;
  }
}

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

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

.section-intro p {
  font-size: 13px;
  font-weight: 300;
  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: 360px;
  }
}

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

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

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

.footer {
  background-color: transparent;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
}

.footer .footer-bottom {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .footer .footer-bottom {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .footer .footer-bottom {
    font-size: 11px;
  }
}

.footer .footer-bottom a {
  color: #fff !important;
}

.footer .footer-bottom a:hover, .footer .footer-bottom a:focus {
  color: #0069b0 !important;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-right {
    display: none;
  }
}
