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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 423, scss/includes/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 435, scss/includes/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 450, scss/includes/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 463, scss/includes/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 475, scss/includes/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 489, scss/includes/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 501, scss/includes/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 510, scss/includes/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

/* ==========================================================================
   Variables
   ========================================================================== */
/*
 * COLORS
 */
/*
 * FONTS
 */
/* ==========================================================================
   mixins
   ========================================================================== */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, scss/includes/_h5bp_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, scss/includes/_h5bp_defaults.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, scss/includes/_h5bp_defaults.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 60, scss/includes/_h5bp_defaults.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 156, 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 175, scss/main.scss */
#browserNotSupported p {
  width: 75%;
  margin: 0 auto;
  padding: 1em;
  background-color: #fff;
  border: solid 3px #000;
  position: relative;
  z-index: 1;
}
/* line 184, scss/main.scss */
#browserNotSupported a {
  color: #000;
}
/* line 186, scss/main.scss */
#browserNotSupported a:hover {
  color: #b8b8b8;
}
/* line 190, scss/main.scss */
.lt-ie9 #browserNotSupported {
  background: transparent;
}
/* line 192, scss/main.scss */
.lt-ie9 #browserNotSupported img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

/* line 3, scss/sections/_home.scss */
#home h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
  font-size: 150px;
  color: #fff;
  color: rgba(255, 255, 255, 0.15);
}
/* line 13, scss/sections/_home.scss */
#home .hidden {
  display: none;
}
/* line 17, scss/sections/_home.scss */
#home #vehicles_bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/darkcover.png) no-repeat top left;
  background-size: cover;
  text-align: center;
}
/* line 30, scss/sections/_home.scss */
#home #vehicles_coverup {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
/* line 41, scss/sections/_home.scss */
#home #looping_bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*
  background-color: #000;
  background: url(../images/backgrounds/loop.jpg) repeat-x top left;
  background-size: cover;
  */
}
/* line 55, scss/sections/_home.scss */
#home #vehicle-thumbnails {
  display: block;
  position: absolute;
  top: 100px;
  right: 2%;
  width: 400px;
  height: 90px;
}
@media screen and (max-width: 1100px) {
  /* line 55, scss/sections/_home.scss */
  #home #vehicle-thumbnails {
    top: 50px;
  }
}
/* line 67, scss/sections/_home.scss */
#home #vehicle-thumbnails h3 {
  display: block;
  position: relative;
  text-align: right;
  font: 9px/15px 'Oswald', Verdana, Arial, geneva, sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0px 0px 5px 0px;
}
/* line 77, scss/sections/_home.scss */
#home #vehicle-thumbnails .holder {
  display: block;
  position: relative;
  width: 400px;
  height: 80px;
  text-align: right;
}
/* line 84, scss/sections/_home.scss */
#home #vehicle-thumbnails .holder .maxThumb {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 10px;
  background-color: #000;
}
/* line 91, scss/sections/_home.scss */
#home #vehicle-thumbnails .holder .maxThumb img {
  display: block;
  position: relative;
  width: 100px;
  height: auto;
  opacity: .75;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 100, scss/sections/_home.scss */
.no-touch #home #vehicle-thumbnails .holder .maxThumb:hover, #home #vehicle-thumbnails .holder .maxThumb.selected {
  outline: solid 1px #ffc300;
}
/* line 103, scss/sections/_home.scss */
.no-touch #home #vehicle-thumbnails .holder .maxThumb:hover img, #home #vehicle-thumbnails .holder .maxThumb.selected img {
  opacity: 1;
}
/* line 107, scss/sections/_home.scss */
#home #vehicle-thumbnails .holder .maxThumb.selected {
  cursor: default;
}
/* line 116, scss/sections/_home.scss */
#home #vehicle-info {
  display: block;
  position: absolute;
  top: 85px;
  left: 2%;
  width: 400px;
}
@media screen and (max-width: 1100px) {
  /* line 116, scss/sections/_home.scss */
  #home #vehicle-info {
    top: 35px;
  }
}
/* line 127, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
}
/* line 134, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper .number {
  display: block;
  font: 50px/50px "league-gothic", Verdana, Arial, geneva, sans-serif;
  font-weight: 400;
  /*font: 50px/50px 'Oswald', Verdana, Arial, geneva, sans-serif;*/
  /*font-weight: 700;*/
  letter-spacing: 2px;
  text-align: center;
  color: #c1baa7;
  margin: 0px 0px 5px 0px;
}
/* line 146, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper .pagination {
  display: block;
  height: 25px;
  text-align: right;
}
/* line 151, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper .pagination .next_slide2, #home #vehicle-info .extra-wrapper .pagination .prev_slide2 {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #000;
  margin: 0px 3px 0px 0px;
}
/* line 159, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper .pagination .prev_slide2 {
  background: url(../images/gallery/mini-arrow-left.png) no-repeat left top;
}
/* line 162, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper .pagination .next_slide2 {
  background: url(../images/gallery/mini-arrow-right.png) no-repeat left top;
}
/* line 171, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper #view-all {
  display: block;
  font: 8px/25px 'Oswald', Verdana, Arial, geneva, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 180, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper #view-all img,
#home #vehicle-info .extra-wrapper #view-all div {
  display: inline-block;
  vertical-align: middle;
}
/* line 185, scss/sections/_home.scss */
#home #vehicle-info .extra-wrapper #view-all img {
  margin: 0px 3px 0px 0px;
}
/* line 189, scss/sections/_home.scss */
.no-touch #home #vehicle-info .extra-wrapper #view-all:hover {
  color: #ffc300;
  color: #ffc300;
}
/* line 196, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 206, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper .title {
  display: block;
  font: 32px/32px "aktiv-grotesk-std", 'Roboto', Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0px 0px 0px 10px;
}
/* line 214, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper .info {
  display: block;
  font: 11px/15px 'Oswald', Verdana, Arial, geneva, sans-serif;
  font-weight: 400;
  color: #ded6c1;
  margin: 0px 0px 0px 10px;
}
/* line 222, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper .shareable {
  display: block;
  margin: 10px 0px 0px 10px;
}
/* line 226, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper .shareable span {
  display: inline-block;
  position: relative;
  font: 9px/40px 'Oswald', Verdana, Arial, geneva, sans-serif;
  font-weight: 400;
  color: #fff;
}
/* line 234, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper .shareable .icon-download {
  background: url(../images/download/icon.png) no-repeat left top;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
/* line 239, scss/sections/_home.scss */
.no-touch #home #vehicle-info .info-wrapper .shareable .icon-download:hover {
  background-position: right top;
}
/* line 244, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper .shareable .social-icon {
  display: inline-block;
  position: relative;
}
/* line 247, scss/sections/_home.scss */
#home #vehicle-info .info-wrapper .shareable .social-icon:before {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  margin: 0px 6px 0px 0px;
  vertical-align: middle;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
/* line 256, scss/sections/_home.scss */
.no-touch #home #vehicle-info .info-wrapper .shareable .social-icon:hover:before {
  color: #ffc300;
}
/* line 266, scss/sections/_home.scss */
#home #enter {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/darkcover.png) no-repeat top left;
  background-size: cover;
  text-align: center;
}
/* line 277, scss/sections/_home.scss */
#home #enter #enter_container {
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 900px;
  height: 450px;
  margin: -200px 0px 0px -450px;
}
/* line 286, scss/sections/_home.scss */
#home #enter #enter_container #enter_tt {
  display: block;
  position: relative;
  margin: 25px auto;
}
/* line 292, scss/sections/_home.scss */
#home #enter #enter_container #enter_divider {
  display: block;
  position: relative;
  width: 250px;
  height: 1px;
  margin: 20px auto;
  background-color: #f4eedd;
}
/* line 301, scss/sections/_home.scss */
#home #enter #enter_container #enter_title {
  display: block;
  position: relative;
  font: 75px/75px "aktiv-grotesk-std", 'Roboto', Verdana, Arial, geneva, sans-serif;
  font-weight: 900;
  color: #f4eedd;
}
/* line 308, scss/sections/_home.scss */
#home #enter #enter_container #enter_info {
  display: block;
  position: relative;
  font: 14px/20px "aktiv-grotesk-std", 'Roboto', Verdana, Arial, geneva, sans-serif;
  font-weight: 500;
  color: #f4eedd;
  margin: 20px 0px 0px 0px;
}
/* line 316, scss/sections/_home.scss */
#home #enter #enter_container #enter_button {
  display: inline-block;
  position: relative;
  font: 12px/12px 'Oswald', Verdana, Arial, geneva, sans-serif;
  font-weight: 400;
  /*font: 12px/18px "aktiv-grotesk-std", 'Roboto', Verdana, Arial, geneva, sans-serif;
  font-weight: 500;*/
  outline: #ffc300 solid 2px;
  margin: 25px 0px 0px 0px;
  padding: 10px 30px;
  color: #ffc300;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 329, scss/sections/_home.scss */
.no-touch #home #enter #enter_container #enter_button:hover {
  color: #ffffff;
}
@media screen and (max-height: 700px) {
  /* line 277, scss/sections/_home.scss */
  #home #enter #enter_container {
    top: 20px;
    margin: 0px 0px 0px -450px;
  }
  /* line 340, scss/sections/_home.scss */
  #home #enter #enter_container #enter_tt {
    margin: 0px auto;
  }
  /* line 344, scss/sections/_home.scss */
  #home #enter #enter_container #enter_divider {
    margin: 10px auto;
  }
  /* line 348, scss/sections/_home.scss */
  #home #enter #enter_container #enter_title {
    font: 55px/55px "aktiv-grotesk-std", 'Roboto', Verdana, Arial, geneva, sans-serif;
    font-weight: 900;
  }
  /* line 352, scss/sections/_home.scss */
  #home #enter #enter_container #enter_info {
    font: 12px/20px "aktiv-grotesk-std", 'Roboto', Verdana, Arial, geneva, sans-serif;
    margin: 10px 0px 0px 0px;
  }
  /* line 356, scss/sections/_home.scss */
  #home #enter #enter_container #enter_button {
    margin: 15px 0px 0px 0px;
  }
}

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

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

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

/* line 1, scss/partials/_loader.scss */
#default_loader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: url(../images/backgrounds/grunge.jpg) no-repeat top left;
  background-size: cover;
  text-align: center;
}
/* line 13, scss/partials/_loader.scss */
#default_loader #loaderCar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: 250px;
  margin: -225px 0px 0px -175px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  background: url(../images/preloader.png) no-repeat top left;
  display: none;
}
/* line 27, scss/partials/_loader.scss */
#default_loader #loaderText {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  margin: 0px 0px 0px -50px;
  font: 12px/12px 'Oswald', Verdana, Arial, geneva, sans-serif;
  letter-spacing: 2px;
  color: #fbc200;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, scss/partials/_footer.scss */
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 37px;
  line-height: 37px;
  width: 100%;
  font-size: 11px;
  letter-spacing: 1px;
  z-index: 2;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 13, scss/partials/_footer.scss */
#footer a {
  text-decoration: none;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 23, scss/partials/_footer.scss */
#footer #bottomRight, #footer #bottomLeft {
  position: relative;
  z-index: 1;
}
/* line 26, scss/partials/_footer.scss */
#footer #bottomRight ul, #footer #bottomLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 30, scss/partials/_footer.scss */
#footer #bottomRight ul li, #footer #bottomLeft ul li {
  float: left;
}
/* line 33, scss/partials/_footer.scss */
.ie #footer #bottomRight ul li a, .ie #footer #bottomLeft ul li a {
  line-height: 44px;
}
/* line 43, scss/partials/_footer.scss */
#footer #bottomRight ul li {
  float: right;
  margin-left: 1.5em;
}
/* line 50, scss/partials/_footer.scss */
#footer #mpaa_legal {
  line-height: 1.25em;
  padding: 0;
  margin: 6px;
}
/* line 54, scss/partials/_footer.scss */
#footer #mpaa_legal a {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 57, scss/partials/_footer.scss */
.no-touch #footer #mpaa_legal a:hover {
  color: #fff;
}
/* line 64, scss/partials/_footer.scss */
#footer #bottomCenter {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 72, scss/partials/_footer.scss */
#footer #bottomCenter.autoCenter {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}
/* line 80, scss/partials/_footer.scss */
#footer #bottomLeft {
  text-align: left;
  float: left;
  padding-left: 14px;
}
/* line 87, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links, #footer #bottomLeft #credits-button {
  float: left;
}
/* line 90, scss/partials/_footer.scss */
#footer #bottomLeft #credits-button {
  margin-left: -4px;
}
/* line 92, scss/partials/_footer.scss */
.ie #footer #bottomLeft #credits-button {
  line-height: 44px;
}
/* line 97, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links li {
  margin-right: 1.5em;
}
/* line 103, scss/partials/_footer.scss */
#footer .lt-ie9 #bottomLeft {
  font-family: "ff-angie-web-pro-n4", "Oswald", "Helvetica Neue", Helvetica, sans-serif;
}
/* line 107, scss/partials/_footer.scss */
#footer #follow {
  float: left;
  width: 0;
  overflow: hidden;
}
/* line 112, scss/partials/_footer.scss */
#footer #follow #follow_label {
  margin-right: 6px;
  line-height: 37px;
  vertical-align: top;
}
/* line 118, scss/partials/_footer.scss */
#footer #follow .social-icon {
  position: relative;
}
/* line 121, scss/partials/_footer.scss */
#footer #follow .social-icon:before {
  font-size: 20px;
  color: #fff;
  line-height: 37px;
  margin: 0 6px 0 0;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
/* line 129, scss/partials/_footer.scss */
#footer #follow .social-icon:hover:before {
  color: #ffc300;
}
/* line 135, scss/partials/_footer.scss */
#footer #followShelf {
  display: inline-block;
}
/* line 139, scss/partials/_footer.scss */
#footer #share {
  float: left;
}
/* line 143, scss/partials/_footer.scss */
#footer #sharelabel {
  display: block;
  float: left;
  clear: none;
  text-decoration: none;
  position: relative;
  margin-right: 0;
}
/* line 150, scss/partials/_footer.scss */
.ie #footer #sharelabel {
  line-height: 44px;
}
/* line 155, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 160, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 166, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 172, scss/partials/_footer.scss */
#footer #bottomRight {
  float: right;
  text-align: right;
  padding-right: 1.25em;
}
/* line 181, scss/partials/_footer.scss */
#footer #credits-button {
  color: #FFF;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 184, scss/partials/_footer.scss */
#footer #credits-button.active {
  color: #fff;
}
/* line 186, scss/partials/_footer.scss */
#footer #credits-button.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 195, scss/partials/_footer.scss */
#footer #credits {
  position: absolute;
  left: 0px;
  bottom: -325px;
  background: #000;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-top: 0px;
  padding-bottom: 10px;
  z-index: 20;
}
/* line 210, scss/partials/_footer.scss */
#footer #credits p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fd792f;
}
/* line 217, scss/partials/_footer.scss */
#footer #credits p a {
  text-decoration: none;
}
/* line 221, scss/partials/_footer.scss */
#footer #credits img.billing_block {
  display: block;
  margin: 10px auto 0 auto;
}
/* line 226, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  list-style: none;
  color: #f0bc28;
}
/* line 231, scss/partials/_footer.scss */
#footer #credits_drawer_links {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
/* line 237, scss/partials/_footer.scss */
#footer #credits_drawer_links li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 243, scss/partials/_footer.scss */
#footer #credits_drawer_links li a {
  color: #f0bc28;
  text-decoration: none;
}
/* line 248, scss/partials/_footer.scss */
#footer .no-touch #credits_drawer_links li a:hover {
  color: #fff;
}
/* line 252, scss/partials/_footer.scss */
#footer #credits #copyright {
  position: relative;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  color: #CCC;
}
/* line 260, scss/partials/_footer.scss */
#footer #MPAA_requirements {
  position: absolute;
  bottom: -200px;
  right: 0px;
  width: auto;
  background: #000;
  padding: 20px;
}
/* line 269, scss/partials/_footer.scss */
#footer #MPAA_requirements img {
  display: block;
}
/* line 273, scss/partials/_footer.scss */
#footer #MPAA_requirements ul {
  margin: 1em .25em 0 .25em;
}
/* line 277, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li {
  text-align: left;
  display: block;
  margin-top: .5em;
}
/* line 283, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li a {
  margin: 0;
  float: none;
  line-height: 1.25em;
  color: #f0bc28;
}
/* line 290, scss/partials/_footer.scss */
#footer .no-touch #MPAA_requirements ul li a:hover {
  color: #fff;
}
/* line 299, scss/partials/_footer.scss */
#footer #shareShelf {
  display: block;
  position: absolute;
  top: 37px;
  width: 200px;
  padding: 30px 10px;
  margin-left: -10px;
  background: #000;
  color: #fff;
  line-height: 1em;
}
/* line 310, scss/partials/_footer.scss */
#footer #shareShelf .footer-btn {
  margin-left: 0;
}
/* line 314, scss/partials/_footer.scss */
#footer #shareShelf .facebook {
  float: none;
  margin: 0;
  display: block;
}
/* line 323, scss/partials/_footer.scss */
#footer #shareShelfContents {
  position: relative;
  text-align: left;
}
/* line 326, scss/partials/_footer.scss */
#footer #shareShelfContents .shareshelf-button {
  color: #f0bc28;
  display: block;
  margin: 5px 0;
}
/* line 331, scss/partials/_footer.scss */
.no-touch #footer #shareShelfContents #shareshelf-button:hover {
  color: #ffffff;
}
/* line 340, scss/partials/_footer.scss */
#footer #footer_links {
  margin: 0 1em 0 0;
  padding: 0;
  float: right;
}
/* line 344, scss/partials/_footer.scss */
#footer #footer_links li {
  margin: 0;
  display: inline-block;
}
/* line 347, scss/partials/_footer.scss */
#footer #footer_links li a {
  margin: 0 15px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 350, scss/partials/_footer.scss */
.no-touch #footer #footer_links li a:hover {
  color: #e2bf63;
}
/* line 357, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 362, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 367, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 372, scss/partials/_footer.scss */
#footer .footer-btn {
  float: left;
  margin: 0 2em;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  position: relative;
  font-size: 9px;
  line-height: 37px;
  letter-spacing: 1px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 385, scss/partials/_footer.scss */
#footer .footer-btn.active {
  color: #fff;
}
/* line 387, scss/partials/_footer.scss */
#footer .footer-btn.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 394, scss/partials/_footer.scss */
.no-touch #footer .footer-btn:hover {
  color: #e2bf63;
}
/* line 399, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #ffffff;
}
/* line 404, scss/partials/_footer.scss */
.no-touch #footer p a:hover {
  color: #ffffff;
}
/* line 408, scss/partials/_footer.scss */
#footer #sharelabel {
  position: relative;
  margin-left: 0;
  /*
          &.active .border-arrow {
              border-top-width: 4px;
              border-bottom-width: 0px;
          }
  		*/
}
/* line 412, scss/partials/_footer.scss */
#footer #sharelabel.active {
  color: #fff;
}
/* line 414, scss/partials/_footer.scss */
#footer #sharelabel.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 429, scss/partials/_footer.scss */
#footer .border-arrow {
  display: inline-block;
  margin-left: 6px;
  margin-top: 0px;
  margin-bottom: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 0px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transition: border 0.25s ease-out;
  -moz-transition: border 0.25s ease-out;
  -o-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out;
  display: none;
}

/* line 1, scss/partials/_soundButton.scss */
#soundButton {
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 12px;
  cursor: pointer;
}
/* line 10, scss/partials/_soundButton.scss */
#soundButton .hit {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -10px;
  top: -10px;
  margin: 0px 0px 0px 0px;
  float: none;
}
/* line 21, scss/partials/_soundButton.scss */
#soundButton .bar {
  position: relative;
  float: left;
  margin-right: 1px;
  width: 2px;
  height: 100%;
}
/* line 27, scss/partials/_soundButton.scss */
#soundButton .bar:after {
  background: #ffffff;
  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 41, scss/partials/_soundButton.scss */
#soundButton .bar:nth-child(0n + 1):after {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 48, scss/partials/_soundButton.scss */
#soundButton .bar:nth-child(2):after {
  -webkit-animation-duration: .95s;
  -moz-animation-duration: .95s;
  animation-duration: .95s;
}
/* line 55, scss/partials/_soundButton.scss */
#soundButton .bar:nth-child(3):after {
  -webkit-animation-duration: .90s;
  -moz-animation-duration: .90s;
  animation-duration: .90s;
}
/* line 62, scss/partials/_soundButton.scss */
#soundButton .bar:nth-child(4):after {
  -webkit-animation-duration: .93s;
  -moz-animation-duration: .93s;
  animation-duration: .93s;
}
/* line 69, scss/partials/_soundButton.scss */
#soundButton .bar:nth-child(5):after {
  -webkit-animation-duration: .97s;
  -moz-animation-duration: .97s;
  animation-duration: .97s;
}
/* line 78, scss/partials/_soundButton.scss */
#soundButton.on .bar: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 93, scss/partials/_soundButton.scss */
#soundButton.off .bar: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;
}
/* line 107, scss/partials/_soundButton.scss */
#soundButton.onIE .bar {
  height: 10%;
}
/* line 112, scss/partials/_soundButton.scss */
#soundButton.offIE .bar {
  height: 100%;
}

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

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

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

/* line 15, scss/sections/_framework.scss */
#ttContainer {
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  width: 160px;
  margin: 0px 0px 0px -80px;
  -webkit-transform: translate3d(0, 0, 10px);
  -moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -o-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
}
/* line 24, scss/sections/_framework.scss */
#ttContainer #ttImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (max-height: 600px) {
  /* line 15, scss/sections/_framework.scss */
  #ttContainer {
    top: 15px;
    width: 120px;
    margin: 0px 0px 0px -60px;
  }
  /* line 37, scss/sections/_framework.scss */
  #ttContainer #ttImg {
    width: 120px;
  }
}

/* line 43, scss/sections/_framework.scss */
#releaseContainer {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 160px;
  margin: 0px 0px 0px -80px;
  display: block;
  -webkit-transform: translate3d(0, 0, 10px);
  -moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -o-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
}
/* line 52, scss/sections/_framework.scss */
#releaseContainer #releaseImg {
  display: block;
  position: relative;
  text-align: center;
}

@font-face {
  font-family: "social-icons";
  src: url("../fonts/social-icons.eot");
  src: url("../fonts/social-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icons.woff") format("woff"), url("../fonts/social-icons.ttf") format("truetype"), url("../fonts/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, scss/includes/_social_icons.scss */
[data-icon]:before {
  font-family: "social-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, scss/includes/_social_icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 52, scss/includes/_h5bp_helper_classes.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 68, scss/includes/_h5bp_helper_classes.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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