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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, scss/includes/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, 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 126, scss/includes/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

/* line 151, 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 160, scss/includes/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, 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 200, scss/includes/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, 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 231, 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 241, scss/includes/_normalize.scss */
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, 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 331, scss/includes/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, 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 352, scss/includes/_normalize.scss */
figure {
  margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, 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 384, 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 398, 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 413, 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 425, 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 440, 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 453, 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 465, 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 479, 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 491, 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 500, 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 511, scss/includes/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Variables
   ========================================================================== */
/*
 * COLORS
 */
/*
 * FONTS
 */
/* majority of UI */
/* loader */
/* ==========================================================================
   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 9, scss/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/* line 37, scss/main.scss */
.section_close_btn {
  position: absolute;
  height: 28px;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 27px;
  font-size: 12px;
  font-weight: 400;
  color: #AAA;
  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 50, scss/main.scss */
a {
  color: #000;
  text-decoration: none;
}
/* line 53, scss/main.scss */
a:hover {
  color: #b8b8b8;
}

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

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

/* line 68, 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 79, scss/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

/* line 92, scss/main.scss */
.js section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  display: none;
  visibility: hidden;
  /*@include transform(translateZ(0));*/
  -webkit-transform-style: preserve-3d;
}
/* line 100, scss/main.scss */
.js section.current_section {
  display: block;
}
/* line 107, scss/main.scss */
.js section.overlay {
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

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

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

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

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

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

/* line 148, scss/main.scss */
#notSupported {
  font-size: 1.4em;
  margin: 20px;
}

/* line 153, 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 175, scss/main.scss */
#loadCover img {
  position: relative;
  display: block;
  margin: 10px auto;
  bottom: -160px;
  padding: 10px;
  background-color: #009eeb;
  border-radius: 14px;
}
/* line 185, 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 190, scss/main.scss */
#loadCover.show .homeTitle {
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 153, scss/main.scss */
  #loadCover {
    font-size: 75px;
  }
  /* line 196, scss/main.scss */
  #loadCover img {
    bottom: -125px;
  }
}

/* line 202, scss/main.scss */
#portraitTest {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  z-index: 11;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 212, scss/main.scss */
#portraitTest p {
  font-size: 1.5em;
  line-height: 1.25em;
  position: absolute;
  width: 500px;
  margin-left: -250px;
  left: 50%;
  top: 60%;
  text-align: center;
}

/* line 225, scss/main.scss */
#easterEggMessage {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 11;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 236, scss/main.scss */
#easterEggMessage p {
  font-size: 1.5em;
  line-height: 1.5em;
  position: absolute;
  width: 500px;
  margin-left: -250px;
  margin: -25px 0px 0px -250px;
  left: 50%;
  top: 50%;
  text-align: center;
}
/* line 247, scss/main.scss */
#easterEggMessage p a {
  color: #b8b8b8;
  text-decoration: none;
}
/* line 248, scss/main.scss */
#easterEggMessage p a b {
  font-size: 1.75em;
  color: #fff;
}

/* line 259, scss/main.scss */
#mainContent {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 266, scss/main.scss */
#interactive {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateZ(-1000px);
  -moz-transform: translateZ(-1000px);
  -ms-transform: translateZ(-1000px);
  -o-transform: translateZ(-1000px);
  transform: translateZ(-1000px);
}

/*
* CSS arrow
********************************
*/
/* line 103, scss/ui/_arrow.scss */
.arrow {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
}
/* line 109, scss/ui/_arrow.scss */
.arrow:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  background: transparent;
  border-top: solid 8px #bfbbae;
  border-left: solid 8px #bfbbae;
  -webkit-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  transform-origin: 4px 4px;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 128, scss/ui/_arrow.scss */
.arrow:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 136, scss/ui/_arrow.scss */
.arrow.l:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 144, scss/ui/_arrow.scss */
.arrow.r:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 151, scss/ui/_arrow.scss */
.arrow.u {
  -webkit-transform-origin: 14px 14px;
  -moz-transform-origin: 14px 14px;
  -ms-transform-origin: 14px 14px;
  transform-origin: 14px 14px;
}
/* line 157, scss/ui/_arrow.scss */
.arrow.u:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 165, scss/ui/_arrow.scss */
.arrow.d:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* line 173, scss/ui/_arrow.scss */
.arrow.x:before, .open .arrow.r:before, .open .arrow.l:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 178, scss/ui/_arrow.scss */
.arrow.x:after, .open .arrow.r:after, .open .arrow.l:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  background: transparent;
  border-top: solid 8px #bfbbae;
  border-left: solid 8px #bfbbae;
  -webkit-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  transform-origin: 4px 4px;
  top: 10px;
  left: 10px;
}
/* line 201, scss/ui/_arrow.scss */
.arrow.plus {
  -webkit-transform-origin: 19px 19px;
  -moz-transform-origin: 19px 19px;
  -ms-transform-origin: 19px 19px;
  transform-origin: 19px 19px;
}
/* line 207, scss/ui/_arrow.scss */
.arrow.plus:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-left: 0;
  width: 38px;
  height: 38px;
  top: 15px;
  left: 0;
}
/* line 217, scss/ui/_arrow.scss */
.arrow.plus:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  background: transparent;
  border-top: 0;
  border-left: solid 8px #bfbbae;
  -webkit-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  transform-origin: 4px 4px;
  top: 0;
  left: 15px;
}
/* line 241, scss/ui/_arrow.scss */
.arrow.dl:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* line 246, scss/ui/_arrow.scss */
.arrow.dl:after {
  content: '';
  display: block;
  width: 28px;
  height: 0px;
  border-top: solid 8px #bfbbae;
  position: absolute;
  bottom: 0;
}
/* line 257, scss/ui/_arrow.scss */
.arrow.hamburger {
  top: 11px;
  height: 0px;
  border-bottom: solid 8px #bfbbae;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 262, scss/ui/_arrow.scss */
.arrow.hamburger:before {
  height: 0px;
  border-left: 0;
  width: 28px;
  top: -11px;
  left: 0;
  -webkit-transform-origin: 14px 4px;
  -moz-transform-origin: 14px 4px;
  -ms-transform-origin: 14px 4px;
  transform-origin: 14px 4px;
}
/* line 273, scss/ui/_arrow.scss */
.arrow.hamburger:after {
  content: '';
  display: block;
  width: 28px;
  height: 0px;
  border-top: solid 8px #bfbbae;
  position: absolute;
  bottom: -19px;
  left: 0;
  -webkit-transform-origin: 14px 4px;
  -moz-transform-origin: 14px 4px;
  -ms-transform-origin: 14px 4px;
  transform-origin: 14px 4px;
}
/* line 290, scss/ui/_arrow.scss */
.arrow.close-x:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  background: transparent;
  border-top: solid 8px #FFF;
  border-left: solid 8px #FFF;
  -webkit-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  transform-origin: 4px 4px;
  top: 10px;
  left: 10px;
}
/* line 311, scss/ui/_arrow.scss */
.arrow.close-x:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  background: transparent;
  border-top: solid 8px #FFF;
  border-left: solid 8px #FFF;
  -webkit-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  transform-origin: 4px 4px;
  top: 10px;
  left: 10px;
}

/*
*********************************
* End CSS arrow
*/
/* line 3, scss/ui/_soundButton.scss */
#soundButton {
  padding: 11px 2em 11px 0px;
  float: right;
  cursor: pointer;
  z-index: 8;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
/* line 12, scss/ui/_soundButton.scss */
#soundButton #soundBars {
  display: inline-block;
  width: 13px;
  height: 10px;
  position: relative;
  -webkit-transform: translateZ(101px);
  -moz-transform: translateZ(101px);
  -ms-transform: translateZ(101px);
  -o-transform: translateZ(101px);
  transform: translateZ(101px);
}
/* line 19, scss/ui/_soundButton.scss */
#soundButton #soundBars div {
  position: relative;
  float: left;
  margin-right: 1px;
  width: 3px;
  height: 100%;
}
/* line 25, scss/ui/_soundButton.scss */
#soundButton #soundBars div:after {
  background: rgba(255, 249, 234, 0.75);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 10%;
  -webkit-animation-name: soundBar;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-name: soundBar;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  animation-name: soundBar;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* line 45, scss/ui/_soundButton.scss */
#soundButton #soundBars div:nth-child(0n + 1):after {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}
/* line 52, scss/ui/_soundButton.scss */
#soundButton #soundBars div:nth-child(2):after {
  -webkit-animation-duration: .54s;
  -moz-animation-duration: .54s;
  animation-duration: .54s;
}
/* line 59, scss/ui/_soundButton.scss */
#soundButton #soundBars div:nth-child(3):after {
  -webkit-animation-duration: .47s;
  -moz-animation-duration: .47s;
  animation-duration: .47s;
}
/* line 66, scss/ui/_soundButton.scss */
#soundButton #soundBars div:nth-child(4):after {
  -webkit-animation-duration: .46s;
  -moz-animation-duration: .46s;
  animation-duration: .46s;
}
/* line 73, scss/ui/_soundButton.scss */
#soundButton #soundBars div:nth-child(5):after {
  -webkit-animation-duration: .53s;
  -moz-animation-duration: .53s;
  animation-duration: .53s;
}
/* line 82, scss/ui/_soundButton.scss */
#soundButton #soundBars.on div:after {
  -webkit-animation-name: soundBar;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-name: soundBar;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  animation-name: soundBar;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* line 98, scss/ui/_soundButton.scss */
.ie #soundButton #soundBars.on div:nth-child(0n + 1):after {
  height: 50%;
}
/* line 103, scss/ui/_soundButton.scss */
.ie #soundButton #soundBars.on div:nth-child(2):after {
  height: 40%;
}
/* line 108, scss/ui/_soundButton.scss */
.ie #soundButton #soundBars.on div:nth-child(3):after {
  height: 85%;
}
/* line 113, scss/ui/_soundButton.scss */
.ie #soundButton #soundBars.on div:nth-child(4):after {
  height: 100%;
}
/* line 118, scss/ui/_soundButton.scss */
.ie #soundButton #soundBars.on div:nth-child(5):after {
  height: 60%;
}
/* line 126, scss/ui/_soundButton.scss */
#soundButton #soundBars.off div:after {
  -webkit-animation-name: soundBarOff;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: soundBarOff;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: soundBarOff;
  animation-iteration-count: 1;
  animation-direction: alternate;
}

@-webkit-keyframes soundBarOff {
  100% {
    height: 10%;
  }
}
@-webkit-keyframes soundBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes soundBarOff {
  100% {
    height: 10%;
  }
}
@-moz-keyframes soundBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
@keyframes soundBarOff {
  100% {
    height: 10%;
  }
}
@keyframes soundBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
/* line 3, scss/sections/_home.scss */
#home #posterButtons {
  display: block;
  width: 185px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 100px;
}
/* line 11, scss/sections/_home.scss */
#home #posterButtons .posterContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  height: 30px;
  cursor: pointer;
  display: none;
}
/* line 21, scss/sections/_home.scss */
#home #posterButtons .posterContainer .posterArt {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 185px;
  height: 0px;
  background-color: #00000;
  overflow: hidden;
  -webkit-transition: height 1s cubic-bezier(0.25, 1, 0.25, 1);
  -moz-transition: height 1s cubic-bezier(0.25, 1, 0.25, 1);
  -o-transition: height 1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: height 1s cubic-bezier(0.25, 1, 0.25, 1);
}
/* line 32, scss/sections/_home.scss */
#home #posterButtons .posterContainer .posterArt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 40, scss/sections/_home.scss */
#home #posterButtons .posterContainer .posterButton {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
}
/* line 56, scss/sections/_home.scss */
.no-touch #home #posterButtons .posterContainer:hover .posterArt {
  height: 303px;
}
/* line 62, scss/sections/_home.scss */
#home #scrollTo {
  display: block;
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 15%;
  text-align: center;
  color: #fff;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  opacity: 0;
  top: 70%;
  bottom: auto;
}
/* line 78, scss/sections/_home.scss */
#home #scrollTo #scrollToHorsemen {
  display: block;
  margin: 0px auto;
}
/* line 82, scss/sections/_home.scss */
#home #scrollTo #scrollToHorsemen #scrollToImg {
  display: inline-block;
  height: auto;
  margin: 0px 0px 10px 0px;
}
/* line 89, scss/sections/_home.scss */
#home #scrollTo #scrollToText {
  display: block;
  width: 100%;
  height: auto;
}
/* line 95, scss/sections/_home.scss */
#home #scrollTo #scrollToArrow {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 30px;
  margin: 10px 0px 0px 0px;
}
/* line 102, scss/sections/_home.scss */
#home #scrollTo #scrollToArrow #scrollToArrowRail,
#home #scrollTo #scrollToArrow #scrollToArrowHead {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  /* line 62, scss/sections/_home.scss */
  #home #scrollTo {
    top: 5%;
    bottom: auto;
  }
  /* line 114, scss/sections/_home.scss */
  #home #scrollTo #scrollToImg {
    display: none;
  }
  /* line 118, scss/sections/_home.scss */
  #home #scrollTo #scrollToArrow {
    display: none;
  }
}
/* line 125, scss/sections/_home.scss */
#home .nysm-logo-portrait {
  position: absolute;
  left: 31px;
  top: 124px;
  -webkit-transform: translateZ(1000px);
  -moz-transform: translateZ(1000px);
  -ms-transform: translateZ(1000px);
  -o-transform: translateZ(1000px);
  transform: translateZ(1000px);
}
/* line 132, scss/sections/_home.scss */
#home .nysm-logo-portrait img {
  width: 24px;
}
/* line 137, scss/sections/_home.scss */
#home .nysm-logo-landscape {
  position: absolute;
  top: 28px;
  right: 31px;
  -webkit-transform: translateZ(1000px);
  -moz-transform: translateZ(1000px);
  -ms-transform: translateZ(1000px);
  -o-transform: translateZ(1000px);
  transform: translateZ(1000px);
}
/* line 144, scss/sections/_home.scss */
#home .nysm-logo-landscape img {
  width: 40px;
}
/* line 150, scss/sections/_home.scss */
#home #ttContainer {
  /*
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  */
  display: block;
  position: absolute;
  width: 1000px;
  height: 250px;
  top: 45%;
  left: 50%;
  margin: -200px 0px 0px -500px;
}
/* line 165, scss/sections/_home.scss */
#home #ttContainer #ttWrapper,
#home #ttContainer #ttImage,
#home #ttContainer #svgCover,
#home #ttContainer #glows,
#home #ttContainer #glowCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 250px;
}
/* line 177, scss/sections/_home.scss */
#home #ttContainer .glowBlend {
  mix-blend-mode: screen;
}
/* line 181, scss/sections/_home.scss */
#home #ttContainer #glowCoverMobile,
#home #ttContainer #glowCover {
  display: none;
  opacity: 0;
}
/* line 186, scss/sections/_home.scss */
#home #ttContainer .glowMobile,
#home #ttContainer .glow {
  position: absolute;
  width: 180px;
  height: 180px;
  mix-blend-mode: screen;
}
/* line 193, scss/sections/_home.scss */
#home #ttContainer .glowImage {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 198, scss/sections/_home.scss */
#home #ttContainer #glow1 {
  top: 42px;
  left: -5px;
}
/* line 202, scss/sections/_home.scss */
#home #ttContainer #glow2 {
  top: -2px;
  left: 310px;
}
/* line 206, scss/sections/_home.scss */
#home #ttContainer #glow3 {
  top: 28px;
  left: 708px;
}
/* line 212, scss/sections/_home.scss */
#home #ttContainer #ttImageMobile,
#home #ttContainer #svgCoverMobile,
#home #ttContainer #glowsMobile,
#home #ttContainer #glowCoverMobile {
  position: absolute;
  top: -100px;
  left: 125px;
  width: 750px;
  height: 350px;
}
/* line 222, scss/sections/_home.scss */
#home #ttContainer #glow1Mobile {
  top: 85px;
  left: 50px;
}
/* line 226, scss/sections/_home.scss */
#home #ttContainer #glow2Mobile {
  top: 25px;
  left: 330px;
}
@media (max-device-width: 480px) {
  /* line 150, scss/sections/_home.scss */
  #home #ttContainer {
    margin-top: -175px;
  }
  /* line 236, scss/sections/_home.scss */
  #home #ttContainer #homeExtras h2 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 8px;
  }
  /* line 241, scss/sections/_home.scss */
  #home #ttContainer #homeExtras #exclusiveTout, #home #ttContainer #homeExtras #posterTout {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 249, scss/sections/_home.scss */
#home #extraContainer {
  transform-style: preserve-3d;
}
/* line 253, scss/sections/_home.scss */
#home #homeExtras {
  display: block;
  position: absolute;
  width: 1000px;
  top: 200px;
  left: 0;
  padding: 0px 0px 10px 0px;
  text-align: center;
  /*-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}
/* line 266, scss/sections/_home.scss */
#home #homeExtras h2 {
  display: block;
  width: 100%;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 8px;
  color: #fff;
  text-align: center;
  /*-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}
/* line 281, scss/sections/_home.scss */
#home #homeExtras #blocker {
  width: 100%;
  display: none;
  height: 1px;
}
/* line 287, scss/sections/_home.scss */
#home #homeExtras #exclusiveTout, #home #homeExtras #posterTout {
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
  border: 1px solid #282e39;
  margin: 50px 5px 0px 5px;
}
/* line 300, scss/sections/_home.scss */
#home #homeExtras #exclusiveTout p, #home #homeExtras #posterTout p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0px 15px 0px;
  padding: 0px 50px 0px 50px;
  color: #FFFFFF;
}
/* line 309, scss/sections/_home.scss */
.no-touch #home #homeExtras #exclusiveTout:hover, .no-touch #home #homeExtras #posterTout:hover {
  border-color: #fff;
}

/* line 1, scss/sections/_synopsis.scss */
#synopsis {
  background: #000;
}
/* line 5, scss/sections/_synopsis.scss */
#synopsis #synSwipeWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
/* line 13, scss/sections/_synopsis.scss */
#synopsis #synopsisBGL {
  background: black;
  height: 100%;
  position: absolute;
}
/* line 19, scss/sections/_synopsis.scss */
#synopsis #synopsisBGR {
  background: white;
  height: 100%;
  position: absolute;
}
/* line 25, scss/sections/_synopsis.scss */
#synopsis h1 {
  text-align: left;
  margin-bottom: 1em;
  font-size: 3.5em;
  line-height: 0.2em;
  font-weight: 600;
  letter-spacing: 0.14em;
}
/* line 34, scss/sections/_synopsis.scss */
#synopsis p {
  font-size: 1.35em;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
/* line 40, scss/sections/_synopsis.scss */
#synopsis .scrollable {
  padding-right: 0;
}
/* line 42, scss/sections/_synopsis.scss */
#synopsis .scrollable .scroll_wrapper {
  padding-right: 30px;
  position: relative;
}
/* line 45, scss/sections/_synopsis.scss */
#synopsis .scrollable .scroll_wrapper .scrollbar {
  top: auto;
  bottom: 0;
}
/* line 52, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper {
  /*position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -400px;
  width: 800px;*/
  /*height: 297px;*/
  z-index: 1;
}
/* line 62, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper .content {
  height: 182px;
}
/* line 66, scss/sections/_synopsis.scss */
.ipad #synopsis #synopsis_wrapper {
  top: 25px;
}
/* line 70, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper a {
  text-decoration: none;
  color: #ccc;
}
/* line 73, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper a:hover {
  color: #fff;
}

/* line 1, scss/sections/_cast.scss */
#cast {
  background: #000;
  /* enable momentum scroll on ios safari */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Two different types of slides */
}
/* line 9, scss/sections/_cast.scss */
#cast #castSwipeWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
/* line 17, scss/sections/_cast.scss */
#cast #castBGL {
  background: black;
  height: 100%;
  position: absolute;
}
/* line 23, scss/sections/_cast.scss */
#cast #castBGR {
  background: white;
  height: 100%;
  position: absolute;
}
/* line 29, scss/sections/_cast.scss */
#cast h1 {
  text-align: left;
  margin-bottom: 1em;
  font-size: 3.5em;
  line-height: 0.2em;
  font-weight: 600;
  letter-spacing: 0.14em;
}
/* line 38, scss/sections/_cast.scss */
#cast p {
  font-size: 1.35em;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
/* line 44, scss/sections/_cast.scss */
#cast #cast_wrapper {
  z-index: 1;
}
/* line 48, scss/sections/_cast.scss */
#cast #cast_wrapper .content {
  height: 182px;
}
/* line 52, scss/sections/_cast.scss */
.ipad #cast #cast_wrapper {
  top: 25px;
}
/* line 56, scss/sections/_cast.scss */
#cast #cast_wrapper a {
  text-decoration: none;
  color: #ccc;
}
/* line 59, scss/sections/_cast.scss */
#cast #cast_wrapper a:hover {
  color: #fff;
}
/* line 68, scss/sections/_cast.scss */
#cast .cast-slide .slide-image {
  width: 476px;
}
/* line 72, scss/sections/_cast.scss */
#cast .cast-slide .slide-image img {
  width: 100%;
}
/* line 78, scss/sections/_cast.scss */
#cast .cast-slide-mobile {
  margin: 2em 0 5em 0;
}
/* line 82, scss/sections/_cast.scss */
#cast .cast-slide-mobile .slide-image {
  width: 100%;
}
/* line 86, scss/sections/_cast.scss */
#cast .cast-slide-mobile .slide-image img {
  width: 100%;
}
/* line 92, scss/sections/_cast.scss */
#cast #castGallery {
  overflow-y: hidden;
}
/* line 96, scss/sections/_cast.scss */
#cast .cast-identification {
  margin-top: 1.5em;
}
/* line 100, scss/sections/_cast.scss */
#cast .cast-identification .cast-name {
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 0.17em;
}
/* line 107, scss/sections/_cast.scss */
#cast .cast-identification .cast-role {
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  padding-left: 0.9em;
}
/* line 115, scss/sections/_cast.scss */
#cast #castNavigation {
  margin-top: 1.5em;
  width: 100%;
}
/* line 120, scss/sections/_cast.scss */
#cast #castNavigation #castPrev, #cast #castNavigation #castNext {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 42px;
  height: 15px;
  position: relative;
  opacity: 0.7;
  cursor: pointer;
  background: #FFF;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 133, scss/sections/_cast.scss */
#cast #castNavigation #castPrev:hover, #cast #castNavigation #castNext:hover {
  background: #EEE;
}
/* line 139, scss/sections/_cast.scss */
#cast #indexChartContainer {
  margin-left: 2em;
  position: absolute;
  margin-top: 1px;
}
/* line 145, scss/sections/_cast.scss */
#cast #indexChartContainer .index-box-inactive, #cast #indexChartContainer .index-box-active {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
}
/* line 152, scss/sections/_cast.scss */
#cast #indexChartContainer .index-box-inactive .index-center-box, #cast #indexChartContainer .index-box-active .index-center-box {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  width: 5px;
  height: 5px;
  margin: 2.5px;
  background: #999;
}
/* line 161, scss/sections/_cast.scss */
#cast #indexChartContainer .index-box-inactive {
  cursor: pointer;
}
/* line 165, scss/sections/_cast.scss */
#cast #indexChartContainer .index-box-inactive:hover .index-center-box {
  width: 8px;
  height: 8px;
  margin: 1px;
  background: #999;
}
/* line 173, scss/sections/_cast.scss */
#cast #indexChartContainer .index-box-active {
  cursor: default;
}
/* line 177, scss/sections/_cast.scss */
#cast #indexChartContainer .index-box-active .index-center-box {
  background: #333;
}

/* line 1, scss/sections/_posters.scss */
#posters {
  overflow: hidden;
  background: #000;
  opacity: 0;
}
/* line 7, scss/sections/_posters.scss */
#posters h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
  font-size: 150px;
  color: #fff;
  color: rgba(255, 255, 255, 0.15);
}
/* line 18, scss/sections/_posters.scss */
#posters #fullscreenIcon {
  width: 40px;
  height: 40px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
/* line 29, scss/sections/_posters.scss */
#posters #fullscreenIcon svg {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background: #FFF;
  fill: #000;
  position: relative;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 10px;
}
/* line 40, scss/sections/_posters.scss */
#posters #fullscreenIcon:hover svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 1, scss/sections/_gallery.scss */
#gallery {
  overflow: hidden;
  background: #000;
  opacity: 0;
}
/* line 7, scss/sections/_gallery.scss */
#gallery h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
  font-size: 150px;
  color: #fff;
  color: rgba(255, 255, 255, 0.15);
}
/* line 18, scss/sections/_gallery.scss */
#gallery #fullscreenIcon {
  width: 40px;
  height: 40px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
/* line 29, scss/sections/_gallery.scss */
#gallery #fullscreenIcon svg {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background: #FFF;
  fill: #000;
  position: relative;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 10px;
}
/* line 40, scss/sections/_gallery.scss */
#gallery #fullscreenIcon:hover svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 1, scss/sections/_videos.scss */
#videos {
  /*background: #000;*/
}
/* line 5, scss/sections/_videos.scss */
#videos #videosSwipeWrapper {
  overflow: hidden;
  position: absolute;
  /*left:0;*/
  right: 0;
  background: #000;
  height: 100%;
  width: 100%;
}
/* line 17, scss/sections/_videos.scss */
#videos .video-menu-btn {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.8em 0.45em 0.8em;
  margin: 0.3em 0;
  color: #FFF;
  font-size: 1.2em;
  letter-spacing: 0.4em;
  font-weight: 200;
  line-height: 1em;
  text-shadow: 2px 1px 10px #000000;
}
/* line 30, scss/sections/_videos.scss */
#videos .video-menu-btn:hover {
  color: #FFF;
}
/* line 35, scss/sections/_videos.scss */
#videos .active .video-menu-btn {
  font-weight: 600;
  color: #FFF;
}
/* line 40, scss/sections/_videos.scss */
#videos .active .video-menu-btn:hover {
  color: #FFF;
}
/* line 45, scss/sections/_videos.scss */
#videos #videos_close {
  display: none;
}
/* line 49, scss/sections/_videos.scss */
#videos #vid_nav_wrapper {
  position: absolute;
  display: inline-block;
  left: auto;
  opacity: 0;
}
/* line 55, scss/sections/_videos.scss */
#videos #vid_nav_wrapper ul {
  padding: 0;
}
/* line 60, scss/sections/_videos.scss */
#videos #playerMenu {
  margin: 0 auto;
  overflow: hidden;
}
/* line 65, scss/sections/_videos.scss */
#videos #player {
  position: absolute;
  width: 100%;
  right: 0;
}
/* line 69, scss/sections/_videos.scss */
#videos #player #playerFlashCover {
  background: #000;
}
/* line 72, scss/sections/_videos.scss */
#videos #player video {
  width: 100%;
  height: 100%;
  background: #000;
}

/* line 3, scss/partials/_spotlightLoader.scss */
#spotlightLoader {
  background: black;
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 12, scss/partials/_spotlightLoader.scss */
#preloaderContent {
  position: relative;
  /*margin: 0 auto;*/
  overflow: hidden;
  width: 467px;
  height: 467px;
  opacity: 0;
}

/* line 21, scss/partials/_spotlightLoader.scss */
#progressText {
  position: absolute;
  margin: 0;
  width: 100%;
  font-weight: 400;
  text-align: center;
  line-height: 467px;
  vertical-align: middle;
  font-size: 100px;
  color: #FFFFFF;
  opacity: 1;
}

/* line 34, scss/partials/_spotlightLoader.scss */
.loader-perc {
  font-size: 60px;
}

/* line 38, scss/partials/_spotlightLoader.scss */
#spotlightImage {
  position: absolute;
  background: url("../assets/images/loader/spotlight.png");
  width: 467px;
  height: 467px;
}

/* line 1, scss/partials/_sandbox.scss */
#sandBox {
  position: absolute;
  /* child style rules */
}

/* line 1, scss/partials/_slideshow.scss */
.slideshow {
  cursor: url(../assets/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;
  -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);
}
/* line 49, scss/partials/_slideshow.scss */
.slideshow .slide.active {
  display: block;
}
/* line 53, scss/partials/_slideshow.scss */
.slideshow .slide .gallery {
  position: absolute;
}
/* line 55, scss/partials/_slideshow.scss */
.slideshow .slide .gallery .gallery_image {
  position: absolute;
}
/* line 57, scss/partials/_slideshow.scss */
.slideshow .slide .gallery .gallery_image img {
  display: block;
  max-width: 100%;
}

/*.prev_slide, .next_slide {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: rgba(255,255,255,0) url(../assets/images/gallery/prev_next_buttons.png) no-repeat;
    @include transform(translate3d(0,0,2px));
    &.prev_slide {
        left: 0;
        background-position: -200px 50%;
    }
    &.next_slide {
        right: 0;
        background-position: 0px 50%;
    }
    @include transition(background-color .25s ease-out);
    .no-touch &:hover {
        background-color: rgba(255,255,255,.15);
        &.prev_slide {
            background-position: -300px 50%;
        }
        &.next_slide {
            background-position: -100px 50%;
        }
    }

}*/
/* line 95, scss/partials/_slideshow.scss */
.prev_slide, .next_slide {
  position: absolute;
  display: inline-block;
  padding: 1em 1em 1em 1em;
  margin: 0.3em 0;
  color: #FFF;
  font-size: 1.2em;
  letter-spacing: 0.4em;
  font-weight: 200;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

/* line 114, scss/partials/_slideshow.scss */
.prev_slide:after {
  content: url("../assets/svg/garrow.svg");
  /*display: inline-block;*/
  display: none;
  width: 14px;
  padding-left: 7px;
  /*padding-top: 2px;*/
  position: absolute;
  top: 11px;
  opacity: 0.7;
}
/* line 127, scss/partials/_slideshow.scss */
.prev_slide:hover:after {
  display: none;
}

/* line 134, scss/partials/_slideshow.scss */
.next_slide:after {
  content: url("../assets/svg/garrow.svg");
  display: none;
  opacity: 0.7;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 18px;
  position: relative;
  top: 0px;
}
/* line 146, scss/partials/_slideshow.scss */
.next_slide:hover:after {
  display: none;
}

/* line 153, scss/partials/_slideshow.scss */
.no-touch .prev_slide:hover:after, .no-touch .next_slide:hover:after {
  display: inline-block;
}

/* line 159, scss/partials/_slideshow.scss */
.paginator {
  position: absolute;
  bottom: 60px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.25);
  padding: 0 40px;
  left: 50%;
  -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 168, scss/partials/_slideshow.scss */
.paginator .count {
  font-size: 11px;
  position: absolute;
  line-height: 1em;
  top: -1.15em;
  padding-left: .5em;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
/* line 178, scss/partials/_slideshow.scss */
.paginator .prev_page, .paginator .next_page {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  margin-top: -25px;
  width: 24px;
  height: 50px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.25s, border 0.25s ease-out;
  -moz-transition: opacity 0.25s, border 0.25s ease-out;
  -o-transition: opacity 0.25s, border 0.25s ease-out;
  transition: opacity 0.25s, border 0.25s ease-out;
}
/* line 196, scss/partials/_slideshow.scss */
.paginator .prev_page.disabled, .paginator .next_page.disabled {
  cursor: default;
  opacity: 0;
}
/* line 199, scss/partials/_slideshow.scss */
.paginator .prev_page.disabled:hover, .paginator .next_page.disabled:hover {
  opacity: 0;
}
/* line 204, scss/partials/_slideshow.scss */
.paginator .prev_page:hover, .paginator .next_page:hover {
  opacity: 1;
}
/* line 208, scss/partials/_slideshow.scss */
.paginator .prev_page {
  border-left: 0px solid #fff;
  border-right: 24px solid #fff;
  left: 6px;
}
/* line 213, scss/partials/_slideshow.scss */
.paginator .next_page {
  border-right: 0px solid #fff;
  border-left: 24px solid #fff;
  right: 6px;
}
/* line 219, scss/partials/_slideshow.scss */
.paginator span {
  display: block;
  line-height: 50px;
  text-align: center;
}
/* line 225, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper {
  position: relative;
  height: 90px;
  width: 737px;
  overflow: hidden;
}
/* line 231, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul {
  position: absolute;
  height: 90px;
  width: 737px;
  top: 0px;
  left: 0px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 48, scss/includes/_variables.scss */
.paginator .thumb_wrapper ul > li {
  display: block;
  float: left;
}
/* line 51, scss/includes/_variables.scss */
.paginator .thumb_wrapper ul > li:first-child {
  margin-left: 0px;
}
/* line 239, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li {
  height: 100%;
  padding: 4px 2px;
}
/* line 243, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 249, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a img {
  width: 100%;
  position: absolute;
  opacity: .75;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 255, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover, .paginator .thumb_wrapper ul li a.selected {
  border: solid 1px #fff;
}
/* line 257, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover img, .paginator .thumb_wrapper ul li a.selected img {
  opacity: 1;
}
/* line 261, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a.selected {
  cursor: default;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_1 li {
  width: 100%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_2 li {
  width: 50%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_3 li {
  width: 33.33333%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_4 li {
  width: 25%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_5 li {
  width: 20%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_6 li {
  width: 16.66667%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_7 li {
  width: 14.28571%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_8 li {
  width: 12.5%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_9 li {
  width: 11.11111%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_10 li {
  width: 10%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_11 li {
  width: 9.09091%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_12 li {
  width: 8.33333%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_13 li {
  width: 7.69231%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_14 li {
  width: 7.14286%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_15 li {
  width: 6.66667%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_16 li {
  width: 6.25%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_17 li {
  width: 5.88235%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_18 li {
  width: 5.55556%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_19 li {
  width: 5.26316%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_20 li {
  width: 5%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_21 li {
  width: 4.7619%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_22 li {
  width: 4.54545%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_23 li {
  width: 4.34783%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_24 li {
  width: 4.16667%;
}
/* line 268, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_25 li {
  width: 4%;
}

/* line 2, scss/partials/_loader.scss */
#default_loader #loaderText {
  text-align: right;
  margin: 12px 8px;
  letter-spacing: 2px;
}

/* line 9, scss/partials/_loader.scss */
#prepreloader_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
/* line 16, scss/partials/_loader.scss */
#prepreloader_wrapper #prepreloader {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
/* line 22, scss/partials/_loader.scss */
#prepreloader_wrapper h1 {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #888;
  position: relative;
  -webkit-transition: letter-spacing 30s, font-size 30s, opacity 20s;
  -moz-transition: letter-spacing 30s, font-size 30s, opacity 20s;
  -o-transition: letter-spacing 30s, font-size 30s, opacity 20s;
  transition: letter-spacing 30s, font-size 30s, opacity 20s;
  letter-spacing: 20px;
  opacity: 0;
}
/* line 36, scss/partials/_loader.scss */
#prepreloader_wrapper.loading {
  opacity: 0;
}
/* line 40, scss/partials/_loader.scss */
#prepreloader_wrapper.loading h1 {
  letter-spacing: 0px;
  font-size: 1.2em;
  opacity: 1;
}

/* line 3, scss/partials/_header.scss */
.header {
  position: absolute;
  transform-perspective: 200;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  -ms-transform: translateZ(2px);
  -o-transform: translateZ(2px);
  transform: translateZ(2px);
  /*****************************************
  **
  **  Menu console 
  **
  *****************************************/
  /*********************************
  **
  **  MENU EXPANDED STATE
  **
  *********************************/
  /* swiping container that blocks any content underneath it */
  /* horizontal line in menu expanded state that extends from hamburger/close button to nav links */
  /* section navigation menu */
  /**********  Menu List  **********/
  /**********  Menu List Items  **********/
  /**********  Modified List Item States  **********/
  /* overwrites above behavior */
  /* TO BE REMOVED... but not yet */
}
/* line 16, scss/partials/_header.scss */
.header #menuConsole {
  position: absolute;
}
/* line 23, scss/partials/_header.scss */
.header #menuLineTopContainer {
  position: relative;
}
/* line 26, scss/partials/_header.scss */
.header #menuLineTopContainer .menu-line-vertical {
  bottom: 0;
}
/* line 31, scss/partials/_header.scss */
.header #menuButton {
  position: relative;
  display: inline-block;
  padding: 21px 7px;
  width: 36px;
  height: 59px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 41, scss/partials/_header.scss */
.header #menuButton:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 45, scss/partials/_header.scss */
.header #menuButton .menu-bar {
  position: absolute;
  background: #FFF;
  transform-origin: 50% 50%;
}
/* line 52, scss/partials/_header.scss */
.header #menuLineBottomContainer {
  position: relative;
  bottom: 0;
  overflow: hidden;
}
/* line 57, scss/partials/_header.scss */
.header #menuLineBottomContainer .menu-line-vertical {
  bottom: 0;
}
/* line 62, scss/partials/_header.scss */
.header #menuLineBottomContainer #homeStatus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 70, scss/partials/_header.scss */
.header #menuLineBottomContainer #homeStatus #homeStatusBar {
  position: absolute;
  background-color: #ffffff;
}
/* line 75, scss/partials/_header.scss */
.header #menuLineBottomContainer #homeStatus .status-bar-landscape {
  left: 19px;
  top: 0px;
  width: 3px;
  height: 110px;
}
/* line 82, scss/partials/_header.scss */
.header #menuLineBottomContainer #homeStatus .status-bar-portrait {
  left: 0px;
  top: 16px;
  width: 110px;
  height: 3px;
}
/* line 93, scss/partials/_header.scss */
.header .menu-line-vertical {
  background: #FFF;
  width: 1px;
  height: 0%;
  margin: 0 auto;
  opacity: 0.3;
  left: 20px;
  position: absolute;
}
/* line 110, scss/partials/_header.scss */
.header #menuDock {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 119, scss/partials/_header.scss */
.header #dockBG {
  position: absolute;
  background: #000000;
  height: 100%;
  width: 0;
}
/* line 128, scss/partials/_header.scss */
.header #horizontalNavLineContainer {
  position: absolute;
  height: 1px;
}
/* line 133, scss/partials/_header.scss */
.header #horizontalNavLineContainer #horizontalNavLine {
  background: #FFF;
  width: 0;
  height: 100%;
  opacity: 0.3;
  position: relative;
}
/* line 144, scss/partials/_header.scss */
.header #mainNav {
  position: absolute;
  height: 100%;
}
/* line 149, scss/partials/_header.scss */
.header #mainNav #menu {
  padding: 0;
  margin: 0;
  font-size: 3.5em;
  line-height: 1.8em;
  font-weight: 200;
  letter-spacing: 0.2em;
  -webkit-transform-perspective: 700;
  transform-perspective: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* handles vertical alignment */
  position: relative;
  /*top: 50%;
  transform: translateY(-50%);*/
  width: 100%;
  overflow: hidden;
  /* own the original button */
}
/* line 173, scss/partials/_header.scss */
.header #mainNav #menu li:last-child {
  font-size: 15px;
  margin-top: 25px;
  height: 23px;
  line-height: 23px;
  background-color: #CCC;
  padding: 0 20px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 186, scss/partials/_header.scss */
.header #mainNav #menu li:last-child:hover {
  background-color: #FFF;
}
/* line 190, scss/partials/_header.scss */
.header #mainNav #menu li:last-child a {
  color: #000;
}
/* line 207, scss/partials/_header.scss */
.header .menu-link {
  color: #AAAAAA;
}
/* line 213, scss/partials/_header.scss */
.header .menu-link:hover {
  color: #CCCCCC;
}
/* line 218, scss/partials/_header.scss */
.header .menu-link-selected, .header .menu-link-selected:hover {
  cursor: default;
  color: #FFFFFF;
}
/* line 225, scss/partials/_header.scss */
.header a {
  color: #AAAAAA;
  font-size: inherit;
}
/* line 229, scss/partials/_header.scss */
.header a:hover {
  color: #CCCCCC;
}
/* line 233, scss/partials/_header.scss */
.header a.selected {
  cursor: default;
  color: #FFFFFF;
}

/* block hover events on touch */
/* line 242, scss/partials/_header.scss */
.no-touch .header .prev_slide:hover a, .no-touch .header .next_slide:hover a {
  color: #AAAAAA;
}

/* shrink menu to fit small resolutions */
@media (max-width: 600px), (max-height: 600px) {
  /* line 251, scss/partials/_header.scss */
  .header li {
    font-size: 0.5em;
    line-height: 2;
  }
  /* line 256, scss/partials/_header.scss */
  .header #mainNav #menu li:last-child {
    font-size: 11px;
    margin-top: 13px;
    height: 19px;
    line-height: 18px;
    padding: 0 7px;
  }
}
/* line 2, scss/partials/_footer.scss */
#footer {
  position: absolute;
  bottom: -100px;
  left: 0px;
  height: 37px;
  /*line-height: $footer_height;*/
  width: 100%;
  font-size: 11px;
  letter-spacing: 1px;
  /*z-index: 2;*/
  /*@include transform(translateZ(10px));*/
}
/* line 14, scss/partials/_footer.scss */
#footer a {
  text-decoration: none;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, 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 34, scss/partials/_footer.scss */
.ie #footer #bottomRight ul li a, .ie #footer #bottomLeft ul li a {
  line-height: 44px;
}
/* line 44, scss/partials/_footer.scss */
#footer #bottomRight ul li {
  float: right;
  margin-left: 1.5em;
}
/* line 51, scss/partials/_footer.scss */
#footer #mpaa_legal {
  line-height: 1.25em;
  padding: 0;
  margin: 6px;
}
/* line 55, 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 58, scss/partials/_footer.scss */
.no-touch #footer #mpaa_legal a:hover {
  color: #fff;
}
/* line 65, scss/partials/_footer.scss */
#footer #bottomCenter {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 73, scss/partials/_footer.scss */
#footer #bottomCenter.autoCenter {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}
/* line 81, scss/partials/_footer.scss */
#footer #bottomLeft {
  text-align: left;
  float: left;
  padding-left: 14px;
}
/* line 88, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links, #footer #bottomLeft #credits-button {
  float: left;
}
/* line 91, scss/partials/_footer.scss */
#footer #bottomLeft #credits-button {
  margin-left: -4px;
}
/* line 93, scss/partials/_footer.scss */
.ie #footer #bottomLeft #credits-button {
  line-height: 44px;
}
/* line 98, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links li {
  margin-right: 1.5em;
}
/* line 104, scss/partials/_footer.scss */
#footer .lt-ie9 #bottomLeft {
  font-family: "ff-angie-web-pro-n4", "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 108, scss/partials/_footer.scss */
#footer #follow {
  float: right;
  /*margin-left: 60px;*/
}
/* line 112, scss/partials/_footer.scss */
#footer #follow #follow_label {
  margin-right: 6px;
  line-height: 37px;
  vertical-align: top;
}
/* line 118, scss/partials/_footer.scss */
#footer #follow .social-icon {
  position: relative;
}
/* line 121, scss/partials/_footer.scss */
#footer #follow .social-icon:before {
  font-size: 14px;
  color: #CCC;
  height: 27px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 3px 15px;
  line-height: 37px;
  margin: 0px 3px 0 0;
  -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 132, scss/partials/_footer.scss */
#footer #follow .social-icon:hover:before {
  color: #FFF;
}
/* line 139, scss/partials/_footer.scss */
#footer #share {
  float: right;
}
/* line 143, scss/partials/_footer.scss */
#footer #sharelabel {
  display: block;
  float: left;
  clear: none;
  text-decoration: none;
  position: relative;
  margin-right: 0;
}
/* line 150, scss/partials/_footer.scss */
.ie #footer #sharelabel {
  line-height: 44px;
}
/* line 155, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 160, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 166, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 172, scss/partials/_footer.scss */
#footer #bottomRight {
  float: right;
  text-align: right;
  padding-right: 1.25em;
}
/* line 181, scss/partials/_footer.scss */
#footer #credits-button {
  color: #FFF;
  font-weight: 200;
  margin: 0px 2em 0px 0px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 186, scss/partials/_footer.scss */
#footer #credits-button.active {
  font-weight: 600;
  color: #000;
}
/* line 189, scss/partials/_footer.scss */
#footer #credits-button.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #000;
  border-bottom-color: #000;
}
/* line 198, scss/partials/_footer.scss */
#footer #credits {
  position: absolute;
  left: 0px;
  bottom: -320px;
  background: #fff;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-top: 0px;
  padding-bottom: 10px;
  /*z-index: 20;*/
}
/* line 213, scss/partials/_footer.scss */
#footer #credits p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fd792f;
}
/* line 220, scss/partials/_footer.scss */
#footer #credits p a {
  text-decoration: none;
}
/* line 224, scss/partials/_footer.scss */
#footer #credits img.billing_block {
  display: block;
  width: 90%;
  max-width: 202px;
  margin: 10px auto 0 auto;
}
/* line 231, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
}
/* line 238, scss/partials/_footer.scss */
#footer #credits_drawer_links li {
  display: inline-block;
}
/* line 242, scss/partials/_footer.scss */
#footer #credits_drawer_links li a {
  /*color: $foot_color;*/
  color: #444;
  text-decoration: none;
  font-weight: 600;
  line-height: 21px;
  padding: 0px 12px;
  font-size: 10px;
}
/* line 252, scss/partials/_footer.scss */
#footer .no-touch #credits_drawer_links li a:hover {
  color: #999;
}
/* line 256, scss/partials/_footer.scss */
#footer #credits #copyright {
  position: relative;
  margin: 0 auto;
  width: 90%;
  line-height: 19px;
  color: #000000;
}
/* line 264, scss/partials/_footer.scss */
#footer #MPAA_requirements {
  position: absolute;
  bottom: -200px;
  right: 0px;
  width: auto;
  background: #EEEEEE;
  padding: 20px;
}
/* line 273, scss/partials/_footer.scss */
#footer #MPAA_requirements img {
  display: block;
}
/* line 277, scss/partials/_footer.scss */
#footer #MPAA_requirements ul {
  margin: 1em .25em 0 .25em;
}
/* line 281, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li {
  text-align: left;
  display: block;
  margin-top: .5em;
}
/* line 287, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li a {
  margin: 0;
  float: none;
  line-height: 1.25em;
  color: #000;
}
/* line 302, scss/partials/_footer.scss */
#footer #shareShelf {
  display: block;
  position: absolute;
  top: 37px;
  min-width: 128px;
  width: 200px;
  padding: 30px 10px;
  margin-left: -10px;
  background: #FFFFFF;
  color: #000;
  line-height: 1em;
}
/* line 314, scss/partials/_footer.scss */
#footer #shareShelf .footer-btn {
  margin-left: 0;
}
/* line 318, scss/partials/_footer.scss */
#footer #shareShelf .facebook {
  float: none;
  margin: 0;
  display: block;
}
/* line 325, scss/partials/_footer.scss */
#footer #shareShelfContents {
  position: relative;
  text-align: left;
}
/* line 328, scss/partials/_footer.scss */
#footer #shareShelfContents .shareshelf-button {
  display: block;
  margin: 5px 0;
}
/* line 338, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 343, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 348, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 353, scss/partials/_footer.scss */
#footer .footer-btn {
  float: right;
  margin: 0 2em;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  position: relative;
  font-size: 10px;
  line-height: 37px;
  letter-spacing: 1px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 366, scss/partials/_footer.scss */
#footer .footer-btn.active {
  color: #000;
}
/* line 368, scss/partials/_footer.scss */
#footer .footer-btn.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #000;
  border-bottom-color: #000;
}
/* line 377, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #ffffff;
}
/* line 382, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #ffffff;
}
/* line 386, scss/partials/_footer.scss */
#footer #sharelabel {
  position: relative;
  margin-left: 0;
}
/* line 390, scss/partials/_footer.scss */
#footer #sharelabel.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
}
/* line 396, 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;
}
/* line 410, scss/partials/_footer.scss */
#footer .footer-logos {
  width: 140px;
  text-align: center;
  padding-bottom: 17px;
}

@media (max-width: 500px) {
  /* line 420, scss/partials/_footer.scss */
  #footer #follow .social-icon:before {
    font-size: 11px;
  }

  /* line 424, scss/partials/_footer.scss */
  #footer #follow #follow_label {
    display: none;
  }

  /* line 428, scss/partials/_footer.scss */
  #footer .footer-btn {
    margin: 0 1em;
  }

  /* line 432, scss/partials/_footer.scss */
  #footer #credits-button {
    margin: 0px 1em 0px 0px;
  }
}
/*@import 'sections/biosection';*/
/* line 1, scss/sections/_framework.scss */
#browserMessage {
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
/* line 7, scss/sections/_framework.scss */
#browserMessage a {
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

/* line 64, scss/includes/_social_icons.scss */
.icon-google-plus:before {
  content: "i";
}

/* line 67, scss/includes/_social_icons.scss */
.icon-snapchat:before {
  content: "j";
}

/* line 70, scss/includes/_social_icons.scss */
.icon-social-pinterest:before {
  content: "k";
}

/* 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: 211px;
  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: 10px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  background-color: #000;
}
/* 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 59, scss/includes/_tinyscrollbar.scss */
.scrollable .disable {
  display: none;
}

/* line 64, 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/_oblio_helper_classes.scss */
.full {
  width: 100%;
  height: 100%;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 22, scss/includes/_oblio_helper_classes.scss */
.centeredmenu {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 27, scss/includes/_oblio_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/_oblio_helper_classes.scss */
.centeredmenu ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
