/**
 * kulturpunkt1-mobil - v2.0.20 - 2017-11-29
 * http://kulturit.no/
 *
 * Copyright (c) 2017 KulturIT ANS
 * Licensed All Rights Reserved <http://www.kulturit.no/>
 */

/**
 * kulturpunkt1-mobil - v2.0.20 - 2017-11-29
 * http://kulturit.no/
 *
 * Copyright (c) 2017 KulturIT ANS
 * Licensed All Rights Reserved <http://www.kulturit.no/>
 */

/**
 * kulturpunkt1-mobil - v2.0.20 - 2017-11-29
 * http://kulturit.no/
 *
 * Copyright (c) 2017 KulturIT ANS
 * Licensed All Rights Reserved <http://www.kulturit.no/>
 */

@charset "UTF-8";
/*! 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.
 */
/* line 9, ../../scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../scss/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, ../../scss/normalize.scss */
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.
 */
/* line 50, ../../scss/normalize.scss */
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.
 */
/* line 63, ../../scss/normalize.scss */
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.
 */
/* line 73, ../../scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, ../../scss/normalize.scss */
a {
  background: transparent;
}

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

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

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

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

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

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

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

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

/* line 165, ../../scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, ../../scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 180, ../../scss/normalize.scss */
img {
  border: 0;
}

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 207, ../../scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 217, ../../scss/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 225, ../../scss/normalize.scss */
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.
 */
/* line 248, ../../scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, ../../scss/normalize.scss */
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.
 */
/* line 273, ../../scss/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 286, ../../scss/normalize.scss */
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.
 */
/* line 298, ../../scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 307, ../../scss/normalize.scss */
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.
 */
/* line 318, ../../scss/normalize.scss */
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.
 */
/* line 330, ../../scss/normalize.scss */
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`.
 */
/* line 342, ../../scss/normalize.scss */
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).
 */
/* line 353, ../../scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 366, ../../scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, ../../scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, ../../scss/normalize.scss */
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.
 */
/* line 404, ../../scss/normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 420, ../../scss/normalize.scss */
td,
th {
  padding: 0;
}

/* line 5, ../../scss/loader/loader.scss */
body {
  background: #fff;
}

@-moz-keyframes spinner-inner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-inner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner-outer {
  0% {
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  37.5% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
}
@-webkit-keyframes spinner-outer {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  37.5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
}
@keyframes spinner-outer {
  0% {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  37.5% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
}
@-moz-keyframes spinner-ani1 {
  100% {
    -moz-transform: translate(40px);
    transform: translate(40px);
    opacity: 0;
  }
}
@-webkit-keyframes spinner-ani1 {
  100% {
    -webkit-transform: translate(40px);
    transform: translate(40px);
    opacity: 0;
  }
}
@keyframes spinner-ani1 {
  100% {
    -moz-transform: translate(40px);
    -ms-transform: translate(40px);
    -webkit-transform: translate(40px);
    transform: translate(40px);
    opacity: 0;
  }
}
@-moz-keyframes spinner-ani2 {
  100% {
    -moz-transform: translate(20px);
    transform: translate(20px);
    opacity: 1;
  }
}
@-webkit-keyframes spinner-ani2 {
  100% {
    -webkit-transform: translate(20px);
    transform: translate(20px);
    opacity: 1;
  }
}
@keyframes spinner-ani2 {
  100% {
    -moz-transform: translate(20px);
    -ms-transform: translate(20px);
    -webkit-transform: translate(20px);
    transform: translate(20px);
    opacity: 1;
  }
}
@-moz-keyframes spinner-ani3 {
  100% {
    -moz-transform: translate(20px);
    transform: translate(20px);
  }
}
@-webkit-keyframes spinner-ani3 {
  100% {
    -webkit-transform: translate(20px);
    transform: translate(20px);
  }
}
@keyframes spinner-ani3 {
  100% {
    -moz-transform: translate(20px);
    -ms-transform: translate(20px);
    -webkit-transform: translate(20px);
    transform: translate(20px);
  }
}
/* line 49, ../../scss/loader/loader.scss */
.load-state {
  z-index: -1;
  display: none;
  z-index: 5000;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
/* line 62, ../../scss/loader/loader.scss */
.load-state .spinner {
  position: fixed;
  width: 80px;
  height: 34px;
  top: 40%;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
}

@media (min-width: 992px) {
  /* line 75, ../../scss/loader/loader.scss */
  .load-state .spinner {
    margin-left: 70px;
  }
}
/* line 82, ../../scss/loader/loader.scss */
.app-ready.state-loading .load-state {
  z-index: 500;
  display: block;
}

/* line 88, ../../scss/loader/loader.scss */
.load-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fefefe;
  z-index: 5000;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

/* line 105, ../../scss/loader/loader.scss */
.app-ready.state-ready .load-screen {
  z-index: -1;
  display: none;
}

/* line 110, ../../scss/loader/loader.scss */
.spinner {
  position: fixed;
  width: 80px;
  height: 34px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
}

/* line 118, ../../scss/loader/loader.scss */
.spinner i {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #333;
}

/* line 125, ../../scss/loader/loader.scss */
.spinner i:first-child {
  -moz-animation: spinner-ani2 0.5s linear infinite;
  -webkit-animation: spinner-ani2 0.5s linear infinite;
  animation: spinner-ani2 0.5s linear infinite;
  opacity: 0;
  -moz-transform: translate(-20px);
  -ms-transform: translate(-20px);
  -webkit-transform: translate(-20px);
  transform: translate(-20px);
}

/* line 131, ../../scss/loader/loader.scss */
.spinner i:nth-child(2),
.spinner i:nth-child(3) {
  -moz-animation: spinner-ani3 0.5s linear infinite;
  -webkit-animation: spinner-ani3 0.5s linear infinite;
  animation: spinner-ani3 0.5s linear infinite;
}

/* line 135, ../../scss/loader/loader.scss */
.spinner i:last-child {
  -moz-animation: spinner-ani1 0.5s linear infinite;
  -webkit-animation: spinner-ani1 0.5s linear infinite;
  animation: spinner-ani1 0.5s linear infinite;
}

/* line 106, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* line 3, ../../scss/main/_main.scss */
body {
  background-color: #2f2f2f;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #494040), color-stop(0.95, #332C2C));
  background-image: -o-linear-gradient(left bottom, #494040 0%, #332C2C 95%);
  background-image: -moz-linear-gradient(left bottom, #494040 0%, #332C2C 95%);
  background-image: -webkit-linear-gradient(left bottom, #494040 0%, #332C2C 95%);
  background-image: -ms-linear-gradient(left bottom, #494040 0%, #332C2C 95%);
  background-image: linear-gradient(to left bottom, #494040 0%, #332c2c 95%);
}

/* line 23, ../../scss/main/_main.scss */
.dim {
  opacity: 0.3;
}

/* line 27, ../../scss/main/_main.scss */
a {
  cursor: pointer;
  color: #e17950;
}

/* line 32, ../../scss/main/_main.scss */
h1 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2em;
}

/* line 38, ../../scss/main/_main.scss */
h2 {
  font-weight: 300;
  color: #56a4b9;
  font-size: 1.4em;
}

/* line 44, ../../scss/main/_main.scss */
h3 {
  font-weight: 300;
  color: #e17950;
  font-size: 1.2em;
  font-style: italic;
}

/* line 51, ../../scss/main/_main.scss */
.video-js, img.vjs-poster {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

/* line 57, ../../scss/main/_main.scss */
.kp-logo {
  display: block;
  width: 100%;
  max-width: 214px;
  stroke: #555;
  fill: #555;
  margin: 10px auto 20px;
}
/* line 65, ../../scss/main/_main.scss */
.kp-logo img, .kp-logo svg {
  max-width: 214px;
}

/* line 71, ../../scss/main/_main.scss */
.lead {
  font-family: "Georgia";
  font-size: 1em;
  letter-spacing: 1px;
  padding-bottom: 15px;
}

/* line 78, ../../scss/main/_main.scss */
.loading-screen {
  display: none;
}
/* line 81, ../../scss/main/_main.scss */
.loading .loading-screen {
  display: block;
}

/* line 86, ../../scss/main/_main.scss */
.main-content {
  position: relative;
  padding: 0;
}

/* line 91, ../../scss/main/_main.scss */
.main-content-view {
  max-width: 660px;
  margin: 15px auto 0 auto;
}
/* line 95, ../../scss/main/_main.scss */
.no-main-content-padding .main-content-view {
  max-width: none;
}
@media (max-width: 660px) {
  /* line 91, ../../scss/main/_main.scss */
  .main-content-view {
    margin-top: 0;
  }
}
/* line 103, ../../scss/main/_main.scss */
.main-content-view.ng-enter, .main-content-view.ng-leave {
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
/* line 111, ../../scss/main/_main.scss */
.main-content-view.ng-enter {
  opacity: 0;
}
/* line 114, ../../scss/main/_main.scss */
.main-content-view.ng-enter-active {
  opacity: 1;
}
/* line 118, ../../scss/main/_main.scss */
.main-content-view.ng-leave-active {
  opacity: 0;
}

/* line 123, ../../scss/main/_main.scss */
.footer {
  text-align: center;
  font-size: .8em;
  font-style: italic;
  color: #666;
  padding: 25px 0;
}
/* line 130, ../../scss/main/_main.scss */
.footer p {
  margin: 5px 0;
}
/* line 134, ../../scss/main/_main.scss */
.footer a {
  color: #777;
}
/* line 137, ../../scss/main/_main.scss */
.footer a:hover {
  color: #555;
}
/* line 142, ../../scss/main/_main.scss */
.sidebar-off .footer {
  display: none;
}

/* line 148, ../../scss/main/_main.scss */
.link-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
/* line 156, ../../scss/main/_main.scss */
.link-list.top-border {
  border-top: 1px solid #ededed;
}
/* line 160, ../../scss/main/_main.scss */
.link-list.back-list {
  border-top: 1px solid #ededed;
}
/* line 163, ../../scss/main/_main.scss */
.link-list.back-list .iconic-property-fill {
  fill: #d0d0d0;
  stroke: #d0d0d0;
}
/* line 169, ../../scss/main/_main.scss */
.link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ededed;
}
/* line 176, ../../scss/main/_main.scss */
.link-list img {
  display: none;
}
/* line 180, ../../scss/main/_main.scss */
.link-list .iconic-target-center {
  fill: #e17950;
  stroke: #e17950;
}
/* line 184, ../../scss/main/_main.scss */
.link-list .iconic-target-ring-inner {
  fill: #d0d0d0;
  stroke: #d0d0d0;
}
/* line 188, ../../scss/main/_main.scss */
.link-list .iconic-target-ring-outer {
  fill: #dedede;
  stroke: #dedede;
}
/* line 193, ../../scss/main/_main.scss */
.link-list a {
  display: block;
  padding: 20px 25px;
  background-color: #fff;
  text-decoration: none;
  font-weight: 400;
  color: #212121;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 205, ../../scss/main/_main.scss */
.link-list a .icon {
  position: absolute;
  top: 21px;
  left: 22px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: -3px;
}
/* line 214, ../../scss/main/_main.scss */
.link-list a .icon.caret {
  width: 14px;
  height: 14px;
  left: 23px;
}
/* line 219, ../../scss/main/_main.scss */
.link-list a .icon.caret .iconic-property-fill {
  fill: #d0d0d0;
}
/* line 222, ../../scss/main/_main.scss */
.link-list a .icon.caret .iconic-property-stroke {
  stroke: #d0d0d0;
}
/* line 227, ../../scss/main/_main.scss */
.link-list a .icon .ic {
  width: 100%;
  height: 100%;
}
/* line 233, ../../scss/main/_main.scss */
.link-list a .text {
  margin-left: 30px;
}
/* line 237, ../../scss/main/_main.scss */
.no-touch .link-list a:hover {
  background-color: #e17950;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
/* line 242, ../../scss/main/_main.scss */
.no-touch .link-list a:hover .icon.caret .iconic-property-fill {
  fill: #dedede;
  stroke: #dedede;
}

/* line 252, ../../scss/main/_main.scss */
.link-list-lead {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 15px 15px 25px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
/* line 261, ../../scss/main/_main.scss */
.link-list-lead .logo {
  text-align: center;
  font-size: 2.6em;
  color: #666;
  margin-bottom: 30px;
}
/* line 268, ../../scss/main/_main.scss */
.link-list-lead span {
  font-style: italic;
}

/* line 274, ../../scss/main/_main.scss */
.language-selector, .social-share {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  opacity: 1;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 285, ../../scss/main/_main.scss */
.language-selector .wrap, .social-share .wrap {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 660px) {
  /* line 285, ../../scss/main/_main.scss */
  .language-selector .wrap, .social-share .wrap {
    padding-top: 60px;
  }
}
/* line 294, ../../scss/main/_main.scss */
.language-selector .wrap .link-list-lead, .social-share .wrap .link-list-lead {
  position: relative;
}
/* line 298, ../../scss/main/_main.scss */
.language-selector .wrap .close, .social-share .wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
}
/* line 305, ../../scss/main/_main.scss */
.language-selector .wrap .close .ic, .language-selector .wrap .close img, .language-selector .wrap .close svg, .social-share .wrap .close .ic, .social-share .wrap .close img, .social-share .wrap .close svg {
  width: 100%;
  height: 100%;
}
/* line 314, ../../scss/main/_main.scss */
.language-selector .wrap .text .eng, .social-share .wrap .text .eng {
  font-style: italic;
  color: #666;
  font-weight: 200;
  padding-left: 15px;
}
/* line 319, ../../scss/main/_main.scss */
.language-selector .wrap .text .eng:before, .social-share .wrap .text .eng:before {
  content: "( ";
}
/* line 322, ../../scss/main/_main.scss */
.language-selector .wrap .text .eng:after, .social-share .wrap .text .eng:after {
  content: " )";
}
/* line 329, ../../scss/main/_main.scss */
.language-selector.ng-hide-add, .language-selector.ng-hide-remove, .social-share.ng-hide-add, .social-share.ng-hide-remove {
  display: block !important;
}
/* line 333, ../../scss/main/_main.scss */
.language-selector.ng-hide, .social-share.ng-hide {
  opacity: 0;
}

/* line 339, ../../scss/main/_main.scss */
.language-selector .active {
  font-style: italic;
}
/* line 343, ../../scss/main/_main.scss */
.language-selector .spacer {
  background-color: #fff;
}
/* line 347, ../../scss/main/_main.scss */
.language-selector a {
  padding: 10px 25px;
}
/* line 350, ../../scss/main/_main.scss */
.language-selector a .icon {
  width: 10px;
  height: 10px;
  top: 9px;
}
/* line 355, ../../scss/main/_main.scss */
.language-selector a .icon .iconic-property-stroke {
  stroke: #666;
}

/* line 365, ../../scss/main/_main.scss */
.social-share .wrap {
  max-width: 400px;
}
/* line 370, ../../scss/main/_main.scss */
.social-share .link-list a .icon {
  width: 35px;
  height: 35px;
  top: 16px;
}
/* line 376, ../../scss/main/_main.scss */
.social-share .link-list a .text {
  margin-left: 45px;
}

/* line 4, ../../scss/top-bar/_top-bar.scss */
.top-bar {
  height: 45px;
  background-color: #56a4b9;
  position: relative;
  z-index: 500;
  overflow: hidden;
  *zoom: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 17, ../../scss/top-bar/_top-bar.scss */
.top-bar a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  /* line 4, ../../scss/top-bar/_top-bar.scss */
  .top-bar {
    height: 60px;
  }
  /* line 25, ../../scss/top-bar/_top-bar.scss */
  .sidebar-on .top-bar {
    margin-left: 292px;
  }
}
/* line 30, ../../scss/top-bar/_top-bar.scss */
.top-bar .iconic-property-accent, .top-bar .iconic-property-fill, .top-bar .iconic-property-stroke {
  fill: #fff;
  stroke: #fff;
}
/* line 35, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-title {
  text-align: left;
  font-size: 1.1em;
  font-weight: 300;
  padding-left: 15px;
  line-height: 45px;
  color: #fff;
  width: 50%;
}
@media (min-width: 992px) {
  /* line 35, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-title {
    line-height: 60px;
  }
}
/* line 49, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-title div, .top-bar .top-bar-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  display: block;
}
/* line 56, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-title div.show-large, .top-bar .top-bar-title a.show-large {
  display: none;
}
@media (min-width: 992px) {
  /* line 49, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-title div, .top-bar .top-bar-title a {
    height: 60px;
  }
  /* line 63, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-title div.show-large, .top-bar .top-bar-title a.show-large {
    display: block;
  }
  /* line 66, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-title div.show-small, .top-bar .top-bar-title a.show-small {
    display: none;
  }
}
/* line 73, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 45px;
  float: right;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 992px) {
  /* line 73, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-menu {
    height: 60px;
  }
}
/* line 93, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  height: 45px;
  line-height: 45px;
}
@media (min-width: 992px) {
  /* line 93, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-menu li {
    height: 60px;
    line-height: 60px;
  }
}
/* line 113, ../../scss/top-bar/_top-bar.scss */
.sidebar-off .top-bar .top-bar-menu {
  margin-right: -35px;
}
/* line 116, ../../scss/top-bar/_top-bar.scss */
.csstransforms3d .sidebar-off .top-bar .top-bar-menu {
  margin-right: 0;
  -webkit-transform: translate3d(35px, 0, 0);
  -moz-transform: translate3d(35px, 0, 0);
  -ms-transform: translate3d(35px, 0, 0);
  -o-transform: translate3d(35px, 0, 0);
  transform: translate3d(35px, 0, 0);
}
@media (min-width: 992px) {
  /* line 127, ../../scss/top-bar/_top-bar.scss */
  .sidebar-on .top-bar .top-bar-menu {
    right: -35px;
  }
  /* line 130, ../../scss/top-bar/_top-bar.scss */
  .csstransforms3d .sidebar-on .top-bar .top-bar-menu {
    right: 0;
    -webkit-transform: translate3d(35px, 0, 0);
    -moz-transform: translate3d(35px, 0, 0);
    -ms-transform: translate3d(35px, 0, 0);
    -o-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }
}
/* line 141, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-menu a {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background-color: #56a4b9;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 157, ../../scss/top-bar/_top-bar.scss */
.no-touch .top-bar .top-bar-menu a:hover {
  background-color: #316978;
}
@media (min-width: 992px) {
  /* line 141, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-menu a {
    height: 60px;
    line-height: 60px;
  }
}
/* line 167, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-menu span {
  display: inline-block;
  vertical-align: top;
}
/* line 172, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-menu .text {
  font-size: .9em;
  display: inline;
  padding-right: 10px;
}
/* line 178, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-menu .icon {
  width: 35px;
  height: 45px;
}
/* line 183, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-menu .icon img, .top-bar .top-bar-menu .icon svg {
  width: 19px;
  height: 19px;
  margin-bottom: -4px;
}
/* line 192, ../../scss/top-bar/_top-bar.scss */
.top-bar .top-bar-share a, .top-bar .top-bar-language-selector a {
  max-width: 35px;
}
@media (min-width: 992px) {
  /* line 192, ../../scss/top-bar/_top-bar.scss */
  .top-bar .top-bar-share a, .top-bar .top-bar-language-selector a {
    max-width: 200px;
  }
}

@-moz-keyframes menu-offcanvas-slide-left {
  0% {
    -moz-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes menu-offcanvas-slide-left {
  0% {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes menu-offcanvas-slide-left {
  0% {
    -moz-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes menu-offcanvas-slide-right {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
}
@-webkit-keyframes menu-offcanvas-slide-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
}
@keyframes menu-offcanvas-slide-right {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
}
@-moz-keyframes menu-desktop-slide-left {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-292px, 0, 0);
    transform: translate3d(-292px, 0, 0);
  }
}
@-webkit-keyframes menu-desktop-slide-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-292px, 0, 0);
    transform: translate3d(-292px, 0, 0);
  }
}
@keyframes menu-desktop-slide-left {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-292px, 0, 0);
    -ms-transform: translate3d(-292px, 0, 0);
    -webkit-transform: translate3d(-292px, 0, 0);
    transform: translate3d(-292px, 0, 0);
  }
}
@-moz-keyframes menu-desktop-slide-right {
  0% {
    -moz-transform: translate3d(-292px, 0, 0);
    transform: translate3d(-292px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes menu-desktop-slide-right {
  0% {
    -webkit-transform: translate3d(-292px, 0, 0);
    transform: translate3d(-292px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes menu-desktop-slide-right {
  0% {
    -moz-transform: translate3d(-292px, 0, 0);
    -ms-transform: translate3d(-292px, 0, 0);
    -webkit-transform: translate3d(-292px, 0, 0);
    transform: translate3d(-292px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 38, ../../scss/sidebar/_sidebar_structure.scss */
html {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

/* line 44, ../../scss/sidebar/_sidebar_structure.scss */
body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
/* line 49, ../../scss/sidebar/_sidebar_structure.scss */
body.sidebar-open {
  overflow: hidden;
}
/* line 52, ../../scss/sidebar/_sidebar_structure.scss */
body.sidebar-off {
  overflow: auto;
}

/* line 57, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-wrap {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 992px) {
  /* line 57, ../../scss/sidebar/_sidebar_structure.scss */
  .sidebar-wrap {
    position: relative;
  }
}
@media (min-width: 1024px) {
  /* line 57, ../../scss/sidebar/_sidebar_structure.scss */
  .sidebar-wrap {
    width: 1024px;
    margin: 0 auto;
  }
  /* line 72, ../../scss/sidebar/_sidebar_structure.scss */
  .full-screen-carousel-active .sidebar-wrap {
    width: 100%;
  }
}
/* line 78, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-open .sidebar-wrap {
  overflow: hidden;
}

/* line 83, ../../scss/sidebar/_sidebar_structure.scss */
.main-container {
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 93, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-open .main-container {
  margin-right: 260px;
  margin-left: -260px;
}
/* line 97, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-off .main-container {
  margin-left: 0;
  margin-right: 0;
}
/* line 102, ../../scss/sidebar/_sidebar_structure.scss */
.csstransforms3d .sidebar-open .main-container {
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
/* line 112, ../../scss/sidebar/_sidebar_structure.scss */
.csstransforms3d .sidebar-off .main-container {
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  /* line 123, ../../scss/sidebar/_sidebar_structure.scss */
  .main-container, .sidebar-open .main-container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 130, ../../scss/sidebar/_sidebar_structure.scss */
.main-content {
  margin-left: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 992px) {
  /* line 130, ../../scss/sidebar/_sidebar_structure.scss */
  .main-content {
    margin-left: 292px;
  }
  /* line 141, ../../scss/sidebar/_sidebar_structure.scss */
  .sidebar-off .main-content {
    margin-left: 0;
  }
}

/* line 147, ../../scss/sidebar/_sidebar_structure.scss */
.main-content.sidebar-off {
  margin-left: 0 !important;
}

/* line 151, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-container {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  overflow-y: auto;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: none;
}
/* line 168, ../../scss/sidebar/_sidebar_structure.scss */
.app-ready .sidebar-container {
  display: block;
}

/* line 173, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-container-left {
  width: 292px;
  left: -292px;
  -webkit-backface-visibility: hidden;
}
/* line 180, ../../scss/sidebar/_sidebar_structure.scss */
.csstransforms3d.cssanimations .sidebar-container-left, .csstransforms3d.cssanimations .sidebar-off .sidebar-container-left {
  left: 0;
  -moz-transform: translate3d(-292px, 0, 0);
  -ms-transform: translate3d(-292px, 0, 0);
  -webkit-transform: translate3d(-292px, 0, 0);
  transform: translate3d(-292px, 0, 0);
  -moz-animation: menu-desktop-slide-left 200ms ease;
  -webkit-animation: menu-desktop-slide-left 200ms ease;
  animation: menu-desktop-slide-left 200ms ease;
}
/* line 186, ../../scss/sidebar/_sidebar_structure.scss */
.csstransforms3d.cssanimations .sidebar-disabled .sidebar-container-left {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
@media (min-width: 992px) {
  /* line 173, ../../scss/sidebar/_sidebar_structure.scss */
  .sidebar-container-left {
    left: 0;
  }
  /* line 193, ../../scss/sidebar/_sidebar_structure.scss */
  .sidebar-off .sidebar-container-left {
    left: -292px;
  }
  /* line 197, ../../scss/sidebar/_sidebar_structure.scss */
  .csstransforms3d.cssanimations .sidebar-container-left {
    left: 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-animation: menu-desktop-slide-right 200ms ease;
    -webkit-animation: menu-desktop-slide-right 200ms ease;
    animation: menu-desktop-slide-right 200ms ease;
  }
}

/* line 205, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-container-right {
  width: 260px;
  right: -260px;
  -webkit-backface-visibility: hidden;
  z-index: 998;
  display: none !important;
}
@media (max-width: 992px) {
  /* line 212, ../../scss/sidebar/_sidebar_structure.scss */
  .app-ready .sidebar-container-right {
    display: block !important;
  }
}
/* line 218, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-open .sidebar-container-right {
  right: 0;
}
/* line 222, ../../scss/sidebar/_sidebar_structure.scss */
.csstransforms3d .sidebar-container-right {
  right: 0;
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
/* line 227, ../../scss/sidebar/_sidebar_structure.scss */
.csstransforms3d.cssanimations .sidebar-open .sidebar-container-right {
  -moz-animation: menu-offcanvas-slide-left 200ms ease;
  -webkit-animation: menu-offcanvas-slide-left 200ms ease;
  animation: menu-offcanvas-slide-left 200ms ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 237, ../../scss/sidebar/_sidebar_structure.scss */
.csstransforms3d.cssanimations .sidebar-off .sidebar-container-right {
  right: 0;
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

/* line 245, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-open .off-canvas-closer {
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1002;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
@media (min-width: 992px) {
  /* line 245, ../../scss/sidebar/_sidebar_structure.scss */
  .sidebar-open .off-canvas-closer {
    display: none;
  }
}
/* line 268, ../../scss/sidebar/_sidebar_structure.scss */
.sidebar-off .off-canvas-closer {
  display: none;
}

/* line 4, ../../scss/sidebar/_sidebar.scss */
.sidebar-wrap {
  background-color: #e0e0e0;
}

/* line 8, ../../scss/sidebar/_sidebar.scss */
.sidebar-container {
  background-color: #212121;
  color: #fff;
}

/* line 13, ../../scss/sidebar/_sidebar.scss */
.sidebar-name {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
/* line 20, ../../scss/sidebar/_sidebar.scss */
.sidebar-container-right .sidebar-name {
  height: auto;
  padding: 25px 0;
}
/* line 25, ../../scss/sidebar/_sidebar.scss */
.sidebar-name img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -146px;
  min-width: 100%;
  min-height: 100%;
  opacity: .4;
}
/* line 34, ../../scss/sidebar/_sidebar.scss */
.sidebar-container-right .sidebar-name img {
  display: none;
}
/* line 39, ../../scss/sidebar/_sidebar.scss */
.sidebar-name .title {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}
/* line 49, ../../scss/sidebar/_sidebar.scss */
.sidebar-container-right .sidebar-name .title {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

/* line 58, ../../scss/sidebar/_sidebar.scss */
.apple-btn {
  height: 40px;
  width: 135px;
}

/* line 63, ../../scss/sidebar/_sidebar.scss */
.apple {
  margin: 11px;
}

/* line 67, ../../scss/sidebar/_sidebar.scss */
.google-btn {
  height: 60px;
  width: 155px;
}

/* line 73, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .store-content {
  padding: 5px 5px;
}
/* line 77, ../../scss/sidebar/_sidebar.scss */
.sidebar-content ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
/* line 86, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .info-list {
  margin-top: 25px;
}
/* line 93, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .info-list a .icon {
  top: 20px;
  left: 37px;
  width: 11px;
  height: 11px;
}
/* line 102, ../../scss/sidebar/_sidebar.scss */
.sidebar-content li {
  display: block;
  padding: 0;
  margin: 0;
  word-wrap: none;
  overflow: hidden;
}
/* line 110, ../../scss/sidebar/_sidebar.scss */
.sidebar-content a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 120, ../../scss/sidebar/_sidebar.scss */
.sidebar-content a .iconic-property-fill, .sidebar-content a .iconic-property-stroke {
  fill: #ddd;
  stroke: #ddd;
}
/* line 125, ../../scss/sidebar/_sidebar.scss */
.sidebar-content a .iconic-property-accent, .sidebar-content a .iconic-home-roof {
  fill: #e17950;
  stroke: #e17950;
}
/* line 130, ../../scss/sidebar/_sidebar.scss */
.sidebar-content a .icon {
  position: absolute;
  top: 17px;
  left: 30px;
  width: 26px;
  height: 26px;
}
/* line 137, ../../scss/sidebar/_sidebar.scss */
.sidebar-content a .icon.caret {
  width: 14px;
  height: 14px;
  left: 23px;
}
/* line 143, ../../scss/sidebar/_sidebar.scss */
.sidebar-content a .icon .ic {
  width: 100%;
  height: 100%;
}
/* line 149, ../../scss/sidebar/_sidebar.scss */
.sidebar-content a .text {
  display: inline-block;
  margin-left: 45px;
}
/* line 154, ../../scss/sidebar/_sidebar.scss */
.no-touch .sidebar-content a:hover, .sidebar-content a.active {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 158, ../../scss/sidebar/_sidebar.scss */
.no-touch .sidebar-content a:hover .icon.caret .iconic-property-fill, .sidebar-content a.active .icon.caret .iconic-property-fill {
  fill: #dedede;
  stroke: #dedede;
}
/* line 172, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .sidebar-footer {
  margin-top: 45px;
}
/* line 178, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .sidebar-footer a {
  color: #999;
  opacity: .6;
}
/* line 183, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .sidebar-footer .iconic-property-fill {
  fill: #999;
}
/* line 188, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .language-icon__stroke-options {
  fill: #333;
}
/* line 189, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .language-icon__page {
  fill: #999;
}
/* line 190, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .language-icon__stroke {
  fill: #999;
}
/* line 191, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .language-icon__letter-a {
  fill: #333;
}
/* line 192, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .language-icon__page-backface {
  fill: #FFF;
}
/* line 193, ../../scss/sidebar/_sidebar.scss */
.sidebar-content .language-icon__letter-y {
  fill: #333;
}

/*!
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">
*/
/* line 67, ../../scss/videojs/_videojs.scss */
.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.2.0.20.eot");
  src: url("fonts/vjs.2.0.20.eot?#iefix") format("embedded-opentype"), url("fonts/vjs.2.0.20.woff") format("woff"), url("fonts/vjs.2.0.20.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
/* line 247, ../../scss/videojs/_videojs.scss */
.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);
}

/* line 257, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #fff;
  -moz-box-shadow: 0 0 2em #fff;
  box-shadow: 0 0 2em #fff;
}

/* line 261, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}

/* line 268, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-slider-handle:before {
  content: "";
  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.
*/
/* line 288, ../../scss/videojs/_videojs.scss */
.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 */
/* line 305, ../../scss/videojs/_videojs.scss */
.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  */
/* line 316, ../../scss/videojs/_videojs.scss */
.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;
}

/* line 325, ../../scss/videojs/_videojs.scss */
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}

/* line 329, ../../scss/videojs/_videojs.scss */
.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 (�screen) {
  /* line 339, ../../scss/videojs/_videojs.scss */
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

/* General styles for individual controls. */
/* line 344, ../../scss/videojs/_videojs.scss */
.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 */
/* line 356, ../../scss/videojs/_videojs.scss */
.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 */
/* line 370, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em white;
}

/* line 375, ../../scss/videojs/_videojs.scss */
.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 */
/* line 382, ../../scss/videojs/_videojs.scss */
.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
--------------------------------------------------------------------------------
*/
/* line 389, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}

/* line 393, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-play-control:before {
  content: "";
}

/* line 396, ../../scss/videojs/_videojs.scss */
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "";
}

/* Volume/Mute
-------------------------------------------------------------------------------- */
/* line 402, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}

/* line 407, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "";
}

/* line 411, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "";
}

/* line 415, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "";
}

/* line 419, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "";
}

/* line 424, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}

/* line 428, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}

/* line 434, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}

/* line 438, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  background: #56a4b9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

/* line 448, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
}

/* line 453, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}

/* line 462, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}

/* Progress
--------------------------------------------------------------------------------
*/
/* line 470, ../../scss/videojs/_videojs.scss */
.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 */
/* line 487, ../../scss/videojs/_videojs.scss */
.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. */
/* line 496, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}

/* Progress Bars */
/* line 501, ../../scss/videojs/_videojs.scss */
.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;
}

/* line 513, ../../scss/videojs/_videojs.scss */
.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: #56a4b9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

/* line 526, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.4);
}

/* line 531, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}

/* line 536, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}

/* Time Display
--------------------------------------------------------------------------------
*/
/* line 543, ../../scss/videojs/_videojs.scss */
.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;
}

/* line 548, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-current-time {
  float: left;
}

/* line 549, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-duration {
  float: left;
}

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

/* line 552, ../../scss/videojs/_videojs.scss */
.vjs-time-divider {
  float: left;
  line-height: 3em;
}

/* Fullscreen
--------------------------------------------------------------------------------
*/
/* line 557, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}

/* line 562, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "";
}

/* Switch to the exit icon when the player is in fullscreen */
/* line 566, ../../scss/videojs/_videojs.scss */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "";
}

/* 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/
*/
/* line 575, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  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 */
/* line 605, ../../scss/videojs/_videojs.scss */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4em;
}

/* Hide if controls are disabled */
/* line 614, ../../scss/videojs/_videojs.scss */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}

/* Hide when video starts playing */
/* line 618, ../../scss/videojs/_videojs.scss */
.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  */
/* line 623, ../../scss/videojs/_videojs.scss */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

/* line 627, ../../scss/videojs/_videojs.scss */
.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 #fff;
  -moz-box-shadow: 0 0 3em #fff;
  box-shadow: 0 0 3em #fff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

/* line 639, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-big-play-button:before {
  content: "";
  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;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Loading Spinner
--------------------------------------------------------------------------------
*/
/* line 657, ../../scss/videojs/_videojs.scss */
.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;
}

/* line 677, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-loading-spinner:before {
  content: "";
  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% {
    /* transform */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    /* transform */
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    /* transform */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    /* transform */
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    /* transform */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    /* transform */
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
/* line 698, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}

/* line 703, ../../scss/videojs/_videojs.scss */
.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 black;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}

/* Button Pop-up Menu */
/* line 720, ../../scss/videojs/_videojs.scss */
.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);
}

/* line 735, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}

/* line 738, ../../scss/videojs/_videojs.scss */
.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;
}

/* line 747, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}

/* line 750, ../../scss/videojs/_videojs.scss */
.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: white;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em white;
  -moz-box-shadow: 0 0 1em white;
  box-shadow: 0 0 1em white;
}

/* line 760, ../../scss/videojs/_videojs.scss */
.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 */
/* line 772, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "";
}

/* Captions Button */
/* line 775, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-captions-button:before {
  content: "";
}

/* Replacement for focus outline */
/* line 780, ../../scss/videojs/_videojs.scss */
.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 white;
  -moz-box-shadow: 0 0 1em white;
  box-shadow: 0 0 1em white;
}

/*
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. **
*/
/* line 797, ../../scss/videojs/_videojs.scss */
.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> */
/* line 822, ../../scss/videojs/_videojs.scss */
.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. */
/* line 832, ../../scss/videojs/_videojs.scss */
.video-js:-moz-full-screen {
  position: absolute;
}

/* Fullscreen Styles */
/* line 835, ../../scss/videojs/_videojs.scss */
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;
}

/* line 842, ../../scss/videojs/_videojs.scss */
.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;
}

/* line 855, ../../scss/videojs/_videojs.scss */
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

/* line 859, ../../scss/videojs/_videojs.scss */
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

/* Poster Styles */
/* line 864, ../../scss/videojs/_videojs.scss */
.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%;
}

/* line 875, ../../scss/videojs/_videojs.scss */
.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 */
/* line 884, ../../scss/videojs/_videojs.scss */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
/* line 890, ../../scss/videojs/_videojs.scss */
.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 */
/* line 900, ../../scss/videojs/_videojs.scss */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

/* Individual tracks */
/* line 905, ../../scss/videojs/_videojs.scss */
.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: black;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 913, ../../scss/videojs/_videojs.scss */
.video-js .vjs-subtitles {
  color: #fff;
}

/* line 914, ../../scss/videojs/_videojs.scss */
.video-js .vjs-captions {
  color: #fc6;
}

/* line 915, ../../scss/videojs/_videojs.scss */
.vjs-tt-cue {
  display: block;
}

/* Hide disabled or unsupported controls */
/* line 918, ../../scss/videojs/_videojs.scss */
.vjs-default-skin .vjs-hidden {
  display: none;
}

/* line 920, ../../scss/videojs/_videojs.scss */
.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 */
/* line 1, ../../scss/audiojs/_audiojs.scss */
.audiojs {
  width: 100%;
  height: 36px;
  background: none;
  overflow: hidden;
  position: relative;
  font-family: inherit;
  font-size: 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 14, ../../scss/audiojs/_audiojs.scss */
.audiojs audio {
  position: absolute;
  left: -1px;
}
/* line 18, ../../scss/audiojs/_audiojs.scss */
.audiojs .play-pause {
  width: 25px;
  height: 25px;
  padding: 4px 6px;
  margin: 0 0 0 5px;
  float: left;
  overflow: hidden;
  border-right: none;
}
/* line 27, ../../scss/audiojs/_audiojs.scss */
.audiojs p {
  display: none;
  width: 25px;
  height: 25px;
  margin: 0px;
  cursor: pointer;
}
/* line 34, ../../scss/audiojs/_audiojs.scss */
.audiojs .play {
  display: block;
}
/* line 37, ../../scss/audiojs/_audiojs.scss */
.audiojs .scrubber {
  position: absolute;
  float: none;
  width: auto;
  background: #3f3f3f;
  margin: 0;
  top: 10px;
  left: 47px;
  right: 145px;
  bottom: 10px;
  border: none;
  overflow: hidden;
}
/* line 51, ../../scss/audiojs/_audiojs.scss */
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #e17950;
  z-index: 1;
}
/* line 60, ../../scss/audiojs/_audiojs.scss */
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #1f1f1f;
}
/* line 69, ../../scss/audiojs/_audiojs.scss */
.audiojs .time {
  float: right;
  height: 36px;
  line-height: 36px;
  margin: 0px;
  padding: 0px 12px 0px 0px;
  border-left: none;
  color: #bbb;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  width: 120px;
}
/* line 80, ../../scss/audiojs/_audiojs.scss */
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #eee;
  font-style: normal;
}
/* line 86, ../../scss/audiojs/_audiojs.scss */
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}
/* line 91, ../../scss/audiojs/_audiojs.scss */
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
/* line 109, ../../scss/audiojs/_audiojs.scss */
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}
/* line 116, ../../scss/audiojs/_audiojs.scss */
.audiojs .play {
  background: none;
}
/* line 120, ../../scss/audiojs/_audiojs.scss */
.audiojs .loading {
  background: none;
}
/* line 124, ../../scss/audiojs/_audiojs.scss */
.audiojs .error {
  background: none;
}
/* line 128, ../../scss/audiojs/_audiojs.scss */
.audiojs .pause {
  background: none;
}
/* line 134, ../../scss/audiojs/_audiojs.scss */
.audiojs .play .ic, .audiojs .loading .ic, .audiojs .error .ic, .audiojs .pause .ic {
  width: 100%;
  height: 100%;
}
/* line 141, ../../scss/audiojs/_audiojs.scss */
.audiojs.playing .play, .audiojs.playing .loading, .audiojs.playing .error {
  display: none;
}
/* line 145, ../../scss/audiojs/_audiojs.scss */
.audiojs.playing .pause {
  display: block;
}
/* line 151, ../../scss/audiojs/_audiojs.scss */
.audiojs.loading .play, .audiojs.loading .pause, .audiojs.loading .error {
  display: none;
}
/* line 154, ../../scss/audiojs/_audiojs.scss */
.audiojs.loading .loading {
  display: block;
}
/* line 160, ../../scss/audiojs/_audiojs.scss */
.audiojs.error .time, .audiojs.error .play, .audiojs.error .pause, .audiojs.error .scrubber, .audiojs.error .loading {
  display: none;
}
/* line 163, ../../scss/audiojs/_audiojs.scss */
.audiojs.error .error {
  display: block;
}
/* line 164, ../../scss/audiojs/_audiojs.scss */
.audiojs.error .play-pause p {
  cursor: auto;
}
/* line 165, ../../scss/audiojs/_audiojs.scss */
.audiojs.error .error-message {
  display: block;
}

/* variables */
/* general */
/* line 6, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}

/* line 12, ../../common/kit-carousel/kit-carousel.scss */
.full-screen-carousel .kit-carousel-container {
  margin-bottom: 0;
}

/* line 16, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-slides {
  transform: translate3d(0, 0, 0);
  position: relative;
  white-space: nowrap;
  overflow: visible;
  padding: 0;
  margin: 0;
}

/* IE 9 */
/* line 26, ../../common/kit-carousel/kit-carousel.scss */
:root .kit-carousel-slides {
  transform: translate(0, 0);
  position: relative;
  white-space: nowrap;
  overflow: visible;
  padding: 0;
  margin: 0;
}

/* line 35, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-slide {
  white-space: normal;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* footers */
/* line 45, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-footer {
  width: 100%;
  text-align: center;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  bottom: 0;
}
/* line 54, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-footer .ic {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #fff;
}
/* line 61, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-footer span {
  cursor: pointer;
  /* transition */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 5px;
  color: #333;
}
/* line 66, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-footer span:before {
  content: "\25cf";
}
/* line 72, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-footer .next, .kit-carousel-footer .prev {
  width: 14px;
  height: 14px;
}
/* line 73, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-footer .next:before, .kit-carousel-footer .prev:before {
  content: none;
}
/* line 80, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-footer .active {
  color: white;
}

/* controls */
/* line 86, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-control {
  transition: opacity 0.2s ease-out;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  opacity: 0.75;
  cursor: pointer;
}
/* line 95, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-control:hover {
  opacity: 1;
}
/* line 99, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-control.kit-carousel-control-prev {
  left: 0.5em;
}
/* line 101, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-control.kit-carousel-control-prev:before {
  content: "<";
}
/* line 106, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-control.kit-carousel-control-next {
  right: 0.5em;
}
/* line 108, ../../common/kit-carousel/kit-carousel.scss */
.kit-carousel-control.kit-carousel-control-next:before {
  content: ">";
}

/* line 4, ../../app/owners/owners.scss */
.m-owners, .m-owners-groups {
  font-size: 16px;
}

/* line 3, ../../app/node/node.scss */
.m-node .node-info {
  background-color: #fff;
  margin-bottom: 25px;
}
/* line 7, ../../app/node/node.scss */
.m-node .node-info .text {
  padding: 15px;
}
/* line 12, ../../app/node/node.scss */
.m-node .image {
  text-align: center;
  width: 100%;
  padding-bottom: 56.2%;
  position: relative;
  height: 0;
  overflow: hidden;
}
/* line 20, ../../app/node/node.scss */
.m-node .image.bg {
  background-color: #333;
}
/* line 24, ../../app/node/node.scss */
.m-node .image .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* line 33, ../../app/node/node.scss */
.m-node .image img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
/* line 38, ../../app/node/node.scss */
.m-node .image img.middle {
  position: relative;
  top: 50%;
  margin-bottom: 50%;
  /* touch event bounding box hack for android chrome */
  /* transform */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 660px) {
  /* line 48, ../../app/node/node.scss */
  .m-node .node-info:after, .m-node .link-list:after {
    content: "";
    width: 100%;
    max-width: 660px;
    height: 0px;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px #999;
    -moz-box-shadow: 0px 0px 8px 2px #999;
    box-shadow: 0px 0px 8px 2px #999;
  }
}
/* line 63, ../../app/node/node.scss */
.m-node .link-thumbnails-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 69, ../../app/node/node.scss */
.m-node .link-thumbnails-list a {
  text-decoration: none;
}
/* line 73, ../../app/node/node.scss */
.no-touch .m-node .link-thumbnails-list a img {
  opacity: .8;
}
/* line 79, ../../app/node/node.scss */
.no-touch .m-node .link-thumbnails-list a:hover img {
  opacity: 1;
}
/* line 82, ../../app/node/node.scss */
.no-touch .m-node .link-thumbnails-list a:hover .bg {
  background-color: #aaa;
}
/* line 89, ../../app/node/node.scss */
.m-node .link-thumbnails-list li {
  background-color: #fff;
  position: relative;
  margin-bottom: 1px;
  height: 110px;
  /*@media (max-width: 480px) {
    &:after {
      content: "";
      width: 100%;
      max-width: 660px;
      height: 0px;
      display: block;
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0px 0px 8px 2px #999;
         -moz-box-shadow: 0px 0px 8px 2px #999;
              box-shadow: 0px 0px 8px 2px #999;
    }
  }*/
}
/* line 115, ../../app/node/node.scss */
.m-node .link-thumbnails-list .img {
  width: 110px;
  height: 110px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #c1c1c1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cfcfcf 0%, #afafaf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cfcfcf), color-stop(100%, #afafaf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #cfcfcf 0%, #afafaf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #cfcfcf 0%, #afafaf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #cfcfcf 0%, #afafaf 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #cfcfcf 0%, #afafaf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#afafaf',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 135, ../../app/node/node.scss */
.m-node .link-thumbnails-list .img img, .m-node .link-thumbnails-list .img svg {
  position: relative;
  min-width: 110px;
  min-height: 110px;
  top: 50%;
  left: 50%;
  /* transform */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 145, ../../app/node/node.scss */
.m-node .link-thumbnails-list .img svg.small {
  max-width: 50px;
  max-height: 50px;
  min-width: 0;
  min-height: 0;
}
/* line 152, ../../app/node/node.scss */
.m-node .link-thumbnails-list .img .placeholder {
  width: 35%;
  height: 35%;
  min-height: 0;
  min-width: 0;
  fill: #303030;
  opacity: .5;
}
/* line 162, ../../app/node/node.scss */
.m-node .link-thumbnails-list .content-wrap {
  display: block;
  overflow: hidden;
  margin-left: 125px;
  padding-right: 35px;
  height: 110px;
}
/* line 170, ../../app/node/node.scss */
.m-node .link-thumbnails-list .content {
  display: block;
  position: relative;
  top: 50%;
  /* transform */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 177, ../../app/node/node.scss */
.m-node .link-thumbnails-list .title, .m-node .link-thumbnails-list .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
/* line 186, ../../app/node/node.scss */
.m-node .link-thumbnails-list .title {
  font-weight: 300;
  color: #e17950;
  line-height: 130%;
}
/* line 192, ../../app/node/node.scss */
.m-node .link-thumbnails-list .description {
  font-size: .9em;
  color: #666;
  max-height: 50px;
}
/* line 198, ../../app/node/node.scss */
.m-node .link-thumbnails-list .chevron {
  position: absolute;
  right: 15px;
  height: 13px;
  width: 13px;
  top: 44px;
}
/* line 205, ../../app/node/node.scss */
.m-node .link-thumbnails-list .chevron .iconic-property-stroke {
  stroke: #666;
}
/* line 209, ../../app/node/node.scss */
.m-node .link-thumbnails-list .chevron img, .m-node .link-thumbnails-list .chevron svg {
  width: 100%;
  height: 100%;
}
/* line 217, ../../app/node/node.scss */
.m-node .link-list-lead {
  background: none;
  border: none;
  text-align: left;
  font-weight: 400;
  color: #555;
  padding: 25px 15px 15px 15px;
}

/* line 3, ../../app/record/record.scss */
.m-record h1 {
  margin-top: 0em;
}
/* line 7, ../../app/record/record.scss */
.m-record .full-screen-carousel {
  display: none;
}
/* line 10, ../../app/record/record.scss */
.m-record .full-screen-carousel .kit-carousel-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 18, ../../app/record/record.scss */
.m-record .full-screen-carousel .kit-carousel-slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 37px;
  left: 0;
}
/* line 26, ../../app/record/record.scss */
.m-record .full-screen-carousel .kit-carousel-slide {
  background-color: #313131;
}
/* line 29, ../../app/record/record.scss */
.m-record .full-screen-carousel .kit-carousel-slide .video, .m-record .full-screen-carousel .kit-carousel-slide .image, .m-record .full-screen-carousel .kit-carousel-slide .youtube, .m-record .full-screen-carousel .kit-carousel-slide .sketchfab {
  padding-bottom: 0;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 40, ../../app/record/record.scss */
.m-record .full-screen-carousel .kit-carousel-footer {
  position: absolute;
  bottom: 0;
}
/* line 46, ../../app/record/record.scss */
.m-record .kit-carousel-container {
  position: relative;
  background-color: #313131;
}
/* line 51, ../../app/record/record.scss */
.m-record .kit-carousel-slide {
  background-color: #313131;
  position: relative;
}
/* line 55, ../../app/record/record.scss */
.m-record .kit-carousel-slide .video, .m-record .kit-carousel-slide .image, .m-record .kit-carousel-slide .youtube, .m-record .kit-carousel-slide .sketchfab {
  width: 100%;
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}
/* line 63, ../../app/record/record.scss */
.m-record .kit-carousel-slide iframe, .m-record .kit-carousel-slide .video-container, .m-record .kit-carousel-slide .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 71, ../../app/record/record.scss */
.m-record .kit-carousel-slide .img-container {
  text-align: center;
}
/* line 75, ../../app/record/record.scss */
.m-record .kit-carousel-slide img {
  max-width: 100%;
  max-height: 100%;
}
/* line 79, ../../app/record/record.scss */
.m-record .kit-carousel-slide img.middle {
  position: relative;
  top: 50%;
  margin-bottom: 50%;
  /* touch event bounding box hack for android chrome */
  /* transform */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 86, ../../app/record/record.scss */
.m-record .kit-carousel-slide .img.middle {
  position: relative;
  top: 50%;
  margin-bottom: 50%;
  /* touch event bounding box hack for android chrome */
  /* transform */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 100, ../../app/record/record.scss */
.m-record .fullscreenimageContainer {
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 116, ../../app/record/record.scss */
.m-record .fullscreenimageContainer img {
  max-width: 100%;
}
/* line 121, ../../app/record/record.scss */
.m-record .fullscreenimageContainer .carousel-meta.carousel-meta-hide {
  max-height: 28px;
  opacity: 0.9;
}
/* line 125, ../../app/record/record.scss */
.m-record .fullscreenimageContainer .carousel-meta.carousel-meta-hide .meta-pad {
  padding-right: 2px;
  padding-left: 1px;
}
/* line 130, ../../app/record/record.scss */
.m-record .fullscreenimageContainer .carousel-meta.carousel-meta-hide .meta-title, .m-record .fullscreenimageContainer .carousel-meta.carousel-meta-hide .meta-description, .m-record .fullscreenimageContainer .carousel-meta.carousel-meta-hide .meta-credits {
  display: none;
}
/* line 139, ../../app/record/record.scss */
.m-record .close.back {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  height: 20px;
  width: 15px;
  background: #fff;
  border-radius: 2px;
  padding: 2px;
  z-index: 2000;
}
/* line 150, ../../app/record/record.scss */
.m-record .close.back img {
  width: 15px;
}
/* line 155, ../../app/record/record.scss */
.m-record img.fullscreen {
  position: relative;
  top: 15%;
  margin-bottom: 50%;
  /* touch event bounding box hack for android chrome */
  /* transform */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 163, ../../app/record/record.scss */
.m-record .kit-carousel-footer {
  background: #212121;
  margin-top: 1px;
}
/* line 167, ../../app/record/record.scss */
.m-record .kit-carousel-footer span {
  display: inline-block;
  padding: 5px 7px 7px;
  color: #eee;
  font-size: 1.2em;
  -webkit-tap-highlight-color: transparent;
}
/* line 176, ../../app/record/record.scss */
.m-record .kit-carousel-footer span.active {
  color: #e17950;
}
/* line 181, ../../app/record/record.scss */
.m-record .kit-carousel-footer .prev, .m-record .kit-carousel-footer .next {
  height: 13px;
  width: 13px;
}
/* line 186, ../../app/record/record.scss */
.m-record .kit-carousel-footer .ic {
  margin-bottom: -1px;
  fill: #fff;
  stroke: #fff;
}
/* line 193, ../../app/record/record.scss */
.m-record .audio {
  background-color: #313131;
  color: #eee;
}
/* line 198, ../../app/record/record.scss */
.m-record .audio .iconic-property-fill {
  fill: #eee;
}
/* line 201, ../../app/record/record.scss */
.m-record .audio .iconic-property-stroke {
  stroke: #eee;
}
/* line 205, ../../app/record/record.scss */
.m-record .audio .title {
  position: relative;
  letter-spacing: 1px;
}
/* line 209, ../../app/record/record.scss */
.m-record .audio .title .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 26px;
}
/* line 216, ../../app/record/record.scss */
.m-record .audio .title .icon .ic {
  width: 100%;
  height: 100%;
}
/* line 225, ../../app/record/record.scss */
.m-record .page {
  background-color: #fff;
  overflow: hidden;
}
/* line 229, ../../app/record/record.scss */
.m-record .page .content {
  padding: 15px;
}
/* line 232, ../../app/record/record.scss */
.m-record .page .content h1 {
  word-wrap: break-word;
}
@media (max-width: 660px) {
  /* line 238, ../../app/record/record.scss */
  .m-record .page:after {
    content: "";
    width: 100%;
    max-width: 660px;
    height: 0px;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px #999;
    -moz-box-shadow: 0px 0px 8px 2px #999;
    box-shadow: 0px 0px 8px 2px #999;
  }
}
/* line 252, ../../app/record/record.scss */
.m-record .page ~ .page {
  margin-top: 40px;
}
/* line 256, ../../app/record/record.scss */
.m-record .carousel-meta {
  background-color: #313131;
  max-height: 375px;
  overflow: hidden;
  color: #eee;
}
/* line 264, ../../app/record/record.scss */
.m-record .carousel-meta.carousel-meta-hide {
  max-height: 44px;
  background-color: #fff;
  color: #666;
}
/* line 271, ../../app/record/record.scss */
.m-record .meta-content {
  font-size: .9em;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 277, ../../app/record/record.scss */
.m-record .meta-content .meta-title {
  position: relative;
  letter-spacing: 1px;
  min-height: 0;
}
/* line 282, ../../app/record/record.scss */
.m-record .meta-content .meta-title .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}
/* line 289, ../../app/record/record.scss */
.m-record .meta-content .meta-title .icon .ic {
  width: 100%;
  height: 100%;
}
/* line 293, ../../app/record/record.scss */
.m-record .meta-content .meta-title .icon .ic .iconic-property-fill {
  fill: #e17950;
}
/* line 296, ../../app/record/record.scss */
.m-record .meta-content .meta-title .icon .ic .iconic-audio-wave-inner {
  stroke: #ddd;
}
/* line 299, ../../app/record/record.scss */
.m-record .meta-content .meta-title .icon .ic .iconic-audio-wave-outer {
  stroke: #ccc;
}
/* line 305, ../../app/record/record.scss */
.m-record .meta-content .meta-title .icon + span {
  margin-left: 40px;
}
/* line 311, ../../app/record/record.scss */
.m-record .meta-content .meta-description {
  font-style: italic;
}
/* line 315, ../../app/record/record.scss */
.m-record .meta-content dt {
  float: left;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ccc;
}
/* line 322, ../../app/record/record.scss */
.m-record .meta-content dd {
  margin-left: 100px;
}
/* line 326, ../../app/record/record.scss */
.m-record .meta-pad {
  padding: 10px 15px;
}
/* line 329, ../../app/record/record.scss */
.m-record .meta-button {
  float: right;
  display: inline-block;
  z-index: 900;
  padding: 0 0 5px 5px;
}
/* line 335, ../../app/record/record.scss */
.m-record .meta-button a {
  background-color: #fff;
  color: #313131;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
/* line 349, ../../app/record/record.scss */
.m-record .carousel-meta-hide .meta-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 29px;
}
/* line 356, ../../app/record/record.scss */
.m-record .carousel-meta-hide .meta-description, .m-record .carousel-meta-hide dl {
  display: none1;
}
/* line 361, ../../app/record/record.scss */
.m-record .carousel-meta-hide .meta-button a {
  background-color: #666;
  color: #fff;
}
/* line 367, ../../app/record/record.scss */
.m-record .meta-click-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
/* line 378, ../../app/record/record.scss */
.m-record .files, .m-record .links {
  position: relative;
  margin-top: 25px;
}
/* line 382, ../../app/record/record.scss */
.m-record .files .link-list, .m-record .links .link-list {
  border-left: none;
  border-right: none;
}
/* line 387, ../../app/record/record.scss */
.m-record .files .link-list a .icon, .m-record .links .link-list a .icon {
  left: 15px;
}
/* line 391, ../../app/record/record.scss */
.m-record .files .link-list a .text, .m-record .links .link-list a .text {
  margin-left: 21px;
}
/* line 397, ../../app/record/record.scss */
.m-record .files .title, .m-record .links .title {
  margin: 15px 0 15px 15px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  color: #666;
}
/* line 405, ../../app/record/record.scss */
.m-record .files .filename, .m-record .links .filename {
  font-style: italic;
  color: #666;
}
/* line 411, ../../app/record/record.scss */
.m-record .relative-to {
  margin-top: 35px;
  background: none;
  border: none;
  text-align: left;
  font-weight: 400;
  color: #555;
  padding: 25px 15px 15px 15px;
}

/* line 422, ../../app/record/record.scss */
.full-screen-carousel-active .full-screen-carousel {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/* line 437, ../../app/record/record.scss */
.closeFullScreenContainer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

/* line 441, ../../app/record/record.scss */
.closeFullScreenBackground {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 3px 2px;
  margin-right: 4px;
  border-radius: 13px;
}

/* line 445, ../../app/record/record.scss */
.closeFullScreenIcon {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  left: 0px;
}

/* line 1, ../../app/map/map.scss */
.m-map {
  position: relative;
}
@media (min-width: 660px) {
  /* line 1, ../../app/map/map.scss */
  .m-map {
    margin-top: -15px;
  }
}
/* line 8, ../../app/map/map.scss */
.m-map .angular-google-map-container {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 17, ../../app/map/map.scss */
.m-map .markerLabels {
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 2px;
  border-radius: 2px;
  color: #fff;
  line-height: 140%;
  white-space: nowrap;
}

/* line 2, ../../app/version/version.scss */
.m-version p {
  margin-top: 80px;
}

/* line 3, ../../scss/custom_profiles/_lillehammer_museum.scss */
body.owner-slm h2 {
  color: #5c666a;
}
/* line 7, ../../scss/custom_profiles/_lillehammer_museum.scss */
body.owner-slm .top-bar {
  background-color: #da291c;
}
/* line 12, ../../scss/custom_profiles/_lillehammer_museum.scss */
body.owner-slm .top-bar-menu a {
  background-color: #ba2318;
}
/* line 15, ../../scss/custom_profiles/_lillehammer_museum.scss */
.no-touch body.owner-slm .top-bar-menu a:hover {
  background-color: #60120c;
}
/* line 21, ../../scss/custom_profiles/_lillehammer_museum.scss */
.no-touch body.owner-slm .link-list a:hover {
  background-color: #ef5f45;
}
/* line 25, ../../scss/custom_profiles/_lillehammer_museum.scss */
body.owner-slm .m-node .link-thumbnails-list .title {
  color: #ef5f45;
}
/* line 31, ../../scss/custom_profiles/_lillehammer_museum.scss */
body.owner-slm .sidebar-content a .iconic-property-accent, body.owner-slm .sidebar-content a .iconic-home-roof {
  fill: #ef5f45;
  stroke: #ef5f45;
}

/* line 1, ../../scss/custom_profiles/_bogstad_gaard.scss */
body.owner-bg {
  /*h2 {
    color: #5c666a;
  }*/
}
/* line 7, ../../scss/custom_profiles/_bogstad_gaard.scss */
body.owner-bg .top-bar {
  background-color: #e37d0a;
}
/* line 12, ../../scss/custom_profiles/_bogstad_gaard.scss */
body.owner-bg .top-bar-menu a {
  background-color: #e37d0a;
}
/* line 15, ../../scss/custom_profiles/_bogstad_gaard.scss */
.no-touch body.owner-bg .top-bar-menu a:hover {
  background-color: #814706;
}
/* line 21, ../../scss/custom_profiles/_bogstad_gaard.scss */
.no-touch body.owner-bg .link-list a:hover {
  background-color: #ef5f45;
}
/* line 25, ../../scss/custom_profiles/_bogstad_gaard.scss */
body.owner-bg .m-node .link-thumbnails-list .title {
  color: #ef5f45;
}
/* line 31, ../../scss/custom_profiles/_bogstad_gaard.scss */
body.owner-bg .sidebar-content a .iconic-property-accent, body.owner-bg .sidebar-content a .iconic-home-roof {
  fill: #ef5f45;
  stroke: #ef5f45;
}
