/*
Theme Name: ConservationVIP Makeover
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.4.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: am
Tags: custom-menu, theme-options
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
#search_block:after,
.post-password-form p:after,
.post-password-form:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  height: 100%;
  color: #565766;
  background: #fff;
  font: 18px/1.56 "Lato", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.56em;
}

th,
td {
  border: 1px solid #565766;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #d7d9e6;
  margin: 0;
  padding: 23px 25px;
  font-size: 18px;
  line-height: 1.22;
  color: #252734;
  outline: none;
  box-shadow: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #565766;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #565766;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #565766;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #565766;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=date].placeholder,
textarea.placeholder {
  color: #565766;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  vertical-align: top;
  height: 161px;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 5px 0 0;
}

.has-focus {
  display: block;
  position: relative;
  z-index: 1;
}

.has-focus.child-input-focused label {
  padding-top: 11px;
  font-size: 11px;
}

.has-focus label {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 18px;
  z-index: 2;
  padding: 28px 10px 5px 25px;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 13px;
  line-height: 1.23;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a9a9a9;
}

.has-focus input,
.has-focus textarea {
  padding: 30px 25px 16px;
}

.wpforms-submit,
.btn,
button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 10px 30px;
  background: #252734;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}

.wpforms-submit:hover,
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: #101116;
}

.btn.btn-orange,
button.btn-orange,
input[type=button].btn-orange,
input[type=reset].btn-orange,
input[type=file].btn-orange,
input[type=submit].btn-orange {
  background: #f15a29;
}

.btn.btn-orange:hover,
button.btn-orange:hover,
input[type=button].btn-orange:hover,
input[type=reset].btn-orange:hover,
input[type=file].btn-orange:hover,
input[type=submit].btn-orange:hover {
  background: #d9400e;
}

.btn.btn-bordered,
button.btn-bordered,
input[type=button].btn-bordered,
input[type=reset].btn-bordered,
input[type=file].btn-bordered,
input[type=submit].btn-bordered {
  background: none;
  border-color: #252734;
  color: #252734;
}

.btn.btn-bordered:hover,
button.btn-bordered:hover,
input[type=button].btn-bordered:hover,
input[type=reset].btn-bordered:hover,
input[type=file].btn-bordered:hover,
input[type=submit].btn-bordered:hover {
  background: #252734;
  color: #fff;
}

.btn.btn-bordered-white,
button.btn-bordered-white,
input[type=button].btn-bordered-white,
input[type=reset].btn-bordered-white,
input[type=file].btn-bordered-white,
input[type=submit].btn-bordered-white {
  background: none;
  border-color: #fff;
}

.btn.btn-bordered-white:hover,
button.btn-bordered-white:hover,
input[type=button].btn-bordered-white:hover,
input[type=reset].btn-bordered-white:hover,
input[type=file].btn-bordered-white:hover,
input[type=submit].btn-bordered-white:hover {
  background: #fff;
  color: #252734;
}

.btn.btn-bordered-orange,
button.btn-bordered-orange,
input[type=button].btn-bordered-orange,
input[type=reset].btn-bordered-orange,
input[type=file].btn-bordered-orange,
input[type=submit].btn-bordered-orange {
  background: none;
  border-color: #f15a29;
  color: #f15a29;
}

.btn.btn-bordered-orange:hover,
button.btn-bordered-orange:hover,
input[type=button].btn-bordered-orange:hover,
input[type=reset].btn-bordered-orange:hover,
input[type=file].btn-bordered-orange:hover,
input[type=submit].btn-bordered-orange:hover {
  background: #f15a29;
  color: #fff;
}

.btn .icon-angle-b,
button .icon-angle-b,
input[type=button] .icon-angle-b,
input[type=reset] .icon-angle-b,
input[type=file] .icon-angle-b,
input[type=submit] .icon-angle-b {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 2px 9px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 7px;
  line-height: 1;
}

.btn-donate {
  padding: 8px 18px;
  font-size: 11px;
  line-height: 1.27;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-reserve {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 30px 15px;
  margin: 0 0 39px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #d7d9e6;
  background: #fff;
  margin: 0;
  min-width: 150px;
  height: 50px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 1.22;
  padding: 13px 25px;
  color: #252734;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -4px 0 0 -10px;
  font-family: "icomoon";
  content: "\e900";
  font-size: 10px;
  line-height: 1;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d7d9e6;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 18px;
  line-height: 1.22;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 25px;
  color: #252734;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom file input styles */
.jcf-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-file .jcf-fake-input {
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

[class*=jcf-extension-] .jcf-fake-input {
  margin-right: 10px;
}

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 28px;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 400;
  color: #f15a29;
  white-space: nowrap;
}

.jcf-file .jcf-upload-button:before {
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
  font-family: "icomoon";
  content: "\e901";
  font-size: 20px;
  line-height: 1;
  color: #f15a29;
}

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%;
}

.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* stars radios */
.acf-comment-fields .acf-field {
  margin: 0 !important;
}

.acf-comment-fields .acf-field .acf-label label {
  font-weight: 600;
  margin: 0;
}

.acf-comment-fields .acf-field .acf-label {
  margin: 7px 0 5px;
}

.acf-comment-fields ul * {
  font-size: 0 !important;
  line-height: 0 !important;
}

.acf-comment-fields ul.acf-radio-list li input[type=checkbox],
.acf-comment-fields ul.acf-radio-list li input[type=radio],
.acf-comment-fields ul.acf-checkbox-list li input[type=checkbox],
.acf-comment-fields ul.acf-checkbox-list li input[type=radio] {
  margin: 0;
}

.acf-comment-fields ul.acf-radio-list.acf-hl li,
.acf-comment-fields ul.acf-checkbox-list.acf-hl li {
  margin-right: 3px;
}

.acf-comment-fields .jcf-radio {
  background: url(assets/img/ico-star@2x.png) no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.acf-comment-fields .jcf-radio span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 0;
  background: url(assets/img/ico-star2@2x.png) no-repeat;
  background-size: 100%;
}

.acf-comment-fields .jcf-radio:hover span {
  display: block;
}

.main {
  padding: 76px 0 67px;
}

.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content {
  width: calc(100% - 340px);
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  margin: 0 0 0 90px;
  padding: 29px 0 0;
  position: relative;
}

#sidebar h2 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative;
  padding: 0 0 0 57px;
  margin: 0 0 58px;
}

#sidebar h2:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: 2;
  content: "";
  width: 42px;
  height: 4px;
  background: #252734;
}

#sidebar h3 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #252734;
  position: relative;
  padding: 0 0 16px 20px;
  margin: 0;
}

#sidebar h3:before {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: "icomoon";
  content: "\e900";
  font-size: 6px;
  line-height: 1;
}

.widget {
  margin-bottom: 60px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .jcf-select,
.widget select {
  min-width: inherit;
  width: 100%;
}

.widget a {
  color: inherit;
  text-decoration: none;
}

.widget a:hover {
  color: #f15a29;
  text-decoration: none;
}

.widget-trips {
  font-size: 15px;
  line-height: 2.13;
}

.widget-trips ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget-trips ul li {
  position: relative;
  padding: 0 0 16px 35px;
}

.widget-trips ul li:last-child {
  padding-bottom: 6px;
}

.widget-trips ul i {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  color: #f15a29;
}

.widget-trips ul i.icon-date-stick {
  font-size: 18px;
}

.widget-trips ul i.ico-dollar {
  top: -1px;
  left: 4px;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
}

.widget-trips .link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: inherit;
}

.widget-trips .link:before {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: 2;
  content: "";
  height: 1px;
  background: #565766;
}

.widget-trips .link:hover {
  text-decoration: none;
  color: #f15a29;
}

.widget-trips .link:hover:before {
  display: none;
}

/* Calendar */
#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td {
  background: transparent;
}

/* Typography */
ul ul,
ul ol {
  margin: 0;
}

ul > ul > li {
  list-style-type: circle;
}

ol ol,
ol ul {
  margin: 0;
}

ol > ol > li {
  list-style-type: lower-alpha;
}

.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
  margin: 2px 5px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  padding: 0;
}

.comment-form .row .col {
  padding-bottom: 0;
}

.comment-form p {
  margin: 0 0 30px;
}

.comment-form p:after {
  display: block;
  clear: both;
  content: "";
}

.comment-form .comment-form-file {
  margin: 0 0 29px;
}

.comment-form label {
  display: block;
}

.comment-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.comment-form textarea {
  width: 100%;
}

.comment-form textarea {
  width: 100%;
  height: 161px;
  margin: 0;
  resize: none;
}

.comment-form input[type=submit] {
  display: block;
  float: none;
  padding: 22px 37px;
  border-width: 2px;
  font-weight: 600;
}

.comment-form .ttl {
  display: block;
  margin: 7px 0 6px;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #252734;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input,
#search_block input {
  float: left;
  padding: 13px 25px;
  height: 50px;
}

.search-form input[type=search],
#search_block input[type=search] {
  margin: 0 4px 0 0;
  width: 170px;
}

.post-password-form input {
  float: left;
  padding: 13px 25px;
  height: 50px;
}

.post-password-form input[type=password] {
  width: 150px;
}

.search-form,
.post-password-form,
#search_block {
  margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
  float: left;
}

.search-form input[type=search],
.search-form input[type=text],
.post-password-form input[type=search],
.post-password-form input[type=text],
#search_block input[type=search],
#search_block input[type=text] {
  margin: 0 4px 0 0;
  width: 150px;
}

.search-form input[type=password],
.post-password-form input[type=password],
#search_block input[type=password] {
  width: 150px;
}

.search-form button[type=submit],
.search-form input[type=submit],
.post-password-form button[type=submit],
.post-password-form input[type=submit],
#search_block button[type=submit],
#search_block input[type=submit] {
  height: 50px;
  padding: 5px 20px;
}

.commentlist {
  margin: 0 0 2.61em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.56em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.56em;
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

.navigation,
.navigation-comments,
.pagination {
  position: relative;
  vertical-align: middle;
  padding: 10px 0 20px 0;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 10px 12px;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
  text-decoration: none;
  background: #101116;
  color: #fff;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
  background: #f15a29;
  border-color: #f15a29;
  color: #fff;
}

.navigation .current:hover,
.navigation-comments .current:hover,
.pagination .current:hover {
  background: #f15a29;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
  display: inline-block;
  vertical-align: middle;
  max-width: 49%;
  padding: 10px 30px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  background: #252734;
  color: #fff;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
  background: #b3b3b3;
  border-color: #b3b3b3;
  pointer-events: none;
  color: #b3b3b3;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation .al:hover,
.navigation .ar:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-comments .al:hover,
.navigation-comments .ar:hover,
.pagination .next:hover,
.pagination .prev:hover,
.pagination .al:hover,
.pagination .ar:hover {
  text-decoration: none;
  background: #101116;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
  text-decoration: none;
}

.navigation .al,
.navigation .ar,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .al,
.pagination .ar {
  padding: 0;
}

.navigation .al a,
.navigation .ar a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .al a,
.pagination .ar a {
  padding: 10px 30px;
}

.navigation a,
.navigation-comments a,
.pagination a {
  color: inherit;
}

.navigation-single {
  margin-bottom: 1.56em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #252734;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.navigation-single .next {
  float: right;
}

/* Begin Images */
img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  border: 1px solid #565766;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 98.5%;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
  margin: 0 auto 1.56em;
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.aligncenter {
  margin: 5px auto 20px auto;
}

.alignleft {
  float: left;
  margin: 0 1.56em 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 1.56em;
}

.alignnone {
  margin: 0;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* can use for responsive iframe*/
.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: 1.56em;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.al,
.navigation .next {
  float: left;
}

.ar,
.navigation .prev {
  float: right;
}

.posts-list .entry p {
  margin: 0;
}

.posts-list .post {
  margin: 0 0 60px;
}

.title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.title h1 {
  margin: 0;
}

.post .title {
  margin-bottom: 10px;
}

.post .postmetadata {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px 0;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

code br {
  display: none;
}

pre,
code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

/* Various Tags & Classes */
acronym,
abbr,
span.caps {
  cursor: help;
}

acronym,
abbr {
  border-bottom: 1px dashed #dfcfba;
}

blockquote {
  position: relative;
  padding: 3px 0 3px 26px;
  margin: 0 -5px 1.36em 0;
  font-size: 27px;
  line-height: 1.56;
  font-style: italic;
  color: #565766;
}

blockquote:before {
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  z-index: 2;
  content: "";
  width: 3px;
  background: #f15a29;
}

blockquote q,
blockquote p {
  quotes: none;
  margin: 0 !important;
}

blockquote cite {
  display: block;
}

blockquote p:before,
q:before {
  content: open-quote;
}

blockquote p:after,
q:after {
  content: close-quote;
}

blockquote q + p:before,
blockquote p + p:before,
blockquote q + p:after,
blockquote p + p:after {
  display: none;
}

sup {
  position: relative;
  top: -5px;
}

sub {
  position: relative;
  top: 5px;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

/* Respond */
.comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title {
  margin: 0 0 42px;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

/* Comments*/
.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author {
  margin-bottom: 0.5em;
}

.commentlist .comment-metadata {
  margin-bottom: 0.5em;
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body {
  padding: 61px 0 50px;
}

.comment-body .reply {
  margin: -9px 0 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-author.vcard {
  margin-bottom: 12px;
}

.comment {
  padding-left: 81px;
}

.comment .avatar {
  position: absolute;
  top: -1px;
  left: -81px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.comment .avatar img {
  width: 100%;
  height: 100%;
}

.comment .comment {
  border-top: 2px solid #f1f1f1;
}

.comment + .comment {
  border-top: 2px solid #f1f1f1;
}

.comment-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 12px;
  color: #252734;
}

.comment-attached {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-attached li {
  margin: 0 10px 10px 0;
}

.comment-rating {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 0;
  line-height: 0;
}

.comment-rating li {
  margin: 0 3px 0 0;
}

.comment-rating span {
  display: block;
  width: 19px;
  height: 19px;
  background: url(assets/img/ico-star2@2x.png) no-repeat;
  background-size: 100%;
}

.breadcrumb {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 60px;
}

.breadcrumb .sep {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 7px 1px 13px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 6px;
  opacity: 0.5;
}

.breadcrumb .sep:before {
  font-family: "icomoon";
  content: "\e900";
}

.breadcrumb a {
  color: inherit;
  opacity: 0.5;
}

.breadcrumb a:hover {
  text-decoration: none;
  opacity: 1;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 80px;
}

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #d93c3c;
}

.error input:not([type=submit]) {
  border-color: red !important;
}

/* Gallery */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 1em 2em;
  text-align: left;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-item img {
  -webkit-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.wpcf7-form-control-wrap > .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-form-control-wrap > .wpcf7-form-control .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 0.5em;
  color: #252734;
}

h1,
.h1 {
  font-size: 56px;
}

h2,
.h2 {
  font-size: 46px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
  color: inherit;
}

p {
  margin: 0 0 1.44em;
}

a {
  color: #f15a29;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?8plata");
  src: url("assets/fonts/icomoon.eot?8plata#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?8plata") format("truetype"), url("assets/fonts/icomoon.woff?8plata") format("woff"), url("assets/fonts/icomoon.svg?8plata#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  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-angle-b:before {
  content: "\e900";
}

.icon-attach:before {
  content: "\e901";
}

.icon-date-stick:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.nav-active .header {
  position: fixed;
}

.nav-active .navbar {
  display: block;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 1px;
  right: 1px;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}

.w1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.row .col {
  padding: 0 15px 30px;
}

.row .col.col-2 {
  width: 50%;
}

.row .col.col-3 {
  width: 33.33%;
}

.row .col.col-4 {
  width: 25%;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
}

.has-separator {
  position: relative;
  margin-bottom: 73px;
}

.has-separator:before {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  content: "";
  -webkit-transform: translate(-50%, 37px);
  -ms-transform: translate(-50%, 37px);
  transform: translate(-50%, 37px);
  width: 76px;
  height: 3px;
  background: url(assets/img/separator.png) no-repeat;
}

.full-height {
  height: 100vh;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 55px 0;
}

.header__holder {
  position: relative;
}

.header__logo {
  position: absolute;
  top: -12px;
  left: -133px;
  z-index: 2;
}

.nav-opener {
  display: none;
  width: 32px;
  height: 23px;
  position: relative;
  z-index: 12;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 0;
}

.nav-opener:after {
  top: 20px;
}

.nav-opener:hover {
  opacity: 0.9;
}

.navbar__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.38;
}

.navbar__nav > li {
  position: relative;
  margin: 0 37px 0 0;
}

.navbar__nav > li:first-child .navbar__drop {
  left: 0;
  right: auto;
}

.navbar__nav > li:first-child .navbar__drop .navbar__drop {
  left: 100%;
}

.navbar__nav > li.drop-active > .navbar__drop,
.navbar__nav > li.drop-active > .navbar__mega-drop {
  display: block;
}

.navbar__nav > li.active {
  font-weight: bold;
}

.navbar__nav > li > a {
  color: #fff;
  outline: none;
}

.navbar__nav > li > a:hover {
  text-decoration: none;
  color: #f15a29;
}

.drop-opener {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -4px 0 -3px 5px;
  position: relative;
}

.drop-opener:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "icomoon";
  content: "\e900";
  font-size: 5px;
  line-height: 1;
  font-weight: normal;
}

.navbar__drop {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 180px;
  padding-top: 15px;
}

.navbar__drop ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.12);
}

.navbar__drop ul > li {
  padding: 6px 10px 7px 25px;
  position: relative;
}

.navbar__drop ul > li.drop-active > .navbar__drop {
  display: block;
}

.navbar__drop ul > li > a {
  display: inline-block;
  vertical-align: top;
  outline: none;
  color: #565766;
}

.navbar__drop ul > li > a:hover {
  text-decoration: none;
  color: #f15a29;
}

.navbar__drop ul .navbar__drop {
  top: 0;
  left: 100%;
  display: none;
  padding-top: 0;
}

.navbar__drop .has-drop-link {
  padding-right: 22px;
  position: relative;
}

.navbar__drop .drop-opener {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  margin-top: -8px;
}

.navbar__mega-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: -19px;
  z-index: 10;
  width: 494px;
  padding-top: 15px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
}

.navbar__mega-drop-holder {
  display: flex;
  background: #fff;
}

.navbar__mega-drop-holder .col1 {
  width: 53%;
  padding: 27px 30px 7px;
}

.navbar__mega-drop-holder .col2 {
  width: 47%;
  position: relative;
}

.navbar__mega-drop h3 {
  font-size: 15px;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F15A29;
  margin: 0 0 10px;
}

.navbar__mega-drop h4 {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  color: inherit;
  margin: 0 0 22px;
}

.navbar__mega-drop ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
  font-weight: bold;
}

.navbar__mega-drop ul li {
  margin: 0 0 9px;
}

.navbar__mega-drop ul a {
  color: #252734;
}

.navbar__mega-drop ul a:hover {
  text-decoration: none;
  color: #F15A29;
}

.navbar__mega-drop .text-area {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 33px 30px;
  color: #fff;
}

.navbar__mega-drop .date-list__item {
  width: 100%;
  max-width: 173px;
  min-width: 0;
  padding: 19px 15px 16px 29px;
  margin: 0 0 20px;
}

.navbar__mega-drop .more {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.navbar__mega-drop .more:hover {
  text-decoration: none;
  color: #F15A29;
}

.navbar__mega-drop .more i {
  position: relative;
  margin: 0 0 0 8px;
  transform: rotate(-90deg);
  font-size: 6px;
}

.navbar__mega-drop .more i:before {
  display: none;
}

.navbar__mega-drop .more i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-136deg);
  transition: all 0.35s ease;
}

.navbar__search {
  border: 2px solid #fff;
  border-radius: 23px;
  width: 176px;
  position: relative;
}

.navbar__search input[type=text],
.navbar__search input[type=search] {
  background: none;
  border: none;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 10px 40px 10px 27px;
  color: #fff;
}

.navbar__search input[type=text]::-webkit-input-placeholder,
.navbar__search input[type=search]::-webkit-input-placeholder {
  color: #fff;
}

.navbar__search input[type=text]::-moz-placeholder,
.navbar__search input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.navbar__search input[type=text]:-moz-placeholder,
.navbar__search input[type=search]:-moz-placeholder {
  color: #fff;
}

.navbar__search input[type=text]:-ms-input-placeholder,
.navbar__search input[type=search]:-ms-input-placeholder {
  color: #fff;
}

.navbar__search input[type=text].placeholder,
.navbar__search input[type=search].placeholder {
  color: #fff;
}

.navbar__search .btn-search {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 0;
  line-height: 0;
}

.navbar__search .btn-search:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e903";
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.header-alt .nav-opener:before,
.header-alt .nav-opener:after,
.header-alt .nav-opener span {
  background: #f15a29;
}

.hero-section {
  min-height: 768px;
  position: relative;
}

.hero-section__content {
  width: calc(50% + 127px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: rgba(37, 39, 52, 0.9);
  padding: 156px 0 120px;
  font-size: 22px;
  line-height: 1.55;
  color: #fff;
}

.hero-section__content h1 {
  font-size: 88px;
  line-height: 1.05;
  letter-spacing: -4px;
  color: inherit;
  margin: 0 0 27px;
}

.hero-section__content p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 2.36em;
}

.hero-section__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero-section__slider.slick-initialized .slick-slide {
  display: block;
}

.hero-section__slider * {
  height: 100%;
}

.hero-section__slider .slide {
  display: none;
  position: relative;
  width: 100%;
}

.hero-section__slider .slide.active {
  display: block;
}

.subscribe-bar {
  position: relative;
  z-index: 2;
  padding: 62px 0;
  background: #fff;
  box-shadow: 0 17px 28px rgba(0, 0, 0, 0.072771);
}

.subscribe-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-bar h2 {
  width: 250px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -1px;
  padding: 0 10px 0 0;
  margin: 0;
}

.subscribe-bar h2 span {
  display: block;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f15a29;
}

.subscribe-bar form {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-bar form input[type=text],
.subscribe-bar form input[type=email] {
  width: calc(40% - 12px);
  padding: 24px 20px 24px 39px;
  margin-right: 12px;
  font-size: 16px;
  line-height: 1.25;
}

.subscribe-bar form input[type=text]::-webkit-input-placeholder,
.subscribe-bar form input[type=email]::-webkit-input-placeholder {
  color: #757684;
}

.subscribe-bar form input[type=text]::-moz-placeholder,
.subscribe-bar form input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #757684;
}

.subscribe-bar form input[type=text]:-moz-placeholder,
.subscribe-bar form input[type=email]:-moz-placeholder {
  color: #757684;
}

.subscribe-bar form input[type=text]:-ms-input-placeholder,
.subscribe-bar form input[type=email]:-ms-input-placeholder {
  color: #757684;
}

.subscribe-bar form input[type=text].placeholder,
.subscribe-bar form input[type=email].placeholder {
  color: #757684;
}

.subscribe-bar form .btn {
  width: 20%;
  padding: 14px 12px;
}

.subscribe-bar .wpforms-container {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
}

.subscribe-bar .wpforms-form {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.subscribe-bar .wpforms-container.wpforms-container-full .wpforms-field-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subscribe-bar .wpforms-container-full .wpforms-form .wpforms-field {
  flex: 1;
  padding: 0 !important;
  position: relative;
}

.subscribe-bar .wpforms-container-full .wpforms-form .wpforms-field:last-child {
  padding: 0 10px !important;
}

.subscribe-bar div.wpforms-container-full .wpforms-form label.wpforms-error {
  position: absolute;
  top: 100%;
  left: 11px;
}

.subscribe-bar .wpforms-container-full .wpforms-form .wpforms-field:first-child label.wpforms-error {
  left: 0;
}

.subscribe-bar .wpforms-confirmation-container-full {
  margin: 0;
  padding: 0 250px 0 0;
  border: 0;
  background: none;
  margin: 0 auto;
  text-align: center;
}

.wpforms-confirmation-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #90ba53;
}

.wpforms-confirmation-subtitle {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #252734;
}

.wpforms-confirmation-wrap {
  margin-bottom: 23px;
}

.wpforms-confirmation-msg {
  background: #90ba53;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 13px 20px;
  line-height: 1.2;
}

.subscribe-bar .wpforms-form input[type=text],
.subscribe-bar .wpforms-form input[type=email] {
  max-width: 100% !important;
  width: 100% !important;
  height: 70px !important;
  padding: 24px 20px 24px 39px !important;
  border: 1px solid #d7d9e6 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  color: #252734 !important;
}

.subscribe-bar .wpforms-form input[type=text]::-webkit-input-placeholder,
.subscribe-bar .wpforms-form input[type=email]::-webkit-input-placeholder {
  color: #757684 !important;
}

.subscribe-bar .wpforms-form input[type=text]::-moz-placeholder,
.subscribe-bar .wpforms-form input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #757684 !important;
}

.subscribe-bar .wpforms-form input[type=text]:-moz-placeholder,
.subscribe-bar .wpforms-form input[type=email]:-moz-placeholder {
  color: #757684 !important;
}

.subscribe-bar .wpforms-form input[type=text]:-ms-input-placeholder,
.subscribe-bar .wpforms-form input[type=email]:-ms-input-placeholder {
  color: #757684 !important;
}

.subscribe-bar .wpforms-form input[type=text].placeholder,
.subscribe-bar .wpforms-form input[type=email].placeholder {
  color: #757684 !important;
}

.subscribe-bar .wpforms-submit-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 !important;
}

.subscribe-bar .wpforms-submit {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 10px 30px;
  background: #252734 !important;
  border: 1px solid transparent !important;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #fff !important;
  text-transform: none !important;
}

.subscribe-bar .wpforms-submit:hover {
  text-decoration: none;
  background: #101116 !important;
}

.subscribe-bar .wpforms-submit {
  min-width: 168px;
  width: 100%;
  padding: 14px 12px;
}

.subscribe-btn-bar {
  margin: 0 0 -27px;
  position: relative;
  z-index: 2;
  text-align: right;
}

.btn-subscribe {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 279px;
  margin: -76px 0 0;
  padding: 38px 39px;
  background: #fff;
  box-shadow: 0 17px 28px rgba(0, 0, 0, 0.072771);
  font-size: 30px;
  line-height: 1.06;
  font-weight: 600;
  text-align: left;
  color: #252734;
}

.btn-subscribe:hover {
  text-decoration: none;
  background: #f7f7f7;
}

.btn-subscribe span {
  display: block;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f15a29;
  margin: 0 0 7px;
}

.btn-subscribe i {
  position: absolute;
  top: 50%;
  right: 39px;
  z-index: 2;
  margin: -2px 0 0;
  font-size: 7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0 71px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #252734;
}

.about-section .container {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.items-section {
  padding: 80px 0 143px;
  text-align: center;
}

.items-section .has-separator {
  margin: -66px 0 76px;
}

.items-section .has-separator:before {
  -webkit-transform: translate(-50%, 28px);
  -ms-transform: translate(-50%, 28px);
  transform: translate(-50%, 28px);
}

.items-list .row .col {
  padding-bottom: 40px;
}

.items-list .btn-holder {
  margin: 17px 0 -62px;
}

.items-list__nav {
  margin: -77px 0 59px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.items-list__nav li {
  margin: 0 24px 0 23px;
}

.items-list__nav li.active a {
  color: #252734;
}

.items-list__nav a {
  color: #a9a9a9;
}

.items-list__nav a:hover {
  text-decoration: none;
  color: #252734;
}

.items-list__item {
  height: 100%;
  background: #fff;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.0871394);
}

.items-list__item img {
  width: 100%;
}

.items-list__holder {
  padding: 22px 40px 40px;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #565766;
}

.items-list__holder h3 {
  font-size: 26px;
  line-height: 1.15;
  color: #252734;
  margin: 0 0 18px;
}

.items-list__holder .date {
  display: block;
  color: #737582;
  margin: 0 0 18px;
}

.items-list__holder .date i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 14px 4px 0;
  font-size: 22px;
  line-height: 1;
  color: #f15a29;
}

.items-list__holder p {
  margin: 0 0 1.69em;
}

.items-list__holder .btn {
  display: block;
  padding: 15px 15px 16px;
}

.items-list__holder .link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  line-height: 2.33;
  text-transform: uppercase;
  font-weight: 600;
  color: #252734;
  letter-spacing: 1.5px;
}

.items-list__holder .link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  content: "";
  height: 1px;
  background: #252734;
}

.items-list__holder .link:hover {
  text-decoration: none;
  color: #f15a29;
}

.items-list__holder .link:hover:after {
  display: none;
}

.items-list-alt {
  margin: -40px 0 -32px;
}

.items-list-alt .items-list__item {
  box-shadow: none;
}

.items-list-alt .items-list__holder {
  font-size: 16px;
  line-height: 1.75;
  padding: 0 0 30px;
}

.items-list-alt .items-list__holder h3 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.2px;
  margin: -36px 62px 0 0;
  padding: 9px 5px 13px 0;
  min-height: 78px;
  background: #fff;
}

.items-list-alt .items-list__holder .date {
  position: relative;
  font-size: 12px;
  line-height: 2.33;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252734;
  padding: 0 0 15px;
  margin: 0 0 11px;
}

.items-list-alt .items-list__holder .date:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 59px;
  height: 3px;
  background: #f15a29;
}

.items-list-alt .items-list__holder p {
  margin: 0 0 0.44em;
}

.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-holder .btn {
  padding: 23px 50px 24px;
}

.cta-section {
  padding: 71px 0;
  position: relative;
  color: #fff;
}

.cta-section .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta-section h2 {
  font-size: 33px;
  line-height: 1.36;
  color: inherit;
  margin: 0 15px 0 0;
}

.cta-section .btn {
  min-width: 219px;
  padding: 16px 30px;
  border-width: 2px;
  font-size: 18px;
}

.intro-section__content {
  position: relative;
  z-index: 2;
  font-size: 19px;
  line-height: 1.63;
}

.intro-section__content .container {
  padding: 175px 15px 65px;
  position: relative;
}

.intro-section__content h1 {
  color: #252734;
  margin: 0 0 20px;
}

.intro-section__content .title-label {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  margin: -40px 0 0 15px;
}

.intro-section__holder {
  max-width: 560px;
}

.intro-section__image {
  position: relative;
  height: 486px;
}

.intro-section2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 667px;
  padding: 238px 0 50px;
  font-size: 28px;
  line-height: 1.39;
  color: #fff;
}

.intro-section2 .container {
  width: 100%;
  position: relative;
  z-index: 2;
}

.intro-section2 .container.has-v-title-text {
  padding-left: 75px;
}

.intro-section2 h1 {
  font-size: 68px;
  line-height: 1.04;
  color: inherit;
  margin: -3px 0 45px;
}

.intro-section2 p {
  margin: 0 0 2em;
}

.v-title-text {
  position: absolute;
  top: 100px;
  left: -266px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 134px;
  line-height: 1;
  letter-spacing: -5px;
}

.date-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.date-list__item {
  display: block;
  min-width: 199px;
  margin: 0 20px 20px 0;
  padding: 24px 20px 25px 35px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.date-list__item:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}

.date-list__item span {
  display: block;
}

.date-list__item .year {
  margin: 4px 0 0;
  font-size: 32px;
}

.date-list__item .icon-date-stick {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 12px 4px -2px;
  font-size: 26px;
  color: #ff8258;
}

.intro-section3 {
  position: relative;
  padding: 166px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 626px;
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
}

.intro-section3 .container {
  width: 100%;
  position: relative;
  z-index: 2;
}

.intro-section3 h1 {
  font-size: 80px;
  line-height: 1.15;
  color: inherit;
  margin: 0 0 36px;
}

.intro-section3 p {
  opacity: 0.75;
  margin: 0;
}

#content h3,
#content .h3 {
  line-height: 1.47;
  margin: 0 0 1.13em;
}

.text-box {
  border: 3px solid #f15a29;
  padding: 32px 37px 37px;
  margin: 48px 0 0;
  position: relative;
  color: #000;
}

.text-box h3 {
  position: absolute;
  top: -20px;
  left: 49px;
  z-index: 2;
  background: #fff;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f15a29;
  padding: 7px 14px;
  margin: 0;
}

.text-box p {
  margin: 0;
}

.gallery-block {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 67px 0 82px -130px;
  padding: 0 0 0 130px;
}

.gallery-block * {
  font-size: 0 !important;
  line-height: 0 !important;
}

.gallery-block__slider {
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.19);
}

.gallery-block__slider.slick-initialized .slick-slide {
  display: block;
}

.gallery-block__slider .slide {
  display: none;
}

.gallery-block__slider .slide.active {
  display: block;
}

.gallery-block__slider .slide img {
  width: 100%;
}

.gallery-block__thumbnails {
  width: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.gallery-block__thumbnails.slick-initialized .slick-slide {
  display: block;
}

.gallery-block__thumbnails .slick-slide {
  border: none;
  opacity: 0.4;
}

.gallery-block__thumbnails .slick-slide.slick-current {
  opacity: 1;
}

.gallery-block__thumbnails .slide {
  display: none;
  margin: 0 0 19px;
}

.gallery-block__thumbnails .slide.active {
  display: block;
}

.gallery-block__thumbnails img {
  width: 100%;
  height: 100%;
}

.tabs-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 561px;
  margin: 49px 0 0 -195px;
  padding: 0 0 0 195px;
}

.tabs-section p {
  margin: 0 0 1.56em;
}

.tabset {
  width: 154px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.tabset:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 1px;
  background: #c4c4c4;
}

.tabset li {
  height: 20%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 0;
}

.tabset li:after {
  display: none;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 3;
  content: "";
  width: 3px;
  background: #f15a29;
}

.tabset li.active:after {
  display: block;
}

.tabset li.active a {
  color: #252734;
}

.tabset li.active .num {
  color: #f15a29;
}

.tabset a {
  color: #a9a9a9;
}

.tabset a:hover {
  text-decoration: none;
}

.tabset .num {
  display: block;
  font-size: 17px;
  font-weight: bold;
}

.info-section {
  font-size: 34px;
  line-height: 1.18;
  text-align: center;
  font-weight: 600;
  color: #252734;
}

.info-section .holder {
  border-top: 2px solid #f1f1f1;
  padding: 85px 0;
}

.info-section p {
  margin: 0;
}

.promo-section {
  position: relative;
  padding: 114px 0 105px;
  text-align: center;
}

.promo-section .container {
  position: relative;
  z-index: 2;
}

.promo-section h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 42px;
}

.promo-section .btn {
  padding: 31px 39px 30px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.review-section {
  padding: 89px 0 100px;
  background: #fafafa;
}

.review-section h3,
.review-section .h3 {
  margin: 0 0 24px;
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #f1f1f1;
  margin: 69px 0 11px;
  padding: 76px 0 0;
}

.post-navigation .post-prev,
.post-navigation .post-next {
  display: inline-block;
  vertical-align: top;
  max-width: 48%;
  color: #a9a9a9;
}

.post-navigation .post-prev:hover,
.post-navigation .post-next:hover {
  text-decoration: none;
}

.post-navigation .post-prev:hover .link,
.post-navigation .post-prev:hover .h3,
.post-navigation .post-next:hover .link,
.post-navigation .post-next:hover .h3 {
  color: #f15a29;
}

.post-navigation .post-prev .icon-angle-b,
.post-navigation .post-next .icon-angle-b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  font-size: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.post-navigation .post-next {
  text-align: right;
}

.post-navigation .post-next .icon-angle-b {
  margin: 0 0 0 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.post-navigation img {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 17px;
}

.post-navigation .link {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.post-navigation .h3 {
  display: block;
  font-size: 22px;
  line-height: 1.27;
  font-weight: 600;
  margin: 0;
}

.post-section {
  padding: 46px 0 90px;
  line-height: 1.61;
}

.post-section .container {
  max-width: 748px;
  position: relative;
}

.post-section .aligncenter {
  display: block;
  margin: 63px 0 60px;
}

.post-section .tags {
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f15a29;
  margin: 0 0 27px;
}

.post-section h2 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 22px;
}

.post-section h3 {
  font-size: 24px;
  line-height: 1.21;
  margin: 0 0 25px;
}

.post-section p {
  margin: 0 0 1.61em;
}

.post-section ul {
  margin: 0 0 1.61em;
  padding: 0;
  list-style: none;
  font-size: 17px;
}

.post-section ul > li {
  position: relative;
  padding: 0 0 7px 17px;
}

.post-section ul > li:before {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
  content: "";
  width: 4px;
  height: 4px;
  background: #f15a29;
}

.post-section ul ol {
  margin: 0;
  padding-left: 17px;
}

.post-section ol {
  margin: 0 0 1.61em;
  padding: 0;
  list-style: none;
  counter-reset: newCounter;
  font-size: 17px;
}

.post-section ol > li {
  padding: 0 0 7px 17px;
}

.post-section ol > li:before {
  counter-increment: newCounter;
  content: counters(newCounter, ".") ". ";
  margin: 0 5px 0 -2px;
  font-size: 15px;
  font-weight: 600;
  color: #f15a29;
}

.post-section ol ul {
  margin: 0;
  padding-left: 17px;
  font-size: inherit;
}

.post-section ol ul li:before {
  position: static;
  width: auto;
  height: auto;
  background: none;
  font-weight: inherit;
}

.post-section .images-list {
  margin-top: 55px;
  margin-bottom: 27px;
}

.meta-box {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  width: 100%;
  max-width: 156px;
  margin: 2px 15px 0 0;
  padding: 18px 10px 18px 19px;
  border: 1px solid #d0d0d0;
  color: #252734;
}

.meta-box .name {
  display: block;
  font-size: 17px;
  line-height: 1.71;
  font-weight: 700;
  margin: 0 0 1px;
}

.meta-box .date {
  display: block;
  font-size: 12px;
  line-height: 2.42;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-section {
  padding: 97px 0 137px;
  color: #252734;
}

.contact-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-section h3 {
  margin: 0 0 64px;
}

.contact-section__contacts {
  width: 42.5%;
  padding: 0 15px 0 0;
  line-height: 1.5;
}

.contact-section__contacts ul {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}

.contact-section__contacts ul li {
  margin: 0 0 43px;
}

.contact-section__contacts ul a {
  color: inherit;
}

.contact-section__contacts ul a:hover {
  text-decoration: none;
  color: #f15a29;
}

.contact-section__contacts .ttl {
  display: block;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f15a29;
}

.contact-section__contacts address {
  display: block;
  font-style: normal;
}

.contact-section__form {
  width: 57.5%;
  font-size: 20px;
}

.contact-section__form p {
  margin: 0 0 1.75em;
}

.contact-section__form input,
.contact-section__form textarea {
  width: 100%;
}

.contact-section__form textarea {
  height: 161px;
  resize: none;
}

.contact-section__form .btn {
  padding: 23px 10px;
}

.contact-section__form form p {
  margin: 0 0 1.5em;
}

.footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
  background: #252734;
  font-size: 16px;
  line-height: 1.94;
  color: #c7c8dd;
}

.footer .container {
  padding: 76px 15px 32px;
}

.footer .row .col.col1 {
  width: 46.5%;
}

.footer .row .col.col1 p {
  max-width: 300px;
  font-size: 14px;
  line-height: 1.5;
}

.footer .row .col.col2 {
  width: 14%;
}

.footer .row .col.col3 {
  width: 22%;
}

.footer .row .col.col4 {
  width: 17.5%;
}

.footer .logo {
  margin: -6px 0 14px -5px;
}

.footer .copy {
  font-size: 13px;
  line-height: 1.38;
  text-align: center;
  color: #636786;
  margin: -34px 0 0;
}

.footer .copy br {
  display: none;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul a {
  color: inherit;
}

.footer ul a:hover {
  text-decoration: none;
  color: #f15a29;
}

.footer address {
  font-style: normal;
  margin: 0 0 23px;
}

.social-networks {
  margin: 0 -8px !important;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c7c8dd;
}

.social-networks li {
  margin: 0 8px;
}

.social-networks a:hover {
  text-decoration: none;
  color: #f15a29;
}

.social-networks i {
  font-size: 16px;
}

.social-networks i.icon-twitter {
  font-size: 12px;
}

.social-networks i.icon-youtube {
  font-size: 11px;
}

.social-networks i.icon-instagram {
  font-size: 15px;
}

.social-networks.alt {
  margin: 0 -3px !important;
}

.social-networks.alt li {
  margin: 0 3px;
}

.social-networks.alt a:hover i {
  opacity: 0.8;
}

.social-networks.alt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
}

.social-networks.alt i.icon-facebook {
  background: #5c85cf;
}

.social-networks.alt i.icon-twitter {
  background: #42c1f3;
}

.social-networks.alt i.icon-youtube {
  background: #fd0010;
}

.social-networks.alt i.icon-instagram {
  background: #df316c;
}

.share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 63px 0 0;
}

.share-box .ttl {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 17px 0 0;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #252734;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

select.notranslate {
  opacity: 0 !important;
}

.jcf-select-notranslate {
  width: 100% !important;
  min-width: 0;
  height: 32px;
  border: none;
  background: #565766;
}

.jcf-select-notranslate .jcf-select-text {
  padding: 8px 25px 8px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

.jcf-select-notranslate .jcf-select-opener {
  width: 25px;
}

.jcf-select-notranslate .jcf-select-opener:before {
  margin: -1px 0 0 -4px;
  font-size: 4px;
  color: #fff;
}

.jcf-select-notranslate.jcf-drop-active .jcf-select-opener:before {
  transform: rotate(180deg);
}

.jcf-select-notranslate.jcf-select-drop {
  width: 138px !important;
  margin: 0;
}

.jcf-select-notranslate.jcf-select-drop .jcf-select-drop-content {
  border: none;
}

.jcf-select-notranslate .jcf-list {
  font-size: 12px;
  line-height: 1.2;
  color: #252734;
}

.jcf-select-notranslate .jcf-list .jcf-option {
  padding: 7px 10px;
}

.fixed-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop-holder {
  background: #565766;
  width: 138px;
  position: relative;
}

.drop-holder.open .drop-expanded {
  top: 100%;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.drop-holder.open .title::after {
  top: 15px;
  border-color: #fff transparent transparent #fff;
}

.drop-holder .title {
  display: block;
  font-size: 13px;
  line-height: 32px;
  text-transform: none;
  color: #fff;
  height: 32px;
  overflow: hidden;
  position: relative;
  padding: 0 25px 0 15px;
  white-space: nowrap;
  margin: 0;
  text-overflow: ellipsis;
  cursor: pointer;
}

.drop-holder .title::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 11px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-color: transparent #fff #fff transparent;
}

.drop-holder .drop-expanded {
  position: absolute;
  top: -9999px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 150;
  font-size: 12px;
  line-height: 1.2;
  overflow-y: auto;
  max-height: 300px;
  overflow-x: hidden;
  padding: 13px 5px 7px;
  background: #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
  transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.drop-holder .drop-expanded ul {
  margin: 0;
  padding: 0 0 0 11px;
  list-style: none;
}

.drop-holder .drop-expanded ul li {
  padding: 0;
  margin-top: 14px;
}

.drop-holder .drop-expanded ul li:first-child {
  margin-top: 0;
}

.drop-holder .drop-expanded ul a {
  color: #252734;
}

.drop-holder .drop-expanded ul a:hover {
  color: #f15a29;
  text-decoration: none;
}

.drop-holder .drop-expanded .drop-logo {
  padding-top: 7px;
}

.drop-holder .drop-expanded .drop-logo img {
  display: block;
  width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .has-separator:before {
    background-image: url(assets/img/separator@2x.png);
    background-size: 100%;
  }
}
@media (min-width: 30em) {
  .gallery {
    margin: 0 -0.5em;
  }
  .gallery-item {
    padding: 0 0.5em 1.8em;
  }
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 48em) {
  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
  .hero-section__content .container {
    max-width: 687px;
    padding-right: 160px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .navbar__nav > li:hover > a {
    color: #f15a29;
  }
  .navbar__nav > li:hover > .navbar__drop,
  .navbar__nav > li:hover > .navbar__mega-drop {
    display: block;
  }
  .navbar__drop ul > li:hover > a {
    color: #f15a29;
  }
  .navbar__drop ul > li:hover > .navbar__drop {
    display: block;
  }
  .header-alt .navbar__nav > li:hover > a {
    color: #f15a29;
  }
  .header-alt .navbar__nav > li > a {
    color: #252734;
  }
  .header-alt .navbar__nav > li > a:hover {
    color: #f15a29;
  }
  .header-alt .navbar__search {
    border-color: #252734;
  }
  .header-alt .navbar__search input[type=text],
  .header-alt .navbar__search input[type=search] {
    color: #252734;
  }
  .header-alt .navbar__search input[type=text]::-webkit-input-placeholder,
  .header-alt .navbar__search input[type=search]::-webkit-input-placeholder {
    color: #252734;
  }
  .header-alt .navbar__search input[type=text]::-moz-placeholder,
  .header-alt .navbar__search input[type=search]::-moz-placeholder {
    opacity: 1;
    color: #252734;
  }
  .header-alt .navbar__search input[type=text]:-moz-placeholder,
  .header-alt .navbar__search input[type=search]:-moz-placeholder {
    color: #252734;
  }
  .header-alt .navbar__search input[type=text]:-ms-input-placeholder,
  .header-alt .navbar__search input[type=search]:-ms-input-placeholder {
    color: #252734;
  }
  .header-alt .navbar__search input[type=text].placeholder,
  .header-alt .navbar__search input[type=search].placeholder {
    color: #252734;
  }
  .header-alt .navbar__search .btn-search:before {
    color: #252734;
  }
}
@media (max-width: 1599px) {
  .tabs-section {
    margin: 49px 0 0 -130px;
    padding: 0 0 0 130px;
  }
  .tabset {
    width: 110px;
  }
}
@media (max-width: 1439px) {
  .header__logo {
    left: 0;
  }
  .navbar__nav {
    padding-left: 100px;
  }
  .navbar__nav > li {
    margin: 0 28px 0 0;
  }
  .intro-section2 .container.has-v-title-text {
    padding-left: 152px;
  }
  .v-title-text {
    top: 92px;
    left: -142px;
  }
  .gallery-block {
    margin: 97px 0;
    padding: 0 0 0 105px;
  }
  .gallery-block__thumbnails {
    width: 82px;
  }
  .tabs-section {
    margin: 49px 0 0;
    padding: 0 0 0 160px;
  }
  .tabset {
    width: 140px;
  }
  .share-box {
    margin: 63px 0 0 160px;
  }
}
@media (max-width: 1119px) {
  #content {
    width: calc(100% - 300px);
  }
  #sidebar {
    margin: 0 0 0 50px;
  }
  .navbar__nav {
    padding-left: 85px;
  }
  .navbar__nav > li {
    margin: 0 22px 0 0;
  }
  .hero-section__content h1 {
    font-size: 80px;
  }
  .items-section {
    padding: 100px 0 60px;
  }
  .items-section .has-separator {
    margin: 0 0 76px;
  }
  .items-list .btn-holder {
    margin: 0;
  }
  .items-list__nav {
    margin: -20px 0 59px;
  }
  .items-list-alt {
    margin: 0;
  }
  .items-list-alt .items-list__holder h3 {
    font-size: 16px;
    margin: -36px 40px 0 0;
  }
  .intro-section2 h1 {
    max-width: 800px;
    font-size: 60px;
  }
  .intro-section3 {
    min-height: 600px;
  }
  .meta-box {
    position: static;
    margin: 0 0 30px;
  }
  .footer .row .col.col1 {
    width: 42%;
  }
  .footer .row .col.col4 {
    width: 22%;
  }
}
@media (max-width: 1023px) {
  .navbar__nav > li > a {
    color: #252734;
  }
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none !important;
  }
  .navbar__mega-drop-holder {
    background: #F8F8F8;
  }
  .navbar__mega-drop ul a {
    color: #252734;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  input[type=date],
  textarea {
    padding: 13px 25px;
    height: 50px;
  }
  .subscribe-bar .wpforms-container {
    width: calc(100% - 230px);
  }
  .subscribe-bar .wpforms-form input[type=text],
  .subscribe-bar .wpforms-form input[type=email] {
    height: 50px !important;
    padding: 14px 20px !important;
  }
  .subscribe-bar .wpforms-submit {
    min-width: 100px;
  }
  .acf-comment-fields .acf-field .acf-label {
    margin: 0;
  }
  .has-focus.child-input-focused label {
    padding-top: 5px;
  }
  .has-focus label {
    padding-top: 15px;
    padding-left: 15px;
  }
  .has-focus input,
  .has-focus textarea {
    padding: 18px 15px 8px;
  }
  .btn-reserve {
    display: block;
    position: static;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 39px;
  }
  .main {
    padding: 60px 0 40px;
  }
  .main .container {
    display: block;
  }
  #content {
    width: auto;
    margin: 0 0 50px;
  }
  #sidebar {
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }
  .comment-form .ttl {
    letter-spacing: 1px;
    margin: 0 0 2px;
  }
  img.alignleft,
  img.alignright {
    max-width: 50%;
  }
  .breadcrumb {
    margin: 0 0 40px;
  }
  .divider {
    height: 40px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  .header {
    padding: 30px 0;
  }
  .header__holder {
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__logo {
    position: static;
  }
  .nav-opener {
    display: block;
  }
  .navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #252734;
    padding: 120px 21px 15px;
  }
  .navbar__holder {
    display: block;
    height: 100%;
    overflow-y: auto;
  }
  .navbar__nav {
    display: block;
    background: #fff;
    padding: 24px 16px;
    font-size: 18px;
  }
  .navbar__nav > li {
    margin: 0;
  }
  .navbar__drop {
    position: static;
    width: auto;
    padding-top: 0;
    box-shadow: none;
  }
  .navbar__drop ul {
    background: none;
    box-shadow: none;
    padding: 5px 0 5px 20px;
    font-size: 18px;
  }
  .navbar__drop ul > li {
    padding: 0;
  }
  .navbar__mega-drop {
    position: static;
    width: auto;
    padding-top: 10px;
    box-shadow: none;
  }
  .navbar__mega-drop-holder .col1 {
    padding: 25px 20px 0;
  }
  .navbar__mega-drop ul {
    font-size: 18px;
  }
  .navbar__mega-drop ul li {
    margin: 0 0 5px;
  }
  .navbar__mega-drop .text-area {
    padding: 30px;
  }
  .navbar__search {
    margin: 10px 0 0;
  }
  .hero-section__content .container {
    padding-right: 70px;
  }
  .subscribe-bar {
    padding: 30px 0;
  }
  .subscribe-bar h2 {
    width: 230px;
  }
  .subscribe-bar form {
    width: calc(100% - 230px);
  }
  .subscribe-bar form input[type=text],
  .subscribe-bar form input[type=email] {
    padding: 14px 20px;
  }
  .items-section {
    padding: 60px 0 20px;
  }
  .items-list .btn-holder {
    margin: 0 0 40px;
  }
  .items-list__nav {
    margin: 0 0 35px;
  }
  .items-list__nav li {
    margin: 0 15px;
  }
  .items-list__holder {
    padding: 20px 20px 25px;
    font-size: 14px;
  }
  .items-list__holder h3 {
    font-size: 22px;
  }
  .items-list__holder .btn {
    padding: 13px 10px 14px;
  }
  .items-list-alt .items-list__holder h3 {
    min-height: 96px;
  }
  .cta-section {
    padding: 60px 0;
  }
  .cta-section h2 {
    font-size: 24px;
  }
  .intro-section__content .container {
    min-height: 400px;
  }
  .intro-section__image {
    height: 300px;
  }
  .intro-section2 {
    font-size: 24px;
  }
  .intro-section2 .container.has-v-title-text {
    padding-left: 130px;
  }
  .intro-section2 h1 {
    font-size: 50px;
    margin: -5px 0 40px;
  }
  .v-title-text {
    top: 80px;
    left: -112px;
    font-size: 110px;
  }
  .date-list__item {
    min-width: 180px;
    padding: 15px 25px;
  }
  .intro-section3 {
    min-height: 500px;
    font-size: 20px;
  }
  .intro-section3 h1 {
    font-size: 60px;
    margin: 0 0 20px;
  }
  .info-section {
    font-size: 30px;
  }
  .info-section .holder {
    padding: 60px 0;
  }
  .promo-section {
    padding: 80px 0;
  }
  .promo-section h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
  .promo-section .btn {
    padding: 20px 30px;
  }
  .review-section {
    padding: 70px 0;
  }
  .contact-section {
    padding: 80px 0;
  }
  .contact-section h3 {
    font-size: 28px;
  }
  .footer {
    text-align: center;
  }
  .footer .container {
    padding: 40px 15px 30px;
  }
  .footer .row .col.col1 {
    width: 100%;
  }
  .footer .row .col.col1 p {
    max-width: 500px;
    margin: 0 auto;
  }
  .footer .row .col.col2 {
    width: 33.33%;
  }
  .footer .row .col.col3 {
    width: 33.33%;
  }
  .footer .row .col.col4 {
    width: 33.33%;
  }
  .footer .copy {
    margin: -10px 0 0;
  }
  .footer address {
    margin: 0 0 15px;
  }
  .social-networks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe-bar .wpforms-confirmation-container-full {
    padding: 0;
  }
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  #sidebar h2 {
    margin: 0 0 40px;
  }
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
  .posts-list .post {
    margin: 0 0 20px;
  }
  .divider {
    display: none;
  }
  .navbar__drop ul,
  .navbar__mega-drop ul {
    font-size: 15px;
  }
  .hero-section {
    min-height: 667px;
  }
  .hero-section__content {
    width: auto;
    padding: 150px 0 100px;
  }
  .hero-section__content .container {
    padding-right: 15px;
  }
  .hero-section__content h1 {
    font-size: 70px;
    letter-spacing: -1px;
  }
  .subscribe-bar h2 {
    width: 200px;
    font-size: 30px;
  }
  .subscribe-bar h2 span {
    font-size: 14px;
  }
  .subscribe-bar form {
    width: calc(100% - 200px);
  }
  .subscribe-bar form input[type=text],
  .subscribe-bar form input[type=email] {
    width: calc(40% - 8px);
    margin-right: 8px;
  }
  .btn-subscribe {
    min-width: 230px;
    margin: -40px 0 0;
    padding: 20px 25px;
  }
  .btn-subscribe i {
    right: 25px;
  }
  .about-section {
    padding: 60px 0;
    font-size: 18px;
  }
  .items-list-alt .items-list__holder {
    font-size: 14px;
  }
  .items-list-alt .items-list__holder h3 {
    font-size: 14px;
    margin: -36px 20px 0 0;
    min-height: 87px;
    letter-spacing: 0;
  }
  .btn-holder .btn {
    padding: 20px 30px;
  }
  .cta-section {
    padding: 40px 0;
  }
  .cta-section h2 {
    font-size: 20px;
  }
  .cta-section .btn {
    min-width: 180px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .intro-section2 p br {
    display: none;
  }
  .v-title-text {
    top: 78px;
  }
  .intro-section3 {
    min-height: 450px;
  }
  .gallery-block {
    margin: 50px 0;
    padding: 0 0 0 88px;
  }
  .gallery-block__thumbnails {
    width: 65px;
  }
  .promo-section h2 {
    font-size: 28px;
  }
  .contact-section .container {
    display: block;
  }
  .contact-section h3 {
    margin: 0 0 30px;
  }
  .contact-section__contacts {
    width: auto;
    padding: 0 0 50px;
  }
  .contact-section__contacts ul {
    padding: 0;
  }
  .contact-section__contacts ul li {
    margin: 0 0 20px;
  }
  .contact-section__contacts .ttl {
    margin: 0 0 5px;
  }
  .contact-section__form {
    width: auto;
    font-size: 16px;
  }
  .drop-holder.open .title::after {
    top: 11px;
  }
  .drop-holder .title {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }
  .drop-holder .title::after {
    top: 8px;
  }
  .drop-holder .drop-expanded {
    font-size: 11px;
  }
  .subscribe-bar .wpforms-container {
    width: 100%;
  }
  .subscribe-bar .wpforms-submit {
    width: 100% !important;
    height: 50px !important;
  }
}
@media (max-width: 666px) {
  body {
    font-size: 16px;
  }
  .subscribe-bar .wpforms-container {
    width: 100%;
  }
  .subscribe-bar .wpforms-form,
  .subscribe-bar .wpforms-container.wpforms-container-full .wpforms-field-container {
    display: block;
  }
  .subscribe-bar .wpforms-container-full .wpforms-form .wpforms-field,
  .subscribe-bar .wpforms-container-full .wpforms-form .wpforms-field:last-child {
    padding: 0 0 10px !important;
  }
  .subscribe-bar .container {
    display: block;
  }
  .subscribe-bar h2 {
    width: auto;
    margin: 0;
    text-align: center;
  }
  .wpforms-confirmation-msg {
    display: inline-block;
    vertical-align: top;
    padding: 12px 10px;
    font-size: 18px;
  }
  .subscribe-bar .wpforms-submit-container {
    display: block;
  }
  .acf-comment-fields {
    margin: 0 0 15px;
  }
  .btn-reserve {
    max-width: 260px;
    padding: 20px 30px;
  }
  .widget {
    margin-bottom: 40px;
  }
  #wp-calendar {
    width: 100%;
  }
  .comment-form p {
    margin: 0 0 15px;
  }
  .comment-form input[type=submit] {
    padding: 15px 30px;
  }
  .navigation .next,
  .navigation .prev,
  .navigation .al,
  .navigation .ar,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-comments .al,
  .navigation-comments .ar,
  .pagination .next,
  .pagination .prev,
  .pagination .al,
  .pagination .ar {
    padding: 10px 20px;
  }
  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    float: none;
    margin: 0 auto 1.56em;
  }
  blockquote {
    font-size: 20px;
    margin: 0 0 1.36em;
  }
  #respond .comment-reply-title {
    margin: 0 0 30px;
  }
  .comment-body {
    padding: 30px 0;
  }
  .comment {
    padding-left: 0;
  }
  .comment .avatar {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }
  .comment .comment {
    padding-left: 40px;
  }
  .breadcrumb {
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
  .breadcrumb .sep {
    margin: -1px 3px 1px 4px;
  }
  h1,
  .h1 {
    font-size: 46px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  .row {
    display: block;
    margin: 0;
  }
  .row .col {
    padding: 0 0 30px;
  }
  .row .col.col-2 {
    width: auto;
  }
  .row .col.col-3 {
    width: auto;
  }
  .row .col.col-4 {
    width: auto;
  }
  .navbar__mega-drop-holder {
    display: block;
  }
  .navbar__mega-drop-holder .col1 {
    width: auto;
    padding: 10px 0 10px 20px;
  }
  .navbar__mega-drop-holder .col2 {
    width: auto;
    margin: -15px 0 10px;
  }
  .navbar__mega-drop h3 {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .navbar__mega-drop ul {
    font-weight: normal;
  }
  .navbar__mega-drop ul li {
    margin: 0;
  }
  .navbar__mega-drop ul a:hover {
    color: #F15A29;
  }
  .navbar__mega-drop .text-area {
    padding: 20px;
  }
  .navbar__mega-drop .date-list__item {
    max-width: 150px;
  }
  .hero-section__content {
    font-size: 18px;
  }
  .hero-section__content h1 {
    font-size: 50px;
    margin: 0 0 20px;
  }
  .subscribe-bar .container {
    display: block;
  }
  .subscribe-bar h2 {
    width: auto;
    padding: 0 0 10px;
  }
  .subscribe-bar form {
    width: auto;
    display: block;
  }
  .subscribe-bar form input[type=text],
  .subscribe-bar form input[type=email] {
    width: 100%;
    margin: 0 0 10px;
    padding: 14px 15px;
  }
  .subscribe-bar form .btn {
    width: 100%;
    height: 50px;
  }
  .subscribe-btn-bar {
    margin: 0;
    text-align: center;
  }
  .items-list__nav {
    display: block;
    margin: -20px 0 40px;
  }
  .items-list__nav li {
    margin: 0 0 10px;
  }
  .items-list__holder {
    font-size: 16px;
  }
  .items-list-alt .items-list__holder {
    padding: 0;
  }
  .items-list-alt .items-list__holder h3 {
    font-size: 18px;
    min-height: 0;
    margin: -36px 40px 0 0;
  }
  .cta-section .container {
    display: block;
    text-align: center;
  }
  .cta-section h2 {
    margin: 0 0 30px;
  }
  .intro-section__image {
    height: 200px;
  }
  .intro-section2 {
    min-height: 480px;
    padding: 150px 0 50px;
    font-size: 18px;
  }
  .intro-section2 .container.has-v-title-text {
    padding-left: 85px;
  }
  .intro-section2 h1 {
    font-size: 34px;
    margin: 0 0 20px;
  }
  .intro-section2 p {
    margin: 0 0 1.2em;
  }
  .v-title-text {
    top: 92px;
    left: -60px;
    font-size: 70px;
  }
  .date-list {
    margin: 0 -10px 0 0;
  }
  .date-list__item {
    min-width: 130px;
    margin: 0 10px 10px 0;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .date-list__item .year {
    font-size: 24px;
  }
  .date-list__item .icon-date-stick {
    margin: -3px 12px 3px -2px;
    font-size: 20px;
  }
  .intro-section3 {
    min-height: 400px;
    padding: 150px 0 50px;
    font-size: 16px;
  }
  .intro-section3 h1 {
    font-size: 50px;
  }
  .intro-section3 p br {
    display: none;
  }
  #content h3,
  #content .h3 {
    line-height: 1.25;
  }
  .text-box {
    margin: 40px 0 0;
    padding: 30px;
  }
  .gallery-block {
    margin: 40px 0;
    padding: 0;
  }
  .gallery-block__slider {
    height: auto !important;
  }
  .gallery-block__thumbnails {
    width: auto;
    height: auto !important;
    position: static;
    overflow: hidden;
    margin: 10px 0 0;
  }
  .gallery-block__thumbnails .slick-list {
    margin: 0 -5px;
  }
  .gallery-block__thumbnails .slick-slide {
    padding: 0 5px;
  }
  .gallery-block__thumbnails .slide {
    height: auto !important;
    margin: 0;
  }
  .tabs-section {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0;
  }
  .tabset {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0;
    text-align: center;
  }
  .tabset:after {
    top: auto;
    left: 0;
    width: auto;
    height: 1px;
  }
  .tabset li {
    width: 20%;
    height: auto;
    display: block;
    padding: 0 5px 10px;
  }
  .tabset li:after {
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    width: auto;
    height: 3px;
  }
  .tabset .num {
    font-size: 16px;
  }
  .info-section {
    font-size: 24px;
  }
  .info-section .holder {
    padding: 40px 0;
  }
  .promo-section {
    padding: 60px 0;
  }
  .promo-section h2 {
    font-size: 24px;
  }
  .review-section {
    padding: 50px 0;
  }
  .post-navigation {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
  .post-navigation .post-prev .icon-angle-b,
  .post-navigation .post-next .icon-angle-b {
    margin: -1px 5px 1px 0;
    font-size: 5px;
  }
  .post-navigation .post-next .icon-angle-b {
    margin: -1px 0 1px 5px;
  }
  .post-navigation .link {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .post-navigation .h3 {
    font-size: 16px;
    line-height: 1.25;
  }
  .post-section {
    padding: 46px 0;
  }
  .post-section .aligncenter {
    margin: 30px 0;
  }
  .post-section .images-list {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .contact-section {
    padding: 60px 0;
  }
  .footer .row .col.col2 {
    width: 100%;
  }
  .footer .row .col.col3 {
    width: 100%;
  }
  .footer .row .col.col4 {
    width: 100%;
  }
  .footer .logo {
    margin: 0 0 14px;
  }
  .footer .copy br {
    display: inline;
  }
  .share-box {
    margin: 60px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe-bar div.wpforms-container-full .wpforms-form label.wpforms-error {
    position: static;
  }
}
@media (max-width: 374px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers {
    padding: 10px;
  }
  .navigation .next,
  .navigation .prev,
  .navigation .al,
  .navigation .ar,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-comments .al,
  .navigation-comments .ar,
  .pagination .next,
  .pagination .prev,
  .pagination .al,
  .pagination .ar {
    padding: 10px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  .tabset {
    font-size: 10px;
    line-height: 1.4;
  }
  .tabset .num {
    font-size: 14px;
  }
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 1439px) {
  .header .container {
    max-width: 100%;
  }
}

.hero-section__content {
  background: rgba(37, 39, 52, 0.3);
}

.has-separator h3:not(:last-of-type) {
  margin-bottom: 0;
}

.hero-section__content {
  background-color: transparent;
  position: relative;
}
.hero-section__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(37, 39, 52, 0.3);
  pointer-events: none;
}
.hero-section__button .btn {
  padding: 22px 36px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: normal;
}
.hero-section__description h1, .hero-section__description h2, .hero-section__description h3, .hero-section__description h4, .hero-section__description h5, .hero-section__description h6 {
  color: currentColor;
  margin-bottom: 1.5em;
}

.hero-section__title {
  background-color: #F15A29;
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 700;
  padding: 15px 25px;
  letter-spacing: normal !important;
  text-transform: uppercase;
  max-width: 200px;
  width: 100%;
  line-height: 1.1 !important;
}
.hero-section__content p {
  margin-bottom: 1.5em;
}

.intro-section2.intro-v2 {
  padding: 160px 0 300px;
}
.intro-section2.intro-v2 .bg-stretch:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(37, 39, 52, 0.1);
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
