/*! 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
 */
/* ==========================================================================
   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: #11120f;
  background: #eaeaea;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .625em;
  line-height: 1.5em;
  height: 100%;
  min-width: 1000px;
  min-height: 800px;
  min-height: 750px;
  position:relative;
}

@-ms-viewport {
  width: device-width;
}
/* line 35, scss/main.scss */
#shell {
  overflow: hidden;
}
@media (min-width: 1000px) {
  /* line 35, scss/main.scss */
  #shell {
/*    position: fixed;*/
    position:absolute;
	left:0;
	bottom:0;
  }
}

/* line 42, scss/main.scss */
.section_close_btn, #gallery .prev_slide, #gallery .next_slide {
  top: 10px;
  font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #696458;
  font-size: 12px;
  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);
  -webkit-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  transition: color 0.15s ease-out, background-color 0.25s ease-out;
}
/* line 51, scss/main.scss */
.no-touch .section_close_btn:hover, .no-touch #gallery .prev_slide:hover, .no-touch #gallery .next_slide:hover {
  color: #e4dfcf;
}

/* line 56, scss/main.scss */
a {
  color: #11120f;
  text-decoration: none;
}
/* line 59, scss/main.scss */
a:hover {
  color: #b0a996;
}

/* line 65, scss/main.scss */
a:active, a:focus {
  border: none;
  outline: none;
}

/* line 70, scss/main.scss */
input::-moz-focus-inner {
  border: 0;
}

/* line 74, 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 85, scss/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* line 93, scss/main.scss */
h1 {
  font-size: 3.5em;
}

/* line 109, scss/main.scss */
.js section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  font-family: helvetica;
  visibility: hidden;
}
/* line 116, scss/main.scss */
.js section.current_section {
  display: block;
}
/* line 120, scss/main.scss */
.js section.overlay {
  background: rgba(0, 0, 0, 0.75);
}
/* line 124, scss/main.scss */
.js section h1 {
  font-family: "trajan-pro-3", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8em;
  letter-spacing: 2px;
  position: absolute;
  top: -95px;
  left: 20px;
  text-align: left;
}
/* line 135, scss/main.scss */
.js section h2 {
  font-weight: 400;
  font-size: 2.6em;
  letter-spacing: 0px;
  margin-top: .7em;
  margin-bottom: .5em;
}
/* line 142, scss/main.scss */
.js section h3 {
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 0px;
}
/* line 147, scss/main.scss */
.js section p {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #b5b0a3;
  padding-right: 30px;
}
@media (max-width: 1180px) {
  /* line 160, scss/main.scss */
  .js section h1 {
    font-size: 7em;
    top: -80px;
  }
  /* line 164, scss/main.scss */
  .js section h2 {
    font-size: 2em;
  }
  /* line 167, scss/main.scss */
  .js section h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 1080px) {
  /* line 172, scss/main.scss */
  .js section h1 {
    font-size: 6em;
    top: -70px;
  }
  /* line 176, scss/main.scss */
  .js section h2 {
    font-size: 1.5em;
  }
  /* line 179, scss/main.scss */
  .js section h3 {
    font-size: 1.25em;
  }
}

/* line 186, scss/main.scss */
#banners {
  display: block;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 194, scss/main.scss */
#background {
  position: absolute;
  top: 0;
}

/* line 199, scss/main.scss */
.backplate_wrapper {
  position: absolute;
}

/* line 203, scss/main.scss */
.cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 211, scss/main.scss */
#gameContainer {
  position: relative;
  overflow: hidden;
}

/* line 219, scss/main.scss */
#browserNotSupported {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  text-align: center;
  position: fixed;
  position: absolute;
  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 238, scss/main.scss */
#browserNotSupported p {
  width: 75%;
  margin: 0 auto;
  padding: 1em;
  background-color: #fff;
  border: solid 3px #11120f;
  position: relative;
  z-index: 1;
}
/* line 247, scss/main.scss */
#browserNotSupported a {
  color: #11120f;
}
/* line 249, scss/main.scss */
#browserNotSupported a:hover {
  color: #b0a996;
}
/* line 253, scss/main.scss */
.lt-ie9 #browserNotSupported {
  background: transparent;
}
/* line 255, scss/main.scss */
.lt-ie9 #browserNotSupported img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 266, 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: #11120f;
  background: -moz-linear-gradient(top, #b0a996 0%, #11120f 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, #b0a996 0%, #11120f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b0a996 0%, #11120f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b0a996 0%, #11120f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b0a996 0%, #11120f 100%);
  /* W3C */
}
/* line 288, scss/main.scss */
#loadCover img {
  position: relative;
  display: block;
  margin: 10px auto;
  bottom: -160px;
  padding: 10px;
  background-color: #009eeb;
  border-radius: 14px;
}
/* line 298, 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 303, scss/main.scss */
#loadCover.show .homeTitle {
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 266, scss/main.scss */
  #loadCover {
    font-size: 75px;
  }
  /* line 309, scss/main.scss */
  #loadCover img {
    bottom: -125px;
  }
}

/* line 315, scss/main.scss */
#portraitTest {
  display: none;
  position: fixed;
  position: absolute;
  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 325, 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 338, scss/main.scss */
.homeTitle {
  position: relative;
  top: 25%;
  height: 100px;
}
/* line 348, scss/main.scss */
.homeTitle .homeTitle1 {
  font-size: .34em;
  color: #fff;
  letter-spacing: 0.05em;
}
/* line 354, scss/main.scss */
.homeTitle .homeTitle2 {
  position: relative;
  font-size: 1.49em;
  margin-top: -0.28em;
  letter-spacing: -0.02em;
}
/* line 361, scss/main.scss */
.homeTitle .homeTitle2_back {
  position: absolute;
  color: #d4de25;
  top: .03em;
  left: -.035em;
  width: 100%;
}
/* line 370, 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 376, scss/main.scss */
.homeTitle .homeTitle2_front {
  position: absolute;
  color: #134990;
  top: 0em;
  left: 0em;
  width: 100%;
}
/* line 384, 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 338, scss/main.scss */
  .homeTitle {
    top: auto;
    margin-top: 75px;
  }
}

/* line 1, scss/sections/_home.scss */
#home {
  background: #eaeaea;
}
/* 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 12, scss/sections/_home.scss */
#home .cover {
  top: auto;
  bottom: 0px;
}
/* line 16, scss/sections/_home.scss */
#home #homeCover {
  background: #eaeaea;
}
/* line 19, scss/sections/_home.scss */
#home #quotes p {
  font-family: "trajan-pro-3", serif;
}
/* line 22, scss/sections/_home.scss */
#home #titles {
  position: absolute;
  right: 25px;
  height: 100%;
}
/* line 26, scss/sections/_home.scss */
#home #titles #names {
  display: block;
  max-width: 100%;
  position: absolute;
  right: 0px;
  top: 30px;
}
/* line 33, scss/sections/_home.scss */
#home #titles #tt {
  width: 100%;
  position: absolute;
  bottom: 50%;
}
/* line 37, scss/sections/_home.scss */
#home #titles #tt img {
  float: right;
  display: block;
  max-width: 100%;
}
/* line 43, scss/sections/_home.scss */
#home #titles #date {
  position: absolute;
  right: 0;
  bottom: 75px;
  text-align: right;
  width: auto;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #f7543c;
  letter-spacing: 1px;
  line-height: 1.75em;
}
/* line 53, scss/sections/_home.scss */
#home #titles #date.small {
  font-size: 12px;
}
/* line 61, scss/sections/_home.scss */
#home #titles #date span {
  font-size: 1.6666666667em;
}
/* line 65, scss/sections/_home.scss */
#home #titles #date p {
  color: #7f7b79;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.75em;
  padding-right: 0;
}
/* line 72, scss/sections/_home.scss */
#home #titles #date p img {
  height: 12px;
  margin-top: -2px;
}

/* line 1, scss/partials/_quotes.scss */
#quotes {
  width: 54.6875%;
  max-width: 1000px;
  position: absolute;
  right: 25px;
  text-align: right;
}
/* line 7, scss/partials/_quotes.scss */
#quotes blockquote {
  opacity: 0;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1em;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
/* line 19, scss/partials/_quotes.scss */
#quotes blockquote.long {
  font-size: 24px;
}
/* line 22, scss/partials/_quotes.scss */
#quotes blockquote.medium {
  font-size: 30px;
}
/* line 26, scss/partials/_quotes.scss */
#quotes blockquote p {
  padding: 0;
  font-size: 1em;
  color: #11120f;
  line-height: 1.25em;
  margin-bottom: 0;
}
/* line 33, scss/partials/_quotes.scss */
#quotes blockquote footer {
  font-size: .43em;
  height: 20px;
  line-height: 20px;
  margin-top: .5em;
}
/* line 38, scss/partials/_quotes.scss */
#quotes blockquote footer img {
  display: inline-block;
}
/* line 41, scss/partials/_quotes.scss */
#quotes blockquote footer .divider {
  margin: 0 .25em;
}
/* line 45, scss/partials/_quotes.scss */
#quotes blockquote.on {
  opacity: 1;
}

/* line 1, scss/sections/_videos.scss */
#videos {
  background: #11120f;
}
/* line 3, scss/sections/_videos.scss */
#videos #vid_nav_paginator {
  text-align: right;
}
/* line 6, scss/sections/_videos.scss */
#videos #vid_nav_wrapper {
  left: auto;
  right: 0;
  top: 4px;
  padding: 0 10px;
}
/* line 10, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu {
	/*
	overflow: hidden;
	margin: 0;
	display: inline-block;
	text-align: right;
	width:620px;
	margin-left:-310px;
	position:absolute;
	left:50%;
	*/
	width: 760px;
	width: 800px;
	width: 900px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0;
	padding: 0px;
}
/* line 15, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu a {
  position: relative;
  display: inline-block;
  width: auto;
  -webkit-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  transition: color 0.15s ease-out, background-color 0.25s ease-out;
  background: #11120f;
  background: rgba(17, 18, 15, 0.85);
/*  font-family: "franklin-gothic-ext-comp-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.6464705882em;
  font-size: 17px;
  font-size: 12px;
  line-height:28px;
  color: #666666;
  height: auto;
}
/* line 27, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu a:hover {
  color: #f7543c;
}
/* line 32, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu .active a {
  color: #e4dfcf;
  cursor: default;
}
/* line 35, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu .active a:before {
  width: 100%;
  background: #e4dfcf;
}
/* line 42, scss/sections/_videos.scss */
#videos #vid_nav_wrapper .prev, #videos #vid_nav_wrapper .next {
  width: 25px;
}
/* line 47, scss/sections/_videos.scss */
#videos #player {
  position: absolute;
  width: 100%;
}
/* line 50, scss/sections/_videos.scss */
#videos #player #playerFlashCover {
  background: #11120f;
}
/* line 54, scss/sections/_videos.scss */
#videos #videos_close {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-family: "franklin-gothic-ext-comp-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6464705882em;
  font-size: 17px;
  color: #e4dfcf;
  height: auto;
  padding-left: 20px;
  position: absolute;
  top: 10px;
  top:16px;
  left: 0;
}
/* line 63, scss/sections/_videos.scss */
#videos #videos_close:hover {
  color: #fff;
}
/* line 71, scss/sections/_videos.scss */
#videos #videos_close:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #e4dfcf;
  -webkit-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  transition: width 0.15s ease-out, background-color 0.15s ease-out;
}

/* line 3, scss/sections/_synopsis.scss */
#synopsis .scrollable {
  padding-right: 0;
}
/* line 5, scss/sections/_synopsis.scss */
#synopsis .scrollable .scroll_wrapper {
  padding-right: 30px;
  position: relative;
}
/* line 8, scss/sections/_synopsis.scss */
#synopsis .scrollable .scroll_wrapper .scrollbar {
  top: auto;
  bottom: 0;
}
/* line 15, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 800px;
  width: 600px;
  height:210px;
  z-index: 1;
}
/* line 24, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper .content {
  height: 130px;
  height:125px;
  height:200px;
}
/* line 28, scss/sections/_synopsis.scss */
.ipad #synopsis #synopsis_wrapper {
  top: 25px;
}
/* line 32, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper a {
  text-decoration: none;
  color: #ccc;
}
/* line 35, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper a:hover {
  color: #fff;
}

/* line 2, scss/sections/_gallery.scss */
#gallery .prev_slide, #gallery .next_slide, #gallery #gallery_close {
  position: relative;
  padding: 0 36px 0 12px;
  display: inline-block;
  width: auto;
  -webkit-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.25s ease-out;
  transition: color 0.15s ease-out, background-color 0.25s ease-out;
  background: #11120f;
  background: rgba(17, 18, 15, 0.85);
  font-family: "franklin-gothic-ext-comp-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6464705882em;
  font-size: 17px;
  color: #e4dfcf;
  height: auto;
  top: 10px;
}
/* line 15, scss/sections/_gallery.scss */
#gallery .prev_slide:hover, #gallery .next_slide:hover, #gallery #gallery_close:hover {
  color: #fff;
}
/* line 21, scss/sections/_gallery.scss */
#gallery .prev_slide {
  margin-left: 25px;
}
/* line 24, scss/sections/_gallery.scss */
#gallery .next_slide {
  margin-left: 3px;
}
/* line 27, scss/sections/_gallery.scss */
#gallery #gallery_nav {
  position: absolute;
  right: 0;
}
/* line 31, scss/sections/_gallery.scss */
#gallery #gallery_close {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-family: "franklin-gothic-ext-comp-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6464705882em;
  font-size: 17px;
  color: #e4dfcf;
  height: auto;
  padding-left: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}
/* line 40, scss/sections/_gallery.scss */
#gallery #gallery_close:hover {
  color: #fff;
}
/* line 48, scss/sections/_gallery.scss */
#gallery #gallery_close:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #e4dfcf;
  -webkit-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  transition: width 0.15s ease-out, background-color 0.15s ease-out;
}

/* 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: auto;
  bottom: 0;
}
/* line 15, scss/sections/_biosection.scss */
.biosection .biosection_wrapper {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 800px;
  height: 180px;
  z-index: 1;
}
/* line 24, scss/sections/_biosection.scss */
.biosection .biosection_wrapper .content {
  height: 130px;
}
/* line 28, scss/sections/_biosection.scss */
.ipad .biosection .biosection_wrapper {
  top: 25px;
}
/* line 33, scss/sections/_biosection.scss */
.biosection .biosection_wrapper li.active a {
  color: #fff;
}
/* line 37, scss/sections/_biosection.scss */
.biosection .biosection_wrapper a {
  text-decoration: none;
  color: #ccc;
}
/* line 40, scss/sections/_biosection.scss */
.biosection .biosection_wrapper a:hover {
  color: #fff;
}
/* line 46, scss/sections/_biosection.scss */
.biosection h2, .biosection h3 {
  display: inline-block;
}
/* line 49, scss/sections/_biosection.scss */
.biosection h3 {
  margin-left: 2px;
}
/* line 53, scss/sections/_biosection.scss */
.biosection .section_side_menu {
  position: relative;
  display: inline-block;
  font-family: "franklin-gothic-ext-comp-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.32em;
}
/* line 60, scss/sections/_biosection.scss */
.biosection .section_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 79, scss/sections/_biosection.scss */
#cast h3:before {
  content: "  ";
}

/* line 86, scss/sections/_biosection.scss */
.content .bio {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 105, scss/sections/_biosection.scss */
.content .bio p {
  padding-right: 15px;
  padding-right: 5px;
}
/* line 113, scss/sections/_biosection.scss */
.content.ready .bio {
  visibility: visible;
  display: none;
}
/* line 116, scss/sections/_biosection.scss */
.content.ready .bio.active {
  display: block;
}

/* line 2, scss/sections/_partners.scss */
#partners h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
  font-size: 150px;
  color: #fff;
  color: rgba(255, 255, 255, 0.15);
}

/* line 1, scss/sections/_gettickets.scss */
#gettickets {
  visibility: hidden;
  opacity: 0;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  z-index: 2;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  text-align: center;
}
/* line 8, scss/sections/_gettickets.scss */
#gettickets #tixwrapper {
  padding: 100px 40px;
  position: relative;
  max-width: 55%;
  margin: 0 auto;
  margin-top: 100px;
  background: #000;
}
/* line 23, scss/sections/_gettickets.scss */
#gettickets h1, #gettickets h2 {
  letter-spacing: 1px;
  margin-bottom: 1em;
  color: #fff;
}
/* line 30, scss/sections/_gettickets.scss */
#gettickets h2 {
  font-size: 2em;
}
/* line 33, scss/sections/_gettickets.scss */
#gettickets h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #fff;
}
/* line 40, scss/sections/_gettickets.scss */
#gettickets ul {
  font-size: 1.25em;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #f7543c;
}
/* line 48, scss/sections/_gettickets.scss */
#gettickets p {
  margin: 0;
}
/* line 51, scss/sections/_gettickets.scss */
#gettickets li {
  margin-bottom: 1em;
}
/* line 55, scss/sections/_gettickets.scss */
#gettickets #tixclose {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #fff;
}
/* line 63, scss/sections/_gettickets.scss */
#gettickets #logo_links {
  margin-top: 3em;
  margin-bottom: 0em;
}
/* line 66, scss/sections/_gettickets.scss */
#gettickets #logo_links a {
  margin: 0 1em;
}

/* line 1, scss/partials/_slideshow.scss */
.slideshow {
	/*
  cursor: url(../images/openhand.cur), default;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  */
  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 .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;
}
/* 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;
  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 100, 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 110, 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 128, scss/partials/_slideshow.scss */
.paginator .prev_page.disabled, .paginator .next_page.disabled {
  cursor: default;
  opacity: 0;
}
/* line 131, scss/partials/_slideshow.scss */
.paginator .prev_page.disabled:hover, .paginator .next_page.disabled:hover {
  opacity: 0;
}
/* line 136, scss/partials/_slideshow.scss */
.paginator .prev_page:hover, .paginator .next_page:hover {
  opacity: 1;
}
/* line 140, scss/partials/_slideshow.scss */
.paginator .prev_page {
  border-left: 0px solid #fff;
  border-right: 24px solid #fff;
  left: 6px;
}
/* line 145, scss/partials/_slideshow.scss */
.paginator .next_page {
  border-right: 0px solid #fff;
  border-left: 24px solid #fff;
  right: 6px;
}
/* line 151, scss/partials/_slideshow.scss */
.paginator span {
  display: block;
  line-height: 50px;
  text-align: center;
}
/* line 157, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper {
  position: relative;
  height: 90px;
  width: 737px;
  overflow: hidden;
}
/* line 163, 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 67, scss/includes/_variables.scss */
.paginator .thumb_wrapper ul > li {
  display: block;
  float: left;
}
/* line 70, scss/includes/_variables.scss */
.paginator .thumb_wrapper ul > li:first-child {
  margin-left: 0px;
}
/* line 171, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li {
  height: 100%;
  padding: 4px 2px;
}
/* line 175, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 181, 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 187, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover, .paginator .thumb_wrapper ul li a.selected {
  border: solid 1px #fff;
}
/* line 189, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover img, .paginator .thumb_wrapper ul li a.selected img {
  opacity: 1;
}
/* line 193, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a.selected {
  cursor: default;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_1 li {
  width: 100%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_2 li {
  width: 50%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_3 li {
  width: 33.33333%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_4 li {
  width: 25%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_5 li {
  width: 20%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_6 li {
  width: 16.66667%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_7 li {
  width: 14.28571%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_8 li {
  width: 12.5%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_9 li {
  width: 11.11111%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_10 li {
  width: 10%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_11 li {
  width: 9.09091%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_12 li {
  width: 8.33333%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_13 li {
  width: 7.69231%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_14 li {
  width: 7.14286%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_15 li {
  width: 6.66667%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_16 li {
  width: 6.25%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_17 li {
  width: 5.88235%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_18 li {
  width: 5.55556%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_19 li {
  width: 5.26316%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_20 li {
  width: 5%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_21 li {
  width: 4.7619%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_22 li {
  width: 4.54545%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_23 li {
  width: 4.34783%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_24 li {
  width: 4.16667%;
}
/* line 200, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_25 li {
  width: 4%;
}

/* line 2, scss/partials/_loader.scss */
#default_loader #loaderText {
  margin: 12px 8px;
  letter-spacing: 2px;
}

/* line 1, scss/partials/_header.scss */
.header {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 28px;
  width: 100%;
}
/* line 8, scss/partials/_header.scss */
.header#mainHeader {
  width: auto;
}
/* line 10, scss/partials/_header.scss */
.header#mainHeader #menu {
  padding: 0;
}
/* line 12, scss/partials/_header.scss */
.header#mainHeader #menu li {
  visibility: hidden;
  opacity: 0;
}
/* line 17, scss/partials/_header.scss */
.header#mainHeader #menu_button {
  visibility: hidden;
  display: block;
  font-size: 23px;
  color: #11120f;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 26, scss/partials/_header.scss */
.header#mainHeader #menu_button:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #676767;
  -webkit-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  transition: width 0.15s ease-out, background-color 0.15s ease-out;
}
/* line 39, scss/partials/_header.scss */
.header#mainHeader a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-family: "franklin-gothic-ext-comp-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6464705882em;
  font-size: 17px;
  color: #676767;
}
/* line 48, scss/partials/_header.scss */
.header#mainHeader a:hover {
  color: #11120f;
}
/* line 51, scss/partials/_header.scss */
.header#mainHeader a.selected {
  cursor: default;
  color: #11120f;
}
/* line 54, scss/partials/_header.scss */
.header#mainHeader a.selected:before {
  width: 14px;
}
/* line 58, scss/partials/_header.scss */
.header#mainHeader a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #676767;
  -webkit-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  transition: width 0.15s ease-out, background-color 0.15s ease-out;
}
/* line 71, scss/partials/_header.scss */
.header#mainHeader a:hover:before {
  width: 14px;
  background-color: #11120f;
}
/* line 79, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button {
  color: #e4dfcf;
}
/* line 81, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button:before {
  background-color: #e4dfcf;
}
/* line 85, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a {
  color: #e4dfcf;
}
/* line 87, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected {
  cursor: default;
  color: #e4dfcf;
}
/* line 90, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected:before {
  width: 14px;
}
/* line 94, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:before {
  background-color: #e4dfcf;
}
/* line 97, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover {
  color: #fff;
}
/* line 99, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover:before {
  width: 14px;
  background-color: #fff;
}
/* line 109, scss/partials/_header.scss */
.header a.selected {
  cursor: default;
  color: #11120f;
}
/* line 115, scss/partials/_header.scss */
.header.horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 123, scss/partials/_header.scss */
.header.horizontal #skip_txt {
  display: none;
}
/* line 126, scss/partials/_header.scss */
.header.horizontal #back_txt {
  display: inline;
}
/* line 131, scss/partials/_header.scss */
.header.horizontal.skip #skip_txt {
  display: inline;
}
/* line 134, scss/partials/_header.scss */
.header.horizontal.skip #back_txt {
  display: none;
}
/* line 139, 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 152, scss/partials/_header.scss */
.header.horizontal .prev.on, .header.horizontal .next.on {
  display: block;
  cursor: pointer;
  opacity: 1;
}
/* line 157, scss/partials/_header.scss */
.lt-ie9 .header.horizontal .prev, .lt-ie9 .header.horizontal .next {
  display: none;
}
/* line 161, scss/partials/_header.scss */
.header.horizontal .prev {
  left: 0;
  background-position: 7px 0px;
}
/* line 164, scss/partials/_header.scss */
.no-touch .header.horizontal .prev:hover {
  background-position: -29px 0px;
}
/* line 168, scss/partials/_header.scss */
.header.horizontal .next {
  right: 0;
  background-position: -64px -28px;
}
/* line 171, scss/partials/_header.scss */
.no-touch .header.horizontal .next:hover {
  background-position: -29px -28px;
}
/* line 176, scss/partials/_header.scss */
.header.horizontal .centeredMenu {
  padding: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
/* line 186, scss/partials/_header.scss */
.header.horizontal .paginatorMasker {
  overflow: hidden;
}
/* line 188, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu {
  text-align: left;
  position: relative;
  left: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 195, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li {
  float: left;
}
/* line 197, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li.active {
  color: #FFFFFF;
}
/* line 200, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li:first-child {
  /* padding-left: 0; */
}

/* line 209, 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 220, scss/partials/_header.scss */
.rightMenu {
  position: absolute;
  right: 0px;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

/* line 229, scss/partials/_header.scss */
.leftMenu {
  position: absolute;
  left: 0px;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 239, scss/partials/_header.scss */
.leftMenu li, .rightMenu li, .centeredMenu li {
  display: inline-block;
  list-style: none;
  padding-left: 14px;
  padding-right: 14px;
}

/* line 246, scss/partials/_header.scss */
.leftMenu li {
  font-size: 12px;
  font-weight: 400;
}

/* line 251, scss/partials/_header.scss */
.leftMenu li a, .rightMenu li a, .centeredMenu li a {
  text-decoration: none;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, 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 261, scss/partials/_header.scss */
.ie .leftMenu li a, .ie .rightMenu li a, .ie .centeredMenu li a {
  line-height: 34px;
}

/* line 270, 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", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 274, 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 279, 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 288, scss/partials/_header.scss */
.backArrow_btn {
  padding-left: 16px;
}

/* line 293, 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;
  width: 100%;
}
/* line 8, scss/partials/_header.scss */
.header#mainHeader {
  width: auto;
}
/* line 10, scss/partials/_header.scss */
.header#mainHeader #menu {
  padding: 0;
}
/* line 12, scss/partials/_header.scss */
.header#mainHeader #menu li {
  visibility: hidden;
  opacity: 0;
}
/* line 17, scss/partials/_header.scss */
.header#mainHeader #menu_button {
  visibility: hidden;
  display: block;
  font-size: 23px;
  color: #11120f;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 26, scss/partials/_header.scss */
.header#mainHeader #menu_button:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #676767;
  -webkit-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  transition: width 0.15s ease-out, background-color 0.15s ease-out;
}
/* line 39, scss/partials/_header.scss */
.header#mainHeader a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-family: "franklin-gothic-ext-comp-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6464705882em;
  font-size: 17px;
  color: #676767;
  text-shadow: 0 0 5px #FFF;
}
/* line 48, scss/partials/_header.scss */
.header#mainHeader a:hover {
  color: #11120f;
}
/* line 51, scss/partials/_header.scss */
.header#mainHeader a.selected {
  cursor: default;
  color: #11120f;
}
/* line 54, scss/partials/_header.scss */
.header#mainHeader a.selected:before {
  width: 14px;
}
/* line 58, scss/partials/_header.scss */
.header#mainHeader a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #676767;
  -webkit-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: width 0.15s ease-out, background-color 0.15s ease-out;
  transition: width 0.15s ease-out, background-color 0.15s ease-out;
}
/* line 71, scss/partials/_header.scss */
.header#mainHeader a:hover:before {
  width: 14px;
  background-color: #11120f;
}
/* line 79, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button {
  color: #e4dfcf;
}
/* line 81, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button:before {
  background-color: #e4dfcf;
}
/* line 85, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a {
  color: #e4dfcf;
  text-shadow: 0 0 0 #FFF;
}
/* line 87, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected {
  cursor: default;
  color: #e4dfcf;
}
/* line 90, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected:before {
  width: 14px;
}
/* line 94, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:before {
  background-color: #e4dfcf;
}
/* line 97, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover {
  color: #fff;
}
/* line 99, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover:before {
  width: 14px;
  background-color: #fff;
}
/* line 109, scss/partials/_header.scss */
.header a.selected {
  cursor: default;
  color: #11120f;
}
/* line 115, scss/partials/_header.scss */
.header.horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 123, scss/partials/_header.scss */
.header.horizontal #skip_txt {
  display: none;
}
/* line 126, scss/partials/_header.scss */
.header.horizontal #back_txt {
  display: inline;
}
/* line 131, scss/partials/_header.scss */
.header.horizontal.skip #skip_txt {
  display: inline;
}
/* line 134, scss/partials/_header.scss */
.header.horizontal.skip #back_txt {
  display: none;
}
/* line 139, 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 152, scss/partials/_header.scss */
.header.horizontal .prev.on, .header.horizontal .next.on {
  display: block;
  cursor: pointer;
  opacity: 1;
}
/* line 157, scss/partials/_header.scss */
.lt-ie9 .header.horizontal .prev, .lt-ie9 .header.horizontal .next {
  display: none;
}
/* line 161, scss/partials/_header.scss */
.header.horizontal .prev {
  left: 0;
  background-position: 7px 0px;
}
/* line 164, scss/partials/_header.scss */
.no-touch .header.horizontal .prev:hover {
  background-position: -29px 0px;
}
/* line 168, scss/partials/_header.scss */
.header.horizontal .next {
  right: 0;
  background-position: -64px -28px;
}
/* line 171, scss/partials/_header.scss */
.no-touch .header.horizontal .next:hover {
  background-position: -29px -28px;
}
/* line 176, scss/partials/_header.scss */
.header.horizontal .centeredMenu {
  padding: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
/* line 186, scss/partials/_header.scss */
.header.horizontal .paginatorMasker {
  overflow: hidden;
}
/* line 188, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu {
  text-align: left;
  position: relative;
  left: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 195, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li {
  float: left;
}
/* line 197, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li.active {
  color: #FFFFFF;
}
/* line 200, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li:first-child {
  /* padding-left: 0; */
}

/* line 209, 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 220, scss/partials/_header.scss */
.rightMenu {
  position: absolute;
  right: 0px;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

/* line 229, scss/partials/_header.scss */
.leftMenu {
  position: absolute;
  left: 0px;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 239, scss/partials/_header.scss */
.leftMenu li, .rightMenu li, .centeredMenu li {
  display: inline-block;
  list-style: none;
  padding-left: 15px;
  padding-right: 0px;
  height: 25px;
  line-height: 25px;
}

/* line 246, scss/partials/_header.scss */
.leftMenu li {
  font-size: 12px;
  font-weight: 400;
}

/* line 251, scss/partials/_header.scss */
.leftMenu li a, .rightMenu li a, .centeredMenu li a {
  text-decoration: none;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, 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 261, scss/partials/_header.scss */
.ie .leftMenu li a, .ie .rightMenu li a, .ie .centeredMenu li a {
  line-height: 34px;
}

/* line 270, 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", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 274, 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 279, 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 288, scss/partials/_header.scss */
.backArrow_btn {
  padding-left: 16px;
}

/* line 293, 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: -100px;
  left: 0px;
  height: 40px;
  line-height: 34px;
  border-bottom: solid 6px #595343;
  width: 100%;
  background: #11120f;
  font-size: 11px;
  letter-spacing: 1px;
  z-index: 2;
  padding: 0 3.5em 0 1.5em;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 16, scss/partials/_footer.scss */
#footer a {
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474841;
  -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 21, scss/partials/_footer.scss */
.no-touch #footer a:hover {
  color: #e4dfcf;
}
/* line 26, scss/partials/_footer.scss */
#footer #bottomRight, #footer #bottomLeft {
  position: relative;
  z-index: 1;
}
/* line 29, scss/partials/_footer.scss */
#footer #bottomRight ul, #footer #bottomLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 33, scss/partials/_footer.scss */
#footer #bottomRight ul li, #footer #bottomLeft ul li {
  float: left;
}
/* line 45, scss/partials/_footer.scss */
#footer #bottomRight ul li {
  float: right;
  margin-left: 1.5em;
}
/* line 52, scss/partials/_footer.scss */
#footer #mpaa_legal {
  line-height: 1.25em;
  padding: 0;
  margin: 6px;
}
/* line 57, scss/partials/_footer.scss */
.no-touch #footer #mpaa_legal a:hover {
  color: #e4dfcf;
}
/* line 64, scss/partials/_footer.scss */
#footer #bottomCenter {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 72, scss/partials/_footer.scss */
#footer #bottomCenter.autoCenter {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}
/* line 80, scss/partials/_footer.scss */
#footer #bottomLeft {
  text-align: left;
  float: left;
  padding-left: 14px;
}
/* line 87, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links, #footer #bottomLeft #credits-button {
  float: left;
}
/* line 90, scss/partials/_footer.scss */
#footer #bottomLeft #credits-button {
  margin-left: -4px;
}
/* line 92, scss/partials/_footer.scss */
.ie #footer #bottomLeft #credits-button {
  line-height: 44px;
}
/* line 97, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links li {
  margin-right: 1.5em;
}
/* line 103, scss/partials/_footer.scss */
#footer .lt-ie9 #bottomLeft {
  font-family: "ff-angie-web-pro-n4", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 107, scss/partials/_footer.scss */
#footer #follow {
  float: right;
  margin: 0;
}
/* line 111, scss/partials/_footer.scss */
#footer #follow #follow_label {
  font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-right: 6px;
  line-height: 34px;
  vertical-align: top;
}
/* line 119, scss/partials/_footer.scss */
#footer #follow .social-icon {
  position: relative;
}
/* line 122, scss/partials/_footer.scss */
#footer #follow .social-icon:before {
  font-size: 16px;
  color: #474841;
  line-height: 34px;
  margin: 0 6px 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 130, scss/partials/_footer.scss */
.no-touch #footer #follow .social-icon:hover:before {
  color: #e4dfcf;
}
/* line 137, scss/partials/_footer.scss */
#footer #share {
  float: right;
}
/* line 142, scss/partials/_footer.scss */
#footer #sharelabel {
  display: block;
  float: left;
  clear: none;
  text-decoration: none;
  position: relative;
}
/* line 148, scss/partials/_footer.scss */
.ie #footer #sharelabel {
  line-height: 44px;
}
/* line 153, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 158, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 164, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 170, scss/partials/_footer.scss */
#footer #bottomRight {
  float: right;
  text-align: right;
  padding-right: 1.25em;
}
/* line 179, scss/partials/_footer.scss */
#footer #credits-button {
  color: #474841;
  -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 182, scss/partials/_footer.scss */
#footer #credits-button.active {
  color: #474841;
}
/* line 184, 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 191, scss/partials/_footer.scss */
.no-touch #footer #credits-button:hover {
  color: #e4dfcf;
}
/* line 196, scss/partials/_footer.scss */
#footer #credits {
  position: absolute;
  left: 0px;
  bottom: -320px;
  background: #11120f;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-top: 0px;
  padding-bottom: 10px;
  z-index: 20;
}
/* line 211, scss/partials/_footer.scss */
#footer #credits p {
  display: block;
  width: 100%;
  text-align: center;
  color: #474841;
}
/* line 218, scss/partials/_footer.scss */
#footer #credits p a {
  text-decoration: none;
}
/* line 222, scss/partials/_footer.scss */
#footer #credits img.billing_block {
  display: block;
  margin: 10px auto 0 auto;
}
/* line 227, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  list-style: none;
}
/* line 231, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
/* line 237, scss/partials/_footer.scss */
#footer #credits_drawer_links li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 243, scss/partials/_footer.scss */
#footer #credits_drawer_links li a {
  color: #474841;
  text-decoration: none;
}
/* line 246, scss/partials/_footer.scss */
.no-touch #footer #credits_drawer_links li a:hover {
  color: #e4dfcf;
}
/* line 251, scss/partials/_footer.scss */
#footer #credits #copyright {
  position: relative;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  color: #474841;
}
/* line 259, scss/partials/_footer.scss */
#footer #MPAA_requirements {
  position: absolute;
  bottom: -200px;
  right: 0px;
  width: auto;
  background: #11120f;
  padding: 20px;
}
/* line 268, scss/partials/_footer.scss */
#footer #MPAA_requirements img {
  display: block;
}
/* line 272, scss/partials/_footer.scss */
#footer #MPAA_requirements ul {
  margin: 1em .25em 0 .25em;
}
/* line 276, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li {
  text-align: left;
  display: block;
  margin-top: .5em;
}
/* line 282, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li a {
  margin: 0;
  float: none;
  line-height: 1.25em;
  color: #474841;
}
/* line 289, scss/partials/_footer.scss */
#footer .no-touch #MPAA_requirements ul li a:hover {
  color: #e4dfcf;
}
/* line 298, scss/partials/_footer.scss */
#footer #shareShelf {
  display: block;
  position: absolute;
  top: 40px;
  width: 200px;
  padding: 30px 10px;
  margin-left: -10px;
  background: #11120f;
  color: #474841;
  line-height: 1em;
  right: 0px;
}
/* line 310, scss/partials/_footer.scss */
#footer #shareShelf .footer-btn {
  margin-left: 0;
}
/* line 314, scss/partials/_footer.scss */
#footer #shareShelf .facebook {
  float: none;
  margin: 0;
  display: block;
}
/* line 321, scss/partials/_footer.scss */
#footer #shareShelfContents {
  position: relative;
  text-align: left;
}
/* line 324, scss/partials/_footer.scss */
#footer #shareShelfContents .shareshelf-button {
  display: block;
  margin: 5px 0;
}
/* line 330, scss/partials/_footer.scss */
#footer #footer_links {
  margin: 0;
  padding: 0;
  float: right;
}
/* line 334, scss/partials/_footer.scss */
#footer #footer_links:after {
  content: "|";
  color: #474841;
  margin: 0 1em;
  float: right;
}
/* line 340, scss/partials/_footer.scss */
#footer #footer_links li {
  margin: 0;
  display: inline-block;
}
/* line 343, scss/partials/_footer.scss */
#footer #footer_links li a {
  font-size: 10px;
  margin: 0 .75em;
  font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #474841;
  letter-spacing: 1px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
/* line 351, scss/partials/_footer.scss */
.no-touch #footer #footer_links li a:hover {
  color: #e4dfcf;
}
/* line 358, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 363, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 368, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 373, scss/partials/_footer.scss */
#footer .footer-btn {
  float: right;
  margin: 0 1em;
  display: block;
  color: #474841;
  font-weight: bold;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  font-size: 10px;
  line-height: 34px;
  letter-spacing: 1px;
  -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 386, scss/partials/_footer.scss */
#footer .footer-btn .close_txt {
  position: absolute;
  left: 0;
  visibility: hidden;
}
/* line 391, scss/partials/_footer.scss */
#footer .footer-btn .open_txt {
  visibility: visible;
}
/* line 394, scss/partials/_footer.scss */
#footer .footer-btn.active {
  color: #474841;
}
/* line 396, scss/partials/_footer.scss */
#footer .footer-btn.active .close_txt {
  visibility: visible;
}
/* line 399, scss/partials/_footer.scss */
#footer .footer-btn.active .open_txt {
  visibility: hidden;
}
/* line 405, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #e4dfcf;
}
/* line 409, scss/partials/_footer.scss */
#footer #sharelabel {
  position: relative;
  margin-left: 0;
}
/* line 413, scss/partials/_footer.scss */
#footer #sharelabel.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
}
/* line 419, 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 1, scss/partials/_soundButton.scss */
#soundButton {
  display: block;
  width: 20px;
  height: 10px;
/*  position: absolute;*/
  right: 12px;
  top: 12px;
  cursor: pointer;
	float: right;
	margin-top: 12px;
	margin-right:10px;
}
/* line 9, scss/partials/_soundButton.scss */
#soundButton div {
  position: relative;
  float: left;
  margin-right: 1px;
  width: 2px;
  height: 100%;
}
/* line 15, scss/partials/_soundButton.scss */
#soundButton div:after {
  background: #474841;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10%;
  -webkit-animation-name: soundBar;
  -moz-animation-name: soundBar;
  animation-name: soundBar;
}
/* line 29, scss/partials/_soundButton.scss */
#soundButton div:nth-child(0n + 1):after {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}
/* line 36, scss/partials/_soundButton.scss */
#soundButton div:nth-child(2):after {
  -webkit-animation-duration: .54s;
  -moz-animation-duration: .54s;
  animation-duration: .54s;
}
/* line 43, scss/partials/_soundButton.scss */
#soundButton div:nth-child(3):after {
  -webkit-animation-duration: .47s;
  -moz-animation-duration: .47s;
  animation-duration: .47s;
}
/* line 50, scss/partials/_soundButton.scss */
#soundButton div:nth-child(4):after {
  -webkit-animation-duration: .46s;
  -moz-animation-duration: .46s;
  animation-duration: .46s;
}
/* line 57, scss/partials/_soundButton.scss */
#soundButton div:nth-child(5):after {
  -webkit-animation-duration: .53s;
  -moz-animation-duration: .53s;
  animation-duration: .53s;
}
/* line 66, scss/partials/_soundButton.scss */
#soundButton.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 81, scss/partials/_soundButton.scss */
#soundButton.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 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;
}

/* line 14, scss/sections/_framework.scss */
#backgroundContainer_outer {
  height: calc(100% - 232px);
  display: none;
  overflow: hidden;
  background: #11120f;
}
/* line 20, scss/sections/_framework.scss */
#backgroundContainer_outer #backgroundFade {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 736px;
}

/* line 28, scss/sections/_framework.scss */
#altSections_outer {
  background: #11120f;
  display: none;
  overflow: hidden;
}

/* line 34, scss/sections/_framework.scss */
#drawer {
  background: #11120f;
  border-top: solid 1px #363227;
  width: 100%;
  height: 232px;
  color: #e4dfcf;
  position: absolute;
  bottom: 0px;
  bottom: 40px;
  display: none;
}
/* line 45, scss/sections/_framework.scss */
#drawer #drawerTT {
  position: absolute;
  right: 20px;
  right: 0px;
  top: 20px;
}
/* line 50, scss/sections/_framework.scss */
#drawer #drawerRelease {
  position: absolute;
  right: 20px;
  bottom: 50px;
  color: #f7543c;
}
/* line 55, scss/sections/_framework.scss */
#drawer #drawerRelease span {
  font-size: 1.6em;
}

@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: 211px;
  overflow: hidden;
  position: relative;
}
/* line 13, scss/includes/_tinyscrollbar.scss */
.scrollable .overview {
  width: 100%;
  list-style: none;
  position: relative;
  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: 8px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  background-color: #b0a996;
}
/* 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/_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%;
}


#titles{
/*	display:none;*/
}

#crew_content_wrapper .scrollable{
	width: 450px;
	left: 190px;
	top: 20px;
}
#crew_list .content{
	height:165px;
}
#cast_list .content{
	height:168px;
}

#cast_content_wrapper .scrollable{
	width: 450px;
	left: 190px;
	top: 20px;
}
#crew_list{
	top:40px;
}
#cast_list{
	top:40px;
}
#crew_list li{
	padding:2px 0 0 0;
}
#crew_list li{
	padding:2px 0 0 0;
}

.biosection .section_side_menu ul li{
	margin-bottom:5px;
}


#drawerOpen{
	position: absolute;
	right: -5px;
	bottom: 20px;	
}




/*  */
/*スクロール*/
.textset{
    position:relative;
    top: 0;
    left: 20px;
    color: #000;
}
.scroll-pane {
	position:relative;
    overflow: auto;
    width: 820px;
    height: 390px;
}
.scroll-pane .jspVerticalBar {
	position:absolute;
    width: 10px;
	background:#000;
    height: 390px;
	right:10px;

}
.scroll-pane .jspTrack {
	position:relative;
    background:none;
}
.scroll-pane .jspDrag {
	position:relative;
    background:#f4f3de;
}

.jspPane img{
	margin-left:-30px;	
}



















