/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Webfont: Lato-Light */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-LightItalic */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-Italic.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-MediumItalic */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-SemiboldItalic */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BoldItalic */@font-face {
    font-family: 'Lato2';
    src: url('../themes/funescape/assets/fonts/lato/Lato-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('../themes/funescape/assets/fonts/lato/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../themes/funescape/assets/fonts/lato/Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('../themes/funescape/assets/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, [hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button, input, select, textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Light.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Light.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Light.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-LightItalic.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-LightItalic.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-LightItalic.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Regular.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Regular.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Regular.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Italic.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Italic.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Italic.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Medium.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Medium.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Medium.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-MediumItalic.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-MediumItalic.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-MediumItalic.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-MediumItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Semibold.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Semibold.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Semibold.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Bold.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Bold.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Bold.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato2';
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-BoldItalic.eot');
  src: url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-BoldItalic.woff2') format('woff2'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-BoldItalic.woff') format('woff'), url('../themes/funescape/assets/themes/funescape/assets/themes/funescape/assets/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Lato2";
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.top-menu a {
  background: #fff;
}
.top-menu .top-menu-phone {
  color: #eee;
  display: inline-block;
  font-size: 14px;
}
.fb-menu-icon img {
  height: 26px;
  margin-bottom: -7px;
}
body.black {
  background: #000;
  color: #fff;
}
body.black .top-menu a {
  background: #000;
}
body.black .gallery-desc {
  background: rgba(0, 0, 0, .8);
}
body.black .btn {
  background: #fff;
  color: #000;
  font-weight: bold;
}
body.black #logo .original {
  display: none;
}
body.black #logo .invert {
  display: block;
}
body.black .mainnav a, body.black .top-menu a {
  color: #fff;
}
body.black .static-content-page {
  background: rgba(0, 0, 0, .8);
  color: #fff;
  text-align: justify;
  margin-top: 0px;
}
body.black .static-content-page a {
  color: #a2a2a2;
}
body.black .static-content-page a:hover {
  text-decoration: underline;
}
body.black .text-content-home h2 {
  text-transform: uppercase;
}
body.black .text-content-home {
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.black hr {
  background-image: -webkit-linear-gradient(left, #333, #444, #333);
  background-image: -moz-linear-gradient(left, #333, #444, #333);
  background-image: -ms-linear-gradient(left, #333, #444, #333);
  background-image: -o-linear-gradient(left, #333, #444, #333);
  background-image: linear-gradient(left, #333, #444, #333);
}
body.black .inner {
  border-color: #222;
}
body.bw .navbar a:not(#logo):hover, body.black .navbar a:not(#logo):hover, body.bw .navbar .active:not(#logo), body.black .navbar .active:not(#logo) {
  background: #222;
}
.black .locale-picker .navbar a {
  color: #fff;
}
.bw .locale-picker .navbar a {
  color: #fff;
}
.locale-picker {
  position: absolute;
  left: 15px;
  top: 15px;
}
.locale-picker .navbar a {
  color: #000;
  font-size: 13px;
}
body.bw {
  background-image: -webkit-linear-gradient(left, #000 50%, #fff 50%);
  background-image: -moz-linear-gradient(left, #000 50%, #fff 50%);
  background-image: -ms-linear-gradient(left, #000 50%, #fff 50%);
  background-image: -o-linear-gradient(left, #000 50%, #fff 50%);
  background-image: linear-gradient(left, #000 50%, #fff 50%);
}
body.bw .mainnav a, body.bw .top-menu a {
  color: #fff;
}
body.bw .front-right, body.bw .front-left {
  text-align: center;
  position: absolute;
  width: 50%;
  bottom: 100px;
}
body.bw .front-right {
  right: 0;
}
body.bw .front-right a {
  color: #000;
  background: rgba(255, 255, 255, .6);
}
body.bw .front-right a:hover {
  color: #fff;
  background: #000;
}
body.bw .front-left {
  left: 0;
}
body.bw .front-left a {
  color: #fff;
  background: rgba(0, 0, 0, .6);
}
body.bw .top-menu a {
  color: #000;
  background: #fff;
}
body.bw .top-menu a:hover {
  background: #000;
  color: #fff;
}
body.bw .right {
  text-align: left;
}
body.bw .right a {
  color: #000;
}
body.bw .right a:hover {
  color: #fff;
}
body.bw .floater {
  position: absolute;
  z-index: 99999;
}
#facebook, #instagram {
  margin: auto;
  max-width: 500px;
}
body.bw:after {
  content: "";
  opacity: 0.6;
  width: 6px;
  height: 100vh;
  background: #000;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 0, 0, 1) 0%, rgba(255, 255, 0, 1) 15%, rgba(0, 255, 0, 1) 30%, rgba(0, 255, 255, 1) 50%, rgba(0, 0, 255, 1) 65%, rgba(255, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(15%, rgba(255, 255, 0, 1)), color-stop(30%, rgba(0, 255, 0, 1)), color-stop(50%, rgba(0, 255, 255, 1)), color-stop(65%, rgba(0, 0, 255, 1)), color-stop(80%, rgba(255, 0, 255, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body.bw:after {
  animation: hue-rotate 10s linear infinite;
}
@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@media (min-width: 600px) {
  .film {
    margin: auto;
    width: 580px;
    padding: 10px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
    background: rgba(0, 0, 0, .7);
  }
}
@media (min-width: 800px) {
  #logo .mobile {
    display: none;
  }
  body.bw.black #logo .invert {
    display: none;
  }
}
@media (max-width: 800px) {
  .bw #logo .full {
    display: none;
  }
  .bw body.bw.black #logo .invert {
    display: block;
  }
}
h1, h2, h3 {
  font-weight: 400;
}
ul {
  text-align: left;
}
ul.list-blank {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-blank li {
  list-style: none;
}
select {
  padding: 6px 6px 4px;
  font-size: 14px;
  border-radius: 4px;
  border-color: #ddd;
}
a {
  color: #000;
  text-decoration: none;
}
.layout-content a, .site-footer a {
  color: #666;
  border-bottom: 1px solid #000;
}
#logo {
  margin: 0 20px;
  width: 230px;
  height: 230px;
}
.control-label {
  min-width: 200px;
  display: block;
  float: left;
  margin-top: 5px;
}
.form-control {
  border: 1px solid #ccc;
  margin: 2px;
  width: 200px;
  border-radius: 2px;
}
textarea.form-control {
  width: 400px;
}
.btn {
  background: #000;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  border: 0;
}
#pokoj .content-desc {
  max-width: 700px;
  float: left;
  padding: 30px;
  background: rgba(255, 255, 255, .8);
}
.black .room-info > div {
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.black .room-info > div a {
  color: #fff;
}
.black .room-info > div a.link-primary:hover {
  background: #000;
  color: #fff;
}
.room-info > div {
  text-align: center;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  padding: 10px;
}
.room-info > div span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
.room-info > div.box {
  width: 33.33%;
  border-left-width: 0;
}
.room-info > div.box:first-child {
  border-left-width: 1px;
}
.room-info > div.cena {
  padding: 10px;
  width: 33.3%;
  min-height: 135px;
  border-top: 0;
  border-left-width: 0;
}
.room-info > div.link {
  width: 50%;
  padding: 0;
  border-top: 0;
  border-left-width: 0;
}
.room-info > div.link a {
  padding: 15px 10px;
  display: block;
  color: #ffa500;
  text-shadow: 1px 1px 1px #000;
}
.room-info > div.link a:hover {
  background: rgba(255, 165, 0, .3);
  color: #fff;
  box-shadow: orange 0 0 0 1px;
}
.room-info > div.link a.link-primary {
  background: rgba(255, 0, 0, .3);
  color: #fff;
  box-shadow: red 0 0 0 1px;
  animation: hue-rotate 20s linear infinite;
  font-weight: bold;
}
.room-info > div.link a.link-primary:hover {
  background: rgba(255, 0, 0, .8);
  color: #fff;
}
.room-info > div.first {
  border-left-width: 1px;
}
.room-info > div.link-rezerwacja {
  border-left-width: 1px;
}
.room-info > div .link-rezerwacja {
  background: #50f;
}
.room-info > div b {
  display: block;
  font-size: 20px;
}
.room-info > div a {
  color: #000;
}
.black #pokoj .content-desc {
  background: rgba(0, 0, 0, .8);
}
img {
  max-width: 100%;
}
.clr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.w100 {
  width: 100%;
}
.navbar .active {
  background: #eee;
}
.navbar a, .navbar .active {
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  margin: 5px;
  line-height: normal;
  border-radius: 4px;
  padding: 10px 15px 8px;
}
.navbar a:not(#logo):hover, .navbar .active:not(#logo):hover {
  background-color: #eee;
}
.navbar #logo {
  margin-top: 10px;
  margin: 20px;
}
.mobile-menu {
  background: #000;
  background: rgba(0, 0, 0, .4);
  position: relative;
  padding: 25px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}
.mobile-menu a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 4px 20px;
}
.mobile-menu .left {
  float: left;
  width: 50%;
  text-align: right;
}
.mobile-menu .left a:hover {
  background: #fff;
  color: #000;
}
.mobile-menu .right {
  float: right;
  width: 50%;
  text-align: left;
}
.mobile-menu .right a {
  color: #000;
}
.mobile-menu .right a:hover {
  background: #000;
  color: #fff;
}
.mobile-menu #logo {
  max-width: 250px;
  display: block;
  margin: 0 auto 20px;
}
.mobile-menu {
  text-align: center;
  background-image: -webkit-linear-gradient(left, #000 50%, #fff 50%);
  background-image: -moz-linear-gradient(left, #000 50%, #fff 50%);
  background-image: -ms-linear-gradient(left, #000 50%, #fff 50%);
  background-image: -o-linear-gradient(left, #000 50%, #fff 50%);
  background-image: linear-gradient(left, #000 50%, #fff 50%);
}
.mobile-menu img {
  max-width: 300px;
}
.subnav {
  text-align: center;
  margin: 10px;
}
.galeria-full .mainnav {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
}
.galeria-full .mainnav a {
  border-color: transparent;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000;
}
.galeria-full .mainnav a:not(#logo):hover, .galeria-full .mainnav a:not(#logo).active, .galeria-full .mainnav a:not(#logo):focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.postek {
  width: 16.66%;
}
@media all and (min-width: 1500px) {
  .postek {
    width: 16.66%;
  }
}
@media all and (min-width: 1100px) {
  .postek {
    width: 33.33%;
  }
}
@media all and (max-width: 600px) {
  .postek {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
@media all and (max-width: 800px) {
  .postek {
    width: 50%;
  }
}
.excerpt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  transition-delay: 0.3s;
}
.center {
  text-align: center;
}
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
  background-image: linear-gradient(left, #fff, #ccc, #fff);
}
.mainnav {
  display: flex;
  margin: 0;
}
.mainnav div {
  flex: 1;
}
.mainnav .left {
  text-align: right;
  margin-top: 80px;
}
.mainnav .middle {
  max-width: 500px;
  flex: 0 0 auto;
}
.mainnav .right {
  margin-top: 80px;
}
@media all and (max-width: 1250px) {
  .mainnav .left, .mainnav .right {
    margin-top: 50px;
  }
  .mainnav a {
    display: block;
    float: left;
    clear: both;
  }
  .mainnav .left a {
    float: right;
  }
  .home-wrap {
    width: 100% !important;
  }
}
.site-footer {
  width: 100%;
  margin: auto;
  float: left;
  color: #666;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
.site-footer a {
  border-color: #bbb;
}
.front-footer p:last-child {
  margin-bottom: 0;
}
.front-footer .left {
  width: 15%;
}
.front-footer .middle {
  width: 70%;
  padding-top: 10px;
}
.front-footer .right {
  width: 15%;
  text-align: right;
  padding-right: 5px;
}
.front-footer img {
  max-width: 45px;
  -webkit-filter: drop-shadow(1px 1px 1px #000);
  filter: drop-shadow(1px 1px 1px #000);
}
.front-footer div {
  float: left;
}
.front-footer {
  text-align: center;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding-top: 200px;
  position: absolute;
  right: 0;
  left: 0;
  font-size: 15px;
  bottom: 0px;
  z-index: 90;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.front-footer a {
  color: #fff;
  border-color: #fff;
}
.back-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 99;
}
.back-next {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 99;
}
.back-prev img, .back-next img {
  width: 30px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.back-prev:hover img, .back-next:hover img {
  opacity: 1;
}
.slides-counter {
  color: #fff;
  opacity: 0.7;
  z-index: 99;
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-size: 15px;
  text-shadow: 1px 1px 1px #000;
}
@media all and (max-width: 800px) {
  .back-prev {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 60px;
  }
  .back-next {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 20px;
  }
  .counter, .navbar .left, .navbar .right {
    display: none;
  }
  .front-footer > div {
    width: 100% !important;
    text-align: center !important;
  }
  .front-footer .middle {
    padding: 0 10px;
  }
  .galeria-full .mainnav a {
    margin-top: 20px;
  }
  .mobile-menu #logo {
    max-width: 150px;
    height: 160px;
  }
  .navbar #logo {
    margin: 60px 20px 0;
    width: 130px;
    height: 130px;
  }
  .Stage_Symbol_1_Lockme_new_logo_id, .Stage_Symbol_1_Text_id, .Stage_Symbol_1_Rectangle2_id {
    display: none;
  }
  .Stage_Symbol_1_Rectangle_id {
    left: -2px !important;
  }
  #Stage {
    width: 100% !important;
    top: 25px !important;
  }
  .form-group select {
    width: 50%;
  }
}
.gallery-desc {
  background: rgba(255, 255, 255, .8);
  text-align: center;
  padding: 60px 20px 40px;
  margin: auto;
  max-width: 1100px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #fff;
}
#gallery {
  margin: auto;
}
#gallery img {
  display: block;
  max-width: none;
  z-index: -1;
  position: relative;
}
#gallery a {
  display: block;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
}
#gallery .nr {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  padding: 5px 10px;
}
@media all and (min-width: 100px) {
  #gallery {
    max-width: 799px;
  }
}
@media all and (min-width: 1200px) {
  #gallery {
    max-width: 1199px;
  }
}
@media all and (min-width: 1600px) {
  #gallery {
    max-width: 1599px;
  }
}
@media all and (min-width: 2000px) {
  #gallery {
    max-width: 1999px;
  }
}
@media all and (min-width: 2000px) {
  #gallery {
    max-width: none;
  }
}
.post-list {
  text-align: center;
}
.postek {
  text-align: center;
  width: 16.66%;
  margin-right: -5px;
  margin-top: -5px;
  display: inline-block;
  position: relative;
  text-shadow: 1px 1px 1px #000;
}
.postek .opis {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding: 70px 20px 0;
  color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
}
.postek h4 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.postek h4 a {
  color: #fff;
  border: 0;
  display: block;
}
.postek h4 small {
  float: right;
  line-height: 25px;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}
.postek:hover .excerpt {
  max-height: 400px;
  transition: max-height 0.5s ease-in;
  transition-delay: 0.3s;
}
.postek img {
  display: block;
}
.featured {
  width: 25%;
}
.inner {
  margin: 5px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #888;
  box-shadow: 0 0 0 #888;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  transition-delay: 0.3s;
}
.home-wrap {
  width: 1200px;
  margin: 0 auto;
}
.home-opinions {
  width: 80%;
  border: 1px solid #fff;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
.home-map {
  width: 46%;
  float: left;
  margin-top: 40px;
}
@media all and (max-width: 800px) {
  .home-map {
    width: 100% !important;
    margin-top: 0px;
  }
}
.home-contact {
  width: 48%;
  float: right;
}
.home-contact .wrap-text {
  width: 50%;
  margin-left: 30%;
}
@media all and (max-width: 800px) {
  .home-contact {
    width: 100% !important;
    padding: 15px;
  }
  .home-contact textarea.form-control {
    width: 100% !important;
  }
}
@media all and (max-width: 1300px) {
  .home-banner {
    width: 31.2%;
  }
}
@media all and (max-width: 1200px) {
  .home-banner {
    width: 31.2%;
  }
}
@media all and (max-width: 1000px) {
  .home-banner {
    width: 31.2%;
  }
}
@media all and (max-width: 800px) {
  .home-banner {
    width: 47%;
  }
}
@media all and (max-width: 600px) {
  .home-banner {
    width: 100%;
  }
}
.home-banner {
  width: 33.33%;
}
@media all and (min-width: 1500px) {
  .home-banner {
    width: 33.33%;
  }
}
@media all and (min-width: 1100px) {
  .home-banner {
    width: 31.2%;
  }
}
@media all and (max-width: 600px) {
  .home-banner {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
@media all and (max-width: 800px) {
  .home-banner {
    width: 47%;
  }
}
.home-banner {
  text-align: center;
  display: inline-block;
  position: relative;
  text-shadow: 1px 1px 1px #000;
}
.home-banner .opis {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding: 50px 20px 0;
  color: #fff;
}
.home-banner-inner .inner:nth-of-type(3n+1) {
  margin-left: 0;
  clear: left;
}
.home-banner-inner {
  float: left;
  margin-left: 3.2%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #888;
  box-shadow: 0 0 0 #888;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  transition-delay: 0.3s;
}
h4 small {
  float: right;
  line-height: 25px;
}
@media all and (max-width: 1300px) {
  .postek {
    width: 20%;
  }
}
@media all and (max-width: 1200px) {
  .postek {
    width: 25%;
  }
}
@media all and (max-width: 1000px) {
  .postek {
    width: 33.33%;
  }
}
@media all and (max-width: 800px) {
  .postek {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .postek {
    width: 100%;
  }
  .inner {
    max-width: 400px;
    margin: 15px auto;
  }
}
.gallery .excerpt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.gallery .excerpt p {
  margin-top: 0;
  margin-bottom: 15px;
}
.gallery .inner:hover .excerpt {
  max-height: 400px;
  transition: max-height 0.5s ease-in;
  transition-delay: 0.3s;
}
.gallery .excerpt p {
  margin-bottom: 15px;
}
.media-left {
  float: left;
  margin: 0px 20px 20px 0;
}
.blog-teaser {
  text-align: justify;
}
.blog-teaser .media-left {
  float: left;
  margin: 20px 20px 0 0;
}
.blog-teaser h2, .blog-teaser .info {
  text-align: center;
  margin: 0;
}
.blog-teaser h2 {
  margin-top: 20px;
}
.blog-post {
  maxrgin: auto;
  max-width: 900px;
  text-align: justify;
}
.blog-post h1 {
  text-align: center;
}
.wpis-obrazy {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
.wpis-obrazy img {
  border-radius: 6px;
  border: 1px solid #ccc;
}
.media-teaser img {
  border-radius: 6px;
  border: 1px solid #ccc;
}
.wpis-obrazy img {
  margin: 5px 0;
}
.posts-list .wrapper {
  margin: auto;
  max-width: 800px;
}
.wrapper {
  max-width: 900px;
  margin: auto;
}
.post-teaser {
  padding-bottom: 40px;
  padding-top: 100px;
  background: rgba(255, 255, 255, .8);
}
.black .post-teaser {
  background: rgba(0, 0, 0, .8);
  color: #fff;
}
.black .post-teaser a {
  color: #fff;
}
.post-list {
  padding: 5px;
}
.post-list h3 {
  margin-top: 10px;
}
.post-list h3 a {
  color: #292929;
}
.inner:hover .excerpt {
  max-height: 400px;
  transition: max-height 0.5s ease-in;
  transition-delay: 0.3s;
}
.post-wstep:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.navbar-toggle {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 30px;
  right: 120px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.startSlider {
  overflow: hidden;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
}
.startSlider li {
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
}
.galeria-full {
  background: #000;
}
.galeria-full .top-menu {
  position: fixed;
  top: 0;
  right: 0;
}
.galeria-full .top-menu a {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.galeria-full .top-menu a:hover, .galeria-full .top-menu a:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.galeria-full .ct-widget.ct-inspector {
  bottom: auto;
  top: 0;
  left: 200px;
}
.galeria-full .lSSlideOuter {
  position: relative;
  overflow: hidden;
}
.galeria-full .lSPager {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.galeria-full .counter {
  position: absolute;
  z-index: 91;
  bottom: 19px;
  font-size: 15px;
  opacity: 0.7;
  left: 20px;
  color: #fff;
}
.startSlider {
  overflow: hidden;
}
.tlo-strony {
  background-size: cover;
  background-position: 50% 80px;
}
.static-content-page {
  padding: 20px;
  margin: auto;
  margin-top: 60px;
  text-align: justify;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}
.static-content-page img {
  border-radius: 4px;
}
.static-content-page h1 {
  text-align: center;
}
.top-menu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.top-menu a {
  font-size: 13px;
  text-transform: uppercase;
}
.top-menu .active {
  display: none;
}
.slide-text {
  position: absolute;
  font-style: italic;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  padding: 10px;
}
.startSlider li h1 {
  margin: auto;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  text-shadow: 4px 3px 10px #000;
  color: #fff;
}
.startSlider li h3 {
  left: 0;
  right: 0;
  max-width: 500px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
.input {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px;
}
.input:focus {
  outline: none;
  border-color: #888;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-item {
  flex: 1;
}
.black .opinion {
  background: rgba(0, 0, 0, 0.8);
}
.opinion {
  font-style: italic;
  margin: 50px auto 100px;
  max-width: 820px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 150px 20px 20px 150px;
}
.opinion .quote {
  margin-top: 40px;
}
.opinion .quote p {
  position: relative;
}
.opinion .quote p:first-child:before {
  content: "“";
  font-size: 60px;
  color: #888;
  position: absolute;
  top: 15px;
  left: -25px;
}
.opinion .quote p:last-child:after {
  content: "”";
  font-size: 60px;
  color: #888;
  position: absolute;
  bottom: -23px;
}
.opinion h2 {
  margin-top: 0px;
  text-align: right;
}
.opinion img {
  float: right;
  border-radius: 50%;
  margin-right: 40px;
  border: 1px solid #888;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  border-radius: 6px;
  max-width: 500px;
  margin: 20px auto;
}
@media (max-width: 500px) {
  .room-info > div.box, .room-info > div.link {
    width: 100%;
    border-width: 1px;
    border-top: 0;
  }
  .room-info > div.box:first-child, .room-info > div.link:first-child {
    border-top-width: 1px;
  }
  .navbar #logo {
    margin: 10px;
  }
  .mainnav {
    margin-bottom: 50px;
  }
  .locale-picker {
    top: 150px;
  }
  .top-menu {
    max-width: 45%;
    float: right;
    margin-top: -195px;
    position: relative;
  }
}
@media (max-width: 600px) {
  .top-menu {
    max-width: 45%;
  }
}
.lg-toolbar {
  background: none;
}
.lg-toolbar:hover > span {
  background: rgba(0, 0, 0, .8);
  transition: background 0.25s ease-in-out;
}
.lg-toolbar > span {
  transition: background 0.25s ease-out;
  background: rgba(0, 0, 0, .4);
}
.lg-toolbar #lg-actual-size {
  border-bottom-left-radius: 6px;
}
#lg-counter {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.lg-sub-html {
  text-shadow: 1px 1px 1px #000;
}
.lg-sub-html h4 {
  font-size: 20px;
}
.lg-outer .lg-thumb-item {
  border-color: #000;
}
.lg-outer .lg-thumb-item img {
  height: auto !important;
  width: auto !important;
}
.lg-outer .lg-thumb {
  padding: 7px 0 5px !important;
}
.lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
  background: rgba(0, 0, 0, .6);
}
.lg-download {
  display: none;
}
#lg-zoom-out {
  opacity: 1;
}
#lg-zoom-out:after {
  opacity: 0.5;
}
.lg-zoomed #lg-zoom-out:after {
  opacity: 1;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #fff;
}
body.home .mainnav div.left, body.home .mainnav div.right {
  visibility: hidden !important;
}
body.black .black-hidden, body:not(.black) .white-hidden {
  display: none !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front-icon {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 40px;
}
.front-icon b {
  font-weight: 700;
  color: gray;
}
.front-icon img {
  width: 100px;
  margin-top: 103px;
  margin-bottom: -4px;
  transition: 0.6s all ease-in;
}
.front-icon .title {
  text-transform: uppercase;
}
.front-icon .mask {
  background: #000;
  opacity: 0.7;
  width: 170px;
  height: 170px;
  position: absolute;
  z-index: 1;
  border-radius: 300px;
  box-shadow: 0 0 0 6px red;
  transition: 1s all;
  top: 5px;
  left: 5px;
}
.front-icon.children {
  color: #000;
}
.front-icon.children b {
  color: #000;
}
.front-icon.children .mask {
  box-shadow: 0 0 0 6px green;
}
.front-icon:hover .mask {
  opacity: 1;
}
.front-icon:hover img {
  margin-top: 65px;
}
.front-icon:hover .mask {
  opacity: 0;
}
.front-icon.grown:hover img {
  margin-top: 65px;
}
.front-icon.grown:hover.woman {
  margin-right: -5px;
}
.front-icon.grown:hover.man {
  margin-left: -5px;
}
.front-icon .ppl .second {
  margin-left: -50px;
}
.front-icon .ppl {
  float: left;
  margin: 5px;
  margin-bottom: 20px;
  width: 170px;
  height: 170px;
  border-radius: 300px;
  background: #000;
  overflow: hidden;
  padding: 5px;
}
.front-icon .rainbow {
  position: absolute;
  z-index: -1;
  border-radius: 300px;
  animation: hue-rotate 2s linear infinite;
  width: 176px;
  height: 176px;
  transition: 1s all;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(15%, rgba(255, 255, 0, 1)), color-stop(30%, rgba(0, 255, 0, 1)), color-stop(50%, rgba(0, 255, 255, 1)), color-stop(65%, rgba(0, 0, 255, 1)), color-stop(80%, rgba(255, 0, 255, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
}
@media all and (max-width: 600px) {
  .aside .title, .aside .title b {
    flex: 1 auto;
    border-radius: 4px;
    padding: 4px;
    background: #000;
    color: #fff;
    clear: both;
  }
}
.frontier {
  margin-bottom: 30px;
  display: flex;
  flex: 1 100%;
  width: 100%;
  flex-flow: row wrap;
}
.frontier > * {
  text-align: center;
  flex: 1 100%;
}
@media all and (min-width: 600px) {
  .aside {
    flex: 1 auto;
  }
}
@media all and (min-width: 980px) {
  .main {
    flex: 3 0px;
    max-width: 580px;
    flex: 0 0 auto;
  }
  .aside-1 {
    order: 1;
  }
  .main {
    order: 2;
  }
  .aside-2 {
    order: 3;
  }
  .footer {
    order: 4;
  }
}
.rotate-full {
  -webkit-animation: infinite-spinning 8s infinite linear;
  animation: infinite-spinning 8s infinite linear;
}
@-webkit-keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div[data-lockme=side] {
  top: 230px !important;
}
#webTicker p {
  display: inline;
}
#webTicker li {
  font-size: 16px;
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #000;
}
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.submenu {
  display: none;
  float: left;
}
.x {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  transition: transform 0.25s ease-in-out;
}
.x:hover {
  transform: rotate(180deg);
}
.x:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 0;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
}
.x:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 0;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center;
}
.content a {
  color: #fff;
  text-decoration: underline;
}
.edgeLoad-EDGE-137633947 {
  visibility: hidden;
}
img.gallery {
  width: 300px !important;
  margin: 15px;
  cursor: pointer;
  display: inline-block;
}
img.home-gallery {
  width: 50% !important;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
}
.info {
  display: none;
}
.box_voucher .box_left {
  width: 15%;
  display: inline-block;
  float: left;
}
.box_voucher .box_center {
  width: 70%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
.box_voucher .box_center p {
  margin-top: 0;
}
.box_voucher .box_right {
  width: 15%;
  display: inline-block;
}
.voucher_form {
  display: inline-block;
  width: 100%;
  background: url(/images/ramka.png) 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 0px;
  padding-top: 60px;
}
.voucher_form .col-md-6 {
  width: 70%;
  margin: auto;
  padding: 0 10px;
}
.voucher_form input, .voucher_form select {
  min-width: 240px;
}
.voucher_form .modal-iframe {
  display: inline-block;
}
.voucher_form .voucher_checkbox {
  margin-left: 15px;
  min-width: auto;
}
*, *:after, *::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, .st-container, .st-pusher, .st-content {
  height: 100%;
}
.st-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.st-content, .st-content-inner {
  position: relative;
}
.st-container {
  position: relative;
  overflow: hidden;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-pusher button {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
}
.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}
.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.st-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff;
}
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
  display: none;
}
.st-effect-2.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-2.st-menu {
  z-index: 1;
}
.st-effect-2.st-menu-open .st-effect-2.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-effect-2.st-menu::after {
  display: none;
}
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-effect-3.st-menu::after {
  display: none;
}
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-4.st-menu::after {
  display: none;
}
.st-effect-5.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-5.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.st-effect-5.st-menu-open .st-effect-5.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-6.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-6 .st-pusher {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-6.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
  transform: translate3d(300px, 0, 0) rotateY(-15deg);
}
.st-effect-6.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-6.st-menu-open .st-effect-6.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg);
}
.st-effect-6.st-menu::after {
  display: none;
}
.st-effect-7.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-7 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-7.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-7.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-7.st-menu-open .st-effect-7.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.st-effect-8.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-8 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-8.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-8.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-8.st-menu-open .st-effect-8.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.st-effect-8.st-menu::after {
  display: none;
}
.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.st-effect-9.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-9.st-menu::after {
  display: none;
}
.st-effect-10.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-10.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-10.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.st-effect-10.st-menu-open .st-effect-10.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-11.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-11 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-11.st-menu-open .st-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.st-effect-11.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-11.st-menu-open .st-effect-11.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-11.st-menu::after {
  display: none;
}
.st-effect-12.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-12 .st-pusher {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-12.st-menu-open .st-pusher {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.st-effect-12.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-12.st-menu-open .st-effect-12.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-12.st-menu::after {
  display: none;
}
.st-effect-13.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-13.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-13.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.st-effect-13.st-menu-open .st-effect-13.st-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
.st-effect-14.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-14 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-14.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.st-effect-14.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-14.st-menu-open .st-effect-14.st-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
  padding-left: 300px;
}

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	overflow-y: scroll;
	background: #f3efe0;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-pusher button { position: absolute; top: 10px; left: 10px; z-index: 9999; }

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-4.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
	display: none;
}

/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-5.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 6: Rotate pusher */

.st-effect-6.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-6 .st-pusher {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
	transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
	transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu::after {
	display: none;
}

/* Effect 7: 3D rotate in */

.st-effect-7.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate out */

.st-effect-8.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu::after {
	display: none;
}

/* Effect 9: Scale down pusher */

.st-effect-9.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-9 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-9.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu::after {
	display: none;
}

/* Effect 10: Scale up */

.st-effect-10.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-10.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 11: Scale and rotate pusher */

.st-effect-11.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-11 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
	-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
	transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
	display: none;
}

/* Effect 12: Open door */

.st-effect-12.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-12 .st-pusher {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
	-webkit-transform: rotateY(-10deg);
	transform: rotateY(-10deg);
}

.st-effect-12.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu::after {
	display: none;
}

/* Effect 13: Fall down */

.st-effect-13.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
	visibility: visible;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-speed: 0.2s;
	transition-speed: 0.2s;
}

/* Effect 14: Delayed 3D rotate */

.st-effect-14.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-14.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
	visibility: visible;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}
