@charset "UTF-8";
/*-----------------------------------*/
/*  Import SCSS
/*-----------------------------------*/
/*! 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;
  text-decoration: none; }

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

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

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

td,
th {
  padding: 0; }

/*
 * Hide text (e.g @include hide-text;)
 */
/*
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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 that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@font-face {
  font-family: "SSSocial";
  src: url("fonts/ss-social-regular.eot");
  src: url("fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ss-social-regular.woff") format("woff"), url("fonts/ss-social-regular.ttf") format("truetype"), url("fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-linkedin:before, .ss-linkedin.right:after {
  content: ''; }

.ss-googleplus:before, .ss-googleplus.right:after {
  content: ''; }

.ss-tumblr:before, .ss-tumblr.right:after {
  content: ''; }

.ss-wordpress:before, .ss-wordpress.right:after {
  content: ''; }

.ss-blogger:before, .ss-blogger.right:after {
  content: ''; }

.ss-posterous:before, .ss-posterous.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; }

.ss-vimeo:before, .ss-vimeo.right:after {
  content: ''; }

.ss-flickr:before, .ss-flickr.right:after {
  content: ''; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

.ss-svpply:before, .ss-svpply.right:after {
  content: ''; }

.ss-readmill:before, .ss-readmill.right:after {
  content: ''; }

.ss-dropbox:before, .ss-dropbox.right:after {
  content: ''; }

.ss-dribbble:before, .ss-dribbble.right:after {
  content: ''; }

.ss-behance:before, .ss-behance.right:after {
  content: ''; }

.ss-github:before, .ss-github.right:after {
  content: ''; }

.ss-octocat:before, .ss-octocat.right:after {
  content: ''; }

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: ''; }

.ss-paypal:before, .ss-paypal.right:after {
  content: ''; }

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: ''; }

.ss-foursquare:before, .ss-foursquare.right:after {
  content: ''; }

.ss-skype:before, .ss-skype.right:after {
  content: ''; }

.ss-rdio:before, .ss-rdio.right:after {
  content: ''; }

.ss-spotify:before, .ss-spotify.right:after {
  content: ''; }

.ss-lastfm:before, .ss-lastfm.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

body {
  background: #000;
  color: #FFF;
  font-family: "futura-pt-condensed", helvetica, sans-serif;
  font-weight: 400; }

h1 a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  background: url("../_images/symbol.svg") no-repeat -20px -105px;
  width: 91px;
  height: 124px;
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 20; }
  .breakpoint-tablet h1 a {
    bottom: 50px;
    left: 50px; }

nav {
  z-index: 20;
  position: fixed;
  bottom: 34px;
  right: 15px; }
  .breakpoint-tablet nav {
    bottom: 44px;
    right: 50px; }
  nav a {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    margin-left: 15px; }
    nav a:first-child {
      margin-left: 0; }
    .breakpoint-tablet nav a {
      font-size: 20px; }
    nav a:hover, nav a.open {
      color: #FC1CA9;
      border-bottom: 2px solid #FC1CA9; }
  .wf-loading nav {
    visibility: hidden; }
  .wf-active nav {
    visibility: visible; }

#about {
  background: #000;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
  text-align: center;
  text-transform: uppercase;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  #about #about-close {
    font-family: helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 5%;
    right: 5%;
    color: #FFF;
    font-size: 50px;
    z-index: 40; }
  #about div {
    padding: 50px 20px 100px;
    max-width: 100%;
    width: auto;
    position: relative; }
    .breakpoint-tablet #about div {
      max-width: 500px;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  #about.open {
    display: block; }
  #about span {
    width: 129px;
    height: 69px;
    display: block;
    margin: 0 auto;
    background: url("../_images/symbol.svg") no-repeat; }
  #about h2 {
    font-size: 50px;
    line-height: 60px; }
  #about p {
    font-size: 35px;
    line-height: 44px;
    margin: .5em 0; }
    #about p#giveaway {
      color: #9D968D; }
    .breakpoint-tablet #about p {
      font-size: 25px;
      line-height: 34px;
      margin: .5em 0; }

.bg-wrapper {
  width: 960px;
  position: fixed;
  left: 50%;
  margin-left: -480px;
  top: 0;
  height: 100vh; }

.bg {
  position: absolute; }

.layout-1 .bg-1 {
  background: url("../_images/sprite.png") no-repeat -64px -83px;
  background-size: 2050px 2130px;
  width: 194px;
  height: 194px;
  left: -50px;
  top: 12%;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%); }
  .layout-1 .bg-1.trigger {
    background: url("../_images/sprite.png") no-repeat -70px -707px;
    background-size: 2050px 2130px; }
.layout-1 .bg-2 {
  background: url("../_images/sprite.png") no-repeat -140px -459px;
  background-size: 2050px 2130px;
  width: 101px;
  height: 103px;
  left: 80px;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%); }
  .layout-1 .bg-2.trigger {
    background: url("../_images/sprite.png") no-repeat -147px -1083px;
    background-size: 2050px 2130px; }
.layout-1 .bg-3 {
  background: url("../_images/sprite.png") no-repeat -478px -56px;
  background-size: 2050px 2130px;
  width: 319px;
  height: 84px;
  right: 200px;
  top: 7%;
  -webkit-transform: translateY(-7%);
  -ms-transform: translateY(-7%);
  transform: translateY(-7%); }
  .layout-1 .bg-3.trigger {
    background: url("../_images/sprite.png") no-repeat -484px -680px;
    background-size: 2050px 2130px; }
.layout-1 .bg-4 {
  background: url("../_images/sprite.png") no-repeat -302px -212px;
  background-size: 2050px 2130px;
  width: 400px;
  height: 246px;
  left: 240px;
  top: 39%;
  -webkit-transform: translateY(-39%);
  -ms-transform: translateY(-39%);
  transform: translateY(-39%); }
  .layout-1 .bg-4.trigger {
    background: url("../_images/sprite.png") no-repeat -308px -837px;
    background-size: 2050px 2130px; }
.layout-1 .bg-5 {
  background: url("../_images/sprite.png") no-repeat -474px -544px;
  background-size: 2050px 2130px;
  width: 363px;
  height: 74px;
  right: 160px;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%); }
  .breakpoint-tablet .layout-1 .bg-5 {
    top: 85%;
    -webkit-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    transform: translateY(-85%); }
  .layout-1 .bg-5.trigger {
    background: url("../_images/sprite.png") no-repeat -480px -1169px;
    background-size: 2050px 2130px; }
.layout-1 .bg-6 {
  background: url("../_images/sprite.png") no-repeat -882px -177px;
  background-size: 2050px 2130px;
  width: 68px;
  height: 364px;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%); }
  .layout-1 .bg-6.trigger {
    background: url("../_images/sprite.png") no-repeat -888px -802px;
    background-size: 2050px 2130px; }

.layout-2 .bg-1 {
  background: url("../_images/sprite.png") no-repeat -1093px -58px;
  background-size: 2050px 2130px;
  width: 73px;
  height: 353px;
  left: 0;
  top: 12%;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%); }
  .layout-2 .bg-1.trigger {
    background: url("../_images/sprite.png") no-repeat no-repeat -80px -1410px;
    background-size: 2050px 2130px; }
.layout-2 .bg-2 {
  background: url("../_images/sprite.png") no-repeat -1201px -413px;
  background-size: 2050px 2130px;
  width: 163px;
  height: 163px;
  left: 140px;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  z-index: 2; }
  .breakpoint-tablet .layout-2 .bg-2 {
    top: 75%;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%); }
  .layout-2 .bg-2.trigger {
    background: url("../_images/sprite.png") no-repeat -188px -1765px;
    background-size: 2050px 2130px; }
.layout-2 .bg-3 {
  right: 200px;
  top: 200px;
  background: url("../_images/sprite.png") no-repeat -1629px -204px;
  background-size: 2450px;
  width: 440px;
  height: 680px;
  right: 250px;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%); }
  .breakpoint-tablet .layout-2 .bg-3 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .layout-2 .bg-3.trigger {
    background: url("../_images/sprite.png") no-repeat -418px -1818px;
    background-size: 2450px; }
.layout-2 .bg-4 {
  background: url("../_images/sprite.png") no-repeat -1753px -227px;
  background-size: 2050px 2130px;
  width: 230px;
  height: 79px;
  right: 20px;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%); }
  .layout-2 .bg-4.trigger {
    background: url("../_images/sprite.png") no-repeat -741px -1578px;
    background-size: 2050px 2130px; }
.layout-2 .bg-5 {
  background: url("../_images/sprite.png") no-repeat -1545px -41px;
  background-size: 2050px 2130px;
  width: 131px;
  height: 87px;
  right: 90px;
  top: 3%;
  -webkit-transform: translateY(-3%);
  -ms-transform: translateY(-3%);
  transform: translateY(-3%); }
  .layout-2 .bg-5.trigger {
    background: url("../_images/sprite.png") no-repeat -533px -1392px;
    background-size: 2050px 2130px; }
.layout-2 .bg-6 {
  background: url("../_images/sprite.png") no-repeat -1828px -377px;
  background-size: 2050px 2130px;
  width: 168px;
  height: 207px;
  right: -50px;
  top: 75%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%); }
  .layout-2 .bg-6.trigger {
    background: url("../_images/sprite.png") no-repeat -815px -1728px;
    background-size: 2050px 2130px; }

.layout-3 .bg-1 {
  left: 120px;
  top: 120px;
  background: url("../_images/sprite.png") no-repeat -1122px -1527px;
  background-size: 2050px 2130px;
  width: 233px;
  height: 96px;
  left: 40px;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%); }
  .layout-3 .bg-1.trigger {
    background: url("../_images/sprite.png") no-repeat no-repeat -1122px -907px;
    background-size: 2050px 2130px; }
.layout-3 .bg-2 {
  background: url("../_images/sprite.png") no-repeat -1018px -1726px;
  background-size: 2050px 2130px;
  width: 343px;
  height: 88px;
  left: 40px;
  top: 56%;
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  transform: translateY(-56%);
  z-index: 2; }
  .breakpoint-tablet .layout-3 .bg-2 {
    left: -40px; }
  .layout-3 .bg-2.trigger {
    background: url("../_images/sprite.png") no-repeat -1022px -1106px;
    background-size: 2050px 2130px; }
.layout-3 .bg-3 {
  background: url("../_images/sprite.png") no-repeat -1602px -1572px;
  background-size: 2350px;
  width: 360px;
  height: 544px;
  right: 320px;
  top: 10%;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  z-index: 1; }
  .layout-3 .bg-3.trigger {
    background: url("../_images/sprite.png") no-repeat -1602px -862px;
    background-size: 2350px; }
.layout-3 .bg-4 {
  background: url("../_images/sprite.png") no-repeat -1711px -1522px;
  background-size: 2050px 2130px;
  width: 81px;
  height: 324px;
  right: 190px;
  top: 32%;
  -webkit-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  transform: translateY(-32%); }
  .layout-3 .bg-4.trigger {
    background: url("../_images/sprite.png") no-repeat -1711px -903px;
    background-size: 2050px 2130px; }
.layout-3 .bg-5 {
  background: url("../_images/sprite.png") no-repeat -1292px -1872px;
  background-size: 2050px 2130px;
  width: 405px;
  height: 79px;
  left: 280px;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%); }
  .breakpoint-tablet .layout-3 .bg-5 {
    left: 220px;
    top: 95%;
    -webkit-transform: translateY(-95%);
    -ms-transform: translateY(-95%);
    transform: translateY(-95%); }
  .layout-3 .bg-5.trigger {
    background: url("../_images/sprite.png") no-repeat -1292px -1252px;
    background-size: 2050px 2130px; }
.layout-3 .bg-6 {
  right: 0;
  top: 280px;
  background: url("../_images/sprite.png") no-repeat -1824px -1724px;
  background-size: 2050px 2130px;
  width: 189px;
  height: 191px;
  right: -80px;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%); }
  .layout-3 .bg-6.trigger {
    background: url("../_images/sprite.png") no-repeat -1824px -1104px;
    background-size: 2050px 2130px; }
