@charset "UTF-8";
@font-face {
  font-family: "indx";
  src: url("../fonts/indx.eot?5ksfql");
  src: url("../fonts/indx.eot?#iefix5ksfql") format("embedded-opentype"), url("../fonts/indx.woff?5ksfql") format("woff"), url("../fonts/indx.ttf?5ksfql") format("truetype"), url("../fonts/indx.svg?5ksfql#indx") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=indx-], [class*=" indx-"] {
  font-family: "indx";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.indx-menu:before {
  content: "";
}

.indx-tripadvisor:before {
  content: "";
}

.indx-printer:before {
  content: "";
}

.indx-facebook:before {
  content: "";
}

.indx-instagram:before {
  content: "";
}

.indx-twitter:before {
  content: "";
}

.indx-enlarge2:before {
  content: "";
}

.indx-bug:before {
  content: "";
}

.indx-cross:before {
  content: "";
}

.indx-menu2:before {
  content: "";
}

.fxdhome h1 a {
  padding-left: 34px;
  display: inline-block;
  position: relative;
}
.fxdhome h1 span.indx-menu {
  position: absolute !important;
  top: 2px;
  left: -4px;
}
.fxdhome h1 span.indx-menu:before {
  line-height: 42px !important;
}

/* ========================================================== */
/* = Site Variables                                         = */
/* ========================================================== */
/**
 * Baseline
 *
 * Common settings for this:
 *
 * 100% for 16px font and 24px baseline.
 *
 * 75% for 12px font and 18px baseline.
 *
 */
/* Font variables */
/* Link colors */
/* Select colors */
/* ========================================================== */
/* = Import normalize                  = */
/* ========================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}*/
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b02cfb;
  text-shadow: none;
}

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

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

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

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

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

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

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

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

.cf:after {
  clear: both;
}

/* ========================================================== */
/* = Box sizing makes life easier                           = */
/* ========================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #cbcbcb;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 1.2em;
  min-width: 320px;
}

p {
  margin: 0 0 1.2em 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.meupper {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #b02cfb;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1, h2.date {
  font-size: 21px;
  line-height: 1.2em;
}

h3 {
  font-size: 18px;
  line-height: 1.3em;
}

h4 {
  font-size: 16px;
  line-height: 19px;
}

.likeheadline {
  color: #fff;
  font-size: 35px;
  line-height: 1.2em;
}

.mobileonly {
  display: none;
}

h1 span {
  text-transform: uppercase;
}

.navigation {
  padding: 0;
  width: 100%;
  /*	li.selected, li.active {
             a {
                 color: $col_index_purple;
             }
         }*/
}
.navigation li {
  list-style: none;
}
.navigation li ul {
  display: none;
  margin-left: 28px;
}
.navigation li a {
  color: #fff;
  text-decoration: none;
}
.navigation li a.current {
  color: #b02cfb;
}
.navigation li a:hover {
  color: #b02cfb;
}

.metawrap {
  display: none;
}

.k1 .metawrap {
  display: block;
}

.today {
  width: 240px;
  /*min-height: 54px;*/
  /*background: #fff;*/
  margin: 16px 0 0 0;
  padding: 0;
  color: #b02cfb;
}
.today a {
  color: #b02cfb;
  text-decoration: none;
  display: block;
}
.today p {
  margin-bottom: 10px;
}
.today p:last-child {
  margin-bottom: 0;
}

nav.main {
  padding-top: 5px;
  font-size: 35px;
  /*line-height: 1.2em;*/
  line-height: 42px;
}
nav.main ul, nav.main li {
  line-height: 42px;
}
nav.main h1 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 35px;
  line-height: 42px;
}
nav.main h1 a {
  font-size: 35px;
  line-height: 42px;
  color: #000;
  font-weight: normal;
}
nav.main li.selected h1 a, nav.main li.active h1 a {
  color: #000;
}

nav.meta {
  margin-top: 16px;
}
nav.meta a {
  color: #000;
}
nav.meta li.selected a, nav.meta li.active a {
  color: #b02cfb;
}

div.lang {
  margin-bottom: 19px;
  color: #009c87;
}
div.lang .current {
  display: none;
}
div.lang a {
  color: #009c87;
}

ul.list {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style: none;
  color: #b02cfb;
  font-size: 21px;
  line-height: 1.2em;
}
ul.list.fullpre {
  margin-top: 10px;
}
ul.list a {
  text-decoration: none;
  color: #b02cfb;
}
ul.list a:hover {
  color: #fff;
}
ul.list a.scroll {
  display: block;
  font-size: 35px;
  line-height: 1.2em;
}
ul.list ul {
  list-style: none;
  margin-top: 1.2em;
  /*display:none;*/
}
ul.list ul li, ul.list.preview li, ul.list.cpreview li {
  padding: 0 0 1.2em 0;
}
ul.list.fullpre li {
  padding: 0 0 0 0 !important;
}
ul.list .title span {
  display: block;
  text-transform: uppercase;
}
ul.list span {
  text-transform: uppercase;
}

.js .archive ul {
  display: none;
}

ul.list .teaser p {
  font-size: 16px;
  line-height: 1.2em;
}

.hr {
  display: block;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  margin-bottom: 5px;
}

#content {
  padding: 0 8px 0 8px;
  margin: 0 0 0 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
#content .txt-img a {
  font-size: 18px;
  line-height: 1.3em;
  color: #b02cfb;
}

.single img, .txt-img img, .teaser img {
  max-width: 100%;
  height: auto;
}

.teaser {
  position: relative;
  margin-bottom: 28px;
  min-height: 115px;
  color: #b02cfb;
}
.teaser a {
  text-decoration: none;
  color: #b02cfb;
}
.teaser h1, .teaser h2 {
  font-size: 24px;
}
.teaser figure {
  position: absolute;
  width: 170px;
}
.teaser div {
  padding-left: 185px;
  margin-top: -4px;
}
.teaser div h1 + p, .teaser div h2 + p {
  margin-top: 13px;
}
.teaser div.noimg {
  padding-left: 0;
}
.teaser div p:last-child {
  margin-bottom: 0;
}
.teaser.lt {
  min-height: 292px;
}
.teaser.lt h1, .teaser.lt h2 {
  font-size: 35px;
}
.teaser.lt figure {
  position: relative;
  /*width:430px;*/
  width: 100%;
  display: block;
}
.teaser.lt div {
  max-width: 434px;
  padding-left: 0;
  /*			padding-left: 445px;
                       margin-top: -5px;
                       &.noimg {
                           padding-left:0;
                       }*/
}
.teaser:hover {
  color: #fff;
}
.teaser:hover h1, .teaser:hover h2, .teaser:hover a, .teaser:hover p {
  color: #fff;
}

ul.list .teaser h1, ul.list .teaser h2 {
  font-size: 24px;
}

h1 + div, h2 + div, h1 + figure, h2 + figure, .txt-img + .slider_wrap {
  margin-top: 13px;
}

figure {
  margin: 0;
  padding: 0;
  /*	text-align: center;*/
}
figure img {
  margin-bottom: 8px;
}
figure figcaption {
  font-size: 12px;
  padding-right: 40px;
}
figure.single {
  padding-bottom: 19px;
}
figure.single img {
  max-height: 395px;
  width: auto;
}
figure a.rsImg .rsCaption {
  opacity: 0;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  background: #b02cfb;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  background: #b02cfb;
  width: 100% !important;
  height: 100% !important;
}

.lnklst {
  margin: 1.2em 0 1.2em 0;
}
.lnklst h2 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.lnklst ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lnklst a {
  color: #b02cfb;
  font-size: 18px;
  line-height: 1.3em;
}

footer {
  margin-left: 8px;
}
footer .col1, footer .col2 {
  width: 100%;
}
footer .col2 {
  padding-top: 17px;
}
footer .col3 {
  margin: 17px 0 17px 0;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  color: #b02cfb;
}
footer ul.scl {
  height: 26px;
  margin-top: 11px;
  list-style: none;
}
footer ul.scl li {
  float: left;
  margin-right: 15px;
}
footer ul.scl li a {
  font-size: 24px;
}

.share {
  margin-top: 22px;
  margin-bottom: 20px;
}
.share a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  margin-right: 7px;
}
.share a:hover {
  color: #b02cfb;
}

/*
etc column
*/
.etc {
  margin: 0;
  padding: 4px 8px 2px 8px;
  background: #fff;
  width: 100%;
  z-index: 10000;
}
.etc h1 {
  color: #000;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 35px;
}
.etc section {
  margin-bottom: 5px;
}
.etc section:last-child {
  margin-bottom: 0px;
}
.etc a {
  color: #000;
  text-decoration: none;
}
.etc a:hover {
  color: #fff;
}
.etc a:hover img {
  opacity: 0.6;
}
.etc:hover {
  background: #b02cfb;
}

.twitt {
  width: 100%;
  padding: 8px 0 1em 8px;
}
.twitt h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 12px;
}
.twitt ul {
  font-size: 12px;
  line-height: 14px;
}
.twitt li {
  list-style: none;
}
.twitt a {
  color: #000;
  text-decoration: none;
}
.twitt .meta {
  font-size: 12px;
  line-height: 14px;
  display: block;
}

/*
ETC. CATEGORY
*/
.k7 {
  background: #fff;
}
.k7 .navigation .main a {
  color: #cbcbcb;
}
.k7 .navigation .main a:hover {
  color: #b02cfb;
}
.k7 .navigation .logo a {
  color: #000;
}
.k7 .navigation .today a {
  color: #b02cfb;
}
.k7 .etc {
  position: fixed;
  bottom: auto;
  left: 0;
  right: 0;
  top: 43px;
  padding: 0 0 0 8px;
  background: #fff;
  border-bottom: 1px solid #000;
}
.k7 .etc h1 {
  margin-bottom: 0;
}
.k7 .etc h1 a:hover {
  color: #b02cfb;
}
.k7 footer {
  background: #fff !important;
}
.k7 .twitt {
  /*border-left: 1px solid $col_index_purple;
  padding-left:9px;*/
  background: #cbcbcb;
}

h1.simplelist {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  margin-top: 2px;
}

ul.simplelist {
  font-size: 24px;
  line-height: 28px;
}
ul.simplelist li a {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}
ul.simplelist li a:hover {
  color: #b02cfb;
}

#rexsearch_form {
  margin: 0 0 1.2em 0;
}

.searchresults {
  list-style: none;
  margin: 1.2em 0 0 0;
}
.searchresults li {
  margin-bottom: 1.2em;
}
.searchresults p a {
  font-size: 18px;
  line-height: 1.3em;
  color: #b02cfb;
}
.searchresults h2 a {
  color: #b02cfb;
  text-decoration: none;
}
.searchresults p {
  margin: 0;
}

#searcher {
  font-size: 220px !important;
  border: none;
  outline: none;
  background: #cbcbcb;
  width: 100%;
  padding: 0 !important;
}

video {
  width: 100% !important;
  height: auto !important;
}

.videowrap {
  max-width: 600px;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  max-width: 600px;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 479px) {
  .teaser figure {
    position: relative;
  }
  .teaser div {
    padding-left: 0;
  }
}
@media screen and (max-width: 649px) {
  .k1 .teaser {
    display: none;
  }
  .k1 .teaser.special {
    display: block;
  }

  .navigation .main li {
    display: none;
    padding: 0 8px 0 8px;
  }
  .navigation .main li.home, .navigation .main li.selected {
    display: block;
  }

  .today {
    display: none;
  }

  .today, .metawrap {
    padding: 0 8px 0 8px;
  }

  .fxdhome {
    background: #b02cfb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000000000000000;
    border-bottom: 1px solid #fff;
  }
  .fxdhome a:hover {
    color: #000 !important;
  }

  .k1 .navigation .main li {
    display: block;
  }
  .k1 .today {
    display: block;
  }
  .k1 .fxdhome {
    border-bottom: none;
  }

  .burger {
    color: #000;
  }

  .navigation.fxd {
    padding-top: 44px;
  }

  .lev2 .navigation.fxd {
    padding-top: 88px;
  }

  .lev2 .fxd .selected {
    background: #cbcbcb;
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    z-index: 100000000000000000;
    border-bottom: 1px solid #fff;
  }

  ul.list a.scroll {
    color: #fff;
  }

  .k7 .etc section {
    display: none;
  }
}
@media screen and (max-width: 1090px) and (min-width: 651px) {
  footer .col3 {
    display: none !important;
  }
}
/* SLIDER */
.slider_wrap {
  position: relative;
  width: 100%;
  font-size: 12px;
  /*text-align:center;
  background: #D81919; */
  margin-bottom: 19px;
}
.slider_wrap .counter {
  font-size: 12px;
  line-height: 14px;
  width: 40px;
  text-align: left;
  /*margin-left:510px; */
  position: absolute;
}

.mefs .slider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.captionwrapper {
  position: relative;
}

.rsFullscreenBtn {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10000001;
  margin: 2px 0 0 2px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.rsFullscreenBtn a:hover {
  color: #b02cfb;
}

.mefs .rsFullscreenBtn {
  position: absolute;
  top: 0;
  right: 30px;
  left: auto;
  z-index: 214748364700 !important;
}

.royalSlider.rsFullscreen {
  position: relative;
  z-index: 10000000;
  background: rgba(203, 203, 203, 0.9);
  /* #cbcbcb */
}
.royalSlider.rsFullscreen figure {
  text-align: center;
}
.royalSlider.rsFullscreen figure img {
  margin: 0 auto 0 auto;
}

/*.royalSlider.rsFullscreen .rsGCaption { */
.royalSlider.rsFullscreen .captionwrapper {
  float: none;
  width: 100%;
  max-width: 200%;
  padding: 0;
  height: 40px;
  position: absolute;
  text-align: center !important;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 214748364700 !important;
}
.royalSlider.rsFullscreen .captionwrapper .rsCaption {
  max-width: 100%;
  text-align: center;
  padding: 0 100px 0 100px;
  /*max-width:600px;*/
  margin: 0 auto 0 auto;
}

.royalSlider figure a, .royalSlider figure figcaption {
  display: none !important;
}

/*.mefs .slider_wrap {
	position: absolute;
	top: 0;
	right:0;
	left:0;
	bottom:0;
}*/
.mefs .slider_wrap .counter {
  position: absolute;
  z-index: 98989898980808;
  bottom: 3px;
  right: 30px;
}

#instafeed {
  width: 156px;
  height: 156px;
  background: #fff;
  overflow: hidden;
}

#instafeed img {
  width: 156px;
  height: 156px;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  /* height: 400px;*/
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.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;
}

.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;
}

.rsGCaption {
  width: 100%;
  /*max-width:550px;
  padding-right:40px;*/
  padding-left: 40px;
  float: left;
  min-height: 38px;
  font-size: 12px;
  line-height: 14px;
}
.rsGCaption .rsCaption {
  /*text-indent: 40px;*/
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  /*padding: 0 !important;*/
  padding: 40px 40px 65px 40px !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0px !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  /*height: 100%;*/
  width: 100%;
}

/*.royalSlider.rsAutoHeight,*/
.rsAutoHeight .rsSlide {
  /*height: auto;*/
}
.royalSlider.rsFullscreen.rsAutoHeight .rsOverflow {
  height: 100% !important;
}
.royalSlider.rsFullscreen.rsAutoHeight .rsOverflow .rsSlide {
  bottom: 0;
}
.royalSlider.rsFullscreen.rsAutoHeight .rsOverflow figure {
  /*			width:100%;
                       height:100%;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.royalSlider.rsFullscreen.rsAutoHeight .rsOverflow img, .royalSlider.rsFullscreen.rsAutoHeight .rsOverflow img.rsImg {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  max-height: 100% !important;
  max-width: 100% !important;
  display: block;
  /*			height:auto!important;
                       width:auto!important;*/
  /*max-width:100%!important;*/
  /*			max-width:100%;
                       height:auto;
                       max-height: 100%;*/
  /*			max-height:100%;
                       max-width: 100%;
                       height:100%;
                       width:100%;*/
  /*			max-height: 100%!important;*/
}
.royalSlider.rsFullscreen.rsAutoHeight .rsContainer {
  height: 100% !important;
}

/*.mefs {
	.royalSlider.rsAutoHeight {
		 height:auto;  
	}
	.rsAutoHeight .rsSlide {
		height: 100%;
	}
	.rsOverflow { 
			max-width:100%;    
		  height: auto;
		  img{
			  max-width:100%;
			  height:auto;
			}    
	}
}*/
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

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

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  /*max-width: none;*/
  max-width: 100% !important;
  height: auto;
}

.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/*@import "royalslider_orig "; */
@media screen and (min-width: 650px) {
  body {
    font-size: 16px;
    padding-bottom: 56px;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 23px;
  }

  h1, h2.date {
    font-size: 35px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.3em;
  }

  h4 {
    font-size: 16px;
    line-height: 19px;
  }

  nav.main {
    padding-top: 5px;
  }

  .navigation {
    padding: 0 8px 0 8px 0;
    width: 100%;
  }
  .navigation li ul {
    display: block;
  }

  .desktophide {
    display: none;
  }

  .nav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 276px;
    padding: 0 12px 0 12px;
  }

  .metawrap {
    margin-top: 19px;
    display: block;
    position: fixed;
    bottom: 49px;
    left: 0;
    width: 276px;
    padding: 0 12px 0 12px;
    /*margin-top: 2em;	*/
    z-index: 100;
  }

  nav.meta {
    margin-bottom: 19px;
  }

  #content {
    min-height: 500px;
    padding: 5px 16px 75px 284px;
    font-size: 16px;
    line-height: 1.2em;
    /*	border: 1px dotted #f0f!important;
              background: #f0f;*/
  }

  .k5 #content {
    padding-bottom: 5px;
  }

  ul.list {
    font-size: 35px;
  }

  .etc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 105;
    width: 100%;
    height: 56px;
    padding: 0 12px 0 12px;
    overflow: hidden;
  }
  .etc h1 {
    margin: 5px 0 0 0;
  }
  .etc section {
    display: none;
  }

  .k7 .etc {
    background: #b02cfb !important;
    /*top:auto!important;	*/
    bottom: 0 !important;
  }

  /*	.k1 .etc h1:after {
             background-image: url('../../files/index_logo_boot_2x.png');
             background-size: 70px 70px;
             display: block;
             height: 70px;
             width: 70px;
             content:"";
             position: fixed;
             bottom:0;
             right:0;
         }	*/
  .twitt {
    display: none;
  }

  .k7 .twitt {
    background: #cbcbcb;
  }

  footer {
    height: 136px;
    background: #cbcbcb;
    padding-left: 277px;
    z-index: 99;
  }
  footer .col1, footer .col2 {
    float: left;
    padding-top: 10px;
    width: 190px;
    margin-right: 30px;
  }
  footer .col2 {
    margin-right: 0px;
  }
  footer .col3 {
    display: none;
  }

  .k1 footer {
    position: fixed;
    bottom: 56px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 760px) and (min-width: 650px) {
  footer .col1 {
    width: 180px;
    margin-right: 10px;
  }

  div.lang {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 950px) {
  body {
    padding-bottom: 0;
  }

  .metawrap {
    bottom: 0;
    z-index: 100;
  }

  #content {
    padding: 5px 196px 0 284px;
  }

  .k1 #content {
    padding-top: 12px;
    padding-bottom: 150px;
  }

  .etc {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 180px;
    padding: 0 12px 180px 12px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 180px);
  }
  .etc h1:after {
    display: none;
  }
  .etc h1 {
    margin-bottom: 5px;
  }
  .etc section {
    display: block;
    width: 145px;
  }
  .etc section img {
    margin-bottom: 0.4em;
  }

  .k7 .etc {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
  }

  .twitt {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 180px;
    padding: 12px;
    z-index: 100000;
    background: #fff;
  }

  footer {
    height: 150px;
    background: #cbcbcb;
    padding-left: 277px;
    z-index: 99;
  }
  footer .col1, footer .col2 {
    float: left;
    padding-top: 17px;
    width: 200px;
    margin-right: 40px;
  }
  footer .col3 {
    margin: 0 !important;
    display: block;
  }

  .k1 footer {
    bottom: 0;
  }

  .google-maps {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1260px) {
  .teaser.lt figure {
    position: absolute;
    width: 430px;
  }
  .teaser.lt div {
    padding-left: 445px;
    margin-top: -5px;
    max-width: 100%;
  }
  .teaser.lt div.noimg {
    padding-left: 0;
  }

  .google-maps {
    padding-bottom: 52%;
  }
}
@media screen and (min-width: 1380px) {
  .google-maps {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1780px) {
  .google-maps {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 2000px) {
  .google-maps {
    padding-bottom: 600px;
  }
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  /*    a[href]:after {
          content: " (" attr(href) ")";
      }

      abbr[title]:after {
          content: " (" attr(title) ")";
      }*/
  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*@import "resources/_lib";*/
@media print {
  aside, .navigation, .share {
    display: none;
  }

  .surfnedit, body + div, .edit {
    display: none;
  }

  #content {
    margin-top: 5px;
  }

  #content:before {
    content: "Index";
    color: #000;
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 22px;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
