@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: white;
  font-size: 100%;
  -ms-content-zooming: none;
  background-color: #181818;
  font-family: 'Open Sans Condensed', 'Barlow Condensed',sans-serif;
  font-weight: lighter;
}

a {
  color: #0098d8; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  font-weight: normal; }

h1 {
  margin-bottom: 20px; }

svg {
  max-width: 100%;
  vertical-align: middle; }

/*!
Video.js Default Styles (http://videojs.com)
Version 4.2.2
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc; }

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url("../js/lib/videojs/font/vjs.eot");
  src: url("../js/lib/videojs/font/vjs.eot?#iefix") format("embedded-opentype"), url("../js/lib/videojs/font/vjs.woff") format("woff"), url("../js/lib/videojs/font/vjs.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9); }

.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff; }

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  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: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7); }

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none; }

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none; }

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em; }

/* FontAwsome button icons */
.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); }

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff; }

.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */ }

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Play/Pause
--------------------------------------------------------------------------------
*/
.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"; }

/* Volume/Mute
-------------------------------------------------------------------------------- */
.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: 0.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: 0.5em;
  background: #1d59a8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

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

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

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

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%; }

/* Progress Bars */
.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;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #1d59a8 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: 0.1em; }

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em; }

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

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

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left; }

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

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

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

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b"; }

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  width: 3em;
  height: 2.6em;
  /* center */
  left: 50%;
  top: 50%;
  margin: -1.3em 0 0 -1em;
  /* center */
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #1d59a8;
  background-color: rgba(29, 89, 168, 0.7);
  /* border-radius */
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none; }

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none; }

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #1d59a8;
  background-color: rgba(29, 89, 168, 0.8);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  /* animation */
  -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;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000; }

@-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); } }

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

/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer; }

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */ }

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  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: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  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 {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

.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 0.3em 0;
  font-weight: bold;
  cursor: default; }

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

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008"; }

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute; }

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  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;
  /* IE6 full-window (underscore hack) */
  _position: absolute; }

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

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

/* Poster Styles */
.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%; }

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none; }

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em; }

/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5); }

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

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

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

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none; }

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

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
.video-js {
  padding-top: 56.25%; }

.vjs-fullscreen {
  padding-top: 0; }

/* ggf entfernen bei festen Höhen und Breiten */
.vjs-poster {
  position: absolute;
  top: 0; }

/**
 * Swiper 3.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: June 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  background: white; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
  outline: 0; }

#cboxContent {
  padding: 20px;
  overflow: visible;
  margin: 20px 0 100px 0;
  background: rgba(0, 62, 110, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 62, 110, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 62, 110, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 62, 110, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 62, 110, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 62, 110, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 110, 0.8)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 62, 110, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC003E6E', endColorstr='#99000000', GradientType=0); }
@media only screen and (min-width: 48em) {
  #cboxContent {
    padding: 40px;
    margin: 50px 0 130px 0; } }
.lt-ie9 #cboxContent {
  padding: 40px;
  margin: 50px 0 130px 0; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: transparent; }

#cboxLoadingGraphic {
  background: url("/_common/img/icons/ajax-loader.gif") no-repeat center center; }

#cboxLoadingOverlay {
  background: transparent; }

#cboxTitle {
  color: white;
  font-size: 0.75em;
  display: block;
  padding: 15px;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#cboxTitle:empty {
  padding: 0; }

#cboxTitle .boxExternerLink {
  background-position: 2px -478px;
  padding-left: 18px;
  color: #8A9199; }

#cboxTitle .boxExternerLinkRight {
  background-position: right -480px;
  padding-right: 28px;
  display: inline-block; }

#cboxTitle .boxDownloadLink {
  background-position: -1000px 2px;
  padding-left: 26px; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  background: url("/_common/img/sprites/sprite_icons.gif") no-repeat 0 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  background-position: -200px -100px;
  width: 37px;
  height: 37px;
  top: 50%;
  margin-top: -18px;
  left: 10px; }

/*#cboxPrevious:hover{}*/
#cboxNext {
  background-position: 0 -100px;
  width: 37px;
  height: 37px;
  top: 50%;
  margin-top: -18px;
  right: 10px; }

/*#cboxNext:hover{}*/
#cboxClose {
  border: none;
  background: transparent;
  top: 20px;
  right: 20px;
  position: absolute; }
@media only screen and (min-width: 48em) {
  #cboxClose {
    top: 30px;
    right: 30px;
    position: absolute; } }
.lt-ie9 #cboxClose {
  top: 30px;
  right: 30px;
  position: absolute; }

/*#cboxClose:hover{background-position:-50px -25px;}*/
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 11:12 GMT+0100+0100
 * Plugins: None
 * Styles: core
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

.mod-immersive {
  font-size: 0;
  cursor: none;
  outline: none;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent; }
.mod-immersive.is-controls {
  cursor: default; }
.mod-immersive.is-controls.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }
.mod-immersive.is-controls.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
.mod-immersive.is-controls.is-poster {
  cursor: pointer; }
.mod-immersive.is-controls.is-error {
  cursor: default;
  cursor: no-drop; }
.mod-immersive.is-unsupported {
  cursor: default;
  cursor: no-drop; }
.mod-immersive.is-unsupported:before {
  content: "";
  display: block;
  padding-top: 56.25%; }
.mod-immersive:-webkit-full-screen {
  width: 100%;
  height: 100%; }
.mod-immersive:-moz-full-screen {
  width: 100%;
  height: 100%; }
.mod-immersive:-ms-fullscreen {
  width: 100%;
  height: 100%; }
.mod-immersive:fullscreen {
  width: 100%;
  height: 100%; }
.mod-immersive.is-fake-fullscreen {
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed; }
.mod-immersive :focus, .mod-immersive:focus {
  outline: none; }
.mod-immersive.is-keyboard-focus :focus {
  outline: 2px dotted #1d59a8; }
.mod-immersive > .m-loading {
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  color: #1d59a8;
  font-size: 50px;
  font-size: 3.125rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%); }
@media only screen and (min-device-width: 48em) {
  .mod-immersive > .m-loading {
    font-size: 100px;
    font-size: 6.25rem;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%); } }
.mod-immersive.is-loading > .m-loading {
  opacity: 1;
  visibility: visible; }
.mod-immersive > .m-loading svg {
  width: 50px;
  height: 50px;
  vertical-align: top;
  -webkit-animation: immersive-loading 1s infinite steps(2);
  animation: immersive-loading 1s infinite steps(2); }
@media only screen and (min-device-width: 48em) {
  .mod-immersive > .m-loading svg {
    width: 100px;
    height: 100px; } }

@-webkit-keyframes immersive-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes immersive-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.mod-immersive > .m-play {
  z-index: 1;
  color: white;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  font-size: 50px;
  font-size: 3.125rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
@media only screen and (min-device-width: 48em) {
  .mod-immersive > .m-play {
    font-size: 100px;
    font-size: 6.25rem;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%); } }
.mod-immersive:hover > .m-play {
  text-shadow: none;
  color: #1d59a8; }
.mod-immersive.is-poster > .m-play, .mod-immersive.is-paused > .m-play {
  opacity: 1;
  visibility: visible; }
.mod-immersive.is-loading > .m-play, .mod-immersive.is-dragging > .m-play {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden; }
.mod-immersive.is-loading > .m-play {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
.mod-immersive.is-error > .m-play {
  display: none; }
.mod-immersive > .m-play svg {
  fill: white;
  width: 50px;
  height: 50px;
  vertical-align: top;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.mod-immersive:hover > .m-play svg {
  -webkit-filter: none;
  filter: none;
  fill: #1d59a8; }
@media only screen and (min-device-width: 48em) {
  .mod-immersive > .m-play svg {
    width: 100px;
    height: 100px; } }
.mod-immersive > .m-title {
  z-index: 2;
  cursor: default;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 20px 20px 20px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(70%, rgba(0, 0, 0, 0.15)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%); }
.mod-immersive.is-poster > .m-title, .mod-immersive.is-controls > .m-title, .mod-immersive.is-error > .m-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
@media only screen and (max-device-width: 64em) {
  .mod-immersive.is-controls > .m-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .mod-immersive.is-paused > .m-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@media only screen and (min-device-width: 48em) {
  .mod-immersive > .m-title {
    padding-top: 20px; } }
.mod-immersive.is-dragging > .m-title {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
.mod-immersive > .m-title > span {
  color: white;
  padding: 10px;
  margin: -10px;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  font-size: large;
  white-space: nowrap;
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
.mod-immersive > .m-spherical {
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  color: #1d59a8;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  top: 70px;
  left: 10px;
  position: absolute; }
.mod-immersive.is-keyboard-focus > .m-spherical:focus {
  opacity: 1; }
.mod-immersive > .m-spherical > i {
  padding: 5px;
  overflow: hidden;
  background: white;
  border-radius: 50%;
  border: 2px solid #1d59a8; }
.mod-immersive > .m-spherical > i:before {
  font-size: xx-large; }
.mod-immersive > .m-controls {
  color: white;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 10px 20px 10px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(70%, rgba(0, 0, 0, 0.15)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%); }
.mod-immersive.is-controls > .m-controls {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
@media only screen and (max-device-width: 64em) {
  .mod-immersive.is-controls > .m-controls {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .mod-immersive.is-paused > .m-controls {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.mod-immersive.is-dragging > .m-controls, .mod-immersive.is-error > .m-controls {
  pointer-events: none;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
.mod-immersive > .m-controls > .m-timeline {
  padding: 10px;
  margin: 0 -10px;
  cursor: pointer;
  line-height: 22px; }
.mod-immersive > .m-controls > .m-timeline > .m-time {
  font-size: small;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
.mod-immersive > .m-controls > .m-timeline > .m-time--progress {
  padding-right: 10px; }
.mod-immersive > .m-controls > .m-timeline > .m-time--total {
  padding-left: 10px; }
.mod-immersive > .m-controls > .m-timeline > .m-time + .m-slider {
  width: 100%;
  display: table-cell; }
.mod-immersive > .m-controls > .m-timeline > .m-slider {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-left: 13px; }
.mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  overflow: visible; }
.mod-immersive > .m-controls > .m-timeline:hover > .m-slider, .mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider, .mod-immersive.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider {
  padding-left: 22px; }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-timeline > .m-slider {
    padding-left: 22px; } }
.mod-immersive > .m-controls > .m-timeline > .m-slider > .m-line {
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
.mod-immersive > .m-controls > .m-timeline > .m-slider > .m-line--progress {
  background: #1d59a8;
  margin-left: -13px; }
.mod-immersive > .m-controls > .m-timeline:hover > .m-slider > .m-line--progress, .mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--progress, .mod-immersive.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-line--progress {
  margin-left: -22px; }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-timeline > .m-slider > .m-line--progress {
    margin-left: -22px; } }
.mod-immersive > .m-controls > .m-timeline > .m-slider > .m-line--remaining {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.2); }
.mod-immersive > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-left: -13px;
  padding-left: 13px; }
.mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
.mod-immersive > .m-controls > .m-timeline:hover > .m-slider > .m-line--remaining > .m-buffer, .mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer, .mod-immersive.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-line--remaining > .m-buffer {
  margin-left: -22px;
  padding-left: 22px; }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer {
    margin-left: -22px;
    padding-left: 22px; } }
.mod-immersive > .m-controls > .m-timeline > .m-slider > .m-handle {
  border-radius: 50px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 2px solid white; }
.mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-handle {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-color: #1d59a8; }
.mod-immersive > .m-controls > .m-timeline:hover > .m-slider > .m-handle, .mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-handle, .mod-immersive.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-handle {
  width: 18px;
  height: 18px; }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-timeline > .m-slider > .m-handle {
    width: 18px;
    height: 18px; } }
.mod-immersive > .m-controls > .m-timeline > .m-slider > .m-handle:before {
  display: none;
  color: white;
  padding: 0 5px;
  font-size: small;
  position: absolute;
  border-radius: 5px;
  margin-bottom: 20px;
  content: attr(data-time);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  bottom: 100%;
  position: absolute; }
.mod-immersive.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-handle:before {
  display: block; }
.mod-immersive > .m-controls > .m-left {
  float: left;
  margin-left: -10px; }
.mod-immersive > .m-controls > .m-right {
  float: right;
  margin-right: -10px; }
.mod-immersive > .m-controls > .m-left > .m-button,
.mod-immersive > .m-controls > .m-right > .m-button {
  padding: 10px;
  color: inherit;
  cursor: pointer;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: medium none;
  text-align: inherit;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: transparent;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5)); }
.mod-immersive > .m-controls > .m-left > .m-button::-moz-focus-inner,
.mod-immersive > .m-controls > .m-right > .m-button::-moz-focus-inner {
  border: none; }
.mod-immersive > .m-controls > .m-left > .m-button:hover, .mod-immersive > .m-controls > .m-right > .m-button:hover, .mod-immersive.is-keyboard-focus > .m-controls > .m-left > .m-button:focus, .mod-immersive.is-keyboard-focus > .m-controls > .m-right > .m-button:focus {
  -webkit-filter: none;
  filter: none;
  color: #1d59a8; }
.mod-immersive > .m-controls > .m-left > .m-button > i,
.mod-immersive > .m-controls > .m-right > .m-button > i {
  font-size: 0; }
.mod-immersive > .m-controls > .m-left > .m-button > i:before,
.mod-immersive > .m-controls > .m-right > .m-button > i:before {
  font-size: medium;
  vertical-align: middle; }
.mod-immersive > .m-controls > .m-left > .m-button > svg,
.mod-immersive > .m-controls > .m-right > .m-button > svg {
  fill: white;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.mod-immersive > .m-controls > .m-left > .m-button:hover > svg, .mod-immersive > .m-controls > .m-right > .m-button:hover > svg, .mod-immersive.is-keyboard-focus > .m-controls > .m-left > .m-button:focus > svg, .mod-immersive.is-keyboard-focus > .m-controls > .m-right > .m-button:focus > svg {
  fill: #1d59a8; }
@media only screen and (min-device-width: 48em) {
  .mod-immersive > .m-controls > .m-left > .m-button > svg,
  .mod-immersive > .m-controls > .m-right > .m-button > svg {
    width: 30px;
    height: 30px; } }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-left > .m-button--play,
  .mod-immersive > .m-controls > .m-right > .m-button--play {
    display: none; } }
.mod-immersive.is-playing > .m-controls > .m-left > .m-button--play .m-play, .mod-immersive.is-playing > .m-controls > .m-left > .m-button--play > .fa-play, .mod-immersive.is-playing > .m-controls > .m-right > .m-button--play .m-play, .mod-immersive.is-playing > .m-controls > .m-right > .m-button--play > .fa-play {
  display: none; }
.mod-immersive > .m-controls > .m-left > .m-button--play .m-pause,
.mod-immersive > .m-controls > .m-left > .m-button--play > .fa-pause,
.mod-immersive > .m-controls > .m-right > .m-button--play .m-pause,
.mod-immersive > .m-controls > .m-right > .m-button--play > .fa-pause {
  display: none; }
.mod-immersive.is-playing > .m-controls > .m-left > .m-button--play .m-pause, .mod-immersive.is-playing > .m-controls > .m-left > .m-button--play > .fa-pause, .mod-immersive.is-playing > .m-controls > .m-right > .m-button--play .m-pause, .mod-immersive.is-playing > .m-controls > .m-right > .m-button--play > .fa-pause {
  display: inline-block; }
.mod-immersive > .m-controls > .m-left > .m-button--volume,
.mod-immersive > .m-controls > .m-right > .m-button--volume {
  position: relative;
  min-width: 39px; }
.mod-immersive.is-muted > .m-controls > .m-left > .m-button--volume .m-on, .mod-immersive.is-muted > .m-controls > .m-left > .m-button--volume > .fa-volume-up, .mod-immersive.is-muted > .m-controls > .m-right > .m-button--volume .m-on, .mod-immersive.is-muted > .m-controls > .m-right > .m-button--volume > .fa-volume-up {
  display: none; }
.mod-immersive > .m-controls > .m-left > .m-button--volume .m-off,
.mod-immersive > .m-controls > .m-left > .m-button--volume > .fa-volume-off,
.mod-immersive > .m-controls > .m-right > .m-button--volume .m-off,
.mod-immersive > .m-controls > .m-right > .m-button--volume > .fa-volume-off {
  display: none; }
.mod-immersive.is-muted > .m-controls > .m-left > .m-button--volume .m-off, .mod-immersive.is-muted > .m-controls > .m-left > .m-button--volume > .fa-volume-off, .mod-immersive.is-muted > .m-controls > .m-right > .m-button--volume .m-off, .mod-immersive.is-muted > .m-controls > .m-right > .m-button--volume > .fa-volume-off {
  display: inline-block; }
.mod-immersive > .m-controls > .m-left > .m-button--quality .m-hd,
.mod-immersive > .m-controls > .m-right > .m-button--quality .m-hd {
  display: none;
  font-size: small; }
.mod-immersive > .m-controls > .m-left > .m-button--quality.is-toggle,
.mod-immersive > .m-controls > .m-right > .m-button--quality.is-toggle {
  opacity: 0.5;
  visibility: visible; }
.mod-immersive.is-hd > .m-controls > .m-left > .m-button--quality.is-toggle, .mod-immersive.is-hd > .m-controls > .m-right > .m-button--quality.is-toggle {
  opacity: 1;
  visibility: visible; }
.mod-immersive > .m-controls > .m-left > .m-button--quality.is-toggle .m-menu,
.mod-immersive > .m-controls > .m-right > .m-button--quality.is-toggle .m-menu {
  display: none; }
.mod-immersive > .m-controls > .m-left > .m-button--quality.is-toggle .m-hd,
.mod-immersive > .m-controls > .m-right > .m-button--quality.is-toggle .m-hd {
  display: inline-block; }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-left > .m-button--quality,
  .mod-immersive > .m-controls > .m-right > .m-button--quality {
    opacity: 0.5;
    visibility: visible; }
  .mod-immersive.is-hd > .m-controls > .m-left > .m-button--quality, .mod-immersive.is-hd > .m-controls > .m-right > .m-button--quality {
    opacity: 1;
    visibility: visible; }
  .mod-immersive > .m-controls > .m-left > .m-button--quality .m-menu,
  .mod-immersive > .m-controls > .m-right > .m-button--quality .m-menu {
    display: none; }
  .mod-immersive > .m-controls > .m-left > .m-button--quality .m-hd,
  .mod-immersive > .m-controls > .m-right > .m-button--quality .m-hd {
    display: inline-block; } }
.mod-immersive > .m-controls > .m-left > .m-button--orientation .m-orientation,
.mod-immersive > .m-controls > .m-right > .m-button--orientation .m-orientation {
  display: none; }
.mod-immersive.has-orientation > .m-controls > .m-left > .m-button--orientation, .mod-immersive.has-orientation > .m-controls > .m-right > .m-button--orientation {
  opacity: 0.5;
  visibility: visible; }
.mod-immersive.has-orientation.is-orientation > .m-controls > .m-left > .m-button--orientation, .mod-immersive.has-orientation.is-orientation > .m-controls > .m-right > .m-button--orientation {
  opacity: 1;
  visibility: visible; }
.mod-immersive.has-orientation > .m-controls > .m-left > .m-button--orientation .m-center, .mod-immersive.has-orientation > .m-controls > .m-right > .m-button--orientation .m-center {
  display: none; }
.mod-immersive.has-orientation > .m-controls > .m-left > .m-button--orientation .m-orientation, .mod-immersive.has-orientation > .m-controls > .m-right > .m-button--orientation .m-orientation {
  display: inline-block; }
.mod-immersive > .m-controls > .m-left > .m-button--stereo,
.mod-immersive > .m-controls > .m-right > .m-button--stereo {
  opacity: 0.5;
  visibility: visible; }
.mod-immersive.is-stereo > .m-controls > .m-left > .m-button--stereo, .mod-immersive.is-stereo > .m-controls > .m-right > .m-button--stereo {
  opacity: 1;
  visibility: visible; }
.mod-immersive.is-fullscreen > .m-controls > .m-left > .m-button--fullscreen .m-expand, .mod-immersive.is-fullscreen > .m-controls > .m-left > .m-button--fullscreen > .fa-expand, .mod-immersive.is-fullscreen > .m-controls > .m-right > .m-button--fullscreen .m-expand, .mod-immersive.is-fullscreen > .m-controls > .m-right > .m-button--fullscreen > .fa-expand {
  display: none; }
.mod-immersive > .m-controls > .m-left > .m-button--fullscreen .m-compress,
.mod-immersive > .m-controls > .m-left > .m-button--fullscreen > .fa-compress,
.mod-immersive > .m-controls > .m-right > .m-button--fullscreen .m-compress,
.mod-immersive > .m-controls > .m-right > .m-button--fullscreen > .fa-compress {
  display: none; }
.mod-immersive.is-fullscreen > .m-controls > .m-left > .m-button--fullscreen .m-compress, .mod-immersive.is-fullscreen > .m-controls > .m-left > .m-button--fullscreen > .fa-compress, .mod-immersive.is-fullscreen > .m-controls > .m-right > .m-button--fullscreen .m-compress, .mod-immersive.is-fullscreen > .m-controls > .m-right > .m-button--fullscreen > .fa-compress {
  display: inline-block; }
.mod-immersive > .m-controls > .m-left > .m-volume,
.mod-immersive > .m-controls > .m-right > .m-volume {
  max-width: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.mod-immersive.is-volume > .m-controls > .m-left > .m-volume, .mod-immersive.is-volume > .m-controls > .m-right > .m-volume {
  max-width: 70px; }
.mod-immersive.is-dragging > .m-controls > .m-left > .m-volume, .mod-immersive.is-dragging > .m-controls > .m-right > .m-volume, .mod-immersive.is-timeline-dragging > .m-controls > .m-left > .m-volume, .mod-immersive.is-timeline-dragging > .m-controls > .m-right > .m-volume {
  max-width: 0; }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-left > .m-volume,
  .mod-immersive > .m-controls > .m-right > .m-volume {
    display: none; } }
.mod-immersive > .m-controls > .m-left > .m-volume > .m-slider,
.mod-immersive > .m-controls > .m-right > .m-volume > .m-slider {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px;
  padding: 12px 10px; }
.mod-immersive > .m-controls > .m-left > .m-volume > .m-slider > .m-line,
.mod-immersive > .m-controls > .m-right > .m-volume > .m-slider > .m-line {
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 3px;
  background: #1d59a8; }
.mod-immersive.is-muted > .m-controls > .m-left > .m-volume > .m-slider > .m-line, .mod-immersive.is-muted > .m-controls > .m-right > .m-volume > .m-slider > .m-line {
  width: 0 !important; }
.mod-immersive.is-volume-dragging > .m-controls > .m-left > .m-volume > .m-slider > .m-line, .mod-immersive.is-volume-dragging > .m-controls > .m-right > .m-volume > .m-slider > .m-line {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
.mod-immersive > .m-controls > .m-left > .m-volume > .m-slider > .m-line:before,
.mod-immersive > .m-controls > .m-right > .m-volume > .m-slider > .m-line:before {
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  display: inline-block;
  width: 50px;
  background: rgba(255, 255, 255, 0.2); }
.mod-immersive > .m-controls > .m-left > .m-volume > .m-slider > .m-line:after,
.mod-immersive > .m-controls > .m-right > .m-volume > .m-slider > .m-line:after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: -3px;
  width: 3px;
  height: 9px;
  right: -1.5px; }
.mod-immersive > .m-controls > .m-left > .m-quality,
.mod-immersive > .m-controls > .m-right > .m-quality {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  font-size: medium;
  text-align: right;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  background: rgba(0, 0, 0, 0.5);
  right: 20px;
  bottom: 100%;
  position: absolute; }
.mod-immersive.is-quality-popup > .m-controls > .m-left > .m-quality, .mod-immersive.is-quality-popup > .m-controls > .m-right > .m-quality {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible; }
@media only screen and (max-device-width: 64em) {
  .mod-immersive > .m-controls > .m-left > .m-quality,
  .mod-immersive > .m-controls > .m-right > .m-quality {
    display: none; } }
.mod-immersive > .m-controls > .m-left > .m-quality > li,
.mod-immersive > .m-controls > .m-right > .m-quality > li {
  cursor: pointer;
  padding: 5px 20px; }
.mod-immersive > .m-controls > .m-left > .m-quality > li:hover,
.mod-immersive > .m-controls > .m-right > .m-quality > li:hover {
  color: #1d59a8; }
.mod-immersive > .m-controls > .m-left > .m-quality > li[aria-checked="true"],
.mod-immersive > .m-controls > .m-right > .m-quality > li[aria-checked="true"] {
  color: #1d59a8;
  background: rgba(0, 0, 0, 0.5); }
.mod-immersive > .m-controls > .m-left > .m-quality > li > i,
.mod-immersive > .m-controls > .m-right > .m-quality > li > i {
  min-width: 20px;
  text-align: center;
  padding-left: 10px; }
.mod-immersive > .m-controls > .m-left > .m-time,
.mod-immersive > .m-controls > .m-right > .m-time {
  padding: 10px;
  font-size: small;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
.mod-immersive > .m-poster {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: black center center;
  background-size: cover; }
.mod-immersive.is-poster > .m-poster, .mod-immersive.is-error > .m-poster {
  opacity: 1;
  visibility: visible; }
.mod-immersive > .m-error {
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5); }
.mod-immersive > .m-error > .m-message {
  color: white;
  width: 280px;
  height: 50px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  font-size: large;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black; }

.mod-immersive-notice {
  color: white;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 30px 5px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(242, 242, 242, 0.5); }
.mod-immersive-notice > .m-close {
  padding: 10px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute; }

.mod-immersive-error {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
  cursor: no-drop; }
.mod-immersive-error:before {
  content: "";
  display: block;
  padding-top: 56.25%; }
.mod-immersive-error > .m-message {
  color: white;
  margin: auto;
  width: 280px;
  height: 50px;
  max-width: 100%;
  max-height: 100%;
  font-size: large;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black; }

.mod-front {
  min-height: 100%;
  background: url(../../img/content/background-wirbeljagd.jpg) no-repeat center center;
  background-size: cover;
  display: box;
  box-pack: center;
  box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  position: absolute; }
@media only screen and (min-width: 48em) {
  .mod-front {
    height: 1130px; } }
.lt-ie9 .mod-front {
  height: 1130px; }
@media only screen and (min-width: 75em) {
  .mod-front {
    height: 800px; } }
.mod-front .m-inner {
  width: 1380px;
  padding: 20px;
  max-width: 100%;
  margin-bottom: 100px; }
@media only screen and (min-width: 48em) {
  .mod-front .m-inner {
    padding: 0 40px;
    margin-bottom: 130px; } }
.lt-ie9 .mod-front .m-inner {
  padding: 0 40px;
  margin-bottom: 130px; }
.mod-front h1 {
  margin: 0;
  padding: 0 20px; }
@media only screen and (min-width: 48em) {
  .mod-front h1 {
    padding: 0; } }
.lt-ie9 .mod-front h1 {
  padding: 0; }
.mod-front h1 img {
  height: auto;
  max-width: 100%; }
.mod-front .m-btn {
  width: 65%;
  cursor: pointer;
  overflow: hidden;
  padding: 2px 30px;
  font-weight: bold;
  position: relative;
  border-radius: 50px;
  color: #181818;
  display: inline-block;
  text-decoration: none;
  background-color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 15px 0 0 0;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
.mod-stage + .mod-front .m-btn {
  display: none; }
@media only screen and (min-width: 48em) {
  .mod-front .m-btn {
    max-width: 245px;
    font-size: 20px;
    font-size: 1.25rem; } }
.lt-ie9 .mod-front .m-btn {
  max-width: 245px;
  font-size: 20px;
  font-size: 1.25rem; }
.mod-front .m-text {
  padding: 0 20px;
  max-width: 710px;
  margin: 5px auto 10px auto;
  font-size: 17px;
  font-size: 1.0625rem; }
.mod-front .m-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
@media only screen and (min-width: 48em) {
  .mod-front .m-block {
    margin-top: 100px; } }
.lt-ie9 .mod-front .m-block {
  margin-top: 100px; }
.mod-front .m-block .m-box {
  margin: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
  background: rgba(30, 110, 167, 0.8); }
.mod-front .m-block .m-box--main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative; }
.mod-front .m-block .m-box--main figure {
  margin: 0; }
.mod-front .m-block .m-box--main figure div {
  max-width: 100%;
  display: inline-block; }
.mod-front .m-block .m-box--main figure div img {
  height: auto;
  max-width: 100%;
  margin: -18.2% 0 -8% 0; }
.mod-front .m-block .m-box--main .m-btn {
  font-size: 24px;
  font-size: 1.5rem; }
@media only screen and (min-width: 48em) {
  .mod-front .m-block .m-box--main .m-btn {
    font-size: 28px;
    font-size: 1.75rem; } }
.lt-ie9 .mod-front .m-block .m-box--main .m-btn {
  font-size: 28px;
  font-size: 1.75rem; }
.mod-front .m-block .m-box--main .m-initiative {
  font-size: 0;
  margin: 15px; }
@media only screen and (min-width: 75em) {
  .mod-front .m-block .m-box--main .m-initiative {
    right: 0;
    bottom: 0;
    position: absolute; } }
.mod-front:after {
  content: "";
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 62, 110, 0.95);
  background: -moz-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 62, 110, 0.95)), color-stop(100%, rgba(24, 24, 24, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 110, 0.95)), to(rgba(24, 24, 24, 0.95)));
  background: linear-gradient(to bottom, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2003E6E', endColorstr='#F2181818', GradientType=0); }
.is-overlay .mod-front:after {
  opacity: 1;
  visibility: visible; }

.mod-stage {
  color: white;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #181818;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed; }
.is-overlay .mod-stage {
  -ms-touch-action: auto;
  touch-action: auto;
  pointer-events: none; }
.is-static .mod-stage {
  background: #181818 url(../../img/sequenz/1920/sequenz_0000.jpg) no-repeat scroll 50% 50%;
  background-size: cover; }
.mod-stage .m-canvas {
  top: 0;
  position: absolute; }
.mod-stage .m-scroller {
  height: 100%;
  overflow: hidden; }
.mod-stage .m-scroller .m-scroller-content {
  position: relative; }
.mod-stage .m-space {
  height: 500px;
  position: relative; }
.mod-stage .m-space--2000 {
  height: 2000px; }
.mod-stage .m-screen {
  min-width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important; }
.mod-stage .m-screen .m-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 70px 0 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  height: 65vh;
  height: calc(80vh - 80px);
  display: box;
  box-pack: start;
  box-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-screen .m-inner {
    padding: 0 40px;
    height: calc(80vh - 150px); } }
.lt-ie9 .mod-stage .m-screen .m-inner {
  padding: 0 40px;
  height: calc(80vh - 150px); }
.is-overlay .mod-stage .m-screen .m-inner {
  opacity: 0 !important;
  visibility: visible; }
.mod-stage .m-screen .m-content {
  max-width: 500px;
  text-align: justify; }
.mod-stage .m-screen .m-btn {
  width: 33px;
  height: 33px;
  cursor: pointer;
  margin: 0 !important;
  top: 10%;
  left: 25%;
  position: absolute; }
.mod-stage .m-screen .m-btn ~ .m-btn {
  top: 15%;
  left: 60%;
  position: absolute; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-screen .m-btn {
    top: 15%;
    left: 45%;
    position: absolute; }
  .mod-stage .m-screen .m-btn ~ .m-btn {
    top: 30%;
    left: 60%;
    position: absolute; } }
.lt-ie9 .mod-stage .m-screen .m-btn {
  top: 15%;
  left: 45%;
  position: absolute; }
.lt-ie9 .mod-stage .m-screen .m-btn ~ .m-btn {
  top: 30%;
  left: 60%;
  position: absolute; }
.mod-stage .m-screen--swirl .m-btn-home {
  cursor: pointer;
  padding: 2px 30px;
  font-weight: bold;
  border-radius: 50px;
  color: #181818;
  display: inline-block;
  text-decoration: none;
  background-color: white;
  font-size: 17px;
  font-size: 1.0625rem; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-screen--swirl .m-btn-home {
    font-size: 20px;
    font-size: 1.25rem; } }
.lt-ie9 .mod-stage .m-screen--swirl .m-btn-home {
  font-size: 20px;
  font-size: 1.25rem; }
.mod-stage .m-sound {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 20px;
  left: 10px;
  position: absolute;
  opacity: 1;
  visibility: visible; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-sound {
    width: 40px;
    height: 40px; } }
.lt-ie9 .mod-stage .m-sound {
  width: 40px;
  height: 40px; }
.mod-stage .m-sound .m-on {
  display: none; }
.mod-stage .m-sound.is-playing .m-on {
  display: block; }
.mod-stage .m-sound.is-playing .m-off {
  display: none; }
.is-overlay .mod-stage .m-sound {
  opacity: 0 !important;
  visibility: visible; }
.mod-stage .m-arrow-down {
  width: 90px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  bottom: 150px;
  position: absolute; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-arrow-down {
    width: 138px;
    height: 77px; } }
.lt-ie9 .mod-stage .m-arrow-down {
  width: 138px;
  height: 77px; }
.is-overlay .mod-stage .m-arrow-down {
  opacity: 0 !important;
  visibility: visible; }
.mod-stage .m-scrollbar {
  right: 0;
  top: 20px;
  width: 70px;
  bottom: 100px;
  text-align: right;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-scrollbar {
    width: 100px; } }
.lt-ie9 .mod-stage .m-scrollbar {
  width: 100px; }
.is-overlay .mod-stage .m-scrollbar {
  opacity: 0 !important;
  visibility: visible; }
.mod-stage .m-scrollbar svg {
  height: 100%;
  max-width: 100%; }
.mod-stage .m-scrollbar svg .m-point {
  cursor: pointer; }
.mod-stage .m-overlay {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 62, 110, 0.6);
  background: -moz-linear-gradient(top, rgba(0, 62, 110, 0.6) 0%, rgba(24, 24, 24, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 62, 110, 0.6)), color-stop(100%, rgba(24, 24, 24, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 62, 110, 0.6) 0%, rgba(24, 24, 24, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 62, 110, 0.6) 0%, rgba(24, 24, 24, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 62, 110, 0.6) 0%, rgba(24, 24, 24, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 110, 0.6)), to(rgba(24, 24, 24, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 62, 110, 0.6) 0%, rgba(24, 24, 24, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99003E6E', endColorstr='#99181818', GradientType=0); }
.is-overlay .mod-stage .m-overlay {
  opacity: 1;
  visibility: visible; }
.mod-stage .m-home {
  min-height: 100%;
  display: box;
  box-pack: center;
  box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  position: absolute; }
.mod-stage .m-home .m-inner {
  padding: 0 20px;
  max-width: 530px;
  margin-bottom: 78px; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-home .m-inner {
    margin-bottom: 127px; } }
.lt-ie9 .mod-stage .m-home .m-inner {
  margin-bottom: 127px; }
.mod-stage .m-home h1 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-home h1 {
    font-size: 38px;
    font-size: 2.375rem; } }
.lt-ie9 .mod-stage .m-home h1 {
  font-size: 38px;
  font-size: 2.375rem; }
.mod-stage .m-home .m-text {
  margin-bottom: 60px;
  font-size: 17px;
  font-size: 1.0625rem; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-home .m-text {
    font-size: 20px;
    font-size: 1.25rem; } }
.lt-ie9 .mod-stage .m-home .m-text {
  font-size: 20px;
  font-size: 1.25rem; }
.mod-stage .m-home .m-btn-leaflet,
.mod-stage .m-home .m-btn-start,
.mod-stage .m-home .m-btn-360 {
  cursor: pointer;
  padding: 2px 30px;
  font-weight: bold;
  border-radius: 50px;
  color: #181818;
  display: inline-block;
  text-decoration: none;
  background-color: white;
  margin: 0 20px 10px 20px;
  font-size: 17px;
  font-size: 1.0625rem; }
@media only screen and (min-width: 48em) {
  .mod-stage .m-home .m-btn-leaflet,
  .mod-stage .m-home .m-btn-start,
  .mod-stage .m-home .m-btn-360 {
    font-size: 20px;
    font-size: 1.25rem; } }
.lt-ie9 .mod-stage .m-home .m-btn-leaflet, .lt-ie9
.mod-stage .m-home .m-btn-start, .lt-ie9
.mod-stage .m-home .m-btn-360 {
  font-size: 20px;
  font-size: 1.25rem; }

.mod-home {
  min-height: 100%;
  background: url(../../img/content/background.jpg) no-repeat center center;
  background-size: cover;
  display: box;
  box-pack: center;
  box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  position: absolute; }
@media only screen and (min-width: 48em) {
  .mod-home {
    height: 850px; } }
.lt-ie9 .mod-home {
  height: 850px; }
.mod-home .m-inner {
  width: 960px;
  padding: 20px;
  max-width: 100%;
  margin-bottom: 100px; }
@media only screen and (min-width: 48em) {
  .mod-home .m-inner {
    padding: 0 40px;
    margin-bottom: 130px; } }
.lt-ie9 .mod-home .m-inner {
  padding: 0 40px;
  margin-bottom: 130px; }
.mod-home .m-block {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 62, 110, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 62, 110, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 62, 110, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 62, 110, 0.5) 100%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.mod-stage + .mod-home .m-block {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.mod-home h1 {
  margin: 0; }
.mod-home h1 img {
  height: auto;
  max-width: 100%; }
.mod-home h2 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem; }
.mod-home .m-text {
  padding: 0 20px;
  max-width: 710px;
  margin: -10px auto 20px auto;
  font-size: 17px;
  font-size: 1.0625rem; }
@media only screen and (min-width: 48em) {
  .mod-home .m-text {
    font-size: 20px;
    font-size: 1.25rem;
    margin: -20px auto 30px auto; } }
.lt-ie9 .mod-home .m-text {
  font-size: 20px;
  font-size: 1.25rem;
  margin: -20px auto 30px auto; }
.mod-home .m-nav-main {
  font-size: 0;
  text-align: justify;
  margin-bottom: 40px;
  text-justify: distribute-all-lines; }
.mod-stage + .mod-home .m-nav-main {
  display: none; }
.mod-home .m-nav-main:after {
  width: 100%;
  content: "";
  display: inline-block; }
.mod-home .m-nav-main .m-teaser {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-size: cover;
  background-position: center center; }
@media only screen and (min-width: 48em) {
  .mod-home .m-nav-main .m-teaser {
    width: 46.51163%; } }
.lt-ie9 .mod-home .m-nav-main .m-teaser {
  width: 46.51163%; }
.mod-home .m-nav-main .m-teaser:after, .mod-home .m-nav-main .m-teaser:before {
  content: "";
  display: block;
  padding-top: 20%; }
.mod-home .m-nav-meta {
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: justify;
  padding: 10px 20px 20px 20px;
  text-justify: distribute-all-lines; }
.mod-stage + .mod-home .m-nav-meta {
  display: none; }
.mod-home .m-nav-meta:after {
  width: 100%;
  content: "";
  display: inline-block; }
.mod-home .m-nav-meta li {
  display: block;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-size: 1.25rem; }
@media only screen and (min-width: 48em) {
  .mod-home .m-nav-meta li {
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem; } }
.lt-ie9 .mod-home .m-nav-meta li {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem; }
.mod-home .m-nav-meta li svg {
  margin: 0 10px -3px 0;
  vertical-align: baseline; }
.mod-home .m-nav-meta li svg.svg-icon-brille {
  margin-bottom: -13px; }
.mod-home .m-nav-meta li a {
  color: white;
  text-align: left;
  font-style: italic;
  display: inline-block;
  text-decoration: underline; }
.mod-home .m-btn {
  width: 60%;
  cursor: pointer;
  overflow: hidden;
  padding: 2px 30px;
  font-weight: bold;
  position: relative;
  border-radius: 50px;
  color: #181818;
  display: inline-block;
  text-decoration: none;
  background-color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
.mod-stage + .mod-home .m-btn {
  display: none; }
@media only screen and (min-width: 48em) {
  .mod-home .m-btn {
    max-width: 245px;
    font-size: 20px;
    font-size: 1.25rem; } }
.lt-ie9 .mod-home .m-btn {
  max-width: 245px;
  font-size: 20px;
  font-size: 1.25rem; }
.mod-home .m-btn--start {
  display: none; }
.mod-stage + .mod-home .m-btn--start {
  display: inline-block; }
.mod-home .m-btn--start .m-progress {
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute; }
.mod-home .m-btn--start .m-caption {
  position: relative; }
.mod-home .m-btn--start.is-disabled {
  pointer-events: none; }
.mod-home .m-btn--start.is-disabled .m-progress {
  display: block;
  background-color: #8eacd4;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute; }
.mod-home .m-nav-sub {
  padding: 0;
  font-size: 0;
  margin: 30px 0;
  list-style: none; }
.mod-stage + .mod-home .m-nav-sub {
  display: none; }
.mod-home .m-nav-sub li {
  padding: 5px 0;
  font-size: 20px;
  font-size: 1.25rem; }
@media only screen and (min-width: 48em) {
  .mod-home .m-nav-sub li {
    padding: 0;
    display: inline-block; }
  .mod-home .m-nav-sub li:before {
    content: "|";
    padding: 0 20px;
    color: #1d59a8;
    display: inline-block; }
  .mod-home .m-nav-sub li:first-child:before {
    display: none; } }
.lt-ie9 .mod-home .m-nav-sub li {
  padding: 0;
  display: inline-block; }
.lt-ie9 .mod-home .m-nav-sub li:before {
  content: "|";
  padding: 0 20px;
  color: #1d59a8;
  display: inline-block; }
.lt-ie9 .mod-home .m-nav-sub li:first-child:before {
  display: none; }
.mod-home .m-nav-sub li a {
  color: white;
  text-decoration: none; }
.mod-home .m-notice {
  display: none; }
.is-static .mod-home .m-btn-start {
  display: none; }
.is-static .mod-home .m-notice {
  display: block; }
.mod-home .m-only-stage {
  display: none; }
.mod-stage + .mod-home .m-only-stage {
  display: inline-block; }
.mod-stage + .mod-home .m-not-stage {
  display: none; }

.mod-intro {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed; }
.mod-intro .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }
.mod-intro .video-js video {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  top: auto !important;
  left: auto !important;
  right: 50% !important;
  bottom: 50% !important;
  position: absolute; }
@media only screen and (max-aspect-ratio: 16 / 9) {
  .mod-intro .video-js video {
    height: 100% !important;
    width: 177.77778vh !important; } }
@media only screen and (min-aspect-ratio: 16 / 9) {
  .mod-intro .video-js video {
    width: 100% !important;
    height: 56.25vw !important; } }
.no-csstransforms .mod-intro .video-js video {
  right: auto;
  bottom: auto; }
.mod-intro .vjs-paused {
  cursor: pointer; }
.mod-intro .vjs-poster {
  pointer-events: none;
  background-size: cover; }
.mod-intro .vjs-control-bar {
  display: none !important; }
.mod-intro .m-skip {
  color: white;
  padding: 20px;
  z-index: 10000;
  cursor: pointer;
  font-style: italic;
  text-decoration: underline;
  top: 20px;
  right: 20px;
  position: fixed; }

.mod-flyout {
  top: 20px;
  left: 0;
  position: absolute; }
.is-stage .mod-flyout {
  top: 80px;
  left: 0;
  position: absolute; }
.mod-flyout .m-icon {
  width: 30px;
  cursor: pointer;
  padding-left: 10px;
  position: absolute;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease; }
@media only screen and (min-width: 48em) {
  .mod-flyout .m-icon {
    width: 50px;
    padding-left: 10px; } }
.lt-ie9 .mod-flyout .m-icon {
  width: 50px;
  padding-left: 10px; }
@media only screen and (min-width: 64.0625em) {
  .mod-page + .mod-flyout .m-icon,
  .mod-front + .mod-flyout .m-icon {
    display: none; } }
.lt-ie9 .mod-page + .mod-flyout .m-icon, .lt-ie9
.mod-front + .mod-flyout .m-icon {
  display: none; }
.is-overlay .mod-flyout .m-icon {
  opacity: 0 !important;
  visibility: visible; }
.mod-flyout .m-icon svg {
  width: 20px;
  height: 75px; }
@media only screen and (min-width: 48em) {
  .mod-flyout .m-icon svg {
    width: 40px;
    height: 150px; } }
.lt-ie9 .mod-flyout .m-icon svg {
  width: 40px;
  height: 150px; }
.mod-flyout .m-content {
  display: none;
  margin: 0 0 120px 0;
  padding: 20px 30px 20px 80px;
  font-size: 20px;
  font-size: 1.25rem; }
@media only screen and (min-width: 48em) {
  .mod-flyout .m-content {
    padding: 20px 80px 20px 150px; } }
.lt-ie9 .mod-flyout .m-content {
  padding: 20px 80px 20px 150px; }
@media only screen and (min-width: 64.0625em) {
  .mod-page + .mod-flyout .m-content,
  .mod-front + .mod-flyout .m-content {
    display: block !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 20px 40px 20px 40px; } }
.lt-ie9 .mod-page + .mod-flyout .m-content, .lt-ie9
.mod-front + .mod-flyout .m-content {
  display: block !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  padding: 20px 40px 20px 40px; }
.is-stage .mod-flyout .m-content {
  margin: -80px 0 40px 0; }
@media only screen and (min-width: 48em) {
  .is-stage .mod-flyout .m-content {
    margin: 0 0 120px 0; } }
.lt-ie9 .is-stage .mod-flyout .m-content {
  margin: 0 0 120px 0; }
.mod-flyout .m-content .m-home {
  text-decoration: none; }
.mod-front + .mod-flyout .m-content .m-home {
  display: none; }
.mod-flyout .m-content .m-nav-main {
  padding: 0;
  list-style: none;
  margin: 25px 0 20px 0; }
.mod-front + .mod-flyout .m-content .m-nav-main {
  display: none; }
.mod-front + .mod-flyout .m-content .m-nav-main:first-of-type {
  display: block; }
.mod-page + .mod-flyout .m-content .m-nav-main:after {
  content: '';
  margin: 20px -40px -10px -40px;
  border-top: 1px solid #b3b3b3; }
@media only screen and (min-width: 64.0625em) {
  .mod-page + .mod-flyout .m-content .m-nav-main:after {
    display: block; } }
.lt-ie9 .mod-page + .mod-flyout .m-content .m-nav-main:after {
  display: block; }
.mod-flyout .m-content .m-nav-main:last-of-type:after {
  display: none; }
.mod-flyout .m-content .m-nav-main li {
  margin: 5px 0; }
.mod-flyout .m-content .m-nav-main li a {
  color: white;
  text-decoration: none; }
.mod-flyout .m-content .m-nav-main li.is-active > a {
  color: #b3b3b3; }
.mod-flyout .m-content .m-nav-main li ul {
  margin: 0;
  list-style: none;
  padding: 0 0 0 20px; }
.mod-flyout .m-content .m-btn {
  min-width: 90%;
  cursor: pointer;
  overflow: hidden;
  padding: 2px 20px;
  font-weight: bold;
  position: relative;
  border-radius: 50px;
  color: #181818;
  display: inline-block;
  text-decoration: none;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
.mod-flyout .m-content .m-close-arrow {
  display: block;
  cursor: pointer;
  margin-top: -49px;
  top: 50px;
  left: 15px;
  position: absolute; }
@media only screen and (min-width: 64.0625em) {
  .mod-page + .mod-flyout .m-content .m-close-arrow,
  .mod-front + .mod-flyout .m-content .m-close-arrow {
    display: none; } }
.lt-ie9 .mod-page + .mod-flyout .m-content .m-close-arrow, .lt-ie9
.mod-front + .mod-flyout .m-content .m-close-arrow {
  display: none; }
.mod-flyout .m-content .m-close-arrow svg {
  width: 20px;
  height: 75px; }
@media only screen and (min-width: 48em) {
  .mod-flyout .m-content .m-close-arrow svg {
    width: 40px;
    height: 150px; } }
.lt-ie9 .mod-flyout .m-content .m-close-arrow svg {
  width: 40px;
  height: 150px; }

.mod-layer {
  display: none;
  text-align: justify; }
#colorbox .mod-layer {
  display: block; }
.mod-layer .mod-video:first-child {
  margin-top: 20px; }
.mod-layer :last-child,
.mod-layer :last-child :last-child,
.mod-layer :last-child :last-child :last-child {
  margin-bottom: 0; }

.mod-page {
  overflow: auto;
  min-height: 100%;
  min-height: 100vh;
  text-align: justify;
  padding: 0 20px 0 40px;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: url(../../img/content/background-wirbeljagd-dark.jpg) no-repeat fixed center center;
  background-size: cover;
  display: box;
  box-pack: center;
  box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media only screen and (min-width: 48em) {
  .mod-page {
    padding: 0 20px; }
  .mod-page-xl {
    padding: 0 65px; } }
.lt-ie9 .mod-page {
  padding: 0 20px; }
.lt-ie9 .mod-page-xl {
  padding: 0 65px; }
@media only screen and (min-width: 64.0625em) {
  .mod-page {
    padding-left: 150px; }
  .mod-page-xl {
    padding-left: 260px; } }
.lt-ie9 .mod-page {
  padding-left: 150px; }
.lt-ie9 .mod-page-xl {
  padding-left: 260px; }
.is-stage .mod-page {
  background: transparent; }
.mod-page-xl > .m-inner {
  margin-bottom: auto; }
.mod-page > .m-inner {
  padding: 20px 0 60px 0; }
@media only screen and (min-width: 48em) {
  .mod-page > .m-inner {
    padding: 50px 0 150px 0; } }
.lt-ie9 .mod-page > .m-inner {
  padding: 50px 0 150px 0; }
.mod-page > .m-inner .m-close {
  margin: 0 auto;
  text-align: right;
  max-width: 690px; }
.mod-page-xl .mod-page > .m-inner .m-close {
  max-width: 1070px; }
.mod-page > .m-inner .m-close svg {
  cursor: pointer;
  width: 35px;
  height: 35px; }
@media only screen and (min-width: 48em) {
  .mod-page > .m-inner .m-close {
    max-width: 720px; }
  .mod-page-xl .mod-page > .m-inner .m-close {
    max-width: 1100px; }
  .mod-page > .m-inner .m-close svg {
    width: 50px;
    height: 50px; } }
.lt-ie9 .mod-page > .m-inner .m-close {
  max-width: 720px; }
.mod-page-xl .lt-ie9 .mod-page > .m-inner .m-close {
  max-width: 1100px; }
.lt-ie9 .mod-page > .m-inner .m-close svg {
  width: 50px;
  height: 50px; }
.mod-page:after {
  content: "";
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 62, 110, 0.95);
  background: -moz-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 62, 110, 0.95)), color-stop(100%, rgba(24, 24, 24, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 110, 0.95)), to(rgba(24, 24, 24, 0.95)));
  background: linear-gradient(to bottom, rgba(0, 62, 110, 0.95) 0%, rgba(24, 24, 24, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2003E6E', endColorstr='#F2181818', GradientType=0); }
.is-overlay .mod-page:after {
  opacity: 1;
  visibility: visible; }
.is-stage .mod-page:after {
  display: none; }

.mod-page-template {
  display: none; }

a[data-page] {
  padding: 0 5px;
  cursor: pointer; }

.mod-separator {
  position: relative;
  margin: 0 auto 20px auto;
  max-width: 900px; }
.mod-page-xl .mod-separator {
  max-width: 1470px; }
.mod-separator:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 89, 168, 0)), color-stop(50%, #1d59a8), to(rgba(29, 89, 168, 0)));
  background: -webkit-linear-gradient(left, rgba(29, 89, 168, 0) 0%, #1d59a8 50%, rgba(29, 89, 168, 0) 100%);
  background: -o-linear-gradient(left, rgba(29, 89, 168, 0) 0%, #1d59a8 50%, rgba(29, 89, 168, 0) 100%);
  background: linear-gradient(to right, rgba(29, 89, 168, 0) 0%, #1d59a8 50%, rgba(29, 89, 168, 0) 100%);
  top: 50%;
  position: absolute; }
.mod-separator .m-inner {
  margin: 0 auto;
  max-width: 600px;
  position: relative; }
.mod-page-xl .mod-separator .m-inner {
  max-width: 980px; }
.mod-separator .m-inner .m-headline {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  background-color: #1d59a8;
  font-size: 20px;
  font-size: 1.25rem; }

.mod-image {
  margin: 0 0 20px 0;
  position: relative; }
.mod-image > img {
  height: auto;
  max-width: 100%; }

.mod-video {
  margin: 0 0 20px 0;
  position: relative; }
.mod-video .video-js {
  max-width: 100%;
  max-height: 100%;
  height: auto !important; }
.mod-video--youtube {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%; }
.mod-video--youtube iframe,
.mod-video--youtube object,
.mod-video--youtube embed {
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
  position: absolute; }

.mod-gallery {
  margin: 0; }
.mod-gallery .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }
.mod-gallery .swiper-container .swiper-slide figure {
  margin: 0;
  font-size: 0;
  position: relative; }
.mod-gallery .swiper-container .swiper-slide figure img {
  height: auto;
  max-width: 100%; }
.mod-gallery .swiper-container .swiper-slide figure figcaption {
  margin: 5px;
  padding: 5px 10px;
  background-color: rgba(24, 24, 24, 0.7);
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  bottom: 0;
  position: absolute; }
.mod-gallery .swiper-container.m-thumbs {
  height: 70px;
  padding: 10px 0; }
.mod-gallery .swiper-container.m-thumbs .swiper-slide {
  width: 100px;
  height: 100%;
  opacity: 0.4;
  background-size: cover;
  background-position: center; }
.mod-gallery .swiper-container.m-thumbs .swiper-slide-active {
  opacity: 1;
  border: 4px solid #1d59a8; }

.mod-content h2 {
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem; }
@media only screen and (min-width: 48em) {
  .mod-content h2 {
    font-size: 36px;
    font-size: 2.25rem; } }
.lt-ie9 .mod-content h2 {
  font-size: 36px;
  font-size: 2.25rem; }

.mod-content p {
  font-size: 16px;
  font-size: 1rem; }
@media only screen and (min-width: 48em) {
  .mod-content p {
    font-size: 20px;
    font-size: 1.25rem; } }
.lt-ie9 .mod-content p {
  font-size: 20px;
  font-size: 1.25rem; }

.mod-stage .mod-content {
  max-width: 600px; }
.mod-stage .mod-content a[data-page] {
  color: white;
  font-style: italic;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem; }

.mod-page .mod-content {
  margin: 0 auto 60px auto;
  max-width: 600px; }

.mod-page-xl .mod-content {
  max-width: 980px; }

.mod-knowledge {
  z-index: 99999999 !important;
  max-width: 500px;
  padding: 20px 30px;
  line-height: normal;
  background-color: #1d59a8;
  font-size: 16px;
  font-size: 1rem; }
.mod-knowledge .qtip-close {
  top: 30px;
  right: 30px;
  position: absolute; }
.mod-knowledge .qtip-close .ui-icon-close {
  color: white;
  font-size: 20px;
  font-size: 1.25rem; }
.mod-knowledge p {
  text-align: justify; }

.mod-knowledge-template {
  display: none; }

a[data-knowledge] {
  color: white;
  padding: 0 5px;
  cursor: pointer;
  background-color: #1d59a8; }

.mod-footer {
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.6); }
.mod-footer .m-line {
  height: 2px;
  display: block;
  background-color: rgba(0, 62, 110, 0.8);
  left: 0;
  right: 0;
  bottom: 100%;
  position: absolute; }
.mod-footer .m-logo {
  width: 150px;
  height: 46px;
  margin: 15px;
  font-size: 0; }
@media only screen and (min-width: 48em) {
  .mod-footer .m-logo {
    width: 255px;
    height: 70px;
    margin: 20px 40px; } }
.lt-ie9 .mod-footer .m-logo {
  width: 255px;
  height: 70px;
  margin: 20px 40px; }
.mod-footer .m-links {
  margin: 15px;
  max-width: 150px;
  font-size: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
@media only screen and (min-width: 48em) {
  .mod-footer .m-links {
    bottom: 20px;
    max-width: 50%;
    margin: 20px 30px; } }
.lt-ie9 .mod-footer .m-links {
  bottom: 20px;
  max-width: 50%;
  margin: 20px 30px; }
.mod-footer .m-links a {
  color: white;
  text-decoration: none; }
.mod-footer .m-links .m-lang {
  margin: 0 0 5px 0;
  display: inline-block;
  vertical-align: middle; }
@media only screen and (min-width: 48em) {
  .mod-footer .m-links .m-lang {
    margin: 0 30px; } }
.lt-ie9 .mod-footer .m-links .m-lang {
  margin: 0 30px; }
.mod-footer .m-links .m-lang > a {
  margin: 0 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
@media only screen and (min-width: 48em) {
  .mod-footer .m-links .m-lang > a:first-child {
    margin-right: 30px; } }
.lt-ie9 .mod-footer .m-links .m-lang > a:first-child {
  margin-right: 30px; }
.mod-footer .m-links .m-lang > a.is-active {
  font-weight: bold; }
.mod-footer .m-links .m-social {
  display: inline-block;
  vertical-align: middle; }
.mod-footer .m-links .m-social > a {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  display: inline-block; }
@media only screen and (min-width: 48em) {
  .mod-footer .m-links .m-social > a {
    width: 30px;
    height: 30px; } }
.lt-ie9 .mod-footer .m-links .m-social > a {
  width: 30px;
  height: 30px; }

.mod-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 37px; }
@media only screen and (min-width: 48em) {
  .mod-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.lt-ie9 .mod-filter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.mod-filter > .m-title {
  margin: 0 40px 15px 0; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-title {
    margin: 0 40px 0 0; } }
.lt-ie9 .mod-filter > .m-title {
  margin: 0 40px 0 0; }
.mod-filter > .m-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -10px;
  margin-bottom: 25px; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; } }
.lt-ie9 .mod-filter > .m-filters {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
.mod-filter > .m-filters > .m-filter {
  display: none; }
.mod-filter > .m-filters > .m-filter + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
  padding-left: 34px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem; }
.mod-filter > .m-filters > .m-filter + label:not(:last-of-type) {
  margin-bottom: 15px; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-filters > .m-filter + label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .mod-filter > .m-filters > .m-filter + label:not(:last-of-type) {
    margin-bottom: 0; } }
.lt-ie9 .mod-filter > .m-filters > .m-filter + label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
.lt-ie9 .mod-filter > .m-filters > .m-filter + label:not(:last-of-type) {
  margin-bottom: 0; }
.mod-filter > .m-filters > .m-filter + label:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #717980;
  background: #8a9299; }
.mod-filter > .m-filters > .m-filter + label:after {
  display: none;
  content: '';
  position: absolute;
  top: 12.5px;
  left: 12.5px;
  width: 18px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../../img/svg/icon-checkmark.svg); }
.mod-filter > .m-filters > .m-filter:checked + label:before {
  background: #ffffff; }
.mod-filter > .m-filters > .m-filter:checked + label:after {
  display: block; }
.mod-filter > .m-filters > label {
  cursor: pointer; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-filters > label {
    margin-right: 40px; } }
.lt-ie9 .mod-filter > .m-filters > label {
  margin-right: 40px; }
.mod-filter > .m-info {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  cursor: pointer; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-info {
    position: static;
    margin-left: auto; } }
.lt-ie9 .mod-filter > .m-info {
  position: static;
  margin-left: auto; }
.mod-filter > .m-info-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#08090a), to(#05385f));
  background-image: -webkit-linear-gradient(bottom, #08090a, #05385f);
  background-image: -o-linear-gradient(bottom, #08090a, #05385f);
  background-image: linear-gradient(0deg, #08090a, #05385f);
  z-index: 5;
  opacity: 0.95;
  padding: 54px 25px; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-info-layer {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    padding-right: 140px;
    padding-bottom: 78px; } }
.lt-ie9 .mod-filter > .m-info-layer {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  padding-right: 140px;
  padding-bottom: 78px; }
body.is-overlay .mod-filter > .m-info-layer {
  z-index: 0; }
.mod-filter > .m-info-layer > .m-text {
  margin: 0 0 36px 0; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-info-layer > .m-text {
    margin-bottom: 18px; } }
.lt-ie9 .mod-filter > .m-info-layer > .m-text {
  margin-bottom: 18px; }
.mod-filter > .m-info-layer > .m-apps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-info-layer > .m-apps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.lt-ie9 .mod-filter > .m-info-layer > .m-apps {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.mod-filter > .m-info-layer > .m-apps > .m-link {
  text-decoration: none; }
.mod-filter > .m-info-layer > .m-apps > .m-link:not(:last-child) {
  margin-bottom: 10px; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-info-layer > .m-apps > .m-link:not(:last-child) {
    margin-bottom: 0;
    margin-right: 22px; } }
.lt-ie9 .mod-filter > .m-info-layer > .m-apps > .m-link:not(:last-child) {
  margin-bottom: 0;
  margin-right: 22px; }
.mod-filter > .m-info-layer > .m-apps > .m-link > .m-app {
  display: inline-block; }
.mod-filter > .m-info-layer > .m-apps > .m-link > .m-app--apple {
  width: 135px; }
@media only screen and (min-width: 48em) {
  .mod-filter > .m-info-layer > .m-apps > .m-link > .m-app--apple {
    width: auto; } }
.lt-ie9 .mod-filter > .m-info-layer > .m-apps > .m-link > .m-app--apple {
  width: auto; }
.mod-filter > .m-info-layer > .m-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 15px;
  height: 15px;
  cursor: pointer; }

.mod-media {
  width: 100%; }
.mod-media > .m-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
.mod-media > .m-content > .m-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 58px; }
@media only screen and (min-width: 48em) {
  .mod-media > .m-content > .m-media {
    width: calc(50% - 10px); } }
.lt-ie9 .mod-media > .m-content > .m-media {
  width: calc(50% - 10px); }
.mod-media > .m-content > .m-media > .m-title {
  margin: 0 0 18px 0;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
@media only screen and (min-width: 48em) {
  .mod-media > .m-content > .m-media > .m-title {
    min-height: 80px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem; } }
.lt-ie9 .mod-media > .m-content > .m-media > .m-title {
  min-height: 80px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem; }
.mod-media > .m-content > .m-media--360 > .m-content > .mod-player > .mod-immersive > .m-play {
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%); }
body.is-overlay .mod-media > .m-content > .m-media--360 > .m-content > .mod-player > .mod-immersive > .m-play {
  z-index: 0; }
.mod-media > .m-content > .m-media--flyer > .m-content {
  height: 300px;
  border: 1px solid #7c7c7c; }
.mod-media > .m-content > .m-media--video > .m-content, .mod-media > .m-content > .m-media--podcast > .m-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
  border: 1px solid #7c7c7c;
  position: relative; }
.mod-media > .m-content > .m-media--video > .m-content:hover, .mod-media > .m-content > .m-media--podcast > .m-content:hover {
  cursor: pointer; }
.mod-media > .m-content > .m-media--video > .m-content:hover:before, .mod-media > .m-content > .m-media--podcast > .m-content:hover:before {
  border-left-color: #1d59a8; }
.mod-media > .m-content > .m-media--video > .m-content:before, .mod-media > .m-content > .m-media--podcast > .m-content:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 49.85px solid transparent;
  border-bottom: 49.85px solid transparent;
  border-left: 63.25px solid #ffffff;
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.is-active .mod-media > .m-content > .m-media--video > .m-content:before, .is-active .mod-media > .m-content > .m-media--podcast > .m-content:before {
  display: none; }
.mod-media > .m-content > .m-media--video > .m-content > .m-player, .mod-media > .m-content > .m-media--podcast > .m-content > .m-player {
  display: none; }
.mod-media > .m-content > .m-media--video.is-active > .m-content:hover {
  cursor: auto; }
.mod-media > .m-content > .m-media--video.is-active > .m-content:before {
  display: none; }
.mod-media > .m-content > .m-media--video > .m-content > .m-preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.mod-media > .m-content > .m-media--video.is-active > .m-content > .m-preview {
  display: none; }
.mod-media > .m-content > .m-media--video.is-active > .m-content > .m-player {
  display: block; }
.mod-media > .m-content > .m-media--podcast.is-active > .m-content:hover {
  cursor: auto; }
.mod-media > .m-content > .m-media--podcast.is-active > .m-content:before {
  display: none; }
.mod-media > .m-content > .m-media--podcast > .m-content:after {
  content: '';
  width: 25px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(/cms20/img/svg/icon-ear.svg); }
.mod-media > .m-content > .m-media--podcast.is-active > .m-content:after {
  display: none; }
.mod-media > .m-content > .m-media--podcast > .m-content > .m-preview {
  width: 75%;
  max-width: 250px; }
@media only screen and (min-width: 48em) {
  .mod-media > .m-content > .m-media--podcast > .m-content > .m-preview {
    max-height: 75%; } }
.lt-ie9 .mod-media > .m-content > .m-media--podcast > .m-content > .m-preview {
  max-height: 75%; }
.mod-media > .m-content > .m-media--podcast.is-active > .m-content > .m-preview {
  display: none; }
.mod-media > .m-content > .m-media--podcast > .m-content > .m-player {
  width: 100%; }
.mod-media > .m-content > .m-media--podcast.is-active > .m-content > .m-player {
  display: block; }
.mod-media > .m-content > .m-media > .m-content {
  width: 100%;
  margin-bottom: 14px; }
.mod-media > .m-content > .m-media > .m-text {
  width: 100%;
  margin: 0; }
.mod-media > .m-content > .m-media > .m-text > .m-dots {
  display: none; }
.mod-media > .m-content > .m-media > .m-text > .m-text-more {
  display: none; }
.mod-media > .m-content > .m-media > .m-text > .m-more, .mod-media > .m-content > .m-media > .m-text > .m-less {
  display: block;
  text-decoration: underline;
  cursor: pointer; }
.mod-media > .m-content > .m-media > .m-text > .m-less {
  display: none; }
.mod-media > .m-more, .mod-media > .m-content > .m-media > .m-text.mod-media > .m-less {
  display: inline;
  margin: 0;
  color: #0392cb;
  text-decoration: underline;
  cursor: pointer; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }