@charset "UTF-8";
/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011–2014 thoughtbot, inc.
 * MIT License */
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
  transform-style: preserve-3d; }

/*  UPDATED! flip the pane when hovered */
.flip-container.flipped .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flip-container.flipped .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 100%; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

/*
Some vertical flip updates
*/
.vertical.flip-container {
  position: relative; }

.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.vertical.flip-container.flipped .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.vertical.flip-container.flipped .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

* {
  -webkit-font-smoothing: antialiased; }

html {
  background: #FFF; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  background: #FFF;
  -webkit-text-size-adjust: 100%; }
  body.modal-open, body.single {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      body.modal-open, body.single {
        position: fixed; } }
  body.page-about {
    background: #000; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.5, 0.5);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0.0; } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }
video::-webkit-media-controls {
  display: none !important; }

#loader {
  border-radius: 30px;
  height: 11px;
  width: 11px;
  position: absolute;
  left: 50%;
  bottom: 26px;
  margin-left: -9px;
  opacity: 0.0;
  background: transparent;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s; }
  #loader.active {
    background-color: #000; }

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none; }
  #menu #menu-close {
    position: fixed;
    top: 27px;
    left: 23px;
    background-image: url("../images/menu-close.png");
    background-size: 27px 27px;
    width: 27px;
    height: 27px; }
  #menu #menu-list-align {
    display: table;
    height: 100%;
    width: 100%; }
    #menu #menu-list-align a {
      color: #FFF;
      text-decoration: none;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      border-bottom: 2px solid transparent; }
      #menu #menu-list-align a:hover {
        border-bottom: 2px solid #FFF; }
    #menu #menu-list-align #menu-middle {
      display: table-row;
      height: 100%; }
      #menu #menu-list-align #menu-middle #menu-list {
        display: table-cell;
        vertical-align: middle;
        padding-top: 125px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 36px;
        line-height: 60px;
        letter-spacing: 4px;
        color: #999; }
        #menu #menu-list-align #menu-middle #menu-list .social a {
          display: inline-block;
          height: 20px;
          background-size: 100% 100%;
          font-size: 0;
          border-width: 0;
          margin: 20px 13px; }
          #menu #menu-list-align #menu-middle #menu-list .social a.instagram {
            width: 20px;
            background-image: url("../images/menu-social-instagram.png"); }
          #menu #menu-list-align #menu-middle #menu-list .social a.twitter {
            width: 23px;
            background-image: url("../images/menu-social-twitter.png"); }
          #menu #menu-list-align #menu-middle #menu-list .social a.tumblr {
            width: 11px;
            background-image: url("../images/menu-social-tumblr.png"); }
          #menu #menu-list-align #menu-middle #menu-list .social a.fohr {
            width: 21px;
            background-image: url("../images/menu-social-fohr.png"); }
    #menu #menu-list-align .contact {
      display: table-row;
      font-size: 21px;
      letter-spacing: 2px;
      line-height: 32px;
      color: #FFF;
      height: 111px;
      text-align: center; }
    #menu #menu-list-align .credit {
      position: absolute;
      bottom: 40px;
      right: 40px;
      font-size: 12px; }
      #menu #menu-list-align .credit:before {
        content: " ";
        width: 15px;
        height: 15px;
        background: url("../images/wondersauce.png");
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 2px; }
      #menu #menu-list-align .credit a {
        border-bottom-width: 0; }

.post {
  text-align: left;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 40px;
  display: inline-block;
  vertical-align: middle; }
  .post > .inner {
    max-width: 600px;
    margin: 0 auto; }
    .post > .inner .thumb {
      position: relative;
      font-size: 0;
      line-height: 0;
      margin-bottom: 10px;
      text-align: center; }
      .post > .inner .thumb .modal,
      .post > .inner .thumb .no-modal {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .post > .inner .thumb.hover .overlay {
        opacity: 1; }
        .post > .inner .thumb.hover .overlay .buttons > a {
          pointer-events: all; }
      .post > .inner .thumb .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 2px;
        font-weight: bold;
        color: #333;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .post > .inner .thumb .overlay .valign {
          display: table;
          width: 100%;
          height: 100%; }
          .post > .inner .thumb .overlay .valign .inner {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            padding: 30px; }
        .post > .inner .thumb .overlay .buttons {
          padding-top: 7px;
          position: relative;
          z-index: 2; }
          .post > .inner .thumb .overlay .buttons > a {
            font-size: 12px;
            letter-spacing: 2px;
            color: #666;
            text-decoration: none;
            font-weight: normal;
            display: inline-block;
            margin-top: 5px;
            line-height: 18px;
            margin: 0 10px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
            border-bottom: 2px solid rgba(68, 68, 68, 0); }
            .post > .inner .thumb .overlay .buttons > a:hover, .post > .inner .thumb .overlay .buttons > a.expanded {
              border-bottom: 2px solid #444; }
            .post > .inner .thumb .overlay .buttons > a.external:after {
              display: inline-block;
              width: 8px;
              height: 8px;
              background: url("../images/external-link.png");
              background-size: 100% 100%;
              content: " "; }
      .post > .inner .thumb img,
      .post > .inner .thumb video {
        width: 100%;
        height: auto; }
      .post > .inner .thumb video {
        cursor: pointer; }
      .post > .inner .thumb .play {
        display: block;
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        width: 53px;
        height: 53px;
        background: url("../images/pause.png"); }
        .post > .inner .thumb .play.paused {
          background: url("../images/play.png"); }
  .post.featured {
    max-width: none;
    display: block; }
    @media only screen and (min-width: 768px) {
      .post.featured {
        padding: 40px 75px; } }
    .post.featured .inner {
      max-width: 100%; }
  .post.type-product .designer,
  .post.type-product .designer a {
    color: #999;
    text-decoration: none; }
  .post.type-product .designer a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    border-bottom: 2px solid #FFF; }
    .post.type-product .designer a:hover {
      border-bottom: 2px solid #CCC; }
  .post.type-product .inner .thumb {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE; }
  .post.type-instagram .inner .thumb {
    margin-bottom: 10px;
    text-align: center; }
  .post.type-instagram .text {
    height: 32px;
    text-align: center; }
  .post.type-instagram .user {
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 15px; }
    .post.type-instagram .user .link {
      text-decoration: none;
      color: #000; }
      .post.type-instagram .user .link .name {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        border-bottom: 2px solid #FFF;
        display: inline-block; }
      .post.type-instagram .user .link:hover .name {
        border-bottom: 2px solid #222; }
    .post.type-instagram .user .pre {
      display: inline-block;
      margin-left: 10px;
      margin-top: 1px;
      width: 14px;
      height: 14px;
      background-image: url("../images/instagram.png");
      background-size: 14px 14px;
      vertical-align: top; }
  .post.type-tumblr .icon {
    display: block;
    content: " ";
    width: 8px;
    height: 15px;
    background-image: url("../images/tumblr.png");
    background-size: 8px 15px;
    float: right; }
  .post.type-tumblr .subtitle {
    font-size: 12px;
    line-height: 15px; }

.share-icons {
  padding-top: 15px;
  font-size: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  opacity: 0;
  visibility: hidden; }
  .share-icons.expanded {
    transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    opacity: 1;
    visibility: visible; }
    .share-icons.expanded .share-icon {
      pointer-events: all; }

.share-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  border: none; }
  .share-icon:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .share-icon.large {
      width: 24px;
      height: 24px; } }
  .share-icon.instagram {
    background-image: url("../images/instagram.png");
    background-size: 16px; }
  .share-icon.tumblr {
    background-image: url("../images/tumblr.png");
    background-size: 8px 15px; }
    .share-icon.tumblr.white {
      background-image: url("../images/tumblr-white.png"); }
    @media only screen and (min-width: 768px) {
      .share-icon.tumblr.large {
        background-size: 12px 22px; } }
  .share-icon.twitter {
    background-image: url("../images/twitter.png");
    background-size: 16px; }
    .share-icon.twitter.white {
      background-image: url("../images/twitter-white.png"); }
    @media only screen and (min-width: 768px) {
      .share-icon.twitter.large {
        background-size: 24px; } }
  .share-icon.facebook {
    background-image: url("../images/facebook.png");
    background-size: 16px; }
    .share-icon.facebook.white {
      background-image: url("../images/facebook-white.png"); }
    @media only screen and (min-width: 768px) {
      .share-icon.facebook.large {
        background-size: 24px; } }

.error404 #fullscreen {
  padding: 0; }
.error404 .background {
  background-image: url("../images/404.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
.error404 .text {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1.6em; }
  .error404 .text a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 2px solid transparent; }
    .error404 .text a:hover {
      border-bottom: 2px solid #FFF; }
  @media only screen and (max-width: 767px) {
    .error404 .text {
      font-size: 14px; }
      .error404 .text span {
        display: block; }
        .error404 .text span:first-child {
          white-space: nowrap; } }

#fullscreen-spacer {
  display: block;
  height: 100vh; }

#fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box; }
  #fullscreen #fullscreen-caption {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    text-decoration: none; }
  #fullscreen #fullscreen-cutoff {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    #fullscreen #fullscreen-cutoff video, #fullscreen #fullscreen-cutoff img {
      background: #FFF;
      position: absolute; }
    #fullscreen #fullscreen-cutoff #fullscreen-desktop {
      opacity: 0;
      cursor: pointer; }
    #fullscreen #fullscreen-cutoff #fullscreen-desktop-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      opacity: 0.4; }
    #fullscreen #fullscreen-cutoff #fullscreen-tablet {
      display: none; }
    #fullscreen #fullscreen-cutoff #fullscreen-mobile {
      display: none; }

#posts {
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #FFF; }
  #posts.not-loaded {
    height: 1px;
    overflow: hidden; }
  #posts .post.featured.type-instagram {
    max-width: 900px;
    margin: 0 auto; }

#tumblr-bottom {
  display: none;
  text-align: center;
  margin: 80px 0 120px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px; }
  #tumblr-bottom a {
    color: #999;
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 2px solid #FFF; }
    #tumblr-bottom a:hover {
      border-bottom: 2px solid #BBB; }

.product-overlay {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #FFF; }
  .product-overlay.single .product-post {
    display: none; }
  .product-overlay.single .product-detail {
    padding-left: 250px; }
  .product-overlay .product-close {
    position: fixed;
    top: 27px;
    left: 23px;
    background-image: url("../images/product-close.png");
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
    z-index: 3; }
  .product-overlay .product-post {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    display: table;
    position: -webkit-sticky; }
    .product-overlay .product-post > .inner {
      display: table-cell;
      vertical-align: middle; }
      .product-overlay .product-post > .inner .post {
        max-width: 400px;
        margin: 0 auto; }
        .product-overlay .product-post > .inner .post.featured {
          padding: 40px; }
  .product-overlay .product-detail {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%; }
    .product-overlay .product-detail .product {
      height: 100%; }
      .product-overlay .product-detail .product .valign {
        display: table;
        height: 100%;
        width: 100%; }
        .product-overlay .product-detail .product .valign .inner {
          display: table-cell;
          height: 100%;
          vertical-align: middle;
          position: relative; }
          .product-overlay .product-detail .product .valign .inner .product-content {
            display: table; }
            .product-overlay .product-detail .product .valign .inner .product-content .product-image {
              display: table-cell;
              font-size: 0;
              line-height: 0; }
            .product-overlay .product-detail .product .valign .inner .product-content .product-info {
              display: table-cell;
              vertical-align: middle; }
      .product-overlay .product-detail .product .product-image {
        width: 300px; }
        .product-overlay .product-detail .product .product-image img {
          max-width: 300px;
          height: auto; }
      .product-overlay .product-detail .product .product-info {
        width: 300px;
        padding-left: 50px; }
        .product-overlay .product-detail .product .product-info .product-name {
          font-size: 18px;
          line-height: 20px;
          letter-spacing: 2px;
          color: #000;
          text-decoration: none;
          font-weight: bold;
          white-space: normal; }
        .product-overlay .product-detail .product .product-info .designer,
        .product-overlay .product-detail .product .product-info .buttons > a {
          font-size: 12px;
          letter-spacing: 2px;
          color: #666;
          text-decoration: none;
          display: inline-block;
          margin-top: 5px; }
        .product-overlay .product-detail .product .product-info .buttons {
          padding-top: 7px; }
          .product-overlay .product-detail .product .product-info .buttons > a {
            line-height: 18px;
            margin-right: 15px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
            border-bottom: 2px solid #FFF; }
            .product-overlay .product-detail .product .product-info .buttons > a:hover, .product-overlay .product-detail .product .product-info .buttons > a.expanded {
              border-bottom: 2px solid #444; }
  .product-overlay .product-buttons .product-pagination {
    text-align: center;
    width: 600px;
    height: 26px; }
    @media only screen and (min-width: 768px) {
      .product-overlay .product-buttons .product-pagination {
        position: fixed;
        top: 50% !important;
        margin-top: -13px;
        right: -260px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); } }
    .product-overlay .product-buttons .product-pagination li {
      display: inline-block;
      margin: 0 10px;
      padding: 5px 0;
      text-transform: uppercase;
      cursor: pointer;
      border-bottom: 2px solid #FFF;
      font-weight: bold;
      letter-spacing: 2px;
      -webkit-transition: border 0.2s;
      -moz-transition: border 0.2s;
      transition: border 0.2s; }
      .product-overlay .product-buttons .product-pagination li:hover, .product-overlay .product-buttons .product-pagination li.selected {
        border-bottom: 2px solid #333; }
  .product-overlay .product-buttons .buttons {
    display: none; }

html.about,
body.page-about {
  background: #000;
  color: #FFF; }

#about-pagination {
  z-index: 2;
  text-align: center;
  width: 600px;
  height: 26px; }
  @media only screen and (min-width: 768px) {
    #about-pagination {
      position: fixed;
      top: 50% !important;
      margin-top: -13px;
      right: -260px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); } }
  #about-pagination li {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    transition: border 0.2s; }
    #about-pagination li:hover, #about-pagination li.selected {
      border-bottom: 2px solid #FFF; }

#about {
  text-align: center; }
  #about #fullscreen,
  #about #fullscreen-spacer {
    display: none; }
  #about h2, #about h3 {
    font-size: 27px;
    line-height: 1em;
    letter-spacing: 2px;
    font-weight: bold; }
  #about h2 {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    margin-top: 120px;
    margin-bottom: 30px;
    border-top: 1px solid #333;
    text-align: left;
    text-transform: uppercase; }
    #about h2#overview {
      position: absolute;
      top: 0;
      margin-top: 0;
      visibility: hidden;
      pointer-events: none; }
  #about h3 {
    margin: 24px 0 20px; }
    #about h3:before {
      content: "x";
      display: inline-block;
      margin-right: 18px; }

#about-top {
  text-align: left;
  width: 100%;
  display: table; }
  #about-top #about-left {
    display: table-cell;
    width: 50%;
    vertical-align: top; }
    #about-top #about-left div {
      width: 100%;
      background-image: url("../images/about/background.jpg");
      background-size: 100% auto;
      background-repeat: no-repeat;
      font-size: 0;
      line-height: 0;
      height: 0;
      padding-bottom: 139.13043%; }
  #about-top #about-right {
    vertical-align: top;
    display: table-cell;
    padding-top: 200px;
    padding-left: 90px;
    padding-right: 150px;
    min-width: 380px;
    width: 50%;
    color: #CCC;
    font-size: 18px;
    line-height: 1.4em;
    font-family: 'Times New Roman', serif; }
    #about-top #about-right p {
      padding-bottom: 1.4em; }
      #about-top #about-right p:last-child {
        padding-bottom: 0; }

#about-images-with-signature {
  margin: 0 180px; }
  #about-images-with-signature .desktop {
    background-image: url("../images/about/images-with-signature.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 0;
    font-size: 0;
    line-height: 0;
    padding-bottom: 62.5%;
    display: block; }
  #about-images-with-signature .mobile {
    background-image: url("../images/about/images-with-signature.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 0;
    font-size: 0;
    line-height: 0;
    padding-bottom: 159.40594%;
    display: none; }

#about-slider {
  position: relative;
  text-align: left; }
  #about-slider #about-slider-nav-top {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
    #about-slider #about-slider-nav-top img {
      height: 38px;
      margin: 1%;
      opacity: 0.3;
      cursor: pointer;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      #about-slider #about-slider-nav-top img:hover, #about-slider #about-slider-nav-top img.current {
        opacity: 1; }
  #about-slider #about-slider-slides {
    margin: 0 180px; }
  #about-slider #about-slider-caption {
    width: 300px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: -62px;
    margin-left: -150px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #808080; }
    #about-slider #about-slider-caption a {
      color: #808080;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      #about-slider #about-slider-caption a:hover {
        color: #FFF; }
  #about-slider #about-slider-nav-bottom {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 15px;
    letter-spacing: 1px; }
    #about-slider #about-slider-nav-bottom:after {
      content: "";
      display: table;
      clear: both; }
    #about-slider #about-slider-nav-bottom #about-slider-prev,
    #about-slider #about-slider-nav-bottom #about-slider-next {
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 0.5;
      text-decoration: none;
      color: #FFF; }
      #about-slider #about-slider-nav-bottom #about-slider-prev:hover,
      #about-slider #about-slider-nav-bottom #about-slider-next:hover {
        opacity: 1; }
    #about-slider #about-slider-nav-bottom #about-slider-prev {
      float: left;
      position: relative; }
      #about-slider #about-slider-nav-bottom #about-slider-prev:before {
        background-image: url("../images/about/arrow-left.png");
        margin-right: 30px; }
    #about-slider #about-slider-nav-bottom #about-slider-next {
      float: right;
      position: relative; }
      #about-slider #about-slider-nav-bottom #about-slider-next:after {
        background-image: url("../images/about/arrow-right.png");
        margin-left: 30px; }
    #about-slider #about-slider-nav-bottom #about-slider-prev:before,
    #about-slider #about-slider-nav-bottom #about-slider-next:after {
      content: " ";
      display: inline-block;
      vertical-align: bottom;
      width: 150px;
      height: 20px;
      background-size: 100% 100%; }
  #about-slider .slide {
    width: 100%; }
    #about-slider .slide img {
      cursor: pointer;
      height: auto;
      max-width: 100%;
      margin: 0 auto; }

#about-collaborations {
  width: 60%;
  max-width: 840px;
  margin: 0 auto;
  text-align: left; }
  #about-collaborations .collaboration {
    font-size: 0;
    line-height: 0;
    margin: 120px 0; }
    #about-collaborations .collaboration > a {
      color: #FFF;
      text-decoration: none; }
      #about-collaborations .collaboration > a:hover h3 {
        border-bottom-color: #FFF; }
    #about-collaborations .collaboration h3 {
      -webkit-transition: border 0.2s;
      -moz-transition: border 0.2s;
      transition: border 0.2s;
      padding-bottom: 5px;
      border-bottom: 2px solid transparent;
      display: inline-block; }
    #about-collaborations .collaboration img {
      width: 100%;
      height: auto; }
    #about-collaborations .collaboration p {
      font-size: 20px;
      color: #CCC;
      line-height: 1.4em;
      font-family: 'Times New Roman', serif; }
    @media only screen and (min-width: 1024px) {
      #about-collaborations .collaboration.horizontal {
        white-space: nowrap;
        overflow: hidden;
        direction: rtl; }
        #about-collaborations .collaboration.horizontal .image {
          display: inline-block;
          vertical-align: middle;
          width: 60%; }
        #about-collaborations .collaboration.horizontal h3 {
          margin-top: 0; }
        #about-collaborations .collaboration.horizontal .content {
          direction: ltr;
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          padding-right: 50px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 40%; } }

#about-bottom {
  text-align: center; }
  #about-bottom #about-links li {
    display: inline-block;
    margin: 0 20px; }
    #about-bottom #about-links li a {
      color: #FFF;
      font-size: 20px;
      letter-spacing: 3px;
      text-decoration: none;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      border-bottom: 2px solid transparent; }
      #about-bottom #about-links li a:hover, #about-bottom #about-links li a.expanded {
        border-bottom: 2px solid #FFF; }
  #about-bottom #about-email {
    color: #FFF;
    font-size: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    top: 0; }
    #about-bottom #about-email:hover, #about-bottom #about-email.expanded {
      border-bottom: 2px solid #FFF; }
    #about-bottom #about-email.expanded {
      top: 50px;
      border-width: 0; }
      #about-bottom #about-email.expanded:hover {
        border-width: 2px; }
  #about-bottom #about-social {
    margin-top: -16px;
    margin-bottom: 120px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    #about-bottom #about-social.expanded {
      opacity: 1;
      pointer-events: all; }
    #about-bottom #about-social li {
      display: inline-block; }

/* Big Desktop-only */
@media only screen and (min-width: 1200px) {
  #about-top #about-right {
    font-size: 22px;
    padding-top: 20%; } }
/* Desktop-only */
@media only screen and (min-width: 1024px) {
  body.home #logo .name,
  body.error404 #logo .name,
  #mobile-next {
    display: none !important; } }
/* Smaller desktops */
@media only screen and (max-width: 1100px) {
  .product-overlay .product-post {
    display: none; }
  .product-overlay .product-detail, .product-overlay.single .product-detail {
    width: 768px;
    left: 50%;
    box-sizing: border-box;
    margin-left: -384px;
    padding-left: 80px; } }
/* iPad landscape and below */
@media only screen and (max-width: 1024px) {
  #intro-letter {
    display: none !important; }

  #menu #menu-list-align .credit {
    position: static;
    display: table-row;
    height: 60px;
    text-align: center; }

  #about #fullscreen,
  #about #fullscreen-spacer {
    display: block; }

  #about-top {
    padding-bottom: 10px; }
    #about-top #about-left {
      display: none; }
    #about-top #about-right {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 0;
      padding-top: 25px;
      padding-bottom: 25px; }

  #about-images-with-signature .desktop {
    display: none; }
  #about-images-with-signature .mobile {
    display: block; }

  #fullscreen #fullscreen-caption {
    display: none; }
    #fullscreen #fullscreen-caption.visible {
      display: block; }
  #fullscreen #fullscreen-cutoff #fullscreen-desktop {
    display: none; }
  #fullscreen #fullscreen-cutoff #fullscreen-desktop-overlay {
    display: none; }
  #fullscreen #fullscreen-cutoff #fullscreen-tablet {
    display: block; }
  #fullscreen #fullscreen-cutoff #fullscreen-mobile {
    display: none; } }
/* Mobile - anything narrower than iPad portrait */
@media only screen and (max-width: 767px) {
  #menu {
    background: #000; }

  #about-collaborations .collaboration {
    margin: 80px 0; }
    #about-collaborations .collaboration:first-child {
      margin-top: 40px; }

  #about h2 {
    text-align: center;
    padding-top: 5px; }
    #about h2 span {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      cursor: pointer;
      border-bottom: 2px solid #FFF;
      font-weight: bold;
      padding-bottom: 4px;
      letter-spacing: 2px;
      display: inline-block; }
    #about h2#overview {
      position: relative;
      pointer-events: default;
      visibility: visible;
      display: block;
      padding-top: 0;
      margin-top: 0;
      border-top: 0;
      margin-bottom: 0; }

  #about-pagination {
    display: none; }

  #about-top {
    font-size: 20px; }
    #about-top #about-right {
      padding-left: 40px;
      padding-right: 40px; }
      #about-top #about-right p {
        font-size: 16px; }

  #about-images-with-signature {
    margin: 0 20px; }

  h2#press {
    margin-top: 60px; }

  #about-slider #about-slider-slides {
    margin: 0 20px; }
  #about-slider #about-slider-nav-bottom {
    font-size: 12px;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    top: 90px; }
    #about-slider #about-slider-nav-bottom #about-slider-prev:before,
    #about-slider #about-slider-nav-bottom #about-slider-next:after {
      position: absolute;
      top: -30px;
      max-width: 130px;
      background-size: 150px 20px; }
    #about-slider #about-slider-nav-bottom #about-slider-prev:before {
      left: 0; }
    #about-slider #about-slider-nav-bottom #about-slider-next:after {
      right: 0;
      background-position: right; }
  #about-slider #about-slider-caption {
    font-size: 12px; }

  #about-collaborations {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
    #about-collaborations .collaboration h3 {
      font-size: 22px;
      margin: 24px 20px 20px; }
    #about-collaborations .collaboration p {
      font-size: 16px;
      padding: 0 20px; }

  #about-bottom #about-links li a,
  #about-bottom #about-email {
    font-size: 13px;
    letter-spacing: 1px; }
    #about-bottom #about-links li a.expanded,
    #about-bottom #about-email.expanded {
      top: 40px;
      border-width: 0; }

  #intro-letter #intro-left {
    display: none !important; }
  #intro-letter #intro-right {
    width: 100% !important;
    padding: 5% !important;
    font-size: 16px !important;
    line-height: 20px !important; }
    #intro-letter #intro-right h3 {
      font-size: 16px !important; }
    #intro-letter #intro-right .signature {
      left: -10px !important; }

  #fullscreen #fullscreen-caption {
    display: none; }
    #fullscreen #fullscreen-caption.visible {
      display: none; }
  #fullscreen #fullscreen-cutoff #fullscreen-desktop {
    display: none; }
  #fullscreen #fullscreen-cutoff #fullscreen-tablet {
    display: none; }
  #fullscreen #fullscreen-cutoff #fullscreen-mobile {
    display: block; }

  .product-overlay .slick-prev,
  .product-overlay .slick-next {
    display: none !important; }
  .product-overlay::-webkit-scrollbar {
    width: 0 !important; }
  .product-overlay .product-overlay-content {
    opacity: 0; }
  .product-overlay .product-detail, .product-overlay.single .product-detail {
    height: auto;
    width: 100%;
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0 auto;
    left: 0; }
    .product-overlay .product-detail::-webkit-scrollbar, .product-overlay.single .product-detail::-webkit-scrollbar {
      width: 0 !important; }
    .product-overlay .product-detail .product-list, .product-overlay.single .product-detail .product-list {
      overflow-x: hidden;
      margin-bottom: 153px; }
    .product-overlay .product-detail .product, .product-overlay.single .product-detail .product {
      display: inline-block;
      width: 100%;
      text-align: center;
      vertical-align: middle; }
      .product-overlay .product-detail .product .valign .inner .product-content, .product-overlay.single .product-detail .product .valign .inner .product-content {
        display: block; }
        .product-overlay .product-detail .product .valign .inner .product-content .product-image, .product-overlay.single .product-detail .product .valign .inner .product-content .product-image {
          display: block;
          margin: 0 auto; }
          .product-overlay .product-detail .product .valign .inner .product-content .product-image img, .product-overlay.single .product-detail .product .valign .inner .product-content .product-image img {
            max-height: 200px;
            margin: 0 auto; }
        .product-overlay .product-detail .product .valign .inner .product-content .product-info, .product-overlay.single .product-detail .product .valign .inner .product-content .product-info {
          display: block;
          width: auto;
          padding: 0;
          margin-top: 20px; }
          .product-overlay .product-detail .product .valign .inner .product-content .product-info .buttons, .product-overlay.single .product-detail .product .valign .inner .product-content .product-info .buttons {
            display: none; }
    .product-overlay .product-detail .product-buttons, .product-overlay.single .product-detail .product-buttons {
      position: absolute;
      height: 153px;
      left: 0;
      right: 0; }
      .product-overlay .product-detail .product-buttons .product-pagination, .product-overlay.single .product-detail .product-buttons .product-pagination {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        top: -99999px; }
      .product-overlay .product-detail .product-buttons .buttons, .product-overlay.single .product-detail .product-buttons .buttons {
        display: block; }
        .product-overlay .product-detail .product-buttons .buttons .shop, .product-overlay .product-detail .product-buttons .buttons .share, .product-overlay .product-detail .product-buttons .buttons .mobile-share-icons a, .product-overlay.single .product-detail .product-buttons .buttons .shop, .product-overlay.single .product-detail .product-buttons .buttons .share, .product-overlay.single .product-detail .product-buttons .buttons .mobile-share-icons a {
          border: 1px solid #DDD;
          border-radius: 3px;
          padding: 10px;
          text-align: center;
          display: block;
          color: #333;
          margin: 15px;
          text-decoration: none; }
          .product-overlay .product-detail .product-buttons .buttons .shop:hover, .product-overlay .product-detail .product-buttons .buttons .share:hover, .product-overlay .product-detail .product-buttons .buttons .mobile-share-icons a:hover, .product-overlay.single .product-detail .product-buttons .buttons .shop:hover, .product-overlay.single .product-detail .product-buttons .buttons .share:hover, .product-overlay.single .product-detail .product-buttons .buttons .mobile-share-icons a:hover {
            border: 1px solid #EEE; }
        .product-overlay .product-detail .product-buttons .buttons .shop, .product-overlay.single .product-detail .product-buttons .buttons .shop {
          margin-bottom: 0; }
        .product-overlay .product-detail .product-buttons .buttons .mobile-share-icons, .product-overlay.single .product-detail .product-buttons .buttons .mobile-share-icons {
          text-align: center; }
          .product-overlay .product-detail .product-buttons .buttons .mobile-share-icons a, .product-overlay.single .product-detail .product-buttons .buttons .mobile-share-icons a {
            line-height: 0;
            font-size: 0;
            display: inline-block;
            margin-right: 0;
            margin-left: 15px; }
            .product-overlay .product-detail .product-buttons .buttons .mobile-share-icons a:first-child, .product-overlay.single .product-detail .product-buttons .buttons .mobile-share-icons a:first-child {
              margin-left: 0; } }

/*# sourceMappingURL=style.css.map */
