@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i");
@font-face {
  font-family: 'ecsans-light';
  src: url("../font/ecsans-light-webfont.woff2") format("woff2"), url("../font/ecsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ecsans-semi';
  src: url("../font/ecsans-semibold-webfont.woff2") format("woff2"), url("../font/ecsans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! 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; }

/* 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; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.last {
  margin-right: 0px !important; }

input {
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none; }

#form-submit {
  position: relative; }
  #form-submit #form-arrow-right {
    top: 2px;
    left: 10px;
    width: 48px;
    height: auto;
    position: absolute; }
  #form-submit #mc-embedded-subscribe {
    margin-left: 70px; }

#mce-EMAIL {
  border: 0;
  outline: 0;
  width: 100%;
  background: transparent;
  color: #1A1A1A; }
  #mce-EMAIL:focus {
    color: #1A1A1A; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset; }

#mc_embed_signup_scroll {
  position: relative; }

#mc-embedded-subscribe {
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1A1A1A;
  padding: 0; }
  #mc-embedded-subscribe:hover {
    color: #1A1A1A; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BABABA; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BABABA; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #BABABA; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #BABABA; }

nav.main-nav {
  top: auto;
  right: auto;
  float: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  nav.main-nav ul {
    left: 50%;
    right: auto;
    margin: 0;
    padding: 0;
    clear: left;
    float: left;
    list-style: none;
    position: relative;
    text-align: center; }
    nav.main-nav ul li, nav.main-nav ul a {
      font-size: 23px;
      position: relative;
      letter-spacing: 1px;
      text-transform: none;
      font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    nav.main-nav ul li {
      margin: 0;
      left: auto;
      right: 50%;
      float: left;
      list-style: none;
      padding: 80px 20px 30px 20px; }
      nav.main-nav ul li a {
        display: block; }
        nav.main-nav ul li a:after {
          left: 50%;
          opacity: 0;
          width: 20px;
          bottom: 0px;
          font-size: 45px;
          margin-left: -10px;
          content: " \2022";
          position: absolute;
          transition: all 0.2s; }
        nav.main-nav ul li a:hover {
          position: relative; }
          nav.main-nav ul li a:hover:after {
            opacity: 1;
            bottom: 10px;
            transition: all 0.2s; }
  nav.main-nav .last-item {
    margin-right: 0px; }
  nav.main-nav .nav-active {
    bottom: 35px;
    font-size: 23px;
    position: relative; }
    nav.main-nav .nav-active:after {
      left: 50%;
      top: auto;
      width: 20px;
      bottom: -25px;
      font-size: 45px;
      margin-left: -10px;
      content: " \2022";
      position: absolute; }

nav.bottom-nav {
  float: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  nav.bottom-nav ul {
    left: 50%;
    margin: 0;
    padding: 0;
    clear: left;
    float: left;
    list-style: none;
    position: relative;
    text-align: center; }
    nav.bottom-nav ul li, nav.bottom-nav ul a {
      font-size: 23px;
      position: relative;
      letter-spacing: 1px;
      text-transform: none;
      font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    nav.bottom-nav ul li {
      margin: 0;
      right: 50%;
      float: left;
      list-style: none;
      padding: 80px 20px 30px 20px; }
      nav.bottom-nav ul li a {
        display: block; }
        nav.bottom-nav ul li a:after {
          left: 50%;
          opacity: 0;
          width: 20px;
          bottom: 0px;
          font-size: 45px;
          margin-left: -10px;
          content: " \2022";
          position: absolute;
          transition: all 0.2s; }
        nav.bottom-nav ul li a:hover {
          position: relative; }
          nav.bottom-nav ul li a:hover:after {
            opacity: 1;
            bottom: 10px;
            transition: all 0.2s; }
  nav.bottom-nav .last-item {
    margin-right: 0px; }
  nav.bottom-nav .nav-active {
    bottom: 35px;
    font-size: 23px;
    position: relative; }
    nav.bottom-nav .nav-active:after {
      left: 50%;
      width: 20px;
      bottom: -25px;
      font-size: 45px;
      margin-left: -10px;
      content: " \2022";
      position: absolute; }

.slide-menu {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  position: fixed;
  height: 620px;
  background-color: #FFFFFF;
  transform: translateY(620px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.slide-menu.is-active {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body.has-active-menu {
  overflow: hidden; }

#menu-mask {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 100;
  position: fixed;
  overflow: hidden;
  background-color: #1A1A1A;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }

#menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #CCC; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/icon/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/icon/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/icon/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 0px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #D1BDAB;
  opacity: 0.85; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0px 0 0px;
  margin: 0 auto;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 36px;
  color: #1a1a1a;
  word-wrap: break-word;
  font-size: 14px;
  font-style: italic; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*---------- TABLE OF CONTENTS ---------*

  #1      LAYOUT & HELPER
  #2      STORY
  #3      PROCESS
  #4      RETAILERS
  #5      FOOTER

*--------------------------------------*/
/* ------------------------------------------
  #1  LAYOUT & HELPER
--------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.6;
  font-family: "ecsans-light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #1A1A1A;
  text-decoration: none; }

strong {
  font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }

p {
  color: #1A1A1A;
  padding: 30px 0;
  font-size: 24px; }

h1 {
  color: #1A1A1A;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2 {
  color: #1A1A1A;
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  font-family: "Cormorant Garamond", serif; }

h3 {
  color: #1A1A1A;
  font-size: 21px;
  letter-spacing: 1px;
  font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

h4 {
  font-size: 26px;
  letter-spacing: 1px; }

h5 {
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.lrg-serif {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  font-style: italic;
  letter-spacing: 1px;
  font-family: "Cormorant Garamond", serif; }

::selection {
  background: #ECDDC1; }

::-moz-selection {
  background: #ECDDC1; }

.hide-overflow {
  overflow: hidden; }

.sticky-wrapper {
  height: 0 !important; }

/* ------------------------------------------
  #2  STORY
--------------------------------------------- */
.logo {
  top: 49px;
  left: auto;
  right: 40px;
  z-index: 10;
  position: absolute; }

#era-mark {
  width: 170px;
  height: 100%;
  float: right; }
  #era-mark .svgmark {
    fill: #1A1A1A; }

.hero-load {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 1;
  background-color: #F9F9EF; }
  .hero-load #hero-mark #era-mark {
    width: 200px;
    height: 125px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    position: absolute; }

.no-hero {
  display: none; }

.hero-big {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.hero-hi {
  opacity: 1 !important;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.hero-bye {
  opacity: 0 !important;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }

#main-wrap {
  width: 100%;
  height: 100%; }

.content-wrap {
  width: 100%; }

.susy-wrap {
  height: 100%;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto; }
  .susy-wrap:after {
    content: " ";
    display: block;
    clear: both; }

.hide-overflow {
  overflow: hidden; }

.story-wrap {
  position: relative;
  background-color: #F9F9EF;
  transition: background-color 0.7s ease-in; }

section#story {
  margin-top: 60px;
  width: 83.0417227456%;
  float: left;
  margin-right: 1.7496635262%;
  margin-left: 8.4791386272%; }
  section#story span {
    font-size: 52px;
    font-style: normal;
    font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section#story p {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Cormorant Garamond", serif; }

#home-profile {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 100px; }
  #home-profile img {
    width: 100%; }
  #home-profile .img1 {
    width: 66.0834454913%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 33.9165545087%; }
    #home-profile .img1 h5 {
      font-size: 16px;
      letter-spacing: 2;
      text-align: right; }
  #home-profile .img2 {
    margin-top: 60px;
    width: 49.1251682369%;
    float: left;
    margin-right: 1.7496635262%; }

#clients-collab {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative; }
  #clients-collab ul#client-list {
    overflow: hidden;
    list-style-type: none;
    padding: 50px 0 0 0px; }
    #clients-collab ul#client-list li, #clients-collab ul#client-list a {
      z-index: 4;
      font-size: 78px;
      line-height: 1.4;
      position: relative;
      word-wrap: break-word;
      font-family: "Cormorant Garamond", serif;
      overflow-wrap: break-word; }
    #clients-collab ul#client-list .active-screen {
      z-index: 6; }
    #clients-collab ul#client-list li {
      font-weight: 400;
      margin-left: 8px;
      font-style: italic;
      display: inline-block;
      *display: inline;
      /*IE7*/
      *zoom: 1;
      /*IE7*/ }
      #clients-collab ul#client-list li:after {
        content: "/";
        padding-left: 24px;
        padding-right: 8px; }
      #clients-collab ul#client-list li:last-child::after {
        content: ""; }
      #clients-collab ul#client-list li a {
        font-weight: 400;
        font-style: italic;
        text-transform: none;
        text-decoration: none;
        display: inline-table; }
        #clients-collab ul#client-list li a::after {
          content: "";
          z-index: -1;
          position: relative;
          margin-top: -0.15em;
          caption-side: bottom;
          display: table-caption;
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
          border-bottom: 0.025em solid #D1830D; }
        #clients-collab ul#client-list li a:hover::after {
          border-bottom: 0.025em solid transparent;
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

span.city {
  opacity: 0.7;
  font-size: 14px;
  font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase; }

.preview-wrap {
  transition: background-color 0.4s ease-in-out; }

.bg-preview {
  background-color: #D1BDAB;
  transition: background-color 0.4s ease-in-out; }

img.mfp-img {
  max-width: 90%; }

#screenshot {
  z-index: 4;
  display: none;
  line-height: 0;
  position: absolute; }

section#next-process {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin: 400px 0 300px 0; }
  section#next-process:hover > .next-bottom {
    transform: rotate(17deg);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
  section#next-process .next-top {
    top: 200px;
    z-index: 9;
    text-align: left;
    position: absolute;
    width: 74.5625841184%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 16.9582772544%; }
    section#next-process .next-top h3 {
      color: #FFFFFF;
      font-size: 92px;
      letter-spacing: 0;
      font-style: normal;
      text-transform: none; }
    section#next-process .next-top h5 {
      color: #1A1A1A;
      font-size: 24px;
      letter-spacing: 0;
      text-transform: none;
      font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section#next-process .next-bottom {
    width: 32.1668909825%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 59.3539703903%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    section#next-process .next-bottom img {
      width: 100%; }

.process-wrap {
  background-color: #178255;
  transition: background-color 0.7s ease-in; }
  .process-wrap p {
    font-size: 36px;
    line-height: 1.4; }
  .process-wrap h3 {
    padding-top: 50px; }

.process-img-xlrg {
  cursor: s-resize;
  width: 66.0834454913%;
  float: left;
  margin-right: 1.7496635262%;
  margin-top: 100px;
  margin-left: 16.9582772544%; }
  .process-img-xlrg img {
    width: 100%; }

#process-intro {
  z-index: 9;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 100px; }
  #process-intro p.capt {
    line-height: 1;
    font-size: 24px;
    text-align: center;
    padding: 60px 0 0px 0; }

p.bigger {
  font-size: 64px;
  line-height: 1.2;
  font-style: italic;
  font-family: "Cormorant Garamond", serif; }

#process-history {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: -100px;
  padding-bottom: 100px; }
  #process-history p {
    z-index: 9;
    position: relative; }

p.txt-header {
  font-size: 42px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.6; }

p.txt-body {
  font-size: 30px;
  margin-left: 40.6460296097%;
  width: 50.8748317631%;
  float: left;
  margin-right: 1.7195767196%;
  line-height: 1.6; }

#process-img-wrap {
  margin-top: 20px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 300px; }

.process-img-1 {
  top: -100px;
  width: 49.1251682369%;
  float: left;
  margin-right: 1.7496635262%;
  position: absolute;
  margin-left: 8.4791386272%; }
  .process-img-1 img {
    width: 100%; }

.process-img-2 {
  z-index: 3;
  margin-top: 200px;
  position: relative;
  margin-left: 50.8748317631%; }
  .process-img-2 img {
    width: 400px; }

section#gallery {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.gallery-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px; }

.my-gallery {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 150px; }
  .my-gallery a {
    cursor: zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in; }
  .my-gallery img {
    width: 100%;
    height: auto; }
  .my-gallery figure {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0.74%;
    width: 32.1668909825%;
    float: left;
    margin-right: 1.7496635262%; }
  .my-gallery figcaption {
    display: none; }
  .my-gallery .last-item {
    margin-right: 0; }

#gal-caption {
  width: 66.0834454913%;
  float: left;
  margin-right: 1.7496635262%;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 16.9582772544%; }
  #gal-caption h3 {
    text-align: center; }
  #gal-caption p#gal-steps {
    font-size: 32px;
    padding: 20px 0;
    text-align: center; }
    #gal-caption p#gal-steps span {
      opacity: 0.5;
      font-size: 15px;
      padding: 0 5px 0 10px;
      font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }

section#design {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  section#design p {
    z-index: 9;
    position: relative; }

.process-img-design {
  width: 67.8331090175%;
  float: left;
  margin-right: 1.7195767196%;
  margin-top: 500px;
  margin-left: 16.9582772544%; }
  .process-img-design img {
    width: 100%; }

p#design-text-1 {
  font-size: 57px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: -400px;
  line-height: 1.6; }

p#design-text-2 {
  font-size: 41px;
  width: 67.8331090175%;
  float: left;
  margin-right: 1.7195767196%;
  margin-top: 60px;
  margin-bottom: 200px;
  line-height: 1.6;
  margin-left: 16.9582772544%; }

section#insta {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.insta-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative; }
  .insta-wrap h3 {
    margin-left: 15.2086137281%; }
  .insta-wrap p#insta-tag {
    line-height: 1;
    padding: 10px 0;
    font-size: 48px;
    margin-left: 15.2086137281%;
    font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.process-img-insta,
.process-img-insta-2 {
  padding: 0;
  line-height: 0;
  cursor: pointer; }

.process-img-insta {
  margin-top: 40px;
  position: relative;
  width: 42.3956931359%;
  float: left;
  margin-right: 1.7195767196%;
  margin-left: 16.9582772544%; }
  .process-img-insta img {
    width: 100%; }

.process-img-insta-2 {
  z-index: 2;
  bottom: 400px;
  width: 32.1668909825%;
  float: left;
  margin-right: 1.7496635262%;
  position: relative;
  margin-left: 57.6043068641%; }
  .process-img-insta-2 img {
    width: 100%; }

.shadow {
  box-shadow: 10px 20px 45px rgba(0, 0, 0, 0.3); }

.bg-process {
  background-color: #D1830D;
  transition: background-color 0.7s ease-in-out; }

.bg-history {
  background-color: #D1BDAB;
  transition: background-color 0.7s ease-in-out; }

.bg-gallery {
  background-color: #178255;
  transition: background-color 0.7s ease-in-out; }

.bg-design {
  background-color: #D4D4C6;
  transition: background-color 0.7s ease-in-out; }

.bg-insta {
  background-color: #E9A98F;
  transition: background-color 0.7s ease-in-out; }

.stock-wrap {
  background-color: #EADACC; }

section#stocklists {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-top: 100px; }
  section#stocklists #stock-intro {
    z-index: 9;
    width: 66.0834454913%;
    float: left;
    margin-right: 1.7496635262%;
    position: relative; }
    section#stocklists #stock-intro p {
      font-size: 60px;
      line-height: 72px;
      font-family: "Cormorant Garamond", serif; }
    section#stocklists #stock-intro span {
      font-size: 52px;
      font-style: normal;
      font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#stock-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px;
  position: relative;
  margin-bottom: 900px; }
  #stock-wrap .stock-img {
    width: 57.6043068641%;
    float: left;
    margin-right: 1.7496635262%; }
    #stock-wrap .stock-img img {
      width: 100%; }

#stores {
  top: -100px;
  right: 40px;
  width: 32.1668909825%;
  float: left;
  margin-right: 1.7496635262%;
  position: absolute; }
  #stores .store {
    margin-bottom: 60px; }
    #stores .store h4 {
      font-size: 32px;
      font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #stores .store h5 {
      line-height: 1.6;
      font-size: 14px;
      font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #stores .store a {
      font-size: 16px;
      font-family: "ecsans-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: lowercase;
      letter-spacing: 1px;
      display: inline-table; }

p.img-caption {
  left: -10px;
  bottom: 160px;
  line-height: 1;
  font-size: 16px;
  position: absolute;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left top 0; }
  p.img-caption span {
    padding: 0 5px;
    font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#retail-btm {
  display: block; }

#btm-nav-wrap {
  position: relative; }

#btm-nav {
  position: fixed;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.navhide {
  bottom: -100px; }

.navshow {
  bottom: 20px; }

#reached-end {
  height: 10px;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto; }
  #reached-end:after {
    content: " ";
    display: block;
    clear: both; }

#menu-container {
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto; }
  #menu-container:after {
    content: " ";
    display: block;
    clear: both; }

span.moji {
  font-size: 46px; }

#menu-wrap {
  font-size: 58px;
  line-height: 1.2;
  width: 83.0417227456%;
  float: left;
  margin-right: 1.7496635262%;
  margin-left: 6.7294751009%;
  font-family: "ecsans-semi", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #menu-wrap p.contact-header {
    font-size: 58px;
    display: inline; }
  #menu-wrap h3 {
    letter-spacing: 2px;
    padding: 80px 0 30px 0; }
  #menu-wrap a {
    display: inline-table; }
    #menu-wrap a::after {
      content: "";
      margin-top: -0.09em;
      position: relative;
      caption-side: bottom;
      display: table-caption;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      border-bottom: 0.03em solid #1A1A1A; }
    #menu-wrap a:hover::after {
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      border-bottom: 0.03em solid #BABABA; }
  #menu-wrap #contact-header-wrap {
    display: block; }
  #menu-wrap #news-mob {
    display: none; }
  #menu-wrap .contact-header:after {
    content: ":"; }
  #menu-wrap .contact-header:last-child::after {
    content: ""; }

@media only screen and (max-width: 1159px) {
  section#story span {
    font-size: 44px; }
  section#story p {
    font-size: 52px; }
  #home-profile {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    #home-profile .img1 {
      width: 57.6043068641%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 33.9165545087%; }
    #home-profile .img2 {
      width: 49.1251682369%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 8.4791386272%; }
  #clients-collab {
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 6.7294751009%; }
    #clients-collab ul#client-list li, #clients-collab ul#client-list a {
      line-height: 1.4;
      font-size: 72px; }
    #clients-collab ul#client-list li {
      margin-left: 8px; }
      #clients-collab ul#client-list li:after {
        padding-left: 16px; }
  #screenshot img {
    width: auto;
    height: 320px; }
  section#next-process {
    width: 83.0417227456%;
    float: left;
    margin-right: 1.7496635262%;
    margin: 250px 0 250px 0; }
    section#next-process .next-top {
      top: 100px;
      width: 74.5625841184%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 23.6877523553%; }
      section#next-process .next-top h3 {
        font-size: 84px; }
      section#next-process .next-top h5 {
        font-size: 24px; }
    section#next-process .next-bottom {
      width: 33.9165545087%;
      float: left;
      margin-right: 1.7195767196%;
      margin-left: 67.8331090175%; }
  #process-intro {
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 6.7294751009%; }
    #process-intro p.capt {
      padding: 40px 0 40px 0; }
  p.bigger {
    font-size: 58px;
    line-height: 1.2; }
  #process-history {
    margin-top: -100px; }
  p.txt-header {
    font-size: 42px;
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%;
    line-height: 1.6;
    margin-left: 6.7294751009%; }
  p.txt-body {
    font-size: 30px;
    margin-left: 40.6460296097%;
    width: 50.8748317631%;
    float: left;
    margin-right: 1.7195767196%;
    line-height: 1.6; }
  section#gallery {
    width: 83.0417227456%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 8.4791386272%; }
  #gal-caption {
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%;
    margin-top: 0px;
    margin-left: 6.7294751009%; }
    #gal-caption p#gal-steps {
      font-size: 28px;
      padding: 20px 0; }
      #gal-caption p#gal-steps span {
        font-size: 14px;
        padding: 0 3px 0 10px; }
  section#design {
    width: 83.0417227456%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 8.4791386272%;
    margin-top: 0px; }
  p#design-text-1 {
    font-size: 45px;
    line-height: 1.6; }
  p#design-text-2 {
    font-size: 34px;
    width: 67.8331090175%;
    float: left;
    margin-right: 1.7195767196%;
    line-height: 1.6; }
  .process-img-insta {
    width: 40.6460296097%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 6.7294751009%; }
  .process-img-insta-2 {
    top: -540px;
    width: 32.1668909825%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 42.3956931359%; }
  section#stocklists #stock-intro {
    margin-left: 6.7294751009%; }
    section#stocklists #stock-intro p {
      font-size: 60px;
      line-height: 72px; }
    section#stocklists #stock-intro span {
      font-size: 52px; }
  #stock-wrap .stock-img {
    width: 57.6043068641%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 6.7294751009%; }
  #stores {
    top: -100px;
    right: 0px; }
  p.img-caption {
    left: 70px;
    bottom: 100px; } }

@media only screen and (max-width: 960px) {
  .logo {
    top: 49px;
    left: 40px;
    right: auto; }
  #era-mark {
    width: 170px;
    float: left; }
  nav.main-nav {
    float: right;
    width: 140px;
    margin: 0;
    top: 40px;
    right: 40px; }
    nav.main-nav ul {
      left: auto;
      right: 0;
      margin: 0;
      padding: 0;
      clear: right;
      float: right;
      text-align: right; }
      nav.main-nav ul li, nav.main-nav ul a {
        font-size: 23px;
        float: right; }
      nav.main-nav ul li {
        right: 0;
        padding: 0; }
        nav.main-nav ul li a:after {
          display: none; }
    nav.main-nav .nav-active {
      font-size: 23px;
      bottom: auto; }
      nav.main-nav .nav-active:before {
        top: -16px;
        width: 20px;
        height: 20px;
        content: " \2022";
        position: relative;
        float: left;
        font-size: 45px;
        margin-right: 8px; }
      nav.main-nav .nav-active:after {
        display: none; }
  section#story {
    margin-top: 100px; }
    section#story span {
      font-size: 38px; }
    section#story p {
      font-size: 44px; }
  #home-profile {
    margin-bottom: 160px; }
    #home-profile .img1 {
      width: 66.0834454913%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 25.4374158816%; }
      #home-profile .img1 h5 {
        font-size: 14px; }
    #home-profile .img2 {
      margin-top: -100px;
      width: 50.8748317631%;
      float: left;
      margin-right: 1.7195767196%; }
  #clients-collab {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
    #clients-collab ul#client-list li, #clients-collab ul#client-list a {
      line-height: 1.3;
      font-size: 64px; }
    #clients-collab ul#client-list li {
      margin-left: 6px; }
      #clients-collab ul#client-list li:after {
        padding-left: 12px; }
  section#next-process {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 250px 0 250px 0; }
    section#next-process .next-top {
      top: 100px;
      width: 74.5625841184%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 15.2086137281%; }
      section#next-process .next-top h3 {
        font-size: 72px; }
      section#next-process .next-top h5 {
        font-size: 24px; }
    section#next-process .next-bottom {
      width: 33.9165545087%;
      float: left;
      margin-right: 1.7195767196%;
      margin-left: 50.8748317631%; }
  #process-intro {
    margin-top: -200px; }
    #process-intro p.capt {
      font-size: 20px;
      padding: 20px 0 20px 0; }
  p.bigger {
    font-size: 55px;
    text-align: center; }
  #process-history {
    margin-top: 60px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  p.txt-header {
    font-size: 38px; }
  p.txt-body {
    font-size: 30px;
    margin-left: 6.7294751009%;
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%; }
  .process-img-1 {
    top: 0px;
    width: 57.6043068641%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 6.7294751009%; }
  .process-img-2 {
    margin-top: 300px;
    margin-left: 50.8748317631%; }
    .process-img-2 img {
      width: 320px; }
  #process-img-wrap {
    margin-top: 60px;
    margin-bottom: 0px; }
  .my-gallery {
    margin-top: 100px; }
  #gal-caption {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: -10px; }
  section#design {
    width: 83.0417227456%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 8.4791386272%;
    margin-top: 450px; }
  .process-img-design {
    width: 83.0417227456%;
    float: left;
    margin-right: 1.7496635262%;
    margin-top: -100px;
    margin-left: 8.4791386272%; }
  .insta-wrap {
    margin-bottom: 150px; }
    .insta-wrap h3 {
      margin-left: 6.7294751009%; }
    .insta-wrap p#insta-tag {
      margin-left: 6.7294751009%; }
  .process-img-insta-2 {
    top: -300px;
    width: 42.3956931359%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 50.8748317631%; }
  section#stocklists #stock-intro {
    width: 67.8331090175%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 6.7294751009%; }
    section#stocklists #stock-intro p {
      font-size: 54px;
      line-height: 64px; }
    section#stocklists #stock-intro span {
      font-size: 48px; }
  #stock-wrap {
    margin-bottom: 900px; }
    #stock-wrap .stock-img {
      width: 57.6043068641%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 6.7294751009%; }
  p.img-caption {
    left: 50px;
    bottom: -50px;
    font-size: 14px; }
  #retail-btm {
    display: none; }
  #menu-wrap {
    font-size: 54px;
    line-height: 1.2;
    width: 91.5208613728%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 6.7294751009%; }
    #menu-wrap p.contact-header {
      font-size: 54px; }
    #menu-wrap h3 {
      padding: 60px 0 30px 0; }
  .slide-menu {
    height: 560px;
    transform: translateY(560px); } }

@media only screen and (max-width: 768px) {
  section#story span {
    font-size: 32px; }
  section#story p {
    font-size: 36px;
    line-height: 1.4; }
  #home-profile {
    margin-top: 60px;
    margin-bottom: 150px; }
    #home-profile .img1 {
      width: 83.0417227456%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 8.4791386272%; }
      #home-profile .img1 h5 {
        font-size: 14px;
        padding: 10px 0 0 0; }
    #home-profile .img2 {
      margin-top: 20px;
      width: 83.0417227456%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 8.4791386272%; }
  #clients-collab {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
    #clients-collab ul#client-list li, #clients-collab ul#client-list a {
      line-height: 1.3;
      font-size: 54px; }
    #clients-collab ul#client-list li {
      margin-left: 8px; }
      #clients-collab ul#client-list li:after {
        padding-left: 16px; }
  section#next-process {
    margin: 180px 0 300px 0; }
    section#next-process:hover > .next-bottom {
      transform: rotate(0); }
    section#next-process .next-top {
      top: 250px;
      margin-left: 6.7294751009%;
      width: 84.7913862719%;
      float: left;
      margin-right: 1.7195767196%; }
      section#next-process .next-top h3 {
        font-size: 64px; }
      section#next-process .next-top h5 {
        font-size: 24px; }
    section#next-process .next-bottom {
      margin-left: 49.1251682369%;
      width: 42.3956931359%;
      float: left;
      margin-right: 1.7195767196%; }
  nav.bottom-nav {
    float: right;
    width: 140px;
    margin: 0;
    bottom: 40px;
    right: 40px; }
    nav.bottom-nav ul {
      left: auto;
      right: 0;
      margin: 0;
      padding: 0;
      clear: right;
      float: right;
      text-align: right; }
      nav.bottom-nav ul li, nav.bottom-nav ul a {
        font-size: 23px;
        float: right; }
      nav.bottom-nav ul li {
        right: 0;
        padding: 0; }
        nav.bottom-nav ul li a:after {
          display: none; }
    nav.bottom-nav .nav-active {
      bottom: auto; }
      nav.bottom-nav .nav-active:before {
        top: -15px;
        width: 20px;
        height: 20px;
        content: " \2022";
        position: relative;
        float: left;
        font-size: 45px;
        margin-right: 10px; }
      nav.bottom-nav .nav-active:after {
        display: none; }
  #btm-nav {
    position: absolute;
    transition: bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .navhide {
    bottom: 25px !important; }
  .navshow {
    bottom: 25px !important; }
  #process-intro {
    margin-top: 40px; }
  .process-img-xlrg {
    width: 83.0417227456%;
    float: left;
    margin-right: 1.7496635262%;
    margin-top: 100px;
    margin-left: 8.4791386272%; }
  p.bigger {
    font-size: 48px;
    line-height: 1.2; }
  #process-img-wrap {
    margin-top: 40px;
    margin-bottom: 80px; }
  .process-img-1 {
    top: 0px;
    width: 57.6043068641%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 6.7294751009%; }
  .process-img-2 {
    margin-top: 100px;
    width: 33.9165545087%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 59.3539703903%; }
    .process-img-2 img {
      width: 100%; }
  .my-gallery {
    margin-top: 60px; }
    .my-gallery figure {
      margin-bottom: 0px;
      padding-bottom: 0.74%;
      width: 32.1668909825%;
      float: left;
      margin-right: 1.7496635262%; }
  section#design {
    margin-top: 80px; }
  p#design-text-1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 1.5; }
  p#design-text-2 {
    font-size: 34px;
    line-height: 1.5;
    margin-top: 20px;
    width: 83.0417227456%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 8.4791386272%; }
  .process-img-design {
    margin-top: 20px; }
  .insta-wrap p#insta-tag {
    font-size: 42px; }
  .process-img-insta {
    margin-top: 40px;
    width: 66.0834454913%;
    float: left;
    margin-right: 1.7496635262%; }
  .process-img-insta-2 {
    top: -200px;
    width: 33.9165545087%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 59.3539703903%; }
  section#stocklists #stock-intro {
    margin-left: 6.7294751009%;
    width: 67.8331090175%;
    float: left;
    margin-right: 1.7195767196%; }
    section#stocklists #stock-intro p {
      font-size: 42px;
      line-height: 1.3; }
    section#stocklists #stock-intro span {
      font-size: 36px; }
  #stock-wrap {
    margin-bottom: 900px; }
    #stock-wrap .stock-img {
      margin-top: 30px;
      width: 57.6043068641%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 33.9165545087%; }
  #stores {
    top: -20px;
    left: 6.7294751009%;
    width: 57.6043068641%;
    float: left;
    margin-right: 1.7496635262%; }
    #stores .store {
      margin-bottom: 40px; }
      #stores .store h4 {
        font-size: 26px; }
      #stores .store h5 {
        line-height: 1.5;
        font-size: 14px; }
      #stores .store a {
        font-size: 18px; }
  p.img-caption {
    display: none; }
  #menu-wrap {
    font-size: 50px;
    line-height: 1.2;
    width: 91.5208613728%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 6.7294751009%; }
    #menu-wrap p.contact-header {
      font-size: 50px; }
    #menu-wrap h3 {
      padding: 50px 0 20px 0; }
  #form-submit #form-arrow-right {
    top: 0px;
    left: 10px;
    width: 42px; }
  #form-submit #mc-embedded-subscribe {
    margin-left: 60px; }
  .slide-menu {
    height: 500px;
    transform: translateY(500px); } }

@media only screen and (max-width: 640px) {
  section#story {
    margin-top: 60px; }
    section#story span {
      font-size: 30px; }
    section#story p {
      font-size: 32px;
      line-height: 1.3; }
  #home-profile {
    margin-top: 20px;
    margin-bottom: 60px; }
  h3 {
    font-size: 19px; }
  #clients-collab {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%; }
    #clients-collab ul#client-list {
      padding: 30px 0 0 0; }
      #clients-collab ul#client-list li, #clients-collab ul#client-list a {
        line-height: 1.4;
        font-size: 42px; }
      #clients-collab ul#client-list li {
        margin-left: 3px; }
        #clients-collab ul#client-list li:after {
          padding-left: 6px; }
        #clients-collab ul#client-list li a::after {
          content: "";
          margin-top: -0.1em;
          border-bottom: 0.03em solid #D1830D; }
        #clients-collab ul#client-list li a:hover::after {
          border-bottom: 0.03em solid #1A1A1A; }
  img.mfp-img {
    max-width: 95%; }
  section#next-process {
    margin: 160px 0 250px 0; }
    section#next-process .next-top {
      top: 100px;
      width: 91.5208613728%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 6.7294751009%; }
      section#next-process .next-top h3 {
        font-size: 46px;
        line-height: 1; }
      section#next-process .next-top h5 {
        font-size: 21px; }
    section#next-process .next-bottom {
      margin-left: 40.6460296097%;
      width: 50.8748317631%;
      float: left;
      margin-right: 1.7195767196%; }
  .process-wrap h3 {
    font-size: 19px;
    padding-top: 24px; }
  p.bigger {
    font-size: 36px;
    line-height: 1.3; }
  #process-intro {
    margin-bottom: 60px; }
    #process-intro p.capt {
      font-size: 19px;
      padding: 10px 0 40px 0; }
  #process-history {
    margin-top: 40px;
    padding-bottom: 0px; }
  #process-img-wrap {
    margin-top: 20px;
    margin-bottom: 40px; }
  .process-img-1 {
    position: relative;
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 6.7294751009%; }
  .process-img-2 {
    position: relative;
    margin-top: 20px;
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 6.7294751009%; }
  p.txt-header {
    font-size: 32px;
    line-height: 1.4; }
  p.txt-body {
    margin-top: -10px;
    font-size: 24px;
    line-height: 1.5; }
  .my-gallery {
    margin-top: 40px; }
    .my-gallery figure {
      padding-bottom: 0%; }
  #gal-caption {
    margin-bottom: 0px; }
    #gal-caption p#gal-steps {
      font-size: 21px;
      padding: 10px 0; }
      #gal-caption p#gal-steps span {
        font-size: 10px;
        padding: 0 2px 0 5px; }
  section#design {
    margin-top: 60px; }
  p#design-text-1 {
    font-size: 32px;
    line-height: 1.4; }
  p#design-text-2 {
    margin-left: 0;
    font-size: 26px;
    line-height: 1.4;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px; }
  .process-img-design {
    margin-left: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .insta-wrap {
    margin-bottom: 200px; }
    .insta-wrap p#insta-tag {
      padding: 5px 0;
      font-size: 38px; }
  .process-img-insta {
    margin-top: 20px;
    width: 66.0834454913%;
    float: left;
    margin-right: 1.7496635262%;
    margin-left: 6.7294751009%; }
  .process-img-insta-2 {
    top: -200px;
    width: 50.8748317631%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 42.3956931359%; }
  section#stocklists {
    margin-top: 50px; }
    section#stocklists #stock-intro {
      margin-left: 6.7294751009%;
      width: 67.8331090175%;
      float: left;
      margin-right: 1.7195767196%; }
      section#stocklists #stock-intro p {
        font-size: 32px;
        line-height: 1.3; }
      section#stocklists #stock-intro span {
        font-size: 26px; }
  #stock-wrap {
    margin-bottom: 900px; }
    #stock-wrap .stock-img {
      margin-top: 30px;
      width: 57.6043068641%;
      float: left;
      margin-right: 1.7496635262%;
      margin-left: 33.9165545087%; }
  #stores {
    top: -20px;
    left: 6.7294751009%;
    width: 57.6043068641%;
    float: left;
    margin-right: 1.7496635262%; }
    #stores .store {
      margin-bottom: 40px; }
      #stores .store h4 {
        font-size: 26px; }
      #stores .store h5 {
        line-height: 1.5;
        font-size: 14px; }
      #stores .store a {
        font-size: 18px; }
  #menu-wrap {
    margin-top: 0px;
    font-size: 36px;
    line-height: 1.2;
    margin-left: 6.7294751009%;
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%; }
    #menu-wrap a {
      display: inline-table; }
      #menu-wrap a::after {
        margin-top: -0.04em;
        border-bottom: 0.03em solid #1A1A1A; }
      #menu-wrap a:hover::after {
        border-bottom: 0.03em solid #BABABA; }
    #menu-wrap p.contact-header {
      font-size: 16px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 35px 0 8px 0; }
    #menu-wrap h3 {
      display: none; }
    #menu-wrap #news-desk {
      display: none; }
    #menu-wrap #news-mob {
      display: block; }
    #menu-wrap #contact-header-wrap {
      display: none; }
    #menu-wrap .contact-header:after {
      content: ""; }
  #form-submit #form-arrow-right {
    display: none; }
  #form-submit #mc-embedded-subscribe {
    margin-top: 5px;
    margin-left: 0px; }
  .slide-menu {
    height: 400px;
    transform: translateY(400px); } }

@media only screen and (max-width: 414px) {
  .logo {
    top: 37px;
    left: 28px; }
  #era-mark {
    width: 140px;
    float: left; }
  nav.main-nav {
    width: 130px;
    top: 28px;
    right: 28px; }
    nav.main-nav ul li, nav.main-nav ul a {
      letter-spacing: 0px;
      font-size: 23px; }
    nav.main-nav .nav-active {
      font-size: 23px; }
      nav.main-nav .nav-active:before {
        top: -13px;
        font-size: 41px;
        margin-right: 5px; }
  nav.bottom-nav {
    width: 130px;
    bottom: 28px;
    right: 28px; }
    nav.bottom-nav ul li, nav.bottom-nav ul a {
      letter-spacing: 0px;
      font-size: 23px; }
    nav.bottom-nav .nav-active {
      font-size: 23px; }
      nav.bottom-nav .nav-active:before {
        top: -13px;
        font-size: 41px;
        margin-right: 5px; }
  section#story {
    margin-top: 50px; }
    section#story span {
      font-size: 28px; }
    section#story p {
      font-size: 30px; }
  #clients-collab ul#client-list {
    padding: 20px 0 0 0; }
    #clients-collab ul#client-list li, #clients-collab ul#client-list a {
      line-height: 1.3;
      font-size: 38px; }
  p.bigger {
    font-size: 32px;
    line-height: 1.2; }
  #process-intro p.capt {
    font-size: 18px; }
  #process-history {
    margin-top: 0px; }
  #process-img-wrap {
    margin-top: 20px;
    margin-bottom: 40px; }
  p.txt-header {
    font-size: 28px;
    line-height: 1.4; }
  p.txt-body {
    margin-top: -20px;
    font-size: 21px; }
  .my-gallery {
    margin-top: 40px; }
    .my-gallery figure {
      padding-bottom: 0%; }
  section#design {
    margin-top: 40px; }
  p#design-text-1 {
    font-size: 28px; }
  p#design-text-2 {
    font-size: 24px; }
  section#stocklists #stock-intro {
    width: 84.7913862719%;
    float: left;
    margin-right: 1.7195767196%; }
  #stock-wrap .stock-img {
    width: 50.8748317631%;
    float: left;
    margin-right: 1.7195767196%;
    margin-left: 40.6460296097%; }
  #stores {
    width: 57.6043068641%;
    float: left;
    margin-right: 1.7496635262%; }
    #stores .store {
      margin-bottom: 40px; }
      #stores .store h4 {
        font-size: 24px; }
      #stores .store h5 {
        line-height: 1.5;
        font-size: 12px; }
      #stores .store a {
        font-size: 16px; }
  #menu-wrap {
    font-size: 32px;
    line-height: 1.2; }
    #menu-wrap p.contact-header {
      font-size: 16px;
      padding: 34px 0 5px 0; }
  .slide-menu {
    height: 380px;
    transform: translateY(380px); } }

@media only screen and (max-width: 320px) {
  .logo {
    top: 34px;
    left: 25px; }
  #era-mark {
    width: 120px;
    float: left; }
  nav.main-nav {
    width: 115px;
    top: 25px;
    right: 25px; }
    nav.main-nav ul li, nav.main-nav ul a {
      font-size: 21px; }
    nav.main-nav .nav-active {
      font-size: 21px; }
      nav.main-nav .nav-active:before {
        top: -12px;
        font-size: 37px;
        margin-right: 5px; }
  nav.bottom-nav {
    width: 115px;
    bottom: 25px;
    right: 25px; }
    nav.bottom-nav ul li, nav.bottom-nav ul a {
      font-size: 21px; }
    nav.bottom-nav .nav-active {
      font-size: 21px; }
      nav.bottom-nav .nav-active:before {
        top: -12px;
        font-size: 37px;
        margin-right: 5px; }
  section#story {
    margin-top: 40px; }
    section#story span {
      font-size: 26px; }
    section#story p {
      font-size: 26px;
      line-height: 1.3; }
  h3 {
    font-size: 18px; }
  #clients-collab ul#client-list li, #clients-collab ul#client-list a {
    line-height: 1.4;
    font-size: 32px; }
  #clients-collab ul#client-list li {
    margin-left: 2px; }
    #clients-collab ul#client-list li:after {
      padding-left: 6px; }
    #clients-collab ul#client-list li a::after {
      border-bottom: 0.035em solid #D1830D; }
    #clients-collab ul#client-list li a:hover::after {
      border-bottom: 0.035em solid #1A1A1A; }
  section#next-process {
    margin: 140px 0 260px 0; }
    section#next-process .next-top {
      top: 100px; }
      section#next-process .next-top h3 {
        font-size: 42px;
        line-height: 1.2; }
      section#next-process .next-top h5 {
        font-size: 19px; }
  #menu-wrap {
    font-size: 29px;
    line-height: 1.2; }
    #menu-wrap a::after {
      border-bottom: 0.03em solid #1A1A1A; }
    #menu-wrap a:hover::after {
      border-bottom: 0.03em solid #BABABA; }
    #menu-wrap p.contact-header {
      font-size: 16px;
      display: block;
      padding: 30px 0 5px 0; }
  #mce-EMAIL {
    font-size: 24px; }
  .slide-menu {
    height: 340px;
    transform: translateY(340px); }
  p.txt-header {
    font-size: 25px;
    line-height: 1.4; }
  p.txt-body {
    margin-top: -20px;
    font-size: 21px;
    line-height: 1.4; }
  .my-gallery {
    margin-top: 20px; }
  #gal-caption h3 {
    font-size: 18px; }
  #gal-caption p#gal-steps {
    font-size: 19px; }
  section#design {
    margin-top: 20px; }
  p#design-text-1 {
    font-size: 25px;
    line-height: 1.4; }
  p#design-text-2 {
    font-size: 23px;
    line-height: 1.3;
    margin-top: 5px; }
  .insta-wrap {
    margin-bottom: 200px; }
  .process-img-insta {
    width: 74.5625841184%;
    float: left;
    margin-right: 1.7496635262%; }
  .process-img-insta-2 {
    top: -30px; }
  section#stocklists #stock-intro {
    width: 93.2705248991%;
    float: left;
    margin-right: 1.7195767196%; }
  #stock-wrap {
    margin-top: 40px; } }

#hero-wrap {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #F9F9EF; }

#hero-left {
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../img/story/hero/hero-left.jpg"); }

#hero-right {
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("../img/story/hero/hero-right.jpg"); }

.hero-logo {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 1100px;
  position: absolute;
  margin-left: -550px; }

.logo-era {
  margin-top: -300px; }

.logo-cmics {
  margin-top: -150px; }

#push-cover {
  z-index: 6;
  width: 100vw;
  height: 120vh;
  cursor: s-resize;
  position: relative; }

.stuck {
  position: fixed; }

@media only screen and (max-width: 1159px) {
  .hero-logo {
    width: 948px;
    margin-left: -474px; }
  .logo-era {
    margin-top: -300px; }
  .logo-cmics {
    margin-top: -125px; }
  .stuck {
    position: absolute; } }

@media only screen and (max-width: 960px) {
  .hero-logo {
    width: 1200px;
    margin-left: -350px; }
  .logo-era {
    margin-top: -200px; }
  .logo-cmics {
    display: none; }
  #hero-left {
    background-position: top center; }
  #hero-right {
    background-position: top center; }
  #push-cover {
    height: 100vh; }
  .stuck {
    position: absolute; } }

@media only screen and (max-width: 640px) {
  .hero-logo {
    width: 800px;
    margin-left: -232px; }
  .logo-era {
    margin-top: -150px; }
  #hero-left {
    background-position: 80% 0;
    background-image: url("../img/story/hero/hero-left-sm.jpg"); }
  #hero-right {
    background-position: 70% 0;
    background-image: url("../img/story/hero/hero-right-sm.jpg"); } }
