/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media (max-width: 1300px) and (min-width: 900px) {
  .pp-menu ul {
    margin-left: 33% !important; } }
@media (min-width: 900px) {
  .pp-menu a.menu-aboutlink, .pp-menu .menu-language-switcher {
    display: none; }

  .pp-menu {
    font-size: 36px; }

  .menu-language-switcher, .projects-menu {
    margin-top: 16px !important; }

  .pp-menu li.products-li {
    margin-top: 7px; }

  .post-detail .right {
    font-size: 16px; }

  .post-detail .right .quote {
    font-size: 36px;
    line-height: 38px; }

  .about-caption a {
    font-size: 24px;
    line-height: 30px;
    margin: 8px 3px;
    display: block; }

  .post-detail .right .paragraph {
    font-size: 24px;
    line-height: 30px; }

  .post-detail[data-type="project"] .right h3, .post-detail[data-type="project"] .right p {
    font-size: 24px;
    line-height: 30px; }

  .post-detail[data-type="project"] .right p {
    margin-bottom: 30px; }

  .post-detail[data-type="product"] .right p {
    margin-bottom: 20px; }

  .menu-wrap a, .menu-wrap h1, .pp-button h1 {
    font-size: 36px; }

  .menu-wrap li, .pp-button h1 {
    margin: 3px 0 0 0; }

  .menu-wrap .lang-switch, .pp-menu span.cats {
    margin-left: 3px; }

  .menu-wrap .lang-switch a, .menu-wrap .lang-switch span, .pp-menu span.cats {
    font-size: 16px; }

  .menu-wrap .last-sign-of-life {
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    line-height: 1.2;
    left: 4px; }

  .imgtext-slider {
    font-size: 12px;
    line-height: 1.1; }
    .imgtext-slider nav {
      font-size: 18px; }

  .topleft {
    width: 50%;
    height: 50%;
    left: 0;
    position: relative; }

  .slideshow {
    width: 50%;
    height: 50%;
    left: 0; }

  .posts {
    position: absolute;
    width: 25%;
    height: 100%;
    left: 50%;
    top: 0;
    overflow-y: scroll; }

  .posts h1 {
    font-size: 36px; }

  .posts h2 {
    font-size: 24px; }

  .posts .post-logo {
    font-size: 36px;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }

  .posts .post-info-title, .posts h2 {
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }

  .post:hover .post-info-title {
    opacity: 1; }

  .post:hover h2 {
    opacity: 1; }

  .about {
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    overflow-y: scroll;
    font-size: 24px;
    line-height: 30px; }

  .imgtext-slider {
    height: 50%; }

  .marquee-wrap {
    height: 50%; }

  .slide img {
    max-width: 80%;
    max-height: 80%; }

  .slide.landscape img {
    max-height: 60%; }

  .desktop-detail {
    display: inline-block; }

  h1.desktop-detail {
    display: block; }

  .phone-detail {
    display: none; }

  .post-detail {
    position: absolute; } }
@media (max-width: 899px) {
  html, body {
    height: auto !important; }

  #buttonsViewport, .floating-button {
    display: none; }

  .post-detail {
    position: relative;
    overflow: auto !important; }

  .left, .right {
    width: 100% !important;
    overflow-y: auto !important;
    font-size: 18px; }
    .left .quote, .right .quote {
      font-size: 24px; }

  .home-link {
    width: 30px !important;
    height: 30px !important; }
    .home-link img {
      width: 100%; }

  .pp-button h1 {
    font-size: 16px;
    margin: 0; }

  .pp-button {
    top: 50px !important;
    padding-top: 0 !important; }

  .pp-menu-inner {
    padding-top: 70px; }

  .post-detail {
    padding-top: 70px !important; }

  .projects-menu, .products-menu {
    font-size: 16px;
    width: 100% !important;
    margin-left: 2px !important;
    opacity: 1 !important; }
    .projects-menu .cats, .products-menu .cats {
      font-size: 9px;
      margin-left: 5px;
      white-space: normal !important; }

  .topleft {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    position: relative; }

  .imgtext-slider {
    width: 50% !important;
    font-size: 12px;
    line-height: 1.1;
    background-color: black; }
    .imgtext-slider nav {
      font-size: 18px; }
    .imgtext-slider .imgtext-slide {
      background-image: none !important;
      background-color: black; }

  .imgtext-slider, .marquee-wrap {
    height: 50vh; }

  .menu-wrap {
    top: 50vh;
    font-size: 36px;
    line-height: 1; }
    .menu-wrap h1, .menu-wrap a {
      font-size: 36px; }

  .slideshow {
    height: 50vh; }

  section.posts {
    width: 100%;
    overflow-x: visible; }

  .posts > a {
    width: 50%; }

  .slide img {
    max-width: 60%;
    max-height: 60%; }

  .slide.landscape img {
    max-height: 60%; }

  .lang-switch {
    margin-left: 0; }

  .post {
    background-size: cover !important;
    width: 50%;
    display: inline-block;
    height: 50vh; }
    .post .ph {
      display: none !important; }
    .post .post-info h1 {
      font-size: 24px;
      word-wrap: break-word; }
    .post .post-info h2 {
      font-size: 16px; }
    .post .post-info {
      display: block !important;
      z-index: 1 !important; }

  .about {
    font-size: 16px;
    line-height: 1.3; }

  .about-caption a {
    font-size: 16px;
    line-height: 1.3;
    margin: 8px 3px;
    display: block; }

  .desktop-detail {
    display: none; }

  .phone-detail {
    display: block; }

  .last-sign-of-life {
    font-size: 24px;
    line-height: 1.1; } }
@media (min-height: 651px) and (min-width: 900px) {
  .menu-wrap {
    top: 50%;
    height: 50%;
    padding-top: 10px !important; } }
@media (max-height: 650px) and (min-width: 900px) {
  .imgtext-slider {
    display: none; }

  .marquee-wrap {
    display: none; }

  .menu-wrap {
    top: 0;
    height: 100%; } }
@font-face {
  font-family: "AkzidenzBlack";
  src: url("../fonts/akzidenz-grotesk-black.woff") format("woff"); }
html, body {
  height: 100%;
  font-size: 0;
  font-family: "AkzidenzBlack", helvetica, sans-serif;
  overflow-x: hidden;
  line-height: 1;
  font-size: 0; }

* {
  letter-spacing: 0.01em;
  box-sizing: border-box; }

a {
  color: black;
  text-decoration: none;
  outline: 0; }

h1, h2, h3 {
  font-weight: normal; }

.main-container {
  height: 100%; }

::-webkit-scrollbar {
  width: 0 !important; }

#buttonsViewport {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

.floating-button {
  background-color: whitesmoke;
  -webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
  cursor: default;
  display: none; }

.slideshow {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  background: black;
  background: -moz-linear-gradient(top, black 0%, black 70%, #9e9e9e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(70%, black), color-stop(100%, #9e9e9e));
  background: -webkit-linear-gradient(top, black 0%, black 70%, #9e9e9e 100%);
  background: -o-linear-gradient(top, black 0%, black 70%, #9e9e9e 100%);
  background: -ms-linear-gradient(top, black 0%, black 70%, #9e9e9e 100%);
  background: linear-gradient(to bottom, black 0%, black 70%, #9e9e9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#9e9e9e', GradientType=0 ); }

.menu-wrap {
  padding: 17px 0 25px 3px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  text-transform: uppercase;
  display: table; }
  .menu-wrap ul {
    padding: 0;
    margin: 0; }
  .menu-wrap li {
    list-style-type: none; }
  .menu-wrap h1 {
    margin: 0;
    display: inline-block; }
  .menu-wrap a {
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
    padding-top: 1px; }
  .menu-wrap a:hover {
    color: #ffd2ff; }

.imgtext-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  background-color: white; }

.imgtext-slider nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 0 0 5px; }

.imgtext-slider nav a {
  color: white;
  margin-right: 5px; }

.imgtext-slider nav a.active {
  color: #ffd2ff; }

.imgtext-slider .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 0 5px; }

.imgtext-slider .txt p {
  margin-bottom: 10px;
  margin-top: 0; }

.imgtext-slider .txt p:last-child {
  margin-bottom: 0; }

.imgtext-slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.imgtext-slide.active {
  opacity: 1; }

.marquee-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffd2ff;
  color: white;
  overflow: hidden; }

.marquee-wrap h1 {
  color: white;
  font-size: 40px;
  font-family: 'AkzidenzBlack'; }

.offset {
  height: 100%; }

.animate {
  display: table;
  height: 100%; }

.animate.start {
  -webkit-animation: marquee 30000ms linear;
  -moz-animation: marquee 30000ms linear;
  animation: marquee 30000ms linear; }

.marquee-wrap h1 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1; }

.post {
  background-size: 100% 100%;
  background-position: center;
  position: relative; }

.about {
  background-color: white;
  font-family: "AkzidenzBlack"; }

.about p {
  margin: 7px 3px; }

.posts {
  overflow-x: hidden; }

.posts h2 {
  font-family: "AkzidenzBlack"; }

.post h1 {
  margin: 0 0 5px 5px; }

.post h2 {
  margin: 0 5px; }

.post h1 {
  text-transform: uppercase; }

.post-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

h1.post-biest-logo {
  margin: 10px 0 3px 5px; }

.slideshow {
  overflow: hidden; }

.post-info-title {
  line-height: 1.06; }

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.slide.active img {
  opacity: 1; }

.slide img {
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%; }

#arrow-left, #arrow-right {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

#arrow-right {
  right: 0;
  left: auto; }

.posts .post-logo {
  position: absolute;
  top: 10px;
  left: 5px; }

.tablet .post-info, .phone .post-info {
  opacity: 1 !important; }

.tablet .post-logo, .phone .post-logo {
  display: none !important; }

.biest-img img {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  pointer-events: none;
  opacity: 0;
  z-index: 1; }

.biest-img img.show {
  opacity: 0.5; }

.home-link {
  position: fixed;
  z-index: 3;
  left: 10px;
  top: 10px; }

figure {
  margin: 0; }
  figure img {
    width: 100%; }

img[data-sizes="auto"] {
  display: block; }

.post-detail {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white; }

.post-detail img {
  display: block; }

.post-detail .right h3 {
  text-transform: uppercase; }

.post-detail .right h3 {
  margin: 7px 3px; }

.post-detail[data-type="project"] .headline {
  margin-bottom: 30px; }

.post-detail[data-type="product"] .headline {
  margin-bottom: 20px; }

.post-detail p {
  margin: 8px 3px; }

.left, .right {
  overflow-y: scroll;
  overflow-x: hidden;
  display: inline-block;
  height: 100%; }

[data-type="product"] .left {
  width: 75%; }

[data-type="product"] .right {
  width: 25%; }

[data-type="project"] .left {
  width: 50%; }

[data-type="project"] .right {
  width: 50%; }

[data-type="page"] .left {
  width: 25%; }

[data-type="page"] .right {
  width: 75%; }

._100 {
  width: 100%; }

._66 {
  width: 66.666%; }

._33 {
  width: 33.333%; }

._75 {
  width: 75%; }

._50 {
  width: 50%; }

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video {
  position: relative; }

.home-link img {
  display: none; }

.home-link img.show {
  display: block; }

body[data-type="home"] .pp-button, body[data-type="home"] .home-link {
  display: none; }

.pp-menu-inner {
  overflow-y: scroll !important;
  height: 100%; }

.pp-menu ul.projects-menu {
  padding-bottom: 10px; }

.pp-button {
  position: fixed;
  top: 25%;
  left: 3px;
  z-index: 3;
  padding-top: 44px; }
  .pp-button h1 {
    color: black;
    -webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    transition: color 500ms ease; }

.menu-language-switcher span {
  margin: 0 1px; }

.menu-aboutlink, .menu-language-switcher a {
  display: block;
  color: black !important; }

.menu-aboutlink:hover, .menu-language-switcher a:hover {
  color: #ffd2ff !important; }

.pp-button.docolor h1.active {
  color: black; }

.pp-button.docolor h1 {
  color: white; }

.pp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  z-index: 2;
  background-size: cover;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 1000ms ease-out;
  -moz-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out; }

.pp-menu video.mh100 {
  height: 100%; }

.pp-menu video.mw100 {
  width: 100%; }

.pp-menu video {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 0;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.pp-menu.show {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pp-menu ul {
  margin-left: 50%;
  padding: 0;
  list-style-type: none;
  width: 50%;
  opacity: 1;
  line-height: 1.1;
  z-index: 1;
  position: relative;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  transition: opacity 500ms ease; }

.pp-menu ul.products-menu {
  padding-top: 0; }

.pp-menu ul:hover {
  opacity: 1; }

.pp-menu li {
  margin: 0; }

.pp-menu a {
  color: white;
  display: inline;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
  padding-top: 1px;
  white-space: nowrap; }

.pp-menu a:hover {
  color: #ffd2ff; }

.pp-menu .cats {
  color: white;
  white-space: nowrap; }

.pp-menu a.active {
  color: #ffd2ff; }
