/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../scss/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 74, ../scss/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted; }

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

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../scss/_normalize.scss */
dfn {
  font-style: italic; }

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../scss/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 181, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

/* line 205, ../scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 209, ../scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../scss/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../scss/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../scss/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../scss/_normalize.scss */
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.
 */
/* line 317, ../scss/_normalize.scss */
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.
 */
/* line 327, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../scss/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 361, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* pages */
/* SPLASH PAGE -----------------------------------------------------------------  */
/* line 8, ../scss/_splash.scss */
#SplashView #page-header #help-flap {
  position: absolute;
  top: 0px;
  left: 742px;
  width: 49px;
  height: 70px;
  padding: 13px;
  z-index: 999; }
/* line 19, ../scss/_splash.scss */
#SplashView #center-container {
  position: absolute;
  top: 0px;
  width: 810px;
  height: 830px;
  text-align: center; }
  /* line 28, ../scss/_splash.scss */
  #SplashView #center-container img {
    position: absolute;
    display: block; }
  /* line 33, ../scss/_splash.scss */
  #SplashView #center-container #logo {
    margin: 20px 0 0 304px; }
  /* line 37, ../scss/_splash.scss */
  #SplashView #center-container #title {
    margin: 175px 0 0 182px; }
  /* line 41, ../scss/_splash.scss */
  #SplashView #center-container #group {
    z-index: 2;
    margin: 271px 0 0 54px; }
/* line 47, ../scss/_splash.scss */
#SplashView #controls-container {
  position: absolute;
  top: 0px;
  width: 810px; }
  /* line 53, ../scss/_splash.scss */
  #SplashView #controls-container .hitarea {
    position: absolute;
    top: 30px;
    left: 30px; }
    /* line 61, ../scss/_splash.scss */
    #SplashView #controls-container .hitarea a img {
      position: absolute;
      width: 150px;
      height: 150px; }
  /* line 69, ../scss/_splash.scss */
  #SplashView #controls-container #start-button {
    position: absolute;
    top: 612px;
    left: 300px;
    width: 186px;
    height: 187px;
    margin: 0 auto 0 auto; }

/* CUSTOMIZE PAGE --------------------------------------------------------------  */
/* line 4, ../scss/_customize.scss */
#CustomizeView {
  /* SUB PAGES -----------------------------------------------------------------  */
  /* TYPE VIEW ------------------------------------------------------------------ */
  /* COLOR VIEW ----------------------------------------------------------------  */
  /* NAME VIEW -----------------------------------------------------------------  */
  /* ACCESSORIES VIEW ----------------------------------------------------------  */
  /* SHARE VIEW ----------------------------------------------------------------  */ }
  /* line 6, ../scss/_customize.scss */
  #CustomizeView #top-ribbon {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 999; }
    /* line 12, ../scss/_customize.scss */
    #CustomizeView #top-ribbon #help-icon {
      position: absolute;
      top: 22px;
      left: 765px; }
  /* line 19, ../scss/_customize.scss */
  #CustomizeView #controls-container {
    position: absolute;
    top: 652px;
    left: 0px;
    z-index: 100; }
  /* line 26, ../scss/_customize.scss */
  #CustomizeView #progress-controls {
    position: absolute;
    top: 10px;
    left: 259px; }
    /* line 36, ../scss/_customize.scss */
    #CustomizeView #progress-controls .hitarea {
      position: absolute; }
    /* line 40, ../scss/_customize.scss */
    #CustomizeView #progress-controls #next-button-hitarea {
      position: absolute;
      top: 21px;
      left: 91px; }
      /* line 48, ../scss/_customize.scss */
      #CustomizeView #progress-controls #next-button-hitarea a img {
        position: absolute;
        width: 106px;
        height: 106px; }
    /* line 57, ../scss/_customize.scss */
    #CustomizeView #progress-controls #prev-button-hitarea {
      position: absolute;
      top: 52px;
      left: 18px; }
      /* line 65, ../scss/_customize.scss */
      #CustomizeView #progress-controls #prev-button-hitarea a img {
        position: absolute;
        width: 58px;
        height: 58px; }
  /* line 76, ../scss/_customize.scss */
  #CustomizeView #skip-button {
    position: absolute;
    margin: 70px 0 0 17px; }
    /* line 80, ../scss/_customize.scss */
    #CustomizeView #skip-button img {
      position: absolute;
      top: 0px;
      left: 0px; }
    /* line 86, ../scss/_customize.scss */
    #CustomizeView #skip-button .over {
      opacity: 0; }
  /* line 91, ../scss/_customize.scss */
  #CustomizeView #background-overlay {
    position: absolute;
    top: 0px;
    z-index: 1; }
    /* line 96, ../scss/_customize.scss */
    #CustomizeView #background-overlay img {
      position: absolute;
      z-index: 1;
      top: 226px; }
  /* line 103, ../scss/_customize.scss */
  #CustomizeView #monster-canvas {
    position: absolute;
    top: 0px;
    left: 340px;
    z-index: 2; }
  /* line 112, ../scss/_customize.scss */
  #CustomizeView canvas#customize-progress {
    position: absolute;
    top: 130px;
    left: 190px; }
  /* line 118, ../scss/_customize.scss */
  #CustomizeView a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 700; }
  /* line 127, ../scss/_customize.scss */
  #CustomizeView #instructions-block {
    position: absolute;
    top: 227px;
    left: 64px;
    z-index: 10;
    width: 330px; }
    /* line 136, ../scss/_customize.scss */
    #CustomizeView #instructions-block .body-text {
      width: 275px;
      margin: 6px 0 0 0; }
  /* line 142, ../scss/_customize.scss */
  #CustomizeView .customize-selector {
    margin: 50px 0 0 0; }
  /* line 150, ../scss/_customize.scss */
  #CustomizeView #CustomizeTypeView #monsters-container {
    position: absolute;
    top: 0px;
    height: 830px; }
  /* line 157, ../scss/_customize.scss */
  #CustomizeView #CustomizeTypeView #arrows-container {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
    /* line 166, ../scss/_customize.scss */
    #CustomizeView #CustomizeTypeView #arrows-container .arrow-selector {
      position: absolute;
      top: 488px; }
    /* line 171, ../scss/_customize.scss */
    #CustomizeView #CustomizeTypeView #arrows-container .arrow {
      position: absolute;
      display: block; }
      /* line 176, ../scss/_customize.scss */
      #CustomizeView #CustomizeTypeView #arrows-container .arrow a {
        display: block; }
    /* line 179, ../scss/_customize.scss */
    #CustomizeView #CustomizeTypeView #arrows-container .arrow-shadow {
      position: absolute;
      display: inline-block;
      margin-top: 165px;
      margin-left: -5px; }
    /* line 186, ../scss/_customize.scss */
    #CustomizeView #CustomizeTypeView #arrows-container #left-arrow {
      left: 157px; }
    /* line 190, ../scss/_customize.scss */
    #CustomizeView #CustomizeTypeView #arrows-container #right-arrow {
      left: 604px; }
  /* line 195, ../scss/_customize.scss */
  #CustomizeView #CustomizeTypeView .monster {
    position: absolute;
    z-index: 11;
    width: 475px;
    text-align: center; }
  /* line 209, ../scss/_customize.scss */
  #CustomizeView #CustomizeColorView #thumbnail-buttons-container {
    position: absolute;
    top: 332px;
    left: 64px;
    z-index: 20; }
    /* line 216, ../scss/_customize.scss */
    #CustomizeView #CustomizeColorView #thumbnail-buttons-container #color-selector {
      margin: 0;
      width: 245px;
      height: 170px; }
      /* line 222, ../scss/_customize.scss */
      #CustomizeView #CustomizeColorView #thumbnail-buttons-container #color-selector .preloader {
        position: absolute;
        top: 61px;
        left: 70px;
        z-index: 21; }
      /* line 229, ../scss/_customize.scss */
      #CustomizeView #CustomizeColorView #thumbnail-buttons-container #color-selector .thumbnails-container {
        position: relative;
        width: 250px; }
        /* line 234, ../scss/_customize.scss */
        #CustomizeView #CustomizeColorView #thumbnail-buttons-container #color-selector .thumbnails-container .thumbnail-button {
          position: absolute;
          width: 77px;
          height: 77px;
          margin: 0 4px 5px 0;
          padding: 6px 0 0 6px;
          overflow: hidden;
          background: url("../images/customize/step2/skin_frame.png") no-repeat; }
  /* line 251, ../scss/_customize.scss */
  #CustomizeView #CustomizeColorView #fur-button {
    position: absolute;
    width: 244px;
    height: 49px;
    text-align: center; }
    /* line 259, ../scss/_customize.scss */
    #CustomizeView #CustomizeColorView #fur-button div {
      position: absolute;
      width: 100%;
      height: 100%; }
    /* line 265, ../scss/_customize.scss */
    #CustomizeView #CustomizeColorView #fur-button .button-bg {
      background: url("../images/customize/step2/fur_button_bg.png") no-repeat; }
    /* line 269, ../scss/_customize.scss */
    #CustomizeView #CustomizeColorView #fur-button .button-bg-over {
      background: url("../images/customize/step2/fur_button_bg_over.png") no-repeat;
      z-index: 2; }
    /* line 274, ../scss/_customize.scss */
    #CustomizeView #CustomizeColorView #fur-button .button-label {
      padding: 17px 0 0 0;
      z-index: 1; }
    /* line 279, ../scss/_customize.scss */
    #CustomizeView #CustomizeColorView #fur-button .button-label.over {
      z-index: 3; }
    /* line 283, ../scss/_customize.scss */
    #CustomizeView #CustomizeColorView #fur-button .over {
      opacity: 0; }
  /* line 294, ../scss/_customize.scss */
  #CustomizeView #CustomizeNameView #name-selector > div {
    display: block;
    float: left;
    margin: 0 0 4px 0; }
  /* line 301, ../scss/_customize.scss */
  #CustomizeView #CustomizeNameView #name-selector {
    margin: 30px 0 0 0; }
    /* line 305, ../scss/_customize.scss */
    #CustomizeView #CustomizeNameView #name-selector input {
      position: absolute;
      top: 0px;
      width: 242px;
      height: 51px;
      border: 0 none;
      background: transparent;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.4em;
      font-weight: 700;
      padding: 0 16px; }
    /* line 324, ../scss/_customize.scss */
    #CustomizeView #CustomizeNameView #name-selector input.empty {
      color: #005c94; }
    /* line 328, ../scss/_customize.scss */
    #CustomizeView #CustomizeNameView #name-selector .input-field {
      position: relative;
      width: 242px;
      height: 51px;
      border: 0 none;
      background: url("../images/customize/step4/input_bg.png") no-repeat; }
      /* line 338, ../scss/_customize.scss */
      #CustomizeView #CustomizeNameView #name-selector .input-field .error {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 15px 0 0 -31px; }
    /* line 346, ../scss/_customize.scss */
    #CustomizeView #CustomizeNameView #name-selector #monster-name {
      width: 260px;
      height: 71px;
      text-transform: uppercase;
      border: 0 none;
      background: url("../images/customize/step4/name_bg.png") no-repeat;
      color: #adadad;
      font-size: 1.4em;
      font-weight: 700;
      margin-left: 1px;
      margin-top: 23px;
      margin-bottom: 12px;
      text-align: center; }
      /* line 364, ../scss/_customize.scss */
      #CustomizeView #CustomizeNameView #name-selector #monster-name #monster-name-text {
        padding: 0 5px;
        line-height: 1.1em;
        width: 240px; }
    /* line 371, ../scss/_customize.scss */
    #CustomizeView #CustomizeNameView #name-selector #generate-button {
      position: relative;
      margin-top: 7px;
      display: block;
      width: 245px;
      height: 49px;
      padding: 17px 0 0 22px;
      background: url("../images/customize/step4/generate_button.png") no-repeat; }
      /* line 383, ../scss/_customize.scss */
      #CustomizeView #CustomizeNameView #name-selector #generate-button img {
        position: absolute;
        top: 0;
        left: 0; }
      /* line 389, ../scss/_customize.scss */
      #CustomizeView #CustomizeNameView #name-selector #generate-button .over {
        opacity: 0; }
  /* line 402, ../scss/_customize.scss */
  #CustomizeView #CustomizeAccessoriesView #accessories-selector {
    position: absolute;
    top: 289px;
    left: 64px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700; }
    /* line 413, ../scss/_customize.scss */
    #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 255px;
      height: 345px;
      z-index: 21; }
      /* line 422, ../scss/_customize.scss */
      #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button {
        position: absolute;
        width: 246px;
        height: 41px;
        text-align: center;
        margin: 0 0 1px 0;
        overflow: hidden; }
        /* line 431, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-left {
          display: block;
          float: left;
          width: 5px;
          height: 41px; }
        /* line 438, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center {
          position: relative;
          display: block;
          float: left;
          width: 236px;
          height: 41px; }
          /* line 447, ../scss/_customize.scss */
          #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center div {
            position: absolute; }
          /* line 451, ../scss/_customize.scss */
          #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center .full-width {
            width: 100%;
            height: 100%; }
          /* line 456, ../scss/_customize.scss */
          #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center .button-icon {
            position: absolute;
            z-index: 3;
            margin-left: -2px;
            width: 39px;
            height: 39px; }
            /* line 466, ../scss/_customize.scss */
            #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center .button-icon img {
              position: absolute;
              top: 1px;
              left: 0px; }
          /* line 473, ../scss/_customize.scss */
          #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center .button-label {
            z-index: 2;
            padding-top: 12px; }
          /* line 478, ../scss/_customize.scss */
          #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center .button-bg {
            background: url("../images/customize/step3/button_center.png") repeat-x; }
          /* line 482, ../scss/_customize.scss */
          #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-center .button-bg-over {
            background: url("../images/customize/step3/button_center_over.png") repeat-x;
            z-index: 1; }
        /* line 490, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-left,
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-right {
          position: relative; }
        /* line 495, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-left img,
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-right img {
          position: absolute;
          top: 0px;
          left: 0px; }
        /* line 501, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .button-right {
          display: block;
          float: left;
          width: 5px;
          height: 41px; }
        /* line 508, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .label-button .over {
          opacity: 0;
          z-index: 4; }
      /* line 515, ../scss/_customize.scss */
      #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .empty, #CustomizeView #CustomizeAccessoriesView #accessories-selector #label-buttons-container .empty a {
        color: #c5c4c4; }
    /* line 521, ../scss/_customize.scss */
    #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container {
      position: absolute;
      top: 0px;
      left: 55px;
      width: 200px;
      height: 340px;
      z-index: 20; }
      /* line 530, ../scss/_customize.scss */
      #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container .thumbs-container {
        position: relative;
        width: 200px; }
        /* line 535, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container .thumbs-container .thumbnail-button {
          position: absolute;
          width: 91px;
          height: 92px;
          margin: 0 4px 5px 0;
          padding: 6px 0 0 6px;
          overflow: hidden;
          background: url("../images/customize/step3/thumb_frame.png") no-repeat; }
        /* line 547, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container .thumbs-container .button-thumbnail {
          position: absolute;
          z-index: 2; }
        /* line 552, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container .thumbs-container .button-loader {
          position: absolute;
          z-index: 3; }
      /* line 559, ../scss/_customize.scss */
      #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container #back-button {
        position: absolute;
        width: 190px;
        height: 41px;
        text-align: center; }
        /* line 567, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container #back-button div {
          position: absolute;
          width: 100%;
          height: 100%; }
        /* line 573, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container #back-button .button-bg {
          background: url("../images/customize/step3/back_button_bg.png") no-repeat; }
        /* line 577, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container #back-button .button-bg-over {
          background: url("../images/customize/step3/back_button_bg_over.png") no-repeat;
          z-index: 1; }
        /* line 582, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container #back-button .button-label {
          padding-top: 13px;
          z-index: 2; }
        /* line 587, ../scss/_customize.scss */
        #CustomizeView #CustomizeAccessoriesView #accessories-selector #thumbnail-buttons-container #back-button .over {
          opacity: 0; }
    /* line 595, ../scss/_customize.scss */
    #CustomizeView #CustomizeAccessoriesView #accessories-selector .shadow {
      position: absolute;
      margin-left: -20px;
      top: 335px; }
  /* line 609, ../scss/_customize.scss */
  #CustomizeView #CustomizeShareView .share-button {
    position: relative;
    width: 244px;
    height: 51px; }
    /* line 615, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView .share-button .share-icon {
      position: relative;
      float: left;
      width: 38px;
      height: 38px; }
      /* line 622, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView .share-button .share-icon div {
        position: absolute;
        top: 0;
        left: 0; }
      /* line 628, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView .share-button .share-icon .icon {
        z-index: 1; }
      /* line 632, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView .share-button .share-icon .over {
        opacity: 0;
        z-index: 0; }
    /* line 638, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView .share-button .share-label {
      float: left;
      width: 150px;
      padding: 19px 0 0 0; }
    /* line 644, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView .share-button .share-arrow {
      position: absolute;
      left: 215px;
      width: 30px;
      height: 50px;
      padding: 20px 0 0 0px;
      margin-left: -10px;
      opacity: 0; }
  /* line 656, ../scss/_customize.scss */
  #CustomizeView #CustomizeShareView .share-icon {
    margin: 10px 10px 0 12px;
    background: url("../images/customize/step5/icons/jewel_grey.png") no-repeat; }
  /* line 661, ../scss/_customize.scss */
  #CustomizeView #CustomizeShareView #share-selector {
    margin: 25px 0 0 0; }
    /* line 665, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #share-selector a {
      text-transform: uppercase;
      font-size: 0.9em;
      font-weight: 700; }
    /* line 671, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #share-selector .top-block {
      width: 244px;
      height: 157px;
      background: url("../images/customize/step5/social_block.png") no-repeat; }
    /* line 684, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #share-selector .bottom-block {
      width: 244px;
      height: 108px;
      background: url("../images/customize/step5/bottom_block.png") no-repeat;
      margin: 10px 0 0 0; }
      /* line 690, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView #share-selector .bottom-block .share-label {
        width: 170px !important;
        padding-top: 22px !important;
        line-height: 1em; }
      /* line 696, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView #share-selector .bottom-block .share-label.double {
        padding-top: 16px !important; }
      /* line 700, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView #share-selector .bottom-block .share-icon {
        margin: 11px 10px 0 14px;
        background: transparent; }
    /* line 707, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #share-selector .bottom-block .share-button .over {
      z-index: 2; }
    /* line 712, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #share-selector .shadow {
      margin: 61px 0 0 -23px;
      opacity: 0.5; }
  /* line 720, ../scss/_customize.scss */
  #CustomizeView #CustomizeShareView #share-overlay-container {
    position: absolute;
    top: 0px;
    z-index: 100; }
    /* line 728, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #share-overlay-container #share-overlay #share-mask {
      position: absolute;
      top: 321px;
      left: 310px;
      width: 244px;
      height: 157px;
      overflow: hidden; }
    /* line 740, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #share-overlay-container #share-overlay .container {
      width: 244px;
      height: 157px;
      background: url("../images/customize/step5/social_block.png") no-repeat; }
  /* line 750, ../scss/_customize.scss */
  #CustomizeView #CustomizeShareView #picture-preview-container {
    position: absolute;
    top: 0px; }
    /* line 755, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls {
      position: absolute;
      top: 225px;
      left: 455px;
      z-index: 25; }
      /* line 762, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls .card-button {
        position: absolute;
        top: 0px; }
        /* line 766, ../scss/_customize.scss */
        #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls .card-button div {
          position: absolute;
          top: 0px;
          left: 0px; }
        /* line 772, ../scss/_customize.scss */
        #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls .card-button .over {
          opacity: 0; }
        /* line 776, ../scss/_customize.scss */
        #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls .card-button .selected {
          opacity: 0; }
      /* line 781, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls #portrait-button {
        left: 0px; }
      /* line 785, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls #full-body-button {
        left: 72px; }
      /* line 789, ../scss/_customize.scss */
      #CustomizeView #CustomizeShareView #picture-preview-container #frame-controls #id-button {
        left: 144px; }
    /* line 796, ../scss/_customize.scss */
    #CustomizeView #CustomizeShareView #picture-preview-container #frame-container .shadow {
      position: absolute;
      left: 420px;
      top: 655px; }

/* processing ---------------------------------------------------------------- */
/* line 811, ../scss/_customize.scss */
#pending {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  /* line 820, ../scss/_customize.scss */
  #pending #pending-share-container {
    position: absolute;
    width: 359px;
    height: 69px;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -180px;
    background: url("../images/customize/step5/pending_bg.png") no-repeat;
    z-index: 1; }
    /* line 831, ../scss/_customize.scss */
    #pending #pending-share-container #pending-label {
      position: absolute;
      width: 359px;
      height: 69px;
      line-height: 69px;
      vertical-align: middle;
      text-align: center;
      font-family: "Noto Sans", sans-serif;
      font-weight: 700;
      font-size: 1.1em;
      text-transform: uppercase;
      color: #727272;
      opacity: 1; }
    /* line 849, ../scss/_customize.scss */
    #pending #pending-share-container .share-button {
      position: absolute;
      width: 325px;
      height: 42px;
      top: 15px;
      left: 18px;
      display: none; }
      /* line 858, ../scss/_customize.scss */
      #pending #pending-share-container .share-button img {
        position: absolute;
        top: 0px;
        left: 0px; }
      /* line 864, ../scss/_customize.scss */
      #pending #pending-share-container .share-button img.normal {
        z-index: 1; }
      /* line 865, ../scss/_customize.scss */
      #pending #pending-share-container .share-button img.over {
        z-index: 2;
        opacity: 0; }
  /* line 873, ../scss/_customize.scss */
  #pending #tinted-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #828282;
    z-index: 0;
    opacity: 0.35; }

/* line 2, ../scss/_help.scss */
#help {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  /* line 11, ../scss/_help.scss */
  #help #help-container {
    position: absolute;
    width: 508px;
    height: 358px;
    top: 50%;
    left: 50%;
    margin: -179px 0 0 -254px;
    background: url("../images/help/bg.png") no-repeat;
    z-index: 1; }
    /* line 22, ../scss/_help.scss */
    #help #help-container #help-controls {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2; }
      /* line 29, ../scss/_help.scss */
      #help #help-container #help-controls #close-button {
        position: absolute;
        top: 15px;
        left: 465px; }
      /* line 35, ../scss/_help.scss */
      #help #help-container #help-controls #left-button {
        position: absolute;
        top: 162px;
        left: 20px; }
      /* line 41, ../scss/_help.scss */
      #help #help-container #help-controls #right-button {
        position: absolute;
        top: 162px;
        left: 452px; }
    /* line 48, ../scss/_help.scss */
    #help #help-container #help-content-container {
      position: absolute;
      z-index: 1; }
      /* line 53, ../scss/_help.scss */
      #help #help-container #help-content-container .mask {
        position: relative;
        margin: 5px 0 0 5px;
        width: 500px;
        height: 280px;
        overflow: hidden; }
        /* line 61, ../scss/_help.scss */
        #help #help-container #help-content-container .mask .masked-content {
          position: absolute; }
          /* line 65, ../scss/_help.scss */
          #help #help-container #help-content-container .mask .masked-content .help-section {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 500px;
            height: 280px;
            text-align: center; }
            /* line 74, ../scss/_help.scss */
            #help #help-container #help-content-container .mask .masked-content .help-section .step-header {
              margin: 60px 0 0 0; }
            /* line 78, ../scss/_help.scss */
            #help #help-container #help-content-container .mask .masked-content .help-section .step-subheader {
              margin: 0px 0 0 0;
              font-weight: bold;
              color: #afafaf; }
            /* line 84, ../scss/_help.scss */
            #help #help-container #help-content-container .mask .masked-content .help-section .text {
              width: 312px;
              margin: 30px auto 0 auto;
              color: #979797;
              font-size: 0.94em;
              line-height: 1.4em; }
            /* line 92, ../scss/_help.scss */
            #help #help-container #help-content-container .mask .masked-content .help-section .text.sm {
              font-size: 0.8em; }
    /* line 102, ../scss/_help.scss */
    #help #help-container #help-footer {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2; }
      /* line 108, ../scss/_help.scss */
      #help #help-container #help-footer .footer-button {
        position: absolute;
        width: 157px;
        height: 32px; }
        /* line 114, ../scss/_help.scss */
        #help #help-container #help-footer .footer-button img {
          position: absolute;
          top: 0px;
          left: 0px; }
        /* line 120, ../scss/_help.scss */
        #help #help-container #help-footer .footer-button img.normal {
          z-index: 1; }
        /* line 121, ../scss/_help.scss */
        #help #help-container #help-footer .footer-button img.over {
          z-index: 2;
          opacity: 0; }
      /* line 127, ../scss/_help.scss */
      #help #help-container #help-footer #terms-button {
        top: 290px;
        left: 21px; }
      /* line 132, ../scss/_help.scss */
      #help #help-container #help-footer #privacy-button {
        top: 290px;
        left: 330px; }
  /* line 141, ../scss/_help.scss */
  #help .module {
    width: 508px;
    height: 358px; }
  /* line 146, ../scss/_help.scss */
  #help #tinted-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #828282;
    z-index: 0;
    opacity: 0.35; }

/* line 14, ../scss/global.scss */
*, a {
  outline: 0 none !important; }

/* line 18, ../scss/global.scss */
html, body, div, input, fieldset, table, tr, td, button, select, textarea, optgroup, option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 22, ../scss/global.scss */
input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

/* line 26, ../scss/global.scss */
a {
  color: #727272; }

/* line 30, ../scss/global.scss */
input::-moz-focus-inner {
  border: 0; }

/* APP-WIDE STYLES -------------------------------------------------------------  */
/* line 36, ../scss/global.scss */
#main {
  font-family: "Noto Sans", sans-serif;
  color: #767676;
  font-size: 0.9em;
  line-height: 1.3em; }

/* HEADER ----------------------------------------------------------------------  */
/* line 48, ../scss/global.scss */
#header #social-buttons {
  position: absolute;
  z-index: 100;
  margin: 12px 0 0 20px; }
  /* line 55, ../scss/global.scss */
  #header #social-buttons .social-button {
    width: 21px;
    height: 21px;
    float: left;
    margin-left: 4px; }
/* line 63, ../scss/global.scss */
#header #trailer-button {
  position: absolute;
  left: 678px;
  top: 12px;
  z-index: 30; }

/* FOOTER ----------------------------------------------------------------------  */
/* line 74, ../scss/global.scss */
#footer {
  position: absolute;
  z-index: 9998;
  top: 830px; }
  /* line 81, ../scss/global.scss */
  #footer .left-block {
    width: 150px;
    position: absolute;
    margin: -70px 0 0 0; }
    /* line 87, ../scss/global.scss */
    #footer .left-block img {
      position: absolute; }
    /* line 91, ../scss/global.scss */
    #footer .left-block #sound-toggle {
      position: absolute;
      margin: 30px 0 0 120px; }
  /* line 97, ../scss/global.scss */
  #footer .right-block {
    position: absolute;
    margin: -110px 0 0 645px; }

/* CONTENT AREA ----------------------------------------------------------------  */
/* line 106, ../scss/global.scss */
.content-view {
  position: absolute;
  top: 0px;
  width: 810px;
  height: 1080px; }

/* line 113, ../scss/global.scss */
#content-container {
  position: absolute;
  top: 0px;
  left: 0px; }

/* BACKGROUND ------------------------------------------------------------------  */
/* line 121, ../scss/global.scss */
#background-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 810px;
  height: 1080px;
  z-index: -1; }
  /* line 130, ../scss/global.scss */
  #background-container img {
    position: absolute; }

/* line 135, ../scss/global.scss */
#background-overlay {
  position: absolute;
  top: 0;
  z-index: 1; }

/* MISC ------------------------------------------------------------------------  */
/* line 143, ../scss/global.scss */
.hidden {
  display: none; }

/* line 147, ../scss/global.scss */
.noscroll {
  overflow: hidden; }
