@font-face {
  font-family: "gbks";
  src: url("../fonts/gbks.eot");
  src: url("../fonts/gbks.eot?#iefix") format("embedded-opentype"), url("../fonts/gbks.woff") format("woff"), url("../fonts/gbks.ttf") format("truetype"), url("../fonts/gbks.svg#gbks") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "gbks" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "gbks" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "a"; }

.icon-arrow-left:before {
  content: "b"; }

.icon-arrow-right:before {
  content: "c"; }

.icon-arrow-right-circle:before {
  content: "d"; }

.icon-arrow-up:before {
  content: "e"; }

.icon-info:before {
  content: "f"; }

.icon-info-circle:before {
  content: "g"; }

.icon-link:before {
  content: "h"; }

.icon-link-circle:before {
  content: "i"; }

.icon-mail-circle:before {
  content: "j"; }

.icon-phone:before {
  content: "k"; }

.icon-phone-circle:before {
  content: "l"; }

.icon-twitter-circle:before {
  content: "m"; }

.icon-info-italics:before {
  content: "n"; }

.icon-send-circle:before {
  content: "o"; }

.icon-projects-circle:before {
  content: "p"; }

.icon-design-circle:before {
  content: "q"; }

.icon-info-italics-circle:before {
  content: "r"; }

.icon-design:before {
  content: "s"; }

.icon-send:before {
  content: "t"; }

.icon-linkedin-circle:before {
  content: "u"; }

.icon-process-circle:before {
  content: "v"; }

/*! normalize.css v3.0.1 | 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,
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: 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"] {
  -moz-box-sizing: border-box;
       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;
  /* 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; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
html {
  background-color: #ffffff;
  border-bottom: 4px solid #ff3d25;
  min-height: 100%; }

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

body,
input,
textarea {
  font-family: 'Raleway', sans-serif;
  font-weight: 300; }

a {
  text-decoration: none; }

.button-pill {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  display: block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding-right: 18px;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  -webkit-transition: border-color 0.25s ease-out;
          transition: border-color 0.25s ease-out;
  text-decoration: none; }
  .button-pill:last-child {
    margin-bottom: 0; }
  .button-pill:before {
    font-size: 18px;
    line-height: 34px;
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 16px; }
  .button-pill:hover {
    border-color: white;
    text-decoration: none; }
    .button-pill:hover:before {
      -webkit-animation: rotationLoop 1s infinite ease-in-out;
              animation: rotationLoop 1s infinite ease-in-out;
      -webkit-animation-play-state: running;
              animation-play-state: running; }
  .button-pill.color-black {
    color: #000000;
    border-color: rgba(0, 0, 0, 0.25); }
    .button-pill.color-black:before {
      color: #000000; }
    .button-pill.color-black:hover {
      border-color: black; }
  .button-pill.color-black-primary {
    color: #000000;
    border-color: rgba(0, 0, 0, 0.25); }
    .button-pill.color-black-primary:before {
      color: #000000;
      -webkit-transition: color 0.25s ease-out;
              transition: color 0.25s ease-out; }
    .button-pill.color-black-primary:hover {
      color: #ff3d25;
      border-color: #ff3d25; }
      .button-pill.color-black-primary:hover:before {
        color: #ff3d25; }
  .button-pill.size-small {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600; }
    .button-pill.size-small:before {
      font-size: 16px;
      line-height: 30px; }

@-webkit-keyframes rotationLoop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes rotationLoop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
section#more {
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 64px 32px 48px 32px; }
  section#more:after {
    content: "";
    display: table;
    clear: both; }
  section#more a.button-pill {
    margin-bottom: 16px; }
    section#more a.button-pill.is-active {
      color: #ff3d25;
      border-color: #ff3d25; }
      section#more a.button-pill.is-active:before {
        color: #ff3d25; }

@media all and (max-width: 480px) {
  section#more a.button-pill {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600; }
    section#more a.button-pill:before {
      font-size: 16px;
      line-height: 30px; } }
section h3 {
  margin: 0;
  color: #ff3d25;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  line-height: 64px; }
  section h3 a {
    color: #ff3d25; }

@media all and (max-width: 479px) {
  section h3 {
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px; } }
@media all and (min-width: 480px) {
  section h3 {
    padding: 0 24px 0 24px;
    text-align: center; } }
/** General section details **/
/** Wide header for services on tablet/desktop **/
/** Body size **/
#nav {
  background: #ffffff;
  height: 80px;
  z-index: 100; }
  #nav .content {
    dmax-width: 1024px;
    dmargin-left: auto;
    dmargin-right: auto;
    padding-left: 24px;
    padding-right: 8px;
    height: 100%; }
    #nav .content:after {
      content: "";
      display: table;
      clear: both; }
    #nav .content h2 {
      float: left;
      margin: 24px 0 0 0; }
      #nav .content h2 a {
        overflow: hidden;
        width: 117px;
        height: 32px;
        text-indent: -1000px;
        background: transparent url("../img/logo.png") no-repeat center center;
        background-size: cover;
        display: block; }
    #nav .content h2-p {
      float: left;
      margin: 24px 0 0 0;
      overflow: hidden;
      width: 160px;
      height: 38px;
      text-indent: -1000px;
      position: relative;
      background-color: rgba(255, 61, 37, 0);
      -webkit-transition: background 0.25s ease-in-out;
              transition: background 0.25s ease-in-out;
      background: transparent url("img/logo.png") no-repeat center center; }
      #nav .content h2-p a {
        position: absolute;
        display: block;
        z-index: 10; }
        #nav .content h2-p a .particle {
          pointer-events: none; }
      #nav .content h2-p:hover {
        background-color: #ff3d25; }
      #nav .content h2-p:after {
        background: transparent url("../img/logo-mask-2.png") no-repeat left top;
        background-size: 122px 32px;
        width: 122px;
        height: 32px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        content: '';
        pointer-events: none; }
      #nav .content h2-p .particle {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: transparent url("../img/particle.png") no-repeat left top;
        background-size: cover; }
    #nav .content nav {
      float: right;
      font-size: 18px;
      line-height: 48px;
      max-width: 70%; }
      #nav .content nav a {
        display: block;
        float: left;
        position: relative; }
        #nav .content nav a:before {
          display: block;
          text-align: center;
          font-size: 32px;
          line-height: 32px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
      #nav .content nav a,
      #nav .content nav a:link,
      #nav .content nav a:hover,
      #nav .content nav a:visited {
        color: #000000; }
      #nav .content nav a:hover,
      #nav .content nav a.is-active {
        color: #ff3d25; }
      #nav .content nav a.is-active {
        font-weight: 600; }

#intro {
  padding: 160px 0 48px 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }
  #intro h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    text-align: center; }
  #intro p {
    font-size: 22px;
    line-height: 32px;
    text-align: center; }

@media all and (max-width: 479px) {
  #nav .content nav {
    width: 40%;
    padding-top: 14px;
    font-size: 16px;
    line-height: 44px; }
    #nav .content nav a {
      font-size: 20px;
      line-height: 32px;
      display: block;
      width: 100%; }
      #nav .content nav a:before,
      #nav .content nav a .icon {
        display: none; }

  #intro {
    padding-top: 96px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px; }
    #intro h1 {
      font-size: 30px;
      line-height: 32px;
      font-weight: 600;
      text-align: left; }
    #intro p {
      font-size: 18px;
      line-height: 24px;
      text-align: left; } }
@media all and (min-width: 480px) {
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    #nav .content {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      #nav .content nav {
        padding-top: 16px;
        -webkit-transition: all 0.25s cubic-bezier(0.23, 1.32, 0.65, 1);
                transition: all 0.25s cubic-bezier(0.23, 1.32, 0.65, 1);
        dbackground-color: #ffffff; }
        #nav .content nav a {
          padding-left: 24px;
          padding-right: 24px;
          -webkit-transition: all 0.25s ease-out;
                  transition: all 0.25s ease-out; }
          #nav .content nav a:before {
            -webkit-transition: all 0.25s ease-out;
                    transition: all 0.25s ease-out;
            atop: -25px;
            -webkit-transform: translate3d(0, -35px, 0);
                    transform: translate3d(0, -35px, 0);
            opacity: 0;
            color: #ff3d25; }
          #nav .content nav a:hover {
            -webkit-transform: translate3d(0, 19px, 0);
                    transform: translate3d(0, 19px, 0); }
            #nav .content nav a:hover:before {
              -webkit-transform: translate3d(0, -24px, 0);
                      transform: translate3d(0, -24px, 0);
              opacity: 1; }

  #intro {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px; } }
#main {
  position: relative;
  width: 100%;
  -webkit-perspective: 800px;
          perspective: 800px; }
  #main.is-transitioning #content {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
    #main.is-transitioning #content.transition-out {
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
              transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    #main.is-transitioning #content.transition-out-active {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    #main.is-transitioning #content.transition-in {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    #main.is-transitioning #content.transition-in-pre {
      opacity: 0;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }

section#projects {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  section#projects .project {
    background-color: #dedede;
    min-height: 512px;
    position: relative;
    overflow: hidden; }
    section#projects .project.capcam, section#projects .project.wookmark, section#projects .project.banana {
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      section#projects .project.capcam .info .logo, section#projects .project.wookmark .info .logo, section#projects .project.banana .info .logo {
        position: relative; }
      section#projects .project.capcam .info h4, section#projects .project.wookmark .info h4, section#projects .project.banana .info h4 {
        font-size: 32px;
        line-height: 32px;
        color: #ffffff;
        margin: 0; }
      section#projects .project.capcam .info h5, section#projects .project.wookmark .info h5, section#projects .project.banana .info h5 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 300;
        color: #ffffff;
        margin: 0; }
      section#projects .project.capcam .info hr, section#projects .project.wookmark .info hr, section#projects .project.banana .info hr {
        width: 69px;
        background-color: rgba(255, 255, 255, 0.7);
        height: 1px;
        border-width: 0;
        margin-top: 20px;
        margin-bottom: 20px; }
      section#projects .project.capcam .info p, section#projects .project.wookmark .info p, section#projects .project.banana .info p {
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        margin: 16px 0 0 0; }
      section#projects .project.capcam .info nav, section#projects .project.wookmark .info nav, section#projects .project.banana .info nav {
        margin: 32px 0 0 0; }
        section#projects .project.capcam .info nav a, section#projects .project.wookmark .info nav a, section#projects .project.banana .info nav a {
          margin-bottom: 12px; }
          section#projects .project.capcam .info nav a:last-child, section#projects .project.wookmark .info nav a:last-child, section#projects .project.banana .info nav a:last-child {
            margin-bottom: 0; }
    section#projects .project.capcam {
      background-color: #f8f9f1;
      background-image: url("../img/work/marquee/capcam-cover.jpg"); }
      section#projects .project.capcam .content .phone {
        position: relative;
        width: 255px;
        height: 450px; }
        section#projects .project.capcam .content .phone img {
          display: block; }
        section#projects .project.capcam .content .phone video {
          display: block;
          position: absolute;
          top: 13%;
          left: 17.5%;
          right: 10%;
          width: 63%; }
      section#projects .project.capcam .content .ui-wrap {
        position: absolute;
        top: 13%;
        left: 17.4%;
        right: 19.5%;
        bottom: 23.6%; }
    section#projects .project.wookmark {
      background-color: #f8f9f1;
      background-color: #000000;
      dbackground-image: url("../img/work/marquee/wookmark-cover.jpg"); }
      section#projects .project.wookmark .columns {
        position: relative; }
        section#projects .project.wookmark .columns .image {
          position: absolute;
          -webkit-transition: opacity 0.75s ease-in-out;
                  transition: opacity 0.75s ease-in-out; }
          section#projects .project.wookmark .columns .image.is-hidden {
            opacity: 0; }
          section#projects .project.wookmark .columns .image img {
            width: 100%;
            height: 100%; }
      section#projects .project.wookmark .wrap:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ' ';
        display: block; }
    section#projects .project.banana {
      background-color: #f8f9f1;
      background-image: url("../img/work/marquee/banana-cover.jpg"); }
      section#projects .project.banana .info h4,
      section#projects .project.banana .info h5,
      section#projects .project.banana .info p,
      section#projects .project.banana .info nav a {
        color: #000000; }
      section#projects .project.banana .content .front .front-wrap {
        position: relative; }
        section#projects .project.banana .content .front .front-wrap .ui {
          position: absolute;
          left: 11.9%;
          top: 13.0%;
          right: 11.4%;
          bottom: 0; }

@media all and (max-width: 767px) {
  section#projects .project.capcam .info, section#projects .project.wookmark .info, section#projects .project.banana .info {
    padding: 0 32px 32px 32px;
    max-width: 500px;
    margin: 0 auto; }
    section#projects .project.capcam .info .logo, section#projects .project.wookmark .info .logo, section#projects .project.banana .info .logo {
      margin-bottom: 16px; }
    section#projects .project.capcam .info hr, section#projects .project.wookmark .info hr, section#projects .project.banana .info hr {
      width: 60px; }
  section#projects .project.capcam .content, section#projects .project.wookmark .content, section#projects .project.banana .content {
    padding: 32px 0 0 0;
    text-align: center; }
    section#projects .project.capcam .content .phone, section#projects .project.wookmark .content .phone, section#projects .project.banana .content .phone {
      margin: 0 auto; }
  section#projects .project.wookmark .wrap:before {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 60%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 60%); }
  section#projects .project.wookmark .wrap .info {
    position: relative;
    z-index: 10;
    padding-top: 192px;
    text-align: left; }
  section#projects .project.banana .wrap .info {
    padding-top: 32px; }
    section#projects .project.banana .wrap .info hr {
      background-color: #000000; }
  section#projects .project.banana .wrap .content {
    text-align: center; }
    section#projects .project.banana .wrap .content .front .front-wrap {
      margin-left: 24px;
      margin-right: 24px; }
      section#projects .project.banana .wrap .content .front .front-wrap img.front-image {
        width: 100%;
        height: auto; } }
@media all and (min-width: 768px) {
  section#projects .project .info hr {
    margin-left: 80px; }
  section#projects .project.capcam .wrap {
    max-width: 704px;
    padding: 0 32px 0 32px;
    margin: 0 auto; }
    section#projects .project.capcam .wrap .info {
      width: 449px;
      float: left;
      margin-top: 140px; }
      section#projects .project.capcam .wrap .info h4,
      section#projects .project.capcam .wrap .info h5,
      section#projects .project.capcam .wrap .info p,
      section#projects .project.capcam .wrap .info nav {
        margin-left: 80px; }
      section#projects .project.capcam .wrap .info .logo img {
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
    section#projects .project.capcam .wrap .content {
      width: 255px;
      float: right;
      margin-top: 55px; }
  section#projects .project.wookmark {
    position: relative;
    background-size: 1024px 512px;
    background-position: top center;
    background-repeat: repeat; }
    section#projects .project.wookmark .wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      section#projects .project.wookmark .wrap:before {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0.35) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0.35) 100%); }
      section#projects .project.wookmark .wrap .info {
        max-width: 449px;
        padding: 96px 32px 0 32px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 10; }
        section#projects .project.wookmark .wrap .info hr {
          margin-left: auto;
          margin-right: auto; }
        section#projects .project.wookmark .wrap .info h4,
        section#projects .project.wookmark .wrap .info h5,
        section#projects .project.wookmark .wrap .info p,
        section#projects .project.wookmark .wrap .info nav {
          text-align: center; }
        section#projects .project.wookmark .wrap .info .logo {
          text-align: center;
          margin-bottom: 16px; }
  section#projects .project.banana .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    section#projects .project.banana .wrap .content .front {
      position: absolute;
      right: 5%;
      width: 50%;
      bottom: 0; }
      section#projects .project.banana .wrap .content .front .front-wrap .front-image {
        width: 100%;
        height: auto; }
    section#projects .project.banana .wrap .info {
      position: absolute;
      top: 130px;
      left: 5%;
      width: 35%; }
      section#projects .project.banana .wrap .info hr {
        background-color: rgba(0, 0, 0, 0.7); }
      section#projects .project.banana .wrap .info h4,
      section#projects .project.banana .wrap .info h5,
      section#projects .project.banana .wrap .info p,
      section#projects .project.banana .wrap .info nav {
        margin-left: 80px; }
      section#projects .project.banana .wrap .info .logo img {
        display: block;
        position: absolute;
        left: 0;
        top: 0; } }
#projects .project.capcam .ui {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out; }
  #projects .project.capcam .ui.is-animating {
    opacity: 1; }
  #projects .project.capcam .ui img {
    display: block;
    margin: 0;
    position: absolute;
    top: 0; }
  #projects .project.capcam .ui .cam,
  #projects .project.capcam .ui .take-picture-button-active,
  #projects .project.capcam .ui .photo,
  #projects .project.capcam .ui .photo-filtered,
  #projects .project.capcam .ui .keyboard,
  #projects .project.capcam .ui .editor-options,
  #projects .project.capcam .ui .editor-top-caption,
  #projects .project.capcam .ui .editor-top-style,
  #projects .project.capcam .ui .editor-grid-highlight-1,
  #projects .project.capcam .ui .editor-grid-highlight-2,
  #projects .project.capcam .ui .share,
  #projects .project.capcam .ui .tap,
  #projects .project.capcam .ui .tap-2,
  #projects .project.capcam .ui .smiley,
  #projects .project.capcam .ui .enter-your-message,
  #projects .project.capcam .ui .text-s,
  #projects .project.capcam .ui .text-su,
  #projects .project.capcam .ui .text-sum,
  #projects .project.capcam .ui .text-summ,
  #projects .project.capcam .ui .text-summe,
  #projects .project.capcam .ui .text-summer {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0, 0.3, 1);
            transition: all 0.35s cubic-bezier(0.25, 0, 0.3, 1); }
  #projects .project.capcam .ui .cursor,
  #projects .project.capcam .ui .tap,
  #projects .project.capcam .ui .tap-2 {
    width: 4.6875%;
    width: 18%;
    height: auto;
    -webkit-transition: all 0.55s cubic-bezier(0.25, 0, 0.3, 1);
            transition: all 0.55s cubic-bezier(0.25, 0, 0.3, 1);
    top: 90%;
    left: 80%; }
  #projects .project.capcam .ui .take-picture-button-active,
  #projects .project.capcam .ui .photo-filtered {
    opacity: 0; }
  #projects .project.capcam .ui .editor-options,
  #projects .project.capcam .ui .editor-top-caption,
  #projects .project.capcam .ui .editor-top-style,
  #projects .project.capcam .ui .editor-grid-highlight-1,
  #projects .project.capcam .ui .share,
  #projects .project.capcam .ui .smiley {
    left: 100%; }
  #projects .project.capcam .ui .photo,
  #projects .project.capcam .ui .photo-filtered {
    top: 7.9%; }
  #projects .project.capcam .ui .take-picture-button-active {
    width: 32.5%;
    height: auto;
    left: 33.7%;
    top: 72.8%; }
  #projects .project.capcam .ui .editor-options,
  #projects .project.capcam .ui .keyboard {
    top: auto;
    bottom: 0;
    left: 100%; }
  #projects .project.capcam .ui .tap,
  #projects .project.capcam .ui .tap-2 {
    opacity: 0; }
  #projects .project.capcam .ui .enter-your-message {
    width: 60%;
    top: 24%;
    left: 120%; }
  #projects .project.capcam .ui .text-s {
    opacity: 0;
    left: 42%;
    top: 23%;
    width: 16%; }
  #projects .project.capcam .ui .text-su {
    opacity: 0;
    left: 35%;
    top: 23.7%;
    width: 30%; }
  #projects .project.capcam .ui .text-sum {
    opacity: 0;
    left: 25%;
    top: 24.5%;
    width: 50%; }
  #projects .project.capcam .ui .text-summ {
    opacity: 0;
    left: 22%;
    top: 25.4%;
    width: 56%; }
  #projects .project.capcam .ui .text-summe {
    opacity: 0;
    left: 23%;
    top: 26%;
    width: 54%; }
  #projects .project.capcam .ui .text-summer {
    opacity: 0;
    left: 20%;
    top: 26%;
    width: 60%; }
  #projects .project.capcam .ui .text-summer-filtered {
    opacity: 0;
    width: 60%;
    left: 20%;
    top: 10%; }
  #projects .project.capcam .ui .editor-grid-highlight-1 {
    left: 102.6%;
    top: 66.6%;
    width: 25.9375%; }
  #projects .project.capcam .ui .editor-grid-highlight-2 {
    left: 102.7%;
    top: 82.6%;
    width: 25.9375%; }
  #projects .project.capcam .ui .cam,
  #projects .project.capcam .ui .photo,
  #projects .project.capcam .ui .cursor {
    opacity: 0; }
  #projects .project.capcam .ui.step-1 .cam,
  #projects .project.capcam .ui.step-1 .photo {
    opacity: 1; }
  #projects .project.capcam .ui.step-1 .cursor {
    opacity: 0; }
  #projects .project.capcam .ui.step-2 .cursor,
  #projects .project.capcam .ui.step-2 .tap {
    top: 75%;
    left: 40%;
    opacity: 1;
    -webkit-animation: capcamCursorWiggle 0.55s 1 ease-in-out;
            animation: capcamCursorWiggle 0.55s 1 ease-in-out; }
  #projects .project.capcam .ui.step-3 .take-picture-button-active {
    opacity: 1; }
  #projects .project.capcam .ui.step-3 .tap {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-4 .cam {
    left: -100%; }
  #projects .project.capcam .ui.step-4 .editor-options,
  #projects .project.capcam .ui.step-4 .editor-top-caption,
  #projects .project.capcam .ui.step-4 .keyboard {
    left: 0; }
  #projects .project.capcam .ui.step-4 .enter-your-message {
    left: 20%; }
  #projects .project.capcam .ui.step-4 .tap {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-4 .editor-grid-highlight-1,
  #projects .project.capcam .ui.step-4 .editor-grid-highlight-2 {
    left: 2.7%; }
  #projects .project.capcam .ui.step-5 .cursor,
  #projects .project.capcam .ui.step-5 .tap,
  #projects .project.capcam .ui.step-5 .tap-2 {
    left: 11%;
    top: 72%;
    -webkit-animation: none;
            animation: none; }
  #projects .project.capcam .ui.step-5 .tap {
    opacity: 1; }
  #projects .project.capcam .ui.step-6 .tap {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-6 .enter-your-message {
    opacity: 0; }
  #projects .project.capcam .ui.step-6 .text-s {
    opacity: 1; }
  #projects .project.capcam .ui.step-7 .cursor,
  #projects .project.capcam .ui.step-7 .tap,
  #projects .project.capcam .ui.step-7 .tap-2 {
    left: 56%;
    top: 62.5%;
    -webkit-animation: capcamCursorWiggle 0.55s 1 ease-in-out;
            animation: capcamCursorWiggle 0.55s 1 ease-in-out; }
  #projects .project.capcam .ui.step-7 .tap {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-7 .tap-2 {
    opacity: 1; }
  #projects .project.capcam .ui.step-8 .tap-2 {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-8 .text-s {
    opacity: 0; }
  #projects .project.capcam .ui.step-8 .text-su {
    opacity: 1; }
  #projects .project.capcam .ui.step-9 .cursor,
  #projects .project.capcam .ui.step-9 .tap,
  #projects .project.capcam .ui.step-9 .tap-2 {
    left: 71%;
    top: 81.5%; }
  #projects .project.capcam .ui.step-9 .tap {
    opacity: 1; }
  #projects .project.capcam .ui.step-9 .tap-2 {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-10 .tap {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-10 .text-su {
    opacity: 0; }
  #projects .project.capcam .ui.step-10 .text-sum {
    opacity: 1; }
  #projects .project.capcam .ui.step-11 .tap {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-11 .tap-2 {
    opacity: 1; }
  #projects .project.capcam .ui.step-12 .tap-2 {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-12 .text-sum {
    opacity: 0; }
  #projects .project.capcam .ui.step-12 .text-summ {
    opacity: 1; }
  #projects .project.capcam .ui.step-13 .cursor,
  #projects .project.capcam .ui.step-13 .tap,
  #projects .project.capcam .ui.step-13 .tap-2 {
    left: 16%;
    top: 62.5%; }
  #projects .project.capcam .ui.step-13 .tap {
    opacity: 1; }
  #projects .project.capcam .ui.step-13 .tap-2 {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-14 .tap {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-14 .text-summ {
    opacity: 0; }
  #projects .project.capcam .ui.step-14 .text-summe {
    opacity: 1; }
  #projects .project.capcam .ui.step-15 .cursor,
  #projects .project.capcam .ui.step-15 .tap,
  #projects .project.capcam .ui.step-15 .tap-2 {
    left: 26%; }
  #projects .project.capcam .ui.step-15 .tap {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-15 .tap-2 {
    opacity: 1; }
  #projects .project.capcam .ui.step-16 .tap-2 {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-16 .text-summe {
    opacity: 0; }
  #projects .project.capcam .ui.step-16 .text-summer {
    opacity: 1; }
  #projects .project.capcam .ui.step-17 .cursor,
  #projects .project.capcam .ui.step-17 .tap,
  #projects .project.capcam .ui.step-17 .tap-2 {
    left: 79%;
    top: 53%; }
  #projects .project.capcam .ui.step-17 .tap {
    opacity: 1; }
  #projects .project.capcam .ui.step-17 .tap-2 {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-18 .keyboard {
    bottom: -45%; }
  #projects .project.capcam .ui.step-18 .tap {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-18 .text-summer {
    top: 31%; }
  #projects .project.capcam .ui.step-19 .cursor,
  #projects .project.capcam .ui.step-19 .tap,
  #projects .project.capcam .ui.step-19 .tap-2 {
    left: 45%;
    top: 29%; }
  #projects .project.capcam .ui.step-19 .text-summer {
    -webkit-transition-duration: 0.55s;
            transition-duration: 0.55s; }
  #projects .project.capcam .ui.step-19 .tap {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-19 .tap-2 {
    opacity: 1; }
  #projects .project.capcam .ui.step-20 .cursor,
  #projects .project.capcam .ui.step-20 .tap,
  #projects .project.capcam .ui.step-20 .tap-2 {
    left: 45%;
    top: 12%; }
  #projects .project.capcam .ui.step-20 .text-summer {
    top: 14%; }
  #projects .project.capcam .ui.step-21 .cursor,
  #projects .project.capcam .ui.step-21 .tap,
  #projects .project.capcam .ui.step-21 .tap-2 {
    left: 32%;
    top: 68%; }
  #projects .project.capcam .ui.step-21 .tap {
    opacity: 1; }
  #projects .project.capcam .ui.step-21 .tap-2 {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-22 .tap {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-22 .text-summer {
    opacity: 0; }
  #projects .project.capcam .ui.step-22 .text-summer-filtered {
    opacity: 1; }
  #projects .project.capcam .ui.step-22 .editor-grid-highlight-1 {
    left: 28.6%; }
  #projects .project.capcam .ui.step-23 .cursor,
  #projects .project.capcam .ui.step-23 .tap,
  #projects .project.capcam .ui.step-23 .tap-2 {
    left: 60%;
    top: 84%;
    -webkit-animation: none;
            animation: none; }
  #projects .project.capcam .ui.step-23 .tap {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-23 .tap-2 {
    opacity: 1; }
  #projects .project.capcam .ui.step-24 .tap-2 {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-24 .photo-filtered {
    opacity: 1; }
  #projects .project.capcam .ui.step-24 .editor-grid-highlight-2 {
    left: 54.6%; }
  #projects .project.capcam .ui.step-25 .cursor,
  #projects .project.capcam .ui.step-25 .tap,
  #projects .project.capcam .ui.step-25 .tap-2 {
    left: 82%;
    top: 0%;
    -webkit-animation: capcamHorizontalCursorWiggle 0.55s 1 ease-in-out;
            animation: capcamHorizontalCursorWiggle 0.55s 1 ease-in-out; }
  #projects .project.capcam .ui.step-25 .tap {
    opacity: 1; }
  #projects .project.capcam .ui.step-25 .tap-2 {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  #projects .project.capcam .ui.step-26 .editor-options,
  #projects .project.capcam .ui.step-26 .editor-top-caption,
  #projects .project.capcam .ui.step-26 .keyboard {
    left: -100%; }
  #projects .project.capcam .ui.step-26 .share {
    left: 0; }
  #projects .project.capcam .ui.step-26 .tap {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-27 .tap-2 {
    opacity: 1; }
  #projects .project.capcam .ui.step-28 .cursor {
    opacity: 0; }
  #projects .project.capcam .ui.step-28 .share {
    left: -100%; }
  #projects .project.capcam .ui.step-28 .smiley {
    left: 0; }
  #projects .project.capcam .ui.step-28 .editor-grid-highlight-1 {
    left: 128.6%; }
  #projects .project.capcam .ui.step-28 .editor-grid-highlight-2 {
    left: 154.6%; }
  #projects .project.capcam .ui.step-28 .text-summer-filtered,
  #projects .project.capcam .ui.step-28 .photo-filtered,
  #projects .project.capcam .ui.step-28 .take-picture-button-active {
    opacity: 0; }
  #projects .project.capcam .ui.step-28 .tap-2 {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0; }
  #projects .project.capcam .ui.step-29 .cam,
  #projects .project.capcam .ui.step-29 .photo {
    left: 0;
    opacity: 0; }
  #projects .project.capcam .ui.step-29 .share,
  #projects .project.capcam .ui.step-29 .keyboard,
  #projects .project.capcam .ui.step-29 .editor-options,
  #projects .project.capcam .ui.step-29 .editor-top-style,
  #projects .project.capcam .ui.step-29 .editor-top-caption {
    left: 100%; }
  #projects .project.capcam .ui.step-29 .smiley {
    opacity: 1; }

@-webkit-keyframes capcamCursorWiggle {
  50% {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px); } }

@keyframes capcamCursorWiggle {
  50% {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px); } }
@-webkit-keyframes capcamHorizontalCursorWiggle {
  50% {
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0); } }
@keyframes capcamHorizontalCursorWiggle {
  50% {
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0); } }
#projects .project.banana .ui {
  overflow: hidden;
  position: relative;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out; }
  #projects .project.banana .ui.is-animating {
    opacity: 1; }
  #projects .project.banana .ui img {
    display: block;
    margin: 0;
    position: absolute;
    top: 0; }
  #projects .project.banana .ui .header,
  #projects .project.banana .ui .header-page-2,
  #projects .project.banana .ui .header-page-3,
  #projects .project.banana .ui .header-expanded,
  #projects .project.banana .ui .page-1,
  #projects .project.banana .ui .page-2,
  #projects .project.banana .ui .page-3,
  #projects .project.banana .ui .drawer,
  #projects .project.banana .ui .drawer-3-active {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0, 0.3, 1);
            transition: all 0.35s cubic-bezier(0.25, 0, 0.3, 1); }
  #projects .project.banana .ui .cursor {
    width: 4.6875%;
    width: 9%;
    height: auto;
    -webkit-transition: all 0.55s cubic-bezier(0.25, 0, 0.3, 1);
            transition: all 0.55s cubic-bezier(0.25, 0, 0.3, 1); }
  #projects .project.banana .ui .header-page-2,
  #projects .project.banana .ui .header-page-3,
  #projects .project.banana .ui .header-expanded {
    opacity: 0; }
  #projects .project.banana .ui .drawer {
    top: -26%; }
  #projects .project.banana .ui .drawer-3-active {
    top: -26%;
    opacity: 0; }
  #projects .project.banana .ui .page-1,
  #projects .project.banana .ui .page-2,
  #projects .project.banana .ui .page-3 {
    -webkit-transition-duration: 0.55s;
            transition-duration: 0.55s; }
  #projects .project.banana .ui .page-2,
  #projects .project.banana .ui .page-3 {
    left: 100%; }
  #projects .project.banana .ui.step-0 .cursor {
    top: 10%;
    left: 20%;
    opacity: 0; }
  #projects .project.banana .ui.step-0 .header,
  #projects .project.banana .ui.step-0 .page-1 {
    opacity: 0; }
  #projects .project.banana .ui.step-1 .cursor {
    top: 10%;
    left: 20%;
    opacity: 0; }
  #projects .project.banana .ui.step-1 .header,
  #projects .project.banana .ui.step-1 .page-1 {
    opacity: 1; }
  #projects .project.banana .ui.step-2 .cursor {
    top: 30%;
    left: 80%;
    opacity: 1;
    -webkit-animation: capcamCursorWiggle 0.55s 1 ease-in-out;
            animation: capcamCursorWiggle 0.55s 1 ease-in-out; }
  #projects .project.banana .ui.step-3 .cursor {
    left: 20%;
    -webkit-animation: none;
            animation: none; }
  #projects .project.banana .ui.step-3 .header-page-2 {
    opacity: 1; }
  #projects .project.banana .ui.step-3 .page-1 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8); }
  #projects .project.banana .ui.step-3 .page-2 {
    left: 0%; }
  #projects .project.banana .ui.step-4 .cursor {
    top: 35%;
    left: 80%;
    -webkit-animation: capcamHorizontalCursorWiggle 0.55s 1 ease-in-out;
            animation: capcamHorizontalCursorWiggle 0.55s 1 ease-in-out; }
  #projects .project.banana .ui.step-5 .cursor {
    left: 20%;
    -webkit-animation: none;
            animation: none; }
  #projects .project.banana .ui.step-5 .header-page-3 {
    opacity: 1; }
  #projects .project.banana .ui.step-5 .page-2 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8); }
  #projects .project.banana .ui.step-5 .page-3 {
    left: 0%; }
  #projects .project.banana .ui.step-6 .cursor {
    top: 4.1%;
    left: 91.5%;
    -webkit-animation: capcamHorizontalCursorWiggle 0.55s 1 ease-in-out;
            animation: capcamHorizontalCursorWiggle 0.55s 1 ease-in-out; }
  #projects .project.banana .ui.step-7 .header-expanded {
    opacity: 1; }
  #projects .project.banana .ui.step-7 .drawer {
    top: 9.5%; }
  #projects .project.banana .ui.step-7 .drawer-3-active {
    top: 9.5%; }
  #projects .project.banana .ui.step-8 .cursor {
    top: 13.0%;
    left: 59.0%;
    -webkit-animation: none;
            animation: none; }
  #projects .project.banana .ui.step-9 .header-page-2,
  #projects .project.banana .ui.step-9 .header-page-3 {
    opacity: 0; }
  #projects .project.banana .ui.step-9 .drawer-3-active {
    opacity: 1; }
  #projects .project.banana .ui.step-9 .page-1 {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    dopacity: 0; }
  #projects .project.banana .ui.step-9 .page-2,
  #projects .project.banana .ui.step-9 .page-3 {
    left: 100%; }
  #projects .project.banana .ui.step-10 .cursor {
    top: 4.1%;
    left: 91.5%; }
  #projects .project.banana .ui.step-11 .cursor {
    opacity: 0; }
  #projects .project.banana .ui.step-11 .header-expanded {
    opacity: 0; }
  #projects .project.banana .ui.step-11 .drawer {
    top: -26%; }
  #projects .project.banana .ui.step-11 .drawer-3-active {
    top: -26%; }

@-webkit-keyframes bananaCursorWiggle {
  50% {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px); } }

@keyframes bananaCursorWiggle {
  50% {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px); } }
@-webkit-keyframes bananaHorizontalCursorWiggle {
  50% {
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0); } }
@keyframes bananaHorizontalCursorWiggle {
  50% {
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0); } }
@-webkit-keyframes wookmarkBackgroundScroll {
  0% {
    background-position: top left; }
  100% {
    background-position: bottom left; } }
@keyframes wookmarkBackgroundScroll {
  0% {
    background-position: top left; }
  100% {
    background-position: bottom left; } }
