@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: 500;
}

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Jost", sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.png);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: #FDBB11;
  height: 52px;
  width: 52px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -130px -35px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -85px -35px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 9100;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 9120;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  padding: 12px 24px 10px;
  line-height: 20px;
  color: #222;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 9050;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: white;
}

.pswp__ui--fit .pswp__top-bar {
  background-color: #FDBB11;
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar=init] {
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  box-sizing: content-box;
}

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%;
}

.simplebar-track {
  z-index: 50;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  border-radius: 7px;
  min-height: 10px;
  width: 8px;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: black;
  background-clip: padding-box;
}

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.4;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.4;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.vertical {
  top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.content-right > * {
  margin: 0 0 0 auto;
}

.relative {
  position: relative;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.cf:after, .clearfix:after {
  clear: both;
}

.cf, .clearfix {
  *zoom: 1;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.left {
  float: left;
}

.right {
  float: right;
}

.uppercase {
  text-transform: uppercase;
}

.debug {
  outline: solid gold 1px;
}

.debug-background {
  background: rgba(255, 215, 0, 0.2) !important;
}

.rspimg {
  display: block;
  width: 100%;
  height: auto;
}

.error {
  color: #ed4b47;
}

.wysiwyg .list2, .wysiwyg > ul, .wysiwyg ol, .prefooter .list2, .fold__item ul, ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anime--visible {
  opacity: 1;
}
.anime--invisible {
  opacity: 0.001;
}

.mt0 {
  margin-top: 0px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt52 {
  margin-top: 52px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mr42 {
  margin-right: 42px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr52 {
  margin-right: 52px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.ml42 {
  margin-left: 42px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml52 {
  margin-left: 52px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mv4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mv12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mv16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mv32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mv36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mv42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.mv48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mv52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.mv60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mv80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mv100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mv120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mv140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mv160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mh0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mh4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mh12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mh16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mh20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mh24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mh32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mh36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.mh42 {
  margin-right: 42px !important;
  margin-left: 42px !important;
}

.mh48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mh52 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}

.mh60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mh80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mh100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mh120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.mh140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.mh160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.mh5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mh10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mh15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mh20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mh25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mh30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mh40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mh50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pt42 {
  padding-top: 42px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt52 {
  padding-top: 52px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pr42 {
  padding-right: 42px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pr52 {
  padding-right: 52px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pb42 {
  padding-bottom: 42px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb52 {
  padding-bottom: 52px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.pl42 {
  padding-left: 42px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pl52 {
  padding-left: 52px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pv12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.pv16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.pv32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.pv36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.pv42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.pv48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pv52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.pv60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pv80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pv100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pv120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.pv140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.pv160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ph0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.ph4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.ph12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.ph16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.ph20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ph24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.ph32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.ph36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.ph42 {
  padding-right: 42px !important;
  padding-left: 42px !important;
}

.ph48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.ph52 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}

.ph60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.ph80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.ph100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.ph120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.ph140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.ph160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.ph5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.ph10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.ph15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.ph20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ph25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.ph30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.ph40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.ph50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

body {
  color: #8F7A6F;
  scroll-behavior: smooth;
}

a {
  color: #E9A61A;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  outline: 0;
}

a:active, a:visited {
  outline: 0;
}

p, .wysiwyg table td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding: 0;
  margin: 0 0 30px 0;
  color: #624D41;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  p, .wysiwyg table td {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.heading {
  position: relative;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px;
  color: #624D41;
}
@media screen and (min-width: 768px) {
  .heading {
    padding: 20px 0;
  }
}
.heading--center {
  position: relative;
  text-align: center;
  color: #624D41;
  font-weight: 400;
  z-index: 1;
}
.heading span {
  color: #0175A1;
}

h1, h2, .wysiwyg > h2, h3, .wysiwyg > h3, h4, .wysiwyg > h4, h5, h6 {
  font-family: "Playfair Display", sans-serif;
  color: #624D41;
  font-weight: 400;
}

h1 {
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
h1 span {
  color: #0175A1;
}

h2, .wysiwyg > h2 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  line-height: 46px;
  line-height: 4.6rem;
  margin: 0 auto 30px;
  padding: 0 0 15px;
  font-weight: 400;
}
@media screen and (min-width: 480px) {
  h2, .wysiwyg > h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  h2, .wysiwyg > h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
h2 span, .wysiwyg > h2 span {
  color: #0175A1;
}

h3, .wysiwyg > h3 {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h3, .wysiwyg > h3 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 46px;
    line-height: 4.6rem;
    font-weight: 400;
  }
}
h3 span, .wysiwyg > h3 span {
  color: #0175A1;
}

h4, .wysiwyg > h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h4, .wysiwyg > h4 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 400;
  }
}

h5 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: "Jost", sans-serif;
  color: #624D41;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 0;
}

.p, .prefooter__info p, .prefooter__info .wysiwyg table td, .wysiwyg table .prefooter__info td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #8F7A6F;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

html, body {
  width: 100%;
  height: 100%;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.container--small {
  max-width: 920px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .container--small {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container, .page__footer_inner, .page__header_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .container, .page__footer_inner, .page__header_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container--middle {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .container--middle {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container--big {
  position: relative;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .container--big {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container--small2 {
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .container--small2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.container--fold {
  position: relative;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .container--fold {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.space {
  display: block;
  padding: 25px 0;
}

.relative {
  position: relative;
}

body.admin-bar .header {
  top: 36px !important;
}
@media screen and (min-width: 768px) {
  body.admin-bar .header {
    top: 32px !important;
  }
}

body {
  overflow-x: hidden;
  padding-top: 0;
}
body.locked {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
body.locked-modal {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#moove_gdpr_save_popup_settings_button {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
  right: auto !important;
  left: 20px !important;
  opacity: 0.8;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.grecaptcha-badge {
  display: none;
}

.newsletter__form > button:before, .form__fieldset .cf_date_1:after, .form__fieldset .cf_date_2:after, .form__fieldset .cf7_download:before, .card--06 .card__list li:before, .fold__item ul li:before {
  font-family: "zo";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "zo";
  src: url("../fonts/zo.eot?dn08qp");
  src: url("../fonts/zo.eot?dn08qp#iefix") format("embedded-opentype"), url("../fonts/zo.ttf?dn08qp") format("truetype"), url("../fonts/zo.woff?dn08qp") format("woff"), url("../fonts/zo.svg?dn08qp#zo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "zo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-small-down:before {
  content: "\e903";
}

.icon-arrow-small-left:before {
  content: "\e904";
}

.icon-arrow-small-right:before {
  content: "\e905";
}

.icon-arrow-small-up:before {
  content: "\e906";
}

.icon-arrow-up:before {
  content: "\e907";
}

.icon-checkbox-disable:before {
  content: "\e911";
}

.icon-checkbox-off:before {
  content: "\e912";
}

.icon-checkbox-on:before {
  content: "\e913";
}

.icon-checkmark:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e91a";
}

.icon-play:before {
  content: "\e92b";
}

.icon-radio-disable:before {
  content: "\e92c";
}

.icon-radio-off:before {
  content: "\e92d";
}

.icon-radio-on:before {
  content: "\e92e";
}

.icon-zoom:before {
  content: "\e93c";
}

.icon-mission:before {
  content: "\e90a";
}

.icon-values:before {
  content: "\e90b";
}

.icon-vision:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\eaca";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 10px 0;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 999;
}
.header .hide-nav {
  display: block;
}
@media screen and (min-width: 1200px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .hide-nav {
    display: none;
  }
}
.header.nav_up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0);
}
.header.nav_down {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header__inner h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #FDBB11;
}
@media screen and (min-width: 480px) {
  .header__inner h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.header__inner_langs {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__inner_langs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__inner_langs li {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    padding: 5px 10px;
    background-color: #0175A1;
    width: 100%;
    min-width: 30px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header__inner_langs li:hover {
    opacity: 0.9;
  }
  .header__inner_langs li a {
    color: #fff;
  }
  .header__inner_langs li:first-of-type() {
    background-color: #FDBB11;
    border-right: 1px solid #fff;
  }
  .header__inner_langs li:last-of-type() {
    border-left: 1px solid #fff;
  }
  .header__inner_langs {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 75px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0175A1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media screen and (min-width: 1200px) {
  .menu {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    top: 0;
    width: auto;
    margin: 0 0 0 auto;
    overflow-y: unset;
  }
}
.menu .hide-nav {
  display: block;
}
@media screen and (min-width: 1200px) {
  .menu .hide-nav {
    display: none;
  }
}
.menu.is_open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.menu__wrapper {
  height: 100%;
}
.menu__list {
  padding: 30px 0 20px;
}
@media screen and (min-width: 1200px) {
  .menu__list {
    font-size: 0px;
    font-size: 0rem;
    padding: 0;
  }
  .menu__list > li {
    display: inline-block;
    position: relative;
  }
  .menu__list > li.has__children:after {
    content: "\e903";
    font-family: "zo";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
    top: 45px;
    right: 25px;
    color: #624D41;
  }
  .menu__list > li .toggle {
    display: none;
    visibility: hidden;
  }
  .menu__list > li a {
    color: #624D41;
    padding: 14px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .menu__list > li a {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .menu__list > li:before {
    content: " ";
    position: absolute;
    bottom: 30px;
    left: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    -ms-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
    background-color: #FDBB11;
    height: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .menu__list > li .children {
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s;
    -moz-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s;
    transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s;
    position: absolute;
    width: 240px;
    left: -40px;
    background-color: #fff;
    padding: 15px 0;
    text-align: left;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  }
  .menu__list > li .children .container, .menu__list > li .children .page__footer_inner, .menu__list > li .children .page__header_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    max-width: 200px;
    padding: 0;
  }
  .menu__list > li .children li {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
  }
  .menu__list > li .children li a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #624D41;
    text-align: center;
  }
  .menu__list > li .children li a:hover {
    border-bottom: 1px solid #FDBB11;
  }
  .menu__list > li:hover:before {
    width: 100%;
  }
  .menu__list > li:hover .children {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s;
    -moz-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s;
    -o-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s;
    transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s;
    z-index: 2;
  }
  .menu__list > li:hover .menu__item_sub {
    position: relative;
  }
  .menu__list > li:hover .menu__item_sub .toggle {
    display: block;
    visibility: visible;
  }
  .menu__list > li:hover .menu__item_sub .children {
    display: none;
    z-index: 1;
  }
  .menu__list > li.current {
    background: none;
  }
  .menu__list > li.current a {
    font-weight: 400;
    color: #FDBB11;
  }
  .menu__list > li.current:before {
    width: 100%;
  }
}
.menu__item {
  text-align: center;
  position: relative;
}
.menu__item_sub.has__children {
  position: relative;
}
.menu__item:nth-child(4) {
  background: #0175A1;
  margin-left: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  box-shadow: unset;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .menu__item:nth-child(4) {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
  }
}
.menu__item:nth-child(4) a {
  color: #fff;
  padding: 12px 25px;
}
.menu__item:nth-child(4) a:hover {
  color: #fff;
}
.menu__item:nth-child(4):hover {
  background-color: #E9A61A;
  color: #fff;
}
.menu__item:nth-child(4):hover:before {
  display: none;
}
.menu__item:nth-child(4).current:last-of-type {
  background: #E9A61A;
}
.menu__item:nth-child(4).current:last-of-type a {
  color: #fff;
}
.menu__item:nth-child(4).current:before {
  display: none;
}
.menu__item a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 20px 14px;
  text-align: left;
  font-weight: 400;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu__item .toggle {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .menu__item .toggle {
    height: 50px;
    width: 50px;
    top: 7px;
  }
}
.menu__item .toggle:hover {
  opacity: 1;
}
.menu__item .toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
}
.menu__item .toggle.is_open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu__cart {
  color: #FFF;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 20px 14px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.menu .children {
  display: none;
  padding: 0;
}
.menu .children li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 12px 16px;
  color: #FDBB11;
}
.menu__toggle {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
.menu__toggle span, .menu__toggle span:before, .menu__toggle span:after {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #303031;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu__toggle span {
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu__toggle span:before {
  content: "";
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu__toggle span:after {
  content: "";
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.menu__toggle.is_open span {
  background-color: rgba(255, 255, 255, 0);
}
.menu__toggle.is_open span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -moz-transform: translateY(0px) rotate(-135deg);
  -o-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}
.menu__toggle.is_open span:after {
  -webkit-transform: translateY(0px) rotate(135deg);
  -moz-transform: translateY(0px) rotate(135deg);
  -o-transform: translateY(0px) rotate(135deg);
  -ms-transform: translateY(0px) rotate(135deg);
  transform: translateY(0px) rotate(135deg);
}
.menu__langs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 0 30px;
}
.menu__langs li {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #3e4548;
  min-width: 30px;
  text-align: center;
  padding: 2px 10px;
}
.menu__langs li a {
  color: #fff;
}
.menu__langs li:first-of-type() {
  background-color: #FDBB11;
}
.menu__langs {
  display: none;
}

.fold {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fold {
    text-align: unset;
  }
}
.fold__item {
  position: relative;
  height: 100vh;
}
.fold__item img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fold__item img {
    width: 100%;
    height: auto;
  }
}
.fold__item .container, .fold__item .page__footer_inner, .fold__item .page__header_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  z-index: 1;
  text-align: left;
}
.fold__item_title {
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 44px;
  line-height: 4.4rem;
  font-weight: 400;
  margin: 0 0 15px 0;
  font-family: "Playfair Display", sans-serif;
}
@media screen and (min-width: 480px) {
  .fold__item_title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
@media screen and (min-width: 768px) {
  .fold__item_title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 0 0 30px 0;
    font-weight: 500;
  }
}
.fold__item_title span {
  color: #FDBB11;
}
.fold__item_uptitle {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fold__item_uptitle {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.fold__item_subtitle p, .fold__item_subtitle .wysiwyg table td, .wysiwyg table .fold__item_subtitle td {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
  margin: 30px 0;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .fold__item_subtitle p, .fold__item_subtitle .wysiwyg table td, .wysiwyg table .fold__item_subtitle td {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.fold__item ul {
  list-style-position: inside;
  margin-bottom: 40px;
}
.fold__item ul li {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fold__item ul li {
    padding: 0 10px 0 30px;
  }
}
.fold__item ul li:before {
  content: "\e905";
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 768px) {
  .fold__item ul li:before {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .fold--senj .fold__item .box {
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .fold--senj .fold__item .box {
    max-width: 400px;
  }
}
.fold--senj .fold__item .box .fold__item_title {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
}
@media screen and (min-width: 480px) {
  .fold--senj .fold__item .box .fold__item_title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
@media screen and (min-width: 768px) {
  .fold--senj .fold__item .box .fold__item_title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 0 0 30px 0;
  }
}
html[lang=en-US] .fold--senj .fold__item .box .fold__item_title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
}
@media screen and (min-width: 480px) {
  html[lang=en-US] .fold--senj .fold__item .box .fold__item_title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=en-US] .fold--senj .fold__item .box .fold__item_title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 0 0 30px 0;
  }
}
html[lang=de-DE] .fold--senj .fold__item .box .fold__item_title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 38px;
  line-height: 3.8rem;
}
@media screen and (min-width: 480px) {
  html[lang=de-DE] .fold--senj .fold__item .box .fold__item_title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=de-DE] .fold--senj .fold__item .box .fold__item_title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 0 0 30px 0;
  }
}
.fold--rezervacija .fold__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 117, 161, 0.3215686275);
  z-index: 0;
}
.fold--smjestaj .fold__item .box {
  position: unset;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .fold--smjestaj .fold__item .box {
    max-width: 500px;
  }
}
.fold__wrap {
  position: relative;
}
.fold__img {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
  margin-top: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .fold__img {
    margin-top: 98px;
    height: calc(100vh - 98px);
  }
}
.fold__dots {
  position: absolute;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  z-index: 1;
  bottom: 5%;
}
.fold__dots li {
  float: left;
  margin: 0 10px 0 0;
}
.fold__dots li button {
  border: none;
  outline: none;
  box-shadow: none;
  text-indent: -9999px;
  background-color: #fff;
  width: 50px;
  height: 4px;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.fold__dots li.slick-active button {
  background-color: #FDBB11;
  -webkit-transform: scale(1, 2);
  -moz-transform: scale(1, 2);
  -o-transform: scale(1, 2);
  -ms-transform: scale(1, 2);
  transform: scale(1, 2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.btn, .form__submit input {
  display: inline-block;
  border: none;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}
.btn .text, .form__submit input .text, .btn .icon, .form__submit input .icon {
  display: inline-block;
  vertical-align: middle;
}
.btn--default {
  border: 1px solid #8F7A6F;
  background-color: transparent;
  color: #624D41;
}
.btn--default:hover {
  border: 1px solid #E9A61A;
  background-color: #E9A61A;
  color: #fff;
}
.btn--plava {
  border: 1px solid #0175A1;
  background-color: #0175A1;
  color: #fff;
}
.btn--plava:hover {
  border: 1px solid #E9A61A;
  background-color: #E9A61A;
}
.btn--zuta {
  border: 1px solid #E9A61A;
  background-color: #E9A61A;
}
.btn--zuta:hover {
  border: 1px solid #0175A1;
  background-color: #0175A1;
}
.btn--iconsingle {
  box-shadow: none;
}
.btn--iconsingle:nth-child(1) {
  padding-right: 15px;
}
.btn--iconsingle:nth-child(2) {
  padding-left: 15px;
}
.btn--iconsingle a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #0175A1;
}
.btn--iconsingle a:hover {
  color: #FDBB11;
}
.btn--iconsingle .icon i:before {
  color: #0175A1;
}
.btn--iconsingle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0;
  margin: 0 0 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #0175A1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn--iconsingle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.card__link {
  display: block;
}
.card__figure {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card__figure img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card__img {
  display: block;
  width: 100%;
  height: auto;
}
.card__title {
  position: relative;
  font-weight: 400;
  color: #414142;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card__excerpt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #414142;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .card__excerpt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.card__data {
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .card--01 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.card--01 .card__figure {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -moz-box-flex: 100%;
  -moz-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 480px) {
  .card--01 .card__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .card--01 .card__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 20px 0 0;
  }
}
.card--01 .card__figure img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.card--01 .card__data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .card--01 .card__data {
    -webkit-box-flex: 80%;
    -webkit-flex: 80%;
    -moz-box-flex: 80%;
    -moz-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .card--01 .card__data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 0 30px 0 0;
  }
}
.card--01 .card__title {
  margin-bottom: 15px;
}
.card--01 .card__excerpt p, .card--01 .card__excerpt .wysiwyg table td, .wysiwyg table .card--01 .card__excerpt td {
  text-align: justify;
}
.card--01 .card__number {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .card--01 .card__number {
    font-size: 40px;
    font-size: 4rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.card--02 {
  position: relative;
  float: left;
  width: 100%;
  height: 345px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.card--02 .card__figure {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  min-height: 300px;
  height: 100%;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.card--02 .card__heading {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 25px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.card--02 .card__excerpt {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 25px 20px;
  color: #fff;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 480px) {
  .card--02:hover .card__figure {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
  }
  .card--02:hover .card__excerpt {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .card--02.slick-active {
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 0 24px #0a151b;
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }
  .card--02.slick-active .card__figure:before {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
  }
  .card--02.slick-active .card__heading {
    top: 6%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .card--02.slick-active .card__excerpt {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
.card--03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  .card--03 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 30px;
  }
}
.card--03:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #E0E0E0;
  width: 50%;
  left: 25%;
  top: 60%;
}
@media screen and (min-width: 1024px) {
  .card--03:before {
    width: 75%;
    left: 0;
    top: 50%;
  }
}
.card--03 .card__figure {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.card--03 .card__figure_data img {
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 120px;
  margin: 0 10px;
  border: 8px solid #f7f7f7;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .card--03 .card__figure_data img {
    max-width: 155px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .card--03 .card__figure_data img {
    margin-right: 50px;
  }
}
.card--03 .card__figure_data .social {
  position: relative;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 8px;
  box-sizing: border-box;
  max-width: 100px;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 7px;
}
@media screen and (min-width: 480px) {
  .card--03 .card__figure_data .social {
    margin-left: 50px;
  }
}
.card--03 .card__figure_data .social a:first-of-type {
  padding-right: 10px;
  border-right: 2px solid #F2F2F2;
}
.card--03 .card__figure_data .social a:last-of-type {
  padding-left: 10px;
}
.card--03 .card__figure_data .social i {
  font-size: 15px;
  font-size: 1.5rem;
}
.card--03 .card__figure_data:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 480px) {
  .card--03 .card__figure_data:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
.card--03 .card__figure_data:hover .social {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .card--03 .card__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    margin: 0;
  }
}
.card--03 .card__data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .card--03 .card__data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.card--03 .card__excerpt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .card--03 .card__excerpt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.card--03 .card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .card--03 .card__content {
    max-width: 75px;
    margin: 0 auto;
  }
}
.card--04 {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .card--04 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card--04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 50px;
  }
}
.card--04 .card__figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  margin: 0 auto;
}
.card--04 .card__figure img {
  border-radius: 50%;
  box-shadow: 0 0 0 8px #F7F7F7, inset 2px 0 0 rgba(0, 0, 0, 0), 1px 6px 6px 6px rgba(0, 0, 0, 0.36);
  max-width: 170px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .card--04 .card__figure img {
    max-width: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .card--04 .card__figure img {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .card--04 .card__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0;
  }
}
.card--04 .card__data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .card--04 .card__data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}
.card--04 .card__excerpt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .card--04 .card__excerpt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.card--04 .card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .card--04 .card__content {
    text-align: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
  }
}
.card--04 .card__content p, .card--04 .card__content .wysiwyg table td, .wysiwyg table .card--04 .card__content td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: unset;
  margin: 10px 0 20px;
  font-weight: 600;
}
.card--04 .card__content p span, .card--04 .card__content .wysiwyg table td span, .wysiwyg table .card--04 .card__content td span {
  font-weight: 700;
  color: #0175A1;
}
.card--05 {
  position: relative;
}
.card--05 .container, .card--05 .page__footer_inner, .card--05 .page__header_inner {
  position: relative;
  padding: 0;
  text-align: center;
  padding: 0 20px 200px;
  max-width: 900px;
}
@media screen and (min-width: 1024px) {
  .card--05 .container, .card--05 .page__footer_inner, .card--05 .page__header_inner {
    padding: 80px 0 250px;
    max-width: 900px;
  }
}
.banners--two .card--05 .container, .banners--two .card--05 .page__footer_inner, .banners--two .card--05 .page__header_inner {
  padding: 80px 40px;
}
@media screen and (min-width: 1024px) {
  .banners--two .card--05 .container, .banners--two .card--05 .page__footer_inner, .banners--two .card--05 .page__header_inner {
    padding: 130px 0;
    text-align: center;
  }
}
.banners--about .card--05 .container, .banners--about .card--05 .page__footer_inner, .banners--about .card--05 .page__header_inner {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .banners--about .card--05 .container, .banners--about .card--05 .page__footer_inner, .banners--about .card--05 .page__header_inner {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .banners--about .card--05 .container, .banners--about .card--05 .page__footer_inner, .banners--about .card--05 .page__header_inner {
    padding: 50px 0 250px;
  }
}
.banners--about2 .card--05 .container, .banners--about2 .card--05 .page__footer_inner, .banners--about2 .card--05 .page__header_inner {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .banners--about2 .card--05 .container, .banners--about2 .card--05 .page__footer_inner, .banners--about2 .card--05 .page__header_inner {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .banners--about2 .card--05 .container, .banners--about2 .card--05 .page__footer_inner, .banners--about2 .card--05 .page__header_inner {
    padding: 340px 0 120px;
    max-width: 800px;
  }
}
.banners--senj .card--05 .container, .banners--senj .card--05 .page__footer_inner, .banners--senj .card--05 .page__header_inner {
  padding: 50px 20px;
}
.banners--senj .card--05 .container .card__data, .banners--senj .card--05 .page__footer_inner .card__data, .banners--senj .card--05 .page__header_inner .card__data {
  text-align: left;
}
.banners--senj .card--05 .container h2, .banners--senj .card--05 .page__footer_inner h2, .banners--senj .card--05 .page__header_inner h2 {
  color: #0175A1;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .banners--senj .card--05 .container, .banners--senj .card--05 .page__footer_inner, .banners--senj .card--05 .page__header_inner {
    padding: 80px 0 60px;
    max-width: 990px;
  }
  .banners--senj .card--05 .container .card__data, .banners--senj .card--05 .page__footer_inner .card__data, .banners--senj .card--05 .page__header_inner .card__data {
    text-align: center;
  }
}
.card--05 .card:hover .card__title {
  color: #9d60a1;
}
.card--05 .card__title, .card--05 .card__excerpt {
  color: #8F7A6F;
}
.card--05 .card__title:after {
  background-color: #000;
}
.card--05 .card__figure {
  background: linear-gradient(to bottom, #ffffff 50%, #f5ede4 100% 100%);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banners--one .card--05 .card__figure {
  background: url("../img/1.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banners--two .card--05 .card__figure {
  background: url("../img/2.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banners--about .card--05 .card__figure {
  background: linear-gradient(to bottom, #ffffff 50%, #F5EDE4 100% 100%);
}
.banners--about2 .card--05 .card__figure {
  background: url("../img/3.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banners--senj .card--05 .card__figure {
  background: url("../img/location-bg.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banners--senj .card--05 .card__figure {
  background: url("../img/location-bg.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banners--two .card--05 .card__data h3 {
  margin: 0 auto 50px;
}
.card--05 .card__excerpt {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .card--05 .card__excerpt {
    padding: 20px 0;
  }
}
.banners--about .card--05 .card__excerpt h3 {
  margin: -30px auto 0;
}
.banners--senj .card--05 .card__excerpt p, .banners--senj .card--05 .card__excerpt .wysiwyg table td, .wysiwyg table .banners--senj .card--05 .card__excerpt td {
  font-weight: 300;
}
.card--06 {
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .card--06 {
    padding: 30px 10px;
  }
}
.card--06 .container, .card--06 .page__footer_inner, .card--06 .page__header_inner {
  position: relative;
  height: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .card--06 .container, .card--06 .page__footer_inner, .card--06 .page__header_inner {
    height: 850px;
    padding: 0;
  }
}
.card--06 .card__figure {
  background: unset;
  background-position: center;
  position: absolute;
  background-size: 650px auto;
  opacity: 0.1;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .card--06 .card__figure {
    background: url("../img/1.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 750px auto;
  }
}
@media screen and (min-width: 1024px) {
  .card--06 .card__figure {
    width: 40%;
    height: 100%;
    opacity: 0.3;
  }
}
.card--06 .card__figure:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--06 .card__figure:after {
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0) 50%, #fff 100%);
    background: -o-linear-gradient(left, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0) 50%, #fff 100%);
    background: linear-gradient(to right, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0) 50%, #fff 100%);
  }
}
.card--06 .card__data {
  position: relative;
  width: auto;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--06 .card__data {
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .card--06 .card__data {
    width: 60%;
    left: auto;
  }
}
.card--06 .card__data h2, .card--06 .card__data .wysiwyg > h2 {
  color: #fff;
}
.card--06 .card__data h2:before {
  border: 4px solid #fff;
}
.card--06 .card__data h2 span {
  background-color: #FDBB11;
}
.card--06 .card__excerpt {
  padding: 20px 0 0;
}
@media screen and (min-width: 320px) {
  .card--06 .card__excerpt {
    padding: 20px 0;
  }
}
.card--06 .card__list {
  margin-top: 30px;
}
.card--06 .card__list li {
  position: relative;
  margin: 0;
  padding: 0 10px 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 10px;
  color: #fff;
}
.card--06 .card__list li:before {
  content: "\e914";
  font-size: 12px;
  font-size: 1.2rem;
  color: #0175A1;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card--07 {
  position: relative;
  background-color: #fff;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .card--07 {
    padding: 0 10px;
  }
}
.card--07 .container, .card--07 .page__footer_inner, .card--07 .page__header_inner {
  position: relative;
  height: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .card--07 .container, .card--07 .page__footer_inner, .card--07 .page__header_inner {
    height: 850px;
    padding: 0;
  }
}
.card--07 .container--big {
  position: relative;
  height: 400px;
  padding: 20px 0;
}
@media screen and (min-width: 320px) {
  .card--07 .container--big {
    height: 1000px;
    padding: 0;
  }
}
.card--07 .heading {
  padding: 0 0 20px 0;
}
.card--07 .card:hover .card__title {
  color: #9d60a1;
}
.card--07 .card__title, .card--07 .card__excerpt {
  color: #8F7A6F;
}
.card--07 .card__title:after {
  background-color: #000;
}
.card--07 .card__figure {
  background: unset;
  background-position: top;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .card--07 .card__figure {
    background: url("../img/3.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 0%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .card--07 .card__figure {
    width: 40%;
    height: 100%;
  }
}
.card--07 .card__figure:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .card--07 .card__figure:after {
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0) 20%, #ffffff 100%);
    background: -o-linear-gradient(left, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0) 20%, #1fbc79 100%);
    background: linear-gradient(to left, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0) 20%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ed1c24', endColorstr='#ed1c24',GradientType=1 );
  }
}
.card--07 .card__data {
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.card--07 .card__data h2:before {
  border: 4px solid #FDBB11;
}
@media screen and (min-width: 768px) {
  .card--07 .card__data {
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    width: 100%;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .card--07 .card__data {
    width: 70%;
    right: auto;
  }
}
.card--07 .card__excerpt {
  padding: 20px 0 0;
}
@media screen and (min-width: 320px) {
  .card--07 .card__excerpt {
    padding: 20px 0;
  }
}
.card--07 .card__faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  margin-top: 20px;
}
@media screen and (min-width: 480px) {
  .card--07 .card__faq {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.card--07 .card__faq_item {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .card--07 .card__faq_item {
    width: 45%;
  }
}
.card--07 .card__faq_item ul {
  margin: 0;
}
@media screen and (min-width: 480px) {
  .card--07 .card__faq_item ul {
    margin: 10px 0;
  }
}
.card--07 .card__faq p, .card--07 .card__faq .wysiwyg table td, .wysiwyg table .card--07 .card__faq td {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #0175A1;
}
.card--08 {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .card--08 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.card--08.two {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  background-color: #D9EBF8;
}
.card--08.two h4 {
  color: #0175A1;
}
.card--08.four {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  background-color: #0175A1;
}
.card--08.four h4 {
  color: #fff;
}
.card--08.eight {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  background-color: #EEEBE9;
}
.card--08.eight h4 {
  color: #624D41;
}
.card--08 .card__link:hover .card__title {
  color: #0175A1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card--08 .card__figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.card--08 .card__figure h4 {
  padding: 0 25px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .card--08 .card__figure h4 {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  .card--08 .card__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
.card--08 .card__data {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card--08 .card__data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}
.card--08 .card__title {
  font-weight: 700;
  margin: 20px 0 0;
  color: #fff;
  text-align: left;
  max-width: 200px;
}
.card--08 .card__excerpt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.card--08 .card__content {
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .card--08 .card__content {
    padding: 20px 50px;
  }
}
.card--09 {
  overflow: hidden;
}
.card--09:hover .card {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.card--09:hover .card__data {
  padding-top: 100px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0 !important;
  bottom: 0 !important;
}
.card--09 .card__figure {
  overflow: hidden;
}
.card--09 .card__figure .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(60deg, #784899, #9d60a1);
  opacity: 0.85;
  z-index: 2;
}
.card--09 .card__data {
  margin: 0;
  padding: 10px 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  bottom: 0;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  background: rgba(65, 65, 66, 0.9);
}
.card--09 .card__title {
  position: relative;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .card--09 .card__title {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 5px 0;
  }
}
.card--09 .card__title:after {
  position: absolute;
  bottom: -14px;
  display: block;
  content: " ";
  margin: 0 0 0 -25px;
  width: 50px;
  height: 3px;
  left: 50%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: #FDBB11;
}
.card--09 .card__excerpt {
  padding: 40px 10px 40px 10px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.weare__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .weare__inner {
    margin: 100px 0 0;
  }
}
.weare__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .weare__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 0;
  }
}
.weare__item img {
  height: 150px;
}
.weare__item_title {
  margin: 20px 0 0;
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .weare__item_title {
    margin: 40px 0 10px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.weare__item_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 100px;
  margin-left: -50px;
  background-color: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.weare__item_text {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.weare__item_text span {
  margin: 0px 30px 0px;
  display: block;
}
.weare__btn {
  text-align: center;
  margin-top: 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .weare__btn {
    margin-top: 50px;
  }
}

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

input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form .fieldset-cf7mls {
  padding: 0;
}

.fieldset-cf7mls-wrapper {
  padding: 0;
  margin: 0;
}
.fieldset-cf7mls-wrapper h3.form__label {
  color: #0175A1;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.cf7mls_progress_bar {
  margin-bottom: 50px;
}

.cf7mls_next.action-button, .cf7mls_back.action-button, .fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step {
  margin: 10px;
  font-size: 15px;
  border: 0 none;
  border-radius: 5px;
  min-width: 150px;
}

.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-acceptance-missing {
  display: inline-block;
  margin: 20px 10px !important;
  padding: 10px 30px !important;
  border: 2px solid #e74c3c !important;
  background: #e74c3c;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  width: -webkit-fill-available;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #0175A1 !important;
  background: #0175A1;
}

span.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding: 5px 30px;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

.acceptance span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
  color: #8F7A6F;
  font-weight: 400;
}

.form {
  position: relative;
}
.form__wrap {
  position: relative;
  min-height: 100px;
}
.form__wrap .loader {
  position: relative;
  display: block;
  margin: 30px auto;
  text-align: center;
  line-height: 1;
}
.form__fieldset {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  border: 0;
}
.form__fieldset .cf7_download {
  position: relative;
  margin-bottom: 15px;
}
.form__fieldset .cf7_download:before {
  content: "\e910";
  font-size: 50px;
  font-size: 5rem;
  position: absolute;
  top: -70px;
  left: 0;
  color: #E0E0E0;
  right: 0;
}
.form__fieldset.radiobutton {
  margin: 20px 0;
}
.form__fieldset label.error {
  margin: 9px 0 0 10px;
  color: #e0204d;
  font-size: 12px;
  font-size: 1.2rem;
}
.form__fieldset .btn, .form__fieldset .form__submit input, .form__submit .form__fieldset input {
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .form__fieldset .btn, .form__fieldset .form__submit input, .form__submit .form__fieldset input {
    margin-top: 40px;
    padding: 20px 40px;
  }
}
.form__fieldset .cf_date_1:after, .form__fieldset .cf_date_2:after {
  content: "\e918";
  position: absolute;
  bottom: -5px;
  right: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #0175A1;
}
.form__fieldset input[type=checkbox] {
  width: 13px;
  height: auto;
}
.form__fieldset .acceptance {
  margin-top: 20px;
}
.form__label {
  position: relative;
  display: block;
  margin: 10px 10px 10px 0;
  color: #525252;
  text-transform: uppercase;
}
.form__label--radio, .form__label--checkbox {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 500;
}
.form__label--radio a, .form__label--checkbox a {
  color: #9d60a1;
  border-bottom: 1px solid transparent !important;
}
.form__label--radio a:hover, .form__label--checkbox a:hover {
  border-color: #9d60a1;
}
.form__label--radio i, .form__label--checkbox i {
  float: left;
  position: relative;
  top: 2px;
}
.form__label--radio span, .form__label--checkbox span {
  display: block;
  margin-left: 25px;
}
.form__textfield, .form__fieldset input {
  background-color: #fff;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: 48px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8F7A6F;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .form__textfield, .form__fieldset input {
    height: 58px;
    padding: 0 30px;
  }
}
.form__textfield:focus, .form__fieldset input:focus {
  border-color: #0175A1;
  color: #0175A1;
}
.form__textfield::-webkit-input-placeholder, .form__fieldset input::-webkit-input-placeholder {
  color: #7a8a9b;
}
.form__textfield:-moz-placeholder, .form__fieldset input:-moz-placeholder {
  color: #7a8a9b;
}
.form__textfield::-moz-placeholder, .form__fieldset input::-moz-placeholder {
  color: #7a8a9b;
}
.form__textfield:-ms-input-placeholder, .form__fieldset input:-ms-input-placeholder {
  color: #7a8a9b !important;
}
.form__textfield.error, .form__fieldset input.error {
  border-color: #e0204d;
}
.form__select {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  border: 1px solid #c6c3c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #717171;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form__select:focus {
  border: 1px solid #9d60a1;
}
.form__select.error {
  border-color: #e0204d;
}
.form__textarea, .form__fieldset textarea {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  height: 160px;
  background: #FFF;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0175A1;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .form__textarea, .form__fieldset textarea {
    height: 130px;
  }
}
.form__textarea:focus, .form__fieldset textarea:focus {
  border-color: #0175A1;
  color: #0175A1;
}
.form__textarea::-webkit-input-placeholder, .form__fieldset textarea::-webkit-input-placeholder {
  color: #7a8a9b;
}
.form__textarea:-moz-placeholder, .form__fieldset textarea:-moz-placeholder {
  color: #7a8a9b;
}
.form__textarea::-moz-placeholder, .form__fieldset textarea::-moz-placeholder {
  color: #7a8a9b;
}
.form__textarea:-ms-input-placeholder, .form__fieldset textarea:-ms-input-placeholder {
  color: #7a8a9b !important;
}
.form__textarea.error, .form__fieldset textarea.error {
  border-color: #e0204d;
}
.form__submit {
  position: relative;
  width: 200px;
}
.form__submit input {
  padding: 10px 30px;
  border: 2px solid #4b97c2;
  background-color: #4b97c2;
}
.form__submit input:hover {
  border: 2px solid #9d60a1;
  background-color: #9d60a1;
}
.form__submit .icon {
  position: absolute;
  top: 29px;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  right: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
input.wpcf7-form-control.wpcf7-file {
  height: 220px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #5766C1;
  font-size: 10px;
}

@keyframes border-one {
  0% {
    width: 0;
  }
  10% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-two {
  0% {
    height: 0;
  }
  10% {
    height: 0%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-three {
  0% {
    width: 0;
  }
  20% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-four {
  0% {
    height: 0;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes line-one {
  0% {
    left: 25%;
    width: 0;
  }
  40% {
    left: 25%;
    width: 0%;
  }
  43% {
    left: 25%;
    width: 50%;
  }
  52% {
    left: 25%;
    width: 50%;
  }
  54% {
    left: 25%;
    width: 0%;
  }
  55% {
    right: 25%;
    left: auto;
  }
  63% {
    width: 10%;
    right: 25%;
    left: auto;
  }
  100% {
    width: 10%;
    right: 25%;
    left: auto;
  }
}
@keyframes line-two {
  0% {
    width: 0;
  }
  42% {
    width: 0%;
  }
  45% {
    width: 50%;
  }
  53% {
    width: 50%;
  }
  54% {
    width: 0%;
  }
  60% {
    width: 50%;
  }
  100% {
    width: 50%;
  }
}
@keyframes line-three {
  0% {
    width: 0;
  }
  45% {
    width: 0%;
  }
  48% {
    width: 50%;
  }
  51% {
    width: 50%;
  }
  52% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes box {
  0% {
    opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  55% {
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  60% {
    margin-left: 0px;
    height: 35px;
    width: 50px;
  }
  74% {
    msthin-left: 0;
  }
  80% {
    margin-left: -50px;
    opacity: 1;
  }
  90% {
    height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.prefooter {
  position: relative;
  padding: 25px 0;
  background: #F7F5F5;
}
@media screen and (min-width: 768px) {
  .prefooter {
    background: #0175A1;
    padding: 50px 0 25px;
  }
}
.prefooter .menu__list .menu__item.has__children > a {
  display: none;
}
.prefooter .menu__list > li.has__children:after {
  display: none;
}
.prefooter .menu__item:last-of-type.current:last-of-type {
  background: transparent;
}
.prefooter .menu__item:last-of-type.current:last-of-type a:hover {
  color: #E9A61A;
}
.prefooter h3, .prefooter .wysiwyg > h3 {
  color: #fff;
  text-align: center;
  padding: 0;
}
.prefooter .container, .prefooter .page__footer_inner, .prefooter .page__header_inner {
  position: relative;
  z-index: 2;
}
.prefooter__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .prefooter__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.prefooter__item {
  display: flex;
  width: 45%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .prefooter__item {
    display: unset;
    width: auto;
    flex-direction: unset;
  }
}
.prefooter__item {
  text-align: left;
  margin: 10px 0;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .prefooter__item {
    text-align: left;
  }
}
.prefooter__item a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: block;
}
.prefooter__item a:hover {
  color: #FDBB11;
}
.prefooter__item span {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
  margin: 0 0 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .prefooter__item span {
    margin: 0 0 10px;
  }
}
.prefooter__item p, .prefooter__item .wysiwyg table td, .wysiwyg table .prefooter__item td {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0;
}
.prefooter__item a, .prefooter__item span, .prefooter__item p, .prefooter__item .wysiwyg table td, .wysiwyg table .prefooter__item td {
  color: #624D41;
}
@media screen and (min-width: 768px) {
  .prefooter__item a, .prefooter__item span, .prefooter__item p, .prefooter__item .wysiwyg table td, .wysiwyg table .prefooter__item td {
    color: #fff;
  }
}
.prefooter__item:first-of-type {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .prefooter__item:first-of-type {
    width: auto;
    display: unset;
    justify-content: unset;
  }
}
.prefooter__item:first-of-type img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .prefooter__item:first-of-type img {
    width: 150px;
  }
}
.prefooter__item:nth-child(2) {
  order: 1;
  display: flex;
}
.prefooter__item:nth-child(3) {
  order: 3;
  display: flex;
}
.prefooter__item:nth-child(4) {
  order: 4;
  display: flex;
}
.prefooter__item:nth-child(5) {
  order: 1;
  display: flex;
}
@media screen and (min-width: 768px) {
  .prefooter__item:nth-child(2), .prefooter__item:nth-child(3), .prefooter__item:nth-child(4), .prefooter__item:nth-child(5) {
    display: unset;
    order: unset;
  }
}
.prefooter__item .logo-footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .prefooter__item .logo-footer {
    display: block;
  }
}
.prefooter__item .logo {
  display: block;
}
@media screen and (min-width: 768px) {
  .prefooter__item .logo {
    display: none;
  }
}
.prefooter__item .insta {
  display: none;
}
@media screen and (min-width: 768px) {
  .prefooter__item .insta {
    display: block;
  }
}
.prefooter__item .insta2 {
  display: block;
}
@media screen and (min-width: 768px) {
  .prefooter__item .insta2 {
    display: none;
  }
}
.prefooter__item .menu__list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.prefooter__item .menu__list > li {
  text-align: left;
}
.prefooter__item .menu__list > li:before {
  display: none;
}
.prefooter__item .menu__list > li:nth-child(4) {
  background: unset;
  margin-left: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
  border-radius: unset;
  box-shadow: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.prefooter__item .menu__list > li:last-of-type {
  display: none;
}
.prefooter__item .menu__list > li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0;
  font-weight: 400;
  color: #624D41;
  text-transform: unset;
  margin: 0;
  letter-spacing: 0;
}
.prefooter__item .menu__list > li a:hover {
  color: #E9A61A;
}
@media screen and (min-width: 768px) {
  .prefooter__item .menu__list > li a {
    color: #fff;
  }
}
.prefooter__item .menu__list > li .toggle {
  display: none;
}
.prefooter__item .menu__list li .children li {
  padding: 0;
}
.prefooter__item .menu__list > li .children {
  visibility: unset;
  opacity: unset;
  display: block;
  -webkit-transition: unset;
  -moz-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s;
  -o-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s;
  transition: unset;
  position: relative;
  width: auto;
  left: 0;
  background-color: unset;
  padding: unset;
  text-align: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: unset;
}
.prefooter__item .menu__list > li .children .container, .prefooter__item .menu__list > li .children .page__footer_inner, .prefooter__item .menu__list > li .children .page__header_inner {
  padding: 0;
  margin: 0;
}
.prefooter__item .menu__list > li .children a {
  /* -webkit-transition: all 0.15s ease-in-out; */
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  /* transition: all 0.15s ease-in-out; */
  border-bottom: unset;
  padding: 0;
  font-size: initial;
  font-size: initial;
  color: #624D41;
  text-align: left;
}
.prefooter__item .menu__list > li .children a:hover {
  border-bottom: unset;
  color: #E9A61A;
}
@media screen and (min-width: 768px) {
  .prefooter__item .menu__list > li .children a {
    color: #fff;
  }
}
.prefooter__logo img {
  max-width: 200px;
  margin: 0 auto;
}
.prefooter__img img {
  max-width: 130px;
  margin: 0 auto;
}
.prefooter__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 5px;
}
.prefooter__social img:hover {
  opacity: 0.8;
}
.prefooter__social img:first-of-type {
  padding-right: 35px;
}
.prefooter__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
  color: #624D41;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  border-top: 1px solid #fff;
}
.prefooter__bottom span {
  display: block;
}
@media screen and (min-width: 768px) {
  .prefooter__bottom {
    padding-top: 100px;
    color: #fff;
    border-top: unset;
  }
  .prefooter__bottom span {
    display: unset;
  }
}
.prefooter .list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .prefooter .list2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.prefooter .list2 li {
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .prefooter .list2 li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(50% - 10px);
    -moz-box-flex: 1;
    -moz-flex: 1 0 calc(50% - 10px);
    -ms-flex: 1 0 calc(50% - 10px);
    flex: 1 0 calc(50% - 10px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.prefooter .list2 li a {
  color: #fff;
}
.prefooter .list2 li a:hover {
  color: #9d60a1;
}
.prefooter__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .prefooter__info {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.prefooter__info_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 480px) {
  .prefooter__info_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.prefooter__info p, .prefooter__info .wysiwyg table td, .wysiwyg table .prefooter__info td {
  color: #fff;
  margin-bottom: 20px;
}
.prefooter__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(198, 151, 230, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 15px;
  max-width: 600px;
}
.prefooter__cta span {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prefooter__cta span {
    font-size: 20px;
    font-size: 2rem;
    text-align: unset;
    padding-right: 20px;
  }
}
@media screen and (min-width: 480px) {
  .prefooter__cta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    height: 80px;
  }
}
.prefooter__cta .networking {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .prefooter__cta .networking {
    text-align: left;
    margin: 0;
  }
}
.prefooter__cta .networking > a {
  display: inline-block;
  margin: 10px;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #4b97c2;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .prefooter__cta .networking > a {
    display: inline;
    margin: 0 0 0 10px;
  }
}
.prefooter__cta .networking > a:hover {
  color: #9d60a1;
}
.prefooter__cta .networking > a:first-child {
  margin-left: 0;
}
.prefooter__cta .networking > a .icon-linkedin {
  font-size: 35px;
  font-size: 3.5rem;
}
.prefooter__cta .btn, .prefooter__cta .form__submit input, .form__submit .prefooter__cta input {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .prefooter__cta .btn, .prefooter__cta .form__submit input, .form__submit .prefooter__cta input {
    margin: 0;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0 20px 20px;
}
.footer__inner p, .footer__inner .wysiwyg table td, .wysiwyg table .footer__inner td {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.footer__inner img {
  max-width: 800px;
  padding: 30px;
}
.footer__bottom {
  padding: 20px 0;
  background-color: #000;
}
.footer__bottom p, .footer__bottom .wysiwyg table td, .wysiwyg table .footer__bottom td {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
}

.timeline {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .timeline {
    margin-bottom: 80px;
  }
}
.timeline p, .timeline .wysiwyg table td, .wysiwyg table .timeline td {
  text-align: center;
  margin: 50px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .timeline p, .timeline .wysiwyg table td, .wysiwyg table .timeline td {
    font-size: 20px;
    font-size: 2rem;
  }
}
.timeline h2:before {
  border: none;
}
.timeline__wrapper {
  position: relative;
}
.timeline__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  height: 100%;
  width: 24px;
  z-index: 1;
  background: linear-gradient(to bottom, #f9f9f9, #f9f9f9);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.timeline__wrapper .reverse {
  background-color: #F9F9F9;
}
.timeline__section_wrapper {
  padding: 100px 0 50px;
}
@media screen and (min-width: 1024px) {
  .timeline__section_wrapper {
    padding: 0;
  }
}
.timeline__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .timeline__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 50px 0;
  }
}
.timeline__inner:before {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 5%;
  margin-left: -13px;
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #0175A1;
  z-index: 4;
  box-shadow: 0 0 0 8px #fff, inset 2px 0 0 rgba(0, 0, 0, 0), 1px 6px 6px 6px rgba(0, 0, 0, 0.36);
}
@media screen and (min-width: 1024px) {
  .timeline__inner:before {
    top: unset;
  }
}
.timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  z-index: 3;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .timeline__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
.timeline__year {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  color: #4b97c2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  margin-top: -70px;
}
@media screen and (min-width: 1024px) {
  .timeline__year {
    padding-right: 50px;
    margin-top: 0;
  }
}
.timeline--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .timeline--reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.timeline--reverse .timeline__year {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .timeline--reverse .timeline__year {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 50px;
  }
}
.timeline--reverse .card__data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  margin: 20px;
}
.timeline--reverse .card__figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.timeline--reverse .card__figure img {
  max-width: 170px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .timeline--reverse .card__figure img {
    max-width: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .timeline--reverse .card__figure img {
    margin: 0;
  }
}
.timeline--reverse .card--04 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .timeline--reverse .card--04 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0;
    padding-right: 50px;
  }
}
.timeline--reverse .card--04:before {
  right: 0;
  left: unset;
}
.timeline--reverse .card--04 .card__content {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .timeline--reverse .card--04 .card__content {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.news h1.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
.news p, .news .wysiwyg table td, .wysiwyg table .news td {
  margin-bottom: 25px;
}
.news--home {
  margin: -150px 0 -10px 0;
}
@media screen and (min-width: 480px) {
  .news--home {
    margin: -150px 0 50px 0;
  }
}
.news--home .card--08 .card__figure h4 {
  margin: 0;
}
.news--home .news__inner {
  margin: 0 -20px;
}
@media screen and (min-width: 480px) {
  .news--home .news__inner {
    margin: 0;
  }
}
.news--home .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.news--home .news__item:nth-child(3), .news--home .news__item:nth-child(6), .news--home .news__item:nth-child(9) {
  display: none;
}
@media screen and (min-width: 480px) {
  .news--home .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32.5%;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
  }
  .news--home .news__item:nth-child(3), .news--home .news__item:nth-child(6), .news--home .news__item:nth-child(9) {
    display: block;
  }
}
.news--about {
  margin: 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news--about {
    margin: -170px 0 0 0;
  }
}
.news--about .container, .news--about .page__footer_inner, .news--about .page__header_inner {
  max-width: 1130px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .news--about .container, .news--about .page__footer_inner, .news--about .page__header_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.news--about .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .news--about .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
  .news--about .news__item:first-of-type {
    flex: 0 0 32%;
  }
}
.news--about2 .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.5%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 32.5%;
  -ms-flex: 0 0 32.5%;
  flex: 0 0 32.5%;
}
.news--senj h2, .news--klada h2 {
  max-width: 180px;
  margin: 0 0 30px;
  line-height: 50px;
  line-height: 5rem;
}
.news--senj h2:before, .news--klada h2:before {
  content: "";
  display: block;
  height: 2px;
  background: #DAC9AE;
  width: 200px;
  position: absolute;
  bottom: 0;
}
.news--senj .news__item, .news--klada .news__item {
  margin: 0 -20px;
}
@media screen and (min-width: 480px) {
  .news--senj .news__item, .news--klada .news__item {
    margin: 0;
  }
}
.news--senj .text-box, .news--klada .text-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news--senj .text-box span, .news--klada .text-box span {
  display: block;
  color: #8F7A6F;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin: 10px 0 4px 2px;
}
.news--senj .text-box p, .news--senj .text-box .wysiwyg table td, .wysiwyg table .news--senj .text-box td, .news--klada .text-box p, .news--klada .text-box .wysiwyg table td, .wysiwyg table .news--klada .text-box td {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.news--senj {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(247, 245, 240, 0.8) 20%, rgb(247, 245, 240) 40%, rgba(247, 245, 240, 0) 60%) left/0% 100% no-repeat, linear-gradient(to right, #fff 0%, #f7f5f0 0%, #ffffff 100%, #ffffff 100%);
}
.news--senj .news__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .news--senj .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.news--senj .news__item {
  flex: 0 0 100%;
  width: auto;
}
@media screen and (min-width: 480px) {
  .news--senj .news__item {
    flex: 0 0 49%;
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .news--senj .news__item {
    flex: 0 0 31%;
    width: 31%;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1200px) {
  .news--senj .news__item {
    margin: 0;
  }
}
.news--senj .news__item.text-box {
  padding: 40px 0;
  width: 100%;
  flex: 0 0 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .news--senj .news__item.text-box {
    padding: 40px 30px 80px 0;
    width: 36%;
    flex: 0 0 36%;
  }
}
@media screen and (min-width: 1200px) {
  .news--senj .news__item.text-box {
    padding: 0 30px 80px 100px;
  }
}
.news--senj .news__item.text-box .card--08 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.news--senj .card--08 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .news--senj .card--08 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.news--senj .card--08 .card__figure img {
  max-width: 100%;
}
.news--senj .btn, .news--senj .form__submit input, .form__submit .news--senj input {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .news--senj .btn, .news--senj .form__submit input, .form__submit .news--senj input {
    margin: 0;
  }
}
.news--senj .text-box {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 50px;
  line-height: 5rem;
}
@media screen and (min-width: 768px) {
  .news--senj .text-box {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.news--klada {
  margin: 50px 0 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(247, 245, 240, 0.8) 20%, rgba(247, 245, 240, 0.4) 40%, rgba(247, 245, 240, 0) 60%) left/100% 100% no-repeat, linear-gradient(to left, #fff 0%, #f7f5f0 100%, #ffffff 55%, #ffffff 100%);
}
.news--klada .news__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .news--klada .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .news--klada .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news--klada .news__item {
  flex: 0 0 100%;
  width: auto;
  display: flex;
  order: 2;
}
@media screen and (min-width: 480px) {
  .news--klada .news__item {
    flex: 0 0 49%;
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .news--klada .news__item {
    flex: 0 0 31%;
    width: 31%;
    order: 1;
  }
}
.news--klada .news__item.text-box {
  padding: 0 0 40px;
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  order: 1;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .news--klada .news__item.text-box {
    padding: 0 0px 80px 30px;
    width: 36%;
    flex: 0 0 36%;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .news--klada .news__item.text-box {
    padding: 0 35px 80px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .news--klada .news__item.text-box {
    padding: 0 35px 80px 60px;
  }
}
.news--klada .news__item.text-box .card--08 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.news--klada .card--08 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .news--klada .card--08 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.news--klada .card--08 .card__figure img {
  max-width: 100%;
}
.news--klada .btn, .news--klada .form__submit input, .form__submit .news--klada input {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .news--klada .btn, .news--klada .form__submit input, .form__submit .news--klada input {
    margin: 0;
  }
}
.news--about2 {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .news--about2 {
    margin: 80px 0 70px;
  }
}
.news--about2 .news__inner {
  margin: 0 -20px;
}
@media screen and (min-width: 1024px) {
  .news--about2 .news__inner {
    margin: 0;
  }
}
.news--about2 .news__item {
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  .news--about2 .news__item {
    margin-bottom: 10px;
  }
}
.news--about2 .card--08.two h4 {
  color: #303031;
}
.news--about2 .card--08 .card__figure h4 {
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width: 480px) {
  .news--about2 .card--08 .card__figure h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .news--about2 .card--08 .card__figure h4 {
    padding: 0 65px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}
.news--smjestaj {
  padding: 0;
}
@media screen and (min-width: 480px) {
  .news--smjestaj {
    padding: 60px 0;
  }
}
.news--smjestaj .news__inner {
  margin: 0 -20px;
}
@media screen and (min-width: 480px) {
  .news--smjestaj .news__inner {
    margin: 0;
  }
}
.news--smjestaj .news__item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
  padding: 20px 0 40px;
}
.news--smjestaj .news__item:nth-child(even) {
  background-color: #F4F9FD;
}
@media screen and (min-width: 480px) {
  .news--smjestaj .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 4%;
    padding: 0;
  }
  .news--smjestaj .news__item:nth-child(even) {
    background-color: unset;
  }
}
@media screen and (min-width: 768px) {
  .news--smjestaj .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .news--smjestaj .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 4%;
  }
}
.news--smjestaj .news__item .card__figure {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #EEEBE9;
  max-width: 85px;
  margin-bottom: 10px;
}
.news--smjestaj .news__item .card__data p, .news--smjestaj .news__item .card__data .wysiwyg table td, .wysiwyg table .news--smjestaj .news__item .card__data td {
  font-weight: 300;
  padding: 0 50px;
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
}
.news--smjestaj .news__item .card__data h4 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}
.news--prostor {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(247, 245, 240, 0.8) 100%, rgba(247, 245, 240, 0.4) 40%, rgba(247, 245, 240, 0) 60%) left/100% 100% no-repeat, linear-gradient(to right, #fff 0%, #f7f5f0 55%, #ffffff 55%, #ffffff 100%);
}
@media screen and (min-width: 1024px) {
  .news--prostor {
    background: linear-gradient(to bottom, #ffffff 0%, rgba(247, 245, 240, 0.8) 50%, rgba(247, 245, 240, 0.4) 40%, rgba(247, 245, 240, 0) 60%) left/55% 100% no-repeat, linear-gradient(to right, #fff 0%, #f7f5f0 55%, #ffffff 55%, #ffffff 100%);
  }
}
.news--prostor .news__inner {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .news--prostor .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .news--prostor .news__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.news--prostor .news__item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0;
  margin: 0 -20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news--prostor .news__item {
    margin: 0;
    align-items: unset;
  }
}
.news--prostor .news__item.text-box {
  margin: 0;
  padding: 40px 0;
  box-sizing: border-box;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .news--prostor .news__item.text-box {
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .news--prostor .news__item.text-box {
    padding: 0 30px 0 100px;
  }
}
.news--prostor .news__item.text-box h2 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
  line-height: 4rem;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .news--prostor .news__item.text-box h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .news--prostor .news__item.text-box h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .news--prostor .news__item.text-box h2 {
    padding: 0 80px 40px 0;
  }
}
html[lang=en-US] .news--prostor .news__item.text-box h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0;
}
@media screen and (min-width: 480px) {
  html[lang=en-US] .news--prostor .news__item.text-box h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=en-US] .news--prostor .news__item.text-box h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  html[lang=en-US] .news--prostor .news__item.text-box h2 {
    padding: 0 80px 40px 0;
  }
}
html[lang=de-DE] .news--prostor .news__item.text-box h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
  line-height: 3.4rem;
  padding: 0;
}
@media screen and (min-width: 480px) {
  html[lang=de-DE] .news--prostor .news__item.text-box h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=de-DE] .news--prostor .news__item.text-box h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  html[lang=de-DE] .news--prostor .news__item.text-box h2 {
    padding: 0 80px 40px 0;
  }
}
.news--prostor .news__item.text-box p, .news--prostor .news__item.text-box .wysiwyg table td, .wysiwyg table .news--prostor .news__item.text-box td {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .news--prostor .news__item.text-box p, .news--prostor .news__item.text-box .wysiwyg table td, .wysiwyg table .news--prostor .news__item.text-box td {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.news--prostor figure.card__figure img {
  max-width: 690px;
  margin: 0 0 0 auto;
}
.news--posebno {
  background: url("../img/posebno.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.news--posebno .container, .news--posebno .page__footer_inner, .news--posebno .page__header_inner {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .news--posebno .container, .news--posebno .page__footer_inner, .news--posebno .page__header_inner {
    padding: 100px 20px;
  }
}
.news--posebno h2 {
  color: #fff;
  text-align: left;
  max-width: 300px;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .news--posebno h2 {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 30px;
  }
}
.news--posebno .news__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.news--posebno .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news--posebno .news__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
.news--posebno .news__item li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #fff;
}
.news--posebno .news__item:last-of-type {
  padding-left: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news--posebno .news__item:last-of-type {
    padding-left: 50px;
  }
}
.news--posebno .news__item.wysiwyg > ul {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news--posebno .news__item.wysiwyg > ul {
    margin: 20px 0;
  }
}
.news--znacajke .container, .news--znacajke .page__footer_inner, .news--znacajke .page__header_inner {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .news--znacajke .container, .news--znacajke .page__footer_inner, .news--znacajke .page__header_inner {
    padding: 80px 20px;
  }
}
.news--znacajke h2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news--znacajke h2 {
    margin: 0 0 50px 0;
  }
}
html[lang=en-US] .news--znacajke h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  line-height: 4.2rem;
  padding: 0;
}
@media screen and (min-width: 480px) {
  html[lang=en-US] .news--znacajke h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=en-US] .news--znacajke h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  html[lang=en-US] .news--znacajke h2 {
    padding: 0 80px 40px 0;
  }
}
.news--znacajke h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  margin: 25px 0 15px;
}
@media screen and (min-width: 768px) {
  .news--znacajke h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    margin: 0 0 30px;
  }
}
.news--znacajke .news__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news--znacajke .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news--znacajke .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news--znacajke .news__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.news--znacajke .news__item p, .news--znacajke .news__item .wysiwyg table td, .wysiwyg table .news--znacajke .news__item td {
  line-height: 30px;
  line-height: 3rem;
  margin: 0;
  font-weight: 300;
}
.news--dvorac .news__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .news--dvorac .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 40px;
  }
}
.news--dvorac .news__item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
}
.news--dvorac .news__item.text-box {
  padding: 40px 20px;
  box-sizing: border-box;
}
.news--dvorac .news__item.text-box h2 {
  padding: 0 0 40px 0;
  margin: 0;
}
.news--dvorac .news__item.text-box p, .news--dvorac .news__item.text-box .wysiwyg table td, .wysiwyg table .news--dvorac .news__item.text-box td {
  margin-bottom: 20px;
  font-weight: 300;
}
.news--dvorac .news__item.text-box a {
  text-decoration: underline;
  color: #624D41;
}
@media screen and (min-width: 768px) {
  .news--dvorac .news__item.text-box {
    padding: 0 20px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .news--dvorac .news__item.text-box {
    padding: 0 40px 0 60px;
  }
}
@media screen and (min-width: 1400px) {
  .news--dvorac .news__item.text-box {
    padding: 0 40px 0 100px;
  }
}
.news--dvorac .news__item.reverse {
  padding: 0 70px 0 30px;
  box-sizing: border-box;
}
.news--dvorac .news__item.reverse p, .news--dvorac .news__item.reverse .wysiwyg table td, .wysiwyg table .news--dvorac .news__item.reverse td {
  font-weight: 300;
}
.news--dvorac .news__item.reverse a {
  text-decoration: underline;
  color: #624D41;
}
.news--dvorac .news__item.reverse-img {
  margin: 0;
}
.news--dvorac .news__item figure.card__figure img {
  max-width: 100%;
  margin: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news--dvorac .news__item figure.card__figure img {
    max-width: 670px;
    margin: 0 auto;
    height: auto;
  }
}
.news--dvorac2 .news__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news--dvorac2 .news__inner.one .card__figure img {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .news--dvorac2 .news__inner.one {
    padding: 40px 0 0;
  }
}
.news--dvorac2 .news__inner.two .card__figure img {
  margin: 0 auto 0 0s;
}
.news--dvorac2 .news__inner.two {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news--dvorac2 .news__inner.two {
    padding: 20px 0;
  }
}
.news--dvorac2 .news__inner {
  margin: 0 -20px;
}
.news--dvorac2 .news__inner .card__figure img {
  display: none;
}
.news--dvorac2 .news__inner .reverse-img img {
  display: block;
}
.news--dvorac2 .news__inner .news__item.text-box {
  box-sizing: border-box;
}
.news--dvorac2 .news__inner .news__item.reverse {
  padding: 40px 20px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news--dvorac2 .news__inner .news__item.reverse {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .news--dvorac2 .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 10px 0 0;
  }
  .news--dvorac2 .news__inner figure.card__figure img {
    display: block;
  }
  .news--dvorac2 .news__inner .news__item.reverse {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .news--dvorac3 .news__inner.one {
    margin: 40px 0 0;
  }
}
.news--dvorac3 .news__inner.one .card__figure img {
  margin: 0 0 0 auto;
}
.news--dvorac3 .news__inner.one.news__item.text-box {
  padding: 40px 20px 20px;
}
@media screen and (min-width: 768px) {
  .news--dvorac3 .news__inner.one.news__item.text-box {
    padding: 40px 20px;
  }
}
.news--dvorac3 .news__inner.two {
  padding: 10px 0;
}
.news--dvorac3 .news__inner.two .card__figure img {
  margin: 0 auto 0 0s;
}
.news--dvorac3 .news__inner.two:last-of-type .news__item.reverse {
  padding: 20px 20px 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news--dvorac3 .news__inner.two:last-of-type .news__item.reverse {
    padding: 40px;
  }
}
.news--dvorac3 .news__inner:last-of-type {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -20px;
}
.news--dvorac3 .news__inner:last-of-type .news__item.reverse {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news--dvorac3 .news__inner:last-of-type {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 40px 0;
  }
  .news--dvorac3 .news__inner:last-of-type .news__item.reverse {
    padding: 0 60px;
  }
}
.news--dvorac4 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .news--dvorac4 {
    margin-top: 60px;
  }
}
.news--dvorac4 .news__item.reverse {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .news--dvorac4 .news__item.reverse {
    padding: 0 0 0 40px;
  }
}
.news--dvorac4 .news__inner.three {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1400px) {
  .news--dvorac4 .news__inner.three {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.news--dvorac4 .news__inner.three .news__item figure.card__figure img {
  margin: 0 0 0 auto;
}
.news--dvorac4 .news__inner.three .news__item.text-box {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .news--dvorac4 .news__inner.three .news__item.text-box {
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .news--dvorac4 .news__inner.three .news__item.text-box {
    padding: 0 20px 40px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .news--dvorac4 .news__inner.three .news__item.text-box {
    padding: 0 20px 0 100px;
  }
}
.news--dvorac4 .news__inner.two {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1400px) {
  .news--dvorac4 .news__inner.two {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.news--dvorac4 .news__inner.two .news__item.reverse-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .news--dvorac4 .news__inner.two .news__item.reverse-img {
    display: block;
  }
}
.news--dvorac4 .news__inner.two .news__item figure.card__figure img {
  margin: 0 auto 0 0;
}
.news--dvorac4 .news__inner.one {
  margin: 0 0 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1400px) {
  .news--dvorac4 .news__inner.one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.news--dvorac4 .news__inner.one .news__item.reverse-img {
  margin: 0 -20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .news--dvorac4 .news__inner.one .news__item.reverse-img {
    margin: 0;
    display: none;
  }
}
.news--dvorac4 .news__inner.one .news__item {
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .news--dvorac4 .news__inner.one .news__item {
    margin: 0;
  }
}
.news--dvorac4 .news__inner.one .news__item.text-box {
  padding: 40px 20px 20px;
}
@media screen and (min-width: 768px) {
  .news--dvorac4 .news__inner.one .news__item.text-box {
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .news--dvorac4 .news__inner.one .news__item.text-box {
    padding: 0 20px 40px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .news--dvorac4 .news__inner.one .news__item.text-box {
    padding: 0 20px 0 100px;
  }
}
.news--dvorac4 .news__inner.one .news__item figure.card__figure img {
  margin: 0 0 0 auto;
}
.news--senj-banner {
  background: url("../img/senj-banner2.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 300px 0;
}
@media screen and (min-width: 768px) {
  .news--senj-banner {
    background: url("../img/senj-banner.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.news--udaljenost {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .news--udaljenost {
    margin-top: 60px;
  }
}
.news--udaljenost .container, .news--udaljenost .page__footer_inner, .news--udaljenost .page__header_inner {
  max-width: 830px;
}
.news--udaljenost h2 {
  margin: 0 0 20px 0;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .news--udaljenost h2 {
    margin: 0 0 50px 0;
    text-align: center;
  }
}
.news--udaljenost .news__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.news--udaljenost .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .news--udaljenost .news__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.news--udaljenost .news__item p, .news--udaljenost .news__item .wysiwyg table td, .wysiwyg table .news--udaljenost .news__item td {
  margin: 0;
  font-weight: 300;
}
.news--udaljenost .news__item span {
  color: #624D41;
  font-weight: 500;
}
.news--rezervacija .news__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.news--rezervacija .news__section span {
  color: #624D41;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__section span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 500;
  }
}
.news--rezervacija h2 {
  padding: 50px 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news--rezervacija h2 {
    margin: 0 auto 30px;
  }
}
html[lang=en-US] .news--rezervacija h2 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
  line-height: 4rem;
}
@media screen and (min-width: 480px) {
  html[lang=en-US] .news--rezervacija h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=en-US] .news--rezervacija h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
html[lang=de-DE] .news--rezervacija h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media screen and (min-width: 480px) {
  html[lang=de-DE] .news--rezervacija h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=de-DE] .news--rezervacija h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.news--rezervacija .news__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.news--rezervacija .news__inner_booking {
  width: 100%;
  max-width: 100%;
}
.news--rezervacija .news__inner_booking .wpbc_cal_container.bk_calendar_frame {
  width: 100%;
  max-width: 100%;
}
.news--rezervacija .news__inner_booking .wpbc_container_booking_form {
  width: 100%;
  margin-top: 0;
}
.news--rezervacija .news__inner_booking input, .news--rezervacija .news__inner_booking textarea {
  border: 1px solid rgba(198, 198, 200, 0.2901960784) !important;
  border-radius: 10px !important;
}
.news--rezervacija .news__inner_booking .date-cell-content span {
  color: rgba(26, 26, 26, 0.6);
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 480px) {
  .news--rezervacija .news__inner_booking .date-cell-content span {
    font-size: 20px;
  }
}
.news--rezervacija .news__inner_booking div.datepick-inline .datepick, .news--rezervacija .news__inner_booking div.datepick-inline .calendar-links, .news--rezervacija .news__inner_booking div.datepick-inline .calendar-links a, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-days-cell, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-days-cell a, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-days-cell div, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-title-row, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-title-row th {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 480px) {
  .news--rezervacija .news__inner_booking div.datepick-inline .datepick, .news--rezervacija .news__inner_booking div.datepick-inline .calendar-links, .news--rezervacija .news__inner_booking div.datepick-inline .calendar-links a, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-days-cell, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-days-cell a, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-days-cell div, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-title-row, .news--rezervacija .news__inner_booking div.datepick-inline .datepick-title-row th {
    font-size: 20px;
  }
}
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light:focus,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light:hover,
.news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light, .news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light:focus,
.news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light:hover, .news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
  color: #fff;
  cursor: pointer;
  width: auto;
  padding: 12px 25px;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  border: none;
  background-color: #0175A1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light:hover,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light:focus:hover,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light:hover:hover,
.news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light:hover, .news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light:focus:hover,
.news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light:hover:hover, .news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus:hover,
.news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover:hover {
  background-color: #E9A61A;
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light,
  .news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light:focus,
  .news--rezervacija .news__inner_booking .wpbc_container.wpbc_form input.wpbc_button_light:hover,
  .news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light, .news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light:focus,
  .news--rezervacija .news__inner_booking .wpbc_container .wpbc_button_light:hover, .news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light,
  .news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus,
  .news--rezervacija .news__inner_booking .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
    padding: 12px 60px;
  }
}
.news--rezervacija .news__inner_booking .block_hints .block_free, .news--rezervacija .news__inner_booking .block_hints .block_time,
.news--rezervacija .news__inner_booking .block_hints .block_check_in_out div.check-in-div,
.news--rezervacija .news__inner_booking .block_hints .block_check_in_out div.check-out-div,
.news--rezervacija .news__inner_booking .datepick-inline .date_available .wpbc-cell-box,
.news--rezervacija .news__inner_booking .datepick-inline .timespartly.check_in_time div.check-in-div,
.news--rezervacija .news__inner_booking .datepick-inline .timespartly.check_out_time div.check-out-div {
  background: #D0F2D2;
}
.news--rezervacija .news__inner_booking .block_hints .date_approved.block_check_in_out,
.news--rezervacija .news__inner_booking .block_hints .block_booked, .news--rezervacija .news__inner_booking .datepick-inline .date_approved .wpbc-cell-box,
.news--rezervacija .news__inner_booking td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
.news--rezervacija .news__inner_booking td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
  background: #F2D0D0;
}
.news--rezervacija .news__inner_booking {
  /* svi odabrani dani – isti stil kao availability */
}
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.selected .wpbc-cell-box,
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.selected_check_in .wpbc-cell-box,
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.selected_check_out .wpbc-cell-box,
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.in-range .wpbc-cell-box {
  background: transparent !important;
}
.news--rezervacija .news__inner_booking {
  /* krug (content) */
}
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.selected .date-cell-content,
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.selected_check_in .date-cell-content,
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.selected_check_out .date-cell-content,
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell.in-range .date-cell-content {
  background: #EAF2FF !important;
  color: #0069FF !important;
  border-radius: 50% !important;
}
.news--rezervacija .news__inner_booking .datepick-inline div.datepick-one-month .datepick td.datepick-current-day .wpbc-cell-box {
  background: transparent;
  background: color(srgb 0.92 0.95 1);
  border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-selected-day-color);
}
.news--rezervacija .news__inner_booking .datepick-header span {
  font-size: 22px !important;
  font-weight: 400;
  color: #1A1A1A !important;
}
.news--rezervacija .news__inner_booking .datepick-inline .datepick .datepick-title-row th {
  font-size: 17px;
  font-weight: 400;
  color: #1A1A1A !important;
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links a {
  font-size: 0 !important;
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-prev a,
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-next a {
  z-index: 99;
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-next a::before,
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-prev a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 480px) {
  .news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-next a::before,
  .news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-prev a::before {
    width: 40px;
    height: 40px;
  }
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-next a::before {
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%230069FF' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9 6l6 6-6 6'/></svg>");
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-prev a::before {
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%231a1a1a99' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M15 6l-6 6 6 6'/></svg>");
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #EBF3FF;
  border-radius: 50%;
  padding: 0 !important;
}
@media screen and (min-width: 480px) {
  .news--rezervacija .news__inner_booking .datepick-inline .calendar-links a {
    width: 55px;
    height: 55px;
  }
}
.news--rezervacija .news__inner_booking .wpdev_hint_with_text .datepick-inline table {
  border-collapse: separate !important;
  border-spacing: 8px !important;
}
.news--rezervacija .news__inner_booking .datepick-inline .datepick-days-cell {
  padding: 0 !important;
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-prev {
  margin-left: 44px !important;
}
.news--rezervacija .news__inner_booking .datepick-inline .calendar-links .datepick-next {
  margin-right: 8px !important;
}
.news--rezervacija .news__inner_booking div.datepick-inline .calendar-links {
  justify-content: space-between;
}
.news--rezervacija .news__inner_booking .datepick-inline:not(.datepick-multi) .datepick-header {
  justify-content: center;
}
.news--rezervacija .news__inner .wpbc_wizard_step .wpbc__row:first-child .wpbc__field:last-of-type {
  background: none;
  padding: 30px 0 0;
  box-sizing: border-box;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__inner .wpbc_wizard_step .wpbc__row:first-child .wpbc__field:last-of-type {
    background: #F8F8F8;
    padding: 40px 50px 150px;
  }
}
.news--rezervacija .news__inner .wpbc_wizard_step .wpbc__row:last-child {
  position: unset;
  right: 30%;
  bottom: 60px;
  width: auto;
}
.news--rezervacija .news__inner .wpbc_wizard_step .wpbc__row:last-child .wpbc__field {
  justify-content: flex-start;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__inner .wpbc_wizard_step .wpbc__row:last-child {
    position: absolute;
  }
}
.news--rezervacija .news__inner .wpbc_wizard_step .wpbc__row:last-child .bfb_element:first-child {
  display: none;
}
.news--rezervacija .news__inner .wp-core-ui div.wpbc_container.wpbc_form input,
.news--rezervacija .news__inner .wp-core-ui div.wpbc_container.wpbc_form select,
.news--rezervacija .news__inner div.wpbc_container.wpbc_form input,
.news--rezervacija .news__inner div.wpbc_container.wpbc_form select {
  height: 55px;
  background: #F7F5F5;
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__inner .wp-core-ui div.wpbc_container.wpbc_form input,
  .news--rezervacija .news__inner .wp-core-ui div.wpbc_container.wpbc_form select,
  .news--rezervacija .news__inner div.wpbc_container.wpbc_form input,
  .news--rezervacija .news__inner div.wpbc_container.wpbc_form select {
    background: #Fff;
  }
}
.news--rezervacija .news__inner .wpbc_container_booking_form .wpbc__field label:not(.wpbc_static_text),
.news--rezervacija .news__inner .wpbc_container_booking_form .wpbc__field label:not(.wpbc_static_text):hover {
  display: none;
}
.news--rezervacija .news__inner .wpbc_bfb_form:has(:not(.wpbc__field)) .bk_calendar_frame, .news--rezervacija .news__inner .wpbc__field .bk_calendar_frame {
  margin-top: 0;
}
.news--rezervacija .news__inner .datepick-inline {
  background: #fff;
  border: 1px solid rgba(198, 198, 200, 0.2901960784);
  box-shadow: none;
  border-radius: 30px;
  padding: 10px 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .news--rezervacija .news__inner .datepick-inline {
    padding: 30px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__inner .datepick-inline {
    padding: 50px;
    background: #Fff;
  }
}
.news--rezervacija .news__inner .wp-core-ui div.wpbc_container.wpbc_form textarea, .news--rezervacija .news__inner div.wpbc_container.wpbc_form textarea {
  width: 100%;
  line-height: 1.3;
  min-height: 200px;
  resize: vertical;
  background: #F7F5F5;
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__inner .wp-core-ui div.wpbc_container.wpbc_form textarea, .news--rezervacija .news__inner div.wpbc_container.wpbc_form textarea {
    background: #Fff;
  }
}
.news--rezervacija .news__inner .wpbc_wizard__border_container {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.news--rezervacija .news__inner .wpdev-validates-as-required .wpdev-checkbox {
  height: 0 !important;
}
.news--rezervacija .news__inner div.wpbc_container.wpbc_form input[type=checkbox]:after,
.news--rezervacija .news__inner div.wpbc_container.wpbc_form input[type=checkbox]:before,
.news--rezervacija .news__inner div.wpbc_container.wpbc_form input[type=radio]:after,
.news--rezervacija .news__inner div.wpbc_container.wpbc_form input[type=radio]:before {
  top: -9px;
}
.news--rezervacija .news__inner .wpbc_container_booking_form input::placeholder,
.news--rezervacija .news__inner .wpbc_container_booking_form textarea::placeholder {
  color: #624D41 !important;
  opacity: 1; /* bitno da nije izblijedeno */
}
.news--rezervacija .news__inner .wpbc_container_booking_form input::placeholder,
.news--rezervacija .news__inner .wpbc_container_booking_form textarea::placeholder {
  color: #624D41 !important;
  opacity: 1 !important;
}
.news--rezervacija .news__inner .wpbc_container_booking_form input::-webkit-input-placeholder {
  color: #624D41 !important;
}
.news--rezervacija .news__inner .datepick-inline td.datepick-days-cell .wpbc-cell-box {
  border-radius: 50%;
}
.news--rezervacija .news__inner .datepick-inline td.datepick-days-cell .wpbc-cell-box {
  border-radius: 50%;
}
.news--rezervacija .news__inner .datepick-inline:not(.datepick-multi) .datepick-header {
  margin: 0 0 40px;
}
.news--rezervacija .news__inner .wpbc_container_booking_form div[style*="font-size:7px"] {
  display: none !important;
}
.news--rezervacija .news__inner .datepick-inline:not(.datepick-multi) .datepick-header {
  padding: 0;
}
@media screen and (min-width: 480px) {
  .news--rezervacija .news__inner .datepick-inline:not(.datepick-multi) .datepick-header {
    padding: 0px 0 0 17px;
  }
}
.news--rezervacija .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .news--rezervacija .news__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.news--rezervacija .news__item p, .news--rezervacija .news__item .wysiwyg table td, .wysiwyg table .news--rezervacija .news__item td {
  font-weight: 500;
  color: #624D41;
}
.news--kontakt {
  background: url("../img/kontakt.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
@media screen and (min-width: 480px) {
  .news--kontakt {
    padding: 100px 0;
  }
}
.news--kontakt .news__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .news--kontakt .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.news--kontakt .news__item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-bottom: 0%;
}
.news--kontakt .news__item p, .news--kontakt .news__item .wysiwyg table td, .wysiwyg table .news--kontakt .news__item td {
  margin-bottom: 5px;
  font-weight: 400;
}
.news--kontakt .news__item p span, .news--kontakt .news__item .wysiwyg table td span, .wysiwyg table .news--kontakt .news__item td span, .news--kontakt .news__item p a, .news--kontakt .news__item .wysiwyg table td a, .wysiwyg table .news--kontakt .news__item td a {
  color: #624D41;
}
.news--kontakt .news__item h2 {
  margin: 0 0 30px;
}
@media screen and (min-width: 480px) {
  .news--kontakt .news__item h2 {
    margin: 0;
  }
}
.news--cjenik {
  margin: 40px 0;
}
@media screen and (min-width: 1200px) {
  .news--cjenik {
    margin: 40px 0;
  }
}
.news--cjenik .news__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .news--cjenik .news__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .news--cjenik .news__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.news--cjenik .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .news--cjenik .news__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.news--cjenik .news__item p, .news--cjenik .news__item .wysiwyg table td, .wysiwyg table .news--cjenik .news__item td {
  font-weight: 300;
  margin: 0;
}
.news--cjenik .news__item .space-cjenik {
  margin: 20px 0 0;
  display: block;
}
.news--cjenik .news__item:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (min-width: 1200px) {
  .news--cjenik .news__item:first-of-type {
    padding: 0 40px 0 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
.news--cjenik .news__item:last-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 30px -20px 0;
}
@media screen and (min-width: 1200px) {
  .news--cjenik .news__item:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: inherit;
  }
}
.news--cjenik .news__item h2 {
  margin: 0 0 40px;
}
.news--cjenik .news__item figure.card__figure img {
  margin: 0 0 0 auto;
}
.news--cjenik .pricing-table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #8B9296;
  color: #624D41;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .news--cjenik .pricing-table {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .news--cjenik .pricing-table {
    max-width: 700px;
    font-size: 18px;
  }
}
.news--cjenik .pricing-table .table-row div {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 10px;
}
@media screen and (min-width: 480px) {
  .news--cjenik .pricing-table .table-row div {
    min-height: 40px;
    padding: 12px;
  }
}
.news--cjenik .pricing-table .table-row:first-of-type {
  color: #624D41;
  background: #EEEBE9;
  font-weight: 500;
}
.news--cjenik .pricing-table .table-row:first-of-type .season {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .news--cjenik .pricing-table .table-row:first-of-type .season {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .news--cjenik .pricing-table .table-row:first-of-type .season {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.news--cjenik .pricing-table .table-row:first-of-type .period {
  font-size: 16px;
  font-size: 1.6rem;
}
.news--cjenik .pricing-table .table-row:first-of-type .price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
.news--cjenik .pricing-table .table-row {
  display: flex;
  border-bottom: 1px solid #8B9296;
}
.news--cjenik .pricing-table .table-row:last-child {
  border-bottom: none;
}
.news--cjenik .pricing-table .table-row .season {
  flex: 1;
}
.news--cjenik .pricing-table .table-row .period {
  flex: 1;
  border-right: 1px solid #8B9296;
  border-left: 1px solid #8B9296;
}
.news--cjenik .pricing-table .table-row .price {
  flex: 1;
  text-align: left;
}
.news--book {
  margin: 50px 0 0;
}
@media screen and (min-width: 480px) {
  .news--book {
    margin: 50px 0;
  }
}
.news--book .news__inner {
  margin: 0 -20px -10px;
}
@media screen and (min-width: 480px) {
  .news--book .news__inner {
    margin: 0;
  }
}
.news--book .news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  width: 48%;
}
@media screen and (min-width: 480px) {
  .news--book .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    width: 32%;
  }
  .news--book .news__item:last-of-type {
    display: none;
  }
}
.news__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 480px) {
  .news__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-bottom: 10px;
  }
}
.news__item_btn {
  margin: 20px auto 0;
}
.news__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news__pagination .prev.page-numbers, .news__pagination .next.page-numbers {
  display: none;
}
.news__pagination .page-numbers {
  font-size: 14px;
  font-size: 1.4rem;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: #4b97c2;
  color: #fff;
  border: 2px solid #4b97c2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.news__pagination .page-numbers:hover {
  background-color: #FDBB11;
  border: 2px solid #FDBB11;
  color: #fff;
}
.news__pagination .current {
  background-color: #FDBB11;
  color: #fff;
  border: 2px solid #FDBB11;
}

.wysiwyg > h2:before {
  display: none;
}
.wysiwyg > p, .wysiwyg table .wysiwyg > td {
  font-weight: 300;
  margin: 0 0 15px 0;
}
.wysiwyg > p span, .wysiwyg table .wysiwyg > td span {
  color: #624D41;
  font-weight: 600;
}
.wysiwyg > p a, .wysiwyg table .wysiwyg > td a {
  color: #FDBB11;
  border-bottom: 1px solid transparent;
}
.wysiwyg > p a:hover, .wysiwyg table .wysiwyg > td a:hover {
  color: #FDBB11;
  border-color: #FDBB11;
}
.wysiwyg > img {
  max-width: 100%;
}
.wysiwyg .entry-content img,
.wysiwyg .comment-content img,
.wysiwyg .widget img {
  max-width: 100%;
}
.wysiwyg img[class*=align],
.wysiwyg img[class*=wp-image-] {
  max-width: 100%;
  height: auto;
}
.wysiwyg img.size-full {
  max-width: 100%;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wysiwyg .wp-caption {
  max-width: 100%;
}
.wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.wysiwyg .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.wysiwyg .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.wysiwyg figcaption {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
.wysiwyg > blockquote {
  display: block;
  margin: 15px 10px 15px 15px;
  padding: 2px 0 2px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid;
  font-style: italic;
}
@media screen and (min-width: 1024px) {
  .wysiwyg > blockquote {
    margin: 25px 10px 25px 35px;
    padding: 2px 0 2px 10px;
  }
}
.wysiwyg table {
  width: 100%;
}
.wysiwyg > ul, .wysiwyg ol {
  list-style-position: inside;
  margin: 20px 0;
}
.wysiwyg > ul li, .wysiwyg ol li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 300;
  color: #624D41;
}
@media screen and (min-width: 768px) {
  .wysiwyg > ul li, .wysiwyg ol li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 0 10px 0 25px;
  }
}
.wysiwyg > ul li:before, .wysiwyg ol li:before {
  content: "";
  position: absolute;
  background: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}
.page--rezervacija .wysiwyg > ul li:before, .page--default .wysiwyg > ul li:before, .page--rezervacija .wysiwyg ol li:before, .page--default .wysiwyg ol li:before {
  content: "";
  position: absolute;
  background: #624d41;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3px;
  height: 3px;
  top: 12px;
  border-radius: 10px;
  left: 9px;
}
.wysiwyg > ul li ul, .wysiwyg ol li ul {
  margin: 20px 0;
}
.wysiwyg .list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wysiwyg .list2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.wysiwyg .list2 li {
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .wysiwyg .list2 li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(50% - 10px);
    -moz-box-flex: 1;
    -moz-flex: 1 0 calc(50% - 10px);
    -ms-flex: 1 0 calc(50% - 10px);
    flex: 1 0 calc(50% - 10px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.wysiwyg .list2 li a {
  color: #fff;
}
.wysiwyg .list2 li a:hover {
  color: #FDBB11;
}

.location {
  position: relative;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .location {
    margin: 40px 0 60px 0;
  }
}
.location .container, .location .page__footer_inner, .location .page__header_inner {
  position: relative;
}
.location__map {
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .location__map {
    margin: 0;
  }
}
.location .acf-map {
  width: 100%;
  height: 500px;
}

.newsletter {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
@media screen and (min-width: 1024px) {
  .newsletter {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.newsletter__inner {
  padding: 20px;
  background: linear-gradient(53deg, #4b97c2, #4b97c2, #a16ea9, #9d60a1);
}
@media screen and (min-width: 1024px) {
  .newsletter__inner {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.newsletter__heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32.2033898305%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 32.2033898305%;
  -ms-flex: 0 1 32.2033898305%;
  flex: 0 1 32.2033898305%;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin: 0;
}
.newsletter__heading:before {
  border: none;
}
.newsletter__heading span {
  background-color: transparent;
  margin-left: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .newsletter__heading {
    text-align: left;
    font-size: 46px;
    font-size: 4.6rem;
  }
}
.newsletter__description {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .newsletter__description {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32.2033898305%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 32.2033898305%;
    -ms-flex: 0 1 32.2033898305%;
    flex: 0 1 32.2033898305%;
  }
}
.newsletter__form {
  position: relative;
}
.newsletter__form_input {
  margin: 0;
  padding: 0 50px 0 20px;
  width: 100%;
  height: 50px;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1024px) {
  .newsletter__form_input {
    width: 80%;
  }
}
.newsletter__form > button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: #9d60a1;
  background: #FFF;
  border: 2px solid #9d60a1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.newsletter__form > button:before {
  content: "\e905";
  color: #9d60a1;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 13px;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.newsletter__form > button:hover {
  cursor: pointer;
  color: #9d60a1;
  border-color: #9d60a1;
}
.newsletter .sib_signup_form {
  position: relative;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .newsletter .sib_signup_form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32.2033898305%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 32.2033898305%;
    -ms-flex: 0 1 32.2033898305%;
    flex: 0 1 32.2033898305%;
  }
}

.register {
  padding: 0;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  box-shadow: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .register {
    padding: 40px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
  }
}
.register label#nf-label-field-74, .register label#nf-label-field-79 {
  display: block;
  padding-left: 6px;
}
.register .nf-form-fields-required {
  display: none;
}
.register .nf-fu-fileinput-button {
  height: 50px;
  padding: 0 20px;
  background: #FDBB11;
  border: 2px solid #FDBB11;
}
.register .nf-fu-fileinput-button:hover {
  border: 2px solid #FDBB11;
  background-color: #00aeef;
}
.register input.ninja-forms-field, .register textarea.ninja-forms-field, .register select {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  vertical-align: middle;
  background: #F7F5F5;
  color: #0175A1;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .register input.ninja-forms-field, .register textarea.ninja-forms-field, .register select {
    background: #FAFAF9;
  }
}
.register label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #624D41;
  font-weight: 400 !important;
}
.register label a {
  font-weight: 600;
  color: #0175A1;
}
.register .nf-field-label label {
  display: none;
}
.register #nf-label-field-30, .register #nf-label-field-67, .register #nf-label-field-60 {
  display: block;
}
.register .nf-error-msg {
  color: #cb161d;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.register .nf-field-container {
  margin-bottom: 15px;
}
.register .nf-field-label {
  margin-bottom: 5px;
}
.register .nf-form-hp {
  display: none;
}
.register #nf-field-61, .register #nf-field-75, .register #nf-field-80 {
  color: #fff;
  cursor: pointer;
  width: auto;
  padding: 12px 25px;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  border: none;
  background-color: #0175A1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}
.register #nf-field-61:hover, .register #nf-field-75:hover, .register #nf-field-80:hover {
  background-color: #E9A61A;
}
@media screen and (min-width: 1024px) {
  .register #nf-field-61, .register #nf-field-75, .register #nf-field-80 {
    padding: 12px 35px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.register #nf-field-14-wrap {
  display: flex;
  align-items: center;
}
.register .checkbox-wrap .nf-field-label {
  margin: 0;
  padding-left: 10px;
}
.register .label-right .checkbox-wrap .nf-field-element {
  width: 10px;
}
.register ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0175A1;
}
.register ::-moz-placeholder { /* Firefox 19+ */
  color: #0175A1;
}
.register :-ms-input-placeholder { /* IE 10+ */
  color: #0175A1;
}
.register :-moz-placeholder { /* Firefox 18- */
  color: #0175A1;
}
.register .nf-field-element input[type=checkbox] {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: content-box;
  cursor: pointer;
}

.team {
  padding: 0;
}
@media screen and (min-width: 480px) {
  .team {
    padding: 25px 0;
  }
}
.team__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.team__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.team__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 40px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .team__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 25px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .team__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.gallery {
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin: 0;
  }
}
.gallery__list {
  margin: 0 auto;
  max-width: 1140px;
}
.gallery__list .slick-track {
  display: flex;
  align-items: center;
}
.gallery__list.loading {
  opacity: 0;
}
.gallery__list.is-ready {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.gallery__arrows_item {
  display: none;
}
.gallery__item {
  padding: 0;
  transition: all 0.4s ease;
  opacity: 0.6;
  transform: scale(0.9);
  position: relative;
}
.gallery__item:after {
  content: "";
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gallery__item:after {
    width: 80px;
    height: 80px;
  }
}
.gallery__item a {
  display: block;
}
.gallery__item_img {
  position: relative;
  display: block;
  aspect-ratio: unset; /* promijeni po želji */
  width: 100%;
  max-height: 600px;
}
@media screen and (min-width: 768px) {
  .gallery__item_img {
    aspect-ratio: 4/5; /* promijeni po želji */
  }
}
.gallery__item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery .slick-center {
  opacity: 1;
  transform: scale(1);
}
.gallery .slick-center img {
  height: 600px;
}
.gallery .slick-center:after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.gallery .slick-slide {
  transition: all 0.4s ease;
}

.page .des {
  display: none;
}
@media screen and (min-width: 480px) {
  .page .des {
    display: block;
  }
}
.page .mob {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .page .mob {
    display: none;
  }
}
.page__header {
  position: relative;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .page__header {
    padding: 120px 0 80px;
  }
}
.page__header_inner {
  position: relative;
}
.page__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
}
.page__header:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page__footer {
  position: relative;
  padding: 200px 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page__footer {
    padding: 400px 0;
  }
}
.page__footer_inner {
  position: relative;
}
.page__footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/career.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
}
.page--edna .page__footer:after {
  background-image: url(../img/forest.jpg);
}
.page__footer:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page__wrapper {
  margin: 100px 0 20px;
}
@media screen and (min-width: 1200px) {
  .page__wrapper {
    margin: 140px 0 40px;
  }
}
.page__content {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .page__content {
    padding: 50px 0;
  }
}
.page__content span {
  font-weight: 700;
}
.page__content_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page__content_inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page__content_inner img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 313px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .page__content_inner img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
.page__content_inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page__content_inner div {
    -webkit-box-flex: 70%;
    -webkit-flex: 70%;
    -moz-box-flex: 70%;
    -moz-flex: 70%;
    -ms-flex: 70%;
    flex: 70%;
    padding-left: 50px;
  }
}
.page .contact {
  background-color: unset;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .page .contact {
    background-color: #F4F9FD;
    padding: 100px 0;
  }
}
.page .contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page .contact__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page .contact__inner_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page .contact__inner_item {
    width: 50%;
  }
}
.page .contact__inner_item h2 {
  color: #8F7A6F;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 0 auto 30px;
  padding: 0 0 15px;
}
@media screen and (min-width: 480px) {
  .page .contact__inner_item h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page .contact__inner_item h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.page .contact__inner_item p, .page .contact__inner_item .wysiwyg table td, .wysiwyg table .page .contact__inner_item td {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 0;
}
.page .contact__inner_item p a, .page .contact__inner_item .wysiwyg table td a, .wysiwyg table .page .contact__inner_item td a {
  color: #624D41;
  font-weight: 600;
}
.page .contact__inner_item:first-of-type {
  padding: 0 0 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page .contact__inner_item:first-of-type {
    padding: 10px 90px 0 0;
  }
}
.page--default h2 {
  color: #0175A1;
}
.page--rezervacija .gallery__list {
  max-width: 1400px;
  margin: 50px;
}
.page--rezervacija .datepick-inline td.datepick-days-cell .wpbc-cell-box {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  .page--rezervacija .datepick-inline td.datepick-days-cell .wpbc-cell-box {
    width: 60px;
    height: 60px;
  }
}
.page--rezervacija .block_hints {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 480px) {
  .page--rezervacija .block_hints {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page--rezervacija .block_hints .wpdev_hint_with_text .block_text {
  margin: 15px 0 0 10px;
}
@media screen and (min-width: 480px) {
  .page--rezervacija .block_hints .wpdev_hint_with_text .block_text {
    margin: 30px 0 0 15px;
  }
}
.page--faq .card--07 .container--big {
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .page--faq .card--07 .container--big {
    height: 1000px;
  }
}
.page--faq .card--07 .card__data {
  width: 100%;
  right: auto;
  position: relative;
  transform: unset;
}
@media screen and (min-width: 1200px) {
  .page--faq .card--07 .card__data {
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
  }
}
.page--faq .card--07 .card__figure:after {
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.7019607843)), color-stop(20%, rgba(255, 255, 255, 0.7019607843)), to(#ffffff));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.7019607843) 0%, rgba(255, 255, 255, 0.7019607843) 20%, #ffffff 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7019607843) 0%, rgba(255, 255, 255, 0.7019607843) 20%, #ffffff 100%);
}
.page .banners--one {
  position: relative;
}
.page .banners--one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 20%);
  z-index: 1;
}
.page .banners--one .card__data h2 {
  margin: 0 auto 30px;
  z-index: 1;
}
.page .banners--about h3 {
  margin: 0 auto 40px;
  max-width: 300px;
}
@media screen and (min-width: 480px) {
  .page .banners--about h3 {
    max-width: 500px;
  }
}
.page .banners--about2 {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .page .banners--about2 {
    margin: -243px 0 0 0;
  }
}
.page .banners--cjenik .card__data h2 {
  margin: 0 0 30px;
  max-width: 180px;
}
@media screen and (min-width: 480px) {
  .page .banners--cjenik .card__data h2 {
    margin: 0 0 30px;
    max-width: 100%;
  }
}
.page .banners--cjenik .card__data li {
  color: #8F7A6F;
}
.page .banners--cjenik .card__excerpt li {
  color: #624D41;
  font-weight: 300;
}
.page--rezervacija .contact {
  display: none;
}
.page--home .fold__img {
  background-position: 15%;
}
@media screen and (min-width: 768px) {
  .page--home .fold .container, .page--home .fold .page__header_inner, .page--home .fold .page__footer_inner {
    max-width: 600px;
    padding-left: 0;
    left: 65%;
    top: 50%;
  }
}
.page--home .fold__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  background: linear-gradient(0deg, #ffffff 3%, rgba(255, 255, 255, 0) 20%);
  z-index: 1;
}
.page--home .fold__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  background: rgba(1, 117, 161, 0.1019607843);
  z-index: 0;
}
.page--home .fold__item_title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 46px;
  line-height: 4.6rem;
}
@media screen and (min-width: 480px) {
  .page--home .fold__item_title {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .page--home .fold__item_title {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
.page--home .fold .btn, .page--home .fold .form__submit input, .form__submit .page--home .fold input {
  color: #000;
}
.page--home .fold .btn:hover, .page--home .fold .form__submit input:hover, .form__submit .page--home .fold input:hover {
  color: #fff;
}
.page--home .card__figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
html[lang=de-DE] .page--home .card__figure h4 {
  font-weight: 400;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  html[lang=de-DE] .page--home .card__figure h4 {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  .page--home .card__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
.page--about .fold .fold__img {
  background-position: calc(50% - 0px) 70%;
}
@media screen and (min-width: 1024px) {
  .page--about .fold .fold__img {
    background-position: calc(50% - 300px) 70%;
  }
}
.page--about .fold .fold__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 79, 133, 0.4) 0%, rgba(102, 102, 102, 0.36) 100%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page--about .fold .fold__item:after {
    background: linear-gradient(270deg, #fbf7f4 30%, rgba(255, 255, 255, 0) 100%);
  }
}
.page--about .fold .container, .page--about .fold .page__header_inner, .page--about .fold .page__footer_inner {
  right: unset;
  left: 50%;
  max-width: 100%;
  transform: perspective(1px) translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page--about .fold .container, .page--about .fold .page__header_inner, .page--about .fold .page__footer_inner {
    right: 0;
    left: 60%;
    transform: perspective(1px) translate(-50%, -50%);
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .page--about .fold .container, .page--about .fold .page__header_inner, .page--about .fold .page__footer_inner {
    right: 0;
    left: 65%;
  }
}
@media screen and (min-width: 1400px) {
  .page--about .fold .container, .page--about .fold .page__header_inner, .page--about .fold .page__footer_inner {
    right: 0;
    left: 70%;
  }
}
.page--about .fold .fold__item_uptitle, .page--about .fold .fold__item_title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page--about .fold .fold__item_uptitle, .page--about .fold .fold__item_title {
    color: #624D41;
  }
}
.page--about .fold .fold__item_title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 46px;
  line-height: 4.6rem;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .page--about .fold .fold__item_title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
html[lang=de-DE] .page--about .news--about2 .card--08 .card__figure h4 {
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media screen and (min-width: 480px) {
  html[lang=de-DE] .page--about .news--about2 .card--08 .card__figure h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=de-DE] .page--about .news--about2 .card--08 .card__figure h4 {
    padding: 0 65px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}
.page--senj .news__item p, .page--senj .news__item .wysiwyg table td, .wysiwyg table .page--senj .news__item td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding: 0;
  margin: 0 0 30px 0;
  color: #624D41;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page--senj .news__item p, .page--senj .news__item .wysiwyg table td, .wysiwyg table .page--senj .news__item td {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.page--senj .news__item h2 {
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
  line-height: 3.4rem;
}
@media screen and (min-width: 480px) {
  .page--senj .news__item h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .page--senj .news__item h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .page--senj .news__item h2 {
    padding: 0 80px 40px 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .page--senj .news__item h2 {
    padding: 0 80px 40px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
.page--senj .news__item.text-box h2 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 480px) {
  .page--senj .news__item.text-box h2 {
    padding: 0 0 40px 0;
  }
}
.page--klada .news__item p, .page--klada .news__item .wysiwyg table td, .wysiwyg table .page--klada .news__item td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding: 0;
  margin: 0 0 30px 0;
  color: #624D41;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page--klada .news__item p, .page--klada .news__item .wysiwyg table td, .wysiwyg table .page--klada .news__item td {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.page--klada .news__item h2 {
  position: relative;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 50px;
  line-height: 5rem;
}
.page--klada .banners .card__excerpt p, .page--klada .banners .card__excerpt .wysiwyg table td, .wysiwyg table .page--klada .banners .card__excerpt td {
  margin: 0;
}
.page--404 span {
  position: relative;
  font-size: 100px;
  font-size: 10rem;
  line-height: 100px;
  line-height: 10rem;
  margin: 0 0 25px;
  padding: 0 0 15px;
  color: #000;
  font-weight: 600;
  text-align: center;
  display: block;
}
.page--404 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 50px;
  margin-left: -25px;
  background-color: #FDBB11;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.page--404 .page__404_content {
  text-align: center;
  padding: 50px 0;
}
@media screen and (min-width: 480px) {
  .page--404 .page__404_content {
    padding: 50px 0 100px;
  }
}
.page--404 .page__404_content .desc {
  max-width: 1000px;
  margin: 50px auto;
}
.page--singleblog h3 {
  text-align: left;
  max-width: 100%;
}
.page--singleblog h3:after {
  left: 0;
  width: 100%;
  margin-left: 0;
}
.page--singleblog .page__single_img {
  margin: 20px auto 40px;
}
.page--singleblog p, .page--singleblog .wysiwyg table td, .wysiwyg table .page--singleblog td {
  text-align: left;
}
.page:before:hover {
  background: #0175A1;
}
.page__title {
  text-align: center;
  position: relative;
}
.page__title h2 {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .page__title h2 {
    margin: 0 auto 40px;
  }
}
.page__title .pagenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
}
@media screen and (min-width: 480px) {
  .page__title .pagenav {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 50px 0;
  }
}
.page__title .pagenav a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #BDBDBD;
  font-weight: 500;
}
.page__title .pagenav__onlink {
  color: #2F3B85 !important;
  font-weight: 600 !important;
}
.page__gallery {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .page__gallery {
    margin: 20px 0 60px;
  }
}
.page__gallery h2 {
  text-align: left;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .page__gallery h2 {
    text-align: center;
    margin-bottom: 80px;
    padding: 0;
  }
}
.page__gallery_post {
  padding: 0 0 50px;
}
.page__single {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .page__single {
    margin: 60px 0;
  }
}
.page__archive {
  padding: 0 0 50px;
}
.page__singlearrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0 0;
}
@media screen and (min-width: 480px) {
  .page__singlearrows {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.partners {
  position: relative;
  padding: 40px 0 80px;
  background: #FFFAF6;
}
@media screen and (min-width: 480px) {
  .partners {
    padding: 40px 20px 80px;
  }
}
@media screen and (min-width: 768px) {
  .partners {
    padding: 100px 20px 120px;
  }
}
.partners h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partners h2 {
    margin-bottom: 80px;
  }
}
.partners__slider .slick-track {
  display: flex !important;
}
.partners__slider .slick-slide {
  height: auto !important;
  display: flex !important;
  margin: 0;
  padding: 0 15px;
}
.partners__slider .slick-slide > div {
  width: 100%;
  display: flex;
}
.partners__slider .slick-slide img {
  margin: 0 auto;
}
.partners__item {
  width: 100%;
  display: flex;
}
.partners__item_subtitle {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 10px;
  padding: 20px 30px 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.partners__item_subtitle p, .partners__item_subtitle .wysiwyg table td, .wysiwyg table .partners__item_subtitle td {
  color: #8F7A6F;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .partners__item_subtitle p, .partners__item_subtitle .wysiwyg table td, .wysiwyg table .partners__item_subtitle td {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.partners__item_subtitle p:last-of-type, .partners__item_subtitle .wysiwyg table td:last-of-type, .wysiwyg table .partners__item_subtitle td:last-of-type {
  margin-bottom: 0;
}
.partners__item_subtitle span {
  display: block;
}
.partners__item_subtitle .ime {
  margin-top: auto;
  padding-top: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
}
.partners__item_subtitle .zemlja {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 5px 0 0;
}
.partners__img {
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.partners__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.partners__arrows_item {
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  color: #AA9A93;
  cursor: pointer;
  pointer-events: all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 480px) {
  .partners__arrows_item {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .partners__arrows_item {
    font-size: 40px;
    font-size: 4rem;
  }
}
.partners__arrows_item.arrow-next {
  right: -5px;
}
.partners__arrows_item.arrow-prev {
  left: -5px;
}
@media screen and (min-width: 480px) {
  .partners__arrows_item.arrow-next {
    right: -10px;
  }
  .partners__arrows_item.arrow-prev {
    left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .partners__arrows_item.arrow-next {
    right: -20px;
  }
  .partners__arrows_item.arrow-prev {
    left: -20px;
  }
}
.partners__arrows_item i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
}
.partners__dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  z-index: 1;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .partners__dots {
    bottom: 55px;
  }
}
.partners__dots li {
  float: left;
  margin: 0 10px 0 0;
}
.partners__dots li button {
  border: none;
  outline: none;
  box-shadow: none;
  text-indent: -9999px;
  background-color: #fff;
  border: 1px solid #AA9A93;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.partners__dots li.slick-active button {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  background-color: #AA9A93;
}
/*# sourceMappingURL=base.min.css.map */
