/*
    _mq library (https://github.com/sass-mq/sass-mq)
    media queries breakpoints setting
*/
/*
    colors
*/
/*
    generates a random number
    usually used to prevent cached images
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80% !important; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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.
 */
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

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

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

em {
  font-style: italic; }

/*
    custom styling
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #000; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #fff; }

*:focus {
  outline: none; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
  cursor: text; }

body.grad {
  background-color: #d6d6d6;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 35px, rgba(255, 255, 255, 0.5) 70px); }

img {
  width: 100%;
  height: auto;
  border: 0; }

strong {
  font-weight: bold; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/images/loading.gif") no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("/images/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("/images/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("/images/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*
    fonts
*/
@font-face {
  font-family: "Pentagraf Bold";
  src: url("../fonts/Pentagraf-Bold.woff") format("woff"); }

/*
    Basic headings setting
*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Pentagraf Bold", serif;
  padding: 0;
  margin: 0; }

h1,
*.heading-1 {
  color: #a7011d;
  font-size: 2.625rem;
  line-height: 1.1;
  margin-top: 4.6875rem;
  margin-bottom: 2.5rem; }
@media (min-width: 48em) {
  h1,
  *.heading-1 {
      font-size: 3rem; } }
@media (min-width: 64em) {
  h1,
  *.heading-1 {
      font-size: 3.375rem;
      margin-top: 5.4375rem;
      margin-bottom: 2.8125rem; } }
@media (min-width: 77.5em) {
  h1,
  *.heading-1 {
    font-size: 3.75rem;
      margin-top: 6.25rem;
      margin-bottom: 3.125rem; } }

h2,
*.heading-2 {
  color: #0072b6;
  font-size: 2.0625rem;
  line-height: 1.0833333333;
  margin-top: 4.6875rem;
  margin-bottom: 3.75rem; }
@media (min-width: 48em) {
  h2,
  *.heading-2 {
      font-size: 2.375rem; } }
@media (min-width: 64em) {
  h2,
  *.heading-2 {
      font-size: 2.6875rem;
      margin-top: 5.4375rem;
      margin-bottom: 4.25rem; } }
@media (min-width: 77.5em) {
  h2,
  *.heading-2 {
    font-size: 3rem;
      margin-top: 6.25rem;
      margin-bottom: 4.6875rem; } }

h3,
*.heading-3 {
  color: #bc9665;
  font-size: 1.5625rem;
  line-height: 1.11111;
  margin-top: 3.4375rem;
  margin-bottom: 2.5rem; }
@media (min-width: 48em) {
  h3,
  *.heading-3 {
    font-size: 1.75rem; } }
@media (min-width: 64em) {
  h3,
  *.heading-3 {
    font-size: 2rem;
      margin-top: 4.0625rem;
      margin-bottom: 2.8125rem; } }
@media (min-width: 77.5em) {
  h3,
  *.heading-3 {
    font-size: 2.25rem;
      margin-top: 4.6875rem;
      margin-bottom: 3.125rem; } }

h4,
*.heading-4 {
  color: #0072b6;
  font-size: 1rem;
  line-height: 1.16666667;
  margin-top: 2.375rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 48em) {
    h4,
    *.heading-4 {
      font-size: 1.1875rem; } }
@media (min-width: 64em) {
  h4,
  *.heading-4 {
      margin-top: 2.75rem;
      font-size: 1.3125rem;
      margin-bottom: 2.8125rem; } }
@media (min-width: 77.5em) {
  h4,
  *.heading-4 {
      margin-top: 3.125rem;
      font-size: 1.5rem;
      margin-bottom: 3.125rem; } }

h5,
*.heading-5 {
  color: #a7011d;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 2.375rem;
  margin-bottom: 2.5rem; }
@media (min-width: 48em) {
  h5,
  *.heading-5 {
      font-size: 1rem; } }
@media (min-width: 64em) {
  h5,
  *.heading-5 {
      font-size: 1.125rem;
      margin-top: 2.75rem;
      margin-bottom: 2.8125rem; } }
@media (min-width: 77.5em) {
  h5,
  *.heading-5 {
      margin-top: 3.125rem;
      font-size: 1.25rem;
      margin-bottom: 3.125rem; } }

h6,
*.heading-6 {
  color: #bc9665;
  font-size: 0.75rem;
  line-height: 1.16666667;
  margin-top: 2.375rem;
  margin-bottom: 1.125rem; }
  @media (min-width: 48em) {
    h6,
    *.heading-6 {
      font-size: 0.875rem; } }
@media (min-width: 64em) {
  h6,
  *.heading-6 {
      font-size: 1rem;
      margin-top: 2.75rem;
      margin-bottom: 1.25rem; } }
@media (min-width: 77.5em) {
  h6,
  *.heading-6 {
      margin-top: 3.125rem;
      font-size: 1.125rem;
      margin-bottom: 1.5625rem; } }

h1 + h2,
.heading-1 + .heading-2 {
  margin-top: 3.75rem; }
  @media (min-width: 48em) {
    h1 + h2,
    .heading-1 + .heading-2 {
      margin-top: 4.375rem; } }
  @media (min-width: 64em) {
    h1 + h2,
    .heading-1 + .heading-2 {
      margin-top: 5rem; } }
  @media (min-width: 77.5em) {
    h1 + h2,
    .heading-1 + .heading-2 {
      margin-top: 6.25rem; } }

h2 + h3,
.heading-2 + .heading-3 {
  margin-top: 2.5rem; }
  @media (min-width: 48em) {
    h2 + h3,
    .heading-2 + .heading-3 {
      margin-top: 3.125rem; } }
  @media (min-width: 64em) {
    h2 + h3,
    .heading-2 + .heading-3 {
      margin-top: 3.875rem; } }
  @media (min-width: 77.5em) {
    h2 + h3,
    .heading-2 + .heading-3 {
      margin-top: 4.6875rem; } }

h3 + h4,
.heading-3 + .heading-4,
h4 + h5,
.heading-4 + .heading-5,
h5 + h6,
.heading-5 + .heading-6 {
  margin-top: 2.1875rem; }
  @media (min-width: 48em) {
    h3 + h4,
    .heading-3 + .heading-4,
    h4 + h5,
    .heading-4 + .heading-5,
    h5 + h6,
    .heading-5 + .heading-6 {
      margin-top: 2.5rem; } }
  @media (min-width: 64em) {
    h3 + h4,
    .heading-3 + .heading-4,
    h4 + h5,
    .heading-4 + .heading-5,
    h5 + h6,
    .heading-5 + .heading-6 {
      margin-top: 2.8125rem; } }
  @media (min-width: 77.5em) {
    h3 + h4,
    .heading-3 + .heading-4,
    h4 + h5,
    .heading-4 + .heading-5,
    h5 + h6,
    .heading-5 + .heading-6 {
      margin-top: 3.125rem; } }

.block-title {
  font-weight: inherit;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #727272;
  font-size: 0.8125rem;
  line-height: 1.1538461538; }

.snippet-title {
  font-weight: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  margin-top: 0;
  line-height: 1.1538461538; }

.heading--link-internal a::after {
  content: url("/images/icons/ios-arrow-forward.svg");
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  bottom: -0.15em; }

.heading--link-external a::after {
  content: url("/images/icons/md-open.svg");
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  bottom: -0.15em; }

/*
    Basic paragraphs setting
*/
p,
p.paragraph--regular {
  padding: 0;
  margin: 1.25rem 0 0;
  font-family: "Georgia", serif;
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 54.6875rem; }
  @media (min-width: 48em) {
    p,
    p.paragraph--regular {
      font-size: 1rem; } }
@media (min-width: 64em) {
  p,
  p.paragraph--regular {
      font-size: 1.125rem;
    margin-top: 1.5625rem; } }
  @media (min-width: 77.5em) {
    p,
    p.paragraph--regular {
      font-size: 1.25rem; } }

h1 + p,
.heading-1 + p {
  margin-top: 1.875rem; }
  @media (min-width: 48em) {
    h1 + p,
    .heading-1 + p {
      margin-top: 2.5rem; } }
@media (min-width: 64em) {
  h1 + p,
  .heading-1 + p {
      margin-top: 2.8125rem; } }
  @media (min-width: 77.5em) {
    h1 + p,
    .heading-1 + p {
    margin-top: 3.125rem; } }

h2 + p,
.heading-2 + p,
h3 + p,
.heading-3 + p,
h4 + p,
.heading-4 + p,
h5 + p,
.heading-5 + p,
h6 + p,
.heading-6 + p {
  margin-top: 1.125rem; }
  @media (min-width: 48em) {
    h2 + p,
    .heading-2 + p,
    h3 + p,
    .heading-3 + p,
    h4 + p,
    .heading-4 + p,
    h5 + p,
    .heading-5 + p,
    h6 + p,
    .heading-6 + p {
      margin-top: 1.25rem; } }
  @media (min-width: 64em) {
    h2 + p,
    .heading-2 + p,
    h3 + p,
    .heading-3 + p,
    h4 + p,
    .heading-4 + p,
    h5 + p,
    .heading-5 + p,
    h6 + p,
    .heading-6 + p {
      margin-top: 1.375rem; } }
  @media (min-width: 77.5em) {
    h2 + p,
    .heading-2 + p,
    h3 + p,
    .heading-3 + p,
    h4 + p,
    .heading-4 + p,
    h5 + p,
    .heading-5 + p,
    h6 + p,
    .heading-6 + p {
      margin-top: 1.5625rem; } }

p + h1,
p + .heading-1 {
  margin-top: 3.75rem; }
  @media (min-width: 48em) {
    p + h1,
    p + .heading-1 {
      margin-top: 4.375rem; } }
  @media (min-width: 64em) {
    p + h1,
    p + .heading-1 {
      margin-top: 5rem; } }
  @media (min-width: 77.5em) {
    p + h1,
    p + .heading-1 {
      margin-top: 6.25rem; } }

p + h2,
p + .heading-2,
p + h3,
p + .heading-3 {
  margin-top: 3.125rem; }
  @media (min-width: 48em) {
    p + h2,
    p + .heading-2,
    p + h3,
    p + .heading-3 {
      margin-top: 3.75rem; } }
  @media (min-width: 64em) {
    p + h2,
    p + .heading-2,
    p + h3,
    p + .heading-3 {
      margin-top: 4.0625rem; } }
  @media (min-width: 77.5em) {
    p + h2,
    p + .heading-2,
p + h3,
p + .heading-3 {
      margin-top: 4.6875rem; } }

p + h4,
p + .heading-4 {
  margin-top: 2.1875rem; }
  @media (min-width: 48em) {
    p + h4,
    p + .heading-4 {
      margin-top: 2.5rem; } }
  @media (min-width: 64em) {
    p + h4,
    p + .heading-4 {
      margin-top: 2.8125rem; } }
  @media (min-width: 77.5em) {
    p + h4,
    p + .heading-4 {
      margin-top: 3.125rem; } }

p + h5,
p + .heading-5,
p + h6,
p + .heading-6 {
  margin-top: 1.125rem; }
  @media (min-width: 48em) {
    p + h5,
    p + .heading-5,
    p + h6,
    p + .heading-6 {
      margin-top: 1.25rem; } }
  @media (min-width: 64em) {
    p + h5,
    p + .heading-5,
    p + h6,
    p + .heading-6 {
      margin-top: 1.4375rem; } }
  @media (min-width: 77.5em) {
    p + h5,
    p + .heading-5,
p + h6,
p + .heading-6 {
      margin-top: 1.5625rem; } }

h1 + h2,
.heading-1 + .heading-2 {
  margin-top: 3.75rem; }
  @media (min-width: 48em) {
    h1 + h2,
    .heading-1 + .heading-2 {
      margin-top: 4.375rem; } }
  @media (min-width: 64em) {
    h1 + h2,
    .heading-1 + .heading-2 {
      margin-top: 5rem; } }
  @media (min-width: 77.5em) {
    h1 + h2,
    .heading-1 + .heading-2 {
      margin-top: 6.25rem; } }

h2 + h3,
.heading-2 + .heading-3 {
  margin-top: 2.5rem; }
  @media (min-width: 48em) {
    h2 + h3,
    .heading-2 + .heading-3 {
      margin-top: 3.125rem; } }
  @media (min-width: 64em) {
    h2 + h3,
    .heading-2 + .heading-3 {
      margin-top: 3.875rem; } }
  @media (min-width: 77.5em) {
    h2 + h3,
    .heading-2 + .heading-3 {
      margin-top: 4.6875rem; } }

h3 + h4,
.heading-3 + .heading-4,
h4 + h5,
.heading-4 + .heading-5,
h5 + h6,
.heading-5 + .heading-6 {
  margin-top: 2.1875rem; }
  @media (min-width: 48em) {
    h3 + h4,
    .heading-3 + .heading-4,
    h4 + h5,
    .heading-4 + .heading-5,
    h5 + h6,
    .heading-5 + .heading-6 {
      margin-top: 2.5rem; } }
  @media (min-width: 64em) {
    h3 + h4,
    .heading-3 + .heading-4,
    h4 + h5,
    .heading-4 + .heading-5,
    h5 + h6,
    .heading-5 + .heading-6 {
      margin-top: 2.8125rem; } }
  @media (min-width: 77.5em) {
    h3 + h4,
    .heading-3 + .heading-4,
    h4 + h5,
    .heading-4 + .heading-5,
    h5 + h6,
    .heading-5 + .heading-6 {
      margin-top: 3.125rem; } }

p.paragraph--article-detail {
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Georgia", serif; }
  @media (min-width: 48em) {
p.paragraph--article-detail {
      font-size: 1rem; } }
@media (min-width: 64em) {
  p.paragraph--article-detail {
    font-size: 1.1875rem; } }
@media (min-width: 77.5em) {
  p.paragraph--article-detail {
    font-size: 1.25rem; } }

p.paragraph--perex {
  font-size: 1.125rem;
  line-height: 1.3846153846;
  max-width: 67.1875rem;
  font-family: "Georgia", serif; }
  @media (min-width: 48em) {
    p.paragraph--perex {
      font-size: 1.25rem; } }
@media (min-width: 64em) {
  p.paragraph--perex {
    font-size: 1.375rem; } }
@media (min-width: 77.5em) {
  p.paragraph--perex {
    font-size: 1.625rem; } }

h1 + p.paragraph--perex,
.heading-1 + p.paragraph--perex {
  margin-top: 3.125rem; }
@media (min-width: 64em) {
  h1 + p.paragraph--perex,
  .heading-1 + p.paragraph--perex {
    margin-top: 4.6875rem; } }
@media (min-width: 77.5em) {
  h1 + p.paragraph--perex,
  .heading-1 + p.paragraph--perex {
    margin-top: 6.25rem; } }

p.paragraph--petit {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  max-width: 34.375rem;
  color: #bc9665;
  font-family: "Georgia", serif; }
@media (min-width: 64em) {
  p.paragraph--petit {
    font-size: 0.9375rem; } }

.snippet-paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 1.9;
  margin-top: 0.9375rem; }

.snippet-small {
  font-size: 0.8em; }

.paragraph--link-internal > a:last-of-type::after {
  content: url("/images/icons/ios-arrow-forward.svg");
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  bottom: -0.15em; }

.paragraph--link-external > a:last-of-type::after {
  content: url("/images/icons/md-open.svg");
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  bottom: -0.15em; }

a {
  color: #0072b6; }

ul, ol {
  margin-top: 10px; }
ul li, ol li {
  font-size: 1rem;
    line-height: 1.5;
    font-family: "Georgia", serif; }

h1 a.has-arrow::after,
h2 a.has-arrow::after,
h3 a.has-arrow::after,
h4 a.has-arrow::after,
h5 a.has-arrow::after,
h6 a.has-arrow::after,
p a.has-arrow::after {
  display: inline-block;
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  border-width: 0 0.125rem 0.125rem 0;
  border-style: solid;
  border-color: #0072b6;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  position: relative; }

/*
    Basic lists setting
*/
ol,
ol.default-list {
  list-style: decimal inside;
  margin: 1.5625rem 0 0;
  padding: 0; }

.content ul,
ul.default-list {
  margin: 1.5625rem 0 0;
  padding: 0;
  list-style-type: none; }

.content ul li,
.content ol li,
ul.default-list li,
ol.default-list li {
  margin: 1.5625rem 0 0 0.9375rem;
  padding: 0 0 0 1.875rem;
  max-width: 54.6875rem;
  font-size: 1rem;
  line-height: 1.5;
  position: relative; }
@media (min-width: 48em) {
  .content ul li,
  .content ol li,
  ul.default-list li,
  ol.default-list li {
    margin-left: 1.5625rem; } }
@media (min-width: 64em) {
  .content ul li,
  .content ol li,
  ul.default-list li,
  ol.default-list li {
    margin-left: 3.125rem; } }

.content ul li::before,
ul.default-list li::before {
  position: absolute;
  left: 0;
  content: '\2014';
  display: inline-block;
  color: #d5c3a4; }

.list--fast-contact-link {
  list-style-type: none;
  padding: 0;
  margin: 0.9375rem 0 0; }

.list--fast-contact-link a {
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: inherit;
  display: block;
  border-bottom: 1px solid #000;
  font-size: 0.75rem;
  padding: 0.5rem 0 0.625rem 0.4375rem; }

.list--fast-contact-link li:first-child a {
  border-top: 1px solid #000; }

.footer {
  padding: 1.875rem 10% 1.25rem;
  background-color: #000;
  color: #fff;
  position: relative; }

.footer__in {
  margin-left: auto;
  margin-right: auto;
  max-width: 79.375rem; }
@media (min-width: 48em) {
  .footer__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 48em) {
  .footer__in > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

.footer__logo {
  text-align: center; }
@media (min-width: 48em) {
  .footer__logo {
    text-align: left;
    -ms-flex-preferred-size: 11.875rem !important;
    flex-basis: 11.875rem !important; } }
@media (min-width: 77.5em) {
  .footer__logo {
    -ms-flex-preferred-size: 16.25rem !important;
    flex-basis: 16.25rem !important; } }
@media (min-width: 99.375em) {
  .footer__logo {
    -ms-flex-preferred-size: 26.25rem !important;
    flex-basis: 26.25rem !important; } }

.footer__logo img {
  width: 8.5625rem;
  border: 0; }
@media (min-width: 48em) {
  .footer__logo img {
    width: auto; } }

.footer__copy {
  font-family: "Georgia", serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.375rem; }
@media (min-width: 48em) {
  .footer__copy {
    margin-top: 0; } }
@media (min-width: 64em) {
  .footer__copy {
    text-align: left;
    font-size: 0.875rem; } }
@media (min-width: 77.5em) {
  .footer__copy {
    font-size: 1rem; } }

.footer__copy br {
  display: inline-block; }
@media (min-width: 77.5em) {
  .footer__copy br {
    display: none; } }

.footer__social-links {
  font-size: 2rem;
  text-align: center;
  margin-top: 1.125rem; }
@media (min-width: 48em) {
  .footer__social-links {
    text-align: right;
    position: relative;
    margin-top: 0; } }
@media (min-width: 77.5em) {
  .footer__social-links {
    font-size: 2.5rem; } }
.footer__social-links svg {
    fill: #bc9665; }

table {
  width: 100%;
  margin-top: 3.125rem;
  border-collapse: initial;
  font-family: "Georgia", serif; }

table caption {
  color: #a7011d;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0.3125rem 1.25rem; }
@media (min-width: 64em) {
  table caption {
    font-size: 1.25rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem; } }

table th {
  width: 33%;
  font-weight: 700; }
@media (min-width: 64em) {
  table th {
    width: 14.0625rem; } }

table th,
table td {
  vertical-align: middle;
  border-bottom: 1px solid #bc9665;
  text-align: left;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem; }
@media (min-width: 64em) {
  table th,
  table td {
    font-size: 1.125rem;
    padding: 1rem 1rem; } }

@media (min-width: 64em) {
  table td {
    display: table-cell; } }

table tr:first-child th,
table tr:first-child td {
  border-top: 1px solid #bc9665; }

/*
    figures
*/

@media (min-width: 48em) {
  .figure--right {
    float: right;
    margin-left: 5%;
    margin-right: -5%; } }

.figcaption,
figcaption {
  text-align: center;
  color: #727272;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-top: 1rem; }
@media (min-width: 48em) {
  .figcaption,
  figcaption {
    text-align: left; } }

.text-page--wp figure {
  margin-left: 0;
  clear: both;
  margin-top: 1.5625rem !important; }

.text-page--wp .alignleft {
  margin-top: 1.5625rem;
  float: left;
  width: 33%; }
@media (min-width: 48em) {
    .text-page--wp .alignleft {
      margin-left: -5% !important;
      margin-right: 5% !important; } }
  @media (min-width: 64em) {
    .text-page--wp .alignleft {
      margin-left: -10% !important; } }
  @media (min-width: 77.5em) {
    .text-page--wp .alignleft {
      margin-left: -15% !important; } }
  .text-page--wp .alignleft figcaption {
    text-align: left; }

.text-page--wp .alignright {
  margin-top: 1.5625rem;
    float: right;
  width: 33%; }
  @media (min-width: 48em) {
    .text-page--wp .alignright {
    margin-left: 5% !important;
    margin-right: -5% !important; } }
  @media (min-width: 64em) {
    .text-page--wp .alignright {
      margin-right: -10% !important; } }
  @media (min-width: 77.5em) {
    .text-page--wp .alignright {
      margin-right: -15% !important; } }
  .text-page--wp .alignright figcaption {
    text-align: right; }

.text-page--wp .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.text-page--wp__content h2,
.text-page--wp__content .heading-2,
.text-page--wp__content h3,
.text-page--wp__content .heading-3,
.text-page--wp__content h4,
.text-page--wp__content .heading-4,
.text-page--wp__content h5,
.text-page--wp__content .heading-5,
.text-page--wp__content h6,
.text-page--wp__content .heading-6 {
  margin-left: -2.5rem; }
  @media screen and (max-width: 47.5rem) {
    .text-page--wp__content h2,
    .text-page--wp__content .heading-2,
    .text-page--wp__content h3,
    .text-page--wp__content .heading-3,
    .text-page--wp__content h4,
    .text-page--wp__content .heading-4,
    .text-page--wp__content h5,
    .text-page--wp__content .heading-5,
    .text-page--wp__content h6,
    .text-page--wp__content .heading-6 {
      margin-left: 0; } }

.text-page--wp h2,
.text-page--wp .heading-2,
.text-page--wp h3,
.text-page--wp .heading-3,
.text-page--wp h4,
.text-page--wp .heading-4,
.text-page--wp h5,
.text-page--wp .heading-5,
.text-page--wp h6,
.text-page--wp .heading-6 {
  margin-left: -2.5rem; }
  @media screen and (max-width: 47.5rem) {
    .text-page--wp h2,
    .text-page--wp .heading-2,
    .text-page--wp h3,
    .text-page--wp .heading-3,
    .text-page--wp h4,
    .text-page--wp .heading-4,
    .text-page--wp h5,
    .text-page--wp .heading-5,
    .text-page--wp h6,
    .text-page--wp .heading-6 {
      margin-left: 0; } }

.figure--no-wrap {
  float: none; }

.checkboxes::after {
  content: '';
  display: block;
  clear: both; }

.checkboxes__item {
  font-size: 1rem; }

.custom-checkbox input[type="checkbox"]:focus + label {
  outline: none; }

.custom-checkbox label {
  display: block;
  padding: 0.5rem 0; }

.custom-checkbox label:hover {
  text-decoration: underline; }

.custom-checkbox__checkbox {
  display: block; }

.custom-checkbox__checkbox--checked {
  display: none !important; }

.custom-checkbox input[type="checkbox"]:checked + label .custom-checkbox__checkbox {
  display: none !important; }

.custom-checkbox input[type="checkbox"]:checked + label .custom-checkbox__checkbox--checked {
  display: block !important; }

/**
 * Content with sidebar
 * One below the other until "desktop" viewport
 */
@media (min-width: 64em) {
  .main-content {
    float: left;
    width: calc(100% - 260px);
    padding-right: calc((110 / 1270) * 100%); } }

.sidebar {
  text-align: center; }
.sidebar img:not(.employee-image) {
  margin: -9.8125rem auto 0; }
@media (min-width: 64em) {
  .sidebar {
    text-align: unset;
    float: right;
    width: 16.25rem; }
  .sidebar img:not(.employee-image) {
    width: 100%;
    margin: -13.8125rem auto 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5); } }

/**
 * .additional-info is suggested to be used as last on mobile,
 * on desktop it moves below .sidebar
 */
@media (min-width: 64em) {
  .additional-info {
    float: right;
    clear: right;
    width: 16.25rem; } }

.section {
  position: relative;
  padding: 1px 10%; }

.section::after {
  clear: both;
  content: '';
  display: block; }

.section--no-top-offset {
  margin-top: 0 !important; }

.section--full {
  padding-left: 0;
  padding-right: 0; }

.visual--tiles-heading {
  background: transparent url("https://image.shutterstock.com/z/stock-photo-school-classroom-in-blur-background-without-young-student-blurry-view-of-elementary-class-room-no-666030916.jpg") center center;
  background-size: cover; }

.section--projects {
  background: transparent url("https://image.shutterstock.com/z/stock-photo-blurred-image-many-old-books-on-bookshelf-in-library-552097078.jpg") center center;
  background-size: cover; }

.section--projects-text {
  padding-left: 0;
  padding-right: 0; }

.section--fast-contact {
  border-top: 2px solid #ededed;
  background-color: #fff; }

.section--blog {
  border-bottom: 2px solid #ededed;
  background-color: #fff; }

.section--blog--hp {
    border-bottom: none;
    padding-bottom: 0; }

.content {
  position: relative;
  background: #fff;
  z-index: 2; }

@media (min-width: 48em) {
  .control-content {
    margin-top: 80vw; } }

@media (min-width: 64em) {
  .control-content {
    margin-top: 65vw; } }

@media (min-width: 77.5em) {
  .control-content {
    margin-top: 55vw; } }

.max-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 79.375rem;
  position: relative;
  z-index: 2; }

/*
    buttons and link looking as button
*/
.button {
  border: 0.125rem solid #0072b6;
  border-radius: 0.3125rem;
  color: #fff;
  background-color: #0072b6;
  width: 100%;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

.button:hover {
  background-color: #fff;
  color: #0072b6; }

.button--outline {
  background-color: #fff;
  color: #0072b6; }

.button--outline:hover {
  color: #fff;
  background-color: #0072b6; }

.button--green,
.button-add-to-cart {
  background: #5a9a00;
  border-color: #5a9a00;
  color: #fff; }

.button--green:hover,
.button-add-to-cart:hover {
  background: #fff;
  color: #5a9a00; }

.button--outline.button--green,
.button--outline.button-add-to-cart {
  background: #fff;
  border-color: #5a9a00;
  color: #5a9a00; }

.button--outline.button--green:hover,
.button--outline.button-add-to-cart {
  background: #5a9a00;
  color: #fff; }

.button--black {
  border-radius: 0 !important;
  background: white !important;
  border: 2px solid black !important;
  color: black !important; }
.button--black:hover {
  background: black !important;
  color: white !important;
  border: 2px solid black !important; }
.button--black:hover span {
  background: black !important; }
.button--black span {
  background: white !important; }
  .button--black svg {
    color: #bc9665; }

.button.button--red {
  background: #a7011d;
  border-color: #a7011d;
  color: #fff; }

.button.button--red:hover {
  background: #fff;
  border-color: #a7011d;
  color: #a7011d; }

.button--outline.button--red {
  background: #fff;
  border-color: #a7011d;
  color: #a7011d; }

.button--outline.button--red:hover {
  background: #a7011d;
  color: #fff; }

.button--white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff; }
  .button--white:hover {
    background-color: #fff;
    border: 2px solid #a7011d;
    color: #a7011d; }

@media (min-width: 48em) {
  .button--size-m {
    max-width: 16.875rem; } }

@media (min-width: 48em) {
  .button--size-l {
    max-width: 24.375rem; } }

.button--centered {
  margin-left: auto;
  margin-right: auto; }

.button--smaller {
  width: 80%; }

.button-icon {
  font-size: 1.75em;
  vertical-align: middle;
  margin: -0.2em 0.1em 0; }

.button .icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  margin-left: 0.3125rem; }

.button.button[disabled] {
  background: transparent !important;
  color: #a1a2a3 !important;
  border-color: #a1a2a3 !important; }

.button.button:disabled:hover {
  background: transparent !important;
  color: #a1a2a3 !important;
  border-color: #a1a2a3 !important; }

.button--czech-literature {
  color: #a1a2a3;
  border-color: #bc9665;
  background: #fff; }

.button--czech-literature:hover,
.button--czech-literature:hover .button--czech-literature-dark-color,
.button--czech-literature:hover .button--czech-literature-darken-color,
.button--czech-literature:hover .button--czech-literature-light-color,
.button--czech-literature:hover .button--czech-literature-lighten-color,
.button--czech-literature:hover .button--czech-literature-the-lightest-color {
  color: #fff;
  background: #bc9665; }

.button--czech-literature-darken-color {
  color: #A27E27; }

.button--czech-literature-dark-color {
  color: #bc9665; }

.button--czech-literature-light-color {
  color: #FFBD3D; }

.button--czech-literature-lighten-color {
  color: #FFA837; }

.button--czech-literature-the-lightest-color {
  color: #FFD344; }

.wp-block-button__link {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0 !important;
  background: white !important;
  border: 0.125rem solid black !important;
  color: black !important; }
  .wp-block-button__link:hover {
    background-color: black !important;
    color: #fff !important; }

@media (min-width: 48em) {
  .tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4%; } }

@media (min-width: 77.5em) {
  .tiles {
    margin-left: -5%; } }

.tiles::after {
  content: '';
  display: block;
  clear: both; }

.tile {
  border: 0.125rem solid #a1a2a3;
  display: block;
  position: relative;
  margin-top: 2.5rem;
  padding: 1.4375rem 1.5625rem;
  text-decoration: none;
  z-index: 1; }
@media (min-width: 48em) {
  .tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc((100% - 8%) / 2);
    margin-left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 8.625rem; } }
@media (min-width: 77.5em) {
  .tile {
    width: calc((100% - 15%) / 3);
    margin-left: 5%; } }

.tile::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.125rem;
  top: -0.125rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: linear-gradient(225deg, #fff 0.875rem, #a1a2a3 0.875rem, #a1a2a3 1rem, rgba(0, 0, 0, 0) 1rem); }

/**
 * Titles for libraries page
 */
.tile--library {
  padding-bottom: 0; }
@media (min-width: 77.5em) {
  .tile--library {
    min-height: 17.5rem; } }

.tile--library .tile__title,
.tile--library p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.tile__title {
  font-family: "Pentagraf Bold", serif;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.25rem; }

.tile__title .icon-wrapper {
  position: absolute; }

.tile__title .arrow {
  position: relative;
  top: 0.25rem; }

.tile__title .arrow--open {
  left: 0.4375rem; }

.tile__subtitle {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5; }

.tile__paragraph {
  color: #000; }

.tile__image {
  display: block;
  float: right;
  margin: 1.25rem 0 0; }
@media (min-width: 48em) {
  .tile__image {
    height: 5.625rem; } }

@media (min-width: 48em) {
  .tile__image-wrap {
    position: absolute;
    bottom: 1.4375rem;
    right: 1.5625rem; } }

.tile__image-wrap::after {
  content: '';
  display: block;
  clear: both; }

html.object-fit .tile__image {
  height: 5.625rem;
  width: 5.625rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.tile__links-list {
  margin: 1.5625rem -1.5625rem 0.3125rem; }

.tile__links-list a {
  font-size: 0.9375rem;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: 0.9375rem 1.5625rem;
  position: relative; }

.tile__links-list .icon-wrapper {
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
    colors
*/
.tile--basic-black {
  border-color: #000; }

.tile--basic-black .tile__links-list a:hover {
  background-color: #000;
  color: #fff; }

.eclassroom .tile--basic-black:hover {
  background-color: #000; }

.tile--basic-black::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #000 0.875rem, #000 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-black .tile__title {
  color: #000; }

.eclassroom .tile--basic-black:hover * {
  color: white; }

.tile--basic-biege {
  border-color: #d5c3a4; }

.tile--basic-biege .tile__links-list a:hover {
  background-color: #d5c3a4;
  color: #fff; }

.eclassroom .tile--basic-biege:hover {
  background-color: #d5c3a4; }

.tile--basic-biege::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #d5c3a4 0.875rem, #d5c3a4 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-biege .tile__title {
  color: #d5c3a4; }

.eclassroom .tile--basic-biege:hover * {
  color: black; }

.tile--basic-white {
  border-color: #fff; }

.tile--basic-white .tile__links-list a:hover {
  background-color: #fff;
  color: #fff; }

.eclassroom .tile--basic-white:hover {
  background-color: #fff; }

.tile--basic-white::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #fff 0.875rem, #fff 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-white .tile__title {
  color: #fff; }

.eclassroom .tile--basic-white:hover * {
  color: black; }

.tile--basic-blue {
  border-color: #0072b6; }

.tile--basic-blue .tile__links-list a:hover {
  background-color: #0072b6;
  color: #fff; }

.eclassroom .tile--basic-blue:hover {
  background-color: #0072b6; }

.tile--basic-blue::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #0072b6 0.875rem, #0072b6 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-blue .tile__title {
  color: #0072b6; }

.eclassroom .tile--basic-blue:hover * {
  color: white; }

.tile--basic-green {
  border-color: #5a9a00; }

.tile--basic-green .tile__links-list a:hover {
  background-color: #5a9a00;
  color: #fff; }

.eclassroom .tile--basic-green:hover {
  background-color: #5a9a00; }

.tile--basic-green::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #5a9a00 0.875rem, #5a9a00 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-green .tile__title {
  color: #5a9a00; }

.eclassroom .tile--basic-green:hover * {
  color: black; }

.tile--basic-red {
  border-color: #a7011d; }

.tile--basic-red .tile__links-list a:hover {
  background-color: #a7011d;
  color: #fff; }

.eclassroom .tile--basic-red:hover {
  background-color: #a7011d; }

.tile--basic-red::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #a7011d 0.875rem, #a7011d 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-red .tile__title {
  color: #a7011d; }

.eclassroom .tile--basic-red:hover * {
  color: white; }

.tile--basic-silver {
  border-color: #a1a2a3; }

.tile--basic-silver .tile__links-list a:hover {
  background-color: #a1a2a3;
  color: #fff; }

.eclassroom .tile--basic-silver:hover {
  background-color: #a1a2a3; }

.tile--basic-silver::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #a1a2a3 0.875rem, #a1a2a3 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-silver .tile__title {
  color: #a1a2a3; }

.eclassroom .tile--basic-silver:hover * {
  color: black; }

.tile--basic-gold {
  border-color: #bc9665; }

.tile--basic-gold .tile__links-list a:hover {
  background-color: #bc9665;
  color: #fff; }

.eclassroom .tile--basic-gold:hover {
  background-color: #bc9665; }

.tile--basic-gold::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #bc9665 0.875rem, #bc9665 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--basic-gold .tile__title {
  color: #bc9665; }

.eclassroom .tile--basic-gold:hover * {
  color: black; }

.tile--dis-red {
  border-color: #d20a11; }

.tile--dis-red .tile__links-list a:hover {
  background-color: #d20a11;
  color: #fff; }

.eclassroom .tile--dis-red:hover {
  background-color: #d20a11; }

.tile--dis-red::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #d20a11 0.875rem, #d20a11 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--dis-red .tile__title {
  color: #d20a11; }

.eclassroom .tile--dis-red:hover * {
  color: white; }

.tile--dis-orange {
  border-color: #ff580a; }

.tile--dis-orange .tile__links-list a:hover {
  background-color: #ff580a;
  color: #fff; }

.eclassroom .tile--dis-orange:hover {
  background-color: #ff580a; }

.tile--dis-orange::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #ff580a 0.875rem, #ff580a 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--dis-orange .tile__title {
  color: #ff580a; }

.eclassroom .tile--dis-orange:hover * {
  color: black; }

.tile--dis-yellow {
  border-color: #eea100; }

.tile--dis-yellow .tile__links-list a:hover {
  background-color: #eea100;
  color: #fff; }

.eclassroom .tile--dis-yellow:hover {
  background-color: #eea100; }

.tile--dis-yellow::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #eea100 0.875rem, #eea100 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--dis-yellow .tile__title {
  color: #eea100; }

.eclassroom .tile--dis-yellow:hover * {
  color: black; }

.tile--czech-literature {
  border-color: #bc9665; }

.tile--czech-literature .tile__links-list a:hover {
  background-color: #bc9665;
  color: #fff; }

.eclassroom .tile--czech-literature:hover {
  background-color: #bc9665; }

.tile--czech-literature::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #bc9665 0.875rem, #bc9665 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--czech-literature .tile__title {
  color: #bc9665; }

.eclassroom .tile--czech-literature:hover * {
  color: black; }

.tile--dis-green {
  border-color: #82b624; }

.tile--dis-green .tile__links-list a:hover {
  background-color: #82b624;
  color: #fff; }

.eclassroom .tile--dis-green:hover {
  background-color: #82b624; }

.tile--dis-green::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #82b624 0.875rem, #82b624 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--dis-green .tile__title {
  color: #82b624; }

.eclassroom .tile--dis-green:hover * {
  color: black; }

.tile--dis-blue {
  border-color: #0095db; }

.tile--dis-blue .tile__links-list a:hover {
  background-color: #0095db;
  color: #fff; }

.eclassroom .tile--dis-blue:hover {
  background-color: #0095db; }

.tile--dis-blue::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #0095db 0.875rem, #0095db 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--dis-blue .tile__title {
  color: #0095db; }

.eclassroom .tile--dis-blue:hover * {
  color: white; }

.tile--dis-purple {
  border-color: #951b81; }

.tile--dis-purple .tile__links-list a:hover {
  background-color: #951b81;
  color: #fff; }

.eclassroom .tile--dis-purple:hover {
  background-color: #951b81; }

.tile--dis-purple::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #951b81 0.875rem, #951b81 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--dis-purple .tile__title {
  color: #951b81; }

.eclassroom .tile--dis-purple:hover * {
  color: white; }

.tile--dis-pink {
  border-color: #dd0079; }

.tile--dis-pink .tile__links-list a:hover {
  background-color: #dd0079;
  color: #fff; }

.eclassroom .tile--dis-pink:hover {
  background-color: #dd0079; }

.tile--dis-pink::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #dd0079 0.875rem, #dd0079 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--dis-pink .tile__title {
  color: #dd0079; }

.eclassroom .tile--dis-pink:hover * {
  color: white; }

.tile--mag-blue {
  border-color: #007585; }

.tile--mag-blue .tile__links-list a:hover {
  background-color: #007585;
  color: #fff; }

.eclassroom .tile--mag-blue:hover {
  background-color: #007585; }

.tile--mag-blue::after {
  background-image: linear-gradient(225deg, #fff 0.875rem, #007585 0.875rem, #007585 1rem, rgba(0, 0, 0, 0) 1rem); }

.tile--mag-blue .tile__title {
  color: #007585; }

.eclassroom .tile--mag-blue:hover * {
  color: white; }

/*
    cards with cutted corner (without borders !!!)
*/
/**
 * Default cards
 *
 * 1. Cut right top corner on cards is done by background-gradient
 */
.card {
  position: relative;
  display: inline-block;
  border: none;
  background-image: linear-gradient(225deg, transparent 10px, #fff 10px);
  /* 1 */
  padding: 0.875rem 0.9375rem 0.9375rem;
  font-family: "Pentagraf Bold", serif;
  font-size: 1.125rem; }

.card--crossing {
  font-size: 1.5rem;
  padding: 3.125rem;
  text-decoration: none; }

.tabs {
  display: none; }
@media (min-width: 77.5em) {
  .tabs {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tabs__item {
  width: 8.125rem;
  margin-left: calc((30 / 1270) * 100%);
  min-height: 8.75rem;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 125ms ease-in;
  transition: all 125ms ease-in; }

.tabs__item:first-child {
  margin-left: 0; }

.tabs__item:hover,
.tabs__item--active {
  -webkit-transform: none;
  transform: none; }

.tabs__item.tabs__item--large {
  width: 9.6875rem;
  height: 10.9375rem; }

.card__icon {
  font-size: 1.875rem;
  margin-bottom: 0.625rem; }

.news-list::after {
  content: '';
  display: block;
  clear: both; }

.news-list__item {
  margin-top: 4.25rem; }
@media (min-width: 64em) {
  .news-list__item {
    float: left; } }
@media (min-width: 64em) and (max-width: 77.49em) {
  .news-list__item {
    width: 48%;
    margin-left: 4%; } }
@media (min-width: 77.5em) {
  .news-list__item {
    margin-left: 3.125rem;
    width: calc((100% - 100px) / 3);
    margin-top: 8.1875rem; } }

@media (max-width: 77.49em) {
  .news-list__item:nth-child(-n+2) {
    margin-top: 2.6875rem; } }

@media (min-width: 77.5em) {
  .news-list__item:nth-child(-n+3) {
    margin-top: 5.875rem; } }

@media (min-width: 64em) and (max-width: 77.49em) {
  .news-list__item:nth-child(2n - 1) {
    margin-left: 0;
    clear: left; } }

@media (min-width: 77.5em) {
  .news-list__item:nth-child(3n - 2) {
    margin-left: 0;
    clear: left; } }

.news-list__item-heading {
  margin-top: 0 !important; }
.news-list__item-heading a {
    color: #0072b6;
  text-decoration: none; }

.news-list__item-heading + p {
  margin-top: 0.625rem; }
@media (min-width: 64em) {
  .news-list__item-heading + p {
    margin-top: 1.5625rem; } }

.news-list__item-image {
  margin-top: 0.8125rem; }
@media (min-width: 64em) {
  .news-list__item-image {
    margin-top: 1.125rem; } }

@media (min-width: 64em) {
  .hp-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.hp-article-list::after {
  content: '';
  display: block;
  clear: both; }

.hp-article-list__item {
  margin-top: 4.6875rem; }
@media (min-width: 64em) {
  .hp-article-list__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 25px);
    flex-basis: calc(50% - 25px);
    margin-left: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0; } }

.hp-article-list__item:first-child {
  margin-top: 0; }
@media (min-width: 64em) {
  .hp-article-list__item:first-child {
    margin-left: 0; } }

.hp-article-list__item-heading {
  margin-top: 2.75rem; }

@media (min-width: 48em) {
  .hp-article-list__item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

.hp-article-list__item-button {
  margin-top: 3.125rem; }
@media (max-width: 63.99em) {
  .hp-article-list__item-button {
    max-width: 100%; } }

.social-links__item {
  color: #bc9665;
  border-bottom: 0;
  margin: 0 0.3125rem;
  text-decoration: none; }
@media (min-width: 48em) {
  .social-links__item {
    margin: 0 0 0 1.25rem;
    line-height: 0; } }
@media (min-width: 64em) {
  .social-links__item {
    margin-left: 0.625rem; } }

@media (min-width: 48em) {
  .social-links__item:first-child {
    margin-left: 0; } }

.social-links__item:hover {
  color: #fff; }

@media (max-width: 1084px) {
  .table__people--wrap {
    overflow-x: scroll; } }

.table__people {
  font-family: "Georgia", serif;
  margin-top: 0;
  border-collapse: collapse;
  min-width: 900px; }

.table__people table {
  color: inherit;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0.3125rem 0;
  margin-top: 0 !important; }
@media (min-width: 77.5em) {
  .table__people table {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw; } }

.table__people table a {
  color: inherit; }

.table__people td {
  border-bottom: 1px solid #d5c3a4; }

.table__people td {
  text-align: left; }

.table__people th.table__thead {
  border-top: 1px solid #d5c3a4;
  border-bottom: none;
  background: #f8f6f1;
  width: auto;
  font-weight: 300; }

.table__people tr:first-of-type th.table__thead {
  border-top: 1px solid #d5c3a4; }

.table__people tr:first-of-type td {
  border-top: none; }

@media (min-width: 48em) {
  .table__people tr {
    display: table-row; } }

.table__people .table__thead--alphabet {
  background: #d5c3a4;
  color: #fff;
  font-weight: normal;
  font-size: 20px; }

@media (min-width: 77.5em) {
  .table__people .table__row td,
  .table__people .table__thead td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem; } }

.table__people .col__link {
  color: inherit;
  -webkit-text-decoration-color: #0072b6;
  text-decoration-color: #0072b6; }

.table__people .col__data-empty {
  display: none; }
@media (min-width: 48em) {
  .table__people .col__data-empty {
    display: table-cell; } }

.table__people .col__contact-name {
  width: auto; }

.table__people .col__function {
  width: auto;
  line-height: 1.75rem; }

.table__people .col__number-door {
  width: auto; }

.table__people .col__phone-number {
  width: 215px; }

.table__people .col__email {
  width: auto; }

.table__row--people--link {
  cursor: pointer; }
  .table__row--people--link:hover {
    background-color: #0072b6;
    color: #FFFFFF; }

.breadcrumbs {
  color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: initial; }

.breadcrumbs--centered {
  text-align: center; }

.breadcrumbs__list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.breadcrumbs__item {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem; }

.breadcrumbs__item::before {
  display: none; }

.breadcrumbs__item::after {
  content: '\203A';
  display: inline-block;
  color: #c7a883;
  margin-left: 6px; }

.breadcrumbs__link {
  border-bottom: 0;
  color: inherit; }

.visual {
  position: relative;
  padding-top: 4.5rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;}
@media (min-width: 48em) {
  .visual {
      padding-top: 2.6875rem; } }
@media (min-width: 64em) {
  .visual {
      padding-top: 3.9375rem; } }
@media (min-width: 77.5em) {
  .visual {
    padding-top: 4.25rem; } }

.visual::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0; }

.visual--main-intro {
  /*background: transparent url("https://image.shutterstock.com/z/stock-photo-many-students-are-studing-in-the-classroom-571963984.jpg") center center no-repeat;*/
  background-size: cover;
  padding-bottom: 10%;
  padding-top: 35%; }
@media (min-width: 48em) {
  .visual--main-intro {
    padding-top: 10%;
      min-height: 80vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; } }
@media (min-width: 64em) {
  .visual--main-intro {
    padding-top: 6%;
      min-height: 65vw; } }

/*
    empty visual modification
 */
.visual--empty {
  min-height: 0; }

.visual--empty::after {
  display: none; }

.visual--empty .visual__in,
.visual--empty .visual__content {
  min-height: 0; }

.visual--empty .visual__title {
  padding-bottom: 0; }

.visual--empty .visual__heading {
  margin-top: 4.6875rem; }
@media (min-width: 64em) {
  .visual--empty .visual__heading {
    margin-top: 5.4375rem; } }
@media (min-width: 77.5em) {
  .visual--empty .visual__heading {
    margin-top: 6.25rem; } }

.visual--empty .visual__breadcrumbs {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.visual__in {
  position: relative;
  z-index: 2;
  max-width: 79.375rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 23.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
@media (min-width: 48em) {
  .visual__in {
    min-height: 21.875rem; } }

.visual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; }

.visual__breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 3.125rem; }
@media (min-width: 64em) {
  .visual__breadcrumbs {
    padding-top: 6.25rem; } }

.visual__title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-bottom: 3.125rem; }

@media (min-width: 77.5em) {
  .visual__title--tabs {
    display: none; } }

.visual__heading {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem; }

.visual:not(.visual--empty) .visual__heading {
  color: #fff; }

.visual + .section {
  margin-top: 3.125rem; }
@media (min-width: 64em) {
  .visual + .section {
    margin-top: 4.6875rem; } }
@media (min-width: 77.5em) {
  .visual + .section {
    margin-top: 6.25rem; } }

.visual + .section.background-stretch {
  padding-top: 3.125rem;
  margin-top: 0; }
@media (min-width: 64em) {
  .visual + .section.background-stretch {
    padding-top: 4.6875rem; } }
@media (min-width: 77.5em) {
  .visual + .section.background-stretch {
    padding-top: 6.25rem; } }

.visual--product-detail p {
  color: #fff; }

.visual--empty .breadcrumbs {
  color: #a1a2a3; }

.visual--empty + .section {
  margin-top: 3.125rem; }
@media (min-width: 64em) {
  .visual--empty + .section {
    margin-top: 4.0625rem; } }
@media (min-width: 77.5em) {
  .visual--empty + .section {
    margin-top: 4.6875rem; } }

.visual--main-intro .visual__in {
  padding-top: 0; }

.visual--main-intro .logo__visual {
  -webkit-filter: invert(1);
  filter: invert(1); }

/**
 * eshop visual customized for book titles and employee names
 */
.visual--eshop .visual__in {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 64em) {
  .visual--employee-detail .visual__content,
  .visual--product-detail .visual__content {
    width: calc(100% - 260px);
    padding-right: calc((50 / 1270) * 100%); } }

.visual:not(.visual--empty) .visual__heading {
  text-shadow: 0 0 25px black, 0 0 50px black; }

@media (min-width: 64em) {
  .visual--employee-detail .visual__heading,
  .visual--product-detail .visual__heading {
    display: block; } }

.visual--employee-detail .visual__title,
.visual--product-detail .visual__title {
  display: none; }
@media (min-width: 64em) {
  .visual--employee-detail .visual__title,
  .visual--product-detail .visual__title {
    display: block; } }

.visual--archive {
  z-index: 10; }

.visual__filter{
    padding-bottom: 2rem}

.visual__interactive-item {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem; }
@media (min-width: 48em) {
  .visual__interactive-item {
    float: right;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; } }

.visual__interactive-item a {
  font-size: 1.5625rem;
  color: #fff; }
@media (min-width: 48em) {
  .visual__interactive-item a {
    display: block;
    margin-top: -2.475rem; } }

.visual--empty .visual__interactive-item a {
  color: #0072b6; }

.visual--empty .visual__interactive-item a + .select__wrap {
  margin-top: 1.25rem; }
@media (min-width: 48em) {
  .visual--empty .visual__interactive-item a + .select__wrap {
    margin-top: -3.225rem;
    margin-left: 1.25rem; } }

.visual__interactive-item .select__wrap {
  width: auto; }
@media (min-width: 48em) {
  .visual__interactive-item .select__wrap {
    margin-top: -4.125rem; } }

.visual + .visual {
  border-top: 2px solid #fff; }

@media (max-width: 47.99em) {
  .visual.control-content {
    display: none; } }

.timeline::after {
  content: '';
  display: block;
  clear: both; }

.timeline__item {
  position: relative;
  clear: both;
  padding-bottom: 3.75rem;
  padding-left: 1.875rem; }
@media (min-width: 48em) {
  .timeline__item {
    padding-left: 0; } }

.timeline__item::before {
  position: absolute;
  top: 1rem;
  bottom: -1rem;
  left: 0;
  width: 0.125rem;
  z-index: 1;
  content: '';
  display: block;
  background: #a1a2a3; }
@media (min-width: 48em) {
  .timeline__item::before {
    left: 50%;
    top: 2rem;
    bottom: -2rem; } }

.timeline__item:last-child::before {
  display: none; }

.timeline__item-header {
  position: relative; }
@media (min-width: 48em) {
  .timeline__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.timeline__item:nth-child(even) .timeline__item-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.timeline__item-header::before {
  content: '\002b';
  text-align: center;
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: #d0d1d1;
  position: absolute;
  left: -1.875rem;
  -webkit-transform: translate(-50%, -0.3125rem);
  transform: translate(-50%, -0.3125rem);
  z-index: 2;
  border: 0.3125rem solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: -0.1875rem;
  line-height: 1; }
@media (min-width: 48em) {
  .timeline__item-header::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.timeline__text--opened .timeline__item-header::before {
  content: '-'; }

.timeline__text--opened .timeline__title-arrow::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  left: -0.3125rem; }

@media (min-width: 48em) {
  .timeline__date,
  .timeline__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; } }

.timeline__text {
  display: none; }

.timeline__text:target {
  display: block; }

@media (min-width: 48em) {
  .timeline__item:nth-child(odd) .timeline__date {
    text-align: right;
    padding-right: 5%;
    padding-left: 20%; } }

@media (min-width: 77.5em) {
  .timeline__item:nth-child(odd) .timeline__date {
    padding-left: 33%;
    padding-right: 1.5625rem; } }

@media (min-width: 48em) {
  .timeline__item:nth-child(odd) .timeline__title {
    padding-left: 5%; } }

@media (min-width: 77.5em) {
  .timeline__item:nth-child(odd) .timeline__title {
    padding-right: 20%;
    padding-left: 1.5625rem; } }

@media (min-width: 48em) {
  .timeline__item:nth-child(odd) .timeline__text {
    padding-left: 55%; } }

@media (min-width: 77.5em) {
  .timeline__item:nth-child(odd) .timeline__text {
    padding-left: calc(50% + 1.5625rem); } }

@media (min-width: 99.375em) {
  .timeline__item:nth-child(odd) .timeline__text {
    padding-left: calc(50% + 1.5625rem); } }

@media (min-width: 48em) {
  .timeline__item:nth-child(even) .timeline__date {
    padding-left: 5%;
    padding-right: 20%; } }

@media (min-width: 77.5em) {
  .timeline__item:nth-child(even) .timeline__date {
    padding-right: 33%;
    padding-left: 1.5625rem; } }

@media (min-width: 99.375em) {
  .timeline__item:nth-child(even) .timeline__date {
    padding-left: 1.5625rem; } }

@media (min-width: 48em) {
  .timeline__item:nth-child(even) .timeline__title {
    text-align: right;
    padding-right: 5%; } }

@media (min-width: 77.5em) {
  .timeline__item:nth-child(even) .timeline__title {
    padding-left: 20%;
    padding-right: 1.5625rem; } }

@media (min-width: 99.375em) {
  .timeline__item:nth-child(even) .timeline__title {
    padding-right: 1.5625rem; } }

@media (min-width: 48em) {
  .timeline__item:nth-child(even) .timeline__text {
    text-align: right;
    padding-right: 55%; } }

@media (min-width: 77.5em) {
  .timeline__item:nth-child(even) .timeline__text {
    padding-right: calc(50% + 1.5625rem); } }

.timeline__date {
  font-family: "Montserrat", sans-serif;
  color: #747474;
  font-size: 0.75rem; }

.timeline__title {
  margin-top: 0.375rem;
  position: relative; }
@media (min-width: 48em) {
  .timeline__title {
    margin-top: 0; } }

.timeline__title-link {
  border: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  background-color: transparent;
  line-height: inherit; }

.timeline__title-link:hover,
.timeline__title-link:focus {
  color: #005283; }

.timeline__title-link:visited {
  color: inherit;
  border-bottom: 0; }

.timeline__title-arrow {
  display: inline-block;
  margin-left: 0.375rem;
  position: relative; }

.timeline__title-arrow::after {
  content: '\203A';
  display: inline-block;
  position: absolute;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  font-size: 110%;
  left: 0;
  top: 0; }

.timeline__title-arrow-sign {
  opacity: 0;
  display: inline-block;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.timeline__close-item {
  color: #0072b6;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  font-family: "Pentagraf Bold", serif;
  display: inline-block;
  font-size: 1.875rem;
  text-decoration: none;
  padding: 0;
  border: 0;
  background: transparent; }

.timeline__item--opened .timeline__item-header::before {
  content: '\2013'; }

.timeline__item--opened .timeline__text {
  display: block;
  position: relative; }

.timeline__item--opened .timeline__title-arrow::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg); }

@media (min-width: 64em) {
  .toggle-main-nav {
    display: none; } }

.main-nav, .main-nav ul, .main-nav li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main-nav {
  display: none;
  position: relative;
  color: #000; }
.main-nav .arrow {
    color: #bc9665; }

@media (max-width: 63.99em) {
  .main-nav > ul > li:first-child::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    margin: 0;
    z-index: 4;
    background: #e7dac9;
    position: absolute;
    top: 0; } }

.main-nav--js-opened,
.main-nav:target {
  display: block; }

.main-nav ul {
  background-color: #fff; }

@media (min-width: 64em) {
  .main-nav ul ul {
    border-right: 1px solid #e7dac9;
    border-left: 1px solid #e7dac9; } }

.main-nav a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: inherit;
  border: none;
  background-color: #fff;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e7dac9;
  padding: 0.9375rem;
  font-size: 0.875rem; }
@media (min-width: 64em) and (max-width: 77.49em) {
  .main-nav a {
    font-size: 0.75rem; } }

.main-nav ul a {
  padding-left: 0.9375rem; }
@media (min-width: 64em) and (max-width: 77.49em) {
  .main-nav ul a {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
@media (min-width: 77.5em) {
  .main-nav ul a {
    padding-left: 0.9375rem; } }

.main-nav ul ul a {
  padding-left: 2.8125rem; }
@media (min-width: 64em) and (max-width: 77.49em) {
  .main-nav ul ul a {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
@media (min-width: 77.5em) {
  .main-nav ul ul a {
    padding-left: 0.9375rem; } }

.main-nav ul ul ul a {
  padding-left: 4.6875rem; }
@media (min-width: 64em) and (max-width: 77.49em) {
  .main-nav ul ul ul a {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
@media (min-width: 77.5em) {
  .main-nav ul ul ul a {
    padding-left: 0.9375rem; } }

.main-nav ul ul ul ul a {
  padding-left: 6.5625rem; }
@media (min-width: 64em) and (max-width: 77.49em) {
  .main-nav ul ul ul ul a {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
@media (min-width: 77.5em) {
  .main-nav ul ul ul ul a {
    padding-left: 0.9375rem; } }

@media (min-width: 64em) {
  .main-nav > ul > li > a {
    border-bottom: 0; } }

@media (min-width: 64em) {
  .main-nav ul ul li:first-of-type a {
    border-top: 1px solid #e7dac9; } }

.main-nav .arrow {
  position: absolute;
  right: 0.9375rem;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  font-size: 110%; }

@media (min-width: 64em) {
  .main-nav > ul ul li a .arrow {
    -webkit-transform: rotateZ(0) !important;
    transform: rotateZ(0) !important; } }

.main-nav .js-openSubMenu .arrow {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  right: 1.125rem; }
@media (min-width: 64em) {
  .main-nav .js-openSubMenu .arrow {
    right: 0.9375rem; } }

@media (min-width: 64em) {
  .main-nav > ul > li > a .arrow {
    right: 0; } }

@media (min-width: 64em) {
  .main-nav > ul > li > a.js-openSubMenu .arrow {
    right: 0.1875rem; } }

.main-nav > ul::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 64em) {
  .main-nav > ul > li > a {
    padding-bottom: 2.625rem; } }

.main-nav li li {
  position: relative; }
@media (min-width: 64em) {
  .main-nav li li {
    width: 16.25rem; } }

/* Any sub menu */
.main-nav a + ul {
  position: relative; }
@media (min-width: 64em) {
  .main-nav a + ul {
    position: absolute;
    z-index: 3; } }

.main-nav > ul > li:last-child > a {
  border-bottom: 0; }

.main-nav a + ul:not(.js-showElement) {
  display: block; }
@media (min-width: 64em) {
  .main-nav a + ul:not(.js-showElement) {
    display: none; } }

/* The Main Navigation Bar - Navigation Level One */
.main-nav > ul > li {
  position: relative; }
@media (min-width: 64em) {
  .main-nav > ul > li {
    float: left; } }

@media (min-width: 64em) {
  .main-nav > ul > li > a:hover,
  .main-nav > ul > li > a:focus,
  .main-nav > ul > li > a.js-openSubMenu {
    background-color: transparent; } }

.main-nav a:hover,
.main-nav a:focus,
.main-nav a.js-openSubMenu {
  background-color: #f2ede4; }

/* first level nav li */
.main-nav > ul > li:not(.js-showElement) {
  display: none; }
@media (min-width: 64em) {
  .main-nav > ul > li:not(.js-showElement) {
    display: inline-block; } }

/* Second Level Dropdown */
@media (min-width: 64em) {
  .main-nav > ul > li > ul {
    top: 100%;
    left: 0; } }

@media (max-width: 63.99em) {
  .main-nav > ul > li > ul:not(.js-showElement) {
    display: none; } }

/* Third Level Dropdown */
@media (min-width: 64em) {
  .main-nav > ul ul {
    top: -1px;
    left: 100%;
    /* width of ul */ } }

@media (max-width: 63.99em) {
  .main-nav > ul > li > ul > li > ul:not(.js-showElement) {
    display: none; } }

/* Javascript classes */
.main-nav .js-hideElement {
  display: none; }

.main-nav .js-showElement {
  display: block; }

/* Fallback for users without javascript */
html.no-js .main-nav:target {
  display: block; }

html.no-js .main-nav:target li {
  display: block; }

html.no-js li:hover > a + ul,
html.no-js li:focus > a + ul {
  display: block; }

@media (max-width: 63.99em) {
  html.no-js .main-nav:hover > ul > li:not(#toggleMenu),
  html.no-js .main-nav:focus > ul > li:not(#toggleMenu) {
    display: block; } }

@media (max-width: 63.99em) {
  html.no-js .main-nav:hover li:hover > a + ul,
  html.no-js .main-nav:hover li:focus > a + ul,
  html.no-js .main-nav:focus li:hover > a + ul,
  html.no-js .main-nav:focus li:focus > a + ul {
    display: block; } }

.toggle-main-nav__icon--open {
  display: block !important;
  color: #000; }

.toggle-main-nav__icon--close {
  display: none !important;
  color: #bc9665; }

.toggle-main-nav.js-open .toggle-main-nav__icon--open {
  display: none !important; }

.toggle-main-nav.js-open .toggle-main-nav__icon--close {
  display: block !important; }

.round-image {
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
  max-width: 100%; }

html.object-fit img.round-image {
  -o-object-fit: cover;
  object-fit: cover; }

.profile-list__list {
  margin: auto;
  width: auto; }
@media (min-width: 48em) {
  .profile-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.profile-list__list::after {
  content: '';
  display: block;
  clear: both; }

.profile-list__item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: "Georgia", serif;
  margin-top: 3.75rem; }
@media (min-width: 48em) {
  .profile-list__item {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; } }
@media (min-width: 64em) {
  .profile-list__item {
    width: 33.33%; } }
@media (min-width: 77.5em) {
  .profile-list__item {
    width: 25%; } }

.profile-list__item:first-child {
  margin-top: 0; }

@media (min-width: 48em) {
  .profile-list__item:nth-child(-n+2) {
    margin-top: 0; } }

@media (min-width: 64em) {
  .profile-list__item:nth-child(-n+3) {
    margin-top: 0; } }

@media (min-width: 77.5em) {
  .profile-list__item:nth-child(-n+4) {
    margin-top: 0; } }

.profile-list__item-inner {
  max-width: 15.625rem;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 48em) {
  .profile-list__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.profile-list__item .round-image {
  margin-bottom: 0.4375rem; }

.profile-list__item address {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: italic; }

.profile-list__name {
  color: #000;
  font-weight: 500;
  font-family: "Pentagraf Bold", serif;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 1rem; }
@media (min-width: 48em) {
  .profile-list__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
  .profile-list__name a {
    text-decoration: none; }

.profile-list__function {
  color: #a1a2a3;
  font-family: "Georgia", serif;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-top: 0.625rem;
  font-style: italic; }

.profile-list--large-image .round-image {
  width: 9.375rem;
  height: 9.375rem; }

.profile-list__department {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.3125rem; }
  .profile-list__department a {
    text-decoration: none; }

.profile-list__mail {
  color: inherit; }

.profile-list__container .profile-list__item {
  display: block; }

#allWorkers:target .profile-list__item {
  display: block; }

.profile-list__list .profile-list__list--five-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.profile-list__list--five-item {
  margin-right: -0.625rem;
  margin-bottom: -1.25rem; }

.profile-list__list--five-item .profile-list__item {
  width: auto;
  text-align: center;
  font-family: "Georgia", serif;
  margin: 0 auto 2.5rem auto; }
@media (min-width: 48em) {
  .profile-list__list--five-item .profile-list__item {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0.625rem;
    width: calc((100% - 20px) / 2);
    margin-top: 0; } }
@media (min-width: 64em) {
  .profile-list__list--five-item .profile-list__item {
    width: calc((100% - 30px) / 3); } }
@media (min-width: 77.5em) {
  .profile-list__list--five-item .profile-list__item {
    width: calc((100% - 50px) / 5); } }

@media (min-width: 48em) {
  .profile-list__list--five-item .profile-list__item-inner > span {
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.profile-list__list--five-item .profile-list__item-inner > span .round-image {
  margin: auto; }

/*
    colors
*/
.table__events {
  font-family: "Georgia", serif; }

.table__events table + .table__events table {
  margin-top: 3.125rem; }

.table__events table {
  color: inherit;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0.3125rem 0;
  margin-top: 1.5625rem; }
@media (min-width: 77.5em) {
  .table__events table {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw; } }

.table__events table a {
  color: inherit; }

.table__events table .col__link {
  text-decoration: none;
  line-height: 1.2; }

.table__events tr,
.table__events td {
  display: block;
  cursor: pointer;
}

@media (min-width: 48em) {
  .table__events tr {
    display: table-row; } }

.table__events .table__row td {
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  padding-top: 2.77778vw;
  padding-bottom: 2.77778vw;
  vertical-align: middle; }
@media (min-width: 48em) {
  .table__events .table__row td {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    display: table-cell; } }
@media (min-width: 64em) {
  .table__events .table__row td {
    padding-left: 1.17188vw;
    padding-right: 1.17188vw;
    padding-top: 1.17188vw;
    padding-bottom: 1.17188vw; } }
@media (min-width: 77.5em) {
  .table__events .table__row td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem; } }

.table__events td {
  padding: 0.8125rem;
  border-bottom: 2px solid transparent !important; }
@media (min-width: 48em) {
  .table__events td {
    border-bottom: 2px solid #d5c3a4 !important;
    padding-top: 0.9375rem;
    padding-bottom: 0.75rem; } }

.table__events tr th,
.table__events tr td {
  border-top: 2px solid transparent !important; }

.table__events .table__row td:first-of-type {
  border-top: 2px solid #d5c3a4 !important; }
@media (min-width: 48em) {
  .table__events .table__row td:first-of-type {
    border-top: none !important; } }

.table__events .table__row:hover td:last-of-type {
  border-bottom: 2px solid #d5c3a4 !important; }

.table__events .table__row:last-of-type td:last-of-type {
  border-bottom: 2px solid #d5c3a4 !important; }

@media (min-width: 48em) {
  .table__events .table__row:first-of-type td {
    border-top: 2px solid #d5c3a4 !important; } }

@media (min-width: 48em) {
  .table__events .table__row:last-of-type td {
    border-bottom: 2px solid #d5c3a4 !important; } }

.table__events .col__data-empty {
  display: none; }

.table__events .table__row--basic-black,
.table__events .table__row--basic-black a {
  color: #000; }

.table__events .table__row--basic-black:hover,
.table__events .table__row--basic-black:hover a {
  background: #000;
  color: #fff; }

.table__events .table__row--basic-biege,
.table__events .table__row--basic-biege a {
  color: #d5c3a4; }

.table__events .table__row--basic-biege:hover,
.table__events .table__row--basic-biege:hover a {
  background: #d5c3a4;
  color: #fff; }

.table__events .table__row--basic-white,
.table__events .table__row--basic-white a {
  color: #fff; }

.table__events .table__row--basic-white:hover,
.table__events .table__row--basic-white:hover a {
  background: #fff;
  color: #fff; }

.table__events .table__row--basic-blue,
.table__events .table__row--basic-blue a {
  color: #0072b6; }

.table__events .table__row--basic-blue:hover,
.table__events .table__row--basic-blue:hover a {
  background: #0072b6;
  color: #fff; }

.table__events .table__row--basic-green,
.table__events .table__row--basic-green a {
  color: #5a9a00; }

.table__events .table__row--basic-green:hover,
.table__events .table__row--basic-green:hover a {
  background: #5a9a00;
  color: #fff; }

.table__events .table__row--basic-red,
.table__events .table__row--basic-red a {
  color: #a7011d; }

.table__events .table__row--basic-red:hover,
.table__events .table__row--basic-red:hover a {
  background: #a7011d;
  color: #fff; }

.table__events .table__row--basic-silver,
.table__events .table__row--basic-silver a {
  color: #a1a2a3; }

.table__events .table__row--basic-silver:hover,
.table__events .table__row--basic-silver:hover a {
  background: #a1a2a3;
  color: #fff; }

.table__events .table__row--basic-gold,
.table__events .table__row--basic-gold a {
  color: #bc9665; }

.table__events .table__row--basic-gold:hover,
.table__events .table__row--basic-gold:hover a {
  background: #bc9665;
  color: #fff; }

.table__events .table__row--dis-red,
.table__events .table__row--dis-red a {
  color: #d20a11; }

.table__events .table__row--dis-red:hover,
.table__events .table__row--dis-red:hover a {
  background: #d20a11;
  color: #fff; }

.table__events .table__row--dis-orange,
.table__events .table__row--dis-orange a {
  color: #ff580a; }

.table__events .table__row--dis-orange:hover,
.table__events .table__row--dis-orange:hover a {
  background: #ff580a;
  color: #fff; }

.table__events .table__row--dis-yellow,
.table__events .table__row--dis-yellow a {
  color: #eea100; }

.table__events .table__row--dis-yellow:hover,
.table__events .table__row--dis-yellow:hover a {
  background: #eea100;
  color: #fff; }

.table__events .table__row--czech-literature,
.table__events .table__row--czech-literature a {
  color: #bc9665; }

.table__events .table__row--czech-literature:hover,
.table__events .table__row--czech-literature:hover a {
  background: #bc9665;
  color: #fff; }

.table__events .table__row--dis-green,
.table__events .table__row--dis-green a {
  color: #82b624; }

.table__events .table__row--dis-green:hover,
.table__events .table__row--dis-green:hover a {
  background: #82b624;
  color: #fff; }

.table__events .table__row--dis-blue,
.table__events .table__row--dis-blue a {
  color: #0095db; }

.table__events .table__row--dis-blue:hover,
.table__events .table__row--dis-blue:hover a {
  background: #0095db;
  color: #fff; }

.table__events .table__row--dis-purple,
.table__events .table__row--dis-purple a {
  color: #951b81; }

.table__events .table__row--dis-purple:hover,
.table__events .table__row--dis-purple:hover a {
  background: #951b81;
  color: #fff; }

.table__events .table__row--dis-pink,
.table__events .table__row--dis-pink a {
  color: #dd0079; }

.table__events .table__row--dis-pink:hover,
.table__events .table__row--dis-pink:hover a {
  background: #dd0079;
  color: #fff; }

.table__events .table__row--mag-blue,
.table__events .table__row--mag-blue a {
  color: #007585; }

.table__events .table__row--mag-blue:hover,
.table__events .table__row--mag-blue:hover a {
  background: #007585;
  color: #fff; }

.table__events .table__row:hover + .table__row td {
  border-top: none; }

.table__events .col__date {
  min-width: 100%; }
@media (min-width: 48em) {
  .table__events .col__date {
    min-width: 10.625rem;
    width: 10.625rem; } }
@media (min-width: 64em) {
  .table__events .col__date {
    min-width: 10.625rem;
    width: 10.625rem; } }
@media (min-width: 77.5em) {
  .table__events .col__date {
    min-width: 10.625rem;
    width: 10.625rem; } }

.table__events .col__time {
  width: 100%; }
@media (min-width: 48em) {
  .table__events .col__time {
    min-width: 10.625rem;
    width: 10.625rem; } }
@media (min-width: 64em) {
  .table__events .col__time {
    min-width: 10.625rem;
    width: 10.625rem; } }
@media (min-width: 77.5em) {
  .table__events .col__time {
    min-width: 10.625rem;
    width: 10.625rem; } }

.table__events .col__theme {
  width: 100%; }
@media (min-width: 48em) {
  .table__events .col__theme {
    max-width: 78.125vw; } }
@media (min-width: 64em) {
  .table__events .col__theme {
    max-width: 58.59375vw; } }
@media (min-width: 77.5em) {
  .table__events .col__theme {
    max-width: 48.3871vw; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  min-height: 4.5rem; }
@media (min-width: 48em) {
  .header {
      min-height: 4.6875rem; } }
@media (max-width: 63.99em) {
  .header {
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; } }
@media (min-width: 64em) {
  .header {
    min-height: 5.9375rem; } }
@media (min-width: 77.5em) {
  .header {
    min-height: 6.25rem; } }

@media (max-width: 47.99em) {
  .header.header--with-offset {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; } }

@media (min-width: 48em) {
  .header.header--with-offset {
    -webkit-transform: translateY(calc(80vw - 150px));
            transform: translateY(calc(80vw - 150px)); } }

@media (min-width: 64em) {
  .header.header--with-offset {
    -webkit-transform: translateY(calc(65vw - 190px));
            transform: translateY(calc(65vw - 190px)); } }

@media (min-width: 77.5em) {
  .header.header--with-offset {
    -webkit-transform: translateY(calc(55vw - 180px));
            transform: translateY(calc(55vw - 180px)); } }

@media (min-width: 99.375em) {
  .header.header--with-offset {
    -webkit-transform: translateY(calc(55vw - 350px));
            transform: translateY(calc(55vw - 350px)); } }

.header.header--with-offset.default {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (min-width: 48em) {
  .header.header--with-offset.scrolling {
    position: absolute;
    -webkit-transform: translateY(75vw);
            transform: translateY(75vw); } }

@media (min-width: 64em) {
  .header.header--with-offset.scrolling {
    -webkit-transform: translateY(60vw);
            transform: translateY(60vw); } }

@media (min-width: 77.5em) {
  .header.header--with-offset.scrolling {
    -webkit-transform: translateY(50vw);
            transform: translateY(50vw); } }

.no-js .header {
  position: static; }

.header__in {
  margin-left: auto;
  margin-right: auto;
  max-width: 79.375rem;
  padding-top: 0.9375rem;
  position: relative; }
@media (min-width: 64em) {
  .header__in {
    padding-top: 1.125rem; } }

.header__components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 64em) {
  .header__item--logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

.header__item--control-panel {
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 0.1875rem;
  max-width: 120px; }
@media (min-width: 48em) {
  .header__item--control-panel {
    padding-top: 0.5rem; } }
@media (min-width: 64em) {
  .header__item--control-panel {
      max-width: 120px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1rem; } }
@media (min-width: 99.375em) {
  .header__item--control-panel {
    padding-top: 1.125rem; } }

.header__item--main-menu {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 10px; }
@media (min-width: 64em) {
  .header__item--main-menu {
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.control-panel__item {
  text-align: right;
  position: relative;
  margin-right: 4%; }
@media (min-width: 64em) {
  .control-panel__item {
    margin-right: 2%; } }
@media (min-width: 79.375em) {
  .control-panel__item {
    margin-right: 0; } }
.control-panel__item--search {
  padding-right: 10px; }
.control-panel__item--search a:focus {
  outline: none; }
.control-panel__item--search svg {
      fill: #bc9665; }

.control-panel button {
  background-color: transparent; }

.control-panel__item {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
  height: 100%; }
@media (min-width: 99.375em) {
  .control-panel__item {
    margin-left: 0.9375rem; } }

.control-panel__item:first-of-type {
  margin-left: 0; }

.control-panel__item button {
  padding: 0; }

.control-panel__item a {
  text-decoration: none; }

.control-panel__item:not(.control-panel--main-menu) button,
.control-panel__item:not(.control-panel__item--lang) button,
.control-panel__item:not(.control-panel__item--lang) a {
  border: none;
  font-size: 2.125rem;
  display: block;
  color: #bc9665;
  cursor: pointer; }
@media (min-width: 64em) {
  .control-panel__item:not(.control-panel--main-menu) button,
    .control-panel__item:not(.control-panel__item--lang) button,
    .control-panel__item:not(.control-panel__item--lang) a {
    font-size: 1.75rem; } }
@media (min-width: 77.5em) {
  .control-panel__item:not(.control-panel--main-menu) button,
    .control-panel__item:not(.control-panel__item--lang) button,
    .control-panel__item:not(.control-panel__item--lang) a {
    font-size: 2.125rem; } }

.control-panel__item--user {
  display: none; }

.control-panel__item:not(.control-panel--main-menu) button:hover,
.control-panel__item:not(.control-panel__item--lang) a:hover,
.control-panel__item:not(.control-panel__item--lang) button:hover {
  color: #826239; }

@media (min-width: 64em) {
  .control-panel__item--menu-toggle {
    display: none; } }

.control-panel__item--lang a {
  border: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #727272;
  padding: 0.75rem 0.5rem;
  font-size: 0.625rem;}

@media (min-width: 99.375em) {
  .control-panel__item--lang a {
    font-size: 0.8125rem; } }

.control-panel__item--lang a:hover {
  color: #6b6d6e; }

.control-panel__item--user a,
.control-panel__item--shop a {
  position: relative; }

.control-panel__item .badge {
  position: absolute;
  z-index: 3;
  background-color: #a1a2a3;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: block;
  border-radius: 50%;
  line-height: 2;
  font-size: 0.625rem;
  top: 1.25rem;
  right: -0.1875rem;
  width: 1.25rem;
  height: 1.25rem; }

.control-panel__item--user .badge {
  background-color: #5a9a00; }

.control-panel__item--shop .badge {
  background-color: #a7011d; }

.control-panel__item--user img {
  border-radius: 50%;
  display: inline-block;
  margin: 0.1875rem;
  width: 1.75rem;
  height: 1.75rem; }

.logo-container {
  position: relative;
  margin-left: 10%;
  padding-top: 0.5625rem; }
@media (min-width: 48em) {
  .logo-container {
    padding-top: 0.875rem; } }
@media (min-width: 64em) {
  .logo-container {
    margin-left: 2%;
    margin-right: 3.62903%; } }
@media (min-width: 81.25em) {
  .logo-container {
    margin-left: 0; } }
@media (min-width: 99.375em) {
  .logo-container {
    padding-top: 1.125rem;
    margin-right: 3.4375rem; } }

.logo {
  border: none;
  display: block; }

.logo__image {
  width: 34px; }
@media (min-width: 64em) {
  .logo__image {
    width: 41px; } }

@media (min-width: 64em) {
  .logo:hover + .logo-copy,
  .logo:focus + .logo-copy {
    display: block; } }

.logo-copy {
  display: none;
  font-family: "Georgia", serif; }
@media (max-width: 63.99em) {
  .logo-copy {
    display: none !important; } }
@media (min-width: 64em) {
  .logo-copy {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 6.25rem;
    right: 0;
    font-size: 1.25rem;
    padding: 2.5rem 0 1rem 3%; } }
@media (min-width: 77.5em) {
  .logo-copy {
    left: 5rem; } }
@media (min-width: 99.375em) {
  .logo-copy {
    left: 6.875rem;
    font-size: 1.875rem;
    padding: 2.1875rem 0 0.625rem 1.75rem; } }

.search-form-container {
  display: none;
  padding: 0 10%;
  background-color: #fff; }
@media (min-width: 48em) {
  .search-form-container {
    position: absolute;
    padding: 0 2%;
    left: 15%;
    right: 21%;
    top: 18px; } }
@media (min-width: 64em) {
  .search-form-container {
    left: 6%;
    right: 7%;
    top: 1.5625rem; } }
@media (min-width: 77.5em) {
  .search-form-container {
    right: 6%; } }
@media (min-width: 99.375em) {
  .search-form-container {
    left: 6.875rem;
    right: 8.75rem;
    top: 1.8125rem;
    background-color: #fff; } }

.search-form-container.opened,
.search-form-container:target {
  display: block; }

@media (min-width: 48em) {
  .intro {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 77.5em) {
  .intro {
    padding: 0 8%; } }

@media (min-width: 99.375em) {
  .intro {
    padding: 0 6.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 48em) {
  .intro > div + div {
    margin-left: 4%; } }

@media (min-width: 48em) {
  .intro__news,
  .intro__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48%; } }

.intro__logo {
  margin: 0 10%; }
@media (min-width: 48em) {
  .intro__logo {
    margin: 0; } }
@media (min-width: 99.375em) {
  .intro__logo {
    -ms-flex-preferred-size: 26.5625rem;
    flex-basis: 26.5625rem; } }

.intro__logo img {
  width: 100%; }

@media (min-width: 99.375em) {
  .intro__news {
    -ms-flex-preferred-size: 30.625rem;
    flex-basis: 30.625rem; } }

.primary-news {
  background-color: #fff;
  color: #000;
  padding: 10%;
  margin-top: 15%;
  cursor: pointer;}
@media (min-width: 48em) {
  .primary-news {
    margin-top: 0;
    padding: 5%; } }

/*
    forms and forms elements
*/
form {
  font-family: "Montserrat", sans-serif; }

::-webkit-input-placeholder {
  color: #a1a2a3; }

:-ms-input-placeholder {
  color: #a1a2a3; }

::-ms-input-placeholder {
  color: #a1a2a3; }

::placeholder {
  color: #a1a2a3; }

label {
  margin-bottom: 0.625rem; }

input, button, .button {
  border-radius: 0;
  font-size: 0.9375rem;
  padding: 0.75em 1em;
  font-family: "Montserrat", sans-serif; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.125rem solid #a1a2a3;
  padding: 0.75em 1em;
  width: 100%;
  font-size: 0.9375rem; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
button,
textarea {
  cursor: default; }

.search-form::after {
  display: block;
  content: '';
  clear: both; }

.search-form__item {
  margin-bottom: 0.625rem; }
@media (min-width: 48em) {
  .search-form__item {
    float: left;
    margin-bottom: 0; } }

@media (min-width: 48em) {
  .search-form__item--text {
    width: 70%;
    margin-right: 1%; } }

@media (min-width: 99.375em) {
  .search-form__item--text {
    width: 73%; } }

@media (min-width: 48em) {
  .search-form__item--button {
    width: 22%; } }

.search-form__close-icon {
  background-color: transparent;
  color: #bc9665;
  font-size: 2.125rem;
  border: none;
  padding: 0; }

.search-form__close-icon:hover,
.search-form__close-icon:focus {
  color: #826239; }

@media (max-width: 47.99em) {
  .search-form__close {
    clear: both; } }

@media (min-width: 48em) {
  .search-form__close {
    text-align: right;
    position: relative;
    float: left;
    max-width: 7%;
    top: 0.3125rem; } }

@media (min-width: 99.375em) {
  .search-form__close {
    width: 4%; } }

/**
 *  E-shop search form
 */
#product-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 48rem) {
    #product-search-form {
      display: block; } }

.eshop-search {
  margin: 0 auto 7.8125rem;
  max-width: 45rem; }
@media (min-width: 64em) {
  .eshop-search {
    margin-bottom: 6.0625rem; } }

.eshop-search::after {
  content: '';
  display: block;
  clear: both; }

.eshop-search__item {
  margin-top: 0.625rem; }
@media (min-width: 48em) {
  .eshop-search__item {
    float: left;
    margin: 0 0 0 4%; } }

@media (min-width: 48em) {
  .eshop-search__item:first-of-type {
    margin: 0; } }

.eshop-search__item input {
  -webkit-box-shadow: 0 0 25px 0 black, 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 black, 0 0 50px 0 rgba(0, 0, 0, 0.5); }

@media (min-width: 48em) {
  .eshop-search__item--text {
    width: 67%;
    min-width: 31.25rem; } }

@media (min-width: 48em) {
  .eshop-search__item--button {
    width: 25%;
    min-width: 10rem; } }

.eshop-search__item--button input {
  color: #000;
  background-color: #fff;
  border-color: #bc9665; }

.eshop-search__item--button input:hover {
  color: #fff;
  background-color: #bc9665; }

.form-wrap-for-message {
  position: relative; }

.form-wrap-for-message .error-massage {
  display: none; }

div.blockOverlay {
  background-color: #f8f6f1 !important; }

.woocommerce-invalid .form-wrap-for-message .error-massage {
  display: none !important; }

.woocommerce-invalid .form-wrap-for-message.form-has-error .error-massage {
  display: table !important;
  position: relative;
  font-family: "Georgia", serif;
  background: #ff0080;
  width: 100%;
  max-width: 18.75rem;
  padding: 1.25rem;
  color: white; }
@media (min-width: 48em) {
  .woocommerce-invalid .form-wrap-for-message.form-has-error .error-massage {
    position: absolute;
    left: 0;
    z-index: 100;
    bottom: -3.9375rem;
    width: 18.75rem;
    left: 102%;
    top: -6px; } }

.woocommerce-invalid .form-wrap-for-message .error-massage:after {
  display: none; }
@media (min-width: 48em) {
  .woocommerce-invalid .form-wrap-for-message .error-massage:after {
    display: block;
    content: '';
    position: absolute;
    color: #ff0080;
    background: url("/images/icons/md-arrow-dropup-purple.svg") no-repeat;
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem;
    top: 12px;
    left: -18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

.woocommerce-invalid .form-wrap-for-message input,
.woocommerce-invalid .form-wrap-for-message select {
  border-color: #ff0080; }

/*
    project section and blocks
*/
@media (min-width: 64em) {
  .project-tiles-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px; } }

.project-tiles-list__item {
  background-color: #fff;
  padding: 1px 1.5625rem 2.5rem 1.5625rem;
  margin-bottom: 3.125rem; }
@media (min-width: 64em) {
  .project-tiles-list__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid; } }

.project-tiles-list__item-heading {
  margin-top: 2.375rem; }
@media (min-width: 64em) {
  .project-tiles-list__item-heading {
    margin-top: 2.5rem; } }
@media (min-width: 77.5em) {
  .project-tiles-list__item-heading {
    margin-top: 2.8125rem; } }

.project-tiles-list__item-heading + p {
  margin-top: 1.25rem; }
@media (min-width: 64em) {
  .project-tiles-list__item-heading + p {
    margin-top: 1.5625rem; } }

.project-items-list__item {
  border-bottom: 0.125rem solid #f4ede5; }

.project-items-list__item:first-child {
  border-top: 0.125rem solid #f4ede5; }

.project-items-list__item [class*="heading"] {
  margin-top: 0; }

.project-items-list__item-content {
  padding-left: 10%;
  padding-right: 10%;
  max-width: 79.375rem;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 77.5em) {
  .project-items-list__item-content {
    padding-left: 0;
    padding-right: 0; } }

.project-items,
.project-items-button {
  padding-left: 10%;
  padding-right: 10%; }

.project-items-list__item--no-border {
  border: none;
  padding: 0; }

.project-items-list__item--no-border .project-items-list__item-content {
  padding: 0; }

@media (min-width: 48em) {
  .project-items-list__item--no-border h5 {
    margin-left: -3.125rem; } }

.project-items-list__item--no-border p {
  margin-top: 1rem; }

.fast-contact::after {
  content: '';
  display: block;
  clear: both; }

.fast-contact__item {
  margin-top: 3.125rem; }
@media (min-width: 48em) {
  .fast-contact__item {
    margin-top: 4.6875rem; } }
@media (min-width: 64em) {
  .fast-contact__item {
    margin-top: 0;
    float: left; } }

.fast-contact__item--logo {
  margin-top: 0 !important; }
@media (min-width: 64em) {
  .fast-contact__item--logo {
    width: 25%;
    padding-right: 3.125rem; } }
@media (min-width: 99.375em) {
  .fast-contact__item--logo {
    width: 27.5rem;
    padding-right: 3.125rem; } }

@media (min-width: 48em) {
  .fast-contact__item--prague,
  .fast-contact__item--brno {
    width: 50%; } }

@media (min-width: 64em) {
  .fast-contact__item--prague,
  .fast-contact__item--brno {
    width: 25%; } }

@media (min-width: 99.375em) {
  .fast-contact__item--prague,
  .fast-contact__item--brno {
    width: 20.625rem; } }

@media (min-width: 64em) {
  .fast-contact__item--links {
    width: 25%; } }

@media (min-width: 99.375em) {
  .fast-contact__item--links {
    width: 10.625rem; } }

.fast-contact__item--logo img{
    max-width: 280px !important; }

.fast-contact__item--logo .logo-hr{
    max-width: 140px !important;
    margin-top: 3rem; }

@media (max-width: 64em){
  .fast-contact__item--logo .logo-hr{
    max-width: 120px !important; } }

.drop-list {
  font-family: "Montserrat", sans-serif;
  color: #727272;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.1538461538; }

.drop {
  margin-top: 0.0625rem;
  line-height: 1.3; }

.drop__icon {
  position: relative;
  top: 0.0625rem; }

.drop:first-of-type {
  margin-left: 0 !important; }

.drop--inline {
  display: inline-block;
  margin-left: 0.625rem; }

.icon-wrapper {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-bottom: -0.15em; }

.icon {
  display: block;
  fill: currentColor;
  stroke: currentColor;
  height: 100%;
  width: 100%; }

.icon-fallback {
  display: none !important; }

.control-panel .icon-wrapper {
  margin-bottom: 0; }

@media (min-width: 48em) {
  .eclassroom-filter .checkboxes {
    margin-top: -0.625rem; } }

.eclassroom-filter .checkboxes__item {
  padding-left: 1.5625rem;
  font-size: 1.125rem;
  margin-top: 0.625rem; }
@media (min-width: 48em) {
  .eclassroom-filter .checkboxes__item {
    float: left;
    margin-right: 1.5625rem; } }

@media (min-width: 77.5em) {
  .eclassroom-filter + .tiles {
    margin-top: 0.625rem; } }

.text-page .clear {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 0.0625rem;
  clear: both; }

.product-list-wrapper {
  max-width: 77.5rem;
  padding-left: 10%;
  padding-right: 10%;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 77.5em) {
  .product-list-wrapper {
    padding-left: 0;
    padding-right: 0; } }

.product-list-wrapper.product-list-wrapper--has-carousel {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 30em) {
  .product-list {
    margin-left: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.product-list::after {
  content: '';
  display: block;
  clear: both; }

.product-list__item {
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  margin-top: 4.6875rem; }
@media (min-width: 30em) {
  .product-list__item {
    float: left;
    width: calc((100% / 2) - 50px);
    margin-left: 3.125rem; } }
@media (min-width: 48em) {
  .product-list__item {
    width: calc((100% / 3) - 50px);
    margin-top: 3.125rem; } }
@media (min-width: 64em) {
  .product-list__item {
    width: calc((100% / 4) - 50px); } }
@media (min-width: 77.5em) {
  .product-list__item {
    width: calc((100% / 6) - 50px); } }

@media (min-width: 30em) {
  .product-list-wrapper--small-container .product-list__item {
    width: calc((100% / 2) - 50px); } }

@media (min-width: 64em) {
  .product-list-wrapper--small-container .product-list__item {
    width: calc((100% / 3) - 50px); } }

@media (min-width: 77.5em) {
  .product-list-wrapper--small-container .product-list__item {
    width: calc((100% / 4) - 50px); } }

html:not(.no-js) .section--carousel .product-list-wrapper {
  width: 100%; }

html:not(.no-js) .owl-carousel.product-list {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }

html:not(.no-js) .owl-carousel.product-list .product-list__item {
  width: 100%;
  margin-left: 0; }

html:not(.no-js) .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

html.no-js .product-list-wrapper.product-list-wrapper--has-carousel {
  padding-left: 10%;
  padding-right: 10%; }
@media (min-width: 77.5em) {
  html.no-js .product-list-wrapper.product-list-wrapper--has-carousel {
    padding-left: 0;
    padding-right: 0; } }

html.no-js .owl-carousel {
  width: calc(100% + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-list__item a {
  text-decoration: none; }

.product-list__item-image {
  margin: 0 auto;
  display: block;
  width: auto;
  max-height: 12.5rem; }

.product-list__item-name,
.product-list__item-author {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
@media (max-width: 479px) {
  .product-list__item-name,
  .product-list__item-author {
    line-height: 1.5em;
      height: 100%; } }

.product-list__item-name {
  color: #000;
  margin-top: 1.5625rem; }

.product-list__item-author {
  color: #727272;
  font-size: 0.9375rem;
  margin-top: 0.4375rem;
  min-height: 1.375rem; }

.product-list__item-button {
  margin-top: 1.5625rem; }

.product-list__item:hover .product-list__item-button {
  background-color: #0072b6;
  color: #fff; }

.product-list__item:hover .product-list__item-button.button:disabled {
  background: none;
  color: #a1a2a3;
  border-color: #a1a2a3; }

.product-list__item:hover .product-list__item-button.button--outline.button--green {
  background-color: #5a9a00;
  color: #fff;
  border-color: #5a9a00; }

.product-list__item:hover .product-list__item-button.button--outline.button--red {
  background: #a7011d;
  color: #fff;
  border-color: #a7011d; }

@media (max-width: 47.99em) {
  .product-list-wrapper > .button {
    max-width: 80%; } }

.product-list__item .button {
  margin-top: 1.5625rem; }

/**
 * product detail part
 */
.product-traslated-name {
  font-size: 2.5rem;
  font-family: "Georgia", serif;
  font-weight: normal;
  margin: 0;
  color: #fff;
  margin-top: 0.625rem; }

.product-author {
  margin-top: 0.9375rem;
  font-size: 1.5rem;
  font-family: "Pentagraf Bold", serif; }

.product-image {
  margin: -13.8125rem auto 0;
  display: block;
  width: 100%;
  max-width: 18.75rem;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5); }

.product-price {
  margin-top: 3.125rem;
  text-align: center;
  font-family: "Montserrat", sans-serif; }

.product-image + .product-price {
  margin-top: 1.5625rem; }

@media (min-width: 64em) {
  .sidebar .product-price,
  .sidebar .product-buttons {
    display: none; } }

.product-price__main-price {
  color: #a7011d;
  font-size: 1.5rem; }

.product-price__usual-price {
  margin-top: 0.375rem;
  color: #727272;
  font-size: 0.75rem; }

.product-price--still-visible,
.product-buttons--still-visible {
  display: block !important; }

.product-buttons .button {
  margin-top: 1.5625rem;
  max-width: 18.75rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem; }

.product-buttons .button:nth-child(2) {
  margin-top: 3.125rem; }

@media (min-width: 64em) {
  .product-name {
    display: none; } }

.product-table {
  width: 100%;
  margin-top: 3.125rem;
  border-collapse: collapse; }

.product-table caption {
  color: #bc9665;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0.3125rem 1.25rem; }
@media (min-width: 64em) {
  .product-table caption {
    font-size: 1.25rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem; } }

.product-table th {
  width: 33%; }
@media (min-width: 64em) {
  .product-table th {
    width: 14.0625rem; } }

.product-table th,
.product-table td {
  vertical-align: middle;
  border-bottom: 1px solid #bc9665;
  text-align: left;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem; }
@media (min-width: 64em) {
  .product-table th,
  .product-table td {
    font-size: 1.125rem;
    padding: 1rem 1rem; } }

.product-table td {
  font-weight: bold; }

.product-table tr:first-child th,
.product-table tr:first-child td {
  border-top: 1px solid #bc9665; }

.productCategory:nth-child(odd) {
  background: #f7f3ed; }

.productCategory:nth-child(even) {
  background: #eee7db; }

.owl-carousel,
.owl-theme .owl-item {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.owl-carousel.owl-loaded,
.owl-theme.owl-loaded .owl-item {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.owl-carousel.owl-carousel--exhibition .owl-item img {
  width: auto;
  max-width: none;
  height: 18.75rem; }
  @media screen and (max-width: 44.375rem) {
    .owl-carousel.owl-carousel--exhibition .owl-item img {
      height: 15.625rem; } }
  @media screen and (max-width: 34.375rem) {
    .owl-carousel.owl-carousel--exhibition .owl-item img {
      height: 12.5rem; } }

.owl-theme .owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
  margin: 0; }

.owl-theme .icon-wrapper {
  top: 2px;
  position: relative;
  margin-bottom: 0;
  font-size: 1.875rem; }

.owl-theme .owl-prev,
.owl-theme .owl-next {
  background: #fff !important;
  border-radius: 50% !important;
  margin: 0 !important;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25); }

.owl-theme .owl-prev {
  left: 1.5625rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
@media (min-width: 83.125em) {
  .owl-theme .owl-prev {
    -webkit-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-50%) scaleX(-1);
    left: 0; } }

.owl-theme .owl-next {
  right: 1.5625rem; }
@media (min-width: 83.125em) {
  .owl-theme .owl-next {
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@media (min-width: 64em) {
  .owl-carousel--exhibition.owl-theme .owl-prev {
    left: auto;
    right: calc(100% + 25px); } }

@media (min-width: 64em) {
  .owl-carousel--exhibition.owl-theme .owl-next {
    right: auto;
    left: calc(100% + 25px); } }

.carousel-compact {
  max-width: 54.6875rem; }

.carousel-compact--align-left {
  margin-left: 0 !important;
  margin-right: auto !important; }

.owl-carousel--basic .owl-item {
  max-width: 161px !important; }

.employee__focus-title {
  font-family: "Georgia", serif;
  text-align: center; }

.employee__table td:first-of-type {
  width: 30%; }

@media (min-width: 64em) {
  .employee-name {
    display: none; } }

.employee-image {
  width: 9.875rem;
  height: 9.875rem;
  border-radius: 50%;
  display: block;
  border: 0.125rem solid #fff;
  margin: -4.9375rem auto 0; }
@media (min-width: 64em) {
  .employee-image {
    margin-left: 0; } }

html.object-fit img.employee-image {
  -o-object-fit: cover;
  object-fit: cover; }

/**
 * .media-list contains list of .media-items
 */
.media-list::after {
  content: '';
  display: block;
  clear: both; }

/**
 * .media-item contains image, title, paragraph, labels with icon and links to in/external sources
 */
.media-item {
  margin-top: 4.6875rem; }
@media (min-width: 64em) {
  .media-item {
    float: left;
    width: 48%;
    margin-left: 4%; } }
@media (min-width: 77.5em) {
  .media-item {
    margin-left: 3.125rem;
    width: calc((100% - 100px) / 3); } }
  .media-item__title a {
    text-decoration: none; }

.media-item:first-of-type {
  margin-top: 0; }

@media (min-width: 64em) {
  .media-item:nth-of-type(-n+2) {
    margin-top: 0; } }

@media (min-width: 64em) {
  .media-item:nth-of-type(-n+3) {
    margin-top: 0; } }

@media (min-width: 64em) and (max-width: 77.49em) {
  .media-item:nth-of-type(odd) {
    clear: left;
    margin-left: 0; } }

@media (min-width: 77.5em) {
  .media-item:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left; } }

.media-item__title {
  margin-top: 1.375rem; }

.regular-events {
  margin-top: -0.625rem; }
@media (min-width: 64em) {
  .regular-events {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px; } }

.regular-events__item-wrapper {
  padding-top: 0.8125rem; }

.regular-events__item {
  background-color: #fff;
  padding: 1px 1.5625rem 2.5rem 1.5625rem;
  margin-bottom: 3.125rem; }
@media (min-width: 64em) {
  .regular-events__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative; } }

.regular-events__item [class*='heading'] a {
  color: inherit; }

.regular-events__badge {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.5rem 0;
  margin: 0 0 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8.75rem; }

.regular-events__item .regular-events__badge + [class*='heading'] {
  margin-top: 0; }

.regular-events__item [class*='heading'] + p {
  margin-top: 1.75rem; }

/**
 * Crossing between eStudovna and Catalogues & Libraries on Homepage
 */
@media (min-width: 48em) {
  .crossing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.crossing::after {
  display: block;
  content: '';
  clear: both; }

.crossing__item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
@media (min-width: 48em) {
  .crossing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1%;
    float: left;
    width: 49.5%; } }
@media (min-width: 64em) {
  .crossing__item {
    margin-left: 0.25rem;
    width: calc(50% - 2px); } }

.crossing__item:first-child {
  margin-left: 0;
  background-image: url("/images/visuals/s-043.png"); }
@media (min-width: 48em) {
  .crossing__item:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.crossing__item:last-child {
  background-image: url("/images/visuals/s-032.jpg"); }

@media (min-width: 48em) {
  .crossing__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 39.6875rem; } }

.crossing__card {
  margin: 0 10%;
  width: 80%; }
@media (min-width: 64em) {
  .crossing__card {
    max-width: 23.4375rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 48em) {
  .filter__wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -11.5rem; } }

@media (min-width: 64em) {
  .filter__wrap {
    top: -11.8125rem; } }

@media (min-width: 77.5em) {
  .filter__wrap {
    top: -9.8125rem;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%; } }

.filter__character {
  display: none; }
@media (min-width: 48em) {
  .filter__character {
    position: relative;
    display: inline-block;
    border: none;
    color: #fff;
    padding: 0.875rem 0.525rem 1.5625rem;
    font-family: "Pentagraf Bold", serif;
    font-size: 1.125rem;
    cursor: pointer;
    text-decoration: none; } }
@media (max-width: 63.99em) {
  .filter__character {
    margin-top: 10px; } }

.filter__character:hover {
  background-image: linear-gradient(225deg, transparent 0.3125rem, rgba(221, 221, 221, 0.5) 0.3125rem);
  /* 1 */
  color: #000; }

.filter__character.filter__character--active {
  background-image: linear-gradient(225deg, transparent 0.3125rem, #f8f6f1 0.3125rem);
  /* 1 */
  color: #000; }

.filter-for-mobile {
  width: 100%;
  max-width: 6.25rem;
  display: block;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: -9.375rem;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 48em) {
  .filter-for-mobile {
    display: none; } }

.select__wrap {
  position: relative; }

.select {
  font-family: "Montserrat", sans-serif;
  color: #303030;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  background: #fff url("/images/icons/ios-arrow-down.svg") no-repeat right 1rem center;
  background-size: 20px;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #d0d0d0;
  border-radius: 0.375rem;
  padding-top: 1rem;
  padding-right: 2.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem; }

.select--selected {
  background: #fff url("/images/icons/ios-arrow-up.svg") no-repeat right 1rem center;
  background-size: 20px; }

.select-on-top-section--align-right .select__wrap {
  float: right; }

.select-on-top-section--align-right:after {
  content: '';
  display: block;
  clear: both; }

.select-and-tabs {
  max-width: 12.125rem;
  margin-bottom: 2.5rem; }
@media (min-width: 48em) {
  .select-and-tabs {
    right: 0;
    bottom: 2.75rem;
    position: absolute;
    margin-bottom: 0; } }
@media (min-width: 1240px) and (max-width: 1300px) {
  .select-and-tabs {
    right: -3.625rem; } }
@media (min-width: 1301px) {
  .select-and-tabs {
    right: 0; } }

.pagination {
  font-family: "Georgia", serif;
  text-align: center; }

.mini-cart--display-none {
  display: none; }

.mini-cart--display-block {
  display: block; }

@media (min-width: 1500px) {
  .mini-cart {
    margin-left: auto;
    margin-right: auto;
    max-width: 79.375rem;
    position: relative; } }

.mini-cart__content {
  border: 1px solid #d5c3a4;
  border-top: 3px solid #d5c3a4;
  width: 100%;
  position: relative;
  right: 0;
  left: auto;
  background: #fff;
  z-index: 1000;
  font-family: "Montserrat", sans-serif; }
@media (min-width: 64em) {
  .mini-cart__content {
    position: fixed;
    top: 4.375rem;
    max-width: 42.8125rem;
    width: 42.8125rem;
    right: 20px; } }
@media (min-width: 1024px) {
  .mini-cart__content {
    right: 1.25rem;
    left: auto;
    top: 5.75rem;
    right: 3%; } }
@media (min-width: 1270px) {
  .mini-cart__content {
    left: 46%;
    right: 20px; } }
@media (min-width: 1500px) {
  .mini-cart__content {
    left: 45%; } }
@media (min-width: 1760px) {
  .mini-cart__content {
    left: 46%; } }
@media (min-width: 2100px) {
  .mini-cart__content {
    left: 47%; } }

.mini-cart__content:after {
  content: '';
  display: block;
  position: absolute;
  background: url("/images/icons/md-arrow-dropup-biege.svg") no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
  background-size: 1.5625rem;
  top: -0.875rem;
  left: auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 100;
  right: 6.5rem; }
@media (min-width: 490px) {
  .mini-cart__content:after {
    right: 6.5rem; } }
@media (min-width: 626px) {
  .mini-cart__content:after {
    right: 7.125rem; } }
@media (min-width: 700px) {
  .mini-cart__content:after {
    right: 7.5rem; } }
@media (min-width: 766px) {
  .mini-cart__content:after {
    right: 7.5rem; } }
@media (min-width: 815px) {
  .mini-cart__content:after {
    right: 7.9375rem; } }
@media (min-width: 852px) {
  .mini-cart__content:after {
    right: 8.5625rem; } }
@media (min-width: 1024px) {
  .mini-cart__content:after {
    right: 0.75rem; } }

.mini-cart__item__header {
  text-align: center;
  border-bottom: 1px solid #d5c3a4;
  padding: 0.9375rem 0.625rem; }

.mini-cart__item__header .heading-5 {
  margin: 0;
  font-family: "Montserrat", sans-serif; }

.mini-cart .text--gray {
  color: #a1a2a3; }

.mini-cart__item--overflow {
  border-bottom: 3px solid #d5c3a4; }
@media (min-width: 64em) {
  .mini-cart__item--overflow {
    max-height: 400px;
    overflow-y: scroll; } }

.mini-cart__item {
  border-bottom: 1px solid #d5c3a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (min-width: 500px) {
  .mini-cart__item {
    padding: 0.5rem;
    min-height: 3.125rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.mini-cart__item:last-of-type {
  border-bottom: none; }

.mini-cart__item button {
  border: none;
  background: transparent;
  width: 3.4375rem;
  cursor: pointer;
  text-align: right; }
@media (min-width: 500px) {
  .mini-cart__item button {
    width: auto; } }
@media (min-width: 720px) {
  .mini-cart__item button {
    height: 2.1875rem; } }

.mini-cart__item button:hover {
  color: #826239; }

.mini-cart .icon-wrapper {
  font-size: 2.1875rem; }

.mini-cart__item .icon-wrapper {
  color: #d5c3a4; }

.mini-cart__item.mini-cart__item--summary .icon-wrapper {
  color: #bc9665;
  width: 2.1875rem;
  height: 2.1875rem; }

.mini-cart__item div,
.mini-cart__item button {
  padding: 0.625rem; }
@media (min-width: 500px) {
  .mini-cart__item div,
  .mini-cart__item button {
    padding: 0 0.625rem; } }

.mini-cart__item:after {
  content: '';
  display: block;
  clear: both; }

@media (max-width: 500px) {
  .mini-cart__item div:first-of-type {
    width: 15%; } }

.mini-cart__product {
  text-align: left; }
@media (max-width: 500px) {
  .mini-cart__product {
    width: 85%; } }

.mini-cart__number,
.mini-cart__price,
.mini-cart__item button {
  width: 33%; }

.mini-cart__product,
.mini-cart__summaryText {
  font-size: 0.8125rem;
  line-height: 1.3; }
@media (min-width: 500px) {
  .mini-cart__product,
  .mini-cart__summaryText {
    width: 100%;
    max-width: 25.3125rem; } }

@media (min-width: 500px) {
  .mini-cart__number,
  .mini-cart__numberSuummary {
    width: 6.25rem;
    text-align: right; } }

@media (min-width: 500px) {
  .mini-cart__price,
  .mini-cart__priceSummary {
    width: 15rem;
    text-align: right; } }

.mini-cart__item img {
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.25);
  width: 2.6875rem;
  min-width: 2.6875rem;
  float: left;
  margin-right: 0.625rem; }
@media (min-width: 500px) {
  .mini-cart__item img {
    margin-right: 0; } }

.mini-cart__item--summary {
  font-weight: bold;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

@media (max-width: 500px) {
  .mini-cart__item--summary div:first-of-type,
  .mini-cart__numberSummary {
    width: 33.333%; } }

@media (max-width: 500px) {
  .mini-cart__summaryText,
  .mini-cart__priceSummary {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media (max-width: 500px) {
  .mini-cart__item--summary button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.mini-cart__item--summary button .icon-wrapper {
  width: 3.5625rem; }

.mini-cart__footer {
  padding: 2.8125rem 1.25rem;
  background: #eae0d1;
  text-align: center; }

.mini-cart__footer .button--outline {
  background: #0072b6 !important;
  border: 0.125rem solid #0072b6 !important;
  color: #fff !important;
  font-size: 1rem; }

.mini-cart__footer .button--outline:hover {
  background: #fff !important;
  color: #0072b6 !important;
  border: 0.125rem solid #0072b6 !important; }

.mini-cart__footer .icon-wrapper {
  font-size: inherit; }

.woocommerce-mini-cart__empty-message {
  padding: 0 0.875rem 1.875rem 0.875rem;
  text-align: center; }

.input-plus-minus {
  border: 0.0625rem solid #bc9665;
  width: 7.66rem;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.input-plus-minus:after {
  content: '';
  display: block;
  clear: both; }

.input-plus-minus__mark,
.input-plus-minus__value {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 0;
  text-align: center;
  padding: 0; }

.input-plus-minus__mark {
  background: #eae0d1;
  color: #bc9665;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.625rem; }

.input-plus-minus__value {
  color: #000;
  border-left: 0.0625rem solid #bc9665;
  border-right: 0.0625rem solid #bc9665;
  font-weight: 700; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  display: none; }

.e-shop__table {
  border: 0.0625rem solid #eae0d1;
  font-family: "Montserrat", sans-serif; }

.e-shop__table th,
.e-shop__table td {
  vertical-align: middle;
  line-height: 1.3; }

.e-shop__table tr:first-of-type td,
.e-shop__table tr:first-of-type th {
  border-top: 0 !important; }

.e-shop__table tr:last-of-type td {
  border-bottom: 0 !important; }

.e-shop__table td {
  padding: 0.625rem 0.3125rem;
  font-size: 0.875rem; }
@media (min-width: 64em) {
  .e-shop__table td {
    padding: 0.625rem; } }

.e-shop__table td:first-of-type {
  padding-left: 0.625rem; }
@media (min-width: 64em) {
  .e-shop__table td:first-of-type {
    padding-left: 1.25rem; } }

@media (max-width: 63.99em) {
  .e-shop__table td:nth-of-type(2) {
    padding-left: 1.25rem; } }

.e-shop__table td:last-of-type {
  padding-right: 0.625rem; }
@media (min-width: 64em) {
  .e-shop__table td:last-of-type {
    padding-right: 1.25rem; } }

@media (max-width: 63.99em) {
  .e-shop__table .input-plus-minus a {
    display: none; } }

@media (max-width: 63.99em) {
  .e-shop__table .input-plus-minus {
    width: 2.625rem; } }

.e-shop__table th {
  border-bottom: 0.125rem solid #eae0d1;
  color: #bc9665;
  padding: 1.53125rem 1.25rem;
  background: #f4efe8;
  font-size: 0.8125rem; }

.e-shop__table tr {
  border-bottom: 0.125rem solid #eae0d1; }

@media (max-width: 63.99em) {
  .e-shop__table .e-shop__table--display-none {
    display: none; } }

.e-shop__table tr:last-of-type {
  border-bottom: none; }

.e-shop__table th:nth-of-type(2),
.e-shop__table td:nth-of-type(2) {
  text-align: left;
  width: 38%; }

.e-shop__table th:first-of-type,
.e-shop__table td:first-of-type,
.e-shop__table th:nth-of-type(3),
.e-shop__table td:nth-of-type(3),
.e-shop__table th:last-of-type,
.e-shop__table td:last-of-type {
  text-align: center; }

.e-shop__table th:last-of-type,
.e-shop__table td:last-of-type {
  width: auto; }

.e-shop__table th:nth-of-type(4),
.e-shop__table td:nth-of-type(4),
.e-shop__table th:nth-of-type(5),
.e-shop__table td:nth-of-type(5) {
  text-align: right;
  min-width: 8.75rem;
  color: #000; }

.e-shop__table th:nth-of-type(4),
.e-shop__table td:nth-of-type(4),
.e-shop__table th:nth-of-type(5) {
  color: #bc9665; }

.e-shop__table th:nth-of-type(4),
.e-shop__table td:nth-of-type(4),
.e-shop__table th:nth-of-type(5),
.e-shop__table td:nth-of-type(5) {
  min-width: 8.4375rem; }

.e-shop__table td:last-of-type button {
  border: none;
  width: auto;
  background: transparent;
  cursor: pointer;
  color: #eae0d1; }

.e-shop__table td:first-of-type .icon-wrapper,
.e-shop__table .e-shop__table-footer td:last-of-type button {
  color: #bc9665; }
@media (min-width: 64em) {
  .e-shop__table td:first-of-type .icon-wrapper,
  .e-shop__table .e-shop__table-footer td:last-of-type button {
    height: 3.625rem; } }

.e-shop__table .e-shop__table-footer td:last-of-type button {
  color: #0072b6; }

.e-shop__table .e-shop__table-footer td {
  height: 5rem; }

.e-shop__table-footer {
  border-bottom: 0.0625rem solid #eae0d1;
  color: #bc9665;
  background: #f4efe8;
  font-weight: 700; }

.e-shop__table-footer td:nth-of-type(2),
.e-shop__table-footer td:nth-of-type(3) {
  color: #000; }

.e-shop__table-footer td:nth-of-type(5) {
  font-size: 1.25rem; }

.e-shop__table-footer button {
  text-decoration: underline;
  color: #0072b6; }

.e-shop__table-footer span {
  font-weight: 400;
  font-size: 0.875rem; }

.product-thumbnail img {
  width: 3.125rem;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.25); }

.e-shop__table .icon-wrapper {
  font-size: 1.5625rem; }

.e-shop__table td:first-of-type .icon-wrapper {
  color: #bc9665; }

.e-shop__form-container {
  width: 100%; }

.e-shop__form label {
  color: #83693a; }

.e-shop__form .form-wrap-for-message {
  max-width: 400px; }

.e-shop__form-paymentAndShipping {
  font-family: "Georgia", serif; }
@media (min-width: 64em) {
  .e-shop__form-paymentAndShipping {
    max-width: 74%; } }

.e-shop__form-paymentAndShipping .radio-button {
  padding: 21.5px 20px;
  border-bottom: 1px solid #bc9665;
  display: table !important;
  width: 100%; }

.e-shop__form-paymentAndShipping .radio-button:first-of-type {
  border-top: 1px solid #bc9665; }

.e-shop__form-paymentAndShipping .radio-button__label > span {
  display: table;
  margin-bottom: 1.25rem;
  padding-left: 2.3125rem; }
@media (min-width: 64em) {
  .e-shop__form-paymentAndShipping .radio-button__label > span {
    float: left;
    margin-bottom: 0;
    padding-left: 0; } }

.e-shop__form-paymentAndShipping .radio-button__label span:first-of-type {
  padding-left: 0; }

.e-shop__form-paymentAndShipping .radio-button__label span:last-of-type {
  margin-bottom: 0; }

.e-shop__form--shipping .radio-button__label span:first-of-type,
.e-shop__form--shipping .radio-button__label span:nth-of-type(2) {
  width: auto; }
@media (min-width: 64em) {
  .e-shop__form--shipping .radio-button__label span:first-of-type,
  .e-shop__form--shipping .radio-button__label span:nth-of-type(2) {
    width: 27%; } }

.e-shop__form--shipping .radio-button__label span:nth-of-type(2) {
  text-align: center; }

.e-shop__form--shipping .radio-button__label span:last-of-type {
  font-family: "Georgia", serif; }

.e-shop__form--payment .radio-button__label .e-shop__form--payment--option,
.e-shop__form--payment .radio-button__label .e-shop__form--payment--mode {
  width: auto; }

.e-shop__form--payment .radio-button__label .e-shop__form--payment--mode {
  padding-left: 2.25rem; }
@media (min-width: 64em) {
  .e-shop__form--payment .radio-button__label .e-shop__form--payment--mode {
    padding-left: 20px; } }

.e-shop__form--payment .radio-button__label .e-shop__form--payment--description {
  display: block;
  width: 100%;
  padding-left: 2.25rem;
  padding-top: 0.625rem; }

.e-shop__form--shipping .radio-button__label span:last-of-type {
  width: auto; }
@media (min-width: 64em) {
  .e-shop__form--shipping .radio-button__label span:last-of-type {
    width: 40%; } }

.e-shop__form-header:after {
  content: '';
  display: block;
  clear: both; }

@media (min-width: 48em) {
  .e-shop__form-header .e-shop__form-title {
    float: left;
    margin-right: 1.875rem; } }

@media (max-width: 47.99em) {
  .e-shop__form-header .e-shop__form-title + .checkboxes__item {
    margin-top: -1rem; } }

.e-shop__form-header .checkboxes__item {
  float: left;
  font-size: 0.875rem;
  margin-bottom: 1.25rem; }
@media (min-width: 48em) {
  .e-shop__form-header .checkboxes__item {
    margin-top: 2.375rem; } }
@media (min-width: 64em) {
  .e-shop__form-header .checkboxes__item {
    margin-top: 3.625rem; } }
@media (min-width: 77.5em) {
  .e-shop__form-header .checkboxes__item {
    margin-top: 4.5rem; } }

.e-shop__form-header input[type="checkbox"]:checked .e-shop__form--selected {
  opacity: 0.5; }

.e-shop__form-header .checkboxes__item .icon-wrapper,
.e-shop__form-container .e-shop__form-item .icon-wrapper {
  font-size: 1.125rem; }

.e-shop__form-container .e-shop__personal-data {
  font-family: "Georgia", serif; }
@media (min-width: 64em) {
  .e-shop__form-container .e-shop__personal-data {
    max-width: 74%; } }

.e-shop__form-container .e-shop__personal-data p {
  max-width: 100%; }

.e-shop__form-container .e-shop__personal-data .e-shop__form-item:first-of-type {
  margin-bottom: 20px; }

.e-shop__form-container .e-shop__personal-data .default-list li {
  margin-left: 0;
  margin-top: 0.625rem; }

.e-shop__form-container .e-shop__form-item input,
.e-shop__form-container .e-shop__form-item .select {
  max-width: 25rem;
  border: 2px solid #a1a2a3; }

.e-shop__form-container .e-shop__form-item:last-of-type {
  margin-bottom: 0; }

.e-shop__form-container .e-shop__form-item label {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  display: block; }

.e-shop__form-container .e-shop__form-item textarea {
  width: 37.5rem;
  height: 12.5rem;
  max-width: 100%;
  padding: 0.70312rem 0.9375rem;
  border: 2px solid #a1a2a3;
  border-radius: 0.3125rem; }

.e-shop__form-container .e-shop__personal-data h3 + h4 {
  margin-top: 1.5625rem; }

.e-shop__personal-data label {
  font-family: "Montserrat", sans-serif; }

.e-shop__personal-data a {
  color: #000;
  -webkit-text-decoration-color: #0072b6;
  text-decoration-color: #0072b6; }

@media (min-width: 48em) {
  .e-shop__personal-data .error-massage {
    left: 102%; } }

.e-shop__form-container .e-shop__form-description {
  display: block; }

.e-shop__form-paymentAndShipping .form-wrap-for-message {
  max-width: 100%; }

@media (max-width: 63.99em) {
  .e-shop__form-paymentAndShipping .form-wrap-for-message .error-massage {
    left: 0;
    position: relative; } }

@media (min-width: 64em) {
  .e-shop__form-paymentAndShipping .form-wrap-for-message .error-massage {
    top: 2.25rem;
    left: 102%; } }

@media (max-width: 63.99em) {
  .e-shop__form-paymentAndShipping .form-wrap-for-message .error-massage:after {
    display: none; } }

.e-shop__form-footer .button {
  max-width: 18.75rem; }

.e-shop__form-footer a {
  color: #a1a2a3; }

.e-shop-link__interactive-wrap {
  width: 100%;
  display: block; }

.e-shop-link__interactive-wrap:after {
  content: "";
  display: block;
  clear: both; }

@media (min-width: 48em) {
  .e-shop-link__interactive-wrap .e-shop-button-back-to-cart {
    float: left;
    max-width: 50%; } }

.e-shop-button-back-to-cart .button {
  max-width: 18.75rem;
  background-color: #bc9665;
  border-color: #000;
  color: #000; }
  .e-shop-button-back-to-cart .button svg {
    color: #fff; }
  .e-shop-button-back-to-cart .button:hover {
    background-color: #fff; }
    .e-shop-button-back-to-cart .button:hover svg {
      color: #000; }
@media (min-width: 48em) {
  .e-shop-button-back-to-cart .button {
    margin-right: 2.1875rem;
    float: right; } }

.e-shop-voucher .checkout_coupon {
  margin-bottom: 3.125rem;
  margin-top: -0.625rem; }

.e-shop-voucher .showcoupon {
  margin-bottom: 1.875rem;
  display: block; }

.e-shop-link__interactive-wrap .e-shop-voucher {
  font-family: "Montserrat", sans-serif;
  margin-top: 1.5625rem;
  width: 100%; }
@media (min-width: 48em) {
  .e-shop-link__interactive-wrap .e-shop-voucher {
    max-width: 50%;
    float: right;
    text-align: right;
    margin-right: 2.1875rem; } }

.e-shop-link__interactive-wrap .e-shop-voucher label {
  margin-top: 5px; }

.e-shop-link__interactive-wrap .e-shop-voucher .e-shop__form-item {
  max-width: 18.75rem; }
@media (min-width: 48em) {
  .e-shop-link__interactive-wrap .e-shop-voucher .e-shop__form-item {
    margin-left: auto; } }

.e-shop-link__interactive-wrap .e-shop-voucher .e-shop__form-item input {
  max-width: 9.0625rem;
  float: left;
  margin-right: 0.625rem; }

.e-shop-link__interactive-wrap .e-shop-voucher .e-shop__form-item button {
  max-width: 9.0625rem; }

@media (min-width: 48em) {
  .e-shop__form-container .e-shop__form--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.e-shop__form-container .e-shop__form--flex .button {
  margin-top: 1.25rem; }
@media (min-width: 48em) {
  .e-shop__form-container .e-shop__form--flex .button {
    margin-left: auto;
    min-width: 24.375rem; } }

@media (max-width: 545px) {
  .e-shop__table-overflow {
    overflow-x: scroll; } }

.e-shop__table-container .e-shop-link {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  color: #bc9665;
  display: block; }
@media (min-width: 48em) {
  .e-shop__table-container .e-shop-link {
    float: left;
    margin-bottom: 0; } }

.e-shop__form .e-shop-link {
  color: #bc9665;
  display: block;
  margin-bottom: 1.5625rem; }

.radio-button {
  color: #bc9665;
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 1.0625rem !important; }

.radio-button .radio-button__native {
  position: absolute;
  visibility: hidden; }

.radio-button .radio-button__control {
  display: inline-block;
  color: #bc9665;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: solid 0.1875rem;
  margin-top: -0.1875rem;
  margin-right: 1rem;
  border-radius: 100%;
  position: relative;
  float: left;
  vertical-align: middle; }

.radio-button .radio-button__label {
  position: relative;
  font-size: 1rem;
  color: black;
  vertical-align: middle; }

.radio-button__native:checked + .radio-button__control:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  right: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: #bc9665;
  border-radius: 100%;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s; }

@media (min-width: 48em) {
  .signpost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.signpost::after {
  display: block;
  content: '';
  clear: both; }

.signpost__item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1%; }
@media (min-width: 48em) {
  .signpost__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1%;
    float: left;
    width: 49.5%; } }
@media (min-width: 64em) {
  .signpost__item {
    margin-left: 0.75rem;
    width: calc(50% - 6px); } }

.signpost__item:nth-of-type(2n+1) {
  margin-left: 0; }
@media (min-width: 48em) {
  .signpost__item:nth-of-type(2n+1) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 48em) {
  .signpost__content {
    width: 100%;
    max-width: 39.6875rem; } }

.signpost__card {
  margin: 0 10%;
  width: 80%; }
@media (min-width: 48em) {
  .signpost__card {
    max-width: 23.4375rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.signpost__title {
  margin-top: 0; }

.signpost__description {
  height: 100%; }

.signpost__card p {
  margin-top: 0.5rem; }

.signpost__card a {
  display: block;
  margin-top: 0.9375rem;
  float: right; }
@media (min-width: 48em) {
  .signpost__card a {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

.empty-cart,
.empty-page {
  position: relative;
  height: auto;
  padding-right: 10%;
  padding-left: 10%; }
@media (min-width: 48em) {
  .empty-cart,
  .empty-page {
    height: calc(100vh - 544px); } }

.empty-cart__button,
.empty-page__content {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  width: 100%; }
@media (min-width: 48em) {
  .empty-cart__button,
  .empty-page__content {
    width: 350px;
    height: 41.5px;
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    left: 0; } }

@media (min-width: 48em) {
  .empty-cart__footer,
  .empty-page__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; } }

.cart-table {
  width: 100%;
  margin-top: 3.125rem;
  border-collapse: collapse; }

.cart-table .product-name {
  display: block; }

.cart-table caption {
  color: #bc9665;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0.3125rem 1.25rem; }
@media (min-width: 64em) {
  .cart-table caption {
    font-size: 1.25rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem; } }

.cart-table th {
  width: 33%; }
@media (min-width: 64em) {
  .cart-table th {
    width: 14.0625rem; } }

.cart-table th,
.cart-table td {
  vertical-align: middle;
  border-bottom: 1px solid #bc9665;
  text-align: left;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem; }
@media (min-width: 64em) {
  .cart-table th,
  .cart-table td {
    font-size: 1.125rem;
    padding: 1rem 1rem; } }

.cart-table td {
  font-weight: bold; }

.cart-table tr:first-child th,
.cart-table tr:first-child td {
  border-top: 1px solid #bc9665; }

.flash-message-wrap {
  position: fixed;
  top: 72px;
  right: 0;
  left: 0;
  height: auto;
  z-index: 100;
  -webkit-animation: opacity 1.0s forwards;
  animation: opacity 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  opacity: 1; }
@media (min-width: 64em) {
  .flash-message-wrap {
    top: 98px; } }
@media (min-width: 77.5em) {
  .flash-message-wrap {
    top: 100px; } }

.flash-message-item {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.9375rem; }

.flash-message-item:nth-of-type(n+4) {
  display: none; }

.flash-message-item--error-color {
  background: #ff0080;
  color: #fff; }

.flash-message-item--success-color {
  background: #5a9a00;
  color: #fff; }

.flash-message-item--notice-color {
  background: #0072b6;
  color: #fff; }

@-webkit-keyframes opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * cornova detail part
 */
.page--cornova-detail h1,
.page--cornova-detail h2,
.page--cornova-detail h3,
.page--cornova-detail h4,
.page--cornova-detail h5 {
  color: #a7011d; }

.page--cornova-detail .section a {
  color: #a7011d; }

.page--cornova-detail .tabs__item--active {
  color: #a7011d; }

.page--cornova-detail .section .cornova-detail-link {
  color: #a7011d; }

.page--cornova-detail .button {
  background-color: #a7011d;
  border-color: #a7011d; }

.page--cornova-detail .button:hover {
  background-color: #fff;
  color: #a7011d; }

.page--cornova-detail .button--outline {
  background-color: #fff;
  border-color: #a7011d;
  color: #a7011d; }

.page--cornova-detail .button--outline:hover,
.page--cornova-detail .product-list__item:hover .button--outline {
  background-color: #a7011d;
  color: #fff; }

.page--cornova-detail .product-table caption {
  color: #a7011d; }

.page--cornova-detail .product-table th,
.page--cornova-detail .product-table td {
  border-bottom: 1px solid #a7011d; }

.page--cornova-detail .product-table tr:first-child th,
.page--cornova-detail .product-table tr:first-child td {
  border-top: 1px solid #a7011d; }

/**
 * czech literature detail part
 */
.page--czech-literature-detail h1,
.page--czech-literature-detail h2,
.page--czech-literature-detail h3,
.page--czech-literature-detail h4,
.page--czech-literature-detail h5 {
  color: #bc9665; }

.page--czech-literature-detail .section a:not(a.button) {
  color: #bc9665; }

.page--czech-literature-detail .tabs__item--active {
  color: #bc9665; }

.page--czech-literature-detail .tabs {
  display: none; }
@media (min-width: 1540px) {
  .page--czech-literature-detail .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.page--czech-literature-detail .visual__title--tabs {
  display: block; }
@media (min-width: 1540px) {
  .page--czech-literature-detail .visual__title--tabs {
    display: none; } }

.page--czech-literature-detail .czech-literature-detail-link {
  color: #bc9665; }

.page--czech-literature-detail .button {
  background-color: #bc9665;
  border-color: #bc9665;
  color: #fff; }

.page--czech-literature-detail .button:hover {
  background-color: #fff;
  color: #bc9665; }

.page--czech-literature-detail .button--outline {
  background-color: #fff;
  border-color: #bc9665;
  color: #bc9665; }

.page--czech-literature-detail .button-add-to-cart {
  background-color: #bc9665;
  border-color: #bc9665;
  color: #fff; }

.page--czech-literature-detail .button--outline:hover,
.page--czech-literature-detail .product-list__item:hover .button--outline {
  background-color: #bc9665;
  color: #fff; }

.page--czech-literature-detail .product-table caption {
  color: #bc9665; }

.page--czech-literature-detail .product-table th,
.page--czech-literature-detail .product-table td {
  border-bottom: 1px solid #bc9665; }

.page--czech-literature-detail .product-table tr:first-child th,
.page--czech-literature-detail .product-table tr:first-child td {
  border-top: 1px solid #bc9665; }

.page--czech-literature-detail .select-on-top-section--align-right {
  margin-top: -2.8125rem;
  margin-bottom: 0.375rem; }

@media (min-width: 64em) {
  .page--czech-literature-detail .product-image {
    margin: 4.5rem auto 0; } }

@media (min-width: 77.5em) {
  .page--czech-literature-detail .product-image {
    margin: 6.125rem auto 0; } }

.page--czech-literature-detail .project-items-list__item-content .heading-4 a {
  text-decoration: none; }

.exhibition-template-default .object-fit--image-wrap {
  height: auto; }

.exhibition-article p {
  font-size: 1.0625rem;
  line-height: 1.8; }
@media (min-width: 64em) {
  .exhibition-article p {
    font-size: 1.1875rem; } }
@media (min-width: 77.5em) {
  .exhibition-article p {
    font-size: 1.25rem; } }

.search-results__wrap {
  width: 100%;
  max-width: 820px;
  margin: auto; }

.search-results__wrap:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 48em) {
  .search-results__wrap .search-form__item--text {
    width: 73.7%;
    margin-right: 4%; } }

.search-results__wrap .heading-5 a {
  color: #bc9665; }

.search-results__wrap .select__wrap {
  margin-top: 1.6875rem; }

@media (max-width: 63.99em) {
  .search-results__wrap .select__wrap:nth-of-type(2) .search-results__option {
    margin-right: 0; } }

.search-results__option {
  float: left;
  width: 100%;
  margin-top: 0.625rem; }
@media (min-width: 48em) {
  .search-results__option {
    max-width: calc((100% - 4%) / 2);
    margin-right: 4%; } }
@media (min-width: 64em) {
  .search-results__option {
    max-width: calc((80.9% - 4%) / 3);
    margin-top: 0; } }

.search-results__option--number {
  margin-right: 0;
  width: 20%; }
@media (min-width: 64em) {
  .search-results__option--number {
    max-width: 11%; } }

.search-results--background-neon {
  position: relative;
  z-index: 0; }

.search-results--background-neon:after {
  content: '';
  position: absolute;
  background: #ffff00;
  top: -0.1875rem;
  bottom: -0.1875rem;
  left: 0;
  right: 0;
  z-index: -1; }

.search-results--elipsis-after,
.search-results--elipsis-before {
  position: relative; }

.search-results--elipsis-after:after {
  content: '...';
  position: absolute;
  right: -1.125rem;
  left: auto;
  background: #fff; }

.search-results--elipsis-before:before {
  content: '...';
  position: relative;
  left: 0;
  background: #fff;
  margin-right: 0.3125rem; }

.archive-actuality .news-list {
  margin-top: -5.875rem; }

.woocommerce-table__product-name.product-name {
  display: table-cell; }

.woocommerce-thankyou-order-details {
  font-size: 1.375rem; }

.wp-block-file a {
  padding: 0;
  margin: 1.25rem 0 0;
  font-family: "Georgia", serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  max-width: 54.6875rem; }
@media (min-width: 64em) {
  .wp-block-file a {
    font-size: 1rem;
    margin-top: 1.5625rem; } }

/**
 * blog sectotin for czech literature on Homepage
 */
@media (min-width: 48em) {
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.blog::after {
  display: block;
  content: '';
  clear: both; }

@media (min-width: 48em) {
  .blog__item {
    margin-left: 50px;
    float: left;
    width: calc((100% - 50px) / 2); } }

.blog__content .icon-wrapper,
.blog__content .read-more__close-item {
  color: #bc9665; }

.blog__content a {
  color: #bc9665; }

.blog__content .text--czech-literature a {
  text-decoration: none; }

.read-more__item .text--read-more {
  border: none;
  background: transparent;
  padding: 0;
  color: #0072b6;
  text-decoration: underline;
  font-family: "Georgia", serif; }

.read-more__text {
  display: none; }

.read-more__text--opened .text--read-more,
.read-more__text--opened .read-more__text-short {
  display: none; }

.read-more__text--opened button.read-more__close-item {
  cursor: pointer;
  display: inline-block;
  top: 0.3125rem;
  position: relative;
  margin-top: -0.625rem;
  margin-left: 1.25rem;
  background: transparent; }

.read-more__item--opened .read-more__text {
  display: block;
  background: red; }

.read-more__close-item {
  color: #0072b6;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  font-family: "Pentagraf Bold", serif;
  display: block;
  font-size: 1.875rem;
  text-decoration: none;
  padding: 0;
  border: 0;
  margin: auto; }

.object-fit--image-wrap {
  height: 350px; }

.object-fit--image-wrap.compat-object-fit {
  background-size: cover;
  background-position: center center; }

.object-fit--image-wrap.compat-object-fit .object-fit--image {
  opacity: 0; }

.object-fit--image {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover; }

.media-item .object-fit--image-wrap,
.media-item .object-fit--image {
  width: 100%; }
@media (min-width: 48em) {
  .media-item .object-fit--image-wrap,
  .media-item .object-fit--image {
    height: 25vw; } }
@media (min-width: 64em) {
  .media-item .object-fit--image-wrap,
  .media-item .object-fit--image {
    height: 20vw; } }
@media (min-width: 77.5em) {
  .media-item .object-fit--image-wrap,
  .media-item .object-fit--image {
    height: 13vw; } }

.product-list__item .object-fit--image-wrap,
.product-list__item .object-fit--image-wrap .object-fit--image {
  height: 190px; }

.booking_calendar_container {
  max-width: 100% !important;
  width: 100%; }

.wpda-current-year {
  margin-right: 0.625rem;
  margin-left: 0.625rem; }

.google-map__container {
  width: 100%; }

.google-map__map {
  width: 100%;
  height: 41.66667vw; }

@media (min-width: 48em) {
  .google-map__map {
    height: 26.04167vw; } }

@media (min-width: 64em) {
  .google-map__map {
    height: 24.41406vw; } }

@media (min-width: 77.5em) {
  .google-map__map {
    height: 22.01258vw; } }

@media (min-width: 99.375em) {
  .google-map__map {
    height: 18.75rem; } }

.contact-block:last-of-type {
  margin-right: 0; }

.contact-block .google-map {
  margin-top: 5.55556vw; }

@media (min-width: 48em) {
  .contact-block__container {
    display: block; }
  .contact-block__container--two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contact-block {
    width: 100%; }
  .contact-block__container--two-col .contact-block {
    width: 48%;
    float: left;
    margin-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact-block .google-map {
    margin-top: 5.20833vw; } }

@media (min-width: 64em) {
  .contact-block .google-map {
    margin-top: 3.90625vw; } }

@media (min-width: 77.5em) {
  .contact-block .google-map {
    margin-top: 2.51572vw; } }

@media (min-width: 99.375em) {
  .contact-block .google-map {
    margin-top: 2.5rem; } }

.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -o-object-fit: contain;
     object-fit: contain; }
  .wp-block-gallery .blocks-gallery-item:before {
    display: none; }
  .wp-block-gallery .blocks-gallery-item figure {
    padding-bottom: 0 !important;
    width: 100% !important;
    margin-right: 0 !important; }
#newsletter {
  padding-top: 6.4rem; }
  @media screen and (max-width: 64rem) {
    #newsletter{
    padding-top: 4.6rem; } }
@media screen and (max-width: 47rem) {
    #newsletter{
     padding-top: 4.3rem; } }
.newsletter {
  background-image: url("/images/newsletter-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .newsletter.section {
    padding: 3.125rem 0rem; }
  .newsletter .ec-v-form-step {
    height: auto !important; }
  .newsletter .ec-v-form-holder,
  .newsletter .ec-v-form-holder-basic {
    background-color: transparent !important;
    width: 75rem !important;
    overflow: hidden !important; }
    @media screen and (max-width: 87.5rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 62.5rem !important; } }
    @media screen and (max-width: 73.75rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 56.25rem !important; } }
    @media screen and (max-width: 62.5rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 50rem !important; } }
    @media screen and (max-width: 56.25rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 43.75rem !important; } }
    @media screen and (max-width: 53.125rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 37.5rem !important; } }
    @media screen and (max-width: 47.5rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 37.5rem !important; } }
    @media screen and (max-width: 42.5rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 31.25rem !important; } }
    @media screen and (max-width: 36.25rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 25rem !important; } }
    @media screen and (max-width: 30rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 21.875rem !important; } }
    @media screen and (max-width: 25rem) {
      .newsletter .ec-v-form-holder,
      .newsletter .ec-v-form-holder-basic {
        width: 18.75rem !important; } }
    .newsletter .ec-v-form-holder .ec-v-forms-form-control,
    .newsletter .ec-v-form-holder-basic .ec-v-forms-form-control {
      max-width: 40.625rem !important;
      margin: 0 auto !important; }
    .newsletter .ec-v-form-holder h2,
    .newsletter .ec-v-form-holder-basic h2 {
    color: #FFFFFF !important;
    font-style: normal !important;
      font-size: 3.75rem !important;
      line-height: 1.1 !important;
    font-family: "Pentagraf Bold" !important;
      margin: 1.875rem auto !important; }
      @media screen and (max-width: 60.625rem) {
        .newsletter .ec-v-form-holder h2,
        .newsletter .ec-v-form-holder-basic h2 {
          margin: 1.875rem auto !important;
          font-size: 3.125rem !important;
          line-height: 1 !important; } }
      @media screen and (max-width: 47.5rem) {
        .newsletter .ec-v-form-holder h2,
        .newsletter .ec-v-form-holder-basic h2 {
          margin: 1.875rem auto !important;
          font-size: 2.5rem !important;
          line-height: 1 !important; } }
      @media screen and (max-width: 30rem) {
        .newsletter .ec-v-form-holder h2,
        .newsletter .ec-v-form-holder-basic h2 {
          font-size: 2.1875rem !important; } }
    .newsletter .ec-v-form-holder p,
    .newsletter .ec-v-form-holder a,
    .newsletter .ec-v-form-holder-basic p,
    .newsletter .ec-v-form-holder-basic a {
    color: #FFFFFF !important;
      font-size: 0.875rem !important;
    font-family: "Georgia" !important;
      font-style: italic !important;
      margin: 1.25rem auto 3.125rem !important;
      max-width: 28.125rem; }
      @media screen and (max-width: 60.625rem) {
        .newsletter .ec-v-form-holder p,
        .newsletter .ec-v-form-holder a,
        .newsletter .ec-v-form-holder-basic p,
        .newsletter .ec-v-form-holder-basic a {
          margin: 1.875rem auto !important; } }
      @media screen and (max-width: 25rem) {
        .newsletter .ec-v-form-holder p,
        .newsletter .ec-v-form-holder a,
        .newsletter .ec-v-form-holder-basic p,
        .newsletter .ec-v-form-holder-basic a {
          margin: 0.9375rem auto !important; } }
  .newsletter button {
    margin: 1.25rem auto 0 !important;
    border-radius: 0 !important;
    background: white !important;
    border: 2px solid black !important;
    color: black !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-family: "Montserrat" !important;
    padding: 0.625rem 1.875rem !important; }
    .newsletter button:after {
      content: '';
      background-image: url("/images/mail-icon-gold-small.png") !important;
      background-position: bottom !important;
      color: #bc9665 !important;
      width: 1.375rem !important;
      display: inline-block !important;
      height: 1rem !important;
      background-repeat: no-repeat !important;
      margin: 0 0 0 0.3125rem !important; }
    .newsletter button:hover {
      background: black !important;
      color: white !important;
      border: 2px solid black !important; }
  .newsletter .ec-v-form-btntype-regular button {
    border: 2px solid #bc9665 !important;
    margin: 0 auto !important;
    padding: 0.375rem 0.9375rem !important; }
    .newsletter .ec-v-form-btntype-regular button:after {
      content: none !important; }
    .newsletter .ec-v-form-btntype-regular button:hover {
      background: black !important;
      color: white !important;
      border: 2px solid #bc9665 !important; }

.literal-universe {
  background-image: url("/images/literal-universe-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }
  .literal-universe__wrapper {
    height: 100%; }
  .literal-universe__logo-wrapper {
    max-width: 37.5rem; }
  .literal-universe__logo-text {
    color: #fff;
    font-size: 2rem;
    margin: 0; }
  .literal-universe__heading {
    color: #ffffff;
    margin-top: 4.25rem; }
  .literal-universe__image {
    max-width: 21.875rem; }
    @media screen and (max-width: 27.5rem) {
      .literal-universe__image {
        max-width: 17.5rem; } }
  .literal-universe .button {
    max-width: 35.625rem;
    display: block;
    margin: 0 auto; }
  .literal-universe .button--white:after {
    content: '';
    background-image: url("/images/link-icon-biege.png");
    background-position: bottom;
    width: 1.375rem;
    display: inline-block;
    height: 1rem;
    background-repeat: no-repeat;
    margin: 0 0 0 0.625rem; }

#cookie-consent-container .cc-cookie-bar {
  background-color: #ffffff;
  color: #000000;
  display: block;
  padding-top: 0.625rem;
  width: 100%;
  margin: 1.875rem auto 0;
  -webkit-box-shadow: 0rem 0rem 0.3125rem darkgrey;
          box-shadow: 0rem 0rem 0.3125rem darkgrey;
  position: fixed;
  bottom: 0;
  z-index: 1001; }
  @media screen and (max-width: 47.9375rem) {
    #cookie-consent-container .cc-cookie-bar {
      padding: 2.1875rem; } }
  @media screen and (max-width: 37.5rem) {
    #cookie-consent-container .cc-cookie-bar {
      padding: 1.25rem; } }
  #cookie-consent-container .cc-cookie-bar button {
    padding: 0;}
  #cookie-consent-container .cc-cookie-bar__content-inner {
    display: block;
    margin: 0 auto 2.5rem;
    max-width: 60rem; }
    #cookie-consent-container .cc-cookie-bar__content-inner h3 {
      color: #bc9665;
      font-family: 'Pentagraf Bold', sans-serif;
      font-size: 1.5rem;
      margin: 1.25rem 0; }
    #cookie-consent-container .cc-cookie-bar__content-inner p {
      font-size: 1rem;
      margin: 1.25rem 0; }
  #cookie-consent-container .cc-cookie-bar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

#cookie-consent-container .cc-button {
  padding: 0.7rem 1.25rem !important;
  height: auto !important;
  background-color: #fff;
  font-weight: bold;
  border: 2px solid #bc9665;
  border-radius: 0;
  margin-top: 0.625rem;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  width: 15.875rem;}
  #cookie-consent-container .cc-button:hover {
    background-color: #000;
    color: #fff; }
  #cookie-consent-container .cc-button--primary, #cookie-consent-container .cc-button--primary-outlined {
    background-color: #fff;
    color: #000;
    border-color: #000;}
    #cookie-consent-container .cc-button--primary:hover, #cookie-consent-container .cc-button--primary-outlined:hover {
      color: #fff;
      background-color: #000;}

#cookie-consent-container .cc-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #cookie-consent-container .cc-modal__header {
    margin-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid grey;
    padding: 0rem 4.375rem 0.625rem 0rem; }
    @media screen and (max-width: 37.5rem) {
      #cookie-consent-container .cc-modal__header {
        padding: 1.875rem 1.875rem 0.625rem 0; } }
    #cookie-consent-container .cc-modal__header h2 {
      font-size: 1.75rem;
      margin: 0;
      letter-spacing: normal;
      line-height: normal; }
  #cookie-consent-container .cc-modal__content {
    background-color: white;
    color: #000000;
    border-radius: 0.3125rem;
    border: 0.0625rem solid darkgrey;
    padding: 1.875rem 2.5rem;
    width: 80%;
    max-width: 50rem;
    position: relative; }
    @media screen and (max-width: 37.5rem) {
      #cookie-consent-container .cc-modal__content {
        width: 95%;
        padding: 0rem 1.25rem 1.875rem; } }
    @media screen and (min-width: 47.5625rem) {
      #cookie-consent-container .cc-modal__content {
        margin-top: 1.875rem; } }
    #cookie-consent-container .cc-modal__content-inner {
      overflow-y: scroll;
      max-height: 70vh; }
      @media screen and (min-width: 46.625rem) {
        #cookie-consent-container .cc-modal__content-inner {
          overflow-y: auto;
          max-height: 40rem; } }
      #cookie-consent-container .cc-modal__content-inner p {
        padding-bottom: 1.25rem;
        font-size: 0.875rem;
        margin: 0; }
      #cookie-consent-container .cc-modal__content-inner a:hover {
        text-decoration: none; }
  #cookie-consent-container .cc-modal input[disabled],
  #cookie-consent-container .cc-modal input[disabled] + label {
    cursor: not-allowed !important;
    color: #c8d3d6; }
    #cookie-consent-container .cc-modal input[disabled]:hover,
    #cookie-consent-container .cc-modal input[disabled] + label:hover {
      color: #c8d3d6; }
    #cookie-consent-container .cc-modal input[disabled] p,
    #cookie-consent-container .cc-modal input[disabled] + label p {
      color: #000000; }
  #cookie-consent-container .cc-modal__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0; }
    #cookie-consent-container .cc-modal__close:after {
      content: "";
      background: url("/images/icons/close.svg");
      display: inline-block;
      width: 100%;
      height: 100%;
      background-size: 100%; }
    #cookie-consent-container .cc-modal__close .cc-button__label {
      display: none; }
  #cookie-consent-container .cc-modal .cc-form-control__checkbox {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    position: relative; }
    #cookie-consent-container .cc-modal .cc-form-control__checkbox:hover {
      cursor: pointer; }
  #cookie-consent-container .cc-modal .cc-form-control__label {
    padding: 0 0 0.625rem 1.875rem;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -1.25rem;
    color: #0072b6; }
    #cookie-consent-container .cc-modal .cc-form-control__label:hover {
      color: #000000;
      cursor: pointer; }
    #cookie-consent-container .cc-modal .cc-form-control__label p {
      padding: 0.3125rem 0 0 1.875rem;
      text-transform: none;
      font-weight: normal;
      color: #000; }
      @media screen and (max-width: 37.5rem) {
        #cookie-consent-container .cc-modal .cc-form-control__label p {
          padding-left: 0; } }

/**
 * opening hours
 */
.opening-hours table {
  margin-top: 0; }

.opening-hours__contact {
  margin-bottom: 5rem; }

/*
    colors
*/
.text--basic-black {
  color: #000 !important; }

.borders--basic-black {
  border-color: #000; }

.text--basic-biege {
  color: #d5c3a4 !important; }

.borders--basic-biege {
  border-color: #d5c3a4; }

.text--basic-white {
  color: #fff !important; }

.borders--basic-white {
  border-color: #fff; }

.text--basic-blue {
  color: #0072b6 !important; }

.borders--basic-blue {
  border-color: #0072b6; }

.text--basic-green {
  color: #5a9a00 !important; }

.borders--basic-green {
  border-color: #5a9a00; }

.text--basic-red {
  color: #a7011d !important; }

.borders--basic-red {
  border-color: #a7011d; }

.text--basic-silver {
  color: #a1a2a3 !important; }

.borders--basic-silver {
  border-color: #a1a2a3; }

.text--basic-gold {
  color: #bc9665 !important; }

.borders--basic-gold {
  border-color: #bc9665; }

.text--dis-red {
  color: #d20a11 !important; }

.borders--dis-red {
  border-color: #d20a11; }

.text--dis-orange {
  color: #ff580a !important; }

.borders--dis-orange {
  border-color: #ff580a; }

.text--dis-yellow {
  color: #eea100 !important; }

.borders--dis-yellow {
  border-color: #eea100; }

.text--czech-literature {
  color: #bc9665 !important; }

.borders--czech-literature {
  border-color: #bc9665; }

.text--dis-green {
  color: #82b624 !important; }

.borders--dis-green {
  border-color: #82b624; }

.text--dis-blue {
  color: #0095db !important; }

.borders--dis-blue {
  border-color: #0095db; }

.text--dis-purple {
  color: #951b81 !important; }

.borders--dis-purple {
  border-color: #951b81; }

.text--dis-pink {
  color: #dd0079 !important; }

.borders--dis-pink {
  border-color: #dd0079; }

.text--mag-blue {
  color: #007585 !important; }

.borders--mag-blue {
  border-color: #007585; }

.text--uppercase {
  text-transform: uppercase; }

.not-underlined {
  border-bottom: none; }

.pt--1 {
  padding-top: 3.125rem; }
@media (min-width: 64em) {
  .pt--1 {
    padding-top: 4.6875rem; } }
@media (min-width: 77.5em) {
  .pt--1 {
    padding-top: 6.25rem; } }

.pt--2 {
  padding-top: 2.5rem; }
@media (min-width: 64em) {
  .pt--2 {
    padding-top: 3.75rem; } }
@media (min-width: 77.5em) {
  .pt--2 {
    padding-top: 4.6875rem; } }

.pt--3 {
  padding-top: 2.1875rem; }
@media (min-width: 64em) {
  .pt--3 {
    padding-top: 2.5rem; } }
@media (min-width: 77.5em) {
  .pt--3 {
    padding-top: 3.125rem; } }

.pt--4 {
  padding-top: 1.25rem; }
@media (min-width: 64em) {
  .pt--4 {
    padding-top: 1.375rem; } }
@media (min-width: 77.5em) {
  .pt--4 {
    padding-top: 1.5625rem; } }

.pb--0 {
  padding-bottom: 0; }

.pb--1 {
  padding-bottom: 3.125rem; }
@media (min-width: 64em) {
  .pb--1 {
    padding-bottom: 4.6875rem; } }
@media (min-width: 77.5em) {
  .pb--1 {
    padding-bottom: 6.25rem; } }

.pb--2 {
  padding-bottom: 2.5rem; }
@media (min-width: 64em) {
  .pb--2 {
    padding-bottom: 3.75rem; } }
@media (min-width: 77.5em) {
  .pb--2 {
    padding-bottom: 4.6875rem; } }

.pb--3 {
  padding-bottom: 2.1875rem; }
@media (min-width: 64em) {
  .pb--3 {
    padding-bottom: 2.5rem; } }
@media (min-width: 77.5em) {
  .pb--3 {
    padding-bottom: 3.125rem; } }

.pb--4 {
  padding-bottom: 1.25rem; }
@media (min-width: 64em) {
  .pb--4 {
    padding-bottom: 1.375rem; } }
@media (min-width: 77.5em) {
  .pb--4 {
    padding-bottom: 1.5625rem; } }

.mt--0 {
  margin-top: 0; }

.mt--1 {
  margin-top: 3.125rem; }
@media (min-width: 64em) {
  .mt--1 {
    margin-top: 4.6875rem; } }
@media (min-width: 77.5em) {
  .mt--1 {
    margin-top: 6.25rem; } }

.mt--2 {
  margin-top: 2.5rem; }
@media (min-width: 64em) {
  .mt--2 {
    margin-top: 3.75rem; } }
@media (min-width: 77.5em) {
  .mt--2 {
    margin-top: 4.6875rem; } }

.mt--3 {
  margin-top: 2.1875rem; }
@media (min-width: 64em) {
  .mt--3 {
    margin-top: 2.5rem; } }
@media (min-width: 77.5em) {
  .mt--3 {
    margin-top: 3.125rem; } }

.mt--4 {
  margin-top: 1.25rem; }
@media (min-width: 64em) {
  .mt--4 {
    margin-top: 1.375rem; } }
@media (min-width: 77.5em) {
  .mt--4 {
    margin-top: 1.5625rem; } }

.mb--1 {
  margin-bottom: 3.125rem; }
@media (min-width: 64em) {
  .mb--1 {
    margin-bottom: 4.6875rem; } }
@media (min-width: 77.5em) {
  .mb--1 {
    margin-bottom: 6.25rem; } }

.mb--2 {
  margin-bottom: 2.5rem; }
@media (min-width: 64em) {
  .mb--2 {
    margin-bottom: 3.75rem; } }
@media (min-width: 77.5em) {
  .mb--2 {
    margin-bottom: 4.6875rem; } }

.mb--3 {
  margin-bottom: 2.1875rem; }
@media (min-width: 64em) {
  .mb--3 {
    margin-bottom: 2.5rem; } }
@media (min-width: 77.5em) {
  .mb--3 {
    margin-bottom: 3.125rem; } }

.mb--4 {
  margin-bottom: 1.25rem; }
@media (min-width: 64em) {
  .mb--4 {
    margin-bottom: 1.375rem; } }
@media (min-width: 77.5em) {
  .mb--4 {
    margin-bottom: 1.5625rem; } }

@media (min-width: 48em) {
  .ml-80 {
    margin-left: calc((80/1270) * 100%); } }

@media (min-width: 48em) {
  .ml-110 {
    margin-left: calc((110/1270) * 100%); } }

@media (min-width: 48em) {
  .ml-170 {
    margin-left: calc((170/1270) * 100%); } }

@media (min-width: 48em) {
  .ml-220 {
    margin-left: calc((220/1270) * 100%); } }

@media (min-width: 48em) {
  .mr-110 {
    margin-right: calc((110/1270) * 100%); } }

@media (min-width: 48em) {
  .mr-170 {
    margin-right: calc((170/1270) * 100%); } }

.text--bold {
  font-weight: 700; }

.text--center {
  text-align: center; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.skip-link {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10000;
  background-color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block; }

.skip-link:focus {
  right: auto; }

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.full-until-desktop {
  max-width: 79.375rem; }
@media (max-width: 63.99em) {
  .full-until-desktop {
    margin-left: -10vw;
    margin-right: -10vw; } }
@media (min-width: 64em) {
  .full-until-desktop {
    margin-left: auto;
    margin-right: auto; } }

.bg-even-odd-light-green {
  background-color: #deebcc; }

.bg-basic-black {
  background-color: #000; }

.bg-basic-red {
  background-color: #a7011d; }

.bg-blue-light {
  background-color: #ebeff7; }

.bg-biege-light {
  background-color: #f8f6f1; }

.bg-biege-darke {
  background-color: #eee7db; }

.bg-even-odd-biege {
  background-color: #f7f3ed; }

.bg-even-odd-biege:nth-of-type(odd) {
  background-color: #ede7de; }

.bg--basic-white {
  background-color: #fff; }

.bg--basic-red {
  background-color: #a7011d; }

.bg--basic-blue {
  background-color: #0072b6; }

.bg--basic-gold {
  background-color: #bc9665; }

.bg--mag-blue {
  background-color: #007585; }

.bg--mag-red {
  background-color: #e92a2a; }

.bg--dis-red {
  background-color: #d20a11; }

.bg--dis-orange {
  background-color: #ff580a; }

.bg--dis-yellow {
  background-color: #eea100; }

.bg--dis-green {
  background-color: #82b624; }

.bg--dis-blue {
  background-color: #0095db; }

.bg--dis-purple {
  background-color: #951b81; }

.bg--title-biege {
  background-color: #AA814B; }

.bg--basic-gray {
  background-color: #727272; }

.bg--basic-green {
  background-color: #5a9a00; }

.bg--biege-15 {
  background-color: #f8f6f1; }

.bg--biege-25 {
  background-color: #f4efe8; }

iframe {
  max-width: 100%; }
