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

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*!
Video.js Default Styles (http://videojs.com)
Version 4.0.4
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js:-moz-full-screen {
  position: absolute; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
  font-family: Arial,sans-serif; }

.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background: #000;
  background: rgba(0, 0, 0, 0.5); }

.video-js .vjs-subtitles {
  color: #fff; }

.video-js .vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

.vjs-fade-in {
  display: block !important;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s,opacity .1s;
  -moz-transition: visibility .1s,opacity .1s;
  -ms-transition: visibility .1s,opacity .1s;
  -o-transition: visibility .1s,opacity .1s;
  transition: visibility .1s,opacity .1s; }

.vjs-fade-out {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1.5s,opacity 1.5s;
  -moz-transition: visibility 1.5s,opacity 1.5s;
  -ms-transition: visibility 1.5s,opacity 1.5s;
  -o-transition: visibility 1.5s,opacity 1.5s;
  transition: visibility 1.5s,opacity 1.5s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.vjs-default-skin .vjs-hidden {
  display: none; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

@font-face {
  font-family: VideoJS;
  src: url(../f/1/vjs.eot);
  src: url(../f/1/vjs.eot?#iefix) format("embedded-opentype"), url(../f/1/vjs.woff) format("woff"), url(../f/1/vjs.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.vjs-default-skin {
  color: #ccc; }

.vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background: #323232;
  background: rgba(100, 100, 100, 0.5); }

.vjs-default-skin .vjs-slider:focus {
  background: #464646;
  background: rgba(100, 100, 100, 0.7);
  -webkit-box-shadow: 0 0 2em white;
  -moz-box-shadow: 0 0 2em white;
  box-shadow: 0 0 2em white; }

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.vjs-default-skin .vjs-control-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 3em;
  background-color: #000;
  background-color: rgba(7, 40, 50, 0.7);
  font-style: normal;
  font-weight: 400;
  font-family: Arial,sans-serif; }

.vjs-default-skin .vjs-control {
  outline: 0;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3em;
  width: 4em; }

.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0 0 1em white; }

.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer; }

.vjs-default-skin .vjs-play-control:before {
  content: "\e001"; }

.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002"; }

.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005"; }

.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right; }

.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: .6em;
  margin: 1.1em auto 0; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em; }

.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: .5em;
  background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: .5em;
  height: .5em; }

.vjs-default-skin .vjs-volume-handle:before {
  font-size: .9em;
  top: -.2em;
  left: -.2em;
  width: 1em;
  height: 1em; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em; }

.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: .3em;
  height: 1em;
  top: -1em;
  -webkit-transition: top .4s,height .4s,font-size .4s,-webkit-transform .4s;
  -moz-transition: top .4s,height .4s,font-size .4s,-moz-transform .4s;
  -o-transition: top .4s,height .4s,font-size .4s,-o-transform .4s;
  transition: top .4s,height .4s,font-size .4s,transform .4s; }

.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  -webkit-transition: top .2s,height .2s,font-size .2s,-webkit-transform .2s;
  -moz-transition: top .2s,height .2s,font-size .2s,-moz-transform .2s;
  -o-transition: top .2s,height .2s,font-size .2s,-o-transform .2s;
  transition: top .2s,height .2s,font-size .2s,transform .2s; }

.vjs-default-skin .vjs-progress-holder {
  height: 100%; }

.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-play-progress {
  background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.4); }

.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%; }

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: .1em; }

.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  line-height: 3em; }

.vjs-default-skin .vjs-current-time {
  float: left; }

.vjs-default-skin .vjs-duration {
  float: left; }

.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left; }

.vjs-time-divider {
  float: left;
  line-height: 3em; }

.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000"; }

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b"; }

.vjs-default-skin .vjs-big-play-button {
  display: block;
  z-index: 2;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 12em;
  height: 8em;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #282828;
  background-color: rgba(7, 40, 50, 0.7);
  border: .3em solid #323232;
  border-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  -webkit-transition: border .4s,-webkit-box-shadow .4s,-webkit-transform .4s;
  -moz-transition: border .4s,-moz-box-shadow .4s,-moz-transform .4s;
  -o-transition: border .4s,-o-box-shadow .4s,-o-transform .4s;
  transition: border .4s,box-shadow .4s,transform .4s; }

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  border-color: white;
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 0 3em #fff;
  -moz-box-shadow: 0 0 3em #fff;
  box-shadow: 0 0 3em #fff;
  -webkit-transition: border 0s,-webkit-box-shadow 0s,-webkit-transform 0s;
  -moz-transition: border 0s,-moz-box-shadow 0s,-moz-transform 0s;
  -o-transition: border 0s,-o-box-shadow 0s,-o-transform 0s;
  transition: border 0s,box-shadow 0s,transform 0s; }

.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  font-size: 3em;
  line-height: 2.66;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

/*.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:5em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-default-skin .vjs-loading-spinner:before{content:"\e00a";font-family:VideoJS;position:absolute;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}.vjs-default-skin .vjs-loading-spinner:after{content:"\e00a";font-family:VideoJS;position:absolute;width:1em;height:1em;text-align:center;-webkit-background-clip:text;-webkit-text-fill-color:transparent}*/
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer; }

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000;
  border-top-color: rgba(7, 40, 50, 0.5); }

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #000;
  background-color: rgba(7, 40, 50, 0.7);
  -webkit-box-shadow: -20px -20px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.5);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2); }

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block; }

.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: .3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase; }

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000; }

.vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  color: #111;
  outline: 0;
  -webkit-box-shadow: 0 0 1em white;
  -moz-box-shadow: 0 0 1em white;
  box-shadow: 0 0 1em white; }

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default; }

.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c"; }

.vjs-default-skin .vjs-captions-button {
  font-size: 1em; }

.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: none; }

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em white;
  -moz-box-shadow: 0 0 1em white;
  box-shadow: 0 0 1em white; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 28, 2013 */
@font-face {
  font-family: "serene_mtcregular";
  src: url("../fonts/serenemtc-webfont.eot"); }

@font-face {
  font-family: "serene_mtcregular";
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url("../fonts/serenemtc-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
    Media query mixin to simplify device-based settings

    Usage:

    .my-elem {
        float: left;
        @include respond-to(handhelds) { width: 100% ;}
        @include respond-to(medium-screens) { width: 125px; }
        @include respond-to(wide-screens) { float: none; }
    }

    Outputs:

    .my-elem {
        float: left;
    }
    @media only screen and (max-width: 320px) {
        .my-elem {
            width: 100%;
        }
    }
    @media only screen and (min-width: 321px) and (max-width: 1023px) {
        .my-elem {
            width: 125px;
        }
    }
    @media only screen and (min-width: 1024px) {
        .my-elem {
            float: none;
        }
    }

*/
/*

    less than portrait tablet - show handset nav

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

.lt-ie9 * {
  opacity: inherit;
  filter: inherit; }

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  background: #000; }

body {
  font-family: "Soho Gothic W01 Regular", arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background: #000;
  min-width: 320px; }

a {
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  text-decoration: none;
  color: #999; }
  a:hover {
    color: #000; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0; }

#container,
#app,
#main {
  height: 100%;
  position: relative;
  width: 100%; }

#app {
  position: fixed; }

@media only screen and (max-width: 320px) {
  #main {
    -webkit-box-shadow: -8px 0 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -8px 0 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -8px 0 16px 0 rgba(0, 0, 0, 0.1); } }

#ui-block {
  background-color: #e90000;
  display: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  font-family: "Soho Gothic W01 Regular", arial, sans-serif;
  background: #e90000;
  background: rgba(233, 0, 0, 0.85);
  display: none;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  padding: 23px 15px;
  width: 100%;
  z-index: 999; }
  .cookies.show {
    display: table; }
  .cookies .cookies__body {
    color: #fff;
    display: block;
    line-height: 17px;
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .cookies .cookies__body {
        padding-right: 115px;
        text-align: left; } }
  .cookies .cookies__body--full {
    padding-right: 0; }
  .cookies .cookies__link {
    color: #fff;
    display: inline-block;
    text-decoration: underline; }
    .cookies .cookies__link:not(.cookies__link--btn):hover {
      color: #000;
      text-decoration: none; }
  .cookies .cookies__link--btn {
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 35px;
    margin: auto 0 auto 20px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .cookies .cookies__link--btn {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto; } }
    .cookies .cookies__link--btn:hover {
      background: #ccc;
      color: #000; }

header {
  background: #fff;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
    .isDesktop header {
      display: block; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  .isDesktop header {
    display: block; } }
  header h1 {
    background: url("../img/mclaren_group_rgb_logotype.svg") center center no-repeat;
    display: block;
    height: 23px;
    margin: auto;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 27px;
    width: 160px; }
    @media only screen and (min-width: 1024px) {
      header h1 {
        right: 34px; } }
    @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
      header h1 {
        display: none; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header h1 {
    display: none; } }
    @media only screen and (max-height: 330px) {
      header h1 {
        display: none; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header h1 {
    display: none; } }
  header nav,
  header ul {
    float: left; }
  @media only screen and (max-height: 320px) {
    html.no-touch header nav {
      margin-top: 5px; } }
  header > nav > ul {
    margin: 0;
    padding: 0; }
    @media only screen and (max-height: 320px) {
      html.no-touch header > nav > ul {
        margin: 60px 0 0;
        padding: 0 0 0 20px; }
        html.no-touch header > nav > ul li.more-mclaren .rollover ul a,
        html.no-touch header > nav > ul li {
          margin-bottom: 10px; } }
    @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
      header > nav > ul {
        margin: 60px 0 0;
        padding: 0 0 0 20px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul {
    margin: 60px 0 0;
    padding: 0 0 0 20px; } }
    @media only screen and (max-height: 330px) {
      header > nav > ul {
        margin: 60px 0 0;
        padding: 0 0 0 20px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul {
    margin: 60px 0 0;
    padding: 0 0 0 20px; } }
    header > nav > ul > li {
      float: left; }
      @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
        header > nav > ul > li {
          float: none;
          margin-bottom: 23px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li {
    float: none;
    margin-bottom: 23px; } }
      @media only screen and (max-height: 330px) {
        header > nav > ul > li {
          float: none;
          margin-bottom: 23px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li {
    float: none;
    margin-bottom: 23px; } }
      header > nav > ul > li > a {
        font-family: "Soho Gothic W01 Medium", arial, sans-serif;
        color: #000;
        display: block;
        font-size: 11px;
        padding: 32px 10px 28px;
        text-align: center;
        text-decoration: none; }
        .isDesktop header > nav > ul > li > a:hover {
          color: #999; }
        @media only screen and (min-width: 1024px) {
          header > nav > ul > li > a {
            font-size: 12px;
            padding: 32px 12px 28px; } }
        @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
          header > nav > ul > li > a {
            color: #000;
            font-size: 13px;
            padding: 0;
            text-align: left; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li > a {
    color: #000;
    font-size: 13px;
    padding: 0;
    text-align: left; } }
        @media only screen and (max-height: 330px) {
          header > nav > ul > li > a {
            color: #000;
            font-size: 13px;
            padding: 0;
            text-align: left; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li > a {
    color: #000;
    font-size: 13px;
    padding: 0;
    text-align: left; } }
      header > nav > ul > li:first-child {
        display: none; }
        .isDesktop header > nav > ul > li:first-child {
          display: inline-block;
          height: 78px;
          padding-left: 17px; }
      header > nav > ul > li.sound-toggle {
        display: none; }
        .isDesktop header > nav > ul > li.sound-toggle {
          display: block; }
          @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
            .isDesktop header > nav > ul > li.sound-toggle {
              display: none !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  .isDesktop header > nav > ul > li.sound-toggle {
    display: none !important; } }
        header > nav > ul > li.sound-toggle a {
          padding: 0;
          position: relative; }
          @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
            header > nav > ul > li.sound-toggle a {
              margin-right: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.sound-toggle a {
    margin-right: 0; } }
          @media only screen and (max-height: 330px) {
            header > nav > ul > li.sound-toggle a {
              margin-right: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.sound-toggle a {
    margin-right: 0; } }
          header > nav > ul > li.sound-toggle a span {
            background-color: #fff;
            bottom: 33px;
            display: block;
            height: 6px;
            position: absolute;
            width: 1px; }
            header > nav > ul > li.sound-toggle a span.eq-1 {
              left: 36px; }
            header > nav > ul > li.sound-toggle a span.eq-2 {
              left: 38px; }
            header > nav > ul > li.sound-toggle a span.eq-3 {
              left: 40px; }
            header > nav > ul > li.sound-toggle a span.eq-4 {
              left: 42px; }
          header > nav > ul > li.sound-toggle a:hover i {
            color: #000; }
        header > nav > ul > li.sound-toggle.off a i {
          height: 1px; }
      @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
        header > nav > ul > li.more-mclaren > a:first-child {
          display: none; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.more-mclaren > a:first-child {
    display: none; } }
      @media only screen and (max-height: 330px) {
        header > nav > ul > li.more-mclaren > a:first-child {
          display: none; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.more-mclaren > a:first-child {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 1024px) and (orientation: portrait) {
  header > nav > ul > li.more-mclaren .rollover {
    top: 124px; } }
      @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
        header > nav > ul > li.more-mclaren .rollover {
          display: block !important;
          position: inherit; }
          header > nav > ul > li.more-mclaren .rollover,
          header > nav > ul > li.more-mclaren .rollover ul {
            width: auto;
            height: auto; }
          header > nav > ul > li.more-mclaren .rollover ul {
            border: 0; }
            header > nav > ul > li.more-mclaren .rollover ul a {
              font-family: "Soho Gothic W01 Medium", arial, sans-serif;
              color: #000;
              font-size: 13px;
              margin-bottom: 23px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.more-mclaren .rollover {
    display: block !important;
    position: inherit; }
    header > nav > ul > li.more-mclaren .rollover,
    header > nav > ul > li.more-mclaren .rollover ul {
      width: auto;
      height: auto; }
    header > nav > ul > li.more-mclaren .rollover ul {
      border: 0; }
      header > nav > ul > li.more-mclaren .rollover ul a {
        font-family: "Soho Gothic W01 Medium", arial, sans-serif;
        color: #000;
        font-size: 13px;
        margin-bottom: 23px; } }
      @media only screen and (max-height: 330px) {
        header > nav > ul > li.more-mclaren .rollover {
          display: block !important;
          position: inherit; }
          header > nav > ul > li.more-mclaren .rollover,
          header > nav > ul > li.more-mclaren .rollover ul {
            height: auto;
            width: auto; }
          header > nav > ul > li.more-mclaren .rollover ul {
            border: 0; }
            header > nav > ul > li.more-mclaren .rollover ul a {
              font-family: "Soho Gothic W01 Medium", arial, sans-serif;
              color: #000;
              font-size: 13px;
              margin-bottom: 23px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.more-mclaren .rollover {
    display: block !important;
    position: inherit; }
    header > nav > ul > li.more-mclaren .rollover,
    header > nav > ul > li.more-mclaren .rollover ul {
      height: auto;
      width: auto; }
    header > nav > ul > li.more-mclaren .rollover ul {
      border: 0; }
      header > nav > ul > li.more-mclaren .rollover ul a {
        font-family: "Soho Gothic W01 Medium", arial, sans-serif;
        color: #000;
        font-size: 13px;
        margin-bottom: 23px; } }
      @media only screen and (max-height: 320px) {
        html.no-touch header > nav > ul > li.more-mclaren {
          float: left;
          margin: -112px 0 0 110px;
          padding: 0; } }
      header > nav > ul > li.sound-toggle > a {
        display: block;
        float: left;
        height: 78px;
        width: 80px; }
        header > nav > ul > li.sound-toggle > a i.icon {
          background-image: url(../img/spritesheet.png);
          background-position: -100px -25px;
          width: 14px;
          height: 14px;
          margin: 33px 0 0 33px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            header > nav > ul > li.sound-toggle > a i.icon {
              background-image: url(../img/spritesheet-2x.png);
              background-size: 168px 60px; } }
        header > nav > ul > li.sound-toggle > a i.off {
          background-image: url(../img/spritesheet.png);
          background-position: -114px -25px;
          width: 14px;
          height: 14px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            header > nav > ul > li.sound-toggle > a i.off {
              background-image: url(../img/spritesheet-2x.png);
              background-size: 168px 60px; } }
        header > nav > ul > li.sound-toggle > a i.transition {
          background-image: url(../img/spritesheet.png);
          background-position: -128px -25px;
          width: 14px;
          height: 14px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            header > nav > ul > li.sound-toggle > a i.transition {
              background-image: url(../img/spritesheet-2x.png);
              background-size: 168px 60px; } }
        header > nav > ul > li.sound-toggle > a:hover {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50); }
        header > nav > ul > li.sound-toggle > a:active, header > nav > ul > li.sound-toggle > a:hover, header > nav > ul > li.sound-toggle > a:visited {
          background-color: #fff; }
      header > nav > ul > li.sound-toggle > .sound-line {
        background-color: #eee;
        height: 78px;
        left: 80px;
        position: absolute;
        top: 0;
        width: 1px; }
      @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
        header > nav > ul > li.sound-toggle {
          display: none; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.sound-toggle {
    display: none; } }
      @media only screen and (max-height: 330px) {
        header > nav > ul > li.sound-toggle {
          display: none; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header > nav > ul > li.sound-toggle {
    display: none; } }
    header > nav > ul .rollover {
      display: none; }
  header .rollover {
    display: none;
    height: 100%;
    left: 28px;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 1; }
    header .rollover .intro {
      padding-right: 20px;
      position: relative;
      width: 295px;
      z-index: 2; }
    header .rollover h3 {
      font-size: 13px; }
    header .rollover h2 i,
    header .rollover h3 i,
    header .rollover a i {
      background-image: url(../img/spritesheet.png);
      background-position: -21px -39px;
      width: 19px;
      height: 19px;
      display: block;
      left: 0;
      position: absolute; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header .rollover h2 i,
        header .rollover h3 i,
        header .rollover a i {
          background-image: url(../img/spritesheet-2x.png);
          background-size: 168px 60px; } }
    .isDesktop header .rollover a:hover i {
      background-image: url(../img/spritesheet.png);
      background-position: 0px -39px;
      width: 21px;
      height: 21px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .isDesktop header .rollover a:hover i {
          background-image: url(../img/spritesheet-2x.png);
          background-size: 168px 60px; } }
    header .rollover h2 a,
    header .rollover h3 a {
      font-family: "Soho Gothic W01 Regular", arial, sans-serif;
      color: #000;
      display: block;
      font-size: 14px;
      line-height: 23px;
      padding: 20px 0 20px 25px;
      position: relative;
      text-align: left; }
      .isDesktop header .rollover h2 a:hover, .isDesktop
      header .rollover h3 a:hover {
        color: #666; }
    header .rollover .secondary-header {
      margin-top: -10px; }
      header .rollover .secondary-header a {
        padding-top: 0; }
    header .rollover p,
    header .rollover .sub-links a {
      color: #999;
      font-size: 12px;
      line-height: 21px; }
    header .rollover p strong {
      font-weight: normal;
      font-family: "Soho Gothic W01 Medium", arial, sans-serif; }
    header .rollover p em {
      font-style: normal;
      font-family: "Soho Gothic W01 Light", arial, sans-serif; }
    header .rollover nav {
      padding-top: 20px;
      position: relative; }
      header .rollover nav a {
        display: block;
        padding: 10px 0; }
        .isDesktop header .rollover nav a:hover {
          color: #000; }
    header .rollover .sub-links {
      margin-left: 0;
      margin-top: 20px;
      padding-left: 0; }
      header .rollover .sub-links a {
        clear: both;
        color: #000;
        float: left;
        margin: 0 0 11px;
        padding: 0;
        position: relative;
        text-align: left; }
        header .rollover .sub-links a .anim-underline {
          background: #000;
          display: block;
          height: 1px;
          width: 0; }
        header .rollover .sub-links a:hover {
          color: #999; }
    header .rollover .articles-line {
      border-right: 1px solid #eee;
      float: left;
      padding-left: 295px;
      position: absolute;
      top: 1px;
      width: 1px; }
    header .rollover .articles {
      margin: 0;
      padding-left: 345px;
      position: absolute;
      top: 1px;
      width: 98%;
      z-index: 1; }
    header .rollover .articles li,
    header .rollover .article {
      float: left;
      width: 33%; }
      header .rollover .articles li h3,
      header .rollover .articles li p,
      header .rollover .articles li a,
      header .rollover .articles li img,
      header .rollover .article h3,
      header .rollover .article p,
      header .rollover .article a,
      header .rollover .article img {
        width: 100%; }
      header .rollover .articles li h3,
      header .rollover .articles li img,
      header .rollover .articles li p,
      header .rollover .article h3,
      header .rollover .article img,
      header .rollover .article p {
        position: relative;
        z-index: 2; }
      header .rollover .articles li a,
      header .rollover .article a {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        color: #000;
        display: block;
        margin: 0;
        padding: 20px 0;
        position: relative;
        text-align: left;
        z-index: 2; }
        @media only screen and (min-width: 320px) and (max-width: 1023px) {
          header .rollover .articles li a,
          header .rollover .article a {
            margin-left: -30px; } }
        .isDesktop header .rollover .articles li a:hover, .isDesktop
        header .rollover .article a:hover {
          background: #000;
          color: #fff; }
          .isDesktop header .rollover .articles li a:hover p, .isDesktop
          header .rollover .article a:hover p {
            color: #fff; }
          .isDesktop header .rollover .articles li a:hover img, .isDesktop
          header .rollover .article a:hover img {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50); }
      header .rollover .articles li .inner,
      header .rollover .article .inner {
        margin: 0 auto;
        width: 88%; }
      header .rollover .articles li h3,
      header .rollover .article h3 {
        height: 37px;
        padding: 2px 0 0 24px; }
        header .rollover .articles li h3 i,
        header .rollover .article h3 i {
          top: 0; }
      header .rollover .articles li img,
      header .rollover .article img {
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        margin-bottom: 20px;
        margin-top: 10px; }
      header .rollover .articles li .thumbnail,
      header .rollover .article .thumbnail {
        display: inline-block;
        zoom: 1;
        *display: inline; }
    header .rollover .article {
      display: none;
      left: 293px;
      position: absolute;
      text-transform: none;
      top: -23px;
      width: 30%; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      header .rollover .articles li {
        width: 100%; }
        header .rollover .articles li a {
          height: 129px;
          padding: 20px; }
        header .rollover .articles li h3 {
          max-width: 90%;
          padding-left: 200px;
          position: absolute;
          top: 18px; }
          header .rollover .articles li h3 i {
            left: 170px; }
        header .rollover .articles li .copy {
          margin-top: -40px;
          padding-left: 170px; }
        header .rollover .articles li .inner {
          width: auto; }
        header .rollover .articles li img {
          margin: 0;
          width: 140px; }
      header .rollover .article {
        width: 50%; } }
    header .rollover .more-mcl-links {
      border-right: 1px solid #eee;
      font-size: 11px;
      height: 260px;
      margin: 0;
      padding: 0;
      width: 244px; }
      header .rollover .more-mcl-links a {
        clear: both;
        color: #000;
        float: left;
        margin-bottom: 18px; }
        .isDesktop header .rollover .more-mcl-links a:hover {
          color: #999; }
  @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
    header {
      bottom: 0;
      overflow-y: auto;
      width: 120%;
      z-index: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header {
    bottom: 0;
    overflow-y: auto;
    width: 120%;
    z-index: 0; } }
  @media only screen and (max-height: 330px) {
    header {
      bottom: 0;
      overflow-y: auto;
      width: 120%;
      z-index: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  header {
    bottom: 0;
    overflow-y: auto;
    width: 120%;
    z-index: 0; } }

.toggle-nav-no-touch-min-size {
  visibility: hidden; }
  @media only screen and (max-height: 320px) {
    html.no-touch .toggle-nav-no-touch-min-size {
      left: auto !important;
      right: 5px;
      visibility: visible;
      width: 45px; } }

.toggle-nav-no-touch-min-size,
.toggle-nav {
  bottom: 0;
  cursor: default;
  display: none;
  height: 45px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .toggle-nav-no-touch-min-size .bar,
  .toggle-nav .bar {
    height: 45px;
    position: relative;
    width: 100%;
    background: url(data:image/png;base64,R0lGODlhAQAtAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ5MERBQzYyQ0QyNjExRTI5MjRGQTVGQUQ4OUMyRkMzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ5MERBQzYzQ0QyNjExRTI5MjRGQTVGQUQ4OUMyRkMzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUMyRjk5RDdDRDIyMTFFMjkyNEZBNUZBRDg5QzJGQzMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUMyRjk5RDhDRDIyMTFFMjkyNEZBNUZBRDg5QzJGQzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAAAQAtAAACBYSPqctdADs=) top left repeat-x; }
  .toggle-nav-no-touch-min-size i.hamburger,
  .toggle-nav i.hamburger {
    cursor: pointer; }
  .toggle-nav-no-touch-min-size i.logo,
  .toggle-nav i.logo {
    background: url("../img/mclaren_group_rgb_logotype.svg") center center no-repeat;
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 20px;
    text-indent: -5555px;
    top: 15px;
    width: 104px; }
  @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
    .toggle-nav-no-touch-min-size,
    .toggle-nav {
      display: block; } }
  @media only screen and (max-width: 767px) and (orientation: landscape), only screen and (max-height: 330px) and (orientation: landscape) {
    .toggle-nav-no-touch-min-size,
    .toggle-nav-no-touch-min-size .bar,
    .toggle-nav,
    .toggle-nav .bar {
      height: 45px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  .toggle-nav-no-touch-min-size,
  .toggle-nav {
    display: block; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) and (orientation: landscape), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px) and (orientation: landscape), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px) and (orientation: landscape), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) and (orientation: landscape) {
    .toggle-nav-no-touch-min-size,
    .toggle-nav-no-touch-min-size .bar,
    .toggle-nav,
    .toggle-nav .bar {
      height: 45px; } }

.hidden {
  visibility: hidden; }

ul.more-mcl-links div.more-detail {
  height: 400px;
  width: 60%; }
  ul.more-mcl-links div.more-detail div.inner img,
  ul.more-mcl-links div.more-detail div.inner p,
  ul.more-mcl-links div.more-detail div.inner h3 {
    float: left; }
  ul.more-mcl-links div.more-detail div.inner img {
    margin-right: 8%;
    width: 40%; }
  ul.more-mcl-links div.more-detail div.inner p,
  ul.more-mcl-links div.more-detail div.inner h3 {
    margin-top: 10px; }
  ul.more-mcl-links div.more-detail p,
  ul.more-mcl-links div.more-detail h3 {
    float: left;
    width: 50%; }

.nav__toggle {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 27px;
  height: 18px;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .nav__toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background: #000; }
    .nav__toggle span:nth-child(1) {
      top: 0; }
    .nav__toggle span:nth-child(2) {
      top: 8px; }
    .nav__toggle span:nth-child(3) {
      top: 16px; }
  .active .nav__toggle span:nth-child(1) {
    top: 8px; }
  .active .nav__toggle span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    left: -60px; }
  .active .nav__toggle span:nth-child(3) {
    top: 8px; }

.bg-wrapper {
  left: 0;
  position: absolute;
  top: 0; }

.bg-wrapper-handset {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.vjs-loading-spinner,
.vjs-control-bar,
.vjs-fade-out,
.vjs-lock-showing {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important; }

#ambient_alt {
  left: 0;
  position: absolute;
  top: 0; }

#viewport-outer {
  height: 100%;
  width: 100%;
  background: #000;
  position: relative; }

#viewport {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }
  #viewport video {
    z-index: 3; }
  #viewport:hover {
    cursor: url("../img/openhand.cur") 8 8, move; }
    .lt-ie9 #viewport:hover {
      cursor: default; }
  .isDesktop #viewport.grabbing {
    cursor: url("../img/closedhand.cur") 8 8, move; }
  #viewport section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
    text-align: center; }
    #viewport section h2 {
      margin: 0;
      margin-top: -30px;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%; }
    #viewport section:last-of-type {
      -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1); }

#timeline {
  height: 6px;
  width: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4; }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
    #timeline {
      height: 2px; } }
  @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
    #timeline {
      bottom: 44px; } }
  @media only screen and (max-width: 767px) and (orientation: landscape), only screen and (max-height: 330px) and (orientation: landscape) {
    #timeline {
      bottom: 34px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  #timeline {
    bottom: 44px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) and (orientation: landscape), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px) and (orientation: landscape), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px) and (orientation: landscape), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) and (orientation: landscape) {
    #timeline {
      bottom: 34px; } }

#section-wrapper {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }

.section-nav {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4; }
  .section-nav ul {
    margin: 0 auto;
    padding: 0;
    width: 280px;
    cursor: default; }
    .section-nav ul li {
      display: inline;
      list-style: none;
      float: left;
      margin: 0 1px; }
    .section-nav ul a {
      display: inline-block;
      width: 38px;
      height: 4px;
      padding: 20px 0;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpi+P//fwETAxAgCIAAAwA9GgN0+ry+rAAAAABJRU5ErkJggg==) left center repeat-x;
      float: left;
      position: relative;
      overflow: hidden;
      outline: none; }
      .section-nav ul a span {
        display: inline-block;
        text-indent: -5555px;
        width: 38px;
        height: 4px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: -100%;
        margin-top: -2px; }
  @media only screen and (max-width: 767px), only screen and (max-height: 330px) {
    .section-nav {
      bottom: 0;
      background-color: #fff; }
      .section-nav ul {
        text-align: center;
        width: 100%; }
        .section-nav ul li {
          display: inline-block;
          float: none;
          text-align: center; }
          .section-nav ul li a {
            padding: 20px 16px;
            background: none;
            text-align: center; }
            .section-nav ul li a span {
              width: 8px;
              height: 8px;
              display: block;
              border-radius: 8px;
              background: #999;
              padding: 0;
              left: 50%;
              margin-left: -4px; }
          .section-nav ul li.active a span {
            background: #ccc; } }
  @media only screen and (max-width: 767px) and (orientation: landscape), only screen and (max-height: 330px) and (orientation: landscape) {
    .section-nav ul li a {
      padding: 15px 16px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) {
  .section-nav {
    bottom: 0;
    background-color: #fff; }
    .section-nav ul {
      text-align: center;
      width: 100%; }
      .section-nav ul li {
        display: inline-block;
        float: none;
        text-align: center; }
        .section-nav ul li a {
          padding: 20px 16px;
          background: none;
          text-align: center; }
          .section-nav ul li a span {
            width: 8px;
            height: 8px;
            display: block;
            border-radius: 8px;
            background: #999;
            padding: 0;
            left: 50%;
            margin-left: -4px; }
        .section-nav ul li.active a span {
          background: #ccc; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) and (orientation: landscape), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px) and (orientation: landscape), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height: 660px) and (orientation: landscape), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-height: 660px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (max-height: 660px) and (orientation: landscape) {
    .section-nav ul li a {
      padding: 15px 16px; } }

#label,
#label .label-elem h2,
#label .wrapper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.loading-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 1; }

.nav-visit {
  opacity: 0;
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center; }
  .nav-visit li {
    display: block; }
  .nav-visit.double {
    width: 260px;
    left: 50%;
    margin-left: -130px; }
    .nav-visit.double li {
      width: 50%;
      float: left; }

#label {
  width: 100%;
  height: 250px;
  top: 50%;
  left: 0;
  margin: -100px 0 0 0;
  padding-top: 120px;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  pointer-events: none; }
  @media only screen and (max-width: 320px) {
    #label {
      margin: -61px 0 0 0;
      top: 40%; } }
  @media only screen and (max-width: 480px) {
    #label {
      top: 40%; } }
  @media only screen and (max-height: 320px) {
    html.no-touch #label {
      margin-top: -60px; } }

#label .label-elem-wrapper {
  height: 50px;
  width: 100%;
  top: 65px;
  overflow: hidden;
  position: absolute; }

#label .label-elem {
  position: absolute;
  width: 100%;
  display: none;
  margin-top: -25px; }

#label .label-elem.active {
  display: block; }

#label .label-elem h2 {
  font-family: "serene_mtcregular", "Soho Gothic W01 Regular", arial, sans-serif;
  font-weight: normal;
  font-size: 42px;
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 880px) {
    #label .label-elem h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 480px) {
    #label .label-elem h2 {
      font-size: 18px; } }
  @media only screen and (max-width: 320px) {
    #label .label-elem h2 {
      font-size: 15px; } }

#label div#more-cta {
  display: none;
  position: relative;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  text-align: center; }
  #label div#more-cta .cta {
    position: static;
    padding-top: 0;
    width: 235px;
    float: left;
    margin-left: 3px; }
  #label div#more-cta .cta-b {
    margin-left: 10px; }
  @media only screen and (max-width: 880px) {
    #label div#more-cta {
      width: 305px; }
      #label div#more-cta .cta {
        padding-top: 0;
        float: none;
        display: block; }
      #label div#more-cta .cta-a {
        margin-left: 43px; }
      #label div#more-cta .cta-b {
        margin-left: 3px; } }
  #label div#more-cta .wrapper {
    margin-left: 0; }

#label .cta {
  width: 120px;
  height: 38px;
  white-space: nowrap;
  margin: 0 auto;
  display: block;
  text-align: center;
  pointer-events: all; }
  @media only screen and (max-height: 320px) {
    html.no-touch #label .cta {
      visibility: hidden !important; } }

#label *:focus {
  outline: none; }

#label .wrapper {
  padding: 4px 20px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  width: 120px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7F000000', endColorstr='#7F000000');
  display: block;
  float: left;
  position: absolute; }
  @media only screen and (max-width: 320px) {
    #label .wrapper {
      padding: 4px 20px; } }
  #label .wrapper:hover {
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CC000000', endColorstr='#CC000000'); }
  #label .wrapper i {
    background-image: url(../img/spritesheet.png);
    background-position: -142px -25px;
    width: 9px;
    height: 5px;
    display: none;
    position: absolute;
    top: 11px;
    left: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #label .wrapper i {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 168px 60px; } }
    .isDesktop #label .wrapper i {
      display: block; }
