/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-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 5, 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.
 */
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+, 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"] {
  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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 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.
 * 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.
 */
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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #da202c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
embed,
object,
iframe {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
@font-face {
  font-family: 'FontSwitzerland';
  src: url("../fonts/FontSwitzerland.eot?v=0.1.5");
  src: url("../fonts/FontSwitzerland.eot?v=0.1.5#iefix") format("embedded-opentype"), url("../fonts/FontSwitzerland.woff?v=0.1.5") format("woff"), url("../fonts/FontSwitzerland.ttf?v=0.1.5") format("truetype"), url("../fonts/FontSwitzerland.svg?v=0.1.5#FontSwitzerland") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'FontSwitzerland';
    src: url("../fonts/FontSwitzerland.svg#FontSwitzerland") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-arrow-down:before,
.icon-arrow-right:before,
.icon-close:before,
.icon-down:before,
.icon-full-off:before,
.icon-full-on:before,
.icon-left:before,
.icon-marker:before,
.icon-right:before,
.icon-social-facebook:before,
.icon-social-google:before,
.icon-social-twitter:before,
.icon-sound:before,
.icon-up:before,
.icon-zoom-in:before,
.icon-zoom-out:before {
  display: inline-block;
  font-family: "FontSwitzerland";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.icon-arrow-down:before {
  content: "\f109";
}
.icon-arrow-right:before {
  content: "\f10a";
}
.icon-close:before {
  content: "\f10f";
}
.icon-down:before {
  content: "\f100";
}
.icon-full-off:before {
  content: "\f101";
}
.icon-full-on:before {
  content: "\f102";
}
.icon-left:before {
  content: "\f103";
}
.icon-marker:before {
  content: "\f10b";
}
.icon-right:before {
  content: "\f104";
}
.icon-social-facebook:before {
  content: "\f10c";
}
.icon-social-google:before {
  content: "\f10d";
}
.icon-social-twitter:before {
  content: "\f10e";
}
.icon-sound:before {
  content: "\f105";
}
.icon-up:before {
  content: "\f106";
}
.icon-zoom-in:before {
  content: "\f107";
}
.icon-zoom-out:before {
  content: "\f108";
}
/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
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('../fonts/vjs.eot');
  src: url('../fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../fonts/vjs.woff') format('woff'), url('../fonts/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: #da202c 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: #da202c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  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 /* Minor adjustment */;
}
/* 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 {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  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: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* 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;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em;
}
/* 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: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* 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-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  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: "\e01e";
  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% {
    transform: rotate(0deg);
  }
  100% {
    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. */
  -o-user-select: none;
  /* 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;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 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 /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #ffcc66 /* Captions are yellow */;
}
.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 */
html,
body {
  height: 100%;
}
body {
  position: relative;
  width: 100%;
  padding: 25px 0 0 0;
}
.desktop body {
  min-width: 960px;
}
#pano {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 600px) {
  body {
    padding-bottom: 25px;
  }
}
.header {
  position: absolute;
  z-index: 2600;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  padding: 0 10px;
  background: #ffffff;
}
.header__logo {
  position: absolute;
  top: 0;
  right: 0;
  background: #da202c;
}
.header__title {
  display: block;
  background: url("../img/logo.png") no-repeat center;
  background-size: cover;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.header__logo,
.header__title {
  width: 64px;
  height: 64px;
}
.header__btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  /* transition */
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  visibility: hidden;
}
.header__btn:after {
  content: "\f109";
  font-family: FontSwitzerland;
  color: #da202c;
  margin-left: 4px;
}
.header__btn:hover {
  color: #da202c;
}
@media only screen and (min-width: 600px) {
  .header {
    padding: 0 25px;
  }
  .header__logo,
  .header__title {
    width: 100px;
    height: 100px;
  }
}
.footer {
  display: none;
  position: absolute;
  z-index: 2600;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  padding: 0 22px;
  background: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.footer__btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  /* transition */
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
  height: 25px;
  line-height: 25px;
  margin-right: 16px;
  visibility: hidden;
}
.footer__btn:before {
  content: "\f10a";
  font-family: FontSwitzerland;
  color: #da202c;
  margin-right: 1px;
}
.footer__btn:hover {
  color: #da202c;
}
.footer__btn--win {
  font-weight: bold;
}
.footer__btn--win:after {
  content: '';
  display: block;
  float: right;
  margin-left: 6px;
  background: no-repeat center url(../img/footer-mascot.png);
  width: 37px;
  height: 25px;
}
@media only screen and (min-width: 600px) {
  .footer {
    display: block;
  }
}
.copyright {
  position: absolute;
  z-index: 150;
  bottom: 5px;
  left: 10px;
  color: #ffffff;
}
.copyright a {
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .copyright {
    bottom: 35px;
    left: 25px;
  }
}
.controls {
  display: none;
  position: absolute;
  z-index: 2700;
  bottom: 25px;
  right: 0px;
  width: 104px;
  height: 51px;
  padding: 15px 0 0 0;
  background: url("../img/controls-compact.png") no-repeat center;
  background-size: 100% 100%;
  visibility: hidden;
}
.controls__btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 33px;
  height: 33px;
  display: none;
  float: left;
  line-height: 33px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.controls__btn:hover {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}
.controls__btn:before {
  font-family: FontSwitzerland;
}
.controls__btn--info {
  width: 52px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
}
.controls__btn--left:before {
  content: "\f103";
}
.controls__btn--right:before {
  content: "\f104";
}
.controls__btn--up {
  width: 31px;
}
.controls__btn--up:before {
  content: "\f106";
}
.controls__btn--down {
  width: 31px;
}
.controls__btn--down:before {
  content: "\f100";
}
.controls__btn--zoomin:before {
  content: "\f107";
}
.controls__btn--zoomout:before {
  content: "\f108";
}
.controls__btn--fullon {
  width: 37px;
}
.controls__btn--fullon:before {
  content: "\f102";
}
.controls__btn--fulloff {
  width: 37px;
}
.controls__btn--fulloff:before {
  content: "\f101";
}
.controls__btn--help {
  width: 52px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.controls__btn--help:hover,
.controls__btn--info:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}
.desktop .controls {
  bottom: 0;
  right: 20px;
  width: 410px;
  height: 51px;
  padding: 15px 0 0 25px;
  background-image: url("../img/controls.png");
}
.desktop .controls__btn--left,
.desktop .controls__btn--right,
.desktop .controls__btn--up,
.desktop .controls__btn--down,
.desktop .controls__btn--zoomin,
.desktop .controls__btn--zoomout,
.desktop .controls__btn--fullon,
.desktop .controls__btn--fulloff {
  display: block;
}
.desktop .controls__btn--info {
  margin-right: 17px;
  width: 48px;
}
.desktop .controls__btn--help {
  width: 51px;
  padding-top: 2px;
  margin-left: 16px;
}
@media only screen and (min-width: 600px) {
  .desktop .controls,
  .tablet .controls,
  .mobile .controls {
    display: block;
  }
}
.social {
  position: absolute;
  z-index: 2100;
  left: 0;
  top: 20%;
  width: 32px;
  height: 96px;
}
.social__btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
  color: #ffffff;
  font-size: 24px;
}
.social__btn--facebook {
  background: #005797;
}
.social__btn--facebook:before {
  font-family: FontSwitzerland;
  content: "\f10c";
}
.social__btn--twitter {
  background: #00afd8;
}
.social__btn--twitter:before {
  font-family: FontSwitzerland;
  content: "\f10e";
}
.social__btn--google {
  background: #2c3940;
}
.social__btn--google div {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  background: #dc3f25;
  font-size: 28px;
  margin-top: 2px;
}
.social__btn--google div:before {
  font-family: FontSwitzerland;
  content: "\f10d";
  position: absolute;
  width: 100%;
  left: -2px;
  top: 10px;
}
@media only screen and (min-width: 600px) {
  .social {
    width: 48px;
    height: 144px;
  }
  .social__btn {
    width: 48px;
    height: 48px;
    font-size: 36px;
  }
  .social__btn--google {
    background: #2c3940;
    margin-top: 0;
  }
  .social__btn--google div {
    width: 38px;
    height: 38px;
    font-size: 44px;
  }
  .social__btn--google div:before {
    left: -3px;
    top: 18px;
  }
}
.btn-primary {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  margin-right: 16px;
  text-decoration: none !important;
  /* transition */
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
.btn-primary:before {
  content: "\f10a";
  font-family: FontSwitzerland;
  color: #da202c;
  margin-right: 1px;
}
.btn-primary:hover {
  color: #da202c;
}
.btn-text {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-weight: bold;
}
.btn-text:hover {
  color: #da202c;
}
.modal,
.intro {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 2500;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.in .modal__dialog,
.intro.in .modal__dialog {
  opacity: 1;
}
.modal-welcome .modal,
.modal-welcome .intro {
  pointer-events: none;
}
.modal__dialog {
  opacity: 0;
  /* transition */
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2400;
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition */
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-welcome .modal-backdrop {
  pointer-events: none;
}
.modal-welcome .modal-backdrop.in {
  opacity: 0;
  filter: alpha(opacity=0);
}
.intro {
  overflow: hidden;
  z-index: 2390;
  background: no-repeat center url('../img/intro-background.jpg');
  background-size: cover;
}
.modal__content {
  padding: 5px;
  min-height: 290px;
  position: relative;
  background-clip: padding-box;
  outline: none;
}
.modal__header {
  margin-bottom: 13px;
}
.modal__title {
  margin: -2px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.modal__subtitle {
  margin: 4px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.modal__footer {
  padding-top: 20px;
}
.modal__btn-close {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: block;
  margin: -10px auto 10px auto;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
}
.modal__btn-close:hover {
  color: #da202c;
}
.modal__btn-close:before {
  content: "\f10f";
  font-family: FontSwitzerland;
  color: #da202c;
  margin-right: 4px;
}
.mobile,
.tablet {
  /*
    .modal__title,
    .modal__subtitle {
        max-width: 90%;
    }
    */
}
.mobile .modal-open,
.tablet .modal-open {
  overflow: hidden;
}
.mobile .modal,
.tablet .modal {
  overflow: auto;
  overflow-y: auto;
  top: 26px;
  bottom: 26px;
}
.mobile .modal-backdrop,
.tablet .modal-backdrop {
  background-color: #ffffff;
  top: 26px;
  bottom: 26px;
  left: 0;
  right: 0;
}
.mobile .modal-backdrop.in,
.tablet .modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mobile .modal__dialog,
.tablet .modal__dialog {
  width: 100%;
}
.mobile .modal__logo,
.tablet .modal__logo {
  margin-bottom: 12px;
}
.tablet .modal-map .modal-backdrop,
.mobile .modal-map .modal-backdrop {
  background: #000000;
}
.tablet .modal-map .modal-backdrop.in,
.mobile .modal-map .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mobile .modal,
.mobile .modal-backdrop,
.mobile .intro {
  bottom: 0;
}
.mobile .modal__content {
  padding: 10px;
}
@media only screen and (min-width: 600px) {
  .mobile .modal__content {
    padding: 20px;
  }
}
.tablet .modal__content {
  padding: 25px;
}
.desktop .modal {
  padding: 100px 0;
}
.desktop .modal-backdrop {
  background-color: #000000;
}
.desktop .modal__dialog {
  width: auto;
  max-width: 820px;
  margin: 0 auto;
}
.desktop .modal__dialog--video {
  max-width: 690px;
}
.desktop .modal__content {
  padding: 25px;
  background-color: #ffffff;
}
.desktop .modal__logo {
  position: absolute;
  top: 21px;
  right: 25px;
  margin: 0;
}
.desktop .modal__btn-close {
  position: absolute;
  top: 21px;
  right: 25px;
  margin: 0;
  height: auto;
  line-height: inherit;
}
.modal__dialog {
  position: relative;
}
.modal__dialog--intro .modal__header {
  margin-bottom: 30px;
}
.modal__dialog--map .modal__content {
  background: transparent;
  color: #ffffff;
  text-align: center;
}
.modal__dialog--help .modal__title {
  text-align: center;
  text-transform: uppercase;
}
.modal__dialog--mascot {
  text-align: center;
}
.modal__dialog--mascot .modal__content {
  min-height: 445px;
  padding-top: 120px;
  background: #ffffff no-repeat center bottom url("../img/mascot-bg.jpg");
  background-size: contain;
}
.modal__dialog--mascot .modal__header {
  margin-bottom: 16px;
}
.modal__dialog--mascot .typo {
  max-width: 330px;
  margin: 0 auto;
}
.modal__dialog--mascot .btn-primary {
  font-size: 18px;
  display: block;
  margin: 38px auto 0 auto;
}
.tooltip {
  position: absolute;
  z-index: 300;
  display: block;
  visibility: visible;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.right {
  margin-left: -2px;
  margin-top: -2px;
}
.tooltip-inner {
  min-width: 106px;
  height: 38px;
  overflow: hidden;
  position: relative;
  padding: 4px 15px 0 27px;
  line-height: 1.1;
  white-space: nowrap;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  background: #da202c;
  background: -moz-linear-gradient(top, #da202c 0%, #e03f49 50%, #da202c 51%, #ba1b25 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da202c), color-stop(50%, #e03f49), color-stop(51%, #da202c), color-stop(100%, #ba1b25));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #da202c 0%, #e03f49 50%, #da202c 51%, #ba1b25 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #da202c 0%, #e03f49 50%, #da202c 51%, #ba1b25 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #da202c 0%, #e03f49 50%, #da202c 51%, #ba1b25 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #da202c 0%, #e03f49 50%, #da202c 51%, #ba1b25 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da202c', endColorstr='#ba1b25', GradientType=0);
  /* IE6-9 */
  /* box-shadow */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.tooltip-inner:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.3);
}
.typo {
  font-size: 14px;
  line-height: 17px;
}
.typo:before,
.typo:after {
  content: " ";
  display: table;
}
.typo:after {
  clear: both;
}
.typo p {
  margin-bottom: 17px;
}
.typo p:last-child {
  margin: 0;
}
.typo img {
  max-width: 100%;
  height: auto;
}
.typo video,
.typo .video-js {
  display: block;
}
.typo video + p,
.typo .video-js + p {
  margin-top: 17px !important;
}
.typo a {
  text-decoration: underline;
  font-weight: bold;
}
.align-right {
  float: right;
  margin: 0 0 0 25px;
}
.btn-more {
  font-weight: bold;
}
.btn-more:before {
  margin: 0 2px 0 -4px;
  content: "\f10a";
  font-family: FontSwitzerland;
  color: #da202c;
}
.btn-more:hover {
  color: #da202c;
  text-decoration: none;
}
.img-content {
  margin-bottom: 25px;
}
.desktop .img-content {
  float: right;
  margin-left: 25px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .img-content {
    float: right;
    margin-left: 25px;
    margin-bottom: 5px;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
  .video {
    width: 640px;
    height: 360px;
    padding: 0;
  }
}
.video__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.img-help {
  display: block;
  margin: 7px auto 30px auto;
}
.img-help--desktop {
  display: none;
}
.desktop .img-help--mobile {
  display: none;
}
.desktop .img-help--desktop {
  display: block;
}
/*
.modal-map {
    background: transparent;
    color: @white;
    text-align: center;
}
*/
.modal-map__heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.map {
  pointer-events: auto;
  position: relative;
  width: 522px;
  height: 349px;
  margin: 0 auto;
  background: url("../img/map.png") no-repeat center;
  background-size: 100% 100%;
}
.map__marker {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  position: absolute;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  color: #da202c;
  background: url("../img/marker.png") no-repeat center;
  background-size: 100% 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.map__marker:hover {
  text-decoration: none;
}
.map__marker--cassons {
  top: 155px;
  left: 373px;
}
.map__marker--eggishorn {
  top: 202px;
  left: 233px;
}
.map__marker--gurten {
  top: 123px;
  left: 158px;
}
.map__marker--jungfraujoch {
  top: 173px;
  left: 221px;
}
.map__marker--mont-fort {
  top: 257px;
  left: 137px;
}
.map__marker--mt-rigi {
  top: 102px;
  left: 269px;
}
.map__marker--muottas-muragl {
  top: 187px;
  left: 432px;
}
.map__marker--rochers-de-naye {
  top: 200px;
  left: 97px;
}
.postcard__selection {
  padding-bottom: 16px;
}
.postcard-list {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
}
.postcard-list:before,
.postcard-list:after {
  content: " ";
  display: table;
}
.postcard-list:after {
  clear: both;
}
.postcard-list__item {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 25px;
}
.postcard-list__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 51.25%;
}
.postcard-list__btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-align: left;
}
.postcard-list__btn:hover:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #da202c;
}
.postcard-list__btn--active {
  font-weight: bold;
}
.postcard-list__btn--active:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  right: 1px;
  border: 1px solid #ffffff;
}
.postcard-list__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #010100;
  background: rgba(0, 0, 0, 0.5) no-repeat center;
  background-size: cover;
}
.postcard-list__title {
  display: block;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
}
.postcard__col-photo {
  margin-bottom: 25px;
}
.postcard__photo-img {
  border: 1px solid #b2b2b2;
  display: block;
}
.postcard__photo-footer {
  font-size: 12px;
}
.postcard__photo-footer:before,
.postcard__photo-footer:after {
  content: " ";
  display: table;
}
.postcard__photo-footer:after {
  clear: both;
}
.postcard__photo-title {
  float: left;
}
.postcard__photo-copyright {
  float: right;
}
.postcard__input,
.postcard__textarea {
  width: 100%;
  height: 27px;
  margin-bottom: 8px;
  padding: 0 6px;
  border: 1px solid #b2b2b2;
  outline: none;
}
.postcard__input:focus,
.postcard__textarea:focus {
  border-color: #da202c;
}
.postcard__textarea {
  height: 168px;
  padding: 5px 6px;
  margin: 0;
  resize: none;
}
.postcard__form-footer {
  text-align: center;
  padding: 35px 0 15px 0;
}
.postcard__validator {
  background: #da202c;
  padding: 4px 12px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 12px;
  display: none;
}
.postcard__thanks {
  display: none;
}
@media only screen and (min-width: 600px) {
  .postcard-list {
    margin-left: -25px;
  }
  .postcard-list__item {
    width: 50%;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .postcard-list__item {
    width: 33.33333333%;
  }
  .postcard__card {
    margin-left: -25px;
  }
  .postcard__card:before,
  .postcard__card:after {
    content: " ";
    display: table;
  }
  .postcard__card:after {
    clear: both;
  }
  .postcard__col-photo,
  .postcard__col-form {
    width: 50%;
    float: left;
    padding-left: 25px;
  }
}
