/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

/**
     * 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: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/*! 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: 1500;
  -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: #fff;
  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;
  -ms-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%;
  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 {
  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; }

@font-face {
  font-family: 'Cera Pro';
  src: url(../fonts/CeraPro-Medium.eot);
  src: url(../fonts/CeraPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/CeraPro-Medium.woff2) format("woff2"), url(../fonts/CeraPro-Medium.woff) format("woff"), url(../fonts/CeraPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cera Pro';
  src: url(../fonts/CeraPro-Black.eot);
  src: url(../fonts/CeraPro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/CeraPro-Black.woff2) format("woff2"), url(../fonts/CeraPro-Black.woff) format("woff"), url(../fonts/CeraPro-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cera Pro';
  src: url(../fonts/CeraPro-Light.eot);
  src: url(../fonts/CeraPro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/CeraPro-Light.woff2) format("woff2"), url(../fonts/CeraPro-Light.woff) format("woff"), url(../fonts/CeraPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

.js .fit {
  display: inline-block;
  white-space: nowrap; }

button {
  font-family: "Cera Pro", Arial, Helvetica, sans-serif;
  color: inherit;
  outline: none; }

.close-button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  position: relative; }
  .close-button::after, .close-button::before {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 2px solid currentColor;
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: 50% 50%; }
  .close-button::after {
    transform: rotate(45deg); }
  .close-button::before {
    transform: rotate(-45deg); }

.button-link {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px 0;
  max-width: 250px;
  color: #000; }
  .button-link .button-border {
    border-bottom: 2px solid #B06010;
    position: absolute;
    left: 0;
    top: 100%;
    right: 90px; }
  .button-link .title {
    font-style: normal;
    color: #000000;
    display: inline-block;
    transition: transform .4s ease-in-out;
    transform-origin: 0% 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateX(0px); }
  .button-link .cube {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #B06010;
    transform: translateY(50%); }
  .button-link .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    border-bottom: 2px solid #fff;
    width: 55%;
    transition: width .4s ease-in-out; }
    .button-link .arrow::after, .button-link .arrow::before {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      right: -1px;
      margin-left: -5px;
      transform-origin: 100% 50%;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .button-link .arrow::after {
      transform: rotate(45deg); }
    .button-link .arrow::before {
      transform: rotate(-45deg); }
  .button-link:hover .title {
    transform: translateX(10px); }
  .button-link:hover .arrow {
    width: 70%; }

.button-link-alt {
  display: inline-block;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  text-decoration: none;
  color: #000000;
  background-color: transparent; }
  .button-link-alt span {
    position: relative; }
  .button-link-alt::before, .button-link-alt::after {
    content: "";
    display: block;
    background-color: #B06010;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    transition: width .4s ease-in-out; }
  .button-link-alt::after {
    width: 0%;
    background-color: #D7D7D6; }
  .button-link-alt:hover::after {
    width: 100%; }

.wpcf7 {
  border-left: 10px solid #000000; }
  .wpcf7 textarea,
  .wpcf7 select,
  .wpcf7 input[type="email"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="date"] {
    border-width: 0;
    border-bottom-width: 2px;
    border-color: #000000;
    padding: 15px;
    font-family: "Cera Pro", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 500;
    outline-width: 0;
    outline: none;
    width: 100%;
    box-sizing: border-box; }
    .wpcf7 textarea:-ms-input-placeholder,
    .wpcf7 select:-ms-input-placeholder,
    .wpcf7 input[type="email"]:-ms-input-placeholder,
    .wpcf7 input[type="number"]:-ms-input-placeholder,
    .wpcf7 input[type="text"]:-ms-input-placeholder,
    .wpcf7 input[type="tel"]:-ms-input-placeholder,
    .wpcf7 input[type="date"]:-ms-input-placeholder {
      color: #000000;
      font-weight: 500; }
    .wpcf7 textarea::placeholder,
    .wpcf7 select::placeholder,
    .wpcf7 input[type="email"]::placeholder,
    .wpcf7 input[type="number"]::placeholder,
    .wpcf7 input[type="text"]::placeholder,
    .wpcf7 input[type="tel"]::placeholder,
    .wpcf7 input[type="date"]::placeholder {
      color: #000000;
      font-weight: 500; }
    .wpcf7 textarea::-webkit-input-placeholder,
    .wpcf7 select::-webkit-input-placeholder,
    .wpcf7 input[type="email"]::-webkit-input-placeholder,
    .wpcf7 input[type="number"]::-webkit-input-placeholder,
    .wpcf7 input[type="text"]::-webkit-input-placeholder,
    .wpcf7 input[type="tel"]::-webkit-input-placeholder,
    .wpcf7 input[type="date"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000000;
      font-weight: 500; }
    .wpcf7 textarea::-moz-placeholder,
    .wpcf7 select::-moz-placeholder,
    .wpcf7 input[type="email"]::-moz-placeholder,
    .wpcf7 input[type="number"]::-moz-placeholder,
    .wpcf7 input[type="text"]::-moz-placeholder,
    .wpcf7 input[type="tel"]::-moz-placeholder,
    .wpcf7 input[type="date"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000;
      font-weight: 500; }
    .wpcf7 textarea:-ms-input-placeholder,
    .wpcf7 select:-ms-input-placeholder,
    .wpcf7 input[type="email"]:-ms-input-placeholder,
    .wpcf7 input[type="number"]:-ms-input-placeholder,
    .wpcf7 input[type="text"]:-ms-input-placeholder,
    .wpcf7 input[type="tel"]:-ms-input-placeholder,
    .wpcf7 input[type="date"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #000000;
      font-weight: 500; }
    .wpcf7 textarea:-moz-placeholder,
    .wpcf7 select:-moz-placeholder,
    .wpcf7 input[type="email"]:-moz-placeholder,
    .wpcf7 input[type="number"]:-moz-placeholder,
    .wpcf7 input[type="text"]:-moz-placeholder,
    .wpcf7 input[type="tel"]:-moz-placeholder,
    .wpcf7 input[type="date"]:-moz-placeholder {
      /* Firefox 18- */
      color: #000000;
      font-weight: 500; }
  .wpcf7 textarea {
    resize: vertical; }
  .wpcf7 .button-link-alt {
    padding-right: 40px;
    font-weight: 500;
    outline: none;
    color: #B06010;
    transition: color .5s; }
    .wpcf7 .button-link-alt:hover {
      color: #D7D7D6; }
  .wpcf7 div.wpcf7-response-output {
    border-width: 0px;
    font-style: italic; }
  .wpcf7 div.wpcf7-mail-sent-ok {
    border-left: 2px solid #5cb85c; }
  .wpcf7 div.wpcf7-validation-errors {
    border-left: 2px solid #f0ad4e; }

div.wpcf7 {
  padding-left: 65px; }

form .wpcf7-not-valid-tip {
  font-size: 12px; }

@media all and (min-width: 1024px) {
  form {
    max-width: 800px; }
    form .two-columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      form .two-columns .wpcf7-form-control-wrap {
        width: 50%; }
    form .one-column .wpcf7-form-control-wrap {
      width: calc(100% - 30px); }
    form .one-column .button-link-alt {
      margin-right: 15px; }
    form .wpcf7-form-control-wrap {
      display: inline-block;
      margin: 0 15px; } }

.icon {
  width: 50px;
  height: 50px;
  display: inline-block; }
  .icon .svg-icon {
    position: relative;
    width: 100%;
    height: 100%; }

/*! 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: 50px;
  height: 50px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  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--close {
  background-color: #000000;
  border: none;
  position: relative;
  top: 10px;
  left: 50px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .pswp__button--close::after, .pswp__button--close::before {
    content: "";
    width: 15px;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translate(-50%, 0%) rotate(45deg); }
  .pswp__button--close::after {
    transform: translate(-50%, 0%) rotate(-45deg); }

.pswp__button {
  width: 50px;
  height: 50px; }

.pswp__button--fs {
  display: none; }

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

.pswp__button--zoom {
  display: none; }

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

/* 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;
  position: absolute;
  bottom: 10px;
  right: 50px;
  width: 50px;
  height: 50px; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background-color: #000000;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .pswp__button--arrow--left::after, .pswp__button--arrow--left::before,
  .pswp__button--arrow--right::after,
  .pswp__button--arrow--right::before {
    content: "";
    width: 10px;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.pswp__button--arrow--left {
  transform: translate(-50px, -50px); }
  .pswp__button--arrow--left::after, .pswp__button--arrow--left::before {
    transform-origin: 0% 50%; }
  .pswp__button--arrow--left::before {
    margin-top: -1px;
    transform: translateX(-40%) rotate(45deg); }
  .pswp__button--arrow--left::after {
    transform: translateX(-40%) rotate(-45deg); }

.pswp--zoom-allowed .pswp__img {
  cursor: default !important; }

.pswp__button--arrow--right::after, .pswp__button--arrow--right::before {
  left: 50%;
  transform-origin: 100% 50%; }

.pswp__button--arrow--right::before {
  transform: translateX(-60%) rotate(45deg); }

.pswp__button--arrow--right::after {
  margin-top: -1px;
  transform: translateX(-60%) rotate(-45deg); }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: 1600;
  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: 1620;
  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: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.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: 150px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */ }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    width: 150px;
    height: 35px;
    background: #000;
    transform: scaleX(0);
    animation: showEffectHorizontal 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 #000;
  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: 1550; }

/* 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(255, 255, 255, 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: rgba(255, 255, 255, 0.3); }

/* 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__img--placeholder {
  display: none; }

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

.header-menu-open {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: solid 16px;
  padding: 10px 10px 10px 30px;
  position: relative; }
  .header-menu-open .menu-icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    border-bottom: 2px solid #B06010; }
    .header-menu-open .menu-icon::before, .header-menu-open .menu-icon::after {
      content: "";
      position: absolute;
      left: 0;
      top: -6.66667px;
      width: 20px;
      border-bottom: 2px solid #B06010; }
    .header-menu-open .menu-icon::after {
      top: 6.66667px; }

.header-menu-close {
  background-color: #D7D7D6;
  border: none;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 50px;
  height: 50px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  z-index: 2; }
  .header-menu-close::after, .header-menu-close::before {
    content: "";
    width: 15px;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translate(-50%, 0%) rotate(45deg); }
  .header-menu-close::after {
    transform: translate(-50%, 0%) rotate(-45deg); }

.header-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #D7D7D6;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease-in-out, visibility .7s ease-in-out; }
  .header-menu-container .svg-container {
    left: -100px;
    top: 70px;
    position: absolute; }
    .header-menu-container .svg-container svg {
      width: 100vh;
      height: 100vh;
      color: rgba(176, 96, 16, 0.2); }
  .header-menu-visible .header-menu-container {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 782px) {
    .admin-bar .header-menu-container {
      top: 46px; } }
  .admin-bar .header-menu-container {
    top: 32px; }

.header-menu {
  text-align: center;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .header-menu a {
    text-decoration: none;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px; }
  .header-menu a:hover {
    color: #B06010; }
  .header-menu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    overflow: auto;
    transform: translate(-50%, -50%); }

.swiper-container-wrapper {
  position: relative;
  padding-left: 25px;
  padding-right: 25px; }
  .swiper-container-wrapper img {
    vertical-align: top; }

.video-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  object-fit: cover; }

body {
  font-family: "Cera Pro", Arial, Helvetica, sans-serif;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  font-family: Maroni, "Cera Pro", Arial, Helvetica, sans-serif;
  color: #000000; }

.elementor-size-xxl {
  word-wrap: break-word; }

.page-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .page-intro h3 {
    font-size: 40px;
    font-style: initial;
    font-weight: 500;
    margin-top: 0px; }
  .page-intro .page-intro-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .page-intro .page-intro-text {
    font-style: initial;
    box-sizing: border-box;
    padding: 20px 0px; }
    .page-intro .page-intro-text a {
      max-width: none; }
  @media all and (min-width: 769px) {
    .page-intro {
      -ms-flex-direction: row;
          flex-direction: row; }
      .page-intro h3 {
        margin-top: 50px; }
      .page-intro.right {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        .page-intro.right .page-intro-text {
          padding: 0px 50px 50px 0px; }
      .page-intro .page-intro-text {
        width: 50%;
        padding: 0px 0px 50px 50px; }
      .page-intro .page-intro-image {
        width: 50%; } }
  @media all and (min-width: 1024px) {
    .page-intro .page-intro-text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0 50px 50px 50px;
      width: 33.33%; }
      .page-intro .page-intro-text p {
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .page-intro .page-intro-image {
      width: 66.66%; }
    .page-intro.right {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .page-intro.right .page-intro-image {
        width: 50%; }
      .page-intro.right .page-intro-text {
        padding: 0 0 50px 0; } }

.page-outro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .page-outro h3 {
    font-size: 30px;
    font-style: initial;
    font-weight: 500;
    margin-top: 0; }
  .page-outro .page-outro-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .page-outro .page-outro-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-style: initial;
    font-size: 16px;
    box-sizing: border-box;
    padding: 20px 0px; }
    .page-outro .page-outro-text a {
      max-width: none; }
    .page-outro .page-outro-text p {
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding-bottom: 25px; }
  @media all and (min-width: 769px) {
    .page-outro {
      -ms-flex-direction: column;
          flex-direction: column; }
      .page-outro.right {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
      .page-outro .page-outro-text {
        width: 100%;
        padding: 30px 60px 50px 0px; }
      .page-outro .page-outro-image {
        width: 100%; } }
  @media all and (min-width: 1024px) {
    .page-outro .page-outro-image {
      width: 100%; }
    .page-outro.right {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .page-outro.right .page-outro-image {
        width: 50%; } }

.offers-list .offers-list-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }

.offers-list .offer-item {
  padding: 50px 0;
  box-sizing: border-box; }

.offers-list .offer-item-title {
  font-size: 33px; }

.offers-list .offer-item-text {
  font-style: italic; }

.offers-list .button-link {
  max-width: none; }

@media all and (min-width: 569px) {
  .offers-list .offer-item {
    padding: 50px 0; } }

@media all and (min-width: 769px) {
  .offers-list .offers-list-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 150px; }
  .offers-list .offer-item {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%; }
  .offers-list .offer-item {
    padding-right: 50px; }
  .offers-list .offer-item:nth-child(2n) {
    transform: translateY(150px);
    padding-right: 0px;
    padding-left: 50px; } }

.rooms-slider {
  padding: 20px 0px 50px 0px; }
  .rooms-slider .theme-swiper-button-next {
    right: 50px;
    outline: none; }
  .rooms-slider .theme-swiper-button-prev {
    left: 50px;
    outline: none; }
  .rooms-slider .swiper-slide {
    background: #f4f3f3; }
  .rooms-slider .rooms-slider-image {
    position: relative; }
  .rooms-slider .rooms-slider-title {
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 2; }
    .rooms-slider .rooms-slider-title a:link {
      color: #ffffff; }
    .rooms-slider .rooms-slider-title a:visited {
      color: #ffffff; }
    .rooms-slider .rooms-slider-title a:hover {
      color: #ffffff; }
    .rooms-slider .rooms-slider-title a:active {
      color: #ffffff; }
  .rooms-slider .rooms-slider-link {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2; }
    .rooms-slider .rooms-slider-link a {
      color: #000000;
      padding-right: 100px;
      padding: 26px 50px 26px 0; }

.theme-swiper-button-next,
.theme-swiper-button-prev {
  position: absolute;
  top: 75%;
  margin-top: -25px;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 70px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .theme-swiper-button-next::after,
  .theme-swiper-button-prev::after {
    display: none; }
  .theme-swiper-button-next .cube,
  .theme-swiper-button-prev .cube {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #B06010;
    position: absolute;
    z-index: 2; }
  .theme-swiper-button-next .arrow,
  .theme-swiper-button-prev .arrow {
    position: absolute;
    top: 50%;
    display: block;
    border-bottom: 2px solid #fff;
    width: 55%;
    transition: width .4s ease-in-out; }
    .theme-swiper-button-next .arrow::after, .theme-swiper-button-next .arrow::before,
    .theme-swiper-button-prev .arrow::after,
    .theme-swiper-button-prev .arrow::before {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      margin-left: -5px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: transform .4s ease-in-out; }
    .theme-swiper-button-next .arrow::after,
    .theme-swiper-button-prev .arrow::after {
      transform: rotate(45deg); }
    .theme-swiper-button-next .arrow::before,
    .theme-swiper-button-prev .arrow::before {
      transform: rotate(-45deg); }
  .theme-swiper-button-next:hover .arrow,
  .theme-swiper-button-prev:hover .arrow {
    width: 70%; }
  .theme-swiper-button-next.swiper-button-disabled,
  .theme-swiper-button-prev.swiper-button-disabled {
    cursor: auto; }
    .theme-swiper-button-next.swiper-button-disabled .arrow,
    .theme-swiper-button-prev.swiper-button-disabled .arrow {
      width: 50%; }
      .theme-swiper-button-next.swiper-button-disabled .arrow::after,
      .theme-swiper-button-prev.swiper-button-disabled .arrow::after {
        transform: rotate(-90deg); }
      .theme-swiper-button-next.swiper-button-disabled .arrow::before,
      .theme-swiper-button-prev.swiper-button-disabled .arrow::before {
        transform: rotate(90deg); }

.theme-swiper-button-next {
  right: 100px; }
  .theme-swiper-button-next .cube {
    right: 0; }
  .theme-swiper-button-next .arrow {
    left: 0; }
    .theme-swiper-button-next .arrow::after, .theme-swiper-button-next .arrow::before {
      transform-origin: 100% 50%;
      right: -1px; }

.theme-swiper-button-prev {
  left: 100px; }
  .theme-swiper-button-prev .arrow {
    right: 0; }
    .theme-swiper-button-prev .arrow::after, .theme-swiper-button-prev .arrow::before {
      transform-origin: 0% 50%;
      left: 3px; }

@media all and (min-width: 569px) {
  .rooms-slider {
    padding: 20px 0px 50px 0px; }
    .rooms-slider .theme-swiper-button-next {
      right: -35px; }
    .rooms-slider .theme-swiper-button-prev {
      left: -35px; }
    .rooms-slider .rooms-slider-title {
      position: absolute;
      top: 50%;
      font-size: 40px;
      color: #fff;
      text-align: center;
      width: 100%;
      padding: 90px;
      transform: translate(0, -50%);
      z-index: 2; }
    .rooms-slider .rooms-slider-link {
      display: block;
      position: absolute;
      left: auto;
      right: 25px;
      bottom: 25px;
      z-index: 2; }
      .rooms-slider .rooms-slider-link a {
        color: #fff;
        padding-right: 100px;
        padding: 26px 50px 26px 0; }
        .rooms-slider .rooms-slider-link a::before {
          display: none; }
        .rooms-slider .rooms-slider-link a::after {
          display: none; } }

@media all and (min-width: 769px) {
  .theme-swiper-button-next,
  .theme-swiper-button-prev {
    width: 150px;
    top: 49%; }
    .theme-swiper-button-next::after,
    .theme-swiper-button-prev::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      border-bottom: 2px solid #fff;
      top: 50%; } }

@media all and (min-width: 1024px) {
  .theme-swiper-button-next::after,
  .theme-swiper-button-prev::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #fff;
    top: 50%; } }

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
  background: #B06010 !important;
  width: 60px !important;
  border-radius: 50px; }
  .elementor-slick-slider .slick-next:before,
  .elementor-slick-slider .slick-prev:before {
    color: #ffffff !important; }

.page-featured-image {
  position: relative;
  height: 90vh;
  margin-bottom: 50px; }
  .page-featured-image .swiper-slide {
    height: 90vh; }
  .page-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .page-featured-image.swiper-container-wrapper {
    padding: 0; }
  .page-featured-image-tagline {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    padding: 0 35px;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
    margin: 0; }
    .page-featured-image-tagline h2 {
      width: 50%;
      margin: 0 auto;
      color: #ffffff; }

@media all and (min-width: 569px) {
  .page-featured-image-tagline {
    padding: 0 100px; } }

@media all and (min-width: 769px) {
  .page-featured-image-tagline {
    padding: 0 100px; } }

@media all and (min-width: 1024px) {
  .page-featured-image-tagline {
    padding: 0 250px; } }

.rooms-list-item {
  margin-top: 40px;
  margin-bottom: 100px; }
  .rooms-list-item .rooms-list-item-image {
    height: 300px; }
    .rooms-list-item .rooms-list-item-image img {
      object-fit: cover;
      object-position: center center;
      max-width: 100%;
      height: 100%; }
  .rooms-list-item .rooms-list-item-content-wrapper {
    position: relative;
    padding-top: 30px; }
  .rooms-list-item .rooms-list-item-title {
    font-size: 30px;
    font-weight: 500; }
  .rooms-list-item .rooms-list-item-link a {
    max-width: none; }
  .rooms-list-item .rooms-list-item-book-now {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #000000;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    line-height: 6.25;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s; }
    .rooms-list-item .rooms-list-item-book-now:hover {
      background-color: #B06010; }

@media all and (min-width: 1024px) {
  .rooms-list-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px; }
    .rooms-list-item .rooms-list-item-image {
      height: auto;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
    .rooms-list-item .rooms-list-item-content-wrapper {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
      padding-top: 0px;
      padding-bottom: 80px; }
    .rooms-list-item .rooms-list-item-desc {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .rooms-list-item .rooms-list-item-content {
      -ms-flex-pack: justify;
          justify-content: space-between;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100%; }
    .rooms-list-item .rooms-list-item-title {
      font-size: 50px;
      margin-top: 0px; }
    .rooms-list-item:nth-child(odd) .rooms-list-item-content {
      padding-left: 100px; }
    .rooms-list-item .rooms-list-item-book-now {
      width: 150px;
      height: 150px;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      line-height: 9.375; }
    .rooms-list-item:nth-child(even) {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      .rooms-list-item:nth-child(even) .rooms-list-item-content {
        padding-right: 100px; }
      .rooms-list-item:nth-child(even) .rooms-list-item-book-now {
        left: auto;
        right: 0;
        transform: translate(50%, -50%); } }

.elementor-rooms-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rooms-main-box {
  margin-bottom: 50px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .rooms-main-box {
      width: calc(50% - 20px); } }
  .rooms-main-box .rooms-image img {
    width: 100%; }

.rooms-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rooms-details .button-link-alt {
    font-weight: bold; }

.single-throom .page-title {
  font-size: 32px; }

.single-throom .single-room-content-wrapper {
  margin-bottom: 50px; }

.single-throom .single-room-booking-button-wrapper {
  position: relative; }
  .single-throom .single-room-booking-button-wrapper a {
    font-size: 21px;
    padding-right: 100px;
    text-transform: uppercase;
    font-weight: bold;
    color: #B06010;
    transition: color 0.7s; }
    .single-throom .single-room-booking-button-wrapper a:hover {
      color: #D7D7D6; }

.single-throom .single-room-facilities {
  position: relative;
  overflow: hidden;
  background-color: #D7D7D6;
  padding: 32px;
  margin-top: 50px; }
  .single-throom .single-room-facilities .svg-container {
    display: none;
    position: absolute;
    top: -110px;
    right: -140px;
    z-index: 0; }
    .single-throom .single-room-facilities .svg-container .icon-palmtree {
      width: 650px;
      height: 650px;
      transform: rotateZ(290deg);
      color: rgba(176, 96, 16, 0.2); }
  .single-throom .single-room-facilities h2 {
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 32px;
    margin-top: 0; }
  @media all and (min-width: 769px) {
    .single-throom .single-room-facilities .svg-container {
      display: block;
      top: -200px;
      right: -140px; }
      .single-throom .single-room-facilities .svg-container .icon-palmtree {
        width: 700px;
        height: 700px; } }

.single-throom .single-room-gallery-wrapper h2 {
  font-size: 32px; }

.single-throom .single-room-gallery figure:first-child {
  margin: 0;
  position: relative;
  cursor: pointer; }
  .single-throom .single-room-gallery figure:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #B06010;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M32.998,1.299c-8.808,0-15.973,7.167-15.973,15.974c0,3.842,1.365,7.37,3.632,10.129L1.42,46.64 c-0.46,0.461-0.46,1.208,0,1.668c0.23,0.23,0.533,0.346,0.834,0.346c0.302,0,0.604-0.115,0.834-0.346l19.209-19.21 c2.836,2.57,6.583,4.15,10.701,4.15c8.809,0,15.975-7.166,15.975-15.975C48.973,8.466,41.807,1.299,32.998,1.299z M32.998,30.89 c-7.506,0-13.614-6.108-13.614-13.616c0-7.507,6.108-13.615,13.614-13.615c7.508,0,13.616,6.108,13.616,13.615 C46.614,24.781,40.506,30.89,32.998,30.89z'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    z-index: 3;
    opacity: .7;
    transition: opacity .7s; }
  .single-throom .single-room-gallery figure:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity .7s; }
  .single-throom .single-room-gallery figure:first-child:hover::before {
    opacity: 1; }
  .single-throom .single-room-gallery figure:first-child:hover::after {
    opacity: .8; }

.single-throom .single-room-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom; }

.single-throom .single-room-facilities-list {
  list-style: none;
  color: #000000;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-throom .single-room-facilities-list li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    display: inline-block;
    padding: 8px 8px 0px 45px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-weight: 500;
    position: relative;
    min-height: 32px;
    /* TODO: Add the animation
            &::after{
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                top:0;
                right: 0;
                position: absolute;
                background: linear-gradient(to right, transparent, $headings-color 10%,$headings-color  );
            }
            */ }
    .single-throom .single-room-facilities-list li::before {
      content: "";
      display: inline-block;
      border: 5px solid #B06010;
      border-radius: 5px;
      position: absolute;
      left: 0;
      top: 13px; }
  @media all and (min-width: 569px) {
    .single-throom .single-room-facilities-list li {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media all and (min-width: 769px) {
    .single-throom .single-room-facilities-list li {
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%; } }

@media all and (min-width: 569px) {
  .single-throom .page-title {
    font-size: 50px; }
  .single-throom .single-room-gallery-wrapper h2 {
    font-size: 50px; }
  .single-throom .single-room-content-wrapper {
    display: -ms-flexbox;
    display: flex; }
  .single-throom .single-room-content {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%; }
  .single-throom .single-room-booking-button-wrapper {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%; }
    .single-throom .single-room-booking-button-wrapper a {
      position: absolute;
      bottom: 0;
      right: 0; }
  .single-throom .single-room-facilities {
    padding: 50px; }
  .single-throom .single-room-facilities {
    padding: 50px; }
    .single-throom .single-room-facilities h2 {
      font-size: 50px; } }

.single-thgallery .page-title {
  text-align: center;
  font-size: 50px; }

.single-gallery-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-gallery-wrapper .gallery-item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0; }
  .single-gallery-wrapper .gallery-image {
    position: relative;
    display: inline-block; }
    .single-gallery-wrapper .gallery-image img {
      max-width: 100%;
      height: auto;
      vertical-align: bottom; }
    .single-gallery-wrapper .gallery-image::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -45px;
      margin-left: -45px;
      width: 90px;
      height: 90px;
      border-radius: 100%;
      background-color: #000000;
      background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M32.998,1.299c-8.808,0-15.973,7.167-15.973,15.974c0,3.842,1.365,7.37,3.632,10.129L1.42,46.64 c-0.46,0.461-0.46,1.208,0,1.668c0.23,0.23,0.533,0.346,0.834,0.346c0.302,0,0.604-0.115,0.834-0.346l19.209-19.21 c2.836,2.57,6.583,4.15,10.701,4.15c8.809,0,15.975-7.166,15.975-15.975C48.973,8.466,41.807,1.299,32.998,1.299z M32.998,30.89 c-7.506,0-13.614-6.108-13.614-13.616c0-7.507,6.108-13.615,13.614-13.615c7.508,0,13.616,6.108,13.616,13.615 C46.614,24.781,40.506,30.89,32.998,30.89z'/%3E%3C/svg%3E%0A");
      background-position: center center;
      background-size: 35px 35px;
      background-repeat: no-repeat;
      z-index: 3;
      opacity: 0;
      transition: opacity .7s; }
    .single-gallery-wrapper .gallery-image::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.7);
      transition: opacity .7s; }
    .single-gallery-wrapper .gallery-image:hover::before {
      opacity: 1; }
    .single-gallery-wrapper .gallery-image:hover::after {
      opacity: .8; }
  @media all and (min-width: 769px) {
    .single-gallery-wrapper .gallery-item {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media all and (min-width: 1024px) {
    .single-gallery-wrapper .gallery-item {
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%; } }

.hotel-info-widget .hotel-info-widget-content {
  font-style: italic; }

.hotel-info-widget .info-wrapper {
  display: table; }

.hotel-info-widget .info-content {
  padding-left: 5px; }
  .hotel-info-widget .info-content p {
    margin: 0; }

.hotel-info-widget .info-row {
  display: table-row;
  padding-bottom: 5px; }
  .hotel-info-widget .info-row > div {
    display: table-cell;
    padding-bottom: 5px; }

.social-icons-widget a {
  color: #000000;
  transition: color .4s ease-in-out; }
  .social-icons-widget a:hover {
    color: #000000; }

@media all and (min-width: 569px) {
  .social-icons-widget {
    max-width: 50%; } }

@media all and (min-width: 769px) {
  .social-icons-widget {
    max-width: 33.33%; } }

.header-menu-wrapper {
  position: relative;
  padding: 10px 0px 35px; }
  .header-menu-wrapper .header-logo {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .header-menu-wrapper .header-logo img {
      max-width: 100%;
      height: auto; }
  .header-menu-wrapper .header-menu-right,
  .header-menu-wrapper .header-menu-left {
    position: absolute;
    bottom: 0;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    z-index: 2; }
  .header-menu-wrapper .header-menu-left {
    left: 0; }
  .header-menu-wrapper .header-menu-right {
    right: 0; }
  .header-menu-wrapper .header-menu-open {
    float: left; }
  .header-menu-wrapper .language-switcher-wrapper {
    float: left;
    position: relative; }
    .header-menu-wrapper .language-switcher-wrapper .language-switcher {
      transition: background-color 0.4s ease-in-out; }
    .header-menu-wrapper .language-switcher-wrapper a {
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
      color: #000000;
      transition: color 0.4s ease-in-out; }
    .header-menu-wrapper .language-switcher-wrapper .language-active {
      padding: 10px 35px 10px 10px;
      display: inline-block;
      position: relative; }
      .header-menu-wrapper .language-switcher-wrapper .language-active::before, .header-menu-wrapper .language-switcher-wrapper .language-active::after {
        content: "";
        display: block;
        background-color: #B06010;
        width: 10px;
        height: 2px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform-origin: 50% 50%;
        transform: rotate(-45deg);
        transition: transform .4s ease-in-out; }
      .header-menu-wrapper .language-switcher-wrapper .language-active::before {
        right: 16px;
        transform: rotate(45deg); }
    .header-menu-wrapper .language-switcher-wrapper .languages-list {
      top: 38px;
      position: absolute;
      list-style: none;
      margin: 0;
      padding: 0;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      min-width: 100%;
      transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; }
      .header-menu-wrapper .language-switcher-wrapper .languages-list a {
        display: inline-block;
        padding: 10px 10px;
        min-width: 100%;
        box-sizing: border-box;
        color: #000000;
        background-color: #D7D7D6; }
      .header-menu-wrapper .language-switcher-wrapper .languages-list a:hover {
        background-color: #f0f0f0; }
    .header-menu-wrapper .language-switcher-wrapper .active .language-active::after {
      transform: rotate(45deg); }
    .header-menu-wrapper .language-switcher-wrapper .active .language-active::before {
      transform: rotate(-45deg); }
    .header-menu-wrapper .language-switcher-wrapper .active .languages-list {
      pointer-events: all;
      opacity: 1;
      visibility: visible; }
  .header-menu-wrapper .book-button-wrapper a {
    padding: 5px 10px;
    font-weight: 500;
    background-color: #D7D7D6; }
    .header-menu-wrapper .book-button-wrapper a::before, .header-menu-wrapper .book-button-wrapper a::after {
      display: none; }
  @media all and (min-width: 700px) {
    .header-menu-wrapper {
      padding: 50px 10px;
      padding-bottom: 35px; }
      .header-menu-wrapper .header-menu-right,
      .header-menu-wrapper .header-menu-left {
        position: absolute;
        bottom: auto;
        top: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        z-index: 2; }
      .header-menu-wrapper .book-button-wrapper a {
        padding: 18px 2vw;
        font-weight: 500;
        font-size: 18px;
        transition: background-color 0.3s; }
      .header-menu-wrapper .book-button-wrapper a:hover {
        background-color: #f0f0f0; } }

.site-footer {
  position: relative;
  margin-top: 100px;
  background-color: #D7D7D6;
  overflow: hidden; }
  .site-footer .container {
    position: relative;
    padding: 50px 25px 50px;
    max-width: 1500px;
    margin: auto; }
    .site-footer .container .widget {
      z-index: 2; }
  .site-footer .svg-container {
    position: absolute;
    top: 85px;
    left: -117px;
    z-index: 1; }
    .site-footer .svg-container .icon-palmtree {
      width: 738px;
      height: 783px;
      color: rgba(176, 96, 16, 0.2); }

.footer-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #000000; }
  .footer-row .textwidget {
    font-weight: 500; }
  .footer-row > div {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  .footer-row a {
    color: #000000;
    text-decoration: none; }
  .footer-row a.icon {
    color: #000000; }
  .footer-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 70px;
    max-width: 360px; }
    .footer-row ul li {
      border-bottom: 2px solid #B06010;
      padding: 12px 0; }
      .footer-row ul li a {
        color: #000000;
        font-weight: 500; }
      .footer-row ul li:last-child {
        border-bottom: 0px solid transparent; }

h2.widgettitle {
  color: #000000;
  font-size: 31px; }

.footer-logo {
  width: 200px;
  margin-top: 50px; }

.mc4wp-form {
  width: 100%;
  max-width: 360px; }
  .mc4wp-form .mc4wp-form-fields {
    position: relative; }
    .mc4wp-form .mc4wp-form-fields p {
      margin-bottom: 40px;
      font-family: "Cera Pro", Arial, Helvetica, sans-serif; }
    .mc4wp-form .mc4wp-form-fields .newsletter-input {
      position: relative;
      border: 0px solid transparent;
      border-bottom: 2px solid #B06010;
      background-color: transparent;
      width: 100%;
      font-family: "Cera Pro", Arial, Helvetica, sans-serif;
      padding: 0 0 15px; }
      .mc4wp-form .mc4wp-form-fields .newsletter-input:-ms-input-placeholder {
        color: #000000;
        font-weight: 500; }
      .mc4wp-form .mc4wp-form-fields .newsletter-input::placeholder {
        color: #000000;
        font-weight: 500; }
    .mc4wp-form .mc4wp-form-fields .btn-cube {
      width: 72px;
      height: 72px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 2px;
      background: #B06010;
      transform: translateY(50%);
      border: 0px solid transparent;
      border-radius: 50%;
      cursor: pointer; }
    .mc4wp-form .mc4wp-form-fields .btn-arrow {
      position: absolute;
      /*top: 50%;*/
      left: 0;
      display: block;
      border-bottom: 2px solid #fff;
      width: 55%;
      transition: width .4s ease-in-out;
      /*transform: translateY(-50%);*/ }
      .mc4wp-form .mc4wp-form-fields .btn-arrow::after, .mc4wp-form .mc4wp-form-fields .btn-arrow::before {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: -1px;
        margin-left: -5px;
        transform-origin: 100% 50%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .mc4wp-form .mc4wp-form-fields .btn-arrow::after {
        transform: rotate(45deg); }
      .mc4wp-form .mc4wp-form-fields .btn-arrow::before {
        transform: rotate(-45deg); }
    .mc4wp-form .mc4wp-form-fields:hover .btn-arrow {
      width: 70%; }

@media all and (min-width: 769px) {
  .site-footer .container {
    padding: 50px 100px; }
  .site-footer .svg-container {
    position: absolute;
    top: -168px;
    left: -47px; }
    .site-footer .svg-container .icon-palmtree {
      width: 738px;
      height: 783px; }
  .footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .footer-row > div {
      -ms-flex: 0 1 50%;
          flex: 0 1 50%; } }

@media all and (min-width: 1024px) {
  .site-footer .container {
    padding: 100px 150px; }
  .footer-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .footer-row > div {
      -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
    .footer-row ul {
      margin-right: 0; }
  .footer-row ul {
    margin-right: 80px; } }

@media all and (min-width: 1680px) {
  .site-footer .container {
    padding: 100px 150px; } }

.footer-copyright-row {
  padding: 10px 15px;
  text-align: center;
  background-color: #D7D7D6;
  color: #000000;
  font-size: 12px;
  font-family: sans-serif; }
  .footer-copyright-row a {
    color: #000000;
    text-decoration: none; }
  .footer-copyright-row .widgettitle {
    display: none; }
  @media all and (min-width: 1024px) {
    .footer-copyright-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.navbar-default,
.page-content {
  padding: 0px 25px;
  max-width: 1500px;
  margin: auto; }
  .navbar-default .page-title,
  .page-content .page-title {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0; }
  @media all and (min-width: 569px) {
    .navbar-default,
    .page-content {
      padding: 0px 50px; }
      .navbar-default .page-title,
      .page-content .page-title {
        font-size: 40px;
        padding: 25px 0px 20px 0; } }
  @media all and (min-width: 769px) {
    .navbar-default,
    .page-content {
      padding: 0px 100px; }
      .navbar-default .page-title,
      .page-content .page-title {
        font-size: 60px;
        padding: 0;
        margin-bottom: revert; } }

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