body * {
  font-family: 'Open Sans', sans-serif;
}

*:-ms-fullscreen *:-ms-fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
  overflow: auto !important;
}

*:fullscreen *:-ms-fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
  overflow: auto !important;
}

.section {
  overflow: hidden;
}

.section .slide-wrap {
  width: 100%;
  height: 100%;
  background: url('../img/bg.png');
}

#header-nav {
  position: fixed;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  padding: 0 25px;
  text-align: center;
  background: #4DADE9;
}

#header-nav img.logo-pm {
  width: auto;
  height: 25px;
  padding: 25px;
  float: left;
}

#header-nav .icons {
  position: absolute;
  top: 0;
  right: 25px;
}

#header-nav .icons div {
  float: left;
}

#header-nav .icons div img {
  width: 25px;
  height: 25px;
  padding: 25px 5px;
}

#header-nav .icons div img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#header-nav .icons div.logo-bosch a img{
  width: auto;
}

#header-nav .icons div.ver-divider {
  width: 1px;
  height: 25px;
  margin: 25px 10px;
  background-color: #fff;
}

#header-nav .icons div.sound-off {
  display: none;
}


/* Intro slide */

.section .slide-wrap.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.section .slide-wrap.intro.cover-with-title {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.section .slide-wrap.intro p.intro-text {
  width: 75%;
  /* margin-top: 150px; */
  text-align: left;
  color: #666;
  font-size: 30px;
  font-weight: 300;
  line-height: 140%;
}

.section .slide-wrap.intro p.simple-text {
  width: 75%;
  padding: 30px;
  text-align: center;
  color: #666;
  font-size: 104px;
  font-weight: 300;
  line-height: 100%;
}

.section .slide-wrap.intro img.intro-logo {
  /* margin-bottom: 120px; */
}

.section .slide-wrap.intro img.logo-fridge {
  width: auto;
  height: 65%;
}


/* 2-column layout */

.section .slide-wrap.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.section .slide-wrap.cols.cols-flow {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.section .slide-wrap.cols.cols-flow .col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section .slide-wrap.cols .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.section .slide-wrap.cols .col span.name {
  padding: 15px 80px;
  color: #9d0800;
  font-size: 96px;
  font-weight: 300;
  line-height: 100%;
}

.section .slide-wrap.cols .col span.desc, .section .slide-wrap.cols .col span.quote {
  padding: 0 80px;
  color: #666;
  font-size: 30px;
  font-weight: 300;
  line-height: 125%;
}

.label {
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 5px 10px;
  color: #fff;
  background: #909090;
  font-size: 12px;
}

.section .slide-wrap.cols .col span.quote {
  font-size: 44px;
}

.section .slide-wrap.cols.cols-normal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section .slide-wrap.cols.cols-normal .col {
  text-align: right;
}

.section .slide-wrap.cols.cols-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section .slide-wrap.cols.cols-reverse .col {
  text-align: left;
}

.section .slide-wrap.cols .col .col-image, .section .slide-wrap.cover .cover-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.section .slide-wrap.cover .half-cover-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.slide-wrap.intro.cover-with-title {
  -webkit-box-align: start;
  align-items: left;
  -ms-flex-align: left;
}

.slide-wrap.intro.cover-with-title .cover-text {
  max-width: 50%;
  margin: 0;
  padding: 30px 60px;
  text-align: left;
  color: #fff;
  background-color: rgba(228, 6, 20, 0.7);
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.55);
  font-size: 60px;
  line-height: 125%;
}

.slide-wrap.intro .ingredients-info{
  width: 60%;
  background: rgba(255, 255, 255, 0.95);
}

.slide-wrap.intro .ingredients-info .ingredients {
  color: #666;
  font-size: 30px;
  font-weight: 300;
}

.slide-wrap.intro .ingredients-info ul {
  margin: 30px 100px 30px 100px;
}

.slide-wrap.intro .ingredients-info ul li {
  width: 100%;
  list-style-type: circle;
}

.slide-wrap.intro .ingredients-info .cover-text-center {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 30px 60px;
  color: #fff;
  background-color: rgba(228, 6, 20, 1);
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.55);
  font-size: 50px;
  line-height: 110%;
}


/* Full screen video */

.section .slide-wrap.video video {
  position: absolute;
  z-index: 0 !important;
  top: 0;
  right: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center center;
  background-size: 100% 100%;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
}

.section .slide-wrap.video span.nupp {
  position: absolute;
  z-index: 100;
  display: block;
  width: 64px;
  height: 64px;
  margin: 20px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  background: url('../img/video-btn.png');
  background-position: 0 0;
  background-size: 100%;
}

.section .slide-wrap.video span.nupp:hover {
  opacity: 0.9;
}

.section .slide-wrap.video span.nupp.mute {
  background-position: 64px 64px;
}

.section .slide-wrap.cols .col.info-top {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 70%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.section .slide-wrap.cols .col.info-top img {
  width: auto;
  height: 50%;
  margin-top: 60px;
}

.section .slide-wrap.cols .col.info-top .page-links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section .slide-wrap.cols .col.info-bottom, .section .slide-wrap.cols .col.info-top {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section .slide-wrap.cols .col.info-bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30%;
  padding: 0 15%;
  color: #666;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
}

.section .slide-wrap.cols .col.info-bottom .info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.section .slide-wrap.cols .col.info-bottom .info-left {
  padding-right: 50px;
}

.section .slide-wrap.cols .col.info-bottom .info-right .info-logo p {
  margin: 0.666em 0;
}

.section .slide-wrap.cols .col.info-bottom .info-links .icons div {
  float: left;
}

.section .slide-wrap.cols .col.info-bottom .info-links .icons div img {
  width: 46px;
  height: 46px;
  padding: 0 5px;
}

.section .slide-wrap.cols .col.info-bottom .info-links .icons div img:hover {
  cursor: pointer;
  opacity: 0.7;
}


/* Arrow */

.fa {
  display: block;
  width: 60px;
  text-align: center;
  color: #000202;
  font: normal 45px 'FontAwesome';
  line-height: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-angle-double-down:before {
  content: "\f103";
}

.arrow-dynamic {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  border: 2px solid #000202;
  border-radius: 50%;
}

.arrow-static {
  position: absolute;
  bottom: 30px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border: 2px solid #000202;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.arrow-static:hover, .arrow-dynamic:hover {
  opacity: 0.5;
}

.arrow-static .fa {
  color: #000202;
}

.arrow-col-left {
  left: 60px;
}

.arrow-col-right {
  right: 30px;
}

.page-link{
  text-decoration: none;
  padding: 20px;
  background: #e40614;
  color: #fff;
  font-size: 15px;
  margin: 50px 5px;
  text-align: center;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/* Responsive */

@media (max-width:1440px) {
  .section .slide-wrap.intro p.intro-text {
    width: 85%;
    font-size: 26px;
  }
  .cover-text {
    /* width: 85%; */
    font-size: 56px;
  }
  .section .slide-wrap.cols .col span.quote {
    font-size: 40px;
  }
  .slide-wrap.intro.cover-with-title .cover-text {
    font-size: 50px;
  }
}

@media (orientation: portrait) {
  .section.slide-25 .slide-wrap.cover .half-cover-image {
    background: url('../img/bosch-mobile.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }
  .section .slide-wrap.intro img.logo-fridge {
    width: 90%;
    height: auto;
  }
}
