/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, scss/includes/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, scss/includes/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, scss/includes/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, scss/includes/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 84, scss/includes/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 96, scss/includes/_normalize.scss */
body {
  margin: 0;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 136, scss/includes/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 141, scss/includes/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 146, scss/includes/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 151, scss/includes/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 156, scss/includes/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 161, scss/includes/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 183, scss/includes/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 200, scss/includes/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
/* line 219, scss/includes/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 228, scss/includes/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 251, scss/includes/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 259, scss/includes/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 301, scss/includes/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 308, scss/includes/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 316, scss/includes/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 326, scss/includes/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 341, scss/includes/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 362, scss/includes/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 374, scss/includes/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 382, scss/includes/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 394, scss/includes/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 408, scss/includes/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 423, scss/includes/_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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 435, scss/includes/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 450, scss/includes/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 463, scss/includes/_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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 475, scss/includes/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 489, scss/includes/_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 501, scss/includes/_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 3+.
 */
/* line 510, scss/includes/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

/* ==========================================================================
   Variables
   ========================================================================== */
/*
 * COLORS
 */
/*
 * FONTS
 */
/* ==========================================================================
   mixins
   ========================================================================== */
/*! 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
   ========================================================================== */
/* line 13, scss/includes/_h5bp_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, scss/includes/_h5bp_defaults.scss */
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.
 */
/* line 32, scss/includes/_h5bp_defaults.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, scss/includes/_h5bp_defaults.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, scss/includes/_h5bp_defaults.scss */
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
 */
/* line 60, scss/includes/_h5bp_defaults.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 71, scss/includes/_h5bp_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, scss/includes/_h5bp_defaults.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, scss/includes/_h5bp_defaults.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* 
* apply a natural box layout model to all elements 
* http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
/* line 10, scss/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, scss/main.scss */
body {
  -ms-content-zooming: none;
  /* Disables zooming */
  color: #000;
  background: #000;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .625em;
  line-height: 1.5em;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
/* line 35, scss/main.scss */
#shell {
  overflow: hidden;
}

/* line 39, scss/main.scss */
.section_close_btn {
  position: absolute;
  height: 28px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 27px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-left: 10px;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 5px);
  -moz-transform: translate3d(0, 0, 5px);
  -ms-transform: translate3d(0, 0, 5px);
  -o-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
}

/* line 52, scss/main.scss */
a {
  color: #000;
  text-decoration: none;
}
/* line 55, scss/main.scss */
a:hover {
  color: #b8b8b8;
}

/* line 61, scss/main.scss */
a:active, a:focus {
  border: none;
  outline: none;
}

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

/* line 70, scss/main.scss */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* line 81, scss/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* line 88, scss/main.scss */
h1 {
  font-size: 3.5em;
}

/* line 101, scss/main.scss */
.js section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  display: none;
  visibility: hidden;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
/* line 109, scss/main.scss */
.js section.current_section {
  display: block;
}
/* line 113, scss/main.scss */
.js section.overlay {
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* line 120, scss/main.scss */
#banners {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* line 128, scss/main.scss */
#background {
  position: absolute;
  top: 0;
}

/* line 133, scss/main.scss */
.backplate_wrapper {
  position: absolute;
}

/* line 137, scss/main.scss */
.cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 145, scss/main.scss */
#gameContainer {
  position: relative;
  overflow: hidden;
}

/* line 153, scss/main.scss */
#browserNotSupported {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background: #ccc;
  font-size: 24px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  line-height: normal;
  background: url(../images/loaderBg.jpg) no-repeat;
  background-size: cover;
  color: #00496d;
}
/* line 172, scss/main.scss */
#browserNotSupported p {
  width: 75%;
  margin: 0 auto;
  padding: 1em;
  background-color: #fff;
  border: solid 3px #000;
  position: relative;
  z-index: 1;
}
/* line 181, scss/main.scss */
#browserNotSupported a {
  color: #000;
}
/* line 183, scss/main.scss */
#browserNotSupported a:hover {
  color: #b8b8b8;
}
/* line 187, scss/main.scss */
.lt-ie9 #browserNotSupported {
  background: transparent;
}
/* line 189, scss/main.scss */
.lt-ie9 #browserNotSupported img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 200, scss/main.scss */
#loadCover {
  -webkit-transform: translate3d(0px, 0px, 100px);
  -moz-transform: translate3d(0px, 0px, 100px);
  -ms-transform: translate3d(0px, 0px, 100px);
  -o-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100px;
  font-family: "futura-pt-condensed",sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  line-height: normal;
  text-align: center;
  background: #000;
  background: -moz-linear-gradient(top, #b8b8b8 0%, #000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(100%, #1e5799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b8b8b8 0%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b8b8b8 0%, #000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b8b8b8 0%, #000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b8b8b8 0%, #000 100%);
  /* W3C */
}
/* line 222, scss/main.scss */
#loadCover img {
  position: relative;
  display: block;
  margin: 10px auto;
  bottom: -160px;
  padding: 10px;
  background-color: #009eeb;
  border-radius: 14px;
}
/* line 232, scss/main.scss */
#loadCover .homeTitle {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 237, scss/main.scss */
#loadCover.show .homeTitle {
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 200, scss/main.scss */
  #loadCover {
    font-size: 75px;
  }
  /* line 243, scss/main.scss */
  #loadCover img {
    bottom: -125px;
  }
}

/* line 249, scss/main.scss */
#portraitTest {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  z-index: 56;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 259, scss/main.scss */
#portraitTest img {
  margin: 0px 0px 20px 0px;
}
/* line 263, scss/main.scss */
#portraitTest p {
  font-size: 2em;
  line-height: 1.25em;
  position: absolute;
  width: 500px;
  margin-left: -250px;
  left: 50%;
  top: 35%;
  text-align: center;
}

/* line 277, scss/main.scss */
#interstitialOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 56;
  text-align: center;
  font: 28px/35px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 293, scss/main.scss */
#interstitialOverlay #interstitialHolder {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 500px;
  margin: -250px 0px 0px -300px;
}
/* line 302, scss/main.scss */
#interstitialOverlay #interstitialHolder img {
  margin: 0px 0px 20px 0px;
}
/* line 306, scss/main.scss */
#interstitialOverlay #interstitialHolder #exitDestination.social-icon {
  font-size: 20px;
  line-height: 20px;
  padding: 8px 5px 0px 5px;
}
/* line 311, scss/main.scss */
#interstitialOverlay #interstitialHolder #currentLocation {
  font: 20px/35px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  color: #d71300;
}
/* line 315, scss/main.scss */
#interstitialOverlay #interstitialHolder #exitDestinationMini.social-icon {
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  padding: 7px 5px 0px 5px;
  margin: 0px 10px 0px 0px;
}
/* line 323, scss/main.scss */
#interstitialOverlay #interstitialHolder #exitDestination.icon-facebook,
#interstitialOverlay #interstitialHolder #exitDestinationMini.icon-facebook {
  background-color: #3e5b98;
  color: #ffffff;
}
/* line 329, scss/main.scss */
#interstitialOverlay #interstitialHolder #exitDestination.icon-twitter,
#interstitialOverlay #interstitialHolder #exitDestinationMini.icon-twitter {
  background-color: #3e5b98;
  color: #ffffff;
}
/* line 335, scss/main.scss */
#interstitialOverlay #interstitialHolder #exitDestination.icon-youtube,
#interstitialOverlay #interstitialHolder #exitDestinationMini.icon-youtube {
  background-color: #c4302c;
  color: #ffffff;
}
/* line 341, scss/main.scss */
#interstitialOverlay #interstitialHolder #exitDestination.icon-instagram,
#interstitialOverlay #interstitialHolder #exitDestinationMini.icon-instagram {
  background-color: #ffffff;
  color: #663300;
}
/* line 347, scss/main.scss */
#interstitialOverlay #interstitialHolder #pptos {
  margin: 30px 0px 0px 0px;
  font: 12px/14px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #d71300;
}
/* line 353, scss/main.scss */
#interstitialOverlay #interstitialHolder #pptos a {
  color: #fff;
}
/* line 355, scss/main.scss */
.no-touch #interstitialOverlay #interstitialHolder #pptos a:hover {
  color: #fff;
}
/* line 361, scss/main.scss */
#interstitialOverlay #interstitialHolder .interstitialBtn {
  display: inline-block;
  border-radius: 25px;
  margin: 25px 25px 0 25px;
  width: 180px;
  height: 35px;
  border: 2px;
  background-color: #d71300;
  font: 16px/35px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 375, scss/main.scss */
#interstitialOverlay #interstitialHolder .interstitialBtn p {
  margin: 0px;
}
/* line 379, scss/main.scss */
.no-touch #interstitialOverlay #interstitialHolder .interstitialBtn:hover {
  background-color: #9d2223;
}

/* line 387, scss/main.scss */
.homeTitle {
  position: relative;
  top: 25%;
  height: 100px;
}
/* line 392, scss/main.scss */
.homeTitle .homeTitle1 {
  font-size: .34em;
  color: #fff;
  letter-spacing: 0.05em;
}
/* line 398, scss/main.scss */
.homeTitle .homeTitle2 {
  position: relative;
  font-size: 1.49em;
  margin-top: -0.28em;
  letter-spacing: -0.02em;
}
/* line 405, scss/main.scss */
.homeTitle .homeTitle2_back {
  position: absolute;
  color: #d4de25;
  top: .03em;
  left: -.035em;
  width: 100%;
}
/* line 414, scss/main.scss */
.homeTitle .homeTitle2_back span {
  background: -webkit-linear-gradient(top, #bdd630 25%, #d4de25 40%, #e0c123 55%, #f58320 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 420, scss/main.scss */
.homeTitle .homeTitle2_front {
  position: absolute;
  color: #134990;
  top: 0em;
  left: 0em;
  width: 100%;
}
/* line 428, scss/main.scss */
.homeTitle .homeTitle2_front span {
  background: -webkit-linear-gradient(top, #1955a6 25%, #063368 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  /* line 387, scss/main.scss */
  .homeTitle {
    top: auto;
    margin-top: 75px;
  }
}

/* line 3, scss/sections/_home.scss */
#home h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
  font-size: 150px;
  color: #fff;
  color: rgba(255, 255, 255, 0.15);
}
/* line 13, scss/sections/_home.scss */
#home .hidden {
  display: none;
}
/* line 17, scss/sections/_home.scss */
#home .transitionArrow {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
/* line 24, scss/sections/_home.scss */
#home .transitionArrow img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 32, scss/sections/_home.scss */
#home #arrow0 {
  width: 400px;
  height: 500px;
}
/* line 36, scss/sections/_home.scss */
#home #arrow0 img {
  width: 19600px;
  height: 500px;
}
/* line 41, scss/sections/_home.scss */
#home #arrow1,
#home #arrow2 {
  width: 500px;
  height: 300px;
}
/* line 46, scss/sections/_home.scss */
#home #arrow1 img,
#home #arrow2 img {
  width: 24500px;
  height: 300px;
}
/* line 53, scss/sections/_home.scss */
#home #arrow0 {
  top: auto;
  bottom: 0px;
  left: 275px;
}
/* line 58, scss/sections/_home.scss */
#home #arrow1 {
  top: 100px;
  left: auto;
  right: 0px;
}
/* line 63, scss/sections/_home.scss */
#home #arrow2 {
  top: 100px;
  left: 0px;
}
/* line 68, scss/sections/_home.scss */
#home #frame {
  display: block;
  position: absolute;
  width: 925px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin: -250px 0px 0px -462px;
}
/* line 77, scss/sections/_home.scss */
#home #game {
  display: block;
  position: absolute;
  width: 925px;
  height: 500px;
  top: 0;
  left: 0;
  background: url(../images/bg-inner2.jpg) repeat -152px -170px;
  overflow: hidden;
}
/* line 87, scss/sections/_home.scss */
#home #border-top {
  display: block;
  position: absolute;
  width: 980px;
  height: 55px;
  top: -27px;
  left: -28px;
  background: url(../images/border-top.png) no-repeat top left;
}
/* line 96, scss/sections/_home.scss */
#home #border-bottom {
  display: block;
  position: absolute;
  width: 980px;
  height: 55px;
  top: 472px;
  left: -28px;
  background: url(../images/border-bottom.png) no-repeat top left;
}
/* line 105, scss/sections/_home.scss */
#home #border-left {
  display: block;
  position: absolute;
  width: 55px;
  height: 444px;
  top: 28px;
  left: -28px;
  background: url(../images/border-left.png) no-repeat top left;
}
/* line 114, scss/sections/_home.scss */
#home #border-right {
  display: block;
  position: absolute;
  width: 55px;
  height: 444px;
  top: 28px;
  right: -27px;
  background: url(../images/border-right.png) no-repeat top left;
}
/* line 124, scss/sections/_home.scss */
#home .monsterStep {
  position: absolute;
  top: 0;
  left: 0;
  width: 925px;
  height: 500px;
  overflow: hidden;
}
/* line 132, scss/sections/_home.scss */
#home .monsterStep .monsterQuestionTitle {
  display: block;
  width: 100%;
  font: 35px/35px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f1e7d1;
  margin: 50px 0px 0px 0px;
  text-align: center;
  text-shadow: 2px 4px 0 #800c00;
}
/* line 142, scss/sections/_home.scss */
#home .monsterStep .monsterAnswer {
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 450px;
  height: 450px;
}
/* line 150, scss/sections/_home.scss */
#home .monsterStep .answer2 {
  left: auto;
  right: 0px;
}
/* line 155, scss/sections/_home.scss */
#home .monsterStep .answerCircle {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 450px;
  height: 450px;
  overflow: hidden;
}
/* line 164, scss/sections/_home.scss */
#home .monsterStep .answerCircle img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20250px;
  height: 450px;
}
/* line 174, scss/sections/_home.scss */
#home .monsterStep .answerAvatar {
  display: block;
  position: absolute;
  top: 60px;
  left: 0px;
}
/* line 181, scss/sections/_home.scss */
#home .monsterStep .answerButton {
  display: block;
  position: absolute;
  top: 50px;
  left: 100px;
}
/* line 188, scss/sections/_home.scss */
#home .monsterStep .answerLabel {
  display: block;
  position: absolute;
  top: 110px;
  left: 115px;
  width: 200px;
  font: 20px/18px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #1e2472;
  margin: 10px 0px 0px 0px;
  text-align: left;
}
/* line 202, scss/sections/_home.scss */
#home .monsterStep .answer1 .answerLabel {
  text-align: left;
}
/* line 207, scss/sections/_home.scss */
#home .monsterStep .answer2 .answerLabel {
  text-align: right;
}
/* line 215, scss/sections/_home.scss */
#home #step0 .character {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 221, scss/sections/_home.scss */
#home #step0 #blobby {
  left: 75px;
}
/* line 224, scss/sections/_home.scss */
#home #step0 #frankenstein {
  left: 500px;
}
/* line 227, scss/sections/_home.scss */
#home #step0 #invisible {
  left: 100px;
}
/* line 230, scss/sections/_home.scss */
#home #step0 #mummy {
  left: 0px;
}
/* line 233, scss/sections/_home.scss */
#home #step0 #vampire {
  left: 250px;
}
/* line 236, scss/sections/_home.scss */
#home #step0 #werewolf {
  left: 650px;
}
/* line 239, scss/sections/_home.scss */
#home #step0 #coverup {
  display: block;
  position: absolute;
  left: 187px;
  bottom: -50px;
}
/* line 245, scss/sections/_home.scss */
#home #step0 #enter {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 600px;
  margin: 0px 0px 0px -300px;
  text-align: center;
}
/* line 254, scss/sections/_home.scss */
#home #step0 #enter .button {
  display: inline-block;
  width: 65px;
  height: 65px;
}
/* line 259, scss/sections/_home.scss */
#home #step0 #enter .enter-text {
  display: inline-block;
  font: 55px/65px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f1e7d1;
  vertical-align: middle;
  text-shadow: 2px 4px 0 #000000;
}
/* line 267, scss/sections/_home.scss */
#home #step0 #enter .enter-subtext {
  font: 30px/30px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f1e7d1;
  text-shadow: 2px 4px 0 #000000;
}
/* line 280, scss/sections/_home.scss */
#home #step1 .answer1 .answerCircle {
  top: 75px;
  left: 0px;
}
/* line 284, scss/sections/_home.scss */
#home #step1 .answer1 .answerAvatar {
  top: -125px;
  left: -85px;
}
/* line 288, scss/sections/_home.scss */
#home #step1 .answer1 .answerButton {
  top: 250px;
  left: 375px;
}
/* line 292, scss/sections/_home.scss */
#home #step1 .answer1 .answerLabel {
  top: 300px;
  left: 400px;
}
/* line 298, scss/sections/_home.scss */
#home #step1 .answer2 .answerCircle {
  top: 25px;
  left: 150px;
}
/* line 302, scss/sections/_home.scss */
#home #step1 .answer2 .answerAvatar {
  top: 50px;
  left: 95px;
}
/* line 306, scss/sections/_home.scss */
#home #step1 .answer2 .answerButton {
  top: 60px;
  left: 275px;
}
/* line 310, scss/sections/_home.scss */
#home #step1 .answer2 .answerLabel {
  top: 50px;
  left: 60px;
}
/* line 319, scss/sections/_home.scss */
#home #step2 .answer1 .answerCircle {
  top: 25px;
  left: -50px;
}
/* line 323, scss/sections/_home.scss */
#home #step2 .answer1 .answerAvatar {
  top: 125px;
  left: 80px;
}
/* line 327, scss/sections/_home.scss */
#home #step2 .answer1 .answerButton {
  top: 250px;
  left: 275px;
}
/* line 331, scss/sections/_home.scss */
#home #step2 .answer1 .answerLabel {
  top: 300px;
  left: 300px;
}
/* line 337, scss/sections/_home.scss */
#home #step2 .answer2 .answerCircle {
  top: 75px;
  left: 100px;
}
/* line 341, scss/sections/_home.scss */
#home #step2 .answer2 .answerAvatar {
  top: 125px;
  left: 100px;
}
/* line 345, scss/sections/_home.scss */
#home #step2 .answer2 .answerButton {
  top: 70px;
  left: 350px;
}
/* line 349, scss/sections/_home.scss */
#home #step2 .answer2 .answerLabel {
  top: 65px;
  left: -60px;
  width: 400px;
}
/* line 359, scss/sections/_home.scss */
#home #step3 .answer1 .answerCircle {
  top: 25px;
  left: -75px;
}
/* line 363, scss/sections/_home.scss */
#home #step3 .answer1 .answerAvatar {
  top: 0px;
  left: 50px;
}
/* line 367, scss/sections/_home.scss */
#home #step3 .answer1 .answerButton {
  top: 150px;
  left: 275px;
}
/* line 371, scss/sections/_home.scss */
#home #step3 .answer1 .answerLabel {
  top: 200px;
  left: 335px;
}
/* line 377, scss/sections/_home.scss */
#home #step3 .answer2 .answerCircle {
  top: 0px;
  left: 15px;
}
/* line 381, scss/sections/_home.scss */
#home #step3 .answer2 .answerAvatar {
  top: 25px;
  left: 100px;
}
/* line 385, scss/sections/_home.scss */
#home #step3 .answer2 .answerButton {
  top: 55px;
  left: 105px;
}
/* line 389, scss/sections/_home.scss */
#home #step3 .answer2 .answerLabel {
  top: 50px;
  left: -110px;
}
/* line 398, scss/sections/_home.scss */
#home #step4 .answer1 .answerCircle {
  top: 50px;
  left: 0px;
}
/* line 402, scss/sections/_home.scss */
#home #step4 .answer1 .answerAvatar {
  top: 50px;
  left: -25px;
}
/* line 406, scss/sections/_home.scss */
#home #step4 .answer1 .answerButton {
  top: 100px;
  left: 300px;
}
/* line 410, scss/sections/_home.scss */
#home #step4 .answer1 .answerLabel {
  top: 100px;
  left: 365px;
}
/* line 416, scss/sections/_home.scss */
#home #step4 .answer2 .answerCircle {
  top: 75px;
  left: 75px;
}
/* line 420, scss/sections/_home.scss */
#home #step4 .answer2 .answerAvatar {
  top: 100px;
  left: 125px;
}
/* line 424, scss/sections/_home.scss */
#home #step4 .answer2 .answerButton {
  top: 65px;
  left: 365px;
}
/* line 428, scss/sections/_home.scss */
#home #step4 .answer2 .answerLabel {
  top: 50px;
  left: 150px;
}
/* line 437, scss/sections/_home.scss */
#home #step5 .answer1 .answerCircle {
  top: 30px;
  left: -65px;
}
/* line 441, scss/sections/_home.scss */
#home #step5 .answer1 .answerAvatar {
  top: 230px;
  left: 200px;
}
/* line 445, scss/sections/_home.scss */
#home #step5 .answer1 .answerButton {
  top: 75px;
  left: 200px;
}
/* line 449, scss/sections/_home.scss */
#home #step5 .answer1 .answerLabel {
  top: 70px;
  left: 265px;
}
/* line 455, scss/sections/_home.scss */
#home #step5 .answer2 .answerCircle {
  top: 50px;
  left: 50px;
}
/* line 459, scss/sections/_home.scss */
#home #step5 .answer2 .answerAvatar {
  top: -50px;
  left: 50px;
}
/* line 463, scss/sections/_home.scss */
#home #step5 .answer2 .answerButton {
  top: 100px;
  left: 150px;
}
/* line 467, scss/sections/_home.scss */
#home #step5 .answer2 .answerLabel {
  top: 200px;
  left: -115px;
}
/* line 476, scss/sections/_home.scss */
#home #step6 .answer1 .answerCircle {
  top: 0px;
  left: -25px;
}
/* line 480, scss/sections/_home.scss */
#home #step6 .answer1 .answerAvatar {
  top: 30px;
  left: -60px;
}
/* line 484, scss/sections/_home.scss */
#home #step6 .answer1 .answerButton {
  top: 150px;
  left: 340px;
}
/* line 488, scss/sections/_home.scss */
#home #step6 .answer1 .answerLabel {
  top: 195px;
  left: 385px;
}
/* line 494, scss/sections/_home.scss */
#home #step6 .answer2 .answerCircle {
  top: 25px;
  left: 75px;
}
/* line 498, scss/sections/_home.scss */
#home #step6 .answer2 .answerAvatar {
  top: 100px;
  left: 100px;
}
/* line 502, scss/sections/_home.scss */
#home #step6 .answer2 .answerButton {
  top: 60px;
  left: 210px;
}
/* line 506, scss/sections/_home.scss */
#home #step6 .answer2 .answerLabel {
  top: 58px;
  left: 0px;
}
/* line 515, scss/sections/_home.scss */
#home #step7 .answer1 .answerCircle {
  top: 35px;
  left: -75px;
}
/* line 519, scss/sections/_home.scss */
#home #step7 .answer1 .answerAvatar {
  top: 125px;
  left: -50px;
}
/* line 523, scss/sections/_home.scss */
#home #step7 .answer1 .answerButton {
  top: 150px;
  left: 270px;
}
/* line 527, scss/sections/_home.scss */
#home #step7 .answer1 .answerLabel {
  top: 190px;
  left: 325px;
}
/* line 533, scss/sections/_home.scss */
#home #step7 .answer2 .answerCircle {
  top: 0px;
  left: 50px;
}
/* line 537, scss/sections/_home.scss */
#home #step7 .answer2 .answerAvatar {
  top: 75px;
  left: 100px;
}
/* line 541, scss/sections/_home.scss */
#home #step7 .answer2 .answerButton {
  top: 100px;
  left: 100px;
}
/* line 545, scss/sections/_home.scss */
#home #step7 .answer2 .answerLabel {
  width: 200px;
  top: 50px;
  left: -100px;
  text-align: right;
}
/* line 556, scss/sections/_home.scss */
#home #step8 .answer1 .answerCircle {
  top: 25px;
  left: -50px;
}
/* line 560, scss/sections/_home.scss */
#home #step8 .answer1 .answerAvatar {
  top: 75px;
  left: 75px;
}
/* line 564, scss/sections/_home.scss */
#home #step8 .answer1 .answerButton {
  top: 175px;
  left: 275px;
}
/* line 568, scss/sections/_home.scss */
#home #step8 .answer1 .answerLabel {
  top: 225px;
  left: 315px;
}
/* line 574, scss/sections/_home.scss */
#home #step8 .answer2 .answerCircle {
  top: 0px;
  left: 25px;
}
/* line 578, scss/sections/_home.scss */
#home #step8 .answer2 .answerAvatar {
  top: -50px;
  left: 0px;
}
/* line 582, scss/sections/_home.scss */
#home #step8 .answer2 .answerButton {
  top: 120px;
  left: 75px;
}
/* line 586, scss/sections/_home.scss */
#home #step8 .answer2 .answerLabel {
  top: 65px;
  left: -125px;
  width: 250px;
}
/* line 596, scss/sections/_home.scss */
#home #step9 .answer1 .answerCircle {
  top: 50px;
  left: -75px;
}
/* line 600, scss/sections/_home.scss */
#home #step9 .answer1 .answerAvatar {
  top: 50px;
  left: -75px;
}
/* line 604, scss/sections/_home.scss */
#home #step9 .answer1 .answerButton {
  top: 175px;
  left: 260px;
}
/* line 608, scss/sections/_home.scss */
#home #step9 .answer1 .answerLabel {
  top: 175px;
  left: 325px;
}
/* line 614, scss/sections/_home.scss */
#home #step9 .answer2 .answerCircle {
  top: 15px;
  left: 75px;
}
/* line 618, scss/sections/_home.scss */
#home #step9 .answer2 .answerAvatar {
  top: 0px;
  left: 0px;
}
/* line 622, scss/sections/_home.scss */
#home #step9 .answer2 .answerButton {
  top: 150px;
  left: 105px;
}
/* line 626, scss/sections/_home.scss */
#home #step9 .answer2 .answerLabel {
  top: 85px;
  left: -100px;
  width: 250px;
}
/* line 636, scss/sections/_home.scss */
#home #step10 .answer1 .answerCircle {
  top: 50px;
  left: -100px;
}
/* line 640, scss/sections/_home.scss */
#home #step10 .answer1 .answerAvatar {
  top: 100px;
  left: 50px;
}
/* line 644, scss/sections/_home.scss */
#home #step10 .answer1 .answerButton {
  top: 200px;
  left: 265px;
}
/* line 648, scss/sections/_home.scss */
#home #step10 .answer1 .answerLabel {
  top: 250px;
  left: 310px;
}
/* line 654, scss/sections/_home.scss */
#home #step10 .answer2 .answerCircle {
  top: 0px;
  left: 75px;
}
/* line 658, scss/sections/_home.scss */
#home #step10 .answer2 .answerAvatar {
  top: -25px;
  left: 100px;
}
/* line 662, scss/sections/_home.scss */
#home #step10 .answer2 .answerButton {
  top: 125px;
  left: 115px;
}
/* line 666, scss/sections/_home.scss */
#home #step10 .answer2 .answerLabel {
  top: 75px;
  left: -100px;
}
/* line 673, scss/sections/_home.scss */
#home .monsterResultCircle {
  display: block;
  position: absolute;
  top: 50px;
  left: 230px;
}
/* line 679, scss/sections/_home.scss */
#home .monsterResultAvatar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 688, scss/sections/_home.scss */
#home #step11 #vampire .monsterResultCircle {
  top: 50px;
  left: 300px;
}
/* line 692, scss/sections/_home.scss */
#home #step11 #vampire .monsterResultAvatar {
  top: -75px;
  left: 0;
}
/* line 698, scss/sections/_home.scss */
#home #step11 #werewolf .monsterResultCircle {
  top: 25px;
  left: 400px;
}
/* line 704, scss/sections/_home.scss */
#home #step11 #invisible .monsterResultCircle {
  top: -100px;
  left: 225px;
}
/* line 711, scss/sections/_home.scss */
#home .youare {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 100px;
  text-align: left;
  font: 48px/50px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f1e7d1;
  vertical-align: middle;
  text-shadow: 2px 4px 0 #7f0b00;
  letter-spacing: .5px;
}
/* line 724, scss/sections/_home.scss */
#home .youare span {
  text-align: left;
  font: 30px/45px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f1e7d1;
  vertical-align: middle;
  text-shadow: 2px 4px 0 #7f0b00;
  padding: 0px 0px 0px 10px;
}
/* line 736, scss/sections/_home.scss */
#home #tryagain {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 425px;
  text-align: right;
}
/* line 744, scss/sections/_home.scss */
#home #tryagain .button {
  display: inline-block;
  width: 50px;
  height: 50px;
}
/* line 749, scss/sections/_home.scss */
#home #tryagain .tryagain-text {
  display: inline-block;
  font: 35px/65px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f1e7d1;
  vertical-align: middle;
  text-shadow: 2px 4px 0 #7f0b00;
}
/* line 759, scss/sections/_home.scss */
#home #shareable {
  display: block;
  position: absolute;
  left: 40px;
  bottom: 37px;
  width: 400px;
  height: 45px;
  text-align: left;
  background: url(../images/sharebutton.png) no-repeat top left;
  padding: 10px 0px 0px 0px;
}
/* line 770, scss/sections/_home.scss */
#home #shareable .shareable-text {
  display: inline-block;
  position: relative;
  font: 18px/20px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f1e7d1;
  vertical-align: middle;
  text-shadow: 2px 4px 0 #7f0b00;
  margin: 0px 10px 0px 20px;
}
/* line 781, scss/sections/_home.scss */
#home #shareable .social-icon {
  display: inline-block;
  position: relative;
}
/* line 784, scss/sections/_home.scss */
#home #shareable .social-icon:before {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
/* line 793, scss/sections/_home.scss */
.no-touch #home #shareable .social-icon:hover:before {
  color: #ffc300;
}

/* line 1, scss/partials/_slideshow.scss */
.slideshow {
  cursor: url(../images/openhand.cur), default;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 7, scss/partials/_slideshow.scss */
.slideshow.disabled {
  cursor: default;
}
/* line 12, scss/partials/_slideshow.scss */
.slideshow.dragging {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* line 17, scss/partials/_slideshow.scss */
.slideshow .backplate {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 23, scss/partials/_slideshow.scss */
.slideshow .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 30, scss/partials/_slideshow.scss */
.slideshow .video_backplate {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 38, scss/partials/_slideshow.scss */
.slideshow > ul {
  list-style-type: none;
  position: absolute;
}
/* line 42, scss/partials/_slideshow.scss */
.slideshow .slide {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  display: none;
}
/* line 49, scss/partials/_slideshow.scss */
.slideshow .slide .gallery {
  position: absolute;
}
/* line 51, scss/partials/_slideshow.scss */
.slideshow .slide .gallery .gallery_image {
  position: absolute;
}
/* line 53, scss/partials/_slideshow.scss */
.slideshow .slide .gallery .gallery_image img {
  display: block;
  max-width: 100%;
}

/* line 62, scss/partials/_slideshow.scss */
.prev_slide, .next_slide {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background: rgba(255, 255, 255, 0) url(../images/gallery/prev_next_buttons.png) no-repeat;
  -webkit-transform: translate3d(0, 0, 2px);
  -moz-transform: translate3d(0, 0, 2px);
  -ms-transform: translate3d(0, 0, 2px);
  -o-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  display: none;
}
/* line 70, scss/partials/_slideshow.scss */
.prev_slide.prev_slide, .next_slide.prev_slide {
  left: 0;
  background-position: -200px 50%;
}
/* line 74, scss/partials/_slideshow.scss */
.prev_slide.next_slide, .next_slide.next_slide {
  right: 0;
  background-position: 0px 50%;
}
/* line 79, scss/partials/_slideshow.scss */
.no-touch .prev_slide:hover, .no-touch .next_slide:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 81, scss/partials/_slideshow.scss */
.no-touch .prev_slide:hover.prev_slide, .no-touch .next_slide:hover.prev_slide {
  background-position: -300px 50%;
}
/* line 84, scss/partials/_slideshow.scss */
.no-touch .prev_slide:hover.next_slide, .no-touch .next_slide:hover.next_slide {
  background-position: -100px 50%;
}

/* line 91, scss/partials/_slideshow.scss */
.paginator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 950px;
  height: 325px;
  margin: -130px 0px 0px -475px;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 3px);
  -moz-transform: translate3d(0, 0, 3px);
  -ms-transform: translate3d(0, 0, 3px);
  -o-transform: translate3d(0, 0, 3px);
  transform: translate3d(0, 0, 3px);
}
/* line 101, scss/partials/_slideshow.scss */
.paginator .count {
  font-size: 11px;
  position: absolute;
  line-height: 1em;
  top: -20px;
  left: 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
/* line 111, scss/partials/_slideshow.scss */
.paginator .exit {
  font-size: 9px;
  position: absolute;
  line-height: 1em;
  top: -17px;
  right: 20px;
  color: rgba(255, 255, 255, 0.75);
  color: #ffc300;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 121, scss/partials/_slideshow.scss */
.no-touch .paginator .exit:hover {
  color: #ffc300;
  color: #ffffff;
}
/* line 127, scss/partials/_slideshow.scss */
.paginator .prev_page, .paginator .next_page {
  display: none;
}
/* line 131, scss/partials/_slideshow.scss */
.paginator span {
  display: block;
  line-height: 50px;
  text-align: center;
}
/* line 137, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
/* line 143, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0;
}
/* line 150, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li {
  display: inline-block;
  width: 150px;
  height: auto;
  margin: 0px 5px 5px 0px;
  padding: 0;
}
/* line 157, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a {
  display: block;
  border: solid 1px #2d271e;
  background-color: #000;
  width: 150px;
  height: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 168, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a img {
  display: block;
  position: relative;
  width: 150px;
  height: 100px;
  opacity: .75;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 176, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover, .paginator .thumb_wrapper ul li a.selected {
  border: solid 1px #d5a131;
}
/* line 178, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover img, .paginator .thumb_wrapper ul li a.selected img {
  opacity: 1;
}
/* line 182, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a.selected {
  cursor: default;
}

/* line 1, scss/partials/_loader.scss */
#default_loader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: url(../images/preloader/background.jpg) no-repeat left top;
  z-index: 200;
}
/* line 12, scss/partials/_loader.scss */
#default_loader #loaderText {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  margin: 12px 8px;
  letter-spacing: 2px;
  text-align: right;
  margin: 8px 0px 0px -50px;
  font-size: 12px;
}

/* line 25, scss/partials/_loader.scss */
#monsterLoader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 0;
}
/* line 35, scss/partials/_loader.scss */
#monsterLoader #loaderBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: url(../images/preloader/background.jpg) no-repeat center center;
  background-size: cover;
}
/* line 47, scss/partials/_loader.scss */
#monsterLoader #loaderAvatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 310px;
  margin: -155px 0px 0px -125px;
}
/* line 55, scss/partials/_loader.scss */
#monsterLoader #loaderAvatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 310px;
}
/* line 64, scss/partials/_loader.scss */
#monsterLoader #loaderBar {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0%;
  height: 10px;
  background: url(../images/preloader/bar.png) repeat-x left top;
}
/* line 74, scss/partials/_loader.scss */
#monsterLoader #loaderText {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  margin: 12px 8px;
  letter-spacing: 2px;
  text-align: center;
  margin: 85px 0px 0px -50px;
  font: 40px/40px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 2px 6px 0 #e1540a;
}

/* line 1, scss/partials/_header.scss */
.header {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 28px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  line-height: 27px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  z-index: 1;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 16, scss/partials/_header.scss */
.header a.selected {
  cursor: default;
  color: #fff;
}
/* line 21, scss/partials/_header.scss */
.header.horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 29, scss/partials/_header.scss */
.header.horizontal #skip_txt {
  display: none;
}
/* line 32, scss/partials/_header.scss */
.header.horizontal #back_txt {
  display: inline;
}
/* line 37, scss/partials/_header.scss */
.header.horizontal.skip #skip_txt {
  display: inline;
}
/* line 40, scss/partials/_header.scss */
.header.horizontal.skip #back_txt {
  display: none;
}
/* line 45, scss/partials/_header.scss */
.header.horizontal .prev, .header.horizontal .next {
  background: url(../images/header/pageArrows.png) no-repeat right -53px;
  opacity: 0;
  cursor: default;
  width: 50px;
  height: 28px;
  position: absolute;
  top: 0px;
  margin: 0;
  -webkit-transition: opacity 1s, background-position .15s ease-out;
  -moz-transition: opacity 1s, background-position .15s ease-out;
  -o-transition: opacity 1s, background-position .15s ease-out;
  transition: opacity 1s, background-position .15s ease-out;
}
/* line 58, scss/partials/_header.scss */
.header.horizontal .prev.on, .header.horizontal .next.on {
  display: block;
  cursor: pointer;
  opacity: 1;
}
/* line 63, scss/partials/_header.scss */
.lt-ie9 .header.horizontal .prev, .lt-ie9 .header.horizontal .next {
  display: none;
}
/* line 67, scss/partials/_header.scss */
.header.horizontal .prev {
  left: 0;
  background-position: 7px 0px;
}
/* line 70, scss/partials/_header.scss */
.no-touch .header.horizontal .prev:hover {
  background-position: -29px 0px;
}
/* line 74, scss/partials/_header.scss */
.header.horizontal .next {
  right: 0;
  background-position: -64px -28px;
}
/* line 77, scss/partials/_header.scss */
.no-touch .header.horizontal .next:hover {
  background-position: -29px -28px;
}
/* line 82, scss/partials/_header.scss */
.header.horizontal .centeredMenu {
  padding: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
/* line 92, scss/partials/_header.scss */
.header.horizontal .paginatorMasker {
  overflow: hidden;
}
/* line 94, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu {
  text-align: left;
  position: relative;
  left: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 101, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li {
  float: left;
}
/* line 103, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li:first-child {
  /* padding-left: 0; */
}

/* line 112, scss/partials/_header.scss */
#headerBG, #sectionMenus {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url(../images/header/bg.png) no-repeat center top;
}

/* line 123, scss/partials/_header.scss */
.rightMenu {
  position: absolute;
  right: 0px;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

/* line 132, scss/partials/_header.scss */
.leftMenu {
  position: absolute;
  left: 0px;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 142, scss/partials/_header.scss */
.leftMenu li, .rightMenu li, .centeredMenu li {
  display: inline-block;
  list-style: none;
  padding-left: 14px;
  padding-right: 14px;
}

/* line 149, scss/partials/_header.scss */
.leftMenu li {
  font-size: 12px;
  font-weight: 400;
}

/* line 154, scss/partials/_header.scss */
.leftMenu li a, .rightMenu li a, .centeredMenu li a {
  text-decoration: none;
  color: #000;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 164, scss/partials/_header.scss */
.ie .leftMenu li a, .ie .rightMenu li a, .ie .centeredMenu li a {
  line-height: 34px;
}

/* line 173, scss/partials/_header.scss */
.lt-ie9 .leftMenu li a, .lt-ie9 .rightMenu li a, .lt-ie9 .centeredMenu li a {
  font-family: "ff-angie-web-pro-n4", "Oswald", "Helvetica Neue", Helvetica, sans-serif;
}

/* line 177, scss/partials/_header.scss */
.no-touch .leftMenu li a:hover, .no-touch .rightMenu li a:hover, .no-touch .centeredMenu li a:hover {
  text-decoration: none;
}

/* line 182, scss/partials/_header.scss */
li.menu_dot {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  width: 10px;
  height: 10px;
  background: url(../images/menu_dot.png) center top no-repeat;
}

/* line 191, scss/partials/_header.scss */
.backArrow_btn {
  padding-left: 16px;
}

/* line 196, scss/partials/_header.scss */
.backArrow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 27px;
  height: 27px;
  background: url(../images/backArrow.png) center center no-repeat;
}

/* line 1, scss/partials/_header.scss */
.header {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 28px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  line-height: 27px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  z-index: 1;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 16, scss/partials/_header.scss */
.header a.selected {
  cursor: default;
  color: #fff;
}
/* line 21, scss/partials/_header.scss */
.header.horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 29, scss/partials/_header.scss */
.header.horizontal #skip_txt {
  display: none;
}
/* line 32, scss/partials/_header.scss */
.header.horizontal #back_txt {
  display: inline;
}
/* line 37, scss/partials/_header.scss */
.header.horizontal.skip #skip_txt {
  display: inline;
}
/* line 40, scss/partials/_header.scss */
.header.horizontal.skip #back_txt {
  display: none;
}
/* line 45, scss/partials/_header.scss */
.header.horizontal .prev, .header.horizontal .next {
  background: url(../images/header/pageArrows.png) no-repeat right -53px;
  opacity: 0;
  cursor: default;
  width: 50px;
  height: 28px;
  position: absolute;
  top: 0px;
  margin: 0;
  -webkit-transition: opacity 1s, background-position .15s ease-out;
  -moz-transition: opacity 1s, background-position .15s ease-out;
  -o-transition: opacity 1s, background-position .15s ease-out;
  transition: opacity 1s, background-position .15s ease-out;
}
/* line 58, scss/partials/_header.scss */
.header.horizontal .prev.on, .header.horizontal .next.on {
  display: block;
  cursor: pointer;
  opacity: 1;
}
/* line 63, scss/partials/_header.scss */
.lt-ie9 .header.horizontal .prev, .lt-ie9 .header.horizontal .next {
  display: none;
}
/* line 67, scss/partials/_header.scss */
.header.horizontal .prev {
  left: 0;
  background-position: 7px 0px;
}
/* line 70, scss/partials/_header.scss */
.no-touch .header.horizontal .prev:hover {
  background-position: -29px 0px;
}
/* line 74, scss/partials/_header.scss */
.header.horizontal .next {
  right: 0;
  background-position: -64px -28px;
}
/* line 77, scss/partials/_header.scss */
.no-touch .header.horizontal .next:hover {
  background-position: -29px -28px;
}
/* line 82, scss/partials/_header.scss */
.header.horizontal .centeredMenu {
  padding: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
/* line 92, scss/partials/_header.scss */
.header.horizontal .paginatorMasker {
  overflow: hidden;
}
/* line 94, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu {
  text-align: left;
  position: relative;
  left: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 101, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li {
  float: left;
}
/* line 103, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li:first-child {
  /* padding-left: 0; */
}

/* line 112, scss/partials/_header.scss */
#headerBG, #sectionMenus {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url(../images/header/bg.png) no-repeat center top;
}

/* line 123, scss/partials/_header.scss */
.rightMenu {
  position: absolute;
  right: 0px;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

/* line 132, scss/partials/_header.scss */
.leftMenu {
  position: absolute;
  left: 0px;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 142, scss/partials/_header.scss */
.leftMenu li, .rightMenu li, .centeredMenu li {
  display: inline-block;
  list-style: none;
  padding-left: 14px;
  padding-right: 14px;
}

/* line 149, scss/partials/_header.scss */
.leftMenu li {
  font-size: 12px;
  font-weight: 400;
}

/* line 154, scss/partials/_header.scss */
.leftMenu li a, .rightMenu li a, .centeredMenu li a {
  text-decoration: none;
  color: #000;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 164, scss/partials/_header.scss */
.ie .leftMenu li a, .ie .rightMenu li a, .ie .centeredMenu li a {
  line-height: 34px;
}

/* line 173, scss/partials/_header.scss */
.lt-ie9 .leftMenu li a, .lt-ie9 .rightMenu li a, .lt-ie9 .centeredMenu li a {
  font-family: "ff-angie-web-pro-n4", "Oswald", "Helvetica Neue", Helvetica, sans-serif;
}

/* line 177, scss/partials/_header.scss */
.no-touch .leftMenu li a:hover, .no-touch .rightMenu li a:hover, .no-touch .centeredMenu li a:hover {
  text-decoration: none;
}

/* line 182, scss/partials/_header.scss */
li.menu_dot {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  width: 10px;
  height: 10px;
  background: url(../images/menu_dot.png) center top no-repeat;
}

/* line 191, scss/partials/_header.scss */
.backArrow_btn {
  padding-left: 16px;
}

/* line 196, scss/partials/_header.scss */
.backArrow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 27px;
  height: 27px;
  background: url(../images/backArrow.png) center center no-repeat;
}

/* line 1, scss/partials/_footer.scss */
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
  font-size: 11px;
  letter-spacing: 1px;
  z-index: 2;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
  display: none;
}
/* line 14, scss/partials/_footer.scss */
#footer a {
  text-decoration: none;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 24, scss/partials/_footer.scss */
#footer #bottomRight, #footer #bottomLeft {
  position: relative;
  z-index: 1;
}
/* line 27, scss/partials/_footer.scss */
#footer #bottomRight ul, #footer #bottomLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 31, scss/partials/_footer.scss */
#footer #bottomRight ul li, #footer #bottomLeft ul li {
  float: left;
}
/* line 43, scss/partials/_footer.scss */
#footer #bottomRight .footer-logo {
  margin: -15px 20px 0px 0px;
}
@media (max-width: 1100px) {
  /* line 43, scss/partials/_footer.scss */
  #footer #bottomRight .footer-logo {
    margin: -15px 0px 0px 10px;
  }
}
@media screen and (max-height: 750px) {
  /* line 43, scss/partials/_footer.scss */
  #footer #bottomRight .footer-logo {
    margin: -15px 0px 0px 1px;
  }
}
/* line 55, scss/partials/_footer.scss */
#footer #bottomRight ul li {
  float: right;
  margin-left: 1.5em;
}
/* line 62, scss/partials/_footer.scss */
#footer #mpaa_legal {
  line-height: 1.25em;
  padding: 0;
  margin: 6px;
}
/* line 66, scss/partials/_footer.scss */
#footer #mpaa_legal a {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 69, scss/partials/_footer.scss */
.no-touch #footer #mpaa_legal a:hover {
  color: #fff;
}
/* line 76, scss/partials/_footer.scss */
#footer #bottomCenter {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 0;
}
/* line 84, scss/partials/_footer.scss */
#footer #bottomCenter.autoCenter {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}
/* line 92, scss/partials/_footer.scss */
#footer #bottomLeft {
  text-align: left;
  float: left;
  padding-left: 14px;
}
/* line 99, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links, #footer #bottomLeft #credits-button {
  float: left;
}
/* line 102, scss/partials/_footer.scss */
#footer #bottomLeft #credits-button {
  margin-left: -4px;
}
/* line 104, scss/partials/_footer.scss */
.ie #footer #bottomLeft #credits-button {
  line-height: 44px;
}
/* line 109, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links li {
  margin-right: 1.5em;
}
/* line 115, scss/partials/_footer.scss */
#footer .lt-ie9 #bottomLeft {
  font-family: "ff-angie-web-pro-n4", "Oswald", "Helvetica Neue", Helvetica, sans-serif;
}
/* line 119, scss/partials/_footer.scss */
#footer #follow {
  float: left;
  width: 0;
  overflow: hidden;
  margin: -8px 0px 0px 0px;
}
/* line 125, scss/partials/_footer.scss */
#footer #follow #follow_label {
  margin-right: 6px;
  line-height: 30px;
  vertical-align: top;
}
/* line 131, scss/partials/_footer.scss */
#footer #follow .social-icon {
  position: relative;
}
/* line 134, scss/partials/_footer.scss */
#footer #follow .social-icon:before {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin: 0 6px 0 0;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 142, scss/partials/_footer.scss */
.no-touch #footer #follow .social-icon:hover:before {
  color: #e2bf63;
}
/* line 148, scss/partials/_footer.scss */
#footer #followShelf {
  display: inline-block;
}
/* line 152, scss/partials/_footer.scss */
#footer #share {
  float: left;
  margin: 0px 0px 0px 20px;
}
/* line 157, scss/partials/_footer.scss */
#footer #sharelabel {
  display: block;
  float: left;
  clear: none;
  text-decoration: none;
  position: relative;
  margin-right: 0px;
}
/* line 169, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 174, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 180, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 186, scss/partials/_footer.scss */
#footer #bottomRight {
  float: right;
  text-align: right;
  padding-right: 1.25em;
}
/* line 195, scss/partials/_footer.scss */
#footer #credits-button {
  color: #FFF;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 198, scss/partials/_footer.scss */
#footer #credits-button.active {
  color: #fff;
}
/* line 200, scss/partials/_footer.scss */
#footer #credits-button.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 209, scss/partials/_footer.scss */
#footer #credits {
  position: absolute;
  left: 0px;
  bottom: -325px;
  background: #000;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-top: 0px;
  padding-bottom: 10px;
  z-index: 20;
}
/* line 224, scss/partials/_footer.scss */
#footer #credits p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fd792f;
}
/* line 231, scss/partials/_footer.scss */
#footer #credits p a {
  text-decoration: none;
}
/* line 235, scss/partials/_footer.scss */
#footer #credits img.billing_block {
  display: block;
  margin: 10px auto 0 auto;
}
/* line 240, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  list-style: none;
  color: #f0bc28;
}
/* line 245, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
/* line 251, scss/partials/_footer.scss */
#footer #credits_drawer_links li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 257, scss/partials/_footer.scss */
#footer #credits_drawer_links li a {
  color: #f0bc28;
  text-decoration: none;
}
/* line 262, scss/partials/_footer.scss */
#footer .no-touch #credits_drawer_links li a:hover {
  color: #fff;
}
/* line 266, scss/partials/_footer.scss */
#footer #credits #copyright {
  position: relative;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  color: #fff;
}
/* line 274, scss/partials/_footer.scss */
#footer #copyright {
  font-size: 10px;
  color: #fff;
}
/* line 279, scss/partials/_footer.scss */
#footer #MPAA_requirements {
  position: absolute;
  bottom: -200px;
  right: 0px;
  width: auto;
  background: #000;
  padding: 20px;
}
/* line 288, scss/partials/_footer.scss */
#footer #MPAA_requirements img {
  display: block;
}
/* line 292, scss/partials/_footer.scss */
#footer #MPAA_requirements ul {
  margin: 1em .25em 0 .25em;
}
/* line 296, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li {
  text-align: left;
  display: block;
  margin-top: .5em;
}
/* line 302, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li a {
  margin: 0;
  float: none;
  line-height: 1.25em;
  color: #f0bc28;
}
/* line 309, scss/partials/_footer.scss */
#footer .no-touch #MPAA_requirements ul li a:hover {
  color: #fff;
}
/* line 318, scss/partials/_footer.scss */
#footer #shareShelf {
  display: block;
  position: absolute;
  top: 40px;
  width: 200px;
  padding: 30px 0px;
  margin-left: -10px;
  color: #fff;
  line-height: 1em;
}
/* line 328, scss/partials/_footer.scss */
#footer #shareShelf .footer-btn {
  margin-left: 0;
}
/* line 332, scss/partials/_footer.scss */
#footer #shareShelf .facebook {
  float: none;
  margin: 0;
  display: block;
}
/* line 341, scss/partials/_footer.scss */
#footer #shareShelfContents {
  position: relative;
  text-align: left;
}
/* line 344, scss/partials/_footer.scss */
#footer #shareShelfContents .shareshelf-button {
  color: #f0bc28;
  display: block;
  margin: 5px 0;
}
/* line 349, scss/partials/_footer.scss */
.no-touch #footer #shareShelfContents #shareshelf-button:hover {
  color: #ffffff;
}
/* line 358, scss/partials/_footer.scss */
#footer #footer_links {
  margin: 0 1em 0 0;
  padding: 0;
}
/* line 362, scss/partials/_footer.scss */
#footer #footer_links li {
  margin: 0;
  display: inline-block;
}
/* line 365, scss/partials/_footer.scss */
#footer #footer_links li a {
  margin: 0 15px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 368, scss/partials/_footer.scss */
.no-touch #footer #footer_links li a:hover {
  color: #e2bf63;
}
@media (max-width: 1100px) {
  /* line 365, scss/partials/_footer.scss */
  #footer #footer_links li a {
    margin: 0 7px;
  }
}
@media screen and (max-height: 750px) {
  /* line 365, scss/partials/_footer.scss */
  #footer #footer_links li a {
    margin: 0 7px;
  }
}
/* line 384, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 389, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 394, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 399, scss/partials/_footer.scss */
#footer .footer-btn {
  float: left;
  margin: 0 2em;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  position: relative;
  font-size: 9px;
  letter-spacing: 1px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 412, scss/partials/_footer.scss */
#footer .footer-btn.active {
  color: #fff;
}
/* line 414, scss/partials/_footer.scss */
#footer .footer-btn.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 421, scss/partials/_footer.scss */
.no-touch #footer .footer-btn:hover {
  color: #e2bf63;
}
/* line 426, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #ffffff;
}
/* line 431, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #ffffff;
}
/* line 435, scss/partials/_footer.scss */
#footer #sharelabel {
  position: relative;
  margin-left: 0;
  /*
          &.active .border-arrow {
              border-top-width: 4px;
              border-bottom-width: 0px;
          }
  		*/
}
/* line 439, scss/partials/_footer.scss */
#footer #sharelabel.active {
  color: #fff;
}
/* line 441, scss/partials/_footer.scss */
#footer #sharelabel.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 456, scss/partials/_footer.scss */
#footer .border-arrow {
  display: inline-block;
  margin-left: 6px;
  margin-top: 0px;
  margin-bottom: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 0px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transition: border 0.25s ease-out;
  -moz-transition: border 0.25s ease-out;
  -o-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out;
  display: none;
}

/* line 1, scss/partials/_soundButton.scss */
#soundButton {
  display: block;
  width: 80px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0px 0px 405px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 10px);
  -moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -o-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
}
/* line 13, scss/partials/_soundButton.scss */
#soundButton #audioImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (max-height: 750px) {
  /* line 1, scss/partials/_soundButton.scss */
  #soundButton {
    margin: -285px 0px 0px 425px;
  }
  /* line 23, scss/partials/_soundButton.scss */
  #soundButton #audioImg {
    width: 60px;
  }
}

/* line 3, scss/sections/_biosection.scss */
.biosection .scrollable {
  padding-right: 0;
}
/* line 5, scss/sections/_biosection.scss */
.biosection .scrollable .scroll_wrapper {
  padding-right: 30px;
  position: relative;
}
/* line 8, scss/sections/_biosection.scss */
.biosection .scrollable .scroll_wrapper .scrollbar {
  top: 0;
  bottom: 0;
}
/* line 15, scss/sections/_biosection.scss */
.biosection .biosection_wrapper {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  height: 180px;
  z-index: 1;
}
/* line 25, scss/sections/_biosection.scss */
.biosection .biosection_wrapper .content {
  height: 130px;
}
/* line 29, scss/sections/_biosection.scss */
.ipad .biosection .biosection_wrapper {
  top: 25px;
}
/* line 34, scss/sections/_biosection.scss */
.biosection .biosection_wrapper li.active a {
  color: #fff;
}
/* line 38, scss/sections/_biosection.scss */
.biosection .biosection_wrapper a {
  text-decoration: none;
  color: #333;
  line-height: 1.5em;
}
/* line 42, scss/sections/_biosection.scss */
.biosection .biosection_wrapper a:hover {
  color: #fff;
}
/* line 48, scss/sections/_biosection.scss */
.biosection h2, .biosection h3 {
  display: inline-block;
}
/* line 51, scss/sections/_biosection.scss */
.biosection h3 {
  margin-left: 2px;
}
/* line 55, scss/sections/_biosection.scss */
.biosection .section_side_menu {
  position: relative;
  font-size: 1.32em;
  width: 25%;
}
/* line 59, scss/sections/_biosection.scss */
.biosection .section_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 77, scss/sections/_biosection.scss */
.content .bio {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
}
/* line 86, scss/sections/_biosection.scss */
.content .bio p {
  padding-right: 15px;
}
/* line 94, scss/sections/_biosection.scss */
.content.ready .bio {
  visibility: visible;
  display: none;
}
/* line 97, scss/sections/_biosection.scss */
.content.ready .bio.active {
  display: block;
}

/* line 1, scss/sections/_framework.scss */
#monsterError,
#browserMessage {
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  color: #fff;
}
/* line 9, scss/sections/_framework.scss */
#monsterError a,
#browserMessage a {
  color: #ffc300;
  font-weight: bold;
  text-decoration: none;
}

/* line 16, scss/sections/_framework.scss */
#ttContainer {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  margin: 170px 0px 0px -175px;
  -webkit-transform: translate3d(0, 0, 10px);
  -moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -o-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
}
/* line 25, scss/sections/_framework.scss */
#ttContainer #ttImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (max-height: 750px) {
  /* line 16, scss/sections/_framework.scss */
  #ttContainer {
    width: 250px;
    margin: 205px 0px 0px -125px;
  }
  /* line 37, scss/sections/_framework.scss */
  #ttContainer #ttImg {
    width: 250px;
  }
}

/* line 43, scss/sections/_framework.scss */
#titleContainer {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  margin: -305px 0px 0px -225px;
  -webkit-transform: translate3d(0, 0, 10px);
  -moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -o-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
}
/* line 52, scss/sections/_framework.scss */
#titleContainer #titleImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
/* line 59, scss/sections/_framework.scss */
#titleContainer #titleText {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  text-align: center;
  font: 38px/38px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #fff6d2;
  margin: 29px 0px 0px 0px;
  text-shadow: 1px 3px 0 #000000;
}
@media screen and (max-height: 750px) {
  /* line 43, scss/sections/_framework.scss */
  #titleContainer {
    width: 300px;
    margin: -285px 0px 0px -150px;
  }
  /* line 78, scss/sections/_framework.scss */
  #titleContainer #titleImg {
    width: 300px;
  }
  /* line 81, scss/sections/_framework.scss */
  #titleContainer #titleText {
    font: 24px/24px "proxima-nova-extra-condensed", Verdana, Arial, geneva, sans-serif;
    font-weight: 900;
    margin: 20px 0px 0px 0px;
  }
}

/* line 90, scss/sections/_framework.scss */
#releaseContainer {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: 260px 0px 0px -100px;
  -webkit-transform: translate3d(0, 0, 10px);
  -moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -o-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
}
/* line 99, scss/sections/_framework.scss */
#releaseContainer #releaseImg {
  display: block;
  position: relative;
  width: 200px;
  text-align: center;
}
@media screen and (max-height: 750px) {
  /* line 90, scss/sections/_framework.scss */
  #releaseContainer {
    margin: 195px 0px 0px -75px;
  }
  /* line 109, scss/sections/_framework.scss */
  #releaseContainer #releaseImg {
    width: 150px;
  }
}

@font-face {
  font-family: "social-icons";
  src: url("../fonts/social-icons.eot");
  src: url("../fonts/social-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icons.woff") format("woff"), url("../fonts/social-icons.ttf") format("truetype"), url("../fonts/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, scss/includes/_social_icons.scss */
[data-icon]:before {
  font-family: "social-icons" !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;
}

/* line 28, scss/includes/_social_icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social-icons" !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;
}

/* line 41, scss/includes/_social_icons.scss */
.icon-twitter:before {
  content: "a";
}

/* line 44, scss/includes/_social_icons.scss */
.icon-youtube:before {
  content: "b";
}

/* line 47, scss/includes/_social_icons.scss */
.icon-instagram:before {
  content: "c";
}

/* line 50, scss/includes/_social_icons.scss */
.icon-facebook:before {
  content: "d";
}

/* line 53, scss/includes/_social_icons.scss */
.icon-vine:before {
  content: "e";
}

/* line 56, scss/includes/_social_icons.scss */
.icon-triangle-left:before {
  content: "f";
}

/* line 59, scss/includes/_social_icons.scss */
.icon-triangle-right:before {
  content: "g";
}

/* line 62, scss/includes/_social_icons.scss */
.icon-tumblr:before {
  content: "h";
}

/* line 65, scss/includes/_social_icons.scss */
.icon-googleplus:before {
  content: "i";
}

/* line 1, scss/includes/_tinyscrollbar.scss */
.scrollable {
  position: relative;
  padding-right: 30px;
  background: transparent;
  background: transparent;
}
/* line 7, scss/includes/_tinyscrollbar.scss */
.scrollable .viewport {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
}
/* line 13, scss/includes/_tinyscrollbar.scss */
.scrollable .overview {
  width: 100%;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 19, scss/includes/_tinyscrollbar.scss */
.scrollable .overview p:first-child {
  margin-top: 0;
}
/* line 23, scss/includes/_tinyscrollbar.scss */
.scrollable .thumb, .scrollable .thumb .end {
  height: 20px;
  width: 30px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 31, scss/includes/_tinyscrollbar.scss */
.scrollable .thumb .end, .scrollable .thumb .end .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
/* line 37, scss/includes/_tinyscrollbar.scss */
.scrollable .thumb_inner {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  background-color: #c1baa7;
}
/* line 45, scss/includes/_tinyscrollbar.scss */
.scrollable .scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
/* line 51, scss/includes/_tinyscrollbar.scss */
.scrollable .track {
  background-color: transparent;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 10px;
}
/* line 58, scss/includes/_tinyscrollbar.scss */
.scrollable .disable {
  display: none;
}

/* line 63, scss/includes/_tinyscrollbar.scss */
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, scss/includes/_h5bp_helper_classes.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, scss/includes/_h5bp_helper_classes.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, scss/includes/_h5bp_helper_classes.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 52, scss/includes/_h5bp_helper_classes.scss */
.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.
 */
/* line 68, scss/includes/_h5bp_helper_classes.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 74, scss/includes/_h5bp_helper_classes.scss */
.clearfix:after {
  clear: both;
}

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

/* line 1, scss/includes/_flock_helper_classes.scss */
.full {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 2, scss/includes/_flock_helper_classes.scss */
.invis {
  visibility: hidden;
  opacity: 0;
}

/* line 3, scss/includes/_flock_helper_classes.scss */
.hList {
  list-style: none;
  white-space: nowrap;
}

/* line 4, scss/includes/_flock_helper_classes.scss */
.hList li {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

/* line 5, scss/includes/_flock_helper_classes.scss */
.absFull {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 12, scss/includes/_flock_helper_classes.scss */
.TL {
  top: 0;
  left: 0;
  position: absolute;
}

/* line 13, scss/includes/_flock_helper_classes.scss */
.T {
  top: 0;
  left: 50%;
  position: absolute;
}

/* line 14, scss/includes/_flock_helper_classes.scss */
.TR {
  top: 0;
  right: 0;
  position: absolute;
}

/* line 15, scss/includes/_flock_helper_classes.scss */
.L {
  top: 50%;
  left: 0;
  position: absolute;
}

/* line 16, scss/includes/_flock_helper_classes.scss */
.C {
  top: 50%;
  left: 50%;
  position: absolute;
}

/* line 17, scss/includes/_flock_helper_classes.scss */
.R {
  top: 50%;
  right: 0;
  position: absolute;
}

/* line 18, scss/includes/_flock_helper_classes.scss */
.BL {
  bottom: 0;
  left: 0;
  position: absolute;
}

/* line 19, scss/includes/_flock_helper_classes.scss */
.B {
  bottom: 0;
  left: 50%;
  position: absolute;
}

/* line 20, scss/includes/_flock_helper_classes.scss */
.BR {
  bottom: 0;
  right: 0;
  position: absolute;
}

/* line 22, scss/includes/_flock_helper_classes.scss */
.centeredmenu {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 27, scss/includes/_flock_helper_classes.scss */
.centeredmenu ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
/* line 36, scss/includes/_flock_helper_classes.scss */
.centeredmenu ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
