/*
 * HTML5 Boilerplate
 *
 * 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
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  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.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

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

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

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

.clearfix:after {
  clear: both; }

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

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

  @page {
    margin: 0.5cm; }

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

  h2,
  h3 {
    page-break-after: avoid; } }
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
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.
 */
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.
 */
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.
 */
[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.
 */
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.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

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

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.15);
  filter: "alpha(opacity=15)";
  -ms-filter: "alpha(opacity=15)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1); }

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ----- Mixins ------ */
.ua-mobile .container {
  min-height: 900px; }

.ua-mobile .video-bg {
  min-height: 900px !important; }

/* ----- Global Styles ------ */
body {
  color: #fff;
  background-color: #000;
  overflow: hidden;
  font-family: trajan-pro-3, serif; }
  body.ua-mobile {
    overflow: auto; }

.ua-mobile body {
  overflow: auto;
  font-size: 1.4em; }

html {
  overflow: hidden; }
  html.ua-mobile {
    overflow: auto; }

#section-wrapper {
  padding-bottom: 1px; }

video {
  width: 100%;
  height: 100%; }

.stars {
  font-size: 2em; }

@media screen and (max-width: 700px) {
  .ua-mobile p,
  .ua-mobile .name,
  .ua-mobile .title,
  .ua-mobile .quote-wrapper {
    text-shadow: 1px 1px 4px black; } }

/* ----- Site Imports ------ */
#about {
  position: relative; }
  #about .container {
    position: relative;
    overflow: hidden; }
    #about .container .content {
      text-align: right;
      padding-top: 7%; }
      @media screen and (max-width: 700px) {
        #about .container .content {
          padding-top: 13%; } }
  #about .bg {
    position: relative;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0); }
  #about .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    background: url("../img/video-screen.png") repeat;
    background: url("../img/video-screen.png") repeat; }
  #about .container .content {
    max-width: 560px;
    overflow: hidden;
    position: absolute;
    margin: auto;
    right: 15%; /* 10% */
    z-index: 2; }
    #about .container .content .copy {
      margin-bottom: 6px;
      font-size: 0.88em;
      line-height: 1.7em;
      opacity: 0.9;
      text-align: justify;
      text-justify: inter-word;
      max-height: 192px;
      overflow: auto;
      font-family: sorts-mill-goudy, serif; }
      #about .container .content .copy p {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0); }
    #about .container .content .title {
      font-size: 1.3em;
      text-align: center;
      padding-top: 18px;
      line-height: 0.9em;
      padding-bottom: 16px;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0); }
      #about .container .content .title span {
        font-size: 1.82em;
        line-height: 0.9em;
        display: block;
        text-rendering: optimizeLegibility; }
    #about .container .content .quote-wrapper {
      text-align: center;
      padding-top: 15px;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      font-family: sorts-mill-goudy, serif; }
      #about .container .content .quote-wrapper .quote {
        margin-top: 20px;
        font-size: 0.9em;
        width: 90%;
        margin: 0 auto;
        font-family: trajan-pro-3, serif; }
      #about .container .content .quote-wrapper .credit {
        margin-top: 12px;
        font-size: 1.1em; }
      #about .container .content .quote-wrapper .publication {
        font-size: 0.83em;
        font-style: italic;
        text-transform: uppercase;
        opacity: 0.55; }
  #about .bg {
    position: relative;
    z-index: -1; }

.cast {
  position: relative; }
  .cast .container {
    position: relative;
    overflow: hidden; }
    .cast .container .content {
      text-align: right;
      padding-top: 9%; }
      @media screen and (max-width: 700px) {
        .cast .container .content {
          padding-top: 13%; } }
  .cast .bg {
    position: relative;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0); }
  .cast .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    background: url("../img/video-screen.png") repeat;
    background: url("../img/video-screen.png") repeat; }
  .cast .container .content {
    max-width: 460px;
    overflow: hidden;
    position: absolute;
    margin: auto; }
    .cast .container .content .fleur {
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0); }
      .cast .container .content .fleur div {
        margin-left: -50px; }
      .cast .container .content .fleur.bottom {
        padding-top: 11px; }
    .cast .container .content .name {
      font-size: 2.1em;
      text-align: center;
      padding-top: 20px;
      line-height: 0.9em;
      padding-bottom: 0px;
      white-space: nowrap;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0); }
    .cast .container .content .bio {
      font-size: 0.88em;
      line-height: 1.8em;
      opacity: 0.9;
      text-align: justify;
      text-justify: inter-word;
      max-height: 192px;
      overflow: auto;
      font-family: sorts-mill-goudy, serif;
      margin-bottom: 0px;
      margin-top: 16px; }
      .cast .container .content .bio p {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0); }
      .cast .container .content .bio p {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0); }
      .cast .container .content .bio p:first-child {
        margin-top: 0;
        padding-top: 0; }
      .cast .container .content .bio p:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
    .cast .container .content .quote-wrapper {
      text-align: center;
      padding-top: 15px;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      font-family: sorts-mill-goudy, serif; }
      .cast .container .content .quote-wrapper .quote {
        margin-top: 20px;
        font-size: 0.9em;
        width: 90%;
        margin: 0 auto;
        font-family: trajan-pro-3, serif; }
      .cast .container .content .quote-wrapper .credit {
        margin-top: 12px;
        font-size: 1.1em; }
      .cast .container .content .quote-wrapper .publication {
        font-size: 0.83em;
        font-style: italic;
        text-transform: uppercase;
        opacity: 0.55; }
  .cast .container .social-content {
    display: none; }
  .cast .bg {
    position: relative;
    z-index: -1; }

#social .bio {
  color: #000000; }
#social .social-content {
  display: block;
  position: absolute;
  margin: auto;
  right: 3%;
  top: 7%; }
  #social .social-content .buttons {
  	text-align: center;
  	max-width: 360px;
    position: absolute;
    top: 178px;
    left: 180px; }
    #social .social-content .buttons div {
      display: inline-block; }
#social .content {
  display: none !important; }
#social .bg {
  background-color: #fff !important; }

@media screen and (max-width: 700px) {
  #fassbender .name {
    font-size: 1.5em; } }

#cumberbatch .name {
  font-size: 1.9em; }
  @media screen and (max-width: 700px) {
    #cumberbatch .name {
      font-size: 1.4em; } }

@media screen and (max-width: 700px) {
  .bg {
    min-height: 900px; } }

@media screen and (max-width: 700px) {
  .cast .container .content .name {
    font-size: 1.5em; } }

.ejiofor {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .ejiofor {
      background-position: 0px 0 !important; } }

.cumberbatch {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .cumberbatch {
      background-position: 0px 0 !important; } }

.fassbender {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .fassbender {
      background-position: -620px 0 !important; } }

.cumberbatch {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .cumberbatch {
      background-position: -710px 0 !important; } }

.giamatti {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .giamatti {
      background-position: -800px 0 !important; } }

.nyongo {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .nyongo {
      background-position: -320px 0 !important; } }

.paulson {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .paulson {
      background-position: -530px 0 !important; } }

.image-gallery {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .image-gallery {
      background-position: -730px 0 !important; } }

.social {
  background-position: 50% 50%; }
  @media screen and (orientation: portrait) {
    .social {
      background-position: -480px 150px !important; } }

#image-gallery {
  text-align: center; }
  #image-gallery .outer-container {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #image-gallery .outer-container:before, #image-gallery .outer-container:after {
      content: " ";
      display: table; }
    #image-gallery .outer-container:after {
      clear: both; }
    #image-gallery .outer-container .centered {
      z-index: 2 !important;
      position: relative;
      margin-top: 8%;
      display: block;
      float: left;
      margin-right: 0.37715%;
      width: 100%; }
      #image-gallery .outer-container .centered:last-child {
        margin-right: 0; }
      #image-gallery .outer-container .centered .inner-container {
        *zoom: 1;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        #image-gallery .outer-container .centered .inner-container:before, #image-gallery .outer-container .centered .inner-container:after {
          content: " ";
          display: table; }
        #image-gallery .outer-container .centered .inner-container:after {
          clear: both; }
        #image-gallery .outer-container .centered .inner-container .fleur {
          text-align: center;
          clear: both;
          -webkit-backface-visibility: hidden;
          -webkit-perspective: 1000;
          backface-visibility: hidden;
          perspective: 1000;
          -webkit-transform: translate3d(0, 0, 0); }
        #image-gallery .outer-container .centered .inner-container .quote {
          text-align: center;
          display: block;
          float: left;
          margin-right: 0.37715%;
          width: 100%; }
          #image-gallery .outer-container .centered .inner-container .quote:last-child {
            margin-right: 0; }
        #image-gallery .outer-container .centered .inner-container ul {
          padding: 0;
          width: 700px;
          min-width: 490px;
          margin: 0 auto; }
        #image-gallery .outer-container .centered .inner-container li {
          padding: 4px 4px;
          cursor: pointer;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          float: left;
          margin-right: 0.37715%;
          /* width: 33.0819%; */ }
          #image-gallery .outer-container .centered .inner-container li:last-child {
            margin-right: 0; }
          #image-gallery .outer-container .centered .inner-container li:nth-child(3) {
            margin-right: 0; }
          #image-gallery .outer-container .centered .inner-container li:nth-child(3+1) {
            clear: left; }
          #image-gallery .outer-container .centered .inner-container li div {
            background-color: #000;
            width: 157px; }
          #image-gallery .outer-container .centered .inner-container li img {
            opacity: 0.92;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            transition: opacity 0.3s; }
          #image-gallery .outer-container .centered .inner-container li .overlay {
            position: absolute;
            top: 47px;
            margin: 0 auto;
            background-color: transparent;
            font-size: 0.9em;
            opacity: 0;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            transition: opacity 0.3s; }
          #image-gallery .outer-container .centered .inner-container li:hover img {
            opacity: 0.5; }
          #image-gallery .outer-container .centered .inner-container li:hover .overlay {
            opacity: 1; }
    #image-gallery .outer-container .bg {
      position: relative;
      z-index: -2;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0); }
    #image-gallery .outer-container .screen {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1 !important;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      background: url("../img/video-screen.png") repeat;
      background: url("../img/video-screen.png") repeat; }
  #image-gallery .title {
    font-size: 1.3em;
    text-align: center;
    padding-top: 18px;
    line-height: 0.9em;
    padding-bottom: 16px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0); }
    #image-gallery .title span {
      font-size: 1.82em;
      line-height: 0.9em;
      display: block;
      text-rendering: optimizeLegibility; }
  #image-gallery .title {
    font-size: 2.7em; }
    #image-gallery .title span {
      font-size: 1.05em; }
  #image-gallery .thumbs {
    margin-bottom: 16px !important;
    *zoom: 1; }
    #image-gallery .thumbs:before, #image-gallery .thumbs:after {
      content: " ";
      display: table; }
    #image-gallery .thumbs:after {
      clear: both; }

.ua-mobile #image-gallery .title {
  font-size: 2.3em; }

#video-gallery {
  text-align: center; }
  #video-gallery .outer-container {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #video-gallery .outer-container:before, #video-gallery .outer-container:after {
      content: " ";
      display: table; }
    #video-gallery .outer-container:after {
      clear: both; }
    #video-gallery .outer-container .centered {
      z-index: 2 !important;
      position: relative;
      margin-top: 8%;
      display: block;
      float: left;
      margin-right: 0.37715%;
      width: 100%; }
      #video-gallery .outer-container .centered:last-child {
        margin-right: 0; }
      #video-gallery .outer-container .centered .inner-container {
        *zoom: 1;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        #video-gallery .outer-container .centered .inner-container:before, #video-gallery .outer-container .centered .inner-container:after {
          content: " ";
          display: table; }
        #video-gallery .outer-container .centered .inner-container:after {
          clear: both; }
        #video-gallery .outer-container .centered .inner-container .fleur {
          text-align: center;
          clear: both;
          -webkit-backface-visibility: hidden;
          -webkit-perspective: 1000;
          backface-visibility: hidden;
          perspective: 1000;
          -webkit-transform: translate3d(0, 0, 0); }
        #video-gallery .outer-container .centered .inner-container .quote {
          text-align: center;
          display: block;
          float: left;
          margin-right: 0.37715%;
          width: 100%; }
          #video-gallery .outer-container .centered .inner-container .quote:last-child {
            margin-right: 0; }
        #video-gallery .outer-container .centered .inner-container ul {
          padding: 0;
          width: 490px;
          min-width: 490px;
          margin: 0 auto; }
        #video-gallery .outer-container .centered .inner-container li {
          padding: 4px 4px;
          cursor: pointer;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          float: left;
          margin-right: 0.37715%;
          width: 33.0819%; }
          #video-gallery .outer-container .centered .inner-container li:last-child {
            margin-right: 0; }
          #video-gallery .outer-container .centered .inner-container li:nth-child(3) {
            margin-right: 0; }
          #video-gallery .outer-container .centered .inner-container li:nth-child(3+1) {
            clear: left; }
          #video-gallery .outer-container .centered .inner-container li div {
            background-color: #000;
            width: 157px; }
          #video-gallery .outer-container .centered .inner-container li img {
            opacity: 0.92;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            transition: opacity 0.3s; }
          #video-gallery .outer-container .centered .inner-container li .overlay {
            position: absolute;
            top: 47px;
            margin: 0 auto;
            background-color: transparent;
            font-size: 0.9em;
            opacity: 0;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            transition: opacity 0.3s; }
          #video-gallery .outer-container .centered .inner-container li:hover img {
            opacity: 0.5; }
          #video-gallery .outer-container .centered .inner-container li:hover .overlay {
            opacity: 1; }
    #video-gallery .outer-container .bg {
      position: relative;
      z-index: -2;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0); }
    #video-gallery .outer-container .screen {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1 !important;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      background: url("../img/video-screen.png") repeat;
      background: url("../img/video-screen.png") repeat; }
  #video-gallery .title {
    font-size: 1.3em;
    text-align: center;
    padding-top: 18px;
    line-height: 0.9em;
    padding-bottom: 16px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0); }
    #video-gallery .title span {
      font-size: 1.82em;
      line-height: 0.9em;
      display: block;
      text-rendering: optimizeLegibility; }
  #video-gallery .title {
    font-size: 2.6em; }
    #video-gallery .title span {
      font-size: 1em; }
  #video-gallery .thumbs {
    margin-bottom: 16px !important;
    *zoom: 1; }
    #video-gallery .thumbs:before, #video-gallery .thumbs:after {
      content: " ";
      display: table; }
    #video-gallery .thumbs:after {
      clear: both; }

.ua-mobile #video-gallery .title {
  font-size: 2.2em; }

#details-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  background-color: #000000; }
  #details-wrapper .details {
    position: relative; }
    #details-wrapper .details .container {
      position: relative;
      overflow: hidden; }
      #details-wrapper .details .container .content {
        text-align: right;
        padding-top: 9%; }
        @media screen and (max-width: 700px) {
          #details-wrapper .details .container .content {
            padding-top: 13%; } }
    #details-wrapper .details .bg {
      position: relative;
      z-index: -2;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0); }
    #details-wrapper .details .screen {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1 !important;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      background: url("../img/video-screen.png") repeat;
      background: url("../img/video-screen.png") repeat; }
    #details-wrapper .details .bg {
      position: relative; }
    #details-wrapper .details .back {
      position: absolute;
      top: 10px;
      left: 30px;
      cursor: pointer; }
    #details-wrapper .details iframe {
      opacity: 0; }
    #details-wrapper .details .share {
      background: transparent url("../img/image-gallery/bg-share.png") top left no-repeat;
      width: 91px;
      height: 179px;
      position: absolute;
      right: 0;
      top: 0; }
      #details-wrapper .details .share .icons {
        margin: 74px 0 0 30px; }
        #details-wrapper .details .share .icons .icon {
          width: 30px;
          height: 30px;
          opacity: 0.5;
          cursor: pointer; }
          #details-wrapper .details .share .icons .icon.facebook {
            margin-bottom: 22px;
            opaicty: 0.5;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            background-image: url("../img/image-gallery/share-fb.png"); }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
              #details-wrapper .details .share .icons .icon.facebook {
                background-image: url("../img/image-gallery/share-fb@2x.png");
                background-size: 30px 30px; } }
            #details-wrapper .details .share .icons .icon.facebook:hover {
              opacity: 0.8; }
          #details-wrapper .details .share .icons .icon.twitter {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            background-image: url("../img/image-gallery/share-twitter.png"); }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
              #details-wrapper .details .share .icons .icon.twitter {
                background-image: url("../img/image-gallery/share-twitter@2x.png");
                background-size: 30px 30px; } }
            #details-wrapper .details .share .icons .icon.twitter:hover {
              opacity: 0.8; }

.ua-mobile #details-wrapper .youtube {
  margin-top: 60px; }

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 10000;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0); }
  #footer .container {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #footer .container:before, #footer .container:after {
      content: " ";
      display: table; }
    #footer .container:after {
      clear: both; }
    #footer .container .logo {
      padding-left: 40px;
      padding-top: 10px;
      cursor: pointer;
      pointer-events: all;
      display: block;
      float: left;
      margin-right: 0.37715%;
      width: 33.0819%; }
      #footer .container .logo:last-child {
        margin-right: 0; }
    #footer .container .scroll {
      display: block;
      float: left;
      margin-right: 0.37715%;
      width: 33.0819%; }
      #footer .container .scroll .inner {
        font-size: 0.63em;
        text-align: center;
        width: 157px;
        height: 61px;
        margin: 40px auto 0;
        white-space: nowrap;
        position: relative;
        background: url("../img/footer/scroll-lines.png");
        background: url("../img/footer/scroll-lines.png"); }
        #footer .container .scroll .inner h3 {
          padding-top: 23px;
          font-weight: 400;
          opacity: 0.8; }
        #footer .container .scroll .inner .arrow-up {
          position: absolute;
          top: -1px;
          left: 74px;
          opacity: 0;
          pointer-events: all;
          cursor: pointer; }
        #footer .container .scroll .inner .arrow-down {
          position: absolute;
          top: 47px;
          left: 74px;
          opacity: 0;
          pointer-events: all;
          cursor: pointer; }
      #footer .container .scroll:last-child {
        margin-right: 0; }
    #footer .container .share {
      text-align: right;
      padding-right: 35px;
      font-size: 0.8em;
      padding-top: 63px;
      pointer-events: all;
      display: block;
      float: left;
      margin-right: 0.37715%;
      width: 33.0819%; }
      #footer .container .share:last-child {
        margin-right: 0; }
      #footer .container .share .release-date {
        display: inline-block;
        vertical-align: super; }
        #footer .container .share .release-date span.super {
          font-size: 0.6em;
          vertical-align: top; }
      #footer .container .share .icons {
        display: inline-block;
        margin: 0 0 0 20px; }
        #footer .container .share .icons .icon {
          width: 20px;
          height: 20px;
          display: inline-block;
          margin: 0 10px;
          cursor: pointer; }
        #footer .container .share .icons .fb {
          background-image: url("../img/footer/icon-fb.png"); }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
            #footer .container .share .icons .fb {
              background-image: url("../img/footer/icon-fb@2x.png");
              background-size: 20px 20px; } }
        #footer .container .share .icons .twitter {
          background-image: url("../img/footer/icon-twitter.png"); }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
            #footer .container .share .icons .twitter {
              background-image: url("../img/footer/icon-twitter@2x.png");
              background-size: 20px 20px; } }
        #footer .container .share .icons .youtube {
          background-image: url("../img/footer/icon-youtube.png"); }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
            #footer .container .share .icons .youtube {
              background-image: url("../img/footer/icon-youtube@2x.png");
              background-size: 20px 20px; } }
        #footer .container .share .icons a {
          text-decoration: none; }
          #footer .container .share .icons a:visited, #footer .container .share .icons a :active, #footer .container .share .icons a :hover {
            text-decoration: none;
            color: #000000; }
  #footer .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: -1;
    background: transparent url("../img/footer/shadow.png");
    background-position: 0 -1px; }

.ua-mobile #footer .scroll {
  display: none; }

.ua-mobile #footer .share {
  float: right;
  position: fixed;
  right: 0;
  width: 400px; }

.ua-mobile #footer .share .icons {
  display: none; }



/*** sticky ***/
#sticky {
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 9999;
	width: 100%
}

/*** main nav ***/
#mainnav,
#tickets {
	float: left;
	display: block;
	color: #fff;
	font-size: 12pt;
	font-weight: 400;
	font-weight: normal;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 30px 0 0 0;
	background: transparent url("../img/fleur-top.png") no-repeat top center
}
#tickets {
	margin-left: 20px;
	width: 160px
}
#navbottom,
#ticketsbottom {
	margin-top: -10px;
	height: 40px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
	background: transparent url("../img/fleur-top.png") no-repeat center bottom
}
#ticketsbottom {
	margin-top: 0
}
#tickets a:link,
#tickets a:visited {
	color: #fff;
	text-decoration: none;
}
#tickets a:hover,
#tickets a:active,
#tickets a.active {
	color: #f26e2d;
}

#mainnav ul {
	position: relative;
	padding: 0 5px 10px 0;
	margin: 0;
	clear: both;
}
#mainnav ul ul { 
	position: absolute;
	top: 21px;
	left: 160px;
	padding: 5px 10px 10px 15px;
	display: block;
	width: auto;
	white-space: nowrap;
	text-align: left
}
#mainnav ul li {
	display: none;
}
li.subnav span {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 4px 0 0 10px;
	visibility: hidden;
	background: transparent url("../img/subnav.png") no-repeat
}
#mainnav a:link,
#mainnav a:visited {
	color: #fff;
	text-decoration: none;
}
#mainnav a:hover,
#mainnav a:active,
#mainnav a.active,
#navtoggle.active {
	color: #f26e2d;
}

#mainnav.whitebg,
#mainnav.whitebg a,
#tickets.whitebg,
#tickets.whitebg a {
	color: #f26e2d
}
#mainnav.whitebg,
#tickets.whitebg {
		background: transparent url("../img/fleur-top2.png") no-repeat top center
}
#mainnav.whitebg #navbottom,
#tickets.whitebg #ticketsbottom {
	background: transparent url("../img/fleur-top2.png") no-repeat center bottom
}

#navtoggle {
	float: left;
	display: block;
	text-align: center;
	width: 180px;
}

section#win .cast .container .content {
	padding-top: 2%
}
.cast .container .name span {
	white-space: normal !important
}
.cast .container .content .bio .wintxt {
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section#win .cast .container .content .bio .mCSB_container {
	margin-right: 10px
}
section#win .cast .container .content {
	max-width: 560px
}
.winquestion {
	text-align: center;
	margin-top: -15px
}
.bio ul {
	margin-left: 15px;
	padding: 0;
}
.bio ul ul {
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px
}
.bio a:link,
.bio a:visited {
	color: #e4e4e4;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600
}
.bio a:hover,
.bio a:active {
	color: #fff
}
.imprint {
	position: relative;
	top: -12px;
	margin-left: -20px
}

#lottery_links {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 200px;
}
#lottery_links a:link,
#lottery_links a:visited {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	transition: opacity 0.7s;
}
#lottery_links a:hover,
#lottery_links a:active,
#lottery_links a:focus {
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    transition: opacity 0.7s;
    outline: none
}
#lottery_links img,
#lottery_links a {
	float: left
}

a.kinofinder {
	color: #fff;
	border: 0;
	text-decoration: none;
	padding-right: 24px;
	background: transparent url("../img/search.png") no-repeat right center
}

#bookcover {
	position: absolute;
	padding-top: 8%;
	top: 0;
	left: 8%;
	margin-left: 500px;
	width: 280px
}
#bookcover a {
	outline: 0;
}
#bookcover img {
	width: 170px;
	height: auto;
	opacity: 0.75;
}
#bookcover img:hover {
	opacity: 1.00
}

#stickybuy {
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 9999
}


@media only screen and (max-width : 1024px) {
	#lottery_links { right: 1% }
	section#win .cast .container .content {
	      max-width: 460px;
	}
	#bookcover {
		top: 480px;
		margin-left: 50px;
		width: 400px;
	}
	#bookcover a {
		float: left;
		margin-right: 20px
	}
}
