/*! 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: #000000;
  background: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .625em;
  line-height: 1.5em;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
/* line 35, scss/main.scss */
#shell {
  overflow: hidden;
}
@media (min-width: 1000px) {
  /* line 35, scss/main.scss */
  #shell {
    position: fixed;
  }
}

/* line 42, scss/main.scss */
.section_close_btn, #gallery .prev_slide, #gallery .next_slide {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  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);
}
/* line 50, scss/main.scss */
.no-touch .section_close_btn:hover, .no-touch #gallery .prev_slide:hover, .no-touch #gallery .next_slide:hover {
  color: #ffffff;
}

/* line 55, scss/main.scss */
a {
  color: #000000;
  text-decoration: none;
}
/* line 58, scss/main.scss */
a:hover {
  color: #b0a996;
}

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

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

/* line 73, 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 84, 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 92, scss/main.scss */
h1 {
  font-size: 3.5em;
}

/* line 102, scss/main.scss */
.js section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  font-family: helvetica;
  visibility: hidden;
}
/* line 109, scss/main.scss */
.js section.current_section {
  display: block;
}
/* line 113, scss/main.scss */
.js section.overlay {
  background: rgba(0, 0, 0, 0.75);
}
/* line 117, scss/main.scss */
.js section h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 8em;
  letter-spacing: 2px;
  text-align: left;
}
/* line 124, scss/main.scss */
.js section h2 {
  font-weight: 400;
  font-size: 2.6em;
  letter-spacing: 0px;
}
/* line 129, scss/main.scss */
.js section h3 {
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 0px;
}
/* line 134, 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 147, scss/main.scss */
  .js section h1 {
    font-size: 7em;
    top: -80px;
  }
  /* line 151, scss/main.scss */
  .js section h2 {
    font-size: 2em;
  }
  /* line 154, scss/main.scss */
  .js section h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 1080px) {
  /* line 159, scss/main.scss */
  .js section h1 {
    font-size: 6em;
    top: -70px;
  }
  /* line 163, scss/main.scss */
  .js section h2 {
    font-size: 1.5em;
  }
  /* line 166, scss/main.scss */
  .js section h3 {
    font-size: 1.25em;
  }
}

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

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

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

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

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

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

/* line 253, 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: #000000;
  background: -moz-linear-gradient(top, #b0a996 0%, #000000 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%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b0a996 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b0a996 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b0a996 0%, #000000 100%);
  /* W3C */
}
/* line 275, scss/main.scss */
#loadCover img {
  position: relative;
  display: block;
  margin: 10px auto;
  bottom: -160px;
  padding: 10px;
  background-color: #009eeb;
  border-radius: 14px;
}
/* line 285, 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 290, scss/main.scss */
#loadCover.show .homeTitle {
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 253, scss/main.scss */
  #loadCover {
    font-size: 75px;
  }
  /* line 296, scss/main.scss */
  #loadCover img {
    bottom: -125px;
  }
}

/* line 302, scss/main.scss */
#portraitTest {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  z-index: 11;
  font-size: 34px;
  line-height: 34px;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 314, scss/main.scss */
#portraitTest p {
  position: absolute;
  width: 500px;
  margin-left: -250px;
  left: 50%;
  top: 40%;
  text-align: center;
  font-size: 75px;
}
/* line 315, scss/main.scss */
#portraitTest p img {
  margin: 0px 0px 10px 0px;
}

/* line 329, scss/main.scss */
.homeTitle {
  position: relative;
  top: 25%;
  height: 100px;
}
/* line 339, scss/main.scss */
.homeTitle .homeTitle1 {
  font-size: .34em;
  color: #fff;
  letter-spacing: 0.05em;
}
/* line 345, scss/main.scss */
.homeTitle .homeTitle2 {
  position: relative;
  font-size: 1.49em;
  margin-top: -0.28em;
  letter-spacing: -0.02em;
}
/* line 352, scss/main.scss */
.homeTitle .homeTitle2_back {
  position: absolute;
  color: #d4de25;
  top: .03em;
  left: -.035em;
  width: 100%;
}
/* line 361, 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 367, scss/main.scss */
.homeTitle .homeTitle2_front {
  position: absolute;
  color: #134990;
  top: 0em;
  left: 0em;
  width: 100%;
}
/* line 375, 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 329, scss/main.scss */
  .homeTitle {
    top: auto;
    margin-top: 75px;
  }
}

/* line 2, scss/sections/_home.scss */
#home h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  width: 480px;
  top: 50%;
  left: 50%;
  font-size: 22px;
  letter-spacing: 18px;
  color: #fff;
  margin: -11px 0px 0px -240px;
}
/* line 16, scss/sections/_home.scss */
#home #quotes p {
  font-family: "Oswald", sans-serif;
}
/* line 20, scss/sections/_home.scss */
#home #homeBgCover,
#home #homeBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 29, scss/sections/_home.scss */
#home #homeGradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
}
/* line 36, scss/sections/_home.scss */
#home #homeBgTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
/* line 44, scss/sections/_home.scss */
#home #homeBgBottom {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
/* line 52, scss/sections/_home.scss */
#home #homeBgInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
/* line 60, scss/sections/_home.scss */
#home .coverhome {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 67, scss/sections/_home.scss */
#home #visualizer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 75, scss/sections/_home.scss */
#home .textOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* line 83, scss/sections/_home.scss */
#home .textOverlay img {
  position: relative;
  width: 100%;
  height: auto;
}
/* line 89, scss/sections/_home.scss */
#home #currentStatus {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 10px;
  font: 14px/25px "Source Sans Pro", sans-serif;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0px 10px 0px 10px;
}
/* line 102, scss/sections/_home.scss */
#home .homeBtn {
  position: absolute;
  width: 125px;
  height: 125px;
  font: 15px/25px "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #000;
  opacity: 0;
}
/* line 111, scss/sections/_home.scss */
#home .homeBtn .ring {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 117, scss/sections/_home.scss */
#home .homeBtn .circle {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 122, scss/sections/_home.scss */
#home .homeBtn .shard {
  position: absolute;
  top: -10px;
  left: 95px;
}
/* line 127, scss/sections/_home.scss */
#home .homeBtn .label {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 134, scss/sections/_home.scss */
#home #homeBtnThreat {
  bottom: 30%;
  left: 15%;
}
/* line 138, scss/sections/_home.scss */
#home #homeBtnSon {
  bottom: 10%;
  right: 35%;
}
/* line 142, scss/sections/_home.scss */
#home #homeBtnSavior {
  bottom: 45%;
  right: 15%;
}
/* line 147, scss/sections/_home.scss */
#home .svgContainer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 155, scss/sections/_home.scss */
#home #svgMap {
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: auto;
}
/* line 164, scss/sections/_home.scss */
#home .textBox,
#home .logoOuter,
#home #svgMap,
#home #svgLogos,
#home #svgText,
#home #svgRain,
#home #svgBars,
#home #svgCircle {
  opacity: 0;
}
/* line 175, scss/sections/_home.scss */
#home #svgCircle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  margin: -400px 0px 0px -400px;
}
/* line 183, scss/sections/_home.scss */
#home #svgText svg {
  -webkit-transform: translateZ(0);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 188, scss/sections/_home.scss */
  #home #svgText {
    left: 10%;
    width: 80%;
    height: 80%;
  }
}
@media screen and (max-device-width: 480px) {
  /* line 196, scss/sections/_home.scss */
  #home #svgText {
    left: 10%;
    width: 80%;
    height: 80%;
  }
}
/* line 203, scss/sections/_home.scss */
#home #svgLogos svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin: -250px 0px 0px -250px;
  -webkit-transform: translateZ(0);
}
/* line 214, scss/sections/_home.scss */
#home .locationStatus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin: -10px 0px 0px -75px;
  opacity: 0;
}
/* line 228, scss/sections/_home.scss */
#home .locationStatus.small {
  font-size: 8px;
}
/* line 231, scss/sections/_home.scss */
#home .locationStatus.big {
  font-size: 12px;
}
/* line 234, scss/sections/_home.scss */
#home #homeVideo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 243, scss/sections/_home.scss */
#home #timeStatus {
  position: absolute;
  top: 10%;
  right: 80px;
  width: 60px;
  height: 60px;
}
/* line 250, scss/sections/_home.scss */
#home #timeStatusSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 258, scss/sections/_home.scss */
#home #timeStatus .label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}
/* line 271, scss/sections/_home.scss */
#home #timeStatus .label span {
  font-size: 8px;
}
/* line 275, scss/sections/_home.scss */
#home #playerHome {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 800px;
  height: 400px;
  margin: 0px 0px 0px -400px;
  background-color: #000;
}
/* line 285, scss/sections/_home.scss */
#home #homeSlideshowNav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
}
/* line 292, scss/sections/_home.scss */
#home #homeSlideshowNav .homeSlideshowBtn {
  display: block;
  position: absolute;
  width: 66px;
  height: 60px;
  margin: -30px 0px 0px 0px;
  background-image: url(../images/home/arrows.png);
  background-position: right top;
  cursor: pointer;
}
/* line 303, scss/sections/_home.scss */
#home #homeSlideshowNav #homePrev {
  left: 0;
  background-position: left top;
}
/* line 306, scss/sections/_home.scss */
.no-touch #home #homeSlideshowNav #homePrev:hover {
  background-position: left bottom;
}
/* line 311, scss/sections/_home.scss */
#home #homeSlideshowNav #homeNext {
  right: 0;
  background-position: right top;
}
/* line 314, scss/sections/_home.scss */
.no-touch #home #homeSlideshowNav #homeNext:hover {
  background-position: right bottom;
}
/* line 320, scss/sections/_home.scss */
#home #playerHomeNav {
  position: absolute;
  left: 0;
  top: -25px;
  width: 500px;
}
/* line 325, scss/sections/_home.scss */
#home #playerHomeNav #playerHomeMenu {
  overflow: hidden;
  margin: 0;
  display: inline-block;
  text-align: left;
}
/* line 331, scss/sections/_home.scss */
#home #playerHomeNav #playerHomeMenu a {
  display: inline-block;
  position: relative;
  float: left;
  width: 35px;
  height: 13px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  margin: 0ps 5px 0px 0px;
  -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 341, scss/sections/_home.scss */
#home #playerHomeNav #playerHomeMenu a:hover {
  background-color: white;
}
/* line 345, scss/sections/_home.scss */
#home #playerHomeNav #playerHomeMenu .active a {
  cursor: default;
  background-color: white;
}

/* line 1, scss/partials/_quotes.scss */
#quotes {
  	/*
      width: 54.6875%;
      max-width: 1000px;
  	*/
  width: 400px;
  position: absolute;
  top: 70px;
  left: 30px;
  text-align: left;
  color: #ffffff;
}
/* line 13, scss/partials/_quotes.scss */
#quotes blockquote {
  opacity: 0;
  display: block;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  		/*
          &>img {
              max-height: 85px;
          }
  		
          &.long {
              font-size: 24px;
          }
          &.medium {
              font-size: 30px;
          }
  		*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
/* line 35, scss/partials/_quotes.scss */
#quotes blockquote p {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  margin-bottom: 0;
}
/* line 45, scss/partials/_quotes.scss */
#quotes blockquote footer {
  height: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  line-height: 40px;
  margin-top: .5em;
}
/* line 53, scss/partials/_quotes.scss */
#quotes blockquote footer img {
  display: inline-block;
}
/* line 56, scss/partials/_quotes.scss */
#quotes blockquote footer .divider {
  margin: 0 .25em;
}
/* line 60, scss/partials/_quotes.scss */
#quotes blockquote.on {
  opacity: 1;
}

/* line 1, scss/sections/_videos.scss */
#videos {
  background: #000000;
}
/* 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: 0px;
  padding: 0 25px;
}
/* line 10, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu {
  overflow: hidden;
  margin: 0;
  display: inline-block;
  text-align: right;
  /*border-left: solid 1px #ffffff;*/
}
/* line 17, 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: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 20px;
  color: #666666;
  margin: 0px 10px 0px 30px;
  height: auto;
}
/* line 29, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu a:hover {
  color: #ffba00;
}
/* line 34, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu .active a {
  color: #e4dfcf;
  cursor: default;
}
/* line 37, scss/sections/_videos.scss */
#videos #vid_nav_wrapper #playerMenu .active a:before {
  width: 100%;
  background: #ffffff;
}
/* line 44, scss/sections/_videos.scss */
#videos #vid_nav_wrapper .prev, #videos #vid_nav_wrapper .next {
  width: 25px;
}
/* line 49, scss/sections/_videos.scss */
#videos #player {
  position: absolute;
  width: 100%;
}
/* line 52, scss/sections/_videos.scss */
#videos #player #playerFlashCover {
  background: #000000;
}
/* line 57, scss/sections/_videos.scss */
#videos #videos_close {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
/* line 65, scss/sections/_videos.scss */
#videos #videos_close .innerX {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background: transparent url(../images/videos/btn_close.png) no-repeat 0 0;
}

/* line 3, scss/sections/_synopsis.scss */
#synopsis .scrollable {
  padding-right: 0;
}
/* line 5, scss/sections/_synopsis.scss */
#synopsis .scrollable .scroll_wrapper {
  padding-left: 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: 10%;
  left: 5%;
  width: 400px;
  height: 400px;
  z-index: 1;
  		/*
          .ipad & {
              top: 25px;
          }
          a {
              text-decoration: none;
              color: #ccc;
              &:hover {
                  color: #fff;
              }
          }
  		*/
}
/* line 24, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 0px 0px 10px 0px;
}
/* line 33, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #ffba00;
  padding: 0px 0px 0px 40px;
}
/* line 41, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper .content {
  width: 300px;
  height: 300px;
}
/* line 45, scss/sections/_synopsis.scss */
#synopsis #synopsis_wrapper p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 51, scss/sections/_synopsis.scss */
  #synopsis #synopsis_wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-device-width: 480px) {
  /* line 58, scss/sections/_synopsis.scss */
  #synopsis #synopsis_wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}

/* line 2, scss/sections/_gallery.scss */
#gallery #gallery_close {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-color: #000000;
  overflow: hidden;
}
/* line 11, scss/sections/_gallery.scss */
#gallery #gallery_close .innerX {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background: transparent url(../images/videos/btn_close.png) no-repeat 0 0;
  			/*
          	@include transition(all .5s ease-out);
  			.no-touch &:hover {
  				transform: scale(.5);
  			}
  			*/
}

/* line 3, scss/sections/_biosection.scss */
.biosection .scrollable {
  padding-right: 0;
}
/* line 5, scss/sections/_biosection.scss */
.biosection .scrollable .scroll_wrapper {
  padding-left: 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: 10%;
  left: 5%;
  width: 500px;
  height: 300px;
  z-index: 1;
}
/* line 24, scss/sections/_biosection.scss */
.biosection .biosection_wrapper h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 0px 0px 10px 0px;
}
/* line 33, scss/sections/_biosection.scss */
.biosection .biosection_wrapper h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #ffba00;
  padding: 0px 0px 0px 40px;
}
/* line 41, scss/sections/_biosection.scss */
.biosection .biosection_wrapper .content {
  width: 300px;
  height: 300px;
}
/* line 45, scss/sections/_biosection.scss */
.biosection .biosection_wrapper p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
}
/* line 51, scss/sections/_biosection.scss */
.biosection .biosection_wrapper li.active a {
  color: #fff;
}
/* line 55, scss/sections/_biosection.scss */
.biosection .biosection_wrapper a {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  color: #ccc;
}
/* line 59, scss/sections/_biosection.scss */
.biosection .biosection_wrapper a:hover {
  color: #ffba00;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 65, scss/sections/_biosection.scss */
  .biosection .biosection_wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-device-width: 480px) {
  /* line 72, scss/sections/_biosection.scss */
  .biosection .biosection_wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}
/* line 80, scss/sections/_biosection.scss */
.biosection .section_side_menu {
  position: relative;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.32em;
  position: absolute;
  top: 80px;
  right: -150px;
}
/* line 91, scss/sections/_biosection.scss */
.biosection .section_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 110, scss/sections/_biosection.scss */
#cast h3:before {
  content: "as ";
}
/* line 115, scss/sections/_biosection.scss */
#cast #cast_nav {
  position: absolute;
  top: 25px;
  right: 75px;
  width: 100px;
  height: 50px;
}
/* line 122, scss/sections/_biosection.scss */
#cast #cast_nav .cast_prev,
#cast #cast_nav .cast_next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
}
/* line 130, scss/sections/_biosection.scss */
#cast #cast_nav .cast_prev {
  left: 0;
  background: url(../images/cast/btn_prev.png) no-repeat 0 0;
}
/* line 134, scss/sections/_biosection.scss */
#cast #cast_nav .cast_next {
  background: url(../images/cast/btn_next.png) no-repeat 0 0;
  right: 0;
}

/* line 141, scss/sections/_biosection.scss */
.content .bio {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 160, scss/sections/_biosection.scss */
.content .bio p {
  padding-right: 15px;
}
/* line 168, scss/sections/_biosection.scss */
.content.ready .bio {
  visibility: visible;
  display: none;
}
/* line 171, 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/_vets.scss */
#vets {
  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: left;
  position: fixed;
  overflow: auto;
}
/* line 17, scss/sections/_vets.scss */
#vets #vetswrapper {
  padding: 20px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #FFF;
  border: solid 1px #4d4839;
}
/* line 26, scss/sections/_vets.scss */
#vets h1, #vets h2 {
  position: relative;
  top: auto;
  left: auto;
  font-size: 3.3em;
  letter-spacing: 1px;
  margin-bottom: .2em;
  color: #000000;
}
/* line 35, scss/sections/_vets.scss */
#vets ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
/* line 42, scss/sections/_vets.scss */
#vets li {
  display: block;
  float: left;
  width: 20%;
}
/* line 46, scss/sections/_vets.scss */
#vets li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* line 52, scss/sections/_vets.scss */
#vets p {
  font-size: 1.5em;
  margin: 0;
  color: #676152;
  width: 710px;
}
/* line 59, scss/sections/_vets.scss */
#vets #vetsclose {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.4em;
  color: #000000;
  z-index: 1;
}

/* line 1, scss/sections/_reviews.scss */
#reviews {
  overflow: auto;
  margin-top: 40px;
}
/* line 5, scss/sections/_reviews.scss */
#reviews #reviews_wrapper {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  /*z-index: 1;*/
}
/* line 14, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/reviews/bg_footer.jpg) no-repeat;
  background-size: contain;
  background-position: bottom center;
}
/* line 25, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll #reviews_header {
  display: block;
  position: absolute;
  width: 90%;
  top: 0;
  left: 5%;
}
/* line 32, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll #reviews_header h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 0px 0px 10px 0px;
}
/* line 41, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll #reviews_header h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #ffba00;
  padding: 0px 0px 0px 40px;
}
/* line 50, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll #reviews_header #reviews_rotten {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 58, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 24px;
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0px auto 70px auto;
  padding: 0px;
  text-transform: uppercase;
}
/* line 70, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll p img {
  margin: 0px 0px 40px 0px;
}
/* line 74, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll p span {
  color: #52a9d9;
  line-height: 24px;
  font-size: 14px;
}
/* line 81, scss/sections/_reviews.scss */
#reviews #reviews_wrapper #reviews_scroll .review_first {
  margin-top: 150px;
}

/* 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: 50%;
  height: 60px;
  width: 60px;
  margin: -30px 0px 0px 0px;
  -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-position 0.25s ease-out;
  -moz-transition: background-position 0.25s ease-out;
  -o-transition: background-position 0.25s ease-out;
  transition: background-position 0.25s ease-out;
  z-index: 3;
}
/* line 73, scss/partials/_slideshow.scss */
.prev_slide.prev_slide, .next_slide.prev_slide {
  left: 0;
  background: black url(../images/gallery/btn_prev.png) no-repeat;
  background-position: 0 0;
}
/* line 78, scss/partials/_slideshow.scss */
.prev_slide.next_slide, .next_slide.next_slide {
  right: 0;
  background: black url(../images/gallery/btn_next.png) no-repeat 0 0;
  background-position: 0 0;
}
/* line 84, scss/partials/_slideshow.scss */
.no-touch .prev_slide:hover.prev_slide, .no-touch .next_slide:hover.prev_slide {
  background-position: -10px 0;
}
/* line 87, scss/partials/_slideshow.scss */
.no-touch .prev_slide:hover.next_slide, .no-touch .next_slide:hover.next_slide {
  background-position: 10px 0;
}

/* line 93, 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 102, 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 112, 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 130, scss/partials/_slideshow.scss */
.paginator .prev_page.disabled, .paginator .next_page.disabled {
  cursor: default;
  opacity: 0;
}
/* line 133, scss/partials/_slideshow.scss */
.paginator .prev_page.disabled:hover, .paginator .next_page.disabled:hover {
  opacity: 0;
}
/* line 138, scss/partials/_slideshow.scss */
.paginator .prev_page:hover, .paginator .next_page:hover {
  opacity: 1;
}
/* line 142, scss/partials/_slideshow.scss */
.paginator .prev_page {
  border-left: 0px solid #fff;
  border-right: 24px solid #fff;
  left: 6px;
}
/* line 147, scss/partials/_slideshow.scss */
.paginator .next_page {
  border-right: 0px solid #fff;
  border-left: 24px solid #fff;
  right: 6px;
}
/* line 153, scss/partials/_slideshow.scss */
.paginator span {
  display: block;
  line-height: 50px;
  text-align: center;
}
/* line 159, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper {
  position: relative;
  height: 90px;
  width: 737px;
  overflow: hidden;
}
/* line 165, 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 62, scss/includes/_variables.scss */
.paginator .thumb_wrapper ul > li {
  display: block;
  float: left;
}
/* line 65, scss/includes/_variables.scss */
.paginator .thumb_wrapper ul > li:first-child {
  margin-left: 0px;
}
/* line 173, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li {
  height: 100%;
  padding: 4px 2px;
}
/* line 177, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 183, 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 189, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover, .paginator .thumb_wrapper ul li a.selected {
  border: solid 1px #fff;
}
/* line 191, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a:hover img, .paginator .thumb_wrapper ul li a.selected img {
  opacity: 1;
}
/* line 195, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul li a.selected {
  cursor: default;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_1 li {
  width: 100%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_2 li {
  width: 50%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_3 li {
  width: 33.33333%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_4 li {
  width: 25%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_5 li {
  width: 20%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_6 li {
  width: 16.66667%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_7 li {
  width: 14.28571%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_8 li {
  width: 12.5%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_9 li {
  width: 11.11111%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_10 li {
  width: 10%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_11 li {
  width: 9.09091%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_12 li {
  width: 8.33333%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_13 li {
  width: 7.69231%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_14 li {
  width: 7.14286%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_15 li {
  width: 6.66667%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_16 li {
  width: 6.25%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_17 li {
  width: 5.88235%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_18 li {
  width: 5.55556%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_19 li {
  width: 5.26316%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_20 li {
  width: 5%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_21 li {
  width: 4.7619%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_22 li {
  width: 4.54545%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_23 li {
  width: 4.34783%;
}
/* line 202, scss/partials/_slideshow.scss */
.paginator .thumb_wrapper ul.num_thumbs_24 li {
  width: 4.16667%;
}
/* line 202, 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: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
}
/* line 8, scss/partials/_header.scss */
.header #mainNav {
  display: block;
  width: 82%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 180px;
  overflow: hidden;
}
/* line 19, scss/partials/_header.scss */
.header#mainHeader {
  background-color: #fff;
  opacity: 0;
}
/* line 23, scss/partials/_header.scss */
.header#mainHeader #menu {
  padding: 0;
}
/* line 29, scss/partials/_header.scss */
.header#mainHeader #menu a {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.6464705882em;
  font-size: 15px;
  line-height: 40px;
  color: #000000;
}
/* line 39, scss/partials/_header.scss */
.header#mainHeader #menu a:hover {
  color: #676767;
}
/* line 42, scss/partials/_header.scss */
.header#mainHeader #menu a.selected {
  cursor: default;
  color: #000000;
}
/* line 45, scss/partials/_header.scss */
.header#mainHeader #menu a.selected:before {
  width: 20px;
}
/* line 49, scss/partials/_header.scss */
.header#mainHeader #menu a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: 0px;
  background-color: #000000;
  /*@include transition(width .15s ease-out, background-color .15s ease-out);*/
  -webkit-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -moz-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -o-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
}
/* line 63, scss/partials/_header.scss */
.header#mainHeader #menu a:hover:before {
  width: 20px;
  background-color: #676767;
}
/* line 70, scss/partials/_header.scss */
.header#mainHeader #menu_button {
  visibility: hidden;
  display: block;
  font-size: 23px;
  color: #000000;
  /*padding-left: 20px;*/
  position: absolute;
  top: 0;
  left: 0;
}
/* line 79, scss/partials/_header.scss */
.header#mainHeader #menu_button:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: 0px;
  background-color: #000000;
  -webkit-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -moz-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -o-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
}
/* line 94, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button {
  color: #e4dfcf;
}
/* line 96, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button:before {
  background-color: #e4dfcf;
}
/* line 100, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a {
  color: #e4dfcf;
}
/* line 102, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected {
  cursor: default;
  color: #e4dfcf;
}
/* line 105, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected:before {
  width: 15px;
}
/* line 109, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:before {
  background-color: #e4dfcf;
}
/* line 112, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover {
  color: #fff;
}
/* line 114, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover:before {
  width: 15px;
  background-color: #fff;
}
/* line 124, scss/partials/_header.scss */
.header a.selected {
  cursor: default;
  color: #000000;
}
/* line 130, scss/partials/_header.scss */
.header.horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 138, scss/partials/_header.scss */
.header.horizontal #skip_txt {
  display: none;
}
/* line 141, scss/partials/_header.scss */
.header.horizontal #back_txt {
  display: inline;
}
/* line 146, scss/partials/_header.scss */
.header.horizontal.skip #skip_txt {
  display: inline;
}
/* line 149, scss/partials/_header.scss */
.header.horizontal.skip #back_txt {
  display: none;
}
/* line 154, scss/partials/_header.scss */
.header.horizontal .prev, .header.horizontal .next {
  display: none;
  background: url(../images/header/pageArrows.png) no-repeat right -43px;
  opacity: 0;
  cursor: default;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 5px;
  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 168, scss/partials/_header.scss */
.header.horizontal .prev.on, .header.horizontal .next.on {
  display: block;
  cursor: pointer;
  opacity: 1;
}
/* line 173, scss/partials/_header.scss */
.lt-ie9 .header.horizontal .prev, .lt-ie9 .header.horizontal .next {
  display: none;
}
/* line 177, scss/partials/_header.scss */
.header.horizontal .prev {
  /*left: 0;*/
  right: 170px;
  background-position: 7px 0px;
  /*.no-touch &:hover {
      background-position: -29px 0px;
  }*/
}
/* line 185, scss/partials/_header.scss */
.header.horizontal .next {
  right: 130px;
  background-position: -64px -28px;
  /*.no-touch &:hover {
      background-position: -29px -28px;
  }*/
}
/* line 193, scss/partials/_header.scss */
.header.horizontal .centeredMenu {
  padding: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
/* line 203, scss/partials/_header.scss */
.header.horizontal .paginatorMasker {
  overflow: hidden;
}
/* line 205, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu {
  text-align: left;
  position: relative;
  left: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 212, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li {
  float: left;
}
/* line 214, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li.active {
  color: #FFFFFF;
}
/* line 217, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li:first-child {
  /* padding-left: 0; */
}

/* line 229, 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 240, scss/partials/_header.scss */
.rightMenu {
  position: absolute;
  right: 0px;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

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

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

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

/* line 270, scss/partials/_header.scss */
.leftMenu li a, .rightMenu li a, .centeredMenu li a {
  text-decoration: none;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  				/*
                  .ie & {
                      line-height: 34px;
                  }
  				*/
}

/* line 294, 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 299, 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 308, scss/partials/_header.scss */
.backArrow_btn {
  padding-left: 16px;
}

/* line 313, 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: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
}
/* line 8, scss/partials/_header.scss */
.header #mainNav {
  display: block;
  width: 82%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 180px;
  overflow: hidden;
}
/* line 19, scss/partials/_header.scss */
.header#mainHeader {
  background-color: #fff;
  opacity: 0;
}
/* line 23, scss/partials/_header.scss */
.header#mainHeader #menu {
  padding: 0;
}
/* line 29, scss/partials/_header.scss */
.header#mainHeader #menu a {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.6464705882em;
  font-size: 15px;
  line-height: 40px;
  color: #000000;
}
/* line 39, scss/partials/_header.scss */
.header#mainHeader #menu a:hover {
  color: #676767;
}
/* line 42, scss/partials/_header.scss */
.header#mainHeader #menu a.selected {
  cursor: default;
  color: #000000;
}
/* line 45, scss/partials/_header.scss */
.header#mainHeader #menu a.selected:before {
  width: 20px;
}
/* line 49, scss/partials/_header.scss */
.header#mainHeader #menu a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: 0px;
  background-color: #000000;
  /*@include transition(width .15s ease-out, background-color .15s ease-out);*/
  -webkit-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -moz-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -o-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
}
/* line 63, scss/partials/_header.scss */
.header#mainHeader #menu a:hover:before {
  width: 20px;
  background-color: #676767;
}
/* line 70, scss/partials/_header.scss */
.header#mainHeader #menu_button {
  visibility: hidden;
  display: block;
  font-size: 23px;
  color: #000000;
  /*padding-left: 20px;*/
  position: absolute;
  top: 0;
  left: 0;
}
/* line 79, scss/partials/_header.scss */
.header#mainHeader #menu_button:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: 0px;
  background-color: #000000;
  -webkit-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -moz-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  -o-transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 0.75s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.75s cubic-bezier(0.25, 1, 0.25, 1);
}
/* line 94, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button {
  color: #e4dfcf;
}
/* line 96, scss/partials/_header.scss */
.header#mainHeader #mainNav.light #menu_button:before {
  background-color: #e4dfcf;
}
/* line 100, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a {
  color: #e4dfcf;
}
/* line 102, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected {
  cursor: default;
  color: #e4dfcf;
}
/* line 105, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a.selected:before {
  width: 15px;
}
/* line 109, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:before {
  background-color: #e4dfcf;
}
/* line 112, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover {
  color: #fff;
}
/* line 114, scss/partials/_header.scss */
.header#mainHeader #mainNav.light a:hover:before {
  width: 15px;
  background-color: #fff;
}
/* line 124, scss/partials/_header.scss */
.header a.selected {
  cursor: default;
  color: #000000;
}
/* line 130, scss/partials/_header.scss */
.header.horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 138, scss/partials/_header.scss */
.header.horizontal #skip_txt {
  display: none;
}
/* line 141, scss/partials/_header.scss */
.header.horizontal #back_txt {
  display: inline;
}
/* line 146, scss/partials/_header.scss */
.header.horizontal.skip #skip_txt {
  display: inline;
}
/* line 149, scss/partials/_header.scss */
.header.horizontal.skip #back_txt {
  display: none;
}
/* line 154, scss/partials/_header.scss */
.header.horizontal .prev, .header.horizontal .next {
  display: none;
  background: url(../images/header/pageArrows.png) no-repeat right -43px;
  opacity: 0;
  cursor: default;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 5px;
  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 168, scss/partials/_header.scss */
.header.horizontal .prev.on, .header.horizontal .next.on {
  display: block;
  cursor: pointer;
  opacity: 1;
}
/* line 173, scss/partials/_header.scss */
.lt-ie9 .header.horizontal .prev, .lt-ie9 .header.horizontal .next {
  display: none;
}
/* line 177, scss/partials/_header.scss */
.header.horizontal .prev {
  /*left: 0;*/
  right: 170px;
  background-position: 7px 0px;
  /*.no-touch &:hover {
      background-position: -29px 0px;
  }*/
}
/* line 185, scss/partials/_header.scss */
.header.horizontal .next {
  right: 130px;
  background-position: -64px -28px;
  /*.no-touch &:hover {
      background-position: -29px -28px;
  }*/
}
/* line 193, scss/partials/_header.scss */
.header.horizontal .centeredMenu {
  padding: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
/* line 203, scss/partials/_header.scss */
.header.horizontal .paginatorMasker {
  overflow: hidden;
}
/* line 205, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu {
  text-align: left;
  position: relative;
  left: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 212, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li {
  float: left;
}
/* line 214, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li.active {
  color: #FFFFFF;
}
/* line 217, scss/partials/_header.scss */
.header.horizontal .paginatorMasker .centeredMenu li:first-child {
  /* padding-left: 0; */
}

/* line 229, 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 240, scss/partials/_header.scss */
.rightMenu {
  position: absolute;
  right: 0px;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

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

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

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

/* line 270, scss/partials/_header.scss */
.leftMenu li a, .rightMenu li a, .centeredMenu li a {
  text-decoration: none;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  				/*
                  .ie & {
                      line-height: 34px;
                  }
  				*/
}

/* line 294, 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 299, 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 308, scss/partials/_header.scss */
.backArrow_btn {
  padding-left: 16px;
}

/* line 313, 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: 40px;
  width: 100%;
  font-size: 11px;
  letter-spacing: 1px;
  z-index: 2;
  padding: 0 15px 0 0;
  margin: 0px 15px 0px 0px;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 15, scss/partials/_footer.scss */
#footer a {
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  color: #676974;
  -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 20, scss/partials/_footer.scss */
.no-touch #footer a:hover {
  color: #ffffff;
}
/* line 25, scss/partials/_footer.scss */
#footer #bottomRight, #footer #bottomLeft {
  position: relative;
  z-index: 1;
}
/* line 28, scss/partials/_footer.scss */
#footer #bottomRight ul, #footer #bottomLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 32, scss/partials/_footer.scss */
#footer #bottomRight ul li, #footer #bottomLeft ul li {
  float: left;
}
/* line 44, scss/partials/_footer.scss */
#footer #bottomRight ul li {
  float: right;
  margin-left: 1.5em;
}
/* line 51, scss/partials/_footer.scss */
#footer #mpaa_legal {
  line-height: 1.25em;
  padding: 0;
  margin: 6px;
}
/* line 56, scss/partials/_footer.scss */
.no-touch #footer #mpaa_legal a:hover {
  color: #ffffff;
}
/* line 63, scss/partials/_footer.scss */
#footer #bottomCenter {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 71, scss/partials/_footer.scss */
#footer #bottomCenter.autoCenter {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}
/* line 79, scss/partials/_footer.scss */
#footer #bottomLeft {
  text-align: left;
  float: left;
  padding-left: 14px;
}
/* line 86, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links, #footer #bottomLeft #credits-button {
  float: left;
}
/* line 89, scss/partials/_footer.scss */
#footer #bottomLeft #credits-button {
  margin-left: -4px;
}
/* line 91, scss/partials/_footer.scss */
.ie #footer #bottomLeft #credits-button {
  line-height: 44px;
}
/* line 96, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links li {
  margin-right: 1.5em;
}
/* line 102, scss/partials/_footer.scss */
#footer .lt-ie9 #bottomLeft {
  font-family: "ff-angie-web-pro-n4", "Source Sans Pro", sans-serif;
}
/* line 106, scss/partials/_footer.scss */
#footer #share {
  float: right;
}
/* line 111, scss/partials/_footer.scss */
#footer #sharelabel {
  display: block;
  float: left;
  clear: none;
  text-decoration: none;
  position: relative;
  /*
  .ie & {
  	line-height: 44px;
  }
  */
}
/* line 124, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 129, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 135, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 141, scss/partials/_footer.scss */
#footer #bottomRight {
  float: right;
  text-align: right;
  padding-right: 1.25em;
}
/* line 150, scss/partials/_footer.scss */
#footer #credits-button {
  color: #676974;
  -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 153, scss/partials/_footer.scss */
#footer #credits-button.active {
  color: #676974;
}
/* line 155, 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 162, scss/partials/_footer.scss */
.no-touch #footer #credits-button:hover {
  color: #ffffff;
}
/* line 167, scss/partials/_footer.scss */
#footer #credits {
  position: absolute;
  left: 0px;
  bottom: -320px;
  background: #000000;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-top: 0px;
  padding-bottom: 10px;
  z-index: 20;
}
/* line 182, scss/partials/_footer.scss */
#footer #credits p {
  display: block;
  width: 100%;
  text-align: center;
  color: #676974;
}
/* line 189, scss/partials/_footer.scss */
#footer #credits p a {
  text-decoration: none;
}
/* line 193, scss/partials/_footer.scss */
#footer #credits img.billing_block {
  display: block;
  margin: 10px auto 0 auto;
}
/* line 198, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  list-style: none;
}
/* line 202, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
/* line 208, scss/partials/_footer.scss */
#footer #credits_drawer_links li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 214, scss/partials/_footer.scss */
#footer #credits_drawer_links li a {
  color: #676974;
  text-decoration: none;
}
/* line 217, scss/partials/_footer.scss */
.no-touch #footer #credits_drawer_links li a:hover {
  color: #ffffff;
}
/* line 222, scss/partials/_footer.scss */
#footer #credits #copyright {
  position: relative;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  color: #676974;
}
/* line 230, scss/partials/_footer.scss */
#footer #MPAA_requirements {
  position: absolute;
  bottom: -200px;
  right: 0px;
  width: auto;
  background: #000000;
  padding: 20px;
}
/* line 239, scss/partials/_footer.scss */
#footer #MPAA_requirements img {
  display: block;
}
/* line 243, scss/partials/_footer.scss */
#footer #MPAA_requirements ul {
  margin: 1em .25em 0 .25em;
}
/* line 247, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li {
  text-align: left;
  display: block;
  margin-top: .5em;
}
/* line 253, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li a {
  margin: 0;
  float: none;
  line-height: 1.25em;
  color: #676974;
}
/* line 260, scss/partials/_footer.scss */
#footer .no-touch #MPAA_requirements ul li a:hover {
  color: #ffffff;
}
/* line 269, scss/partials/_footer.scss */
#footer #shareShelf {
  display: block;
  position: absolute;
  top: 40px;
  width: 200px;
  padding: 30px 10px;
  margin-left: -10px;
  background: #000000;
  color: #676974;
  line-height: 1em;
  right: 0px;
}
/* line 281, scss/partials/_footer.scss */
#footer #shareShelf .footer-btn {
  margin-left: 0;
}
/* line 285, scss/partials/_footer.scss */
#footer #shareShelf .facebook {
  float: none;
  margin: 0;
  display: block;
}
/* line 292, scss/partials/_footer.scss */
#footer #shareShelfContents {
  position: relative;
  text-align: left;
}
/* line 295, scss/partials/_footer.scss */
#footer #shareShelfContents .shareshelf-button {
  display: block;
  margin: 5px 0;
}
/* line 301, scss/partials/_footer.scss */
#footer #footer_links {
  margin: 0px 0px 0px 0px;
  padding: 0;
  float: right;
}
/* line 305, scss/partials/_footer.scss */
#footer #footer_links:after {
  /*content: "|";
  color: $footerlink_color;
  margin: 0 1em;
  float: right;*/
}
/* line 311, scss/partials/_footer.scss */
#footer #footer_links li {
  margin: 0;
  display: inline-block;
}
/* line 314, scss/partials/_footer.scss */
#footer #footer_links li a {
  font-size: 10px;
  margin: 0 .75em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #676974;
  letter-spacing: 0px;
  -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 322, scss/partials/_footer.scss */
.no-touch #footer #footer_links li a:hover {
  color: #ffffff;
}
/* line 329, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
}
/* line 333, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 338, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 343, scss/partials/_footer.scss */
#footer .footer-btn {
  float: right;
  margin: 0 1em;
  display: block;
  color: #676974;
  font-weight: bold;
  text-decoration: none;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  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 358, scss/partials/_footer.scss */
#footer .footer-btn .close_txt {
  position: absolute;
  left: 0;
  visibility: hidden;
}
/* line 363, scss/partials/_footer.scss */
#footer .footer-btn .open_txt {
  visibility: visible;
}
/* line 366, scss/partials/_footer.scss */
#footer .footer-btn.active {
  color: #676974;
}
/* line 368, scss/partials/_footer.scss */
#footer .footer-btn.active .close_txt {
  visibility: visible;
}
/* line 371, scss/partials/_footer.scss */
#footer .footer-btn.active .open_txt {
  visibility: hidden;
}
/* line 377, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #ffffff;
}
/* line 381, scss/partials/_footer.scss */
#footer #sharelabel {
  position: relative;
  margin-left: 0;
}
/* line 385, scss/partials/_footer.scss */
#footer #sharelabel.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
}
/* line 391, 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 408, scss/partials/_footer.scss */
#follow {
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  color: #676974;
  font-weight: bold;
  text-decoration: none;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 40px;
  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 424, scss/partials/_footer.scss */
#follow.active {
  color: #676974;
}
/* line 426, scss/partials/_footer.scss */
#follow.active .close_txt {
  visibility: visible;
}
/* line 429, scss/partials/_footer.scss */
#follow.active .open_txt {
  visibility: hidden;
}
/* line 436, scss/partials/_footer.scss */
#follow #follow_label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-right: 6px;
  line-height: 40px;
  vertical-align: top;
  display: none;
}
/* line 445, scss/partials/_footer.scss */
#follow .social-icon {
  position: relative;
}
/* line 448, scss/partials/_footer.scss */
#follow .social-icon:before {
  font-size: 16px;
  color: #676974;
  line-height: 40px;
  margin: 0 12px 0 0;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
/* line 456, scss/partials/_footer.scss */
.no-touch #follow .social-icon:hover:before {
  color: #000;
}

/* line 1, scss/partials/_soundButton.scss */
#soundButton {
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
/* 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: #676974;
  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;
  color: #fff;
  font-size: 16px;
}
/* line 9, scss/sections/_framework.scss */
#browserMessage a {
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
}

/* line 16, scss/sections/_framework.scss */
#backgroundContainer_outer {
  /*height: calc(100% - 232px);*/
  height: 100%;
  display: none;
  overflow: hidden;
  background: #000000;
}
/* line 23, scss/sections/_framework.scss */
#backgroundContainer_outer #backgroundFade {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 736px;
}

/* line 31, scss/sections/_framework.scss */
#altSections_outer {
  background: #000000;
  display: none;
  overflow: hidden;
}

/* line 37, scss/sections/_framework.scss */
#drawer {
  width: 100%;
  height: 100px;
	height: 70px;
  color: #ffffff;
  position: absolute;
  bottom: -10px;
  display: none;
}
/* line 46, scss/sections/_framework.scss */
#drawer #drawerTT {
  position: relative;
  margin: 0px 0px 0px 20px;
}
/* line 50, scss/sections/_framework.scss */
#drawer #drawerRelease {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  color: #fff;
  margin: 0px 0px 0px 20px;
	display: none;
}
/* line 58, scss/sections/_framework.scss */
#drawer #drawerRelease span {
  font-size: 2em;
}

@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;
  background: url(../images/home/empty.png) no-repeat;
}
/* line 9, scss/includes/_tinyscrollbar.scss */
.scrollable .viewport {
  width: 100%;
  height: 211px;
  overflow: hidden;
  position: relative;
}
/* line 15, scss/includes/_tinyscrollbar.scss */
.scrollable .overview {
  width: 100%;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 21, scss/includes/_tinyscrollbar.scss */
.scrollable .overview p:first-child {
  margin-top: 0;
}
/* line 25, scss/includes/_tinyscrollbar.scss */
.scrollable .thumb, .scrollable .thumb .end {
  height: 20px;
  width: 30px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 33, scss/includes/_tinyscrollbar.scss */
.scrollable .thumb .end, .scrollable .thumb .end .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
/* line 39, scss/includes/_tinyscrollbar.scss */
.scrollable .thumb_inner {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  background-color: #ffffff;
}
/* line 47, scss/includes/_tinyscrollbar.scss */
.scrollable .scrollbar {
  position: absolute;
  left: -10px;
  top: 0;
  width: 30px;
}
/* line 53, scss/includes/_tinyscrollbar.scss */
.scrollable .track {
  background-color: transparent;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 10px;
}
/* line 60, scss/includes/_tinyscrollbar.scss */
.scrollable .disable {
  display: none;
}

/* line 65, 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%;
}
