/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/library/fonts/font-name.eot');
      src: url('/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/library/fonts/font-name.woff') format('woff'),
             url('/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/library/fonts/font-name.ttf') format('truetype'),
             url('/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
IMAGE-REPLACEMENT     @include image-replace("xxx.jpg");
*********************/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* global box-sizing */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  /**
 * Correct `inline-block` display not defined in IE 8/9.
 */
}
audio, canvas, video {
  display: inline-block;
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
}
audio:not([controls]) {
  display: none;
  height: 0;
  /**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
}
[hidden], template {
  display: none;
  /* ==========================================================================
   Base
   ========================================================================== */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
}
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * Remove default margin.
 */
}
body {
  margin: 0;
  /* ==========================================================================
   Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
}
a {
  background: transparent;
  /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
}
a:focus {
  outline: thin dotted;
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
}
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.
 */
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
}
b, strong, .strong {
  font-weight: bold;
  /**
 * Address styling not present in Safari 5 and Chrome.
 */
}
dfn, em, .em {
  font-style: italic;
  /**
 * Address differences between Firefox and other browsers.
 */
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  /*
 * Addresses margins set differently in IE6/7.
 */
}
pre {
  margin: 0;
  /**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
  /**
 * Improve readability of pre-formatted text in all browsers.
 */
}
pre {
  white-space: pre-wrap;
  /**
 * Set consistent quote types.
 */
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  /**
 * Address inconsistent and variable font size in all browsers.
 */
}
q:before, q:after {
  content: '';
  content: none;
}
small, .small {
  font-size: 75%;
  /**
 * 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;
  /* ==========================================================================
  Lists
========================================================================== */
  /*
 * Addresses margins set differently in IE6/7.
 */
}
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
  /*
 * Addresses paddings set differently in IE6/7.
 */
}
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
  /*
 * Corrects list images handled incorrectly in IE7.
 */
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  /* ==========================================================================
  Embedded content
========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9.
 */
}
img {
  border: 0;
  /**
 * Correct overflow displayed oddly in IE 9.
 */
}
img {
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
  /* ==========================================================================
   Figures
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari 5.
 */
}
figure {
  margin: 0;
  /* ==========================================================================
   Forms
   ========================================================================== */
  /**
 * Define consistent border, margin, and padding.
 */
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  /**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * 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.
 */
}
button, input, select, textarea {
  /* 1 */
  font-family: inherit;
  /* 2 */
  font-size: 100%;
  /* 3 */
  margin: 0;
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
}
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.
 */
}
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"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * Re-set default cursor for disabled elements.
 */
}
button[disabled], html input[disabled] {
  cursor: default;
  /**
 * 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"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /**
 * Remove inner padding and border in Firefox 4+.
 */
}
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.
 */
}
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
  /* ==========================================================================
   Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}*/
  /*  IMAGE Replacement */
}
.image-replacement, .ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
.clearfix, .cf, .comment-respond {
  zoom: 1;
  /*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
}
.clearfix:before, .cf:before, .comment-respond:before, .clearfix:after, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.kite {
  display: table;
  width: 100%;
  font-size: 0 !important;
  /*
Opera 12 has causing too wide gaps bug by setting `font-size: 0'.
If you need to fix this bug, use the following code.

```
.opera:-o-prefocus,
.kite {
  font-size: 0.5px !important;
}
```
*/
}
.kite__item {
  box-sizing: border-box;
  display: inline-block;
  font-size: medium;
  font-size: 1rem;
  vertical-align: top;
  /*
# kite functions
*/
  /*
## Horizontal align items

```html
<div class="kite kite--center">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
}
.kite--left {
  text-align: left !important;
}
.kite--center {
  text-align: center !important;
}
.kite--right {
  text-align: right !important;
  /*
## Sizing items

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--left">B</div>
  <div class="kite__item kite__item--right">C</div>
</div>
```
*/
}
.kite__item--fifth {
  width: 20%;
}
.kite__item--fourth {
  width: 25%;
}
.kite__item--third {
  width: 33.333%;
}
.kite__item--half {
  width: 50%;
}
.kite__item--full {
  width: 100%;
  /*
## Vertical align items

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--middle">B</div>
  <div class="kite__item kite__item--middle">C</div>
</div>
```
*/
}
.kite--top > .kite__item {
  vertical-align: top !important;
}
.kite--middle > .kite__item {
  vertical-align: middle !important;
}
.kite--bottom {
  /*
## Horizontal align content in items

```html
<div class="kite">
  <div class="kite__item kite__item--center">A</div>
  <div class="kite__item kite__item--center">B</div>
  <div class="kite__item kite__item--center">C</div>
</div>
```
*/
}
.kite--bottom > .kite__item {
  vertical-align: bottom !important;
}
.kite__item--left {
  text-align: left !important;
}
.kite__item--center {
  text-align: center !important;
}
.kite__item--right {
  text-align: right !important;
  /*
## Intrinsic width 

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--left">B</div>
  <div class="kite__item kite__item--right">C</div>
</div>
```
*/
}
.kite__item--fifth {
  width: 20%;
}
.kite__item--fourth {
  width: 25%;
}
.kite__item--third {
  width: 33.333%;
}
.kite__item--half {
  width: 50%;
}
.kite__item--full {
  width: 100%;
  /*
## Justify align items

```html
<div class="kite kite--justify">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
}
.kite--justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
  /*
## Fill items

```html
<div class="kite kite--justify">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
}
.kite--justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.kite--fill {
  /*
## Absolute position items

```html
<div style="position:relative">
  <div class="kite kite--position">
    <div class="kite__item">A</div>
  </div>
</div>
```
*/
}
.kite--fill.is-equalize {
  table-layout: fixed;
}
.kite--fill > .kite__item {
  display: table-cell;
}
.kite--position {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  /*
## Grid layout items

NOTE: this can trigger a horizontal scrollbar if the component is as wide as the viewport.
Use padding on a container(.kite), or `overflow-x:hidden` to protect against it.

```html
<div class="kite kite--grid has-gutter">
  <div class="kite__item is-4of12">A</div>
  <div class="kite__item is-4of12">B</div>
  <div class="kite__item is-4of12">C</div>
</div>
```
*/
}
.kite--position.is-position-fixed {
  position: fixed;
}
.kite--position:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.kite--position > .kite__item {
  vertical-align: middle;
  text-align: left;
}
.kite--grid > .kite__item.is-1of12 {
  width: 8.33333%;
}
.kite--grid > .kite__item.is-2of12 {
  width: 16.66667%;
}
.kite--grid > .kite__item.is-3of12 {
  width: 25%;
}
.kite--grid > .kite__item.is-4of12 {
  width: 33.33333%;
}
.kite--grid > .kite__item.is-5of12 {
  width: 41.66667%;
}
.kite--grid > .kite__item.is-6of12 {
  width: 50%;
}
.kite--grid > .kite__item.is-7of12 {
  width: 58.33333%;
}
.kite--grid > .kite__item.is-8of12 {
  width: 66.66667%;
}
.kite--grid > .kite__item.is-9of12 {
  width: 75%;
}
.kite--grid > .kite__item.is-10of12 {
  width: 83.33333%;
}
.kite--grid > .kite__item.is-11of12 {
  width: 91.66667%;
}
.kite--grid > .kite__item.is-12of12 {
  width: 100%;
}
.kite--grid.has-gutter {
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.kite--grid.has-gutter > .kite__item {
  padding-left: 10px;
  padding-right: 10px;
}
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -ms-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
  /* @include css-gradient(#dfdfdf,#f8f8f8); */
  /*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #fff;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
 display: block;
  height: 2em;
  line-height: 1;
  padding: 0 .3em;
  margin-top: .8em;
  margin-bottom: .9em;
  font-size: 1em;
  color: #000;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid $text-color;
  width: 100%;
  max-width: 13em;
  font-family: inherit;
  background-color: transparent;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
select {
  /* 1 */
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*********************
OPACITY   @include opacity(0.8);
*********************/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* -webkit-perspective: 1000; */
  /* overflow: -moz-scrollbars-none; */
  /* html element 62.5% font-size for REM use */
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* clear */
}
.clear:before, .clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  margin: 0 auto;
  display: block;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  border-bottom: 0px solid #000;
  text-decoration: none;
}
a:focus, a:active, a:visited {
  outline: 0;
  border-bottom: 0px solid #000 !important;
  text-decoration: none !important;
}
a:hover, a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.wrap {
  margin: 0 auto;
}
a, a:visited {
  /* on hover */
  color: #000;
}
a:hover, a:visited:hover, a:focus, a:visited:focus, a:active, a:visited:active {
  color: #000;
  outline: 0;
  /* on click */
}
a:active, a:visited:active {
  /* mobile tap color */
}
a:link, a:visited:link {
  -webkit-tap-highlight-color : rgba(0, 0, 0, 0.3);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
  font-weight: 500;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3, .h3 {
  font-size: 1.125em;
}
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header {
  background-color: #fff;
}
#logo {
  margin: 20px auto;
  margin: 2rem auto;
}
#logo a {
  color: #000;
  line-height: 1;
}
header nav {
  width: 100%;
  margin: 0 auto;
}
.nav {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  /* end .nav */
}
.nav li {
  text-align: left;
  /* end .menu li */
  /* highlight current page */
}
.nav li a {
  display: block;
  text-decoration: none;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}
.navxxx li a:hover, .navxxx li a.current {
  outline: 0;
  text-decoration: none;
  /* Gecko */
  -moz-transform: scaleX(-1);
  /* Operah */
  -o-transform: scaleX(-1);
  /* webkit */
  -webkit-transform: scaleX(-1);
  /* standard */
  transform: scaleX(-1);
  filter: FlipH;
  text-align: right !important;
}
.nav li:first-child {
  padding: 0;
}
.nav li:last-child {
  padding: 0;
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}
.nav li ul.sub-menu li a, .nav li ul.children li a {
  padding-left: 30px;
}
.nav li ul.sub-menu li a:hover, .nav li ul.children li a:hover, .nav li ul.sub-menu li a:focus, .nav li ul.children li a:focus {
  outline: 0;
}
.nav li.current-menu-item, .nav li.current_page_item, .nav li.current_page_ancestor {
  /* end current highlighters */
}
header .nav lixxx:nth-last-child(-n+2), header .nav lixxx:last-child a {
  display: inline-block;
}
header .nav li:nth-last-child(3) {
  margin-top: 16px;
}
header .nav lixxx:last-child::before {
  content: " & ";
  display: inline-block;
  color: red;
  margin: 0 5px 0 3px;
}

.pdf-icon a, .pdf-image, .insta-image{
    display: inline-block!important;
}

 .pdf-image, .insta-image{
	width: 45px;
    margin-left: 20px;
    width: 5vw;
	width: 5vmin;
	margin-left: 2vw;
	margin-left: 2vmin;
	margin-top: -.5vw;
	vertical-align: middle;
}

.insta-image {
    width: 49px;
	    width: 6vmin;
    margin-left: 0;
    
}

@media only screen and (min-width: 1024px) {
	.insta-image {
		margin-top: -1.5vw;
	}
}

.insta-icon a{
    color: transparent;
    display: inline-block;
    visibility: hidden;
}

.insta-icon a img{
    transition: all .3s ease;
}

.insta-icon a:hover img{
    filter:invert(1);
}

body.single-custom_works, body.single-custom_films, body.page-template-page-customTemplate {
  background-color: #fff;
}
#content {
  margin-top: 0px;
  margin-top: 0rem;
}
.hentry {
  background-color: #fff;
  border: 0px solid #ccc;
  /* end .hentry */
}
.hentry header {
  border-bottom: 0px solid #f8f9fa;
}
.hentry footer {
  padding: 0rem;
  border-top: 0px solid #f8f9fa;
}
.hentry footer p {
  margin: 0;
}
.single-title, .page-title, .entry-title {
  margin: 0;
}
.archive-title {
  /* want to style individual post classes? Booya! */
}
.post-id {
  /* post by id (i.e. post-3) */
}
.post {
  /* general post style */
}
.page {
  /* general article on a page style */
}
.attachment {
  /* general style on an attatchment */
}
.sticky {
  /* sticky post style */
}
.hentry {
  /* hentry class */
}
.category-slug {
  /* style by category (i.e. category-videos) */
}
.tag-slug {
  /* style by tag (i.e. tag-news) */
  /* post meta */
}
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
  /* entry content */
}
.entry-content {
  /* end .entry-content */
}
.entry-content p {
  margin: 0px 0 0;
  margin: 0rem 0 0;
  /*********************
ROTATE    @include rotate(-90deg);
*********************/
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 0 0;
  max-width: 100%;
  height: auto;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  /* images inside wp-caption */
  padding: 5px;
  /* end .wp-caption */
  /* image gallery styles */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.gallery {
  /* end .gallery */
  /* gallery caption styles */
}
.tags {
  margin: 0;
}
#news {
  position: fixed;
  left: 13%;
  top: 20%;
  z-index: 9999;
  border: 2px solid red;
  padding: 10px 0 10px 15px;
  width: 70%;
  max-width: 470px;
  background-color: transparent;
  color: red !important;
}

@media only screen and (min-width: 1024px) {
	#news {
	left: 37%;
	width: 37%;
	}
}

.Xclose {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 130%;
}
.Xclose:hover {
  cursor: pointer;
}
#news-content {
  margin-top: 16px;
  max-height: 500px;
  max-height: 50vh;
  overflow: auto;
}
.slide {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  max-width: 100%;
  float: left;
  border: 0px solid black;
  position: relative;
  background-color: transparent;
}
.slide.gutter {
  border: 1px solid black;
}
del {
  font-family: "Times New Roman", Times, serif;
  font-size: 112%;
  text-decoration: none;
}
.index {
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 130%;
  color: red;
  display: none;
}
.titel {
  color: red;
  font-size: 220%;
  letter-spacing: 2px;
  position: absolute;
  z-index: 30;
  white-space: nowrap;
}
#win {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.neuner {
  position: absolute;
  width: 32%;
  max-width: 32%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*********************
VERTICAL ALIGN MIDDLE    @include vertical-align-middle();
*********************/
}
.neuner img {
  max-height: 100%;
  width: auto;
}
.variable p {
  margin-bottom: 5px;
}
.soliloquy-outer-container, .soliloquy-container, .soliloquy-wrapper, .soliloquy-viewport, .soliloquy-wrap, .soliloquy-item, .soliloquy-image {
  height: 100% !important;
}
.fve-video-wrapper {
  margin: 0 !important;
  margin-top: -2px !important;
}
.fve-video-wrapper iframe, .fve-video-wrapper object, .fve-video-wrapper embed {
  max-height: 100vh !important;
}
.neuner1 {
  top: 0%;
  left: 0%;
}
.neuner2 {
  top: 0%;
  left: 50%;
}
.neuner3 {
  top: 0%;
  left: 100%;
}
.neuner4 {
  top: 50%;
  left: 0%;
}
.neuner5 {
  top: 50%;
  left: 50%;
}
.neuner6 {
  top: 50%;
  left: 100%;
}
.neuner7 {
  top: 100%;
  left: 0%;
}
.neuner8 {
  top: 100%;
  left: 50%;
}
.neuner9 {
  top: 100%;
  left: 100%;
}
.rot {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rot .slide {
  width: 200vw !important;
  /* Fluid Video Embeds */
}
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe, .fve-video-wrapper object, .fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
  /******************************************************************
PAGE NAVI STYLES
******************************************************************/
}
.pagination, .wp-prev-next {
  margin: 1.5em 0;
}
.pagination {
  text-align: center;
  /* end .bones_page_navi */
  /* fallback previous & next links */
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: red !important;
}
.pagination .current {
  cursor: default;
  color: #000;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #000;
}
.wp-prev-next {
  /* end .wp-prev-next */
  /******************************************************************
COMMENT STYLES
******************************************************************/
  /* h3 comment title */
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
#comments-title {
  padding: 0.75em;
  margin: 0;
  /* number of comments span */
  border-top: 1px solid #f8f9fa;
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* comment meta */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
  /* vcard */
}
.comment .vcard {
  margin-left: 50px;
  /* end .commentlist .vcard */
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* end children */
}
.comment .children li {
  /* variations */
}
.comment .children .depth-1 {
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.depth-5 {
  /* general comment classes */
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f8f9fa;
}
.commentmetadata {
  /* comment content */
}
.comment_content {
  /* end .commentlist .comment_content */
  /* comment reply link */
}
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.comment-reply-link {
  font-size: 0.9em;
  float: right;
  /* end .commentlist .comment-reply-link */
  /* edit comment link */
}
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
  /******************************************************************
COMMENT FORM STYLES
******************************************************************/
}
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
#reply-title {
  margin: 0;
}
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #000;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
  /* comment submit button */
}
#submit {
  float: right;
  font-size: 1em;
  /* comment form title */
}
#comment-form-title {
  margin: 0 0 1.1em;
  /* cancel comment reply link */
}
#cancel-comment-reply {
  /* logged in comments */
}
.comments-logged-in-as {
  /* allowed tags */
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
  /* no comments */
}
.nocomments {
  margin: 0 20px 1.1em;
  /*********************
SIDEBARS & ASIDES
*********************/
}
.widget ul li a {
  /* deep nesting */
}
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
  /*********************
FOOTER STYLES
*********************/
}
.footer {
  clear: both;
  background-color: #fff;
  color: #000;
  width: 100%;
}
.footer nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-left: 2rem;
  /*********************
ROTATE    @include rotate(-90deg);
*********************/
  /*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
}
.footer-links {
  /* end .footer-links */
}
.footer .nav li {
  float: none;
}
.copyright {
  display: inline-block;
  vertical-align: middle;
}

.no-hover a {
  margin-top: 16px;
}
.no-hover a:hover {
  background: transparent;
  cursor: default;
  text-decoration: none !important;
  /*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Mon Sep 8 2014 04:00 EDT-0400
 * Plugins: viewport
 * Styles: core
 */
}
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  box-shadow: none;
  padding: 0;
  z-index:9999999;
  max-width:100%;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
  /* Default close button class */
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  /* Overlap .qtip-tip */
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
  /* IE fix */
}
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
  /* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
}
.qtip-focus {
  /* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
}
.qtip-hover {
  /* Default tooltip style */
}
.qtip-default {
  border: 1px solid #000;
  background-color: #ffffa3;
  color: #000;
}
.qtip-default .qtip-titlebar {
  background-color: #ffef93;
}
.qtip-default .qtip-icon {
  border-color: #ccc;
  background: #f1f1f1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #aaa;
  color: #111;
  /*------------------------------------*\
    MISC
\*------------------------------------*/
}
img {
  -ms-interpolation-mode: bicubic;
}
.hidden {
  display: none !important;
  visibility: hidden;
  /* Hide visually and from screenreaders, but maintain layout */
}
.invisible {
  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;
  /*  SELECTION */
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/  .nav {
    /* .menu is clearfixed inside mixins.scss */
  }
  .menu {
    /* end .menu */
    /*********************
POSTS & CONTENT STYLES
*********************/
    /* entry content */
  }
  .menu ul {
    /* end .menu ul */
  }
  .menu ul li {
    /* end .menu ul li */
    /* highlight current page */
  }
  .menu ul li:last-child {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li.current-menu-item, .menu ul li.current_page_item, .menu ul li.current_page_ancestor {
    /* end current highlighters */
  }
  .entry-content {
    /* end .entry-content */
    /*********************
FOOTER STYLES
*********************/
    /*
check your menus here. do they look good?
do they need tweaking?
*/
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .footer-links {
    /* end .footer-links */
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*iPad Portrait orientation styles */
  /*iPad landscape orientation styles */
  /*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/  body {
    /*********************
LAYOUT & GRID STYLES
*********************/
    /*********************
HEADER STYLES
*********************/
  }
  .header .nav {
    position: fixed;
    left: 5%;
    top: 10%;
    z-index: 9999;
    border: 2px solid red;
    padding: 10px 15px;
    width: 30%;
    max-width: 370px;
  }
  #logo {
    /*********************
NAVIGATION STYLES
*********************/
  }
  .nav {
    border: 0;
    /* end .nav */
  }
  .nav ul {
    background: #000;
    margin-top: 0;
  }
  .nav li {
    position: relative;
    /* end .menu ul li */
    /* highlight current page */
  }
  .nav li a {
    border-bottom: 0;
    line-height: 1.1;
  }
  .nav li:last-child {
    /*
		plan your menus and drop-downs wisely.
		*/
  }
  .nav li ul.sub-menu, .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* showing sub-menus */
  }
  .nav li ul.sub-menu li, .nav li ul.children li {
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child, .nav li ul.children li:last-child {
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul, .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  .nav li.current-menu-item, .nav li.current_page_item, .nav li.current_page_ancestor {
    /* end current highlighters */
  }
  li.no-hover a:hover, li.no-hover a:focus, a:visited {
    text-decoration: none;
    /* Gecko */
    -moz-transform: scaleX(1);
    /* Operah */
    -o-transform: scaleX(1);
    /* webkit */
    -webkit-transform: scaleX(1);
    /* standard */
    transform: scaleX(1);
    filter: none;
    text-align: left !important;
    /*********************
SIDEBARS & ASIDES
*********************/
  }
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
    /* links widget */
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  .widget ul li a {
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  .widget_links ul li a {
    /* meta widget */
  }
  .widget_meta ul li a {
    /* pages widget */
  }
  .widget_pages ul li a {
    /* recent-posts widget */
  }
  .widget_recent_entries ul li a {
    /* archives widget */
  }
  .widget_archive option {
    /* tag-cloud widget */
  }
  .widget_tag_cloud a:before {
    /* calendar widget */
  }
  #wp-calendar #prev a {
    /* category widget */
  }
  .widget_categories .level-3 {
    /* recent-comments widget */
  }
  .widget_recent_comments {
    /* search widget */
  }
  .screen-reader-text {
    /* text widget */
  }
  .textwidget p {
    /*********************
FOOTER STYLES
*********************/
    /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  }
  .footer-links {
    /* end .footer-links */
    /*------------------------------------*\
    IPAD
\*------------------------------------*/
  }
  .footer-links ul li a {
    line-height: 1;
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }
}
@media only screen and (min-width: 768px) and (device-width: 768px) and (orientation: portrait) {
  html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
  body {
    -webkit-text-stroke: 0.4px;
  }
  A:link, A:hover, A:active, A:visited {
    text-decoration: none !important;
    border-bottom: 0px solid white !important;
  }
}
@media only screen and (min-width: 768px) and (device-width: 768px) and (orientation: landscape) {
  html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
  body {
    -webkit-text-stroke: 0.4px;
  }
  A:link, A:hover, A:active, A:visited {
    text-decoration: none !important;
    border-bottom: 0px solid white !important;
  }
}
@media only screen and (min-width: 1000px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/  #wrapper {
    transform: none;
  }
  #logo {
    margin: 2rem auto;
    max-width: 30%;
  }
  .arrows {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 5;
  }
  #oben {
    height: 14vh;
    top: 0;
  }
  #unten {
    height: 14vh;
    bottom: 0;
  }
  #rechts {
    width: 10vw;
    right: 0;
  }
  #links {
    width: 10vw;
    left: 0;
  }
  #rechts:hover {
    cursor: url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil.png') 0 0, url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil.png'), default;
  }
  #links:hover {
    cursor: url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil_links.png') 0 0, url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil_links.png'), default;
  }
  #oben:hover {
    cursor: url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil_oben.png') 0 0, url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil_oben.png'), default;
  }
  #unten:hover {
    cursor: url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil_unten.png') 0 0, url('https://web.archive.org/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/images/pfeil_unten.png'), default;
  }
  
   .pdf-image{
    width: 4vw;
	margin-left: .5vw;
    margin-top: -.6vw;
 }
}
@media only screen and (min-width: 1140px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  /*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
  /*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/}
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
  .social_links a, #lang_sel_list {
    display: none;
  }
  img {
    position: static !important;
    opacity: 1 !important;
  }
  .entry-content img {
    margin: 0px;
    width: 33% !important;
    max-width: 100%;
    height: auto;
  }
  #logo {
    max-width: 30% !important;
  }
  [class*='cute-'], #logo {
    float: none !important;
    position: static !important;
    padding: 1px;
    width: 100%;
  }
  .soliloquy-container {
    position: static !important;
    background: transparent url("/web/20191212064922im_/http://www.johannes-buettner.com/wp-content/themes/web3000Theme/library/css/images/preloader.gif") no-repeat scroll 50% 50%;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    opacity: 0;
  }
  .soliloquy-container .soliloquy-wrapper {
    width: 100%;
    position: static !important;
    margin: 0px;
    padding: 0px;
    list-style: outside none none !important;
  }
  .soliloquy-container .soliloquy-viewport {
    width: 100%;
    position: static !important;
    height: auto !important;
    transform: translateZ(0px);
  }
  .soliloquy-container .soliloquy-wrap {
    width: 100%;
    position: static !important;
    margin: 0px;
    padding: 0px;
    list-style: outside none none !important;
    height: 100%;
  }
  .soliloquy-container .soliloquy-item {
    min-height: 1px;
    min-width: 1px;
    float: none !important;
    visibility: visible !important;
    position: static !important;
    margin: 0px !important;
    display: block !important;
    transform: none !important;
    margin-bottom: 30px !important;
  }
  .soliloquy-container .soliloquy-image {
    max-width: 100%;
    width: 100% !important;
    height: auto;
    margin: 0px auto;
    -moz-user-select: none;
    visibility: visible !important;
    display: block !important;
  }
  .soliloquy-container .soliloquy-controls {
    display: none !important;
  }
  img {
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* or 'auto' */
    page-break-inside: avoid;
  }
  a {
    text-decoration: none !important;
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: fixed;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
      height: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-slide img, .swiper-slide iframe, .swiper-slide video  {
    object-fit: cover !important;
	object-position: center center;
    height: 100% !important;
	height: 100vh !important;
    width: 100vw !important;
	max-height: 100vh !important;
}

.swiper-slide, video {
	background-color: #808080;
	background-color: rgb(127,127,127);
}

.swiper-slide a {
	display: block;
}

#news-content::-webkit-scrollbar { 
    display: none; 
}

#news-content
	scrollbar-width: none;
	overflow: -moz-scrollbars-none; 
}

#arve .arve-wrapper, #tinymce .arve-wrapper {
    margin-bottom: 0 !important;
}

#arve .arve-wrapper, #tinymce .arve-wrapper {
    display: block;
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 100% !important;
    max-height: 100vh !important;
    object-fit: contain !important;
	    background: #000000;
}

#arve .arve-iframe, #arve .arve-play-btn, #arve .arve-thumbnail, #tinymce .arve-iframe, #tinymce .arve-play-btn, #tinymce .arve-thumbnail {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    object-fit: contain !important;
    height: 100vh !important;
}

header nav {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999999;
}

#menu{
    background: transparent;
    position: fixed;
    top:0;
    left:0;
	padding-top: 1.5vh;
	padding-left: 4%;
    z-index: 999999;
}

@media  (max-width: 1023px) {
  #menu.works-menu {
    position: static;
  }

  .flex-item {
    width: 100%!important;
  }
}

.nav {
    display: block;
}

.nav li {
    position: relative;
    font-weight: normal;
    display: block;
	font-size: 8vw;
	font-size: 8vmin;
	font-weight: bold;
	line-height: 1.1;
}

.nav li a {
	color: #000000;
	text-shadow: 1px 1px 0px white, -1px -1px 0 white;
	line-height: 1;
}

.nav li a:hover {
	color: #ffffff;
	text-shadow: 1px 1px 0px black, -1px -1px 0 black;
}

.nav li a:hover + .pdf-image {
    filter: invert(100%);
}

.nav li.menu-item-back a:not(:hover) {
    color: yellow;
    text-shadow: 1px 1px 0px black, -1px -1px 0 black;
}

.back-menu {
  font-weight: 700;
  color: yellow!important;
}

.nav li.menu-item-back a {
  white-space: normal;
}

.events {
    background: #ffffff;
    position: absolute;
    top: 70vw;
	top: 70vmin;
    right: 5%;
    z-index: 999997;
    width: 92%;
    color: #000000;
    padding: 30px 24px;
	padding-bottom: 3px;
    display: none;
    margin-bottom: 10vh;
	margin-bottom: 10vmax;
}

.event-wrapper {
		margin-bottom: 30px;
}

.event-date {
	font-size: 15px;
	font-weight: bold;
}

.event-title, .works-title, h1 {
	font-size: 28px;
	line-height:1.2;
}

h2, .text-item p {
	font-size: 14px;
	line-height:1.3;
}

.event-link:hover .event-title,  .works-title:hover, .works-link:hover .works-title {
	font-weight: bold;
}

.event-link:hover .event-title strong,
.event-link:hover .event-title b, .works-title:hover strong, .works-title:hover b, .works-link:hover strong, .works-link:hover b {
	font-weight: normal!important;
}

@media all and (min-width: 1024px) {
	.nav li {
		font-size: 6vw;
	}
	
	.nav li a {
		line-height: 1;
	}
	
	.events {
		top: 4vh;
		right: 4.6vw;
		width:55%;
		margin-bottom: 4vh;
		padding: 30px;
	padding-bottom: 7px;
		/* min-height: 92vh; */
	}
	
	.qtip-content {
	  white-space: nowrap;
	}
}
 
html.phone .qtip-default {
    left: 5%!important;
    width: 90%!important;
	font-size: 4vw;
}
/*
     FILE ARCHIVED ON 06:49:22 Dec 12, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:22:26 Sep 26, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 115.253
  exclusion.robots: 0.137
  exclusion.robots.policy: 0.125
  RedisCDXSource: 5.144
  esindex: 0.007
  LoadShardBlock: 87.11 (3)
  PetaboxLoader3.datanode: 278.51 (5)
  CDXLines.iter: 20.179 (3)
  load_resource: 388.366 (2)
  PetaboxLoader3.resolve: 130.338 (2)
*/

.flex-item {
  padding-top: 3em;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
}

.flex-item:last-child {
  padding-bottom: 3em;
}

.flex-item video,.flex-item  iframe {
  width: 100%;
  height: 100%;
}

.media-item {
  display: table;
}

.caption {
  padding-top:.5em;
}

.works-title {
  margin: .35em auto .35em 0;
}

@media  (min-width: 1024px) {
  .single-container #menu {
    width:33%;
    height: 100vh;
    overflow-y: auto;
  }

  .flex-container {
    margin-left: 33%;
    width:67%;
  }

  .flex-item {
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-item.narrow {
    width: 90%;
  }

  .caption {
    padding-right: 2em;
  }

  body.single-custom_works .caption {
    display: table-caption;
    caption-side: bottom;
  }
}

:root {
  --videoWidth: 33vw;
}

@media (min-width: 1024px) {
  :root {
    --videoWidth: 18vw;
  }
}

.video-overlay {
  position: fixed;
  z-index:99999999;
  top: 0;
  left: 0;
  width: var(--videoWidth);
  height: var(--videoWidth);
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: moveX 4s linear 0s infinite alternate, moveY 5.4s linear 0s infinite alternate;
  -moz-animation: moveX 4s linear 0s infinite alternate, moveY 5.4s linear 0s infinite alternate;
  -o-animation: moveX 4s linear 0s infinite alternate, moveY 5.4s linear 0s infinite alternate;
  animation: moveX 4s linear 0s infinite alternate, moveY 5.4s linear 0s infinite alternate;
}

.video-overlay video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@-webkit-keyframes moveX {
  from { left: 0; } to { left: calc(100vw - var(--videoWidth)); }
}
@-moz-keyframes moveX {
  from { left: 0; } to { left: calc(100vw - var(--videoWidth)); }
}
@-o-keyframes moveX {
  from { left: 0; } to { left: calc(100vw - var(--videoWidth)); }
}
@keyframes moveX {
  from { left: 0; } to { left: calc(100vw - var(--videoWidth)); }
}

@-webkit-keyframes moveY {
  from { top: 0; } to { top: calc(100vh - var(--videoWidth)); }
}
@-moz-keyframes moveY {
  from { top: 0; } to { top: calc(100vh - var(--videoWidth)); }
}
@-o-keyframes moveY {
  from { top: 0; } to { top: calc(100vh - 18var(--videoWidth)vw); }
}
@keyframes moveY {
  from { top: 0; } to { top: calc(100vh - var(--videoWidth)); }
}
