@charset "UTF-8";
/** 0.1 Variables **/
/* 0.1.2 Font Size */
/* 0.1.3 Font General */
/* line 17, ../scss/_silent-classes.scss */
.quiz #quiz-form .formField .answer input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/page/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../scss/page/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../scss/page/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../scss/page/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 161, ../scss/page/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

/**
 * Set consistent quote types.
 */
/* line 181, ../scss/page/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../scss/page/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../scss/page/_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 264, ../scss/page/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, ../scss/page/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, ../scss/page/_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 314, ../scss/page/_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 326, ../scss/page/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, ../scss/page/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 348, ../scss/page/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

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

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

/*
    Document   : reset
    Created on : 06.11.2012, 14:00:30
    Author     : therklotz
    Description:
    Purpose of the stylesheet follows.
*/
/* line 8, ../scss/page/_reset.scss */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 9, ../scss/page/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 10, ../scss/page/_reset.scss */
fieldset, img {
  border: 0 none;
  vertical-align: top;
}

/* line 11, ../scss/page/_reset.scss */
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 12, ../scss/page/_reset.scss */
h1 em, h2 em, h3 em {
  font-weight: bold;
}

/* line 13, ../scss/page/_reset.scss */
li {
  list-style: none;
}

/* line 14, ../scss/page/_reset.scss */
caption, th {
  text-align: left;
}

/* line 15, ../scss/page/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 16, ../scss/page/_reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 17, ../scss/page/_reset.scss */
button, input, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 18, ../scss/page/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 19, ../scss/page/_reset.scss */
a:active, a:hover {
  outline: 0;
}

/* line 21, ../scss/page/_reset.scss */
option, select {
  font: 1em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 3, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.royalSlider {
  width: 100%;
  height: auto;
  min-height: 200px;
  position: relative;
  direction: ltr;
}

/* line 10, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.royalSlider > * {
  float: left;
}

/* line 14, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

/* line 19, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

/* line 31, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

/* line 36, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

/* line 44, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

/* line 53, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 59, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 66, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

/* line 71, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsThumb {
  float: left;
  position: relative;
}

/* line 77, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 86, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* line 96, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
/* line 103, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* line 116, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

/* line 125, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 135, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsSlide a {
  display: block;
}

/* line 140, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

/* line 145, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 151, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsPreloader {
  position: absolute;
  z-index: 0;
}

/* line 156, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 161, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

/* line 165, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

/* line 172, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsTabs {
  float: left;
  background: none !important;
}

/* line 176, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* line 183, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

/* line 198, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

/* line 206, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

/* line 209, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
/* line 221, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

/* line 230, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

/* line 238, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
img.rsImg {
  max-width: none;
}

/* line 242, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

/* line 246, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

/* line 250, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsNoDrag {
  cursor: auto;
}

/* line 254, ../scss/page/jquery-plugins/jquery-royalSlider/_royalSlider.scss */
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/******************************
 *
 *  RoyalSlider Default Skin 
 *
 *    1. Arrows 
 *    2. Bullets
 *    3. Thumbnails
 *    4. Tabs
 *    5. Fullscreen button
 *    6. Play/close video button
 *    7. Preloader
 *    8. Caption
 *    
 *  Sprite: 'rs-default.png'
 *  Feel free to edit anything
 *  If you don't some part - just delete it
 * 
 ******************************/
/* Background */
/* line 22, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  /* background: #151515; */
  background: none;
  color: #FFF;
}

/***************
 *
 *  1. Arrows
 *
 ****************/
/* line 39, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 47, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

/* line 52, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

/* line 53, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 55, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

/* line 56, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

/*.rsDefault .rsArrowIcn {		
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top:-16px;	
  margin-left: -16px;

  position: absolute;	
  cursor: pointer;	
  background: url("../../img/template/royalslider/skins/default/rs-default.png");

  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;

  border-radius: 2px;
}*/
/* line 77, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsArrowIcn {
  width: 68px;
  height: 117px;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -22px;
  position: absolute;
  cursor: pointer;
  background: url("../../img/template/royalslider/leftright.png") no-repeat;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  *background-color: #000;
}

/* line 95, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 99, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: center left;
}

/* line 100, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: center right;
  margin-left: -46px;
}

/* line 102, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

/* line 103, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

/* line 105, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
 *
 *  2. Bullets
 *
 ****************/
/* line 114, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

/* line 130, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

/* line 138, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

/* line 146, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
 *
 *  3. Thumbnails
 *
 ****************/
/* line 160, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumbsHor {
  width: 100%;
  height: auto;
}

/* line 164, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 171, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

/* line 175, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

/* line 179, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* line 185, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 189, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

/* line 192, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 196, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
/* line 201, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

/* line 208, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
/* line 219, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

/* line 229, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 232, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 236, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 237, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 239, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 240, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 242, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../../img/template/royalslider/skins/default/rs-default.png");
}

/* line 254, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 255, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 257, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 258, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 260, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 264, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  /* line 268, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  /* line 271, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
 *
 *  4. Tabs
 *
 ****************/
/* line 285, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 292, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

/* line 316, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 322, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

/* line 330, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

/* line 335, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}

/***************
 *
 *  5. Fullscreen button
 *
 ****************/
/* line 356, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 367, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../../img/template/royalslider/skins/default/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

/* line 380, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 383, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
 *
 *  6. Play/close video button
 *
 ****************/
/* line 397, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 405, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../../img/template/royalslider/skins/default/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

/* line 421, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 424, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 429, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* line 441, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

/* line 446, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../../img/template/royalslider/skins/default/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

/* line 455, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
 *
 *  7. Preloader
 *
 ****************/
/* line 467, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("../../img/template/royalslider/skins/preloaders/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
 *
 *  8. Global caption
 *
 ****************/
/* line 486, ../scss/page/jquery-plugins/jquery-royalSlider/skins/default/_rs-default.scss */
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/*======================================================================
  Selectric
======================================================================*/
/* line 4, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 300px;
  cursor: pointer;
}

/* line 11, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricResponsive {
  width: 100%;
}

/* line 15, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
  border-radius: 2px;
}

/* line 21, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  min-height: 18px;
}

/* line 32, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

/* line 45, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

/* line 60, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricHover .selectric {
  border-color: #CCC;
}

/* line 63, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricHover .selectric .button {
  color: #888;
}

/* line 66, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricHover .selectric .button:after {
  border-top-color: #888;
}

/* line 70, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricOpen {
  z-index: 9999;
}

/* line 73, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
}

/* line 77, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 81, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 92, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 98, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 104, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 120, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 127, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

/* line 137, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}

/* line 141, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}

/* line 145, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

/* line 153, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

/* line 161, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

/* line 166, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

/* line 170, ../scss/page/jquery-plugins/jquery-selectric/_selectric.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 27, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

/* line 28, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 30, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

/* line 39, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 54, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

/* line 56, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
/* line 58, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 63, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
/* line 65, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 75, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
/* line 77, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

/* line 83, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
/* line 85, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* line 94, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

/* line 96, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 103, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

/* line 110, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

/* line 119, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

/* line 122, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

/* line 125, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 136, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 147, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 152, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

/* line 154, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
/* line 156, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 165, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
/* line 168, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

/* line 170, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

/* line 176, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

/* line 182, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 188, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

/* line 194, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

/* line 200, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 211, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

/* line 213, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
/* line 224, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

/* line 237, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

/* line 242, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

/* line 244, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
/* line 247, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
/* line 250, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
/* line 254, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
/* line 257, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

/* line 259, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 264, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 269, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 274, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
/* line 280, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 290, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* line 302, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
/* line 340, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 342, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

/* line 345, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* line 352, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 357, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 362, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

/* line 366, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* line 372, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 381, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

/* line 390, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

/* line 399, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

/* line 408, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

/* line 417, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 422, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
/* line 430, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 432, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 434, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 436, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 439, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 441, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 443, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 445, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
/* line 453, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 460, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 467, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 476, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 478, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 481, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

/* line 483, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

/* line 485, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

/* line 487, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
/* line 492, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 497, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 502, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 504, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 507, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

/* line 509, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

/* line 511, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

/* line 513, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
/* line 521, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 528, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 535, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

/* line 542, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

/* line 549, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 551, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 554, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

/* line 556, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

/* line 558, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

/* line 560, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
/* line 565, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 570, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 575, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 577, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 580, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

/* line 582, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

/* line 584, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

/* line 586, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
/* line 594, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 596, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

/* line 599, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

/* line 602, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
/* line 612, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 614, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 616, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 618, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 621, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 623, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 625, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 627, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
/* line 635, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 637, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

/* line 642, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

/* line 650, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

/* line 655, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

/* line 663, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

/* line 672, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

/* line 677, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

/* line 686, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

/* line 694, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

/* line 696, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

/* line 698, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

/* line 700, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
/* line 705, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 708, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 710, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 713, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 718, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

/* line 720, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

/* line 722, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

/* line 724, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
/* line 729, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

/* line 732, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

/* line 740, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 748, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

/* line 755, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

/* line 757, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

/* line 759, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

/* line 761, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
/* line 766, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

/* line 770, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

/* line 772, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

/* line 774, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

/* line 776, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
/* line 784, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 797, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
/* line 813, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

/* line 816, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

/* line 819, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 825, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 830, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

/* line 837, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 846, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

/* line 849, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

/* line 857, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

/* line 864, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 866, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 868, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 870, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
/* line 875, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

/* line 880, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 882, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 884, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 886, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 888, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
/* line 896, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 902, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 907, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 910, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

/* line 913, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 916, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 922, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 935, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* line 938, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 943, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

/* line 949, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 954, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 956, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 958, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 960, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 962, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
/* line 967, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 969, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 971, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

/* line 973, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 975, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

/* line 980, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 985, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 987, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 989, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 991, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 993, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
/* line 1001, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

/* line 1007, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
/* line 1016, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

/* line 1022, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 1025, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

/* line 1028, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

/* line 1031, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1036, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
/* line 1045, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1050, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
/* line 1062, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1068, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

/* line 1071, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

/* line 1080, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

/* line 1087, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

/* line 1095, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1097, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1099, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1101, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
/* line 1106, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1108, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1110, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1113, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1115, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1117, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1119, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1121, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
/* line 1129, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1139, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1155, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1171, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

/* line 1182, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1186, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1190, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1194, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
/* line 1201, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1205, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1209, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1216, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1220, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1224, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1228, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1232, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
/* line 1239, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1249, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
/* line 1254, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 1256, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 1258, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1260, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1262, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1265, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1267, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1269, ../scss/page/jquery-plugins/jquery-mCustomScrollbar/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/*!
 * Referencefile CSS/SCSS for:
 * 
 * Projekktor II - HTML5 Media Player
 * http://www.projekktor.com
 * Copyright 2010, 2011, Sascha Kluger, Spinning Airwhale Media, http://www.spinningairwhale.com
 * GNU General Public License
 * http://www.projekktor.com/license/
 * 
 * edit by init.de | Thomas Herklotz | 06.2014 | v.1.13 
 * 
 */
/* line 16, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppfullscreen .rg-image, .ppfullscreen .rg-image-wrapper, .ppfullscreen #stage, .ppfullscreen .inner, .ppfullscreen #main-col, .ppfullscreen #main-1-col, .ppfullscreen #page {
  position: static !important;
}

/** Variables **/
/*!
 * Referencefile CSS/SCSS for:
 *
 * Projekktor II - HTML5 Media Player
 * http://www.projekktor.com
 * Copyright 2010, 2011, Sascha Kluger, Spinning Airwhale Media, http://www.spinningairwhale.com
 * GNU General Public License
 * http://www.projekktor.com/license/
 *
 * edit by init.de | Thomas Herklotz | 04.2013 | v.1.13
 *
 */
/** Variables **/
/** Styles **/
/** 1. Standard-Container **/
/* line 24, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.projekktor {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
}

/** 2. Reset / Helpers **/
/* line 36, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppdisplay {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative !important;
  top: 0;
  width: 100%;
}

/* line 38, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.projekktor button {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 41, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppfullscreen .ppdisplay {
  width: 100% !important;
  height: 100% !important;
}

/* line 46, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pptestcard {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 47, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pptestcard p {
  margin: auto;
  position: relative;
}

/* line 49, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppbuffering {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 8000;
}

/* 2.1 Active / Inactive Action */
/* line 56, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pplogo.inactive,
.ppstart.inactive,
.ppbuffering.inactive,
.ppcontrols.inactive {
  display: none;
}
/* line 57, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pplogo.active,
.ppstart.active,
.ppbuffering.active,
.ppcontrols.active {
  display: block;
}

/* line 61, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.media-audio .ppcontrols.inactive {
  display: block !important;
}

/* line 75, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppstart.inactive,
.ppplay.inactive,
.pppause.inactive,
.ppfsenter.inactive,
.ppfsexit.inactive,
.pphiquality.inactive,
.pploquality.inactive,
.ppmute.inactive,
.ppunmute.inactive,
.ppprev.inactive,
.ppnext.inactive {
  display: none;
}
/* line 76, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppstart.active,
.ppplay.active,
.pppause.active,
.ppfsenter.active,
.ppfsexit.active,
.pphiquality.active,
.pploquality.active,
.ppmute.active,
.ppunmute.active,
.ppprev.active,
.ppnext.active {
  display: block;
}
/* line 77, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppstart span,
.ppplay span,
.pppause span,
.ppfsenter span,
.ppfsexit span,
.pphiquality span,
.pploquality span,
.ppmute span,
.ppunmute span,
.ppprev span,
.ppnext span {
  text-indent: -9999px;
  display: block;
  float: left;
}

/** 3. Controlbar **/
/* 3.1 Buttons */
/* line 83, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppcontrols {
  left: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 499;
}

/* line 86, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppcontrols .noColorDummy {
  z-index: 90;
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
}

/* line 89, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppplay,
.pppause,
.ppfsenter,
.ppfsexit,
.ppnext,
.ppprev {
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
/* line 95, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppplay .icon,
.pppause .icon,
.ppfsenter .icon,
.ppfsexit .icon,
.ppnext .icon,
.ppprev .icon {
  display: block;
  position: absolute;
  left: -1px;
  top: -2px;
  z-index: 100;
}

/* line 98, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pphiquality,
.pploquality {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
/* line 100, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pphiquality.active,
.pploquality.active {
  display: block;
}

/* line 103, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.projekktor .ppstart {
  cursor: pointer;
  padding: 0;
  position: absolute;
  z-index: 8000;
}
/* line 104, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.projekktor .ppstart > span:first-child {
  background-color: #000;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  line-height: 60px;
  margin-left: 70px;
  padding: 0 20px;
  text-indent: 0;
  white-space: nowrap;
  width: auto;
  position: absolute;
  left: 1px;
  top: 10px;
}
/* line 120, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.projekktor .ppstart .icon {
  z-index: 8010;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 126, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.projekktor .ppstart .noColorDummy {
  z-index: 8000;
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
}

/* line 134, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.no-js.ppstart {
  text-indent: -9999px;
}

/* 3.2 Special Elements */
/* 3.2.1 Scrubber */
/* line 140, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppscrubber {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 100%;
}

/* line 141, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppscrubberdrag {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 302;
}

/* line 142, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppplayhead, .pploaded {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 1px;
  cursor: pointer;
  z-index: 301;
}

/* line 143, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pploaded {
  z-index: 10;
}

/* 3.2.2 Title */
/* line 146, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pptitle {
  overflow: hidden;
  position: absolute;
}

/* line 147, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pptimeleft {
  overflow: hidden;
  position: absolute;
}

/* 3.2.3 Volume */
/* line 150, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppmute,
.ppunmute {
  cursor: pointer;
  position: absolute;
}
/* line 152, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppmute.inactive,
.ppunmute.inactive {
  display: none;
}

/* line 155, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppvslider {
  position: absolute;
  cursor: pointer;
}

/* line 156, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppvmarker {
  position: absolute;
}

/* line 157, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppvknob {
  cursor: pointer;
  position: absolute;
  z-index: 201;
}

/** 4. BITV2 Plugins **/
/* 4.1 Accessibility Player Control */
/* line 162, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppapc {
  position: absolute;
  zoom: 1;
}
/* line 163, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppapc.active {
  display: block;
}
/* line 164, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppapc.inactive {
  display: none;
}
/* line 165, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppapc a {
  position: absolute;
  left: -9999px;
  top: 0;
  display: block !important;
  white-space: nowrap;
  z-index: 1000;
}
/* line 166, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppapc a:focus, .ppapc a:active {
  left: 0;
  zoom: 1;
}

/* line 171, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.fullscreen .ppapc .apcenterFullscreen,
.ppapc .apcexitFullscreen {
  display: none;
}

/* line 174, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.fullscreen .ppapc .apcexitFullscreen,
.ppapc .apcenterFullscreen {
  display: block;
}

/* 4.2 Accessibility Plugin Control */
/* line 178, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc.fullscreen {
  display: none !important;
}

/* line 180, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc {
  display: block;
  position: absolute;
}
/* line 181, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc.inactive {
  right: auto;
  left: -9999px;
}
/* line 182, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc .inactive {
  display: none;
}
/* line 183, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc a, .ppacc button {
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
}
/* line 184, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc a span, .ppacc button span {
  text-indent: -9999px;
  display: block;
  float: left;
}
/* line 186, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc .icon {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}
/* line 187, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppacc .noColorDummy {
  z-index: 90;
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
}

/* 4.3 Subtitles */
/* line 191, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppsrt {
  overflow: hidden;
  position: absolute;
  z-index: 900;
}
/* line 192, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppsrt p {
  display: inline-block;
}

/* 4.4 Audiodescription */
/* line 196, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.ppad {
  display: block;
  position: absolute;
  left: -9999px;
  top: 0;
}

/* 4.5 PosterTitle */
/* line 199, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pppostertitle {
  position: absolute;
  display: table;
}
/* line 200, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pppostertitle.inactive {
  display: none;
}
/* line 201, ../scss/page/jquery-plugins/dnb-media-player/_reference.scss */
.pppostertitle span {
  display: table-cell;
  vertical-align: middle;
}

/** Styles **/
/** 1. Standard-Container **/
/* line 36, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.projekktor {
  height: 100%;
  width: 100%;
  z-index: 400;
  background-color: transparent;
  margin: auto;
}

/* line 45, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.media-audio .ppdisplay {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/** 2. Reset / Helpers **/
/* line 52, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pptestcard {
  background: #000;
  color: #fff;
  font-size: 30px;
}
/* line 53, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pptestcard p {
  background-color: #000;
  width: 400px;
  line-height: 40px;
  top: 18%;
  padding: 10px;
  border: 5px solid #000;
  text-align: center;
}

/* line 56, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppbuffering {
  background: url("../../img/template/dnb-media-player/buffering.gif") no-repeat center center #000;
  bottom: 50%;
  height: 60px;
  left: 50%;
  margin-bottom: -30px;
  margin-left: -30px;
  width: 60px;
}

/* Dies aktivieren, wenn anstatt von BITV 2 - 1.4.3c Schaltfl├ñchen mit Halbtransparenzen dargestellt werden sollen.
* .projekktor .noColorDummy {display: none !important;}
* */
/** 3. Controlbar **/
/* 3.1 Buttons */
/* line 67, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppcontrols {
  bottom: 12px;
  height: 45px;
  margin: 0 3%;
  width: 94%;
}

/* line 68, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppcontrols .noColorDummy {
  width: 36px;
}

/* line 70, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppplay,
.pppause,
.ppfsenter,
.ppfsexit {
  height: 36px;
  width: 36px;
}
/* line 74, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppplay .icon,
.pppause .icon,
.ppfsenter .icon,
.ppfsexit .icon {
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
}
/* line 75, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppplay:hover .icon,
.pppause:hover .icon,
.ppfsenter:hover .icon,
.ppfsexit:hover .icon {
  background-position: center bottom;
}

/* line 78, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppplay .icon {
  background: url("../../img/template/dnb-media-player/play.png") no-repeat center top transparent;
}

/* line 79, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pppause .icon {
  background: url("../../img/template/dnb-media-player/pause.png") no-repeat center top transparent;
}

/* line 81, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pphiquality,
.pploquality {
  background: url("../../img/template/dnb-media-player/highquality.png") no-repeat center top transparent;
  color: #fff;
  height: 36px;
  left: 46px;
  top: 0;
  width: 36px;
}
/* line 83, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pphiquality:hover,
.pploquality:hover {
  background-position: left bottom;
}

/* line 85, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pploquality {
  background-position: left bottom;
}

/* line 87, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppfsenter,
.ppfsexit {
  right: 0;
  left: auto;
}

/* line 90, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppnext {
  top: 10px;
  left: 64px;
  background: url("../../img/template/dnb-media-player/next.png") no-repeat center center transparent;
  width: 30px;
  height: 30px;
}

/* line 91, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppprev {
  top: 10px;
  left: 32px;
  background: url("../../img/template/dnb-media-player/previous.png") no-repeat center center transparent;
  width: 30px;
  height: 30px;
}

/* line 93, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.projekktor .ppstart {
  background: url("../../img/template/dnb-media-player/start.png") no-repeat center top transparent;
  bottom: 50%;
  height: 80px;
  left: 40%;
  margin-bottom: -40px;
  margin-left: -80px;
  width: 80px;
}
/* line 96, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.projekktor .ppstart .icon {
  background: url("../../img/template/dnb-media-player/start.png") no-repeat center top transparent;
  height: 80px;
  width: 80px;
}
/* line 97, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.projekktor .ppstart .noColorDummy {
  width: 80px;
}
/* line 99, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.projekktor .ppstart:hover .icon {
  background: url("../../img/template/dnb-media-player/start.png") no-repeat center bottom transparent;
}

/* line 103, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.media-audio .ppstart {
  display: none !important;
}

/* 3.2 Special Elements */
/* 3.2.1 Scrubber */
/* line 109, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppscrubber {
  background-color: #000;
  border-bottom: 0 solid #000;
  height: 5px;
}

/* line 110, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppscrubberdrag {
  background-color: transparent;
  height: 5px;
}

/* line 111, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppplayhead,
.pploaded {
  height: 5px;
  background-color: #fff;
}

/* line 113, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pploaded {
  background-color: #8e8f90;
}

/* 3.2.2 Title */
/* line 116, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pptitle {
  background-color: #1e1f22;
  color: #8e8f90;
  height: 36px;
  left: 40px;
  text-align: left;
  top: 0;
  width: 100%;
  text-indent: -9999px;
}

/* line 117, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pptimeleft {
  color: #8E8F90;
  height: 32px;
  line-height: 38px;
  right: 150px;
  top: 0;
  width: 11em;
}

/* line 118, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pptimeleft .pphr_elp,
.pptimeleft .ppmin_elp,
.pptimeleft .ppsec_elp {
  color: #fff;
}

/* 3.2.3 Volume */
/* line 123, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppmute,
.ppunmute {
  top: 0;
  right: 111px;
  width: 22px;
  height: 36px;
  background: url("../../img/template/dnb-media-player/mute.png") no-repeat left top transparent;
}
/* line 126, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppmute:hover,
.ppunmute:hover {
  background-position: left bottom;
}

/* line 128, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppunmute {
  background: url("../../img/template/dnb-media-player/unmute.png") no-repeat 1px top transparent;
}
/* line 129, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppunmute:hover {
  background-position: 1px bottom;
}

/* line 132, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppvslider {
  right: 62px;
  top: 0;
  height: 36px;
  width: 37px;
  background: url("../../img/template/dnb-media-player/sound_volume.png") no-repeat left top #000;
}

/* line 134, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppvmarker {
  right: 0;
  left: 0;
  height: 36px;
  width: 100%;
  background: url("../../img/template/dnb-media-player/sound_volume_marker.png") no-repeat left top transparent;
}

/* line 137, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppvknob {
  background-color: transparent;
  height: 25px;
  left: 0;
  margin-left: -5px;
  top: 10px;
  width: 10px;
}

/** 4. BITV2 Plugins **/
/* 4.1 Accessibility Player Control */
/* line 143, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppapc {
  bottom: 40px;
  left: 15px;
  opacity: 0.55;
}
/* line 144, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppapc a {
  background-color: #000;
  color: #fff !important;
  font-size: 1.182em;
  padding: 5px 8px 5px 5px;
}
/* line 146, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppapc a:focus, .ppapc a:active {
  text-decoration: none;
}

/* 4.2 Accessibility Plugin Control */
/* line 153, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc {
  top: 10px;
  width: 32px;
  right: 3%;
  left: auto;
}
/* line 154, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc.active, .ppacc.focus {
  right: 3%;
  left: auto;
}
/* line 156, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc a, .ppacc button {
  height: 32px;
  margin: 5px 0;
  width: 32px;
  background: #000;
}
/* line 159, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc .icon {
  height: 32px;
  width: 32px;
}
/* line 160, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc .noColorDummy {
  width: 32px;
}
/* line 162, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc .apcsignLanguage .icon {
  background: url("../../img/template/dnb-media-player/sign_language.png") no-repeat left top transparent;
}
/* line 163, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc .apcsubtitles .icon {
  background: url("../../img/template/dnb-media-player/subtitles.png") no-repeat left top transparent;
}
/* line 164, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc .apcaudioDescription .icon {
  background: url("../../img/template/dnb-media-player/audio_description.png") no-repeat left top transparent;
}
/* line 169, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppacc .focus .icon,
.ppacc .activate .icon,
.ppacc .hover .icon {
  background-position: left bottom;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* 4.3 Subtitles */
/* line 176, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppsrt {
  bottom: 45px;
  left: 0;
  width: 100%;
  height: auto;
}
/* line 177, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.ppsrt p {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px 20px;
  font-size: 1.364em;
  line-height: 1.364em;
}

/* 4.5 PosterTitle */
/* line 188, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme.scss */
.pppostertitle {
  background: #000;
  bottom: 50%;
  color: #fff;
  font-size: 1.364em;
  height: 40px;
  margin-bottom: -30px;
  padding: 10px 0 10px 5%;
  left: 40%;
  text-align: left;
  width: 42%;
}

/* line 1, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
body.ppfullscreen {
  position: static !important;
}
/* line 4, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
body.ppfullscreen .inner, body.ppfullscreen #main-col, body.ppfullscreen #main-1-col, body.ppfullscreen #page {
  position: static !important;
}
/* line 7, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
body.ppfullscreen div.player-add,
body.ppfullscreen div.viewer,
body.ppfullscreen div.viewer-container,
body.ppfullscreen div.fancybox-inner,
body.ppfullscreen div.fancybox-outer,
body.ppfullscreen div.fancybox-skin,
body.ppfullscreen div.fancybox-wrap,
body.ppfullscreen div.fancybox-overlay {
  position: static !important;
}

/* line 23, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.audioplayer div.right > div:first-child {
  display: none !important;
}
/* line 25, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.audioplayer div.right .ppvslider {
  right: 10px;
}
/* line 26, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.audioplayer div.right .ppmute, div.audioplayer div.right .ppunmute {
  right: 67px;
}
/* line 27, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.audioplayer div.right .pptimeleft {
  right: 100px;
}

/* line 35, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .projekktor {
  background-color: #f3f3ee;
  z-index: 450;
}
/* line 37, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .ppcontrols {
  bottom: 0px;
  width: 100%;
  margin: 0 0;
}
/* line 39, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .audioplayer {
  width: 90%;
}
/* line 40, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .audioplayer .ppcontrols {
  position: relative;
}
/* line 44, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .ppcontrols {
  left: 0px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 499;
}
/* line 53, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .projekktor .ppstart > span:first-child {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
}
/* line 59, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .projekktor .ppstart .icon {
  z-index: 8010;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 65, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.audioblob .projekktor .ppstart .noColorDummy {
  z-index: 8000;
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
}

/* line 78, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.videoblob .projekktor {
  background-color: #f3f3ee;
  z-index: 450;
  height: 100%;
}
/* line 84, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.videoblob .ppbuffering {
  display: none !important;
}
/* line 88, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.videoblob .ppcontrols {
  bottom: 0px;
  width: 100%;
  margin: 0 0;
}
/* line 103, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.videoblob .projekktor .ppstart > span:first-child {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
}
/* line 109, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.videoblob .projekktor .ppstart .icon {
  z-index: 8010;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 115, ../scss/page/jquery-plugins/dnb-media-player/_dnb-theme-overwrite.scss */
div.viewer.videoblob .projekktor .ppstart .noColorDummy {
  z-index: 8000;
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/*.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}*/
/* line 41, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 50, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../img/template/bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 63, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 72, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 79, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 92, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 99, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../img/template/bxslider/controls.png) no-repeat 0 -32px;
}

/* line 104, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../img/template/bxslider/controls.png) no-repeat -43px -32px;
}

/* line 109, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 113, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 117, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 128, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 134, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 138, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../img/template/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 148, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 153, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../img/template/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 163, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 170, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 175, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 182, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 191, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 202, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.slider-wrapper {
  position: relative;
}

/* line 203, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
#main-col .bxslider li {
  background: none !important;
  padding: 0;
}

/* line 207, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.actions #next a, .actions #prev a {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  color: transparent;
  width: 40px;
  top: 50%;
  height: 40px;
  background: indigo;
  margin-top: -20px;
}
/* line 220, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.actions #next a {
  right: 20px;
}
/* line 221, ../scss/page/jquery-plugins/jquery-bxslider/_jquery.bxslider.scss */
.actions #prev a {
  left: 20px;
}

/*html {
	 -webkit-font-smoothing: antialiased;
}*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
/* line 7, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-default {
  border-radius: 0px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
/* line 15, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
/* line 24, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
/* line 30, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
/* line 37, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

/* line 47, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
/* line 53, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 63, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 69, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px;
}

/* line 75, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px;
}

/* line 82, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}

/* line 88, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}

/* line 94, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 99, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

/* line 102, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

/* line 105, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

/* line 108, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

/* line 111, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px;
}

/* line 119, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

/* line 125, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}

/* line 133, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
/* line 143, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

/* line 151, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-fade-show {
  opacity: 1;
}

/* line 155, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

/* line 168, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 182, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

/* line 195, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* line 210, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 226, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

/* line 236, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 252, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
/* line 264, ../scss/page/jquery-plugins/tooltipster/_tooltipster.scss */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 19, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block {
  display: none;
  padding: 8px;
  position: absolute;
  text-align: center;
  min-width: 100px;
  border-radius: 3px;
}
/* line 29, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.black {
  background: #333;
  color: #FFF;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
}
/* line 33, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.black .trip-close {
  color: #FFF;
}
/* line 35, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.black .trip-close:hover {
  color: #fff;
}
/* line 2, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.black.n:before {
  border-top-color: #333;
}
/* line 6, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.black.s:before {
  border-bottom-color: #333;
}
/* line 10, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.black.e:before {
  border-right-color: #333;
}
/* line 14, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.black.w:before {
  border-left-color: #333;
}
/* line 44, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.white {
  background: #fff;
  color: #333;
}
/* line 48, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.white .trip-close {
  color: #333;
}
/* line 50, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.white .trip-close:hover {
  color: #000;
}
/* line 2, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.white.n:before {
  border-top-color: #fff;
}
/* line 6, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.white.s:before {
  border-bottom-color: #fff;
}
/* line 10, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.white.e:before {
  border-right-color: #fff;
}
/* line 14, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.white.w:before {
  border-left-color: #fff;
}
/* line 58, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
/* line 67, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.n:before, .trip-block.s:before {
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
/* line 73, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.e:before, .trip-block.w:before {
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
/* line 79, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.n:before {
  top: 100%;
}
/* line 83, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.s:before {
  bottom: 100%;
}
/* line 87, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.e:before {
  right: 100%;
}
/* line 91, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-block.w:before {
  left: 100%;
}

/* line 97, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-close {
  font-size: 80%;
  float: right;
  margin-top: -5px;
}
/* line 102, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-close:hover {
  text-decoration: none;
}

/* line 107, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-content {
  clear: right;
}

/* line 115, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-progress-bar {
  height: 1px;
  background-color: #444;
  width: 0;
}

/* line 121, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 136, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-prev, .trip-next {
  padding: 5px 10px;
}

/*
 *  TODO:
 *  implement with more details later
 */
/* line 144, ../scss/page/jquery-plugins/jquery-trip/_trip.scss */
.trip-exposed {
  background: white;
}

/* ==========================================================================
   `HELPER classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 7, ../scss/page/_helper.scss */
.ir {
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 8, ../scss/page/_helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 13, ../scss/page/_helper.scss */
.is-hidden {
  display: none !important;
  visibility: hidden;
}

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

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

/* * Hide visually and from screenreaders, but maintain layout */
/* line 28, ../scss/page/_helper.scss */
.is-invisible {
  visibility: hidden;
}

/* line 30, ../scss/page/_helper.scss */
.in-caps {
  text-transform: uppercase;
}

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

/* line 46, ../scss/page/_helper.scss */
.cf:after {
  clear: both;
}

/* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats.  */
/* line 49, ../scss/page/_helper.scss */
.cf {
  *zoom: 1;
}

/* * Floating * */
/* line 52, ../scss/page/_helper.scss */
.fll, .left {
  float: left;
}

/* line 53, ../scss/page/_helper.scss */
.flr, .right {
  float: right;
}

/* line 54, ../scss/page/_helper.scss */
.clb {
  clear: both;
}

/* line 56, ../scss/page/_helper.scss */
.row {
  display: block;
  float: none;
  clear: both;
  position: relative;
}

/**********************************************************************************************************************
=== rotate--90deg ===
**********************************************************************************************************************/
/* line 62, ../scss/page/_helper.scss */
.js-set-height {
  position: relative;
}

/* line 66, ../scss/page/_helper.scss */
.rotate--90deg {
  position: absolute;
  left: 40px;
  bottom: 15px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 0 0;
  /* Safari and Chrome */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform-origin: 0 0;
  /* Firefox */
  -o-transform: rotate(-90deg);
  /* Opera */
  -o-transform-origin: 0 0;
  /* Opera */
}

/* line 82, ../scss/page/_helper.scss */
.rotate-helper {
  position: absolute;
  display: block;
  width: 100%;
  font-family: "BasicCommercial-Blk", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #FFF;
}

/* line 93, ../scss/page/_helper.scss */
.contentpage .rotate-helper,
.doorpage .rotate-helper {
  font-size: 2.375em;
  text-align: right;
}

/**********************************************************************************************************************
=== EOF rotate--90deg ===
**********************************************************************************************************************/
/* line 103, ../scss/page/_helper.scss */
.left {
  float: left;
}

/* line 104, ../scss/page/_helper.scss */
.right {
  float: right;
}

/* line 106, ../scss/page/_helper.scss */
.fullwidth {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 15px;
}

/* line 108, ../scss/page/_helper.scss */
.mt-def {
  margin-top: 30px;
}

/* line 109, ../scss/page/_helper.scss */
.mb-def {
  margin-bottom: 30px;
}

/* line 110, ../scss/page/_helper.scss */
.mtb-def {
  margin: 30px 0;
}

/* line 112, ../scss/page/_helper.scss */
.va-mid {
  vertical-align: middle;
}

/* line 114, ../scss/page/_helper.scss */
.auto-height {
  height: auto !important;
}

/**********************************************************************************************************************
 === GRID ===
**********************************************************************************************************************/
/* line 121, ../scss/page/_helper.scss */
.one-third {
  width: 33.33333%;
  float: left;
}

/* line 122, ../scss/page/_helper.scss */
.two-third {
  width: 66.66666%;
  float: left;
}

/**********************************************************************************************************************
 === EOD GRID ===
**********************************************************************************************************************/
/* line 1, ../scss/page/_sprungnav.scss */
div.skipLinks,
div.skipLinkTimeline,
div.skipLinkQuiz {
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 999;
  width: auto;
  height: 0px;
}
/* line 12, ../scss/page/_sprungnav.scss */
div.skipLinks a,
div.skipLinkTimeline a,
div.skipLinkQuiz a {
  display: block;
  height: 0px;
  width: 0px;
  overflow: hidden;
  background-color: #fff;
}
/* line 20, ../scss/page/_sprungnav.scss */
div.skipLinks a:focus,
div.skipLinks a:hover,
div.skipLinkTimeline a:focus,
div.skipLinkTimeline a:hover,
div.skipLinkQuiz a:focus,
div.skipLinkQuiz a:hover {
  display: block;
  padding: 10px 20px;
  width: auto;
  height: auto;
}

/* line 30, ../scss/page/_sprungnav.scss */
div.skipLinkQuiz {
  position: static;
  height: auto;
  width: auto;
  display: inline-block;
  margin-left: 1px;
}

/* line 1, ../scss/page/_icons.scss */
.icon {
  font-size: 1.75em;
  /*margin-bottom: 5px;*/
}

/* line 2, ../scss/page/_icons.scss */
.icon-large {
  font-size: 1.75em;
}

/* line 3, ../scss/page/_icons.scss */
.icon-medium {
  font-size: 1.4375em;
}

/* line 2, ../scss/page/_arrows.scss */
.arrow-left {
  border-color: transparent #E6E6E6 transparent transparent;
  border-style: solid;
  border-width: 8px;
  float: left;
  margin-left: -35px;
  margin-top: 5px;
  position: relative;
}

/* line 12, ../scss/page/_arrows.scss */
.arrow-big-right {
  width: 20px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzA5RDUzMTQwMzUzMTFFMzlDMDFEQkFENDNEOEMyRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzA5RDUzMTUwMzUzMTFFMzlDMDFEQkFENDNEOEMyRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMDlENTMxMjAzNTMxMUUzOUMwMURCQUQ0M0Q4QzJGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMDlENTMxMzAzNTMxMUUzOUMwMURCQUQ0M0Q4QzJGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhMtvVcAAAD9SURBVHjaYvz//z8DCWAGEF8G4qk4VYAMJBKX/4eAP0BsgUsdsYaJAfHb/wjwBIjlKDEQhJP+o4IzQMxDiYEgXIdm6AZKDQTh+WiGTqPUQBBej2ZoKUyOEUiIACObGYj/EZFsQOpeALECEB8BYmkkuTAgXg0y8DaQIQfE74lMiyBD3wCxEBCLIYn/AWJXkIEfgAx+BuqAXeS4kAmI3wKxCBTDwF8gdmMBEpZkhKE6NAyRQRQQ7yM3lrehxXI5JclmCZph0ylJh01ohm2kJKekoBl2Foh5yTVQHIjfIRn2FIjlKS1tkMtDS1zqWEhItJ1ArAjEV4D4OC5FAAEGACiKIeWrmEq8AAAAAElFTkSuQmCC') no-repeat;
  display: inline-block;
}

/* line 15, ../scss/page/_arrows.scss */
.wrapper-hoverInfo .arrow-big-right {
  float: right;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-image: url("../../img/template/arrow-big-right.png");
  background-repeat: no-repeat;
}

/* line 2, ../scss/page/_layout.scss */
.mobileHide {
  display: block;
}

/* ==========================================================================
LAYOUT RULES (Main Structure)
========================================================================== */
/* line 8, ../scss/page/_layout.scss */
html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

/* line 14, ../scss/page/_layout.scss */
body {
  position: relative;
  height: 100%;
  font: 0.813em/1.385em BasicCommercial, Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: #F3F3EE;
}

/* line 22, ../scss/page/_layout.scss */
body.home {
  background-color: #000;
}

/**********************************************************************************************************************
=== MainLayout ===
 **********************************************************************************************************************/
/**********************************************************************************************************************
=== header ===
 **********************************************************************************************************************/
/* line 34, ../scss/page/_layout.scss */
#header {
  width: 100%;
  height: 40px;
  background: #000;
  color: #fff;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
}
/* line 44, ../scss/page/_layout.scss */
#header div h1.navigation-logo {
  display: block;
  float: left;
  overflow: hidden;
  height: 40px;
  padding: 0px 5px 0px 25px;
  position: absolute;
  top: 0px;
  left: 70px;
}
/* line 53, ../scss/page/_layout.scss */
#header div h1.navigation-logo span {
  display: block;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/*Retina graphics!*/
/**********************************************************************************************************************
=== EOF header ===
 **********************************************************************************************************************/
/* line 71, ../scss/page/_layout.scss */
#page {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

/* line 78, ../scss/page/_layout.scss */
#main-1-col,
#main-2-col-left,
#main-2-col-right,
#main-3-col {
  background: none;
  padding-top: 40px;
}

/* line 86, ../scss/page/_layout.scss */
#main-col {
  width: 100%;
}

/* line 90, ../scss/page/_layout.scss */
#main-col .inner {
  padding: 15px 30px;
  padding-right: 10%;
  position: relative;
}

/* line 98, ../scss/page/_layout.scss */
#left-col .inner {
  padding: 0;
}
/* line 100, ../scss/page/_layout.scss */
#left-col .inner .teaserImage {
  background-color: #F3F3EE;
}
/* line 103, ../scss/page/_layout.scss */
#left-col .inner .teaserImage img {
  width: 100%;
}
/* line 107, ../scss/page/_layout.scss */
#left-col div.address {
  padding: 10px 12px;
}

/* line 113, ../scss/page/_layout.scss */
span.img-float img {
  float: none;
  break-after: always;
  display: block;
}

/* ------------ #main-1-col -------------------  */
/* line 117, ../scss/page/_layout.scss */
#main-1-col #main-col .inner {
  background-color: #fff;
  padding-right: 20px !important;
  overflow: hidden;
}
/* line 122, ../scss/page/_layout.scss */
#main-1-col #left-col {
  display: none;
}

/* ------------ #main-2-col-left -------------------  */
/* line 131, ../scss/page/_layout.scss */
#main-2-col-left .mobileShow {
  display: none;
}
/* line 135, ../scss/page/_layout.scss */
#main-2-col-left #left-col {
  float: left;
  width: 38%;
  max-width: 390px;
  height: 100%;
}
/* line 141, ../scss/page/_layout.scss */
#main-2-col-left #left-col .inner {
  height: 100%;
  border-right: none;
}
/* line 147, ../scss/page/_layout.scss */
#main-2-col-left #main-col {
  width: 62%;
  max-width: 62%;
  float: left;
  background: #fff;
  height: auto;
  padding-bottom: 40px;
}
/* line 156, ../scss/page/_layout.scss */
#main-2-col-left #right-col {
  display: none;
}
/* line 160, ../scss/page/_layout.scss */
#main-2-col-left #right-col .inner {
  padding: 10px;
  position: relative;
}

/* line 170, ../scss/page/_layout.scss */
.contentpage #main-2-col-left,
.doorpage #main-2-col-left {
  background: #00829B;
}
/* line 173, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.LauteZeichenSchriften,
.doorpage #main-2-col-left.LauteZeichenSchriften {
  background: #8C9C00;
}
/* line 174, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.ZeichenSetzen,
.doorpage #main-2-col-left.ZeichenSetzen {
  background: #72A300;
}
/* line 175, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Handschriftenkultur,
.doorpage #main-2-col-left.Handschriftenkultur {
  background: #407332;
}
/* line 176, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Buchdruck,
.doorpage #main-2-col-left.Buchdruck {
  background: #5AA15B;
}
/* line 177, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Schriftgestalten,
.doorpage #main-2-col-left.Schriftgestalten {
  background: #2C993D;
}
/* line 178, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Zensur,
.doorpage #main-2-col-left.Zensur {
  background: #0EA195;
}
/* line 179, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Lesewelten,
.doorpage #main-2-col-left.Lesewelten {
  background: #009DD8;
}
/* line 180, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Industrialisierung,
.doorpage #main-2-col-left.Industrialisierung {
  background: #247094;
}
/* line 181, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.AesthetikDesBuches,
.doorpage #main-2-col-left.AesthetikDesBuches {
  background: #3F84CC;
}
/* line 182, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Massenmedien,
.doorpage #main-2-col-left.Massenmedien {
  background: #3B61A1;
}
/* line 183, ../scss/page/_layout.scss */
.contentpage #main-2-col-left.Medienzukuenfte,
.doorpage #main-2-col-left.Medienzukuenfte {
  background: #394073;
}
/* line 185, ../scss/page/_layout.scss */
.contentpage #main-2-col-left #left-col .inner > div,
.doorpage #main-2-col-left #left-col .inner > div {
  height: 100%;
}
/* line 189, ../scss/page/_layout.scss */
.contentpage #main-2-col-left #main-col,
.doorpage #main-2-col-left #main-col {
  float: right;
  width: 75%;
  max-width: 75%;
}
/* line 195, ../scss/page/_layout.scss */
.contentpage #main-2-col-left #left-col,
.doorpage #main-2-col-left #left-col {
  width: 25%;
  max-width: none;
  overflow: hidden;
}

/* line 203, ../scss/page/_layout.scss */
.contentpage {
  background: #FFF;
}
/* line 206, ../scss/page/_layout.scss */
.contentpage #main-2-col-left {
  background: #00829B;
}

/* line 213, ../scss/page/_layout.scss */
.doorpage #main-2-col-left #main-col.as-tbl div.inner.row {
  display: table-row;
  height: 50%;
  width: 93%;
  padding-right: 7%;
}
/* line 214, ../scss/page/_layout.scss */
.doorpage #main-2-col-left #main-col.as-tbl div.inner.row .breadcrumb {
  position: absolute;
  top: 20px;
  left: 20px;
}
/* line 215, ../scss/page/_layout.scss */
.doorpage #main-2-col-left #main-col.as-tbl div.cell {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 25px;
}
/* line 216, ../scss/page/_layout.scss */
.doorpage #main-2-col-left #main-col.as-tbl div.cell .teaser {
  vertical-align: middle;
  display: table-cell;
}
/* line 218, ../scss/page/_layout.scss */
.doorpage #main-2-col-left #main-col.as-tbl div.cell div.accordion {
  display: none;
}
/* line 219, ../scss/page/_layout.scss */
.doorpage #main-2-col-left #main-col.as-tbl div.cell div.accordion.active {
  display: block;
}
/* line 221, ../scss/page/_layout.scss */
.doorpage #main-2-col-left #main-col.as-tbl #gallery-1 {
  position: relative;
}

/**********************************************************************************************************************
=== special .doorpage accordion ===
 **********************************************************************************************************************/
/* line 231, ../scss/page/_layout.scss */
.contentpage,
.doorpage {
  height: 100%;
}

/* line 241, ../scss/page/_layout.scss */
.doorpage .teaser, .doorpage .accordion {
  padding-bottom: 20px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(0.0deg);
  font-size: 1.3125em;
}
/* line 247, ../scss/page/_layout.scss */
.doorpage .teaser p, .doorpage .accordion p {
  color: #000;
  font-weight: normal !important;
  text-transform: none !important;
}

/*EOF .doorpage*/
/**********************************************************************************************************************
=== EOF special .doorpage accordion ===
 **********************************************************************************************************************/
/* ------------ EOF #main-2-col-left ---------------- */
/* ------------ #main-2-col-right --------------------- */
/* line 264, ../scss/page/_layout.scss */
#main-2-col-right #main-col {
  width: 62%;
  max-width: 62%;
  float: left;
  height: 100%;
}

/* line 265, ../scss/page/_layout.scss */
#main-2-col-right #right-col {
  width: 38%;
  max-width: 390px;
  float: left;
  background: #F3F3EE;
  height: 100%;
}

/* line 266, ../scss/page/_layout.scss */
#main-2-col-right #right-col .inner {
  padding: 10px;
  position: relative;
}

/* line 267, ../scss/page/_layout.scss */
#main-2-col-right #left-col {
  display: none;
}

/* ------------ EOF #main-2-col-right ---------------- */
/* ------------ #main-3-col ------------------- */
/* line 273, ../scss/page/_layout.scss */
#main-3-col #left-col {
  float: left;
  width: 20%;
  background: #F3F3EE;
  min-height: 150px;
  height: 100%;
}

/* line 274, ../scss/page/_layout.scss */
#main-3-col #main-col {
  width: 60%;
  float: left;
  height: 100%;
}

/* line 275, ../scss/page/_layout.scss */
#main-3-col #right-col {
  float: right;
  width: 20%;
  background: #F3F3EE;
  min-height: 150px;
  height: 100%;
}

/* ------------ EOF #main-3-col ---------------- */
/*CALENDAR VIEW*/
/* line 284, ../scss/page/_layout.scss */
.calendar #main-2-col-left #main-col > .inner {
  border: 0;
}

/* line 286, ../scss/page/_layout.scss */
#main-2-col-left #main-col > .inner .solid-head {
  margin-left: -45px;
  margin-right: -100px;
  margin-top: -15px;
  background: #874875;
  min-height: 70px;
}
/* line 287, ../scss/page/_layout.scss */
#main-2-col-left #main-col > .inner .solid-head > .inner {
  padding: 15px 100px 0 45px;
}
/* line 288, ../scss/page/_layout.scss */
#main-2-col-left #main-col > .inner .solid-head > .inner h1 {
  margin: 0;
  color: #fff;
  font-weight: bold;
}

/* line 292, ../scss/page/_layout.scss */
#main-col .inner h1,
.quiz #main-col .inner h2 {
  text-transform: uppercase;
  font-family: "BasicCommercial-Blk", Arial, Helvetica, sans-serif;
}

/* line 298, ../scss/page/_layout.scss */
#main-col .inner h1 small {
  text-transform: none;
  font-weight: normal;
  font-size: 0.46875em !important;
}

/*SEARCH RESULTS*/
/* line 306, ../scss/page/_layout.scss */
div.listPaginationIndex {
  height: 0px;
}

/**********************************************************************************************************************
=== EOF MainLayout ===
 **********************************************************************************************************************/
/**********************************************************************************************************************
=== GRID ===
 **********************************************************************************************************************/
/* line 316, ../scss/page/_layout.scss */
.col-3 .col:first-child {
  margin-left: 0;
  width: 33%;
}
/* line 317, ../scss/page/_layout.scss */
.col-3 .col {
  width: 30%;
  margin-left: 3.3333%;
  float: left;
}
/* line 318, ../scss/page/_layout.scss */
.col-3 .col input, .col-3 .col select, .col-3 .col button {
  width: 100%;
}

/**********************************************************************************************************************
=== EOF GRID ===
 **********************************************************************************************************************/
/**********************************************************************************************************************
 === TYPOGRAPHY (Base) ===
**********************************************************************************************************************/
/* line 4, ../scss/page/_typography.scss */
body {
  color: #1F1F1F;
  font-size: 1em;
  line-height: 1.4;
}

/* line 10, ../scss/page/_typography.scss */
h1 {
  margin-bottom: 35px;
  font-size: 1.6875em;
  color: #00829B;
}
/* line 15, ../scss/page/_typography.scss */
h1.LauteZeichenSchriften {
  color: #8C9C00;
}
/* line 16, ../scss/page/_typography.scss */
h1.ZeichenSetzen {
  color: #72A300;
}
/* line 17, ../scss/page/_typography.scss */
h1.Handschriftenkultur {
  color: #407332;
}
/* line 18, ../scss/page/_typography.scss */
h1.Buchdruck {
  color: #5AA15B;
}
/* line 19, ../scss/page/_typography.scss */
h1.Schriftgestalten {
  color: #2C993D;
}
/* line 20, ../scss/page/_typography.scss */
h1.Zensur {
  color: #0EA195;
}
/* line 21, ../scss/page/_typography.scss */
h1.Lesewelten {
  color: #009DD8;
}
/* line 22, ../scss/page/_typography.scss */
h1.Industrialisierung {
  color: #247094;
}
/* line 23, ../scss/page/_typography.scss */
h1.AesthetikDesBuches {
  color: #3F84CC;
}
/* line 24, ../scss/page/_typography.scss */
h1.Massenmedien {
  color: #3B61A1;
}
/* line 25, ../scss/page/_typography.scss */
h1.Medienzukuenfte {
  color: #394073;
}

/* line 29, ../scss/page/_typography.scss */
h2 {
  font-size: 1.5em;
  color: #1F1F1F;
  margin-bottom: 20px;
}

/* line 30, ../scss/page/_typography.scss */
h3, h4, h5, h6 {
  font-size: 1.125em;
  color: #1F1F1F;
  margin-bottom: 18px;
}

/* line 32, ../scss/page/_typography.scss */
.thumbsContainer h1, .thumbsContainer h2, .thumbsContainer h3, .thumbsContainer h4, .thumbsContainer h5, .thumbsContainer h6 {
  color: #fff;
}

/* line 35, ../scss/page/_typography.scss */
p {
  margin-bottom: 1em;
}

/* line 54, ../scss/page/_typography.scss */
i,
em {
  font-style: italic;
}

/* line 57, ../scss/page/_typography.scss */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 60, ../scss/page/_typography.scss */
sup {
  top: -.5em;
}

/* line 62, ../scss/page/_typography.scss */
sub {
  bottom: -.25em;
}

/* line 64, ../scss/page/_typography.scss */
span.underline {
  text-decoration: underline;
}

/* line 68, ../scss/page/_typography.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 70, ../scss/page/_typography.scss */
pre,
code {
  font: .875em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 73, ../scss/page/_typography.scss */
small {
  display: block;
  color: #1F1F1F;
}

/* line 75, ../scss/page/_typography.scss */
a, a:link, a:visited, a:active, a:hover, a:focus {
  text-decoration: none;
  color: #00829B;
}

/* line 76, ../scss/page/_typography.scss */
a:hover, a:focus, a.hover {
  text-decoration: underline;
}

/* line 78, ../scss/page/_typography.scss */
a.intLink:before {
  content: "┬╗ ";
  white-space: nowrap;
}
/* line 79, ../scss/page/_typography.scss */
a.intLink:hover, a.intLink:active {
  text-decoration: none;
}

/* line 82, ../scss/page/_typography.scss */
a.moreLink {
  font-weight: bold;
}

/* line 83, ../scss/page/_typography.scss */
.linkContainer.hover {
  cursor: pointer;
}

/* line 86, ../scss/page/_typography.scss */
button.iconButton {
  border: none;
  background: none;
}

/**********************************************************************************************************************
 === EOD TYPOGRAPHY (Base) ===
**********************************************************************************************************************/
/**********************************************************************************************************************
 === TYPOGRAPHY (Singleview) ===
**********************************************************************************************************************/
/* --- subtitle --- */
/* line 101, ../scss/page/_typography.scss */
#main-col .subtitle {
  font-size: 1.625em;
}

/* line 105, ../scss/page/_typography.scss */
#main-col h1 + .subtitle {
  margin-top: -1.650em;
  margin-bottom: 0.850em;
  font-size: 1.25em;
}

/* line 111, ../scss/page/_typography.scss */
#main-col .subtitle,
#main-col .subtitle * {
  /* font-weight:bold; */
}

/* --- EOF subtitle --- */
/* line 1, ../scss/page/_footer.scss */
#footer {
  z-index: 505;
  width: 100%;
  height: 40px;
  color: #fff;
  bottom: 0;
  position: fixed;
}
/* line 9, ../scss/page/_footer.scss */
#footer .inner {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background: #000;
}
/* line 15, ../scss/page/_footer.scss */
#footer div.showfooter {
  display: none;
  z-index: 21;
  position: absolute;
  top: -30px;
  right: 120px;
  width: 65px;
  height: 30px;
  cursor: pointer;
  background-color: #000;
  background-image: url("../../img/template/pull-footer.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 30, ../scss/page/_footer.scss */
#footer ul {
  display: block;
  list-style: none;
}
/* line 34, ../scss/page/_footer.scss */
#footer ul li {
  display: inline-block;
  float: left;
  list-style: none;
  font-family: Arial;
  font-size: 0.875em;
  border-right: 1px solid #343037;
}
/* line 41, ../scss/page/_footer.scss */
#footer ul li a,
#footer ul li .as-link {
  color: #fff;
  display: block;
  padding: 10px 15px;
}
/* line 46, ../scss/page/_footer.scss */
#footer ul li a:hover, #footer ul li a:focus,
#footer ul li .as-link:hover,
#footer ul li .as-link:focus {
  color: #fff;
  background: #2F2A32;
  text-decoration: none;
}
/* line 52, ../scss/page/_footer.scss */
#footer ul li a.selected,
#footer ul li .as-link.selected {
  color: #6a666c;
}
/* line 53, ../scss/page/_footer.scss */
#footer ul li a span,
#footer ul li .as-link span {
  padding: 3px;
}
/* line 57, ../scss/page/_footer.scss */
#footer ul a.active {
  color: #fff;
  background: #3C383F;
  cursor: default;
}
/* line 64, ../scss/page/_footer.scss */
#footer .social-share {
  position: relative;
  font-size: 0.875em;
  font-weight: normal;
}
/* line 69, ../scss/page/_footer.scss */
#footer .social-share a.social-links {
  padding: 7px 4px 7px 4px;
}
/* line 73, ../scss/page/_footer.scss */
#footer .social-share span.icon-share {
  display: block;
}
/* line 77, ../scss/page/_footer.scss */
#footer .social-share ul {
  position: absolute;
  float: none;
  bottom: 44px;
  left: 0px;
  z-index: 99;
  background: #000;
  width: 100%;
  z-index: 10;
  display: none;
}
/* line 88, ../scss/page/_footer.scss */
#footer .social-share ul li {
  clear: both;
  float: none;
  height: auto;
  width: 100%;
}
/* line 93, ../scss/page/_footer.scss */
#footer .social-share ul li a {
  padding: 0;
  height: auto;
  display: block;
  float: none;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 8px 0 8px 0;
  text-align: center;
}
/* line 106, ../scss/page/_footer.scss */
#footer .social-share.active ul {
  display: block;
}

/* line 111, ../scss/page/_footer.scss */
#footer div.inner div.right ul.headnav {
  display: none;
}

/* line 1, ../scss/page/_globals.scss */
.xhr-loading {
  width: 66px;
  height: 66px;
  position: relative;
  padding: 5px;
  top: -40px;
  display: block;
  text-align: center;
  background: url('data:image/gif;base64,R0lGODlhQgBCAPMAAP///wAAAExMTHp6etzc3KCgoPj4+BwcHMLCwgAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAQgBCAAAE/xDISau9VBzMu/8VcRTWsVXFYYBsS4knZZYH4d6gYdpyLMErnBAwGFg0pF5lcBBYCMEhR3dAoJqVWWZUMRB4Uk5KEAUAlRMqGOCFhjsGjbFnnWgliLukXX5b8jUUTEkSWBNMc3tffVIEA4xyFAgCdRiTlWxfFl6MH0xkITthfF1fayxxTaeDo5oUbW44qaBpCJ0tBrmvprc5GgKnfqWLb7O9xQQIscUamMJpxC4pBYxezxi6w8ESKU3O1y5eyts/Gqrg4cnKx3jmj+gebevsaQXN8HDJyy3J9OCc+AKycCVQWLZfAwqQK5hPXR17v5oMWMhQEYKLFwmaQTDgl5OKHP8cQjlGQCHIKftOqlzJsqVLPwJiNokZ86UkjDg5emxyIJHNnDhtCh1KtGjFkt9WAgxZoGNMny0RFMC4DyJNASZtips6VZkEp1P9qZQ3VZFROGLPfiiZ1mDKHBApwisZFtWkmNSUIlXITifWtv+kTl0IcUBSlgYEk2tqa9PhZ2/Fyd3UcfIQAwXy+jHQ8R0+zHVHdQZ8A7RmIZwFeN7TWMpS1plJsxmNwnAYqc4Sx8Zhb/WPyqMynwL9eMrpQwlfTOxQco1gx7IvOPLNmEJmSbbrZf3c0VmRNUVeJZe0Gx9H35x9h6+HXjj35dgJfYXK8RTd6B7K1vZO/3qFi2MV0cccemkkhJ8w01lA4ARNHegHUgpCBYBUDgbkHzwRAAAh+QQACgABACwAAAAAQgBCAAAE/xDISau9VAjMu/8VIRTWcVjFYYBsSxFmeVYm4d6gYa5U/O64oGQwsAwOpN5skipWiEKPQXBAVJq0pYTqnCB8UU5KwJPAVEqK7mCbrLvhyxRZobYlYMD5CYxzvmwUR0lbGxNHcGtWfnoDZYd0EyKLGAgClABHhi8DmCxjj3o1YYB3Em84UxqmACmEQYghJmipVGRqCKE3BgWPa7RBqreMGGfAQnPDxGomymGqnsuAuh4FI7oG0csAuRYGBgTUrQca2ts5BAQIrC8aBwPs5xzg6eEf1lzi8qf06foVvMrtm7fO3g11/+R9SziwoZ54DoPx0CBgQAGIEefRWyehwACKGv/gZeywcV3BFwg+hhzJIV3Bbx0IXGSJARxDmjhz6tzJs4NKkBV7SkJAtOi6nyDh8FRnlChGoVCjSp0aRqY5ljZjplSpNKdRfxQ8Jp3ZE1xTjpkqFuhGteQicFQ1xmWEEGfWXWKfymPK9kO2jxZvLstW1GBLwI54EiaqzxoRvSPVrYWYsq8byFWxqcOs5vFApoKlEEm8L9va0DVHo06F4HQUA6pxrQZoGIBpyy1gEwlVuepagK1xg/BIWpLn1wV6ASfrgpcuj5hkPpVOIbi32lV3V+8U9pVVNck5ByPiyeMjiy+Sh3C9L6VyN9qZJEruq7X45seNe0Jfnfkp+u1F4xEjKx6tF006NPFS3BCv2AZgTwTwF1ZX4QnFSzQSSvLeXOrtEwEAIfkEAAoAAgAsAAAAAEIAQgAABP8QyEmrvVQIzLv/FSEU1nFYhWCAbEsRx1aZ5UG4OGgI9ny+plVuCBiQKoORr1I4DCyDJ7GzEyCYziVlcDhOELRpJ6WiGGJCSVhy7k3aXvGlGgfwbpM1ACabNMtyHGCAEk1xSRRNUmwmV4F7BXhbAot7ApIXCJdbMRYGA44uZGkSIptTMG5vJpUsVQOYAIZiihVtpzhVhAAGCKQ5vaQiQVOfGr+PZiYHyLlJu8mMaI/GodESg7EfKQXIBtrXvp61F2Sg10RgrBwEz7DoLcONH5oa3fBUXKzNc2TW+Fic8OtAQBzAfv8OKgwBbmEOBHiSRIHo0AWBFMuwPdNgpGFFAJr/li3D1KuAu48YRBIgMHAPRZSeDLSESbOmzZs4oVDaKTFnqZVAgUbhSamVzYJIIb70ybSp06eBkOb81rJklCg5k7IkheBq0UhTgSpdKeFqAYNOZa58+Q0qBpluAwWDSRWYyXcoe0Gc+abrRL7XviGAyNLDxSj3bArey+EuWJ+LG3ZF+8YjNW9Ac5m0LEYv4A8GTCaGp5fykNBGPhNZrHpcajOFi8VmM9i0K9G/EJwVI9VM7dYaR7Pp2Fn3L8GcLxREZtJaaMvLXwz2NFvOReG6Mel+sbvvUtKbmQgvECf0v4K2k+kWHnp8eeO+v0f79PhLdz91sts6C5yFfJD3FVIHHnoWkPVRe7+Qt196eSkongXw4fQcCnW41F9F0+ETAQAh+QQACgADACwAAAAAQgBCAAAE/xDISau9dAjMu/8VISCWcFiFYIBsS4lbJcSUSbg4aMxrfb68nFBSKFg0xhpNgjgMUM9hZye4URCC6MRUGRxI18NSesEOehIqGjCjUK1pU5KMMSBlVd9LXCmI13QWMGspcwADWgApiTtfgRIEBYCHAoYEA2AYWHCHThZ2nCyLgG9kIgehp4ksdlmAKZlCfoYAjSpCrWduCJMuBrxAf1K5vY9xwmTExp8mt4GtoctNzi0FmJMG0csAwBUGs5pZmNtDWAeeGJdZBdrk6SZisZoaA5LuU17n9jpm7feK53Th+FXs3zd//xJOyKbQGAIriOp1a9giErwYCCJGZEexQ8ZzIP8PGPplDRGtjj7OVUJI4CHKeQhfypxJs6bNDyU11rs5IaTPnBpP0oTncwzPo0iTKjXWMmbDjPK8IShikmfIlVeslSwwseZHn1G0sitY0yLINGSVEnC6lFVXigbi5iDJ8WW2tWkXTpWYd9tdvGkjFXlrdy1eDlOLsG34t9hUwgwTyvV2d6Big4efDe6LqylnDt+KfO6cGddmNwRGf5qcxrNp0SHqDmnqzbBqblxJwR7WklTvuYQf7yJL8IXL2rfT5c7KCUEs2gt/G5waauoa57vk/Ur9L1LXb12x6/0OnVxoQC3lcQ1xXC93d2stOK8ur3x0u9YriB+ffBl4+Sc5158LMdvJF1Vpbe1HTgQAIfkEAAoABAAsAAAAAEIAQgAABP8QyEmrvXQMzLv/lTEUliBYxWCAbEsRwlaZpUC4OCgKK0W/pl5uWCBVCgLE7ERBxFDGYUc0UDYFUclvMkhWnExpB6ERAgwx8/Zsuk3Qh6z4srNybb4wAKYHIHlzHjAqFEh2ABqFWBRoXoESBAVmEkhZBANuGJeHXTKMmDkphC8amUN8pmxPOAaik4ZzSJ4ScIA5VKO0BJOsCGaNtkOtZY9TAgfBUri8xarJYsOpzQAIyMxjVbwG0tN72gVxGGSl3VJOB+GaogXc5ZoD6I7YGpLuU/DI9Trj7fbUyLlaGPDlD0OrfgUTnkGosAUCNymKEGzYIhI+JghE0dNH8QKZY+j/8jEikJFeRwwgD4xAOJChwowuT8qcSbOmzQ5FRugscnNCypD5IkYc0VML0JB9iipdyrQptIc9yRyysC1jETkzU2IxZfVqgYk2yRxNdxUB2KWRUtK65nSX02Lb2NoTETOE1brNwFljse2q25MiQnLUZPWsTBghp76QiLegXpXi2GlrnANqCHCz9g3uVu0AZYMZDU8zEFKuZtHdSKP7/Cb0r7/KDPwCaRr010kkWb8hkEq15xyRDA/czIr3JNWZdcCeYNbUQLlxX/CmCgquWTO5XxzKvnt5ueGprjc5tC0Vb+/TSJ4deNbsyPXG54rXHn4qyeMPa5+Sxp351JZU6SbMGXz+2YWeTOxZ4F4F9/UE4BeKRffWHgJ6EAEAIfkEAAoABQAsAAAAAEIAQgAABP8QyEmrvXQMzLv/lTEglmYhgwGuLEWYlbBVg0C0OCim9DwZMlVuCECQKoVRzCdBCAqWApTY2d0oqOkENkkeJ04m9fIqCCW7M0BGEQnUbu34YvD2rhIugMDGBucdLzxgSltMWW0CAl9zBAhqEnYTBAV4ZAOWBU8WdZYrWZBWY3w2IYpyK3VSkCiMOU6uboM4dQNmbQSQtI+Jf0Sqt4Acsp45tcHCpr5zqsXJfLOfBbwhzsl7unWbFwhSlddUTqcclN664IE1iq5k3tTow5qn53Td3/AcCAdP9FXv+JwQWANIEFfBZAIjSRHY7yAGSuoESHDkbWFDhy8U7dsnxwBFbw7/O2iUgYxOrpDk7qFcybKly5cIK7qDSUHjgY37uumcNo3mBAE3gQaV6LOo0aNI4XkcGFJnFUc62bEUesCWJYpR/7nMeDPoFCNGTiatBZSogYtHCTBN2sIjWnAi1po08vaavqpy0UBlyFJE15L1wNaF9yKo1ImCjTq5KWYS3xCDh2gFUOcAqg8G6AK8G3lY2M4sgOzL+/QxQANBSQf+dxZ0m5KiD7jObBqx6gsDqlbgMzqHI7E/avu+6Yp3Y8zAHVty20ETo7IWXtz2l1zt1Uz72ty8fM2jVrVq1GK5ieSmaxC/4TgKv/zmcqDHAXmHZH23J6CoOONLPpG/eAoFZIdEHHz4LEWfJwSY55N30RVD3IL87VFMDdOh9B88EQAAIfkEAAoABgAsAAAAAEIAQgAABP8QyEmrvbQUzLv/lVEg1jBYyGCAbEsRw1aZ5UC4OCiq80kZplVuCECQKprjhEZJyZpPIkZUuL1iPeRAKSEIfFIOQiOUAAtlANMc/Jm4YQsVXuAtwQAYvtiOcwhkTVsZUU5uAlZ+BghpEkkvaB2AiQB1UWZVOWORP3WNOAZflABAApc6m41jcDiGh3agqT8Eny4GtK+1LHO6fmxfvbsanL4hJrBhi5nFFV7IIJOfBsF+uCEIphiAI6PMLikC2VObjN62A+E2H9sj1OYi6cQetxrd5hXYpu5y1vfj9v4CXpgmkBkBK6sQ9CvYYke6LqtGGNknEEa4i+LMHBwxgqEHdOn/ynG4RTHgJI8oU6pcyXKlkZcwW5Y4gPGiEY4JZc6gyVPAgT06gwodStQjSaFjAGokEDOoz3iUmMJUWNKfxZ7iXh6sarTOUzNcZS4sqmgsQxFKRzI1WxDBgZ8Ub0llK7DUW3kD54YtBuOtAFYT9BLFdlfbVjl7W4jslHEX08Qf3AqAPItqwFA00+o4SLcYZkRSblmeMI2yiDSf98ode1hKgZ8hnmq+wLmRXMoE3o7CDPTD0WYHmxwAPAEblwE05ajzdZsCcjzJJ7zGY+AtceaPK+im8Fb4ASQ0KXdoHvhtmu6kt5P22VvR6CXRJ6Cf4POS2wPip3yqr/17hvjSnVKXGnry+VcefkjNV6AF1gmV2ykKOgIaWRT4FFAEACH5BAAKAAcALAAAAABCAEIAAAT/EMhJq720FMy7/5VREJZmIYUBriwlbpUZD2prf289FUM4pLeghIA4jWKwCWFQrCCaQo4BpRsWoBLZBDEgUZa9aIdwreYoPxfPzMOKLdNjBrhLAgxpCpf+xpy3cll2S1giXX0SU1UST4UIXhhkVXtwgSxECIt/Qng0IW03cZkVZJBBXG6dnqGNZgaLNgYEbD+wLKK2iIkDvLm3rbqVtYhxvm9gxhdEs3DJx7BTTJHAwUJgeRdT1NUrZLyHHpiPztWGvKMgsk/kwVzDsczcHVOm8vY47PfdXo0E8fo2iBQQwGuIuCf/AHLwRpAgtjvqGin0wItgmXkJJ1oopbGjx48g/0MCPNhPZIUBAlKqJLjskct6IlE2VBnGpM2bOHN6lJXPHgqYLmQtA+pRJsFHX1r6ywgSzEoBMJbO6jmRiMwwr3SGo6p1Xtadlla88sdVDIKUq/BJLRsFj0o+ftaaXKLSTVKyOc+mtONiaiWA6NRAjXXggF1detmSKnxAsQcDAg4IcHyHMeXHKhUTsKzGsQgzKok+5ozmQM0gA0/fyXxjQOFFmw2LiV0P8gG+ILjAKnz67OEtArDIrCTaBoLCplyfTpnBtIvIv4kV5oucQuEvkmNIvoyhwGvsja0fcFF9AuTB8gwUduNd9fXSfI9PtvdQQmTq45urBqBlovoD9bxn3hd3NsVmgYATRFZcVeiJV4IAC5rEnD0RAAAh+QQACgAIACwAAAAAQgBCAAAE/xDISau9FCHMu/+VgRBWUVhEYYBsS4lbhZyy6t6gaFNFPBmmFW4IIJAqhFEN2bNoiB6YcJL0SUy1IxUL7VSnAGmGJgHuyiZt9wJTA2bg5k++Pa/ZGnBS/dxazW5QBgRgEnsvCIUhShMzVmWMLnuFYoJBISaPOV9IkUOOmJc4gyNgBqddg6YFA3Y3pIl3HWauo5OybCa1Q6SKuCm7s4mKqLgXhBY6moa3xkQpAwPLZVXIzi1A0QWByXvW1xwi2rGbSb7gVNHkLqfn6GHf7/Lh7vM31kZGxfbYM9ED1EaM0MfPi4l/rf6cGsit4JV/PeqpcojhEMWLGDNq3Agln0cjHP8nIBz50WPIhwIGpFRJ5qTLlzBjrkEgLaSGhoYKCDjA80DIaCl7qBnQs+cAnAWhpVwZo6eAbTJ1qARYBCnMeDI7DqgHDohVNkQPtOSHICjXH2EPbL0IRIDbdRjK8hTw9V3blNMApM1LkYDKpxiI1hIxDy6kVq948u1CIOVZEI0PCHjM6y/lcHMvV3bccSfdF8FYiDBlmVfmCoK76Bzrl/MNop8pEOBZl0Pj2GgB31tbYSdVCWX5lh2aEgVUWQh4gkk9wS2P4j/eyjOwc+xONTszOH8++V0ByXrAU+D5Yidp3dcMKK7w/beE7BRYynCruQWX+GIrSGYPncfYedQd4AYZeS+Ix9FsAliwX2+4adTYfwQ+VxtG/V0TAQAh+QQACgAJACwAAAAAQgBCAAAE/xDISau9FCHMu/+VgRCWZhGIAa4sJW6VGRdqa39vPSFFWKS3oIRAqqCKO9gEpdwhhRgDSjccxZoAzRNAKPSgHRGBmqP8XDwybwsOHa9UmcRwpnSBbU55aU3aC090gHlzYyd9c3hRillyEyJUK0SGLlNggpGCWCBSI5GWUF1bmpErUkRkBqUtUmpeq6ZHsIQAgjRtp5S0Ll6MUJ2zuD/BF6ilqrvFxzybhZ7JQl29epO60DheXmwWudbX3Dy9xI+T48kEA8M3qua7rd/wks3x0TUH9wKD9DYiXukSBe4JPCBg3j4+BdINSNekiwCBAg52SJgOUDAEAwxKBCWxo8ePIP9DwhtIUmQFigtTFnhIkqBJMyljfnlJs6bNm/Qwajz4hoNDiDRlMgpIMiPNLjEXwoCoD2e/lEO24VzSbuqHLlUJiVk34N5MiRjztaMjcEDWPHRS+irBUoBUnisXvu1KcOfGhQUxdL0Vwi6YtSL+tSDw0G8QwmYJESZ4loWBAQISg1ksoDEryJIPP6zMy/IjRo8jW6YcaS+YlV9rYW7clbMdgm9BEHYbAnJq2QPYPBxgJy8HjE/icmvaBgFjCrYpCIg4Qfij5bFxPUz98Mny3sx3iIYX0PWQ4xMeulhOJvk1A9VPRq7gEnk+I+S/ebFgWnl2CQjWz/CI/kCk9kvE9xIUAQCGd4AF0NGE3m3XnZSZVfpdEwEAIfkEAAoACgAsAAAAAEIAQgAABP8QyEmrvZQQzLv/laFZCGIRiAGuLCVuFXqmbQ2KNFWGpWr/ANGJ4JvIMghYRgnEvIoSQ7KyQzKD1Sbn6dJAj9Geq3TVhryxnCSLNSHV5gt3Iv0yUUwpXIsYlDV5RB0iX2xRgjUDBwJXc0B6UFgFZR8GB5eRL1p4PAV7K5aXeQaRNaRQep8soQelcWOeri2ssnGptbMCB26vIbGJBwOlYL0hpSKTGIqXBcVNKAXJGAiXi5TOWwjRqhUF1QK42EEE24gfBMu84hfkk+EX2u/OhOv1K8T2Zojf0vmz0NEkFNBVLZg6f3K0RVt4Z+A3hB0WejLHbsBBiF3kYdzIsaPHjyz/CBZcBJKCxJMiCwooOSHagAIvXzZjSbOmzZvitF3kyIkDuWUkS8JkCGVASgF+WEKL+dINwZcaMeoZegjnlqhWO5DDamuKqXQ8B1jUaMDhgQJczUgRO9YDgqfXEJYV28+Ct0U7O/60iMHbJyn5KIbhm0tA3jjohL0yoAtcPQN008YQQFnyKraWgzRGxQ0UnLmKbRCg7JiC0ZlA+qCOgtmG0dJGKMcFgQ52FKo10JWiPCADYQzomMDs7SszlcomBawWm3w15KSPKa8GIJsCZRdIj4cWN9D2aNvX6RhFJfawFsaMtFcI39Lw5O3OAlYwepD9GuUkzGNDf8W+ZvgefWeBEn8AGDUbQuhcRGAfxtnD3DoRAAAh+QQACgALACwAAAAAQgBCAAAE/xDISau9lBDMu/8VcRSWZhmEAa4shRxHuVVI2t6gAc+TSaE2nBAwGFgEoxBPApQNPbokpXAQKEMI1a/29FAPWokInFkCwwDgsnuCkSgwREY+QdF7NTTb8joskUY9SxpmBFl7EggDawCAGQd3FyhohoyTOANVen2MLXZ6BghcNwZIZBSZgUOGoJV6KwSmaAYFr54Gs6KHQ6VVnYhMrmxRAraIoaLGpEiRwEx5N5m1J83OTK92v1+Q1ry6vwAIpgLg3dS6yhPbA+nmdqJBHwaZ3OYchtA3BNP2GJf9AD0YCggMlwRTAwqUIygJXwE6BUzBEDCgGsMtoh4+NFOAXpWLHP8y1oh3YZ9FkGlIolzJsqXLlzgkwpgIcwKCAjhzPhSApCcMVTBvCtV4sqbRo0iTshFak1WHfQN6WgmaM5+EiFWqUFxIMJROnDN4UuSX1E5OMVyPGlSKaF+7bqHenogqoKi9fQ/lponIk+zFUAkVthPHc9FLwGA58K17FO9DDBH9PguoMuXjFgSi2u2SWTKvwnpx0MIZ2h/ogLQSlq5QauuW1axJpvac4/QUAW+GKGo2G3ZEwxl4ws5QZE3qzSU9R80NIHO5fUsUMX82/II4drcjFXGR8EdxgPMYoyKHCmhmoM1V9/s9iyIait6x1+mIXEjrNeKmw59SMUSR6l5UE1EjM9txN1049RUUlR771fFfUw1OEJUF38E0TzURJkLbUR31EwEAOwAAAAAAAAAAAA==') 50% 50% no-repeat #fff;
  margin: 0 auto;
  z-index: 200;
}

/* line 14, ../scss/page/_globals.scss */
.fp-xhr-loader {
  width: 46px;
  height: 46px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #FFF url("../../img/template/bx_loader.gif") no-repeat center center;
  margin: -23px 0px 0px -23px;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.7;
}

/* line 2, ../scss/page/_navigation-meta.scss */
#navigation-meta {
  float: right;
  height: 40px;
}
/* line 6, ../scss/page/_navigation-meta.scss */
.home #navigation-meta {
  height: 85px;
}
/* line 10, ../scss/page/_navigation-meta.scss */
#navigation-meta li {
  float: left;
  display: inline-block;
  position: relative;
}
/* line 15, ../scss/page/_navigation-meta.scss */
#navigation-meta li a {
  display: block;
  padding: 6px 10px 4px 10px;
  width: 48px;
  height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #343037;
}
/* line 25, ../scss/page/_navigation-meta.scss */
.home #navigation-meta li a {
  padding-top: 15px;
  padding-bottom: 0;
  width: 58px;
  height: 70px;
}
/* line 32, ../scss/page/_navigation-meta.scss */
#navigation-meta li a.active, #navigation-meta li a.active:hover, #navigation-meta li a.active:focus, #navigation-meta li a.active:active {
  background: #F3F3EE;
  color: #1F1F1F;
  text-decoration: none;
}
/* line 41, ../scss/page/_navigation-meta.scss */
#navigation-meta li a:hover, #navigation-meta li a:focus {
  background: #fff;
  color: #1F1F1F;
  text-decoration: none;
}
/* line 50, ../scss/page/_navigation-meta.scss */
#navigation-meta li a.a-z.active, #navigation-meta li a.a-z.active:hover, #navigation-meta li a.a-z.active:focus, #navigation-meta li a.a-z.active:active, #navigation-meta li a.quiz.active, #navigation-meta li a.quiz.active:hover, #navigation-meta li a.quiz.active:focus, #navigation-meta li a.quiz.active:active {
  color: #FFF;
  background-color: #00829B;
}
/* line 61, ../scss/page/_navigation-meta.scss */
#navigation-meta li.box-search.active, #navigation-meta li.box-search.active:hover, #navigation-meta li.box-search.active:focus, #navigation-meta li.box-search.active:active {
  background: #FFF;
}
/* line 66, ../scss/page/_navigation-meta.scss */
#navigation-meta li.box-search.active a, #navigation-meta li.box-search.active:hover a, #navigation-meta li.box-search.active:focus a, #navigation-meta li.box-search.active:active a {
  color: #1F1F1F;
  text-decoration: none;
}
/* line 74, ../scss/page/_navigation-meta.scss */
#navigation-meta #meta-search {
  z-index: 999;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 10px 15px;
  width: 470px;
  background: #fff;
  display: none;
}
/* line 84, ../scss/page/_navigation-meta.scss */
.home #navigation-meta #meta-search {
  top: 85px;
}
/* line 88, ../scss/page/_navigation-meta.scss */
#navigation-meta #meta-search input[type="text"] {
  padding: 0 10px;
  width: 400px;
  background: #DFDEE0;
  height: 50px;
  border: 0;
  float: left;
  font-size: 1.75em;
}
/* line 97, ../scss/page/_navigation-meta.scss */
#navigation-meta #meta-search button[type="submit"] {
  float: left;
}
/* line 103, ../scss/page/_navigation-meta.scss */
#navigation-meta li.box-search ul#meta-search.show-search {
  display: block;
}
/* line 108, ../scss/page/_navigation-meta.scss */
#navigation-meta .show-helper {
  font-size: 0.625em;
  display: none;
}
/* line 112, ../scss/page/_navigation-meta.scss */
.home #navigation-meta .show-helper {
  display: block;
}

/*#navigation-main*/
/* line 4, ../scss/page/_navigation-main.scss */
#navigation-main {
  float: left;
  height: 40px;
  width: 70px;
  display: block;
  overflow: visible;
  position: relative;
  z-index: 500;
}
/* line 7, ../scss/page/_navigation-main.scss */
#navigation-main ul li span.activeNavNode {
  display: inline-block;
  font-size: 0.9375em;
  padding: 18px 40px 18px 20px;
}
/* line 8, ../scss/page/_navigation-main.scss */
.home #navigation-main {
  height: 85px;
}
/* line 9, ../scss/page/_navigation-main.scss */
#navigation-main .show-helper {
  display: none;
}
/* line 10, ../scss/page/_navigation-main.scss */
.home #navigation-main .show-helper {
  display: block;
}
/* line 14, ../scss/page/_navigation-main.scss */
#navigation-main.opened .menu-trigger {
  background: #00829B;
}
/* line 15, ../scss/page/_navigation-main.scss */
#navigation-main.opened > .sub {
  display: inline-block;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
}
/* line 18, ../scss/page/_navigation-main.scss */
#navigation-main a {
  color: #fff;
}
/* line 19, ../scss/page/_navigation-main.scss */
#navigation-main a:hover, #navigation-main a:focus, #navigation-main a:active {
  text-decoration: none;
}
/* line 22, ../scss/page/_navigation-main.scss */
#navigation-main .menu-trigger {
  text-transform: uppercase;
  height: 40px;
  width: 49px;
  padding: 6px 10px 4px 10px;
  height: 30px;
  text-align: center;
  display: block;
  color: #fff;
  border-right: 1px solid #343037;
  font-size: 0.83333em;
}
/* line 23, ../scss/page/_navigation-main.scss */
.home #navigation-main .menu-trigger {
  padding: 15px 10px 0 10px;
  height: 70px;
}
/* line 26, ../scss/page/_navigation-main.scss */
#navigation-main .sub {
  display: block;
}
/* line 27, ../scss/page/_navigation-main.scss */
#navigation-main .sub a {
  display: block;
  font-size: 0.9375em;
  padding: 18px 40px 18px 20px;
  box-sizing: border-box;
  margin-left: 1px;
  max-width: 99%;
}
/* line 36, ../scss/page/_navigation-main.scss */
#navigation-main .sub li {
  display: block;
  background: #2f2a32;
  border-bottom: 1px dotted #545156;
  text-transform: uppercase;
  padding-bottom: 1px;
  padding-top: 1px;
}
/* line 44, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.arrow-right {
  position: relative;
}
/* line 45, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.arrow-right .triggerSubMenu {
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../../img/template/icon_navigation-plus.png) center center no-repeat;
  width: 40px;
  min-width: 0;
  padding: 0;
  height: 40px;
  border: none;
}
/* line 46, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.arrow-right > .sub {
  position: relative;
  display: none;
}
/* line 52, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened.arrow-right .triggerSubMenu {
  background: url(../../img/template/icon_navigation-minus.png) center center no-repeat;
}
/* line 55, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub {
  display: block;
}
/* line 56, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub li {
  background: #47444a;
  display: block;
  padding-left: 20px;
  text-transform: none;
}
/* line 58, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub li.arrow-right .triggerSubMenu {
  background: url(../../img/template/icon_navigation-plus.png) center center no-repeat;
}
/* line 61, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub li.opened.arrow-right .triggerSubMenu {
  background: url(../../img/template/icon_navigation-minus.png) center center no-repeat;
}
/* line 64, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub li.opened.arrow-right > .sub {
  display: block;
}
/* line 67, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub li.opened.arrow-right > .sub li.arrow-right .triggerSubMenu {
  background: url(../../img/template/icon_navigation-plus.png) center center no-repeat;
}
/* line 70, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub li.opened.arrow-right > .sub li.opened.arrow-right .triggerSubMenu {
  background: url(../../img/template/icon_navigation-minus.png) center center no-repeat;
}
/* line 78, ../scss/page/_navigation-main.scss */
#navigation-main .sub li.opened > .sub li li {
  background: #5b585e;
  display: block;
  margin-left: -20px;
  padding-left: 40px;
}
/* line 86, ../scss/page/_navigation-main.scss */
#navigation-main .sub.odd li {
  background: #2f2a32;
}
/* line 87, ../scss/page/_navigation-main.scss */
#navigation-main .sub.odd li:hover, #navigation-main .sub.odd li.active {
  background: #3c383f;
}
/* line 93, ../scss/page/_navigation-main.scss */
#navigation-main .sub.even li {
  background: #3c383f;
}
/* line 94, ../scss/page/_navigation-main.scss */
#navigation-main .sub.even li:hover, #navigation-main .sub.even li.active {
  background: #2f2a32;
}
/* line 100, ../scss/page/_navigation-main.scss */
#navigation-main > .sub {
  position: absolute;
  top: 0;
  left: -9999px;
  height: 100%;
}
/* line 101, ../scss/page/_navigation-main.scss */
#navigation-main > .sub.odd {
  background: #2f2a32;
}
/* line 102, ../scss/page/_navigation-main.scss */
#navigation-main > .sub.even {
  background: #3c383f;
}

/*EOF #navigation-main*/
/* line 1, ../scss/page/_navigation-inner.scss */
.navigation-inner {
  position: absolute;
  right: 0;
  top: 80px;
  width: 50px;
}
/* line 2, ../scss/page/_navigation-inner.scss */
.navigation-inner a {
  color: #000;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  height: 40px;
  display: inline-block;
  background: #DFDEE0;
  border-top: 1px solid #fff;
}
/* line 3, ../scss/page/_navigation-inner.scss */
.navigation-inner a:first-child {
  border-top: 0;
}
/* line 4, ../scss/page/_navigation-inner.scss */
.navigation-inner a:hover, .navigation-inner a:focus, .navigation-inner a:active {
  background: #00829B;
  text-decoration: none;
  color: #fff;
}
/* line 5, ../scss/page/_navigation-inner.scss */
.navigation-inner a .icon {
  font-size: 26px;
}

/* line 10, ../scss/page/_navigation-inner.scss */
#main-col .navigation-inner ul {
  position: fixed;
}
/* line 11, ../scss/page/_navigation-inner.scss */
#main-col .navigation-inner ul li {
  background: none !important;
  padding-left: 0px !important;
  list-style: none !important;
}

/* line 1, ../scss/page/_navigation-thickbox.scss */
ul.thickbox-nav {
  position: relative;
  margin-top: -36px;
}
/* line 5, ../scss/page/_navigation-thickbox.scss */
ul.thickbox-nav li {
  float: left;
}
/* line 8, ../scss/page/_navigation-thickbox.scss */
ul.thickbox-nav li a {
  display: block;
  margin-right: 2px;
  padding: 3px 5px 7px;
  width: 42px;
  height: 26px;
  color: #211b23;
  text-align: center;
  text-decoration: none;
  background-color: #00829B;
}

/* line 3, ../scss/page/_meta-sub-nav.scss */
.meta-sub-nav li a {
  color: #FFF;
  width: 82px;
  height: 60px;
  background: none;
  border-left: 1px solid #40A1B4;
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
}
/* line 16, ../scss/page/_meta-sub-nav.scss */
.meta-sub-nav li a:hover {
  text-decoration: none;
}
/* line 17, ../scss/page/_meta-sub-nav.scss */
.meta-sub-nav li a.active {
  background: #fff !important;
  color: #000;
}
/* line 18, ../scss/page/_meta-sub-nav.scss */
.meta-sub-nav li a.active span.icon {
  color: #000;
}
/* line 21, ../scss/page/_meta-sub-nav.scss */
.meta-sub-nav li a span.icon {
  color: #FFF;
}
/* line 24, ../scss/page/_meta-sub-nav.scss */
.meta-sub-nav .nav-text {
  font-size: 0.625em;
}

/* line 1, ../scss/page/_intro.scss */
.intro {
  margin: 30px 0;
}
/* line 4, ../scss/page/_intro.scss */
.intro .inner {
  padding: 0 0 15px 15px !important;
}
/* line 6, ../scss/page/_intro.scss */
.intro .inner p {
  float: left;
  width: 60%;
  display: block;
}
@media only screen and (max-width: 1250px) {
  /* line 7, ../scss/page/_intro.scss */
  .intro .inner p {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  /* line 8, ../scss/page/_intro.scss */
  .intro .inner p {
    width: 40%;
  }
}
@media only screen and (max-width: 848px) {
  /* line 9, ../scss/page/_intro.scss */
  .intro .inner p {
    width: 35%;
  }
}
/* line 11, ../scss/page/_intro.scss */
.intro .inner a.add-visitor-comment {
  display: block;
  padding: 0px;
  float: right;
  background: #E4E4E4;
  border: none;
  width: 292px;
  height: 38px;
  overflow: hidden;
}
/* line 21, ../scss/page/_intro.scss */
.intro .inner a.add-visitor-comment .icon {
  background-color: #211b24;
  color: #fff;
  padding: 8px 6px 8px 6px;
  display: block;
  width: 26px;
  height: auto;
  float: left;
}
/* line 22, ../scss/page/_intro.scss */
.intro .inner a.add-visitor-comment .txt {
  font-size: 1.0625em;
  color: #211b24;
  padding: 8px 6px 8px 0px;
  display: block;
  width: 244px;
  height: auto;
  float: right;
  text-align: right;
}

/* line 1, ../scss/page/_box-solid.scss */
.box-solid {
  background: #E4E4E4;
  padding: 20px 30px 60px 30px;
  margin-bottom: 0px;
  z-index: 20;
}

/**********************************************************************************************************************
 === DEFAULT LIST FOR HOME VIEW ===
**********************************************************************************************************************/
/*
.home #main-col {
  ul { margin: 0;
    li {background: none; padding: 0;}
  }
}*/
/**********************************************************************************************************************
 === DEFAULT LIST ===
**********************************************************************************************************************/
/* line 16, ../scss/page/_lists.scss */
#main-col ul {
  margin-bottom: 40px;
}
/* line 17, ../scss/page/_lists.scss */
#main-col ul > li {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABlJREFUeNpilJdUUGBgYDgPxIlMDEgAIMAAHykBrOqghjoAAAAASUVORK5CYII=');
  background-position: left 10px;
  background-repeat: no-repeat;
}
/* line 23, ../scss/page/_lists.scss */
#main-col ol > li {
  list-style: decimal;
  margin-left: 20px;
  list-style-position: inside;
}

/* line 26, ../scss/page/_lists.scss */
.list-no-icons li {
  list-style: none;
  background: none !important;
}

/**********************************************************************************************************************
 === LINK-LIST ===
**********************************************************************************************************************/
/* line 32, ../scss/page/_lists.scss */
ul.linkList {
  padding: 30px 30px 50px 25px;
  background: #F3F3EE;
}
/* line 35, ../scss/page/_lists.scss */
ul.linkList li {
  list-style: none;
}
/* line 37, ../scss/page/_lists.scss */
ul.linkList li a {
  color: #1f191f;
  border-bottom: 1px dotted #868586;
  padding: 10px 0 9px 0;
  line-height: 24px;
  display: block;
  width: 100%;
}
/* line 38, ../scss/page/_lists.scss */
ul.linkList li a:hover, ul.linkList li a:focus, ul.linkList li a:active {
  background: #eee;
  text-decoration: none;
}
/* line 41, ../scss/page/_lists.scss */
ul.linkList li.nolink {
  border-bottom: 1px dotted #868586;
  padding: 10px 0 9px 0;
  line-height: 24px;
  display: block;
}
/* line 43, ../scss/page/_lists.scss */
ul.linkList span {
  float: left;
  display: inline;
  width: 75%;
}
/* line 44, ../scss/page/_lists.scss */
ul.linkList span.icon {
  margin-right: 12px;
  padding: 0;
  display: block;
  width: 25px;
}

/*Singlepage List under content*/
/* line 52, ../scss/page/_lists.scss */
div#page #main-col ul.linkList {
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0px;
}

/* line 53, ../scss/page/_lists.scss */
div#page #main-col ul.linkList li {
  padding-left: 0px;
  background: none;
}

/* line 54, ../scss/page/_lists.scss */
div#page #main-col ul.linkList li a {
  background: none;
  text-decoration: none;
}

/* line 55, ../scss/page/_lists.scss */
div#page #main-col ul.linkList li a:hover {
  text-decoration: underline;
}

/**********************************************************************************************************************
 === LISTVIEW ===
**********************************************************************************************************************/
/* line 64, ../scss/page/_lists.scss */
#main-col .listView .listPaginationIndex {
  display: none;
}
/* line 65, ../scss/page/_lists.scss */
#main-col .listView #infscr-loading {
  text-align: center;
}
/* line 68, ../scss/page/_lists.scss */
#main-col .listView .scrollNotice {
  font-weight: bold;
  color: #a30000;
}
/* line 69, ../scss/page/_lists.scss */
#main-col .listView li {
  background: #DFDEE0;
  margin: 10px 0;
  padding: 8px 15px;
}

/**********************************************************************************************************************
 === LIST-EVENTS + LIST-RESULTS ===
**********************************************************************************************************************/
/* line 78, ../scss/page/_lists.scss */
#main-1-col #main-col .list-results .inner {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

/* line 83, ../scss/page/_lists.scss */
#main-1-col #main-col .list-events .inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 89, ../scss/page/_lists.scss */
.calendar .list-results,
.calendar .list-results-glossary {
  width: 60%;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 97, ../scss/page/_lists.scss */
.calendar .list-events {
  width: 38%;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 53px;
}

/* line 106, ../scss/page/_lists.scss */
.list-results,
.list-events,
.list-results-glossary {
  z-index: 10 !important;
  /*EOF .as-tbl*/
}
/* line 110, ../scss/page/_lists.scss */
.list-results > .inner,
.list-events > .inner,
.list-results-glossary > .inner {
  padding-left: 0 !important;
}
/* line 112, ../scss/page/_lists.scss */
.list-results ul.as-tbl,
.list-events ul.as-tbl,
.list-results-glossary ul.as-tbl {
  display: table;
  height: 100%;
  width: 100%;
  list-style: none;
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
  background: none !important;
}
/* line 122, ../scss/page/_lists.scss */
.list-results ul.as-tbl li.row,
.list-events ul.as-tbl li.row,
.list-results-glossary ul.as-tbl li.row {
  display: table-row;
  clear: both;
  float: none;
  background: none !important;
}
/* line 129, ../scss/page/_lists.scss */
.list-results ul.as-tbl li.row.odd div,
.list-events ul.as-tbl li.row.odd div,
.list-results-glossary ul.as-tbl li.row.odd div {
  background-color: #e6e6e6;
}
/* line 130, ../scss/page/_lists.scss */
.list-results ul.as-tbl li.row.even div,
.list-events ul.as-tbl li.row.even div,
.list-results-glossary ul.as-tbl li.row.even div {
  background-color: #fff;
}
/* line 133, ../scss/page/_lists.scss */
.list-results ul.as-tbl li.row:before,
.list-results ul.as-tbl li.row:after,
.list-events ul.as-tbl li.row:before,
.list-events ul.as-tbl li.row:after,
.list-results-glossary ul.as-tbl li.row:before,
.list-results-glossary ul.as-tbl li.row:after {
  content: " ";
  display: table;
}
/* line 135, ../scss/page/_lists.scss */
.list-results ul.as-tbl li.row:after,
.list-events ul.as-tbl li.row:after,
.list-results-glossary ul.as-tbl li.row:after {
  clear: both;
  float: none;
}
/* line 137, ../scss/page/_lists.scss */
.list-results ul.as-tbl .cell,
.list-events ul.as-tbl .cell,
.list-results-glossary ul.as-tbl .cell {
  vertical-align: top;
  display: table-cell;
  padding: 20px;
  height: 100%;
}
/* line 143, ../scss/page/_lists.scss */
.list-results ul.as-tbl .cell.large,
.list-events ul.as-tbl .cell.large,
.list-results-glossary ul.as-tbl .cell.large {
  width: 60%;
}
/* line 144, ../scss/page/_lists.scss */
.list-results ul.as-tbl .cell.medium,
.list-events ul.as-tbl .cell.medium,
.list-results-glossary ul.as-tbl .cell.medium {
  width: 40%;
}
/* line 146, ../scss/page/_lists.scss */
.list-results ul.as-tbl .icon,
.list-events ul.as-tbl .icon,
.list-results-glossary ul.as-tbl .icon {
  vertical-align: middle;
}
/* line 148, ../scss/page/_lists.scss */
.list-results ul.as-tbl div.debug,
.list-events ul.as-tbl div.debug,
.list-results-glossary ul.as-tbl div.debug {
  display: none;
}
/* line 150, ../scss/page/_lists.scss */
.list-results ul.as-tbl a.result,
.list-events ul.as-tbl a.result,
.list-results-glossary ul.as-tbl a.result {
  padding: 0;
  background-image: url("../../img/template/icon-list-results.png");
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  display: block;
  width: 20px;
  height: 100%;
}
/* line 159, ../scss/page/_lists.scss */
.list-results ul.as-tbl a.result span.hide,
.list-events ul.as-tbl a.result span.hide,
.list-results-glossary ul.as-tbl a.result span.hide {
  text-indent: -9999px;
  display: block;
}
/* line 163, ../scss/page/_lists.scss */
.list-results ul.as-tbl a.icon-large,
.list-events ul.as-tbl a.icon-large,
.list-results-glossary ul.as-tbl a.icon-large {
  padding: 0;
  text-decoration: none;
  color: #8A8A8A;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  display: block;
}
/* line 173, ../scss/page/_lists.scss */
.list-results ul.as-tbl a.icon-large span.hide,
.list-events ul.as-tbl a.icon-large span.hide,
.list-results-glossary ul.as-tbl a.icon-large span.hide {
  text-indent: -9999px;
  display: block;
  width: 1px !important;
  height: 1px !important;
  line-height: 1px;
}
/* line 177, ../scss/page/_lists.scss */
.list-results ul.as-tbl .description, .list-results ul.as-tbl .event, .list-results ul.as-tbl .event-data, .list-results ul.as-tbl .work,
.list-events ul.as-tbl .description,
.list-events ul.as-tbl .event,
.list-events ul.as-tbl .event-data,
.list-events ul.as-tbl .work,
.list-results-glossary ul.as-tbl .description,
.list-results-glossary ul.as-tbl .event,
.list-results-glossary ul.as-tbl .event-data,
.list-results-glossary ul.as-tbl .work {
  display: block;
  float: none;
}
/* line 178, ../scss/page/_lists.scss */
.list-results ul.as-tbl .description,
.list-events ul.as-tbl .description,
.list-results-glossary ul.as-tbl .description {
  margin-bottom: 5px;
}
/* line 179, ../scss/page/_lists.scss */
.list-results ul.as-tbl .event,
.list-events ul.as-tbl .event,
.list-results-glossary ul.as-tbl .event {
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 180, ../scss/page/_lists.scss */
.list-results ul.as-tbl .event-data,
.list-events ul.as-tbl .event-data,
.list-results-glossary ul.as-tbl .event-data {
  color: #666;
}
/* line 182, ../scss/page/_lists.scss */
.list-results ul.as-tbl h3,
.list-events ul.as-tbl h3,
.list-results-glossary ul.as-tbl h3 {
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.9375em !important;
  font-weight: bold;
}

/*EOF .list-results, .list-events, list-results-glossary */
/* line 190, ../scss/page/_lists.scss */
.exile-network .list-results .as-tbl li.row.odd div {
  background-color: #d1d1d1;
}
/* line 191, ../scss/page/_lists.scss */
.exile-network .list-results .as-tbl li.row.even div {
  background-color: #efefef;
}

/* line 193, ../scss/page/_lists.scss */
.exile-network .as-tbl .row .cell:first-child {
  background: #fff !important;
}

/*.list-events (rechts) special style */
/*!!!! TODO - abstand nachunten :( */
/* line 198, ../scss/page/_lists.scss */
.list-events ul.as-tbl li.row {
  margin-bottom: 10px;
  padding-left: 0 !important;
  background-color: #000;
  font-size: 0.8125em !important;
}

/* line 200, ../scss/page/_lists.scss */
.list-events ul.as-tbl li.row.odd div {
  background-color: #f2f2f2;
  border-bottom: 20px solid #fff;
}

/* line 201, ../scss/page/_lists.scss */
.list-events ul.as-tbl li.row.even div {
  background-color: #f2f2f2;
  border-bottom: 20px solid #fff;
}

/* line 203, ../scss/page/_lists.scss */
.list-events ul.as-tbl > li > .cell {
  padding: 20px 0;
  width: 50%;
}

/* line 207, ../scss/page/_lists.scss */
.list-events ul.as-tbl > li > .cell:first-child {
  padding: 0;
}
/* line 209, ../scss/page/_lists.scss */
.list-events ul.as-tbl > li > .cell:first-child img {
  width: 88%;
  height: auto;
}

/*EOD .list-events (rechts) special style */
/**********************************************************************************************************************
 === LIST-INLINE ===
**********************************************************************************************************************/
/* line 222, ../scss/page/_lists.scss */
.list-inline li {
  float: left;
  display: inline-block;
}

/**********************************************************************************************************************
 === LIST-INDEX ===
**********************************************************************************************************************/
/* line 228, ../scss/page/_lists.scss */
.list-index {
  list-style-type: none;
  margin-left: -8px;
  margin-bottom: 17px !important;
}
/* line 235, ../scss/page/_lists.scss */
.list-index li:first-child .btn {
  width: 84px;
}
/* line 236, ../scss/page/_lists.scss */
.list-index li:first-child input.btn {
  width: 96px;
}
/* line 239, ../scss/page/_lists.scss */
.list-index li {
  list-style-type: none;
  margin-bottom: 8px;
  padding-left: 8px;
  background: none !important;
}
/* line 245, ../scss/page/_lists.scss */
.list-index li .btn {
  color: #000;
  padding: 3px 5px 4px 5px;
}
/* line 249, ../scss/page/_lists.scss */
.list-index li .btn.btn-inactive {
  cursor: default;
  color: #dfdee0;
}
/* line 254, ../scss/page/_lists.scss */
.list-index li .btn.btn.btn-selected {
  background-color: #00829B;
  color: #fff;
  border: 1px solid #40A1B4;
}
/* line 261, ../scss/page/_lists.scss */
.list-index li input.btn {
  min-width: 44px;
  padding: 5px;
}
/* line 265, ../scss/page/_lists.scss */
.list-index li input.btn.btn-inactive {
  cursor: default;
  color: #dfdee0;
}
/* line 271, ../scss/page/_lists.scss */
.list-index li button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #eee;
  background: #fff;
}
/* line 279, ../scss/page/_lists.scss */
.list-index li button .no-items {
  cursor: normal;
  color: #666;
}

/**********************************************************************************************************************
 === LIST-NETWORK ===
**********************************************************************************************************************/
/* line 291, ../scss/page/_lists.scss */
.list-network .inner {
  padding: 0 !important;
}
/* line 293, ../scss/page/_lists.scss */
.list-network .as-tbl > li > .cell:first-child {
  background: #fff;
  vertical-align: middle;
  text-align: center;
}
/* line 294, ../scss/page/_lists.scss */
.list-network .as-tbl > li > .cell {
  border-bottom: 10px solid #dfdfdf;
}

/**********************************************************************************************************************
 === EOD LIST-NETWORK ===
**********************************************************************************************************************/
/**********************************************************************************************************************
 === LIST PAGINATION INDEX ===
**********************************************************************************************************************/
/* line 305, ../scss/page/_lists.scss */
.listPaginationIndex {
  display: none;
}

/**********************************************************************************************************************
 === EOD LIST PAGINATION INDEX ===
**********************************************************************************************************************/
/* line 311, ../scss/page/_lists.scss */
#main-1-col div.list-results.list-all div.cell.large {
  width: 85%;
}

/**********************************************************************************************************************
 === DEFAULT TABLE STYLES ===
**********************************************************************************************************************/
/* line 4, ../scss/page/_tables.scss */
table {
  width: 100%;
}

/**********************************************************************************************************************
 === EOD DEFAULT TABLE STYLES ===
**********************************************************************************************************************/
/**********************************************************************************************************************
 === TEXT TABLE ===
**********************************************************************************************************************/
/* line 14, ../scss/page/_tables.scss */
.txt-table-wrapper {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  margin: 30px 0 30px 0;
  padding: 15px 0;
}
/* line 15, ../scss/page/_tables.scss */
.txt-table-wrapper .txt-table {
  width: 100%;
}
/* line 16, ../scss/page/_tables.scss */
.txt-table-wrapper .txt-table .label {
  font-weight: bold;
  min-width: 115px;
}
/* line 17, ../scss/page/_tables.scss */
.txt-table-wrapper .txt-table td {
  padding: 1px 0;
}
/* line 18, ../scss/page/_tables.scss */
.txt-table-wrapper .txt-table .independent td {
  padding: 10px 0;
  vertical-align: top;
}

/**********************************************************************************************************************
 === TEXT TABLE ===
**********************************************************************************************************************/
/**********************************************************************************************************************
 === TABLE-COMMENTS ===
********************** ************************************************************************************************/
/* line 34, ../scss/page/_tables.scss */
.table-comments tr {
  display: block;
  width: 100%;
}
/* line 35, ../scss/page/_tables.scss */
.table-comments td {
  padding: 20px;
  background: #e6e6e6;
  position: relative;
  border-bottom: 20px solid #fff;
}
/* line 36, ../scss/page/_tables.scss */
.table-comments td:first-child {
  background: #f2f2f2;
  min-width: 200px;
  width: 265px;
}
/* line 37, ../scss/page/_tables.scss */
.table-comments td:nth-child(2) {
  width: 100%;
}
/* line 39, ../scss/page/_tables.scss */
.table-comments span {
  display: block;
}
/* line 40, ../scss/page/_tables.scss */
.table-comments .date {
  color: #666;
}
/* line 41, ../scss/page/_tables.scss */
.table-comments .user {
  color: #1f1f1f;
}

/**********************************************************************************************************************
 === EOD TABLE-COMMENTS ===
**********************************************************************************************************************/
/**********************************************************************************************************************
 === DATA-LINK ===
**********************************************************************************************************************/
/* line 51, ../scss/page/_tables.scss */
tr[data-link] {
  cursor: pointer;
}

/**********************************************************************************************************************
 === EOD DATA-LINK ===
**********************************************************************************************************************/
/* line 1, ../scss/page/_gallery.scss */
.gallery {
  margin-bottom: 90px;
}
/* line 3, ../scss/page/_gallery.scss */
.gallery .row a {
  display: inline-block;
}
/* line 4, ../scss/page/_gallery.scss */
.gallery .row a:first-child {
  margin-left: 0;
}

/*
div.gallery div.surround {width:240px; height:240px; float:left; margin-bottom:15px; margin-right:15px; background-color:$theme-bg-color!important; padding:0;}


div.gallery a {
padding:0;
 display: table-cell!important;
 vertical-align: middle!important;

	width: 240px!important;
	height: 240px!important;

}

div.gallery a img { vertical-align:middle!important; }

*/
/* line 29, ../scss/page/_gallery.scss */
div.gallery .tile {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 2% 2% 0;
  width: 160px;
  height: 160px;
}
/* line 38, ../scss/page/_gallery.scss */
div.gallery .tile .tbl {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 43, ../scss/page/_gallery.scss */
div.gallery .tile .tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #F3F3EE;
  -webkit-box-shadow: inset 0px 0px 1px 1px #ddd;
  box-shadow: inset 0px 0px 1px 1px #ddd;
}
/* line 51, ../scss/page/_gallery.scss */
div.gallery .tile .tbl .tbl-cell img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 160px;
}

/* line 66, ../scss/page/_gallery.scss */
.btn-showAll {
  float: right;
}

/* line 68, ../scss/page/_gallery.scss */
div.gallery:before,
div.gallery:after {
  content: " ";
  display: table;
}

/* line 70, ../scss/page/_gallery.scss */
div.gallery:after {
  clear: both;
}

/* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats.  */
/* line 73, ../scss/page/_gallery.scss */
.gallery {
  *zoom: 1;
}

/* ==========================================================================
   LEFT COL
   ========================================================================== */
/* line 8, ../scss/page/_caption.scss */
#left-col .wrapper,
#left-col .caption,
#left-col .address,
#left-col .source,
.cell .wrapper,
.cell .caption,
.cell .address,
.cell .source {
  display: block;
  font-size: 0.8125em;
}
/* line 15, ../scss/page/_caption.scss */
#left-col .caption, #left-col .address,
.cell .caption,
.cell .address {
  padding: 10px 12px 0px 12px;
  color: #201a24;
}
/* line 20, ../scss/page/_caption.scss */
#left-col .source,
.cell .source {
  padding: 0px 12px 10px 12px;
  color: #666;
}
/* line 25, ../scss/page/_caption.scss */
#left-col span.caption, #left-col span.address,
#left-col span.img-float,
#left-col span.source,
.cell span.caption,
.cell span.address,
.cell span.img-float,
.cell span.source {
  display: inline;
  padding: 0px;
  float: none;
}

/* ==========================================================================
   EOD LEFT COL
   ========================================================================== */
/* ==========================================================================
   RICHTEXT
   ========================================================================== */
/* line 43, ../scss/page/_caption.scss */
.caption-wrapper {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  font-size: 0.8125em;
  color: #201a24;
}
/* line 50, ../scss/page/_caption.scss */
.caption-wrapper img {
  max-width: 100%;
}
/* line 54, ../scss/page/_caption.scss */
.caption-wrapper .caption, .caption-wrapper .address,
.caption-wrapper .source {
  display: block;
  background: #F3F3EE;
}
/* line 59, ../scss/page/_caption.scss */
.caption-wrapper .caption p, .caption-wrapper .address p, .caption-wrapper .caption h1, .caption-wrapper .address h1, .caption-wrapper .caption h2, .caption-wrapper .address h2, .caption-wrapper .caption h3, .caption-wrapper .address h3, .caption-wrapper .caption h4, .caption-wrapper .address h4, .caption-wrapper .caption h5, .caption-wrapper .address h5, .caption-wrapper .caption h6, .caption-wrapper .address h6,
.caption-wrapper .source p,
.caption-wrapper .source h1,
.caption-wrapper .source h2,
.caption-wrapper .source h3,
.caption-wrapper .source h4,
.caption-wrapper .source h5,
.caption-wrapper .source h6 {
  padding: 0;
  margin: 0;
}
/* line 65, ../scss/page/_caption.scss */
.caption-wrapper .caption, .caption-wrapper .address {
  padding: 10px 12px 0px 12px;
  color: #201a24;
}
/* line 70, ../scss/page/_caption.scss */
.caption-wrapper .source {
  padding: 0px 12px 10px 12px;
  color: #666;
}

/* ==========================================================================
   EOD RICHTEXT
   ========================================================================== */
/* line 2, ../scss/page/_address.scss */
.address b {
  display: block;
}

/* line 2, ../scss/page/_breadcrumb.scss */
#main-col .breadcrumb .icon-home, #left-col .breadcrumb .icon-home {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVEMzFCRjg2NjdEQjExRTNBRTQ1RkEwNzJCRDAwREUyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVEMzFCRjg3NjdEQjExRTNBRTQ1RkEwNzJCRDAwREUyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUQzMUJGODQ2N0RCMTFFM0FFNDVGQTA3MkJEMDBERTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUQzMUJGODU2N0RCMTFFM0FFNDVGQTA3MkJEMDBERTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6T7YwEAAAAQElEQVR42mL8//8/AwwwNs8Bc/7XpjAyIAEmdAXobLgidEEMTQxNszEUIAOQ1UwMRADSFYGMRvcZeSbhAgABBgALRxdJKO7wTwAAAABJRU5ErkJggg==') left center no-repeat;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 9px;
  line-height: 1.4;
}
/* line 10, ../scss/page/_breadcrumb.scss */
#main-col .breadcrumb li, #left-col .breadcrumb li {
  text-transform: uppercase;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACdJREFUeNpimDlz5n8GKPj/H8qECcIFYIIoAsgqMVWgmIFuC0CAAQBfVSV1eA7FrAAAAABJRU5ErkJggg==') left center no-repeat;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 0.6875em;
}
/* line 17, ../scss/page/_breadcrumb.scss */
#main-col .breadcrumb li:first-child, #left-col .breadcrumb li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
  line-height: 1.4;
}
/* line 22, ../scss/page/_breadcrumb.scss */
#main-col .breadcrumb li a, #main-col .breadcrumb li a:link, #main-col .breadcrumb li a:visited, #left-col .breadcrumb li a, #left-col .breadcrumb li a:link, #left-col .breadcrumb li a:visited {
  cursor: pointer;
}

/* line 1, ../scss/page/_cite-box.scss */
.cite-box {
  margin-bottom: 20px;
  border-bottom: 1px dotted #868586;
}
/* line 4, ../scss/page/_cite-box.scss */
.cite-box blockquote {
  margin-bottom: 0.636em;
  font-size: 1.375em;
  font-family: "GaramondURW-RegIta", Arial, Helvetica, sans-serif;
  line-height: 1.318em;
}
/* line 10, ../scss/page/_cite-box.scss */
.cite-box blockquote p:last-child {
  margin-bottom: 0;
}
/* line 14, ../scss/page/_cite-box.scss */
.cite-box address {
  font-size: 0.8125em;
  color: #666;
}

/* line 1, ../scss/page/_media.scss */
.img-inline {
  display: inline-block;
}
/* line 2, ../scss/page/_media.scss */
.img-inline.left {
  float: left;
  margin: 5px 10px 10px 0;
}
/* line 3, ../scss/page/_media.scss */
.img-inline.right {
  float: right;
  margin: 5px 0 10px 10px;
}

/* line 1, ../scss/page/_lightbox.scss */
.lightbox-overlay {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DFDEE0;
}
/* line 2, ../scss/page/_lightbox.scss */
.lightbox-overlay .wrapper {
  position: relative;
}
/* line 3, ../scss/page/_lightbox.scss */
.lightbox-overlay .loading {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
/* line 5, ../scss/page/_lightbox.scss */
.lightbox-overlay .mediaWrapper {
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}
/* line 6, ../scss/page/_lightbox.scss */
.lightbox-overlay .mediaWrapper > img {
  width: 100%;
  height: auto;
}
/* line 9, ../scss/page/_lightbox.scss */
.lightbox-overlay .btn {
  position: absolute;
  display: none;
}
/* line 11, ../scss/page/_lightbox.scss */
.lightbox-overlay #lightbox-close {
  color: #000;
  left: 30px;
  top: 30px;
  text-transform: uppercase;
  padding-left: 50px;
  /*background: url("../../img/template/lightbox/btn-back.jpg") no-repeat;*/
  border: none;
  min-width: 40px;
  min-height: 40px;
}
/* line 12, ../scss/page/_lightbox.scss */
.lightbox-overlay #lightbox-next {
  right: 0;
  bottom: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAACICAYAAABEBa3zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABONJREFUeNrs3HtIW1ccB/CbmE1FhMFgaOMjYhxqtE4XstTBYETEoRh8kBGZgukQ6sLmZFAK/adQKBWhbohCKArxkS1kjvgAcaOD4USCGB0mao0YiyEyGAwmMizq7oErSNc5T+p95Ob7hfyRkJMcPvndc859RcEwzDUG+c8oQQAgAAEIQAACEIAAhAAIQAACEIAABCAAIQACEIAABCAAAQhACIAABCAAAQhAAAIQgBAAAQhAAAIQgC5IVVVVysHBgXNhYeF9AL0EZ2pqajQtLc1kNBrjBkkpII4rJSXlBnmuUChSCNLi4uIHCQ/U1NSUxuEYzr9OkAwGw7DP5/swYYEIztjY2L9wziPp9frHUkbiDchms6UTnOTk5Hcveh+HNLy8vGySIpCC4elun8PDw9HU1NRLV8bp6enz1dXVjvLy8rmEqKD5+fnek5OTvy79SykUr5WVlTn8fn91QgBVV1evzM7OWmJBYivpo4QYpGtra3/jkP6kQSotLR1cW1urTYhpnkOy0iLpdDpJIAmyUCRI09PTVJXEJokgBQKB+oTY1TCbzQEO6Q8apOLi4v5gMNiQEDurHJKVFqmoqOhrsZAEP9xBkLxeryUWpK2tLYvsgUgaGxs33G53My2SVqvtFRpJtANmVqv1KYf0OyXSIyGRRD2iyCF9TInEEKRQKGSVPdAZ0vj4OG0lMfn5+b0s0ieyByJpbW3dJkjHx8f7lEgPd3Z22mQPdIbkcrkstEgajeZBOBxulz3QGZLT6WyiRcrNzb3PF5LkTvvYbLaww+FoiAVpd3f3U9kDkXR2dj7jkCI07XJycu7t7e3dkj3QOaRmWiS1Wn33KpEkfWaVIPX39zfEiGSXPRBJV1dXhEN6Rol0JxqNfi57oHNIzbRIGRkZt18VKW4uXjg6OjpmV9sntO0UCsXrr/K9qnjA6enpyeju7v4hKSkph6bd/v5+b2Zm5iNZA/X19antdrsnBpyHLM43sh6DYsWJRCIPrgJH0hXE4ZDNSk2Jcz8rK2vwqvohSaCBgYGcjo4Oj9g4kgTicEjlZNC0YxeG97Kzsx1X3R9JAQ0NDWna2tq+p8Vhd1LvajSaYT76JBmgkZGRfKvV6pYSjmRmsVhxwuHwHT5xJAFEcFpaWjy0ONvb27fz8vKcfPdP1E3M5XK9bbFYvlMqlW/R4mi12lEh+qiKN5xQKPRlQUGBW6h+KkXE8VDiHAuNI0oFTUxMFJrNZjeL8yYlzldC4wheQV6vVxcLzubmZrcYOIICEZy6ujoXLc76+voXhYWFHrHGSpWAOKRy3qDBCQaDdp1ONynmTMs70MzMzPWamhoXLU4gELhVUlIyI/Y6TSUADqmc9Mu2IReUs5XzmRRweAWam5t7x2QyfRvPOCS4FeF/ksQ+0vn44Gg0+iO7ed1QqVTX4hWHVyC/33/ETtGT7Lqn8iIkgrOysnKzoqLiJ0aC4Q2IhAV6TpDq6+vfY5HUL8NZWlpq1+v1TxiJhlegM6SNjY3pF5FYnL9ZnJsGg+FnRsLhbZB+MefuWzUQHJ/P1240Gn9hJB7BgM6QJicnH7NjzmBlZeWvTBxEUKB4DP55AUAAAhCAAAQgAAEIARCAAAQgAAEIQABCAAQgAAEIQAACEIAQAAEIQAACEIAABCAAIQACEIAABKC4yz8CDADofkmoM0NN+QAAAABJRU5ErkJggg==');
  width: 72px;
  height: 136px;
}
/* line 13, ../scss/page/_lightbox.scss */
.lightbox-overlay #lightbox-prev {
  left: 0;
  bottom: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAACICAYAAABEBa3zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABPVJREFUeNrs3H1IG2ccB/DEl02UwmAwtJEaMQ5NdJEgwW0wGBVx+BJ8IeN8g0oRtKFzMiiDQv8plIk4N5yCdBZiMSz4QqoyEUf/ERGxOodJ5owY32UwGMyhrqh7npFAKbXbc8vdPbl+v3B/JcddPvye5+65e55oNRrNZQ1yYWJAACAAAQhAAAIQgACEAAhAAAIQgAAEIAAhAAIQgAAEIAABCEAIgAAEIAABCEAAAhCAEAABCEAAAhCAJMzs7Oz7h4eHzsLCwgQAvQCnoKDAmZSUdHVsbOyhXEhRATQ3N/cBxdFqtf+gJCQkvEuQXHIgcQ80Pz//odVqfRDGCYcgWSlSVVVVkpTHjyXbJZ5x8vPzKc7rL/o8Li5OZ7PZ3vP7/Y/I9vSVAlpcXLxqsVj6CU78y75HkC5TpL29vfGlpaW/In0eWg2Hq33IDy0ym819/4bzbI6Ojh4nJibWqb4PEoNzdnb2x8zMTIfqO+nl5eWPxOBMTk7ai4qKfpTinOJ4wVlZWSkxGo3fMOL8TnCEkpKSn6Q6rzhecEwmU2/oosENDhdNzOv1lovBGR8ft0uNoziQz+erIM2qmxHnN4pDLu1eVQ81KE52dvZXInAEuXAU64PW1tbsBoOhgxXH4/HYKysrf1b14w6xOG63u1puHNmBQjhfMuL8SnEEQfhFiWqXDSgQCAghHA0jzsdK4cgGRHDqMjIyOlhxBgcHq5XEkaWT3tjYaNDr9fdY9jk9PT1wuVz2+vr6daXv0yStoGAweC2acSQFojhpaWl3WXGcTmcVLziSAW1ubl4XgbPb19dX0djYGOTpCUPE+6Dt7e2m1NTUOyJwqltaWrY0nCWiFbSzs9MsBqe7u7uCR5yIAhEch06nu82Is0VxWltbdzWcJiJNbH9//2ZycvItETjVPONEpILE4nR2dlbwjhMRIK1W+xrrPuQu+UwTJfnfQKR6Og4ODr5g2Sc+Pl7f1tY22t7enqx6IJqUlJSvWZFiY2OvUKSuri6d6oHCSLu7u/dYkRwOxxDPSBG9DyL3QN0E6a4IJG4rKeJDDYLUKwJJR5F6enquqB4ojLS1tXWHFampqWmINyTJRvNksHqfDFpvi0Aa7e/v16seiEav1z8QgZTc0NAwPDAwkKF6oDBSMBj8nBVJEAQ3D0iyPJNOT093rq+v32JFqqmpGVIaSba3GgaD4SErUkxMzFsUyeVyva16oDBSIBD4lBXJbrd/pxSS7G9WMzMz3SGkU0YkRSpJkckLIaTPGJHepEgjIyNZqgcKI62urraxItlsNrfH4zGpHogmKytryO/3f8KKVFpa6pILSfEZZkajcdTn8zlEILknJibeUT0QjclkeuT1epsZkd4oLi52SY3EzTTgnJycCYp0fn7+lBFJ0kriap40RSLN7QYj0iWKNDU1lSfFOXG5FIFOKM/Nze3FUoQLYjabvydITf+1kk5OTp44HI7mV6aCwqErfvLy8r59WSVRnNraWmF4ePhP1fdBz8disfywsLBw7aJKOj4+npcSh3sgGqvV+jiEdPw8Th2JlDjcN7FnE1p9eJ8uzaQ4ZWVlwvT09LHUx40aIBq68pn0Sc3l5eXX5cCJOiAlgn9eABCAAAQgAAEIQABCAAQgAAEIQAACEIAQAAEIQAACEIAABCAEQAACEIAABCAAAQhACIAABCAAASjq8rcAAwDCT0LSxspwaQAAAABJRU5ErkJggg==');
  width: 72px;
  height: 136px;
}

/* line 2, ../scss/page/_forms.scss */
textarea,
input {
  -webkit-border-radius: 0px;
}

/* line 7, ../scss/page/_forms.scss */
textarea,
input[type="text"] {
  -webkit-appearance: none;
}

/* line 12, ../scss/page/_forms.scss */
input,
textarea,
label,
select,
button,
.btn,
.formError,
.styled-select,
.styled-checkbox,
.sbHolder,
.sbSelector {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 26, ../scss/page/_forms.scss */
.form-search {
  margin-left: -45px;
  margin-right: -100px;
  padding-top: 17px;
  background: #E4E4E4;
  margin-bottom: 35px;
}
/* line 33, ../scss/page/_forms.scss */
.form-search > .inner {
  padding: 0 100px 15px 45px;
}
/* line 35, ../scss/page/_forms.scss */
.form-search input {
  width: 98%;
  border: 2px solid #e6e6e6;
  padding: 7px 10px;
  float: left;
}

/* line 42, ../scss/page/_forms.scss */
.search-submit-50 {
  width: 50px;
  height: 50px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdxJREFUeNrsmDEsA1EYx3s0nc5e+91+NWBoSYiE2KTKSCREkOtIzMKowSiMVNNNWGkH6UD3XtAz6NTp7P7y1UvTcj2tPpf43vT1fV/u/fJ/7/3f61OeHp8D/ms9AV82xmIsxmIsxmIsxvI1VvB3P/dwX6QgMmD8PRZoMulM7jZf3xkbicYT8fb4lM6vgQepw4vzzHfZ2bn4hrkuW63dnb2ry2uKVVWFNpquWSUL+jmOg04QI9ja3pSHhSEF0+LSAoQBGf0ECrInx6eIUaNpGrIyJhEDJ2bmSRKIMTU92VwDIMhJQqazZwK6iwaRu8kTEybuSyY09NOSRyXqZfhWsVjzAmw3lzKRtSxLBlblteLFokQW++AfHz7h/nCDs7v7PoxDBpZh1GYH/u5SJrLwCBlYsdEobXjoIdyr2SBILVSiXgYWRoKFCq+Hc5JfCFdDD5nWR3Gf+qOPd3omtjx8RNN1LXW079FRu35Ut0fWmzSTHWINDQ8aEePNceyy3XCxWVldfinb1WqVehAU7grjE2OhUKjrajXbAVaS/mkHmEpzLVmq81KcSC0vFIqEZ7d6Mo/zqMh5DSQyBB7XliLtkZI2psedGAzIat4vW/w/kbEYi7EYi7EYy+9Y7wIMAN8m4y/7LK/YAAAAAElFTkSuQmCC');
  display: inline-block;
}

/**********************************************************************************************************************
 === FILTER-RESULTS Desktop + Responsive ===
**********************************************************************************************************************/
/* line 54, ../scss/page/_forms.scss */
label.hidden {
  display: block;
  width: 0px !important;
  height: 0px !important;
  line-height: 0.001px !important;
  max-width: 0px;
  max-height: 0px;
  overflow: hidden !important;
  padding: 0px;
  margin: 0px;
}

/* line 57, ../scss/page/_forms.scss */
.filter-results {
  position: relative;
  z-index: 199;
}
/* line 58, ../scss/page/_forms.scss */
.filter-results .btn.btn-submit,
.filter-results .btn.btn-reset,
.filter-results .search-field,
.filter-results .styled-select {
  margin: 0 1% 1% 0;
}
/* line 64, ../scss/page/_forms.scss */
.filter-results div.filter {
  z-index: 200 !important;
  position: relative;
}
/* line 65, ../scss/page/_forms.scss */
.filter-results div.filter div.styled-select {
  z-index: 250 !important;
}
/* line 67, ../scss/page/_forms.scss */
.filter-results div.filter div.styled-select.openselect {
  z-index: 300 !important;
}
/* line 68, ../scss/page/_forms.scss */
.filter-results div.filter div.styled-select.openselect select, .filter-results div.filter div.styled-select.openselect div.sbHolder {
  position: relative;
  z-index: 350 !important;
}

/* line 73, ../scss/page/_forms.scss */
.filter-results .btn.btn-submit,
.filter-results .btn.btn-reset,
.styled-select {
  width: 32%;
}

/* line 76, ../scss/page/_forms.scss */
.search-calendar {
  position: relative;
  z-index: 30;
}
/* line 80, ../scss/page/_forms.scss */
.search-calendar > * {
  margin: 0 1% 1% 0;
  float: left;
}
/* line 85, ../scss/page/_forms.scss */
.search-calendar .search-field {
  width: 45% !important;
}
/* line 86, ../scss/page/_forms.scss */
.search-calendar .filter {
  width: 25% !important;
}
/* line 86, ../scss/page/_forms.scss */
.search-calendar .filter .styled-select {
  width: 100%;
}
/* line 87, ../scss/page/_forms.scss */
.search-calendar .btn.btn-submit {
  width: 25% !important;
}

/* line 90, ../scss/page/_forms.scss */
.filter-results .search-field {
  width: 65%;
}

/* line 91, ../scss/page/_forms.scss */
.filter-results .btn.btn-submit {
  width: 32%;
}

/* line 97, ../scss/page/_forms.scss */
.filter-results .btn.btn-submit,
.filter-results .btn.btn-reset,
.search-calendar .btn.btn-submit,
.search-calendar .btn.btn-reset {
  min-width: 7em;
  height: 33px !important;
  min-height: 33px !important;
  max-height: 33px !important;
  line-height: 33px;
  border: 0;
  padding: 0;
  text-align: left;
}
/* line 109, ../scss/page/_forms.scss */
.filter-results .btn.btn-submit,
.search-calendar .btn.btn-submit {
  border: 0;
}

/* line 114, ../scss/page/_forms.scss */
.styled-select {
  background: #DFDEE0;
}

/* line 118, ../scss/page/_forms.scss */
.no-js .styled-select {
  background: #DFDEE0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDA5OTM4MUVEMUREMTFFMjhCN0Y4NjAyMERDMzlCM0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDA5OTM4MUZEMUREMTFFMjhCN0Y4NjAyMERDMzlCM0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MDk5MzgxQ0QxREQxMUUyOEI3Rjg2MDIwREMzOUIzQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MDk5MzgxREQxREQxMUUyOEI3Rjg2MDIwREMzOUIzQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpMCJvoAAAC4SURBVHjaYvz//z8DKYCJgUTAqCitYgCkJwNxxL0nt59iU6QkoyoNpFYDcTrIhi4gtgHiY0AJFSyKQWIngdgSpBakwR+I9wGxHBAfBirQRVIMYh8DYpANu4E4iBHkaaAEG9RKPyB+DcQ+UD3bgVgIiNdDnfyLERZKQE3MQGoREEcB8UcgBvF5gHgxECcCFf8FKwRpQMbAQJgGxP+heDK6PCO2eADaBgqIX0BTazCCleYRR7IGgAADANjyT0BW3QjGAAAAAElFTkSuQmCC') 97% 50% no-repeat;
}

/* line 122, ../scss/page/_forms.scss */
.styled-select select {
  background: transparent;
  width: 130%;
  border: 0;
  border-radius: 0;
  padding: 7px 5px;
  line-height: 1;
  height: 33px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 30px;
}

/* line 140, ../scss/page/_forms.scss */
.filter-results .filter {
  width: 100%;
  clear: both;
}

/* line 149, ../scss/page/_forms.scss */
.filter-results .search-field,
.filter-results .styled-select,
.search-calendar .search-field,
.search-calendar .styled-select {
  float: left;
  height: 33px;
  text-transform: uppercase;
}
/* line 156, ../scss/page/_forms.scss */
.filter-results .search-field,
.search-calendar .search-field {
  border: 0;
  text-indent: 10px;
  -moz-box-shadow: inset 0px 0px 1px 1px #ddd;
  -webkit-box-shadow: inset 0px 1px 1px 1px #ddd;
  box-shadow: inset 0px 0px 1px 1px #ddd;
  -webkit-appearance: none;
}

/**********************************************************************************************************************
 === EOF FILTER-RESULTS ===
**********************************************************************************************************************/
/**********************************************************************************************************************
 === Kontaktformulare ===
**********************************************************************************************************************/
/* line 175, ../scss/page/_forms.scss */
.error-popup {
  display: block;
  position: absolute;
  width: 16%;
  height: auto;
  padding: 20px;
  bottom: 70px;
  left: 10px;
  background-color: #e9e9e9;
  color: #000;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  z-index: 30;
}

/* line 190, ../scss/page/_forms.scss */
.form-generic {
  position: relative;
  width: 100%;
}
/* line 195, ../scss/page/_forms.scss */
.form-generic legend {
  display: none;
}
/* line 199, ../scss/page/_forms.scss */
.form-generic textarea {
  padding: 6px;
  min-height: 150px;
}
/* line 204, ../scss/page/_forms.scss */
.form-generic input {
  padding: 0 6px;
  line-height: 30px;
}
/* line 209, ../scss/page/_forms.scss */
.form-generic input,
.form-generic textarea,
.form-generic .styled-select {
  float: right;
  width: 70%;
}
/* line 216, ../scss/page/_forms.scss */
.form-generic .styled-checkbox {
  float: right;
  margin-right: 2px;
  width: 70%;
}
/* line 221, ../scss/page/_forms.scss */
.form-generic .styled-checkbox input {
  width: auto;
  float: left;
}
/* line 225, ../scss/page/_forms.scss */
.form-generic .styled-checkbox p {
  width: 90%;
  float: right;
  padding: 9px 0 0 0;
}
/* line 232, ../scss/page/_forms.scss */
.form-generic label {
  width: 25%;
  float: left;
}
/* line 237, ../scss/page/_forms.scss */
.form-generic input,
.form-generic textarea,
.form-generic label,
.form-generic select.select,
.form-generic .styled-select {
  margin-top: 10px;
}
/* line 245, ../scss/page/_forms.scss */
.form-generic br {
  float: none;
  clear: both;
}
/* line 253, ../scss/page/_forms.scss */
.form-generic fieldset {
  border: medium none;
}
/* line 257, ../scss/page/_forms.scss */
.form-generic label.required,
.form-generic span.required {
  font-weight: bold;
}
/* line 262, ../scss/page/_forms.scss */
.form-generic label#label-privacy {
  margin-left: 5px;
  margin-top: 5px;
  width: 95%;
}
/* line 267, ../scss/page/_forms.scss */
.form-generic label#label-privacy a.RichTextIntLink {
  text-decoration: underline !important;
}
/* line 272, ../scss/page/_forms.scss */
.form-generic label#label-privacy.error a.RichTextIntLink {
  color: #a30000 !important;
  text-decoration: underline !important;
}
/* line 280, ../scss/page/_forms.scss */
.form-generic input,
.form-generic textarea {
  background: #fff;
  border: 2px solid #DFDEE0;
}
/* line 286, ../scss/page/_forms.scss */
.form-generic input:hover,
.form-generic textarea:hover {
  border-color: #00829B;
}
/* line 291, ../scss/page/_forms.scss */
.form-generic input:focus,
.form-generic textarea:focus {
  border-color: #000;
  -webkit-box-shadow: 0px 0px 15px 0px #DFDEE0;
  box-shadow: 0px 0px 15px 0px #DFDEE0;
}
/* line 298, ../scss/page/_forms.scss */
.form-generic fieldset > div:last-child,
.form-generic #obligatory {
  width: 70%;
  float: right;
  clear: both;
  display: block;
}
/* line 306, ../scss/page/_forms.scss */
.form-generic #obligatory {
  font-size: .85em;
  margin-top: 5px;
}
/* line 311, ../scss/page/_forms.scss */
.form-generic #meldung {
  background: none repeat scroll 0 0 #383838;
  color: #fff;
  border: 1px solid #161616;
  font-size: 12px;
  padding: 10px;
  margin: 20px 0 0;
}
/* line 320, ../scss/page/_forms.scss */
.form-generic .error {
  color: #a30000 !important;
}
/* line 324, ../scss/page/_forms.scss */
.form-generic .formError {
  float: left;
  clear: both;
  color: #a30000;
  width: 70%;
  min-width: 120px;
  margin-left: 25.5%;
  display: block;
  padding: 10px 0px 1px 0px;
}
/* line 335, ../scss/page/_forms.scss */
.form-generic input[type="hidden"] {
  border: 0 none;
  display: none;
  padding: 0;
}

/**********************************************************************************************************************
 === EOF Kontaktformulare ===
**********************************************************************************************************************/
/* line 3, ../scss/page/_buttons.scss */
.doorpage a.btn-more,
.doorpage a.btn-less {
  float: right;
  display: block;
  margin-bottom: -20px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background-repeat: no-repeat;
}
/* line 14, ../scss/page/_buttons.scss */
.doorpage a.btn-more {
  background-image: url("../../img/template/bg-btn-more.png");
}
/* line 17, ../scss/page/_buttons.scss */
.doorpage a.btn-less {
  background-image: url("../../img/template/bg-btn-less.png");
}

/*EOF .doorpage*/
/* ***************************************************************************
   === BTs General ===
   *************************************************************************** */
/* line 30, ../scss/page/_buttons.scss */
.filter-results .btn.btn-submit, .filter-results .btn.btn-reset,
.search-calendar .btn.btn-submit,
.search-calendar .btn.btn-reset {
  text-indent: 10px;
  text-align: left;
}

/* line 37, ../scss/page/_buttons.scss */
.btn {
  display: block;
  padding: 7px 5px;
  min-width: 40px;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  text-align: center;
  background-color: #fff;
  /*
      &.btn-submit,
      &.btn-reset {
          width:47%;
          float: left;
          margin-right: 3%;
          height:37px;
          max-height: 37px;
          min-height: 37px; // crossbrowser height problems
          background: #000;
          color: #fff;
          font: 1em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
      }
  */
  /*
      &.btn-submit:last-child {
          margin-right: 0;
          // width:50%;
      }
  
      &.btn-submit:hover,
      &.btn-reset:hover {
          border: 0;
          -webkit-box-shadow: inset 0px 0px 0px 2px #000;
          box-shadow: inset 0px 0px 0px 2px #000;
      }
  
      &.btn-reset {
          color: #000;
          background: #ddd;
          text-align: center;
          -webkit-box-shadow: inset 0px 0px 2px 1px #ccc;
          box-shadow: inset 0px 0px 2px 1px #ccc;
      }
  */
}
/* line 49, ../scss/page/_buttons.scss */
.btn.btn-submit, .btn.btn-reset {
  float: left;
  width: 48.5%;
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
  text-indent: 0;
  text-align: center;
}
/* line 61, ../scss/page/_buttons.scss */
.btn.btn-submit {
  color: #fff;
  background: #000;
  border-color: #000;
}
/* line 67, ../scss/page/_buttons.scss */
.btn.btn-reset {
  margin-right: 3%;
  color: #000;
  background: #DDD;
  border-color: #DDD;
}
/* line 74, ../scss/page/_buttons.scss */
.btn.btn-inactive {
  cursor: default;
  color: #DFDEE0;
}
/* line 78, ../scss/page/_buttons.scss */
.btn.btn-inactive:hover, .btn.btn-inactive:focus, .btn.btn-inactive:active {
  background-color: #fff;
}
/* line 85, ../scss/page/_buttons.scss */
.btn.btn-selected {
  color: #fff;
  border: 1px solid #5fc5f4;
  background-color: #3ab0e6;
}
/* line 91, ../scss/page/_buttons.scss */
.btn:hover, .btn:focus, .btn:active {
  color: #000;
  text-decoration: none;
  background-color: #e5e5e5;
}

/* line 137, ../scss/page/_buttons.scss */
input.btn {
  min-width: 44px;
}

/* line 141, ../scss/page/_buttons.scss */
a.btn-reset {
  color: #000;
  max-height: 26px !important;
  min-height: 26px !important;
  height: 26px !important;
}

/* ***************************************************************************
   === specials just for btn-play ===
*************************************************************************** */
/* line 157, ../scss/page/_buttons.scss */
a.btn-play, a.btn-play-audio, a.btn-play-video, a.btn-play-browsecatalog,
span.btn-play,
span.btn-play-audio,
span.btn-play-video,
span.btn-play-browsecatalog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 167, ../scss/page/_buttons.scss */
a.btn-play,
span.btn-play {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTk4QUM0OTYxOTVDMTFFM0JEMEFEMzY5RUJCQkRENDQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTk4QUM0OTUxOTVDMTFFM0JEMEFEMzY5RUJCQkRENDQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmRpZDpFMzhCMjE4MzVDMTlFMzExQUJGOUJEMjk1QzI2Q0MyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMzhCMjE4MzVDMTlFMzExQUJGOUJEMjk1QzI2Q0MyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuB4YPoAAAJSSURBVHjaYpSTV2pgGKSAiWEQg1HHjTpuUDmut7fbysbGWnhQOs7M1FR98aIF2atWLffT19fjH3TRysTExGhuZma4ft2a3GVLF3urq6vxDLo0xwwE1tZWJtu2bs6fN3e2q5ycLOegyxAsQODs7GS1Z/fO/ClTJtlLSkqwD7rcyg4Evj7eDgf2780HZRx+fn6WQVeUcHBwcIYEB7keP3Y4v7m50YSbm4t50JVz3NzcPHGxMd7Hjh7OqaurMWRlZWUcdIWwABAkJyX6nTxxNLu4qFB7UNYQwkCQl5cTcurksfS0tFTVQVl9iYuLS1RXVUQB02RKbEy04qCsW6WkpKRbWpri9u/fE+fv5ys9KCt+JUVFxUmTJqTs2LE1wt3dTWJQtko0NTTUZ82cnr5p4/oQXI2LAW8yAWtFRhZmZqzuYBkoR928eev2xEmT92/duu05zqqS3o569Ojxo/4JE3evW7f+CcF6nF6Oevb8+fOZM2ftWbBg0T2iGxm0dtQrIJg3f8G+6dNn3iS5BUQrR71//+HdihUrD3Z0dl0i1wyqO+7Tp08f165df7i1rf3c79+//1NiFtUc9w0I1q3fcLCtrf3s16/f/lLDTIod9xMItm3bfqSltf3UmzdvflEzFsh2HDDKfu3eved4U3PL8efPX/ykRbol2XF/gODosWNna2rqDgLLrO+0zOlEO+4vEJw4cfI8MKEfunr12md6lI1EOe7MmbMX2to7Dp49e+4DPWsTvI47e/bs7draui0HDh56PRD1L+PoyOao40YdhwAAAQYA8tPeBY5UWhsAAAAASUVORK5CYII=') no-repeat center center;
}
/* line 170, ../scss/page/_buttons.scss */
a.btn-play-audio,
span.btn-play-audio {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjI0QzIxQTYxOTVDMTFFMzk4NzhGQ0Y5OUYwNjkzRjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjI0QzIxQTUxOTVDMTFFMzk4NzhGQ0Y5OUYwNjkzRjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmRpZDpFMzhCMjE4MzVDMTlFMzExQUJGOUJEMjk1QzI2Q0MyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMzhCMjE4MzVDMTlFMzExQUJGOUJEMjk1QzI2Q0MyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsEpsbkAAAJiSURBVHjaYlSUVmlgGKSAiWEQg1HHjTpu1HG0dFxIWBCDlrbm4HMcyGFdfZ0MfHx8OOXzi/Lo7zhQaNU21uBVA3JYflEuw9Zdm3F6gOqOAzls+ZqlDLy8vHhDVVpGGszW1NIAqyfkQCZ6OAwEdu3YA8S74XyYA2nmOGIdBgKfPn1iyEjJYlizah2KA/ElBSZ6OAwZlBWVozgwMTmeQUZWmnqOI9dhMNDS0Mrw5PFTlIxCFcdR6jBYFE/qnwTnB4cGYQ09FlwG4EqsIMcR6zCYR04cO8lQWlgOdhQMgKI2rzAP7ig3d1eGeXMWEOc4cwsziosYC0tzsEdc3V3AjvR280WR371rDzjNge0DqkV3HE3rVpBlPu5+4BAD5UxQWYcMTh4/CWfLyMrQv+K/dvU6w/w5CyFpKywYNe19/IRSrAxIq+TpkyeDt8mkqa01OB0HyhSwtLYbqfoCAT5+PpTop6vjklISGJatXgLOsSDLkWsGWA5FRP1T4su5E0g5Cb3sIqa5g2wGyGEZKZko5RykbHPBmnMJOi4qNAan40ChQYwDQY4CFSWgqgrdYchNKFihTHG0giwEORzdMnzq0dWCPIZcn65dvQ6reUzkll2kOBAd1DZWo4TaxL5J1M2t5Dqwu78TXNEjHDYZpYVCtdxKigNBUTlz7nQUh4H04wo1qhQlxDoQlJFckXInTB/NC2FiHAgqVpCLFmI8xCzIJ+RADQe+fv2G4Q0QuwLbZaDc9wRLoQoqaJ8A69n87EKGnz9/EjSThZo1AqyswhUiyKFHDKCq43AVpqMDOaOOGyqOAwgwAPK9GGp61PcBAAAAAElFTkSuQmCC') no-repeat center center;
}
/* line 173, ../scss/page/_buttons.scss */
a.btn-play-video,
span.btn-play-video {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEEwODM1ODYxOTVDMTFFM0I2Q0I4NTRDMUZEQTA2NTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEEwODM1ODUxOTVDMTFFM0I2Q0I4NTRDMUZEQTA2NTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmRpZDpFMzhCMjE4MzVDMTlFMzExQUJGOUJEMjk1QzI2Q0MyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMzhCMjE4MzVDMTlFMzExQUJGOUJEMjk1QzI2Q0MyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm4tic0AAALYSURBVHja7FdLaxNRFD7VQrtJQLGrGRemFWy6EQSTCkoWtgq+oGkVxEUtutRiobhRjCQuqlhpF1qxL8EH2NpFNVDTLkpdWH9AE0GbjZM/kKyyc75D7nBNZiaTF4QyHwz39tybc797nrctR5SuCDUp9lETwyXnknPJ7Rlywd4AxRNfKK39Nr6Py+9ZXozBqwMle1/PvSL1sFIVuf0HvAdDVos4bEZX3tFx6D+5qioU1tcyWoaSOymWPXsxQaNjd0v2dnb5aPBamNK7adr9k66P5WCZp5MTPF+Ye0vH/SfIpx7l8fPSCsux7u/pppFbwxQeGmBZLPLE2HumN0Tr3zbI4/Ewea/XWx/LPXz8gG8NYtFHMcrn8yzHiAP9PX5eb2tvo0tXLvLBIDY/u2jszWZz9HU1TsFTQfJ1Ym87bW1u1W65vnNneZx6Pm26Ho3EeOw/30eK7ma4GMTMsFCQw8p1TYhsNmsq1/5meITL+G8tY6kjuZNsDDmrOCmWI0msoKpqgWSqdnIoFQI39WA3g5Aj/nK5HLsWLrbbC8vJuqsiFwieNOajY3c4G2WgZEAu4mn+zaJRTmSCsC5kIn4RArJuUa6+b2+akmsxe2yieAKp5C/q9h/jOawDt+D2Is5EJgMotoIEkgMxKBORdaHMgBQuqRTCAbKKyF0fusHVXVYiDo/qZSOxtl5i0ZHbwwZ5QQoXCOh1U1gbv1eKYtSMXGs5vy9/WuEPFoObkL1WgT01Oc2faG2aphlZHZDanSAmW9MMrU6Ds5JM2/7x03Ydlhu/d5/nH5beNder5EL/5bIXKGs5tDCrIlwp5DroVKctObt4qAUidpvysRlPrFoWbMeWQzbV060iSzHOzL5k/VWTQ31yErhOIHcVUefKhY0tuUpfEbaWk57qp4Ohkg5RcftqFORuIEiCcNVFuFFA90msbTh3q1mfaySsks79p9ol55Jzye11cv8EGABW0C6yA5ZOrwAAAABJRU5ErkJggg==') no-repeat center center;
}
/* line 176, ../scss/page/_buttons.scss */
a.btn-play-browsecatalog,
span.btn-play-browsecatalog {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABR0RVh0Q3JlYXRpb24gVGltZQAyLzkvMTNmjC8pAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAkBJREFUWIXtl01rE0EAht+K10x/wM4eFIXu7t3N3pu0IHhIa0E81JCCH2BCF9pcWmypXgOpIB7Sph5EaJucm4+DINRN7yYFwUtm/8DkD3jQbBOzk00dxBzmOSU782aend1s3szc0u7sYIq58b8FolCCsihBWZSgLDcnnUgIgWkZoLoGAGBdH4wxsK4vzMQdG0srKZiWCcOcGxl/tvYC9bOGnKBpGci5WSQW5kPHO+1LlEtlnB5Xh8S2d7dCpQaxHTtScGbcL8n27hbSmdUhGc751QLxe8Frn/nY23kD27GDTK/XQ/2sgUatCe+8FWRzbhY59yUAoHzwAXuvXgsFhTv46fRjIFA5qaJY2B+5nIQQLK+kkF57Ao1qeF96F4w1ak1srOeHTiiMdGYVpmXg0fLj0HHhl6Qvt+nmsbGeD73XOOc4LB3hfvIBioW3wfFNN4+nmeeRci3vYmitawn2Gby3RHDOUSzsXysDAN55K3LO1D9mlKAsSlAWJSiLEpRl4rolQ9yxYTs2yOzvyka1ibP/TJDqGnJuFsnFBGKx2F9/zkSCVNdAKYXt2MGxHudof+uEltbBOvUnnfYlWJeBc45y6Ug4b2LBL95naBGXxGc+6rXmgKB4UcOcC4psfOCERQgL6w/2feh9y7sA617tlmkZILNkbFUKy1FdA9XpSO42vRuaF+5g5eRXZaocV+F9HV+LkosJJBbmsfQwFWQbtWZkne//ZyGECOeMrfzTwNQ/B5WgLEpQFiUoixKUZeoFfwIZq8inKG1/IAAAAABJRU5ErkJggg==') no-repeat center center;
}

/* line 184, ../scss/page/_buttons.scss */
div.innerImage a.btn-play, div.innerImage a.btn-play-audio, div.innerImage a.btn-play-video, div.innerImage a.btn-play-browsecatalog,
div.innerImage span.btn-play,
div.innerImage span.btn-play-audio,
div.innerImage span.btn-play-video,
div.innerImage span.btn-play-browsecatalog {
  z-index: 20;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
  width: 39px;
  height: 39px;
}
/* line 196, ../scss/page/_buttons.scss */
div.innerImage a img,
div.innerImage span img {
  z-index: 10;
}

/* line 204, ../scss/page/_buttons.scss */
div.innerImage {
  position: relative;
}

/* line 3, ../scss/page/_forms-selectric-custom.scss */
.selectricWrapper {
  margin: 0;
}

/* line 7, ../scss/page/_forms-selectric-custom.scss */
.selectric {
  border: 2px solid #DFDEE0;
  border-radius: 0;
  background: transparent;
}
/* line 12, ../scss/page/_forms-selectric-custom.scss */
.selectric .label {
  margin-right: 40px;
  padding: 4px 10px 2px;
  min-height: 30px;
  font-size: 1em;
  line-height: 30px;
  color: #1F1F1F;
  text-transform: uppercase;
}
/* line 22, ../scss/page/_forms-selectric-custom.scss */
.selectric .button {
  width: 40px;
  height: 100%;
  color: #1F1F1F;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDA5OTM4MUVEMUREMTFFMjhCN0Y4NjAyMERDMzlCM0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDA5OTM4MUZEMUREMTFFMjhCN0Y4NjAyMERDMzlCM0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MDk5MzgxQ0QxREQxMUUyOEI3Rjg2MDIwREMzOUIzQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MDk5MzgxREQxREQxMUUyOEI3Rjg2MDIwREMzOUIzQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpMCJvoAAAC4SURBVHjaYvz//z8DKYCJgUTAqCitYgCkJwNxxL0nt59iU6QkoyoNpFYDcTrIhi4gtgHiY0AJFSyKQWIngdgSpBakwR+I9wGxHBAfBirQRVIMYh8DYpANu4E4iBHkaaAEG9RKPyB+DcQ+UD3bgVgIiNdDnfyLERZKQE3MQGoREEcB8UcgBvF5gHgxECcCFf8FKwRpQMbAQJgGxP+heDK6PCO2eADaBgqIX0BTazCCleYRR7IGgAADANjyT0BW3QjGAAAAAElFTkSuQmCC') 50% 50% no-repeat;
}
/* line 28, ../scss/page/_forms-selectric-custom.scss */
.selectric .button:after {
  display: none;
}
/* line 32, ../scss/page/_forms-selectric-custom.scss */
.selectricHover .selectric, .selectricOpen .selectric {
  background-color: #FFF;
}
/* line 36, ../scss/page/_forms-selectric-custom.scss */
.selectricHover .selectric {
  border-color: #00829B;
  -webkit-box-shadow: 0px 0px 15px 0px #DFDEE0;
  box-shadow: 0px 0px 15px 0px #DFDEE0;
}
/* line 42, ../scss/page/_forms-selectric-custom.scss */
.selectricOpen .selectric {
  border-color: #000;
}

/* line 47, ../scss/page/_forms-selectric-custom.scss */
.selectricItems {
  z-index: 1;
  margin-top: -2px;
  background: #FFF;
  border: 2px solid #000;
}
/* line 53, ../scss/page/_forms-selectric-custom.scss */
.selectricAbove .selectricItems {
  margin-top: 0;
  margin-bottom: -2px;
}
/* line 58, ../scss/page/_forms-selectric-custom.scss */
.selectricItems ul {
  margin: 0 !important;
}
/* line 62, ../scss/page/_forms-selectric-custom.scss */
.selectricItems ul,
.selectricItems li {
  font-size: 1em;
}
/* line 67, ../scss/page/_forms-selectric-custom.scss */
.selectricItems li {
  padding: 7px 5px 7px 10px;
  border-top: 0 none;
  border-bottom: dotted 1px #ddd;
  color: #1F1F1F;
  background-image: none !important;
}
/* line 74, ../scss/page/_forms-selectric-custom.scss */
.selectricItems li.last {
  border-bottom: 0 none;
}
/* line 78, ../scss/page/_forms-selectric-custom.scss */
.selectricItems li.selected {
  color: #FFF;
  background: #00829B;
  border-top-color: transparent;
}
/* line 84, ../scss/page/_forms-selectric-custom.scss */
.selectricItems li:hover {
  color: #FFF;
  background-color: #00829B;
}

/* line 2, ../scss/page/_calendar.scss */
.calendar .list-events ul.as-tbl {
  width: 100%;
  max-width: 35em;
}
/* line 7, ../scss/page/_calendar.scss */
.calendar .list-events ul.as-tbl > li > .cell {
  word-break: break-word;
}
/* line 11, ../scss/page/_calendar.scss */
.calendar .list-events ul.as-tbl > li > .cell:first-child {
  padding: 0;
  min-width: 160px;
}
/* line 15, ../scss/page/_calendar.scss */
.calendar .list-events ul.as-tbl > li > .cell:first-child h3 {
  word-break: break-word;
}
/* line 21, ../scss/page/_calendar.scss */
.calendar .list-results ul.as-tbl {
  width: 100%;
}
/* line 24, ../scss/page/_calendar.scss */
.calendar .list-results ul.as-tbl a.result {
  background-position: right center;
  width: auto;
}
/* line 29, ../scss/page/_calendar.scss */
.calendar .list-results ul.as-tbl .cell.large {
  width: auto;
  padding-right: 60px;
}
/* line 30, ../scss/page/_calendar.scss */
.calendar .list-results ul.as-tbl .cell.icon {
  width: 20px;
}
/* line 33, ../scss/page/_calendar.scss */
.calendar .list-calendar-days li {
  background: none;
}
/* line 36, ../scss/page/_calendar.scss */
.calendar .list-index .btn {
  border: 1px solid #5fc5f4;
  background-color: #5fc5f4;
  color: #000;
}
/* line 37, ../scss/page/_calendar.scss */
.calendar .list-index .btn.btn-inactive,
.calendar .list-index .btn.btn-inactive:hover {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #000;
}
/* line 39, ../scss/page/_calendar.scss */
.calendar .list-index .btn-today {
  background-color: #c2e3f3;
  border: 2px solid #5fc5f4 !important;
  margin-top: -2px;
  margin-left: -2px;
}
/* line 40, ../scss/page/_calendar.scss */
.calendar .list-index .btn-today.btn-inactive {
  background-color: #fff;
  border: 2px solid #5fc5f4 !important;
  margin-top: -2px;
}
/* line 42, ../scss/page/_calendar.scss */
.calendar .list-index .btn-selected,
.calendar .list-index .btn:hover {
  border-color: #c2e3f3;
  background-color: #c2e3f3;
  color: #000;
}
/* line 47, ../scss/page/_calendar.scss */
.calendar .solid-head h1 {
  padding-right: 60px;
  padding-left: 60px;
  color: #1F1F1F;
}
/* line 49, ../scss/page/_calendar.scss */
.calendar .box-solid {
  padding: 20px 30px 20px 30px;
  background: #f2f2f2;
}
/* line 54, ../scss/page/_calendar.scss */
.calendar .day-int {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
/* line 55, ../scss/page/_calendar.scss */
.calendar .day-txt {
  display: block;
  font-size: 10px;
  line-height: 10px;
}
/* line 57, ../scss/page/_calendar.scss */
.calendar .wrapper-navigation-calendar {
  position: relative;
}
/* line 58, ../scss/page/_calendar.scss */
.calendar .wrapper-navigation-calendar .btn-prev {
  position: absolute;
  left: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASZJREFUeNq01lEHwlAUB/CrGCMioqfoNca+QZ+tp56ip54ieoqIMcaIMZYREdE3KH2H3M7VHbfZzs7d7g5/UvmZu3vPPYxzzmqmDwkhrvp9XawHSfmv3hCnCWhDYv5fAp3WAQUW8eJ6QsYdRi8b4kFmJb+fIS/qk1mQgJeXL//DqJiHYEGGUcAu5IBgoVxX0rYR2B7BojyGgQLbIVhchGHgFsESubEZFdwgWCqPHKOCKwS7VGF5cIlgN8iQsmezDwsEu1OxDJwj2AMy0jnvVWf5I0Mvk+uXfynYG75CBrqgyNrktmllY7dy9CidRrs5UHqhVvtSu/XRVINVUd/UFdDKJaXeyScEFUtjmZga1OlhUneuSQowp8mw1M8NS27T6at0nPsKMAAcNMif5mtS/gAAAABJRU5ErkJggg==') 50% 50% no-repeat;
  width: 60px;
  height: 60px;
  float: left;
}
/* line 59, ../scss/page/_calendar.scss */
.calendar .wrapper-navigation-calendar .btn-next {
  position: absolute;
  right: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASZJREFUeNrEllEHwlAUx08bY8SIXqOniOgb9N166Sl66imipzFijOhpjCUi+hKl75DbuXXHzO7ZznbTn1+03f3SdnbuASEE5JgiR8QrHK9N/ssEeYpvzki3jXCck2VJELeJcIDcRXlirtQCgAdygvLMkBBxoW6U2UEioc9BrWE9FEddqEtUR1o84Kqy0SVAbI4wk8aE1Kekul9yVdnostNJqfshCzslpFuuENQreCakG64wk14I6YorlPSQKyFdcoWSPnIjpAu5rvOx1k8fSZCR5vzcAn5exDnb5F9emnwoK5Nls/5bYRt99aqag89pDlXtK+C0r6oGu6/q2j/bAuTC0NQmZav7IkzszfJjWDI1NJ4eyuaaLGmT+YYalry205eRce4twACRVYjmk/CTQQAAAABJRU5ErkJggg==') 50% 50% no-repeat;
  width: 60px;
  height: 60px;
  float: right;
}

/* line 1, ../scss/page/_solid-head.scss */
.solid-head {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -15px;
  background: #00829B;
}
/* line 7, ../scss/page/_solid-head.scss */
.solid-head h1 {
  margin-bottom: 0;
  margin-left: 15px;
  padding-top: 10px;
  min-height: 60px;
  color: #FFF;
  font-size: 1.75em;
  line-height: 1.821em;
}

/**********************************************************************************************************************
=========================
=== loading indicator ===
=========================
<div id="followingBallsG">
	<div id="followingBallsG_1" class="followingBallsG"> </div>
	<div id="followingBallsG_2" class="followingBallsG"> </div>
	<div id="followingBallsG_3" class="followingBallsG"> </div>
	<div id="followingBallsG_4" class="followingBallsG"> </div>
</div>
 **********************************************************************************************************************/
/* line 12, ../scss/page/_css3-loading-animation.scss */
#followingBallsG {
  position: relative;
  width: 51px;
  height: 4px;
}

/* line 13, ../scss/page/_css3-loading-animation.scss */
.followingBallsG {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -moz-animation-name: bounce_followingBallsG;
  -moz-animation-duration: 2.7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 2px;
  -webkit-animation-name: bounce_followingBallsG;
  -webkit-animation-duration: 2.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 2px;
  -ms-animation-name: bounce_followingBallsG;
  -ms-animation-duration: 2.7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 2px;
  -o-animation-name: bounce_followingBallsG;
  -o-animation-duration: 2.7s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 2px;
  animation-name: bounce_followingBallsG;
  animation-duration: 2.7s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

/* line 40, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_1 {
  -moz-animation-delay: 0s;
}

/* line 41, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_1 {
  -webkit-animation-delay: 0s;
}

/* line 42, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_1 {
  -ms-animation-delay: 0s;
}

/* line 43, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_1 {
  -o-animation-delay: 0s;
}

/* line 44, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_1 {
  animation-delay: 0s;
}

/* line 45, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_2 {
  -moz-animation-delay: 0.27s;
  -webkit-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  -o-animation-delay: 0.27s;
  animation-delay: 0.27s;
}

/* line 52, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_3 {
  -moz-animation-delay: 0.54s;
  -webkit-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  -o-animation-delay: 0.54s;
  animation-delay: 0.54s;
}

/* line 59, ../scss/page/_css3-loading-animation.scss */
#followingBallsG_4 {
  -moz-animation-delay: 0.81s;
  -webkit-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  -o-animation-delay: 0.81s;
  animation-delay: 0.81s;
}

@-moz-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: #FFFFFF;
  }
  50% {
    left: 48px;
    background-color: #333333;
  }
  100% {
    left: 0px;
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: #FFFFFF;
  }
  50% {
    left: 48px;
    background-color: #333333;
  }
  100% {
    left: 0px;
    background-color: #FFFFFF;
  }
}
@-ms-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: #FFFFFF;
  }
  50% {
    left: 48px;
    background-color: #333333;
  }
  100% {
    left: 0px;
    background-color: #FFFFFF;
  }
}
@-o-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: #FFFFFF;
  }
  50% {
    left: 48px;
    background-color: #333333;
  }
  100% {
    left: 0px;
    background-color: #FFFFFF;
  }
}
@keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: #FFFFFF;
  }
  50% {
    left: 48px;
    background-color: #333333;
  }
  100% {
    left: 0px;
    background-color: #FFFFFF;
  }
}
/**********************************************************************************************************************
=== EOF loading indicator ===
 **********************************************************************************************************************/
/* line 1, ../scss/page/_hr.scss */
hr {
  border: 0;
  border-top: 1px dotted #000;
  height: 1px;
  margin: 20px 0px;
  width: 100%;
  background-color: none;
}

/**********************************************************************************************************************
 === TILES VIEW ===
**********************************************************************************************************************/
/* line 5, ../scss/page/_tilesView.scss */
#main-col .tile-results .inner {
  padding: 0;
}

/* line 7, ../scss/page/_tilesView.scss */
.tile-results {
  width: 100%;
}

/* tile and overlay must habe the same height! */
/* line 10, ../scss/page/_tilesView.scss */
.tiles .tile,
.tiles .tile .overlay {
  height: 260px;
}

/* line 15, ../scss/page/_tilesView.scss */
.tiles .tile {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 1% 1% 0;
  width: 24%;
}
/* line 23, ../scss/page/_tilesView.scss */
.tiles .tile .tbl {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 28, ../scss/page/_tilesView.scss */
.tiles .tile .tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  background: #F3F3EE;
  -webkit-box-shadow: inset 0px 0px 1px 1px #ddd;
  box-shadow: inset 0px 0px 1px 1px #ddd;
}
/* line 35, ../scss/page/_tilesView.scss */
.tiles .tile .tbl .tbl-cell img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay */
/* line 48, ../scss/page/_tilesView.scss */
.tiles .tile .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  width: 100%;
}
/* line 55, ../scss/page/_tilesView.scss */
.tiles .tile .overlay .overlay-txt {
  position: absolute;
  bottom: -500px;
  z-index: 19;
}
/* line 60, ../scss/page/_tilesView.scss */
.tiles .tile .overlay .overlay-txt > * {
  word-wrap: break-word;
  margin: 0;
}
/* line 66, ../scss/page/_tilesView.scss */
.tiles .tile .overlay .result {
  padding: 0;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Overlay hover */
/* line 80, ../scss/page/_tilesView.scss */
.tiles .tile .overlay .overlay-txt {
  display: none;
  bottom: 10px;
  right: 7px;
  left: 10px;
}
/* line 85, ../scss/page/_tilesView.scss */
.tiles .tile .overlay .overlay-txt .name,
.tiles .tile .overlay .overlay-txt .jobtitle {
  margin: 0;
  color: #fff;
  z-index: 20;
}
/* line 94, ../scss/page/_tilesView.scss */
.tiles .tile .overlay .result:hover,
.tiles .tile .overlay .result:focus {
  background: rgba(0, 0, 0, 0.8);
}
/* line 100, ../scss/page/_tilesView.scss */
.tiles .tile .overlay .result:hover .overlay-txt,
.tiles .tile .overlay .result:focus .overlay-txt {
  display: block;
  background-image: url("../../img/template/arrow-big-right.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 19;
}

@media screen and (max-width: 1024px) {
  /* line 113, ../scss/page/_tilesView.scss */
  .tile-results .tiles .tile {
    margin: 0 1% 2% 1%;
    width: 31.25%;
    height: 260px;
  }
  /* line 117, ../scss/page/_tilesView.scss */
  .tile-results .tiles .tile .overlay {
    height: 260px;
  }
}
@media screen and (min-width: 1301px) {
  /* line 125, ../scss/page/_tilesView.scss */
  .tile-results .tile {
    width: 160px;
    height: 220px;
  }
}
/* line 5, ../scss/page/_tooltip.scss */
a.GlossarEntry {
  border-bottom: 1px dashed;
}

/* line 7, ../scss/page/_tooltip.scss */
a.GlossarEntry,
a.GlossarEntry:hover {
  text-decoration: none;
  cursor: help;
  white-space: nowrap;
}

/* line 14, ../scss/page/_tooltip.scss */
.tooltip {
  text-align: left;
  max-width: 340px;
  cursor: help;
  color: #FFF;
  background-color: #00829B;
  border: 1px solid #00829B;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-size: .9em;
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.35);
}

/* line 30, ../scss/page/_tooltip.scss */
.tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00829B;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  font-size: .9em;
}

/* line 45, ../scss/page/_tooltip.scss */
.tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #00829B;
  top: -20px;
  bottom: auto;
}

/* line 53, ../scss/page/_tooltip.scss */
.tooltip.left:after {
  left: 10px;
  margin: 0;
}

/* line 59, ../scss/page/_tooltip.scss */
.tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/* line 2, ../scss/page/_quiz.scss */
.quiz {
  /* Antworten */
}
/* line 7, ../scss/page/_quiz.scss */
.quiz #main-1-col #main-col .inner .quiz-content .inner {
  padding: 40px 10px 40px 0 !important;
}
/* line 10, ../scss/page/_quiz.scss */
.quiz #main-1-col #main-col .inner .quiz-content .inner h2 {
  margin-bottom: 12px;
}
/* line 15, ../scss/page/_quiz.scss */
.quiz #main-1-col #main-col .inner .quiz-content .maintext:first-of-type {
  font-size: 1.875em;
  font-family: "GaramondURW-RegIta", Arial, Helvetica, sans-serif;
  line-height: 1.100em;
}
/* line 23, ../scss/page/_quiz.scss */
.quiz #main-1-col #main-col .inner .quiz-content.start .maintext p.MsoNormal {
  font-size: 1.3125em;
}
/* line 33, ../scss/page/_quiz.scss */
.quiz .teaserImage {
  float: left;
  margin-right: 40px;
  max-width: 360px;
  background-color: #F3F3EE;
}
/* line 39, ../scss/page/_quiz.scss */
.quiz .teaserImage img {
  max-width: 100%;
  height: auto;
}
/* line 44, ../scss/page/_quiz.scss */
.quiz .teaserImage .caption, .quiz .teaserImage .address,
.quiz .teaserImage .source {
  display: block;
  font-size: 0.8125em;
}
/* line 49, ../scss/page/_quiz.scss */
.quiz .teaserImage .caption, .quiz .teaserImage .address {
  padding: 10px 12px 0px 12px;
  color: #201a24;
}
/* line 53, ../scss/page/_quiz.scss */
.quiz .teaserImage .source {
  padding: 0px 12px 10px 12px;
  color: #666;
}
/* line 59, ../scss/page/_quiz.scss */
.quiz a.RichTextIntLink,
.quiz a.go-on,
.quiz a.go-back,
.quiz .btn.btn-submit {
  float: right;
  display: block;
  width: auto;
  max-width: 210px;
  min-height: 50px;
  height: 50px;
  max-height: 50px;
  padding: 0 55px 0 10px;
  font-family: "BasicCommercial-Blk", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.300em;
  text-transform: uppercase;
  text-align: right;
  color: #1F1F1F;
  white-space: normal;
  background-image: url("../../img/template/arrow-quiz-right.png");
  background-position: right 4px;
  background-repeat: no-repeat;
  background-color: transparent;
  border-color: #fff;
}
/* line 84, ../scss/page/_quiz.scss */
.quiz a.RichTextIntLink.NavNode,
.quiz a.go-on.NavNode,
.quiz a.go-back.NavNode,
.quiz .btn.btn-submit.NavNode {
  max-width: 150px;
}
/* line 88, ../scss/page/_quiz.scss */
.quiz a.RichTextIntLink:hover, .quiz a.RichTextIntLink:focus,
.quiz a.go-on:hover,
.quiz a.go-on:focus,
.quiz a.go-back:hover,
.quiz a.go-back:focus,
.quiz .btn.btn-submit:hover,
.quiz .btn.btn-submit:focus {
  outline: 1px dotted;
  color: #959197;
  text-decoration: none;
  background-position: right -48px;
}
/* line 97, ../scss/page/_quiz.scss */
.quiz a.go-on,
.quiz a.go-back {
  min-width: 90px;
  line-height: 2.500em;
}
/* line 103, ../scss/page/_quiz.scss */
.quiz a.go-back {
  padding: 0 10px 0 55px;
  text-align: left;
  background-image: url("../../img/template/arrow-quiz-left.png");
  background-position: left 4px;
}
/* line 109, ../scss/page/_quiz.scss */
.quiz a.go-back:hover, .quiz a.go-back:focus {
  background-position: left -48px;
}
/* line 115, ../scss/page/_quiz.scss */
.quiz .btn.btn-submit {
  max-width: 190px;
  max-height: auto;
}
/* line 119, ../scss/page/_quiz.scss */
.quiz .btn.btn-submit:hover {
  box-shadow: none;
}
/* line 125, ../scss/page/_quiz.scss */
.quiz .formHandle {
  display: block;
  float: right;
  min-width: 200px;
}
/* line 131, ../scss/page/_quiz.scss */
.quiz #quiz_progress {
  display: block;
  float: left;
  padding-top: 4px;
}
/* line 136, ../scss/page/_quiz.scss */
.quiz #quiz_progress span {
  float: left;
  position: relative;
  display: block;
  margin-right: 5px;
  padding-top: 1px;
  width: 42px;
  height: 41px;
  color: #959197;
  font-family: "BasicCommercial-Blk", Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  text-align: center;
  background-color: #2A232E;
}
/* line 150, ../scss/page/_quiz.scss */
.quiz #quiz_progress span.active {
  color: #FFF;
}
/* line 153, ../scss/page/_quiz.scss */
.quiz #quiz_progress span.active:after {
  position: absolute;
  display: block;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  content: " ";
  width: 14px;
  height: 7px;
  background-image: url("../../img/template/arrow-active.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 167, ../scss/page/_quiz.scss */
.quiz #quiz_progress span.answeredCorrectly, .quiz #quiz_progress span.notAnsweredCorrectly {
  text-indent: -999em;
  background-image: url("../../img/template/icons-quiz.png");
  background-repeat: no-repeat;
}
/* line 173, ../scss/page/_quiz.scss */
.quiz #quiz_progress span.answeredCorrectly {
  background-position: 0 0;
}
/* line 176, ../scss/page/_quiz.scss */
.quiz #quiz_progress span.notAnsweredCorrectly {
  background-position: 0 -42px;
}
/* line 185, ../scss/page/_quiz.scss */
.quiz #quiz-form .formError {
  color: #a30000;
}
/* line 188, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField {
  display: block;
}
/* line 191, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer {
  display: block;
  position: relative;
  float: left;
  margin: 0 3% 36px 0;
  min-width: 200px;
  width: 31.3%;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* line 201, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer.c {
  margin-right: -3%;
}
/* line 210, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer label {
  display: block;
  position: relative;
  float: left;
  padding: 200px 20px 20px;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.25em;
  text-align: center;
  cursor: pointer;
  background-color: #00829B;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* line 224, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer label:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset;
  /* webkit browser*/
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset;
  /* firefox */
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset;
}
/* line 229, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer input[type="radio"]:checked + label {
  background-color: #B7C400;
}
/* line 233, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer input[type="radio"]:focus + label {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset;
  /* webkit browser*/
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset;
  /* firefox */
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset;
}
/* line 237, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer .image {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  overflow: hidden;
}
/* line 247, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .answer .image img {
  min-width: 100%;
  min-height: 100%;
  margin-left: -120px;
  margin-top: -75px;
  pointer-events: none;
  /* IE11 Bugfix! */
}
/* line 259, ../scss/page/_quiz.scss */
.quiz #quiz-form .formField .formError {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
/* line 268, ../scss/page/_quiz.scss */
.quiz .solution {
  margin-bottom: 30px;
  background-color: #DFDEE0;
}
/* line 272, ../scss/page/_quiz.scss */
.quiz .solution .teaserImage {
  margin-right: 30px;
  width: 240px;
  height: 100%;
  background-color: #F3F3EE;
}
/* line 279, ../scss/page/_quiz.scss */
.quiz .solution .solution-text {
  padding: 32px 30px 1px;
}
/* line 282, ../scss/page/_quiz.scss */
.quiz .solution .solution-text h3 {
  margin-bottom: 24px;
  font-family: "BasicCommercial-Blk", Arial, Helvetica, sans-serif;
  font-size: 1.5625em;
  line-height: 1.4em;
  text-transform: uppercase;
}
/* line 289, ../scss/page/_quiz.scss */
.quiz .solution .solution-text p {
  margin-bottom: 1.750em;
  font-size: 1.25em;
  line-height: 1.200em;
}
/* line 296, ../scss/page/_quiz.scss */
.quiz .solution .teaserImage + .solution-text {
  background-image: url("../../img/template/quiz/background.gif");
  background-repeat: repeat-y;
}
/* line 300, ../scss/page/_quiz.scss */
.quiz .solution .teaserImage + .solution-text h3,
.quiz .solution .teaserImage + .solution-text p {
  margin-left: 240px;
}

/* line 3, ../scss/page/_jquery.mCustomScrollbar-custom.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

/* line 7, ../scss/page/_jquery.mCustomScrollbar-custom.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px;
}

/* line 1, ../scss/page/_focus-outline.scss */
a:focus {
  outline-color: #000;
}
/* line 5, ../scss/page/_focus-outline.scss */
.skipLinks a:focus, .sub a:focus {
  outline-color: #fff;
}
/* line 10, ../scss/page/_focus-outline.scss */
.teaserImage a:focus, .gallery .tbl-cell a:focus, .rsSlide a:focus, .rg-image-nav a:focus, .box-vertical a:focus {
  border: 1px dotted #000;
  outline-color: #fff;
  box-sizing: border-box;
  display: block;
}
/* line 21, ../scss/page/_focus-outline.scss */
.gallery .tbl-cell a:focus {
  max-height: 161px;
}
/* line 25, ../scss/page/_focus-outline.scss */
.gallery .tbl-cell a:focus img {
  max-height: 158px !important;
}
/* line 30, ../scss/page/_focus-outline.scss */
a:focus.btn-close-text, a:focus.btn-show-text {
  right: 2px !important;
  top: 2px !important;
}
/* line 36, ../scss/page/_focus-outline.scss */
a:focus.btn-close-text span.btn-outline, a:focus.btn-show-text span.btn-outline {
  border: 1px dotted #000;
  display: block;
  height: 100%;
  position: relative;
  padding: 1px;
  width: 100%;
  left: -2px;
  top: -2px;
}
/* line 48, ../scss/page/_focus-outline.scss */
ul.thickbox-nav li a:focus {
  box-sizing: content-box;
}
/* line 53, ../scss/page/_focus-outline.scss */
.overlay a:focus.result {
  outline: none;
}

/* *********************************************************************************************************************
   === general .home ===
   ****************************************************************************************************************** */
/* line 6, ../scss/page/home/_home.scss */
.home .arrow-big-right {
  margin-top: -29px;
}
/* line 10, ../scss/page/home/_home.scss */
.home .noscript {
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -270px;
  padding: 20px;
  width: 500px;
  height: auto;
  text-align: center;
  color: #FFF;
  background-color: #00829B;
}
/* line 25, ../scss/page/home/_home.scss */
.home #header {
  height: 85px;
}
/* line 28, ../scss/page/home/_home.scss */
.home #header div h1.navigation-logo {
  height: 80px;
}
/* line 31, ../scss/page/home/_home.scss */
.home #header div h1.navigation-logo a {
  display: inline-block;
  margin: 22px 0 23px 0;
}
/* line 37, ../scss/page/home/_home.scss */
.home #header div h1.navigation-logo a.mobileHide {
  display: block;
}
/* line 41, ../scss/page/home/_home.scss */
.home #header div h1.navigation-logo a.mobileShow {
  display: none;
}
/* line 46, ../scss/page/home/_home.scss */
.home #main-1-col,
.home #main-2-col-left,
.home #main-2-col-right,
.home #main-3-col {
  padding-top: 85px;
}

/* *********************************************************************************************************************
   === special .home DBSMZBN ===
   ****************************************************************************************************************** */
/* line 6, ../scss/page/home/_home-dbsmzbn.scss */
.home #page {
  height: 100%;
}
/* line 10, ../scss/page/home/_home-dbsmzbn.scss */
.home #main-1-col {
  height: 100%;
  background-color: #1D1820;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 19, ../scss/page/home/_home-dbsmzbn.scss */
a#breakBtn {
  visibility: hidden;
  z-index: 5;
  display: block;
  position: absolute;
  bottom: -39px;
  right: 50px;
  color: black;
  background-color: #FFF;
  border-radius: 10px;
  outline-color: #FFF;
  padding: 3px 10px 39px 1px;
  font-size: 0.750em;
  font-weight: bold;
  text-decoration: none;
}
/* line 35, ../scss/page/home/_home-dbsmzbn.scss */
a#breakBtn span.icon {
  float: left;
}
/* line 39, ../scss/page/home/_home-dbsmzbn.scss */
a#breakBtn span.text {
  display: inline-block;
  min-width: 40px;
  line-height: 1.833em;
  text-transform: uppercase;
}

/* line 51, ../scss/page/home/_home-dbsmzbn.scss */
div#booksWrapper {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  top: 40px;
}

/* line 61, ../scss/page/home/_home-dbsmzbn.scss */
ul#books li.menuItem {
  display: block;
  float: left;
  width: 100%;
}
/* line 66, ../scss/page/home/_home-dbsmzbn.scss */
ul#books li.menuItem a {
  position: relative;
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 60px;
  margin: 0px;
  outline-color: #FFF;
}

/* line 80, ../scss/page/home/_home-dbsmzbn.scss */
span.labelWrapper {
  display: block;
  margin: 19px 20px;
}

/* line 89, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame.rotated {
  overflow: hidden;
  position: relative;
}
/* line 93, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame.rotated div#booksWrapper.rotated {
  display: block;
  position: absolute;
  width: 715px;
  height: 400px;
  margin-top: -200px;
  margin-left: -357px;
  left: 50%;
  top: 50%;
}
/* line 103, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame.rotated div#booksWrapper.rotated li.menuItem.rotated {
  display: block;
  float: left;
  width: 65px;
}
/* line 108, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame.rotated div#booksWrapper.rotated li.menuItem.rotated a.rotated {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 45px;
  height: 380px;
  margin: 0px;
  padding: 10px;
}
/* line 118, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame.rotated div#booksWrapper.rotated li.menuItem.rotated a.rotated span.labelWrapper.rotated {
  position: absolute;
  bottom: 10px;
  left: 15px;
  transform: rotate(-90deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 20% 40%;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 20% 40%;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: 20% 40%;
  -o-transform: rotate(-90deg);
  -o-transform-origin: 20% 40%;
}
/* line 134, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame.rotated div#booksWrapper.rotated li.menuItem.rotated a.rotated span.labelWrapper.rotated span.label.rotated {
  position: absolute;
  text-transform: uppercase;
  width: 360px;
  font-weight: bold;
}

/* line 151, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .LauteZeichenSchriften {
  background-color: #8C9C00;
}
/* line 155, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .ZeichenSetzen {
  background-color: #72A300;
}
/* line 159, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Handschriftenkultur {
  background-color: #407332;
}
/* line 163, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Buchdruck {
  background-color: #5AA15B;
}
/* line 167, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Schriftgestalten {
  background-color: #2C993D;
}
/* line 171, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Zensur {
  background-color: #0EA195;
}
/* line 175, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Lesewelten {
  background-color: #009DD8;
}
/* line 179, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Industrialisierung {
  background-color: #247094;
}
/* line 183, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .AesthetikDesBuches {
  background-color: #3F84CC;
}
/* line 187, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Massenmedien {
  background-color: #3B61A1;
}
/* line 191, ../scss/page/home/_home-dbsmzbn.scss */
div#applicationFrame .Medienzukuenfte {
  background-color: #394073;
}

/* ==========================================================================
`Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  /* line 7, ../scss/page/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 8, ../scss/page/_print.scss */
  #header, #left-col, #footer {
    display: none;
  }

  /* line 10, ../scss/page/_print.scss */
  .bloa {
    background: url("../../img/template/test/image.de");
  }

  /* line 13, ../scss/page/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 15, ../scss/page/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 16, ../scss/page/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* * Don't show links for images, or javascript/internal links */
  /* line 20, ../scss/page/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 24, ../scss/page/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 26, ../scss/page/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 28, ../scss/page/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 31, ../scss/page/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 35, ../scss/page/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 39, ../scss/page/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
