/*! 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..post-area .text-area

 */



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,

a:focus

{

  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;

}



.slick-dots,

.social-networks,

.breadcrumbs,

.price-list,

.primary-list,

#nav ul,

#main-nav > ul,

#main-nav > ul ul,

.nav-add,

.social-list,

.list-slider .custom-paging,

.info-list,

.link-box,

.category-slider .custom-paging,

.travel-slider-wrap .custom-paging,

.experiences-slider-wrap .custom-paging,

.sustainability-description-slider .custom-paging,

.attraction-nav,

.tabset {

  margin: 0;

  padding: 0;

  list-style: none;

}



.clearfix:after,

.container:after {

  content: "";

  display: block;

  clear: both;

}



.ellipsis {

  white-space: nowrap; /* 1 */

  text-overflow: ellipsis; /* 2 */

  overflow: hidden;

}



html {

  box-sizing: border-box;

}



*,

*:before,

*:after {

  box-sizing: inherit;

}



* {

  max-height: 1000000px;

}



body {

  color: #333;

  background: #fff;

  font: 16px /1.6 "Open Sans", "Arial", "Helvetica Neue", "Helvetica",

    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;

}



h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6,

.h {

  font-family: "Forum", cursive;

  font-weight: 400;

  margin: 0 0 0.5em;

  color: currentColor;

  line-height: 1.06;

  text-transform: uppercase;

}



h1,

.h1 {

  margin-bottom: 15px;

  text-transform: uppercase;

  letter-spacing: 2px;

  font-size: 38px;

}



h2,

.h2 {

  text-transform: uppercase;

  letter-spacing: 2px;

  font-size: 38px;

}



h3,

.h3 {

  font-size: 32px;

}



h4,

.h4 {

  font-size: 26px;

  line-height: 1.25;

}



h5,

.h5 {

  font-size: 24px;

  letter-spacing: 0.05em;

}



h6,

.h6 {

  font-size: 20px;

  font-weight: 700;

  margin-bottom: 24px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  text-transform: none;

}



p {

  margin: 0 0 20px;

}



a {

  color: #e4b55c;

  text-decoration: none;

}



a:not('.no-transition') {

  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,

    opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out,

    visibility 0.3s ease-in-out, border 0.3s ease-in-out,

    -webkit-transition 0.3s ease-in-out;

  transition: color 0.3s ease-in-out, background 0.3s ease-in-out,

    opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out,

    visibility 0.3s ease-in-out, border 0.3s ease-in-out,

    -webkit-transition 0.3s ease-in-out;

  transition: color 0.3s ease-in-out, background 0.3s ease-in-out,

    opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out,

    visibility 0.3s ease-in-out, transition 0.3s ease-in-out,

    border 0.3s ease-in-out;

  transition: color 0.3s ease-in-out, background 0.3s ease-in-out,

    opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out,

    visibility 0.3s ease-in-out, transition 0.3s ease-in-out,

    border 0.3s ease-in-out, -webkit-transition 0.3s ease-in-out;

}



a:hover {

  color: #db9d27;

  text-decoration: none;

}



#main-nav a {

  transition: none;

}



form,

fieldset {

  margin: 0;

  padding: 0;

  border-style: none;

}



input[type="text"],

input[type="tel"],

input[type="email"],

input[type="search"],

input[type="password"],

textarea {

  -webkit-appearance: none;

  -webkit-border-radius: 0;

  box-sizing: border-box;

  border: 1px solid #999;

  padding: 0.4em 0.7em;

}



input[type="text"]:focus,

input[type="tel"]:focus,

input[type="email"]:focus,

input[type="search"]:focus,

input[type="password"]:focus,

textarea:focus {

  border-color: #000;

}



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,

textarea::-webkit-input-placeholder {

  color: #999;

}



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,

textarea::-moz-placeholder {

  opacity: 1;

  color: #999;

}



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,

textarea:-moz-placeholder {

  color: #999;

}



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,

textarea:-ms-input-placeholder {

  color: #999;

}



input[type="text"].placeholder,

input[type="tel"].placeholder,

input[type="email"].placeholder,

input[type="search"].placeholder,

input[type="password"].placeholder,

textarea.placeholder {

  color: #999;

}



select {

  -webkit-border-radius: 0;

}



textarea {

  resize: vertical;

  vertical-align: top;

}



button,

input[type="button"],

input[type="reset"],

input[type="file"],

input[type="submit"] {

  -webkit-appearance: none;

  -webkit-border-radius: 0;

  cursor: pointer;

}



@font-face {

  font-family: "icomoon";

  src: url("../fonts/icomoon.eot?x3vsq7");

  src: url("../fonts/icomoon.eot?x3vsq7#iefix") format("embedded-opentype"),

    url("../fonts/icomoon.ttf?x3vsq7") format("truetype"),

    url("../fonts/icomoon.woff?x3vsq7") format("woff"),

    url("../fonts/icomoon.svg?x3vsq7#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;

}



[class^="icon-"],

[class*=" icon-"],

.experiences-slider .slick-arrow:before {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: "icomoon" !important;

  speak: never;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1; /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-next-arrow:before {

  content: "";

}



.icon-prev-arrow:before {

  content: "";

}



.icon-instagram:before {

  content: "";

}



.icon-facebook:before {

  content: "";

}



.icon-twitter:before {

  content: "";

}



/* Slick slider styles */



.slick-slider {

  position: relative;

  display: block;

  box-sizing: border-box;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -ms-touch-action: pan-y;

  touch-action: pan-y;

  -webkit-tap-highlight-color: transparent;

}



.slick-list {

  position: relative;

  overflow: hidden;

  display: block;

  margin: 0;

  padding: 0;

}



.slick-list:focus {

  outline: none;

}



.slick-list.dragging {

  cursor: pointer;

  cursor: hand;

}



.slick-slider .slick-track,

.slick-slider .slick-list {

  -webkit-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}



.slick-track {

  position: relative;

  left: 0;

  top: 0;

  display: block;

}



.slick-track:before,

.slick-track:after {

  content: "";

  display: table;

}



.slick-track:after {

  clear: both;

}



.slick-loading .slick-track {

  visibility: hidden;

}



.slick-slide {

  float: left;

  height: 100%;

  min-height: 1px;

  display: none;

}



[dir="rtl"] .slick-slide {

  float: right;

}



.slick-slide img {

  display: block;

}



.slick-slide.slick-loading img {

  display: none;

}



.slick-slide.dragging img {

  pointer-events: none;

}



.slick-initialized .slick-slide {

  display: block;

}



.slick-loading .slick-slide {

  visibility: hidden;

}



.slick-vertical .slick-slide {

  display: block;

  height: auto;

  border: 1px solid transparent;

}



.slick-arrow.slick-hidden {

  display: none;

}



.slick-dots {

  font-size: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  max-width: 60vw;

  margin-left: 150px;

}



.slick-dots li {

  width: 25%;

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

}



.slick-dots li.slick-active button {

  background: #333;

}



.slick-dots li:first-child button {

  border-radius: 3px 0 0 3px;

}



.slick-dots li:last-child button {

  border-radius: 0 3px 3px 0;

}



.slick-dots button {

  -webkit-transition: background 0.3s ease-in-out;

  transition: background 0.3s ease-in-out;

  border: 0;

  outline: none;

  width: 100%;

  display: block;

  padding: 0;

  height: 2px;

  background: #c3c3c3;

}



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;

  height: 100%;

  left: 0;

  outline: none;

  position: fixed;

  -webkit-tap-highlight-color: transparent;

  top: 0;

  -ms-touch-action: manipulation;

  touch-action: manipulation;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  width: 100%;

  z-index: 99992;

}



.fancybox-container * {

  box-sizing: border-box;

}



.fancybox-outer,

.fancybox-inner,

.fancybox-bg,

.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.9;

  -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-infobar,

.fancybox-toolbar,

.fancybox-caption,

.fancybox-navigation .fancybox-button {

  direction: ltr;

  opacity: 0;

  position: absolute;

  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;

  transition: opacity 0.25s ease, visibility 0s ease 0.25s;

  visibility: hidden;

  z-index: 99997;

}



.fancybox-show-infobar .fancybox-infobar,

.fancybox-show-toolbar .fancybox-toolbar,

.fancybox-show-caption .fancybox-caption,

.fancybox-show-nav .fancybox-navigation .fancybox-button {

  opacity: 1;

  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;

  transition: opacity 0.25s ease 0s, visibility 0s ease 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;

  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);

  transform: translateZ(0);

  z-index: 99994;

}



.fancybox-is-open .fancybox-stage {

  overflow: hidden;

}



.fancybox-slide {

  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */

  display: none;

  height: 100%;

  left: 0;

  outline: none;

  overflow: auto;

  -webkit-overflow-scrolling: touch;

  padding: 44px;

  position: absolute;

  text-align: center;

  top: 0;

  -webkit-transition-property: opacity, -webkit-transform;

  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;

  font-size: 0;

  height: 100%;

  vertical-align: middle;

  width: 0;

}



.fancybox-is-sliding .fancybox-slide,

.fancybox-slide--previous,

.fancybox-slide--current,

.fancybox-slide--next {

  display: block;

}



.fancybox-slide--image {

  overflow: hidden;

  padding: 44px 0;

}



.fancybox-slide--image::before {

  display: none;

}



.fancybox-slide--html {

  padding: 6px;

}



.fancybox-content {

  background: #fff;

  display: inline-block;

  margin: 0;

  max-width: 100%;

  overflow: auto;

  -webkit-overflow-scrolling: touch;

  padding: 44px;

  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;

  background: transparent;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  left: 0;

  max-width: none;

  overflow: visible;

  padding: 0;

  position: absolute;

  top: 0;

  -ms-transform-origin: top left;

  -webkit-transform-origin: top left;

  transform-origin: top left;

  -webkit-transition-property: opacity, -webkit-transform;

  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-swipe .fancybox-content,

.fancybox-can-pan .fancybox-content {

  cursor: grab;

}



.fancybox-is-grabbing .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--video .fancybox-content,

.fancybox-slide--map .fancybox-content,

.fancybox-slide--pdf .fancybox-content,

.fancybox-slide--iframe .fancybox-content {

  height: 100%;

  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;

}



.fancybox-video,

.fancybox-iframe {

  background: transparent;

  border: 0;

  display: block;

  height: 100%;

  margin: 0;

  overflow: hidden;

  padding: 0;

  width: 100%;

}



/* Fix iOS */



.fancybox-iframe {

  left: 0;

  position: absolute;

  top: 0;

}



.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;

}



/* Buttons */



.fancybox-button {

  background: rgba(30, 30, 30, 0.6);

  border: 0;

  border-radius: 0;

  box-shadow: none;

  cursor: pointer;

  display: inline-block;

  height: 44px;

  margin: 0;

  padding: 10px;

  position: relative;

  -webkit-transition: color 0.2s;

  transition: color 0.2s;

  vertical-align: top;

  visibility: inherit;

  width: 44px;

}



.fancybox-button,

.fancybox-button:visited,

.fancybox-button:link {

  color: #ccc;

}



.fancybox-button:hover {

  color: #fff;

}



.fancybox-button:focus {

  outline: none;

}



.fancybox-button.fancybox-focus {

  outline: 1px dotted;

}



.fancybox-button[disabled],

.fancybox-button[disabled]:hover {

  color: #888;

  cursor: default;

  outline: none;

}



/* Fix IE11 */



.fancybox-button div {

  height: 100%;

}



.fancybox-button svg {

  display: block;

  height: 100%;

  overflow: visible;

  position: relative;

  width: 100%;

}



.fancybox-button svg path {

  fill: currentColor;

  stroke-width: 0;

}



.fancybox-button--play svg:nth-child(2),

.fancybox-button--fsenter svg:nth-child(2) {

  display: none;

}



.fancybox-button--pause svg:nth-child(1),

.fancybox-button--fsexit svg:nth-child(1) {

  display: none;

}



.fancybox-progress {

  background: #ff5268;

  height: 2px;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  -ms-transform: scaleX(0);

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -ms-transform-origin: 0;

  -webkit-transform-origin: 0;

  transform-origin: 0;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;

  -webkit-transition-timing-function: linear;

  transition-timing-function: linear;

  z-index: 99998;

}



/* Close button on the top right corner of html content */



.fancybox-close-small {

  background: transparent;

  border: 0;

  border-radius: 0;

  color: #ccc;

  cursor: pointer;

  opacity: 0.8;

  padding: 8px;

  position: absolute;

  right: -12px;

  top: -44px;

  z-index: 401;

}



.fancybox-close-small:hover {

  color: #fff;

  opacity: 1;

}



.fancybox-slide--html .fancybox-close-small {

  color: currentColor;

  padding: 10px;

  right: 0;

  top: 0;

}



.fancybox-slide--image.fancybox-is-scaling .fancybox-content {

  overflow: hidden;

}



.fancybox-is-scaling .fancybox-close-small,

.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {

  display: none;

}



/* Navigation arrows */



.fancybox-navigation .fancybox-button {

  background-clip: content-box;

  height: 100px;

  opacity: 0;

  position: absolute;

  top: calc(50% - 50px);

  width: 70px;

}



.fancybox-navigation .fancybox-button div {

  padding: 7px;

}



.fancybox-navigation .fancybox-button--arrow_left {

  left: 0;

  padding: 31px 26px 31px 6px;

}



.fancybox-navigation .fancybox-button--arrow_right {

  padding: 31px 6px 31px 26px;

  right: 0;

}



/* Caption */



.fancybox-caption {

  background: -webkit-linear-gradient(

    bottom,

    rgba(0, 0, 0, 0.85) 0%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.15) 65%,

    rgba(0, 0, 0, 0.075) 75.5%,

    rgba(0, 0, 0, 0.037) 82.85%,

    rgba(0, 0, 0, 0.019) 88%,

    rgba(0, 0, 0, 0) 100%

  );

  background: linear-gradient(

    to top,

    rgba(0, 0, 0, 0.85) 0%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.15) 65%,

    rgba(0, 0, 0, 0.075) 75.5%,

    rgba(0, 0, 0, 0.037) 82.85%,

    rgba(0, 0, 0, 0.019) 88%,

    rgba(0, 0, 0, 0) 100%

  );

  bottom: 0;

  color: #eee;

  font-size: 14px;

  font-weight: 400;

  left: 0;

  line-height: 1.5;

  padding: 75px 44px 25px 44px;

  pointer-events: none;

  right: 0;

  text-align: center;

  z-index: 99996;

}



.fancybox-caption--separate {

  margin-top: -50px;

}



.fancybox-caption__body {

  max-height: 50vh;

  overflow: auto;

  pointer-events: all;

}



.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;

}



/* Loading indicator */



.fancybox-loading {

  -webkit-animation: fancybox-rotate 1s linear infinite;

  animation: fancybox-rotate 1s linear infinite;

  background: transparent;

  border: 4px solid #888;

  border-bottom-color: #fff;

  border-radius: 50%;

  height: 50px;

  left: 50%;

  margin: -25px 0 0 -25px;

  opacity: 0.7;

  padding: 0;

  position: absolute;

  top: 50%;

  width: 50px;

  z-index: 99999;

}



/* Transition effects */



.fancybox-animated {

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);

  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);

}



/* transitionEffect: slide */



.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: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}



/* transitionEffect: fade */



.fancybox-fx-fade.fancybox-slide--previous,

.fancybox-fx-fade.fancybox-slide--next {

  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;

}



/* transitionEffect: zoom-in-out */



.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: scale3d(1, 1, 1);

  transform: scale3d(1, 1, 1);

}



/* transitionEffect: rotate */



.fancybox-fx-rotate.fancybox-slide--previous {

  opacity: 0;

  -ms-transform: rotate(-360deg);

  -webkit-transform: rotate(-360deg);

  transform: rotate(-360deg);

}



.fancybox-fx-rotate.fancybox-slide--next {

  opacity: 0;

  -ms-transform: rotate(360deg);

  -webkit-transform: rotate(360deg);

  transform: rotate(360deg);

}



.fancybox-fx-rotate.fancybox-slide--current {

  opacity: 1;

  -ms-transform: rotate(0deg);

  -webkit-transform: rotate(0deg);

  transform: rotate(0deg);

}



/* transitionEffect: circular */



.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: scale3d(1, 1, 1) translate3d(0, 0, 0);

  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

}



/* transitionEffect: tube */



.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: translate3d(0, 0, 0) scale(1);

  transform: translate3d(0, 0, 0) scale(1);

}



/* Styling for Small-Screen Devices */



/* Share */



.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 0;

}



.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 5px;

  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:visited,

.fancybox-share__button:link {

  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 0;

  outline: none;

  padding: 10px 15px;

  width: 100%;

}



/* Thumbs */



.fancybox-thumbs {

  background: #ddd;

  bottom: 0;

  display: none;

  margin: 0;

  -webkit-overflow-scrolling: touch;

  -ms-overflow-style: -ms-autohiding-scrollbar;

  padding: 2px 2px 4px 2px;

  position: absolute;

  right: 0;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  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__list {

  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 .fancybox-thumbs__list {

  overflow: hidden;

}



.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {

  width: 7px;

}



.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {

  background: #fff;

  border-radius: 10px;

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}



.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {

  background: #2a2a2a;

  border-radius: 10px;

}



.fancybox-thumbs__list a {

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  background-color: rgba(0, 0, 0, 0.1);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  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__list a::before {

  border: 6px solid #ff5268;

  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__list a:focus::before {

  opacity: 0.5;

}



.fancybox-thumbs__list a.fancybox-thumbs-active::before {

  opacity: 1;

}



/* Styling for Small-Screen Devices */



body,

html {

  height: 100%;

}



body {

  overflow: auto;

}



#wrapper {

  position: relative;

  width: 100%;

  overflow: hidden;

}



.container {

  max-width: calc(1726px + 60px);

  margin: 0 auto;

  padding: 0 15px;

  width: 100%;

}



.text-center {

  text-align: center;

}



.text-wrap p a:not([class]) {

  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;

  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;

  background-image: -webkit-linear-gradient(currentColor, currentColor);

  background-image: linear-gradient(currentColor, currentColor);

  background-position: 0 100%;

  background-repeat: no-repeat;

  background-size: 0 1px;

}



.text-wrap p a:not([class]):hover {

  background-size: 100% 1px;

}



.text-wrap em,

.text-wrap i {

  font-weight: 300;

  font-family: "Cormorant Infant", "Times New Roman", "Times", "Baskerville",

    "Georgia", serif;

}



.link {

  text-transform: uppercase;

  font-size: 14px;

  font-weight: 600;

  letter-spacing: 0.03em;

  font-style: normal;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  vertical-align: top;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  position: relative;

  line-height: 1.2;

}



.next-arrow {

  -webkit-transition: background-color 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out;

  width: 38px;

  height: 38px;

  margin-left: 30px;

  border: 1.75px solid #e4b55c;

  border-radius: 50%;

  display: block;

  position: relative;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

}



a:hover .next-arrow,

button:hover .next-arrow,

.link:hover .next-arrow,

.next-arrow:hover {

  background-color: #e4b55c;

}



a:hover .next-arrow .arrow:after,

button:hover .next-arrow .arrow:after,

.link:hover .next-arrow .arrow:after,

.next-arrow:hover .arrow:after {

  right: 32%;

  border-color: #fff;

  left: 32%;

}



a:hover .next-arrow .arrow:before,

button:hover .next-arrow .arrow:before,

.link:hover .next-arrow .arrow:before,

.next-arrow:hover .arrow:before {

  opacity: 1;

  border-color: #fff;

  right: 32%;

}



.next-arrow .arrow {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

}



.next-arrow .arrow:after,

.next-arrow .arrow:before {

  -webkit-transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out,

    width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out,

    left 0.3s ease-in-out, right 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out,

    width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out,

    left 0.3s ease-in-out, right 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out,

    transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out,

    opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out,

    transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out,

    opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  content: "";

  position: absolute;

  top: 50%;

}



.next-arrow .arrow:after {

  left: -50%;

  right: 50%;

  border-top: 1.75px solid #e4b55c;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.next-arrow .arrow:before {

  width: 8px;

  height: 8px;

  border: 1.75px solid #e4b55c;

  border-width: 1.75px 1.75px 0 0;

  right: 50%;

  -webkit-transform: translateY(-50%) rotate(45deg);

  -ms-transform: translateY(-50%) rotate(45deg);

  transform: translateY(-50%) rotate(45deg);

  opacity: 0;

}



.download-arrow {

  -webkit-transition: background-color 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out;

  width: 38px;

  height: 38px;

  border: 1.75px solid #e4b55c;

  border-radius: 50%;

  display: block;

  position: relative;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  margin: 0 0 0 18px;

}



.download-arrow:before {

  -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;

  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;

  content: "";

  position: absolute;

  bottom: calc(50% - 6px);

  border-bottom: 1.75px solid #e4b55c;

  left: 50%;

  right: 50%;

}



a:hover .download-arrow,

button:hover .download-arrow,

.link:hover .download-arrow,

.download-arrow:hover {

  background-color: #e4b55c;

}



a:hover .download-arrow:before,

button:hover .download-arrow:before,

.link:hover .download-arrow:before,

.download-arrow:hover:before {

  left: 35%;

  right: 35%;

  border-bottom-color: #fff;

}



a:hover .download-arrow .arrow:after,

button:hover .download-arrow .arrow:after,

.link:hover .download-arrow .arrow:after,

.download-arrow:hover .arrow:after {

  border-color: #fff;

  top: 20%;

}



a:hover .download-arrow .arrow:before,

button:hover .download-arrow .arrow:before,

.link:hover .download-arrow .arrow:before,

.download-arrow:hover .arrow:before {

  border-color: #fff;

}



.download-arrow .arrow {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

}



.download-arrow .arrow:after,

.download-arrow .arrow:before {

  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,

    top 0.3s ease-in-out, bottom 0.3s ease-in-out, left 0.3s ease-in-out,

    right 0.3s ease-in-out;

  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,

    top 0.3s ease-in-out, bottom 0.3s ease-in-out, left 0.3s ease-in-out,

    right 0.3s ease-in-out;

  content: "";

  position: absolute;

}



.download-arrow .arrow:after {

  top: -8px;

  bottom: 45%;

  left: 50%;

  border-right: 1.75px solid #e4b55c;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  margin-left: -0.875px;

}



.download-arrow .arrow:before {

  width: 9px;

  height: 9px;

  border: 1.75px solid #e4b55c;

  border-width: 1.75px 1.75px 0 0;

  left: 50%;

  bottom: 45%;

  -webkit-transform: translateX(-50%) rotate(135deg);

  -ms-transform: translateX(-50%) rotate(135deg);

  transform: translateX(-50%) rotate(135deg);

}



.js-tab-hidden {

  display: block !important;

  left: -9999px !important;

  position: absolute !important;

  top: -9999px !important;

}



.head-wrap {

  position: relative;

}



.head-wrap h4,

.head-wrap .h4 {

  margin-bottom: 30px;

}



.sep {

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

  width: 100%;

  height: 1px;

  margin-top: 4px;

  margin-bottom: 4px;

  position: relative;

  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;

  background-image: -webkit-linear-gradient(left, #e4b55c 0%, #e4b55c 100%);

  background-image: linear-gradient(to right, #e4b55c 0%, #e4b55c 100%);

  background-repeat: no-repeat;

  background-size: calc(100% - 20px) 1px;

  background-position: left 10px center;

}



.sep:after,

.sep:before {

  content: "";

  width: 10px;

  border: 1px solid #e4b55c;

  height: 10px;

  border-radius: 50%;

  display: block;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

}



.head-box {

  max-width: 1400px;

  margin: 0 auto;

}



.head-box.box-lg p {

  max-width: 990px;

}



.head-box h2 {

  margin-bottom: 50px;

}



.head-box h4,

.head-box .h4 {

  margin-bottom: 50px;

}



.head-box .sep {

  width: 254px;

  max-width: 50%;

  margin: 0 auto 60px auto;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

}



.head-box p {

  max-width: 780px;

  margin-left: auto;

  margin-right: auto;

}



.social-networks {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 0;

}



.social-networks li {

  margin: 0 23px 10px 0;

}



.social-networks a {

  color: currentColor;

}



.social-networks a:hover {

  color: #e4b55c;

}



.social-networks a:before {

  font-size: 18px;

}



.breadcrumbs {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  overflow: hidden;

}



.breadcrumbs li {

  position: relative;

  margin-bottom: 10px;

  padding: 3px 50px 3px 0;

}



.breadcrumbs li:last-child {

  padding-right: 0;

}



.breadcrumbs li:before {

  content: "";

  position: absolute;

  width: 15px;

  top: 50%;

  left: calc((50px - 15px) / -2);

  -webkit-transform: translate(-100%, -50%);

  -ms-transform: translate(-100%, -50%);

  transform: translate(-100%, -50%);

  border-bottom: 1px solid currentColor;

}



.breadcrumbs a {

  color: currentColor;

  display: inline-block;

  vertical-align: top;

  position: relative;

  transition: none;

}



.breadcrumbs a:hover:after {

  right: 0;

}



.breadcrumbs a:after {

  -webkit-transition: right 0.3s ease-in-out;

  transition: right 0.3s ease-in-out;

  content: "";

  position: absolute;

  bottom: -3px;

  left: 0;

  right: 100%;

  border-bottom: 1px solid currentColor;

}



.lax {

  will-change: transform;

}



.attractions-section .image,

.hero-bg {

  overflow: hidden;

}



.section-with-sep .container > .sep {

  margin-top: 60px;

}



.price-list {

  -webkit-column-count: 2;

  column-count: 2;

  -webkit-column-width: 130px;

  column-width: 130px;

  -webkit-column-gap: 20px;

  column-gap: 20px;

  position: relative;

}



.price-list li {

  position: relative;

  page-break-inside: avoid;

  overflow: hidden;

}



.price-item {

  margin-bottom: 25px;

}



.price-item:before {

  width: 9px;

  height: 9px;

  content: "";

  background: url(../images/bullet.png) no-repeat center center/100% 100%;

  display: block;

  margin-bottom: 10px;

}



.price-item p {

  margin-bottom: 14px;

}



.price-item p:last-child {

  margin-bottom: 0;

}



.two-column-list {

  -webkit-column-count: 2;

  column-count: 2;

  -webkit-column-gap: 0;

  column-gap: 0;

  -webkit-column-width: 190px;

  column-width: 190px;

  margin: 30px 0;

}



.two-column-list:first-child {

  margin-top: 0;

}



.two-column-list:last-child {

  margin-bottom: 0;

}



.two-column-list li {

  page-break-inside: avoid;

  overflow: hidden;

  padding-right: 20px;

}



.item-price {

  font-weight: 700;

  text-transform: uppercase;

  font-size: 14px;

}



.primary-list {

  margin: 25px 0;

}



.primary-list:first-child {

  margin-top: 0;

}



.primary-list:last-child {

  margin-bottom: 0;

}



.primary-list li {

  position: relative;

  padding-left: 30px;

  padding-bottom: 10px;

  overflow: hidden;

}



.primary-list li:last-child {

  padding-bottom: 0;

}



.primary-list li:before {

  width: 9px;

  height: 9px;

  content: "";

  position: absolute;

  top: 0.55em;

  left: 0;

  background: url(../images/bullet.png);

  background-size: 100% 100%;

}



.download-items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 20px 0;

  margin-bottom: -30px;

}



.download-items:last-child {

  padding-bottom: 0;

}



.download-items:first-child {

  padding-top: 0;

}



.download-item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  min-height: 160px;

  border: 1px solid #e4b55c;

  padding: 20px;

  width: 100%;

  margin-bottom: 0;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

}



.download-item:last-child {

  margin-right: 0;

}



.download-item > * {

  max-width: 100%;

}



.download-item .item-title {

  text-transform: uppercase;

  font-weight: 700;

  display: block;

  margin-bottom: 30px;

  letter-spacing: 0.09em;

}



.download-item .link {

  color: currentColor;

}



.download-item .link:hover {

  color: currentColor;

}



.contact-items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  justify-content: space-between;

}



.contact-items:first-child {

  padding: 0;

}



.contact-items:last-child {

  padding-bottom: 0;

}



.contact-item {

  width: 100%;

}



.contact-item .item-title {

  display: block;

  font-weight: 600;

  margin-bottom: 14px;

}



.contact-item > *:last-child {

  margin-bottom: 0;

}



.contact-item a:not([class]) {

  color: currentColor;

  border: 0;

}



.contact-item a:not([class]):hover {

  color: #e4b55c;

}



.sticky-wrap {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 101;

}



.sticky-wrap-static-header {

  position: relative;

}



.sticky-wrap-static-header.fixed-position #header:after {

  bottom: 0;

}



.sticky-wrap-static-header.fixed-position #header .nav-opener:after {

  bottom: 0;

}



.sticky-wrap-static-header #header {

  position: relative;

  background-color: #e5e2dd;

}



.sticky-wrap-static-header #header #nav ul a {

  color: #333;

}



.sticky-wrap-static-header #header #nav ul a:hover {

  color: #e4b55c;

}



.sticky-wrap-static-header #header .nav-opener {

  background-color: #333;

}



.sticky-wrap-static-header #header .nav-opener span,

.sticky-wrap-static-header #header .nav-opener span:after,

.sticky-wrap-static-header #header .nav-opener span:before {

  background-color: #e5e2dd;

}



.sticky-wrap-static-header #header .logo img {

  opacity: 0;

}



.sticky-wrap-static-header #header .logo .logo-black {

  height: 100%;

}



.sticky-wrap-static-header #header .logo .logo-black img {

  opacity: 1;

}



#header {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 101;

  right: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.fixed-position #header:after {

  bottom: 0;

  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);

}



.fixed-position #header #nav ul a {

  color: #333;

}



.fixed-position #header #nav ul a:hover {

  color: #e4b55c;

}



.fixed-position #header .nav-opener:after {

  bottom: 0;

}



.fixed-position #header .nav-opener span,

.fixed-position #header .nav-opener span:after,

.fixed-position #header .nav-opener span:before {

  background-color: #333;

}



#header:before {

  content: "";

  display: block;

  width: 0;

  min-height: 80px;

}



#header:after {

  -webkit-transition: bottom 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

  transition: bottom 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

  content: "";

  position: absolute;

  top: 0;

  bottom: 100%;

  left: 0;

  right: 0;

  background-color: #fff;

  z-index: -1;

}



#header .container {

  padding-top: 15px;

  padding-bottom: 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding-right: 130px;

  width: 100%;

}



.logo {

  width: 175px;

  position: relative;

  overflow: hidden;

}



.fixed-position .logo img {

  opacity: 0;

}



.fixed-position .logo .logo-black {

  height: 100%;

}



.fixed-position .logo .logo-black img {

  opacity: 1;

}



.logo img {

  -webkit-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

  width: 100%;

  vertical-align: top;

}



.logo .logo-black {

  -webkit-transition: height 0.3s ease-in-out;

  transition: height 0.3s ease-in-out;

  position: absolute;

  top: 0;

  left: 0;

  height: 0;

  overflow: hidden;

  width: 100%;

}



.logo .logo-black img {

  width: 100%;

}



.nav-opener {

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  display: block;

  width: 80px;

  height: 80px;

  top: 0;

  right: 15px;

  position: absolute;

  z-index: 19;

  font-size: 0;

  background-color: #fff;

  outline: none;

}



.nav-opener:hover {

  opacity: 0.8;

}



.nav-opener:after {

  -webkit-transition: bottom 0.3s ease-in-out;

  transition: bottom 0.3s ease-in-out;

  content: "";

  position: absolute;

  top: 0;

  bottom: 100%;

  left: 0;

  right: 0;

  z-index: -1;

  background-color: #e5e2dd;

}



.nav-active .nav-opener {

  background: transparent !important;

}



.nav-active .nav-opener:after {

  display: none;

}



.nav-active .nav-opener span {

  background-color: transparent !important;

}



.nav-active .nav-opener span:before,

.nav-active .nav-opener span:after {

  top: 50%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  left: -10px;

  right: -10px;

  background-color: #333 !important;

}



.nav-active .nav-opener span:after {

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

}



.nav-opener span {

  left: 20px;

  right: 20px;

}



.nav-opener span,

.nav-opener span:before,

.nav-opener span:after {

  -webkit-transition: top 0.3s ease-in-out, left 0.3s ease-in-out,

    right 0.3s ease-in-out, background-color 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: top 0.3s ease-in-out, left 0.3s ease-in-out,

    right 0.3s ease-in-out, background-color 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out,

    left 0.3s ease-in-out, right 0.3s ease-in-out,

    background-color 0.3s ease-in-out;

  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out,

    left 0.3s ease-in-out, right 0.3s ease-in-out,

    background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  top: 50%;

  display: block;

  position: absolute;

  height: 2px;

  background: #333;

  /*margin-top: 3px;*/

  margin: 0px;

  padding: 0px;

}



.nav-opener span:before,

.nav-opener span:after {

  content: "";

  top: -10px;

  left: 0;

  right: 0;

  margin-top: 0;

}



.nav-opener span:after {

  top: 10px;

  left: 65%;

  margin-top: 0;

}



#nav {

  margin-left: auto;

  max-width: 80%;

  font-size: 16px;

  line-height: 1.2;

  padding-top: 15px;

  margin-right: 28px;

  display: none;

}



#nav ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



#nav ul li {

  margin: 0 10px;

}



#nav ul a {

  color: #fff;

}



#nav ul a:hover {

  color: #000;

}



.nav-active {

  overflow: hidden;

}



.nav-active .logo-nav,

.nav-active #main-nav,

.nav-active .nav-add,

.nav-active .social-list {

  opacity: 1;

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

}



.drop-nav {

  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  overflow-y: auto;

  overflow-x: hidden;

  opacity: 0;

  z-index: 10;

  visibility: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  height: 100vh;

  height: calc(var(--vh, 1vh) * 100);

}



.nav-active .drop-nav {

  opacity: 1;

  visibility: visible;

}



.nav-active .drop-nav .drop-hold:after {

  bottom: 0;

}



.drop-nav .drop-hold {

  padding: 22px 15px;

  position: relative;

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

}



.drop-nav .drop-hold:after {

  -webkit-transition: bottom 0.3s ease-in-out;

  transition: bottom 0.3s ease-in-out;

  content: "";

  position: absolute;

  top: 0;

  bottom: 100%;

  left: 0;

  right: 0;

  background-color: #e5e2dd;

  z-index: -1;

}



.drop-nav ul {

  text-transform: uppercase;

}



.drop-nav ul a {

  color: #333;

  font-family: "Forum", cursive;

  font-weight: 400;

  opacity: 0.9;

}



.drop-nav ul a:hover {

  color: #000;

  opacity: 1;

}



.logo-nav {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  margin-bottom: 25px;

  width: 175px;

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

  opacity: 0;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

}



.logo-nav img {

  vertical-align: top;

}



#main-nav {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  -webkit-transition-delay: 0.35s;

  transition-delay: 0.35s;

  opacity: 0;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

}



#main-nav > ul > li > a {

  font-size: 20px;

  line-height: 1;

  letter-spacing: 1px;

}



#main-nav > ul > li {

  position: relative;

  margin-bottom: 10px;

}



#main-nav > ul > li.hover .sep {

  opacity: 1;

}



#main-nav > ul > li.hover ul {

  display: block;

}



#main-nav > ul > li:last-child {

  padding-bottom: 0;

}



#main-nav > ul .sep {

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  opacity: 0;

  margin-top: 5px;

  margin-left: 40px;

  margin-right: 40px;

  margin-bottom: 4px;

  background-image: -webkit-linear-gradient(left, #333 0%, #333 100%);

  background-image: linear-gradient(to right, #333 0%, #333 100%);

  background-repeat: no-repeat;

  background-size: calc(100% - 20px) 1px;

  background-position: left 10px center;

  display: none;

}



#main-nav > ul .sep:after,

#main-nav > ul .sep:before {

  border-color: #333;

}



#main-nav > ul ul {

  display: none;

  padding: 10px 0 0 10px;

  line-height: 1.2;

}



#main-nav > ul ul li {

  margin-bottom: 5px;

}



#main-nav > ul ul a {

  font-size: 18px;

}



.nav-add {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 25px;

  padding-top: 25px;

  opacity: 0;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

  max-width: 200px;

}



@media (min-width: 1440px) {

  .nav-add {

    align-self: flex-end;

  }

}



.nav-add li {

  margin-right: 50px;

}



.nav-add a {

  font-size: 20px;

}



.social-list {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  bottom: 65px;

  right: 48px;

  letter-spacing: 0.9px;

  -webkit-transition-delay: 0.75s;

  transition-delay: 0.75s;

  opacity: 0;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

}



.social-list li {

  margin-right: 15px;

}



.social-list a {

  font-size: 18px;

}



#main {

  position: relative;

}



#main-title {

  position: absolute;

  width: 100%;

  height: 120vh;

  z-index: 99;

  color: black;

  top: 75vh;

}



#main-title .text-wrap {

  width: 100%;

}



#main-title h1 {

  color: #333;

  margin: 0;

  line-height: 1.06;

  margin-bottom: -16px;

  letter-spacing: 3.6px;

}



#main-title .title {

  display: block;

  font-weight: 400;

  font-family: "Forum", cursive;

  color: #333;

}



#main-title .container {

  position: relative;

}



#main-title .alt {

  position: absolute;

  color: white;

  top: 0;

  bottom: 0;

  left: 15px;

  right: 15px;

  height: 20vh;

}



#main-title .alt .title {

  color: #fff;

}



#main-title .alt h1 {

  color: white;

}

.visual-section .image img {

  vertical-align: top;

}



.paging-info {

  color: #333;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: 4.5px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  vertical-align: middle;

  display: block;

}



.paging-info:first-letter {

  vertical-align: middle;

  font-family: "Forum", cursive;

  font-size: 60px;

}



.explore-section .maps {

  margin-top: -2px;

  padding: 5px 0 0 35px;

  margin-bottom: -100px;

}



.explore-section .maps img {

  vertical-align: top;

  text-align: center;

  width: 100%;

}



.explore-slider {

  margin-bottom: 15px;

}



.explore-slider .slide {

  position: relative;

}



.explore-slider .slide img {

  width: 100%;

  vertical-align: top;

}



.explore-slider .slide .text-area {

  position: absolute;

  left: 0;

  padding: 10px 15px;

  right: 0;

  bottom: 0;

  top: 0;

  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  -ms-flex-line-pack: stretch;

  align-content: stretch;

  -webkit-box-align: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  z-index: 1;

}



.explore-slider .slide .text-area:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-image: -webkit-linear-gradient(

    top,

    rgba(52, 50, 50, 0) 0%,

    #333 100%

  );

  background-image: linear-gradient(180deg, rgba(52, 50, 50, 0) 0%, #333 100%);

  opacity: 0.5;

  z-index: -1;

}



.explore-slider h3 {

  color: #fff;

  text-transform: uppercase;

}



.slider-nav {

  position: relative;

  padding: 30px 0 30px 30px;

  background: rgba(255, 255, 255, 0.7);

}



.slider-nav .slide {

  padding: 0 15px 25px;

  width: 251px;

  outline: none;

  cursor: pointer;

}



.slider-nav .img {

  width: 100%;

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.31);

  position: relative;

}



.slider-nav .img img {

  vertical-align: top;

}



.slider-nav .ttl {

  font-size: 18px;

  line-height: 1.33;

  letter-spacing: 0.9px;

  font-family: "Forum", cursive;

  text-transform: uppercase;

  color: #fff;

  position: absolute;

  padding: 0 19px 24px;

  bottom: 0;

  font-weight: 400;

  left: 0;

  right: 0;

}



.list-slider .custom-paging:before {

  content: "";

  background: #fff;

  top: 0;

  right: 100%;

  bottom: 0;

  position: absolute;

  width: 100vw;

}



.list-slider .custom-paging li {

  display: none;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: 4.5px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  vertical-align: middle;

}



.list-slider .custom-paging li.slick-active {

  display: block;

}



.list-slider .custom-paging li:first-letter {

  vertical-align: middle;

  font-size: 60px;

  font-family: "Forum", cursive;

}

.image-section img {

  width: 100%;

  vertical-align: top;

}



.post-section {

  background: #f8f8fa;

}



.post-section .image {

  margin-bottom: 25px;

}



.post-section .image img {

  vertical-align: top;

}



.post-section h2 {

  margin-bottom: 27px;

}



.image-section-full img {

  width: 100%;

  vertical-align: top;

}



.gallery-section {

  padding: 0 15px 0;

}



.gallery-slider .slide {

  position: relative;

  overflow: hidden;

}



.gallery-slider .slide.slick-active,

.gallery-slider .slide.fake-active {

  z-index: 2;

}



.gallery-slider .slide.slick-active .img,

.gallery-slider .slide.fake-active .img {

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.gallery-slider .text-area {

  color: #fff;

  position: absolute;

  bottom: 0;

  left: 0;

  padding: 15px;

  right: 0;

}



.gallery-slider .img {

  -webkit-transition: -webkit-transform 0.3s ease-in-out;

  transition: -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  overflow: hidden;

  -webkit-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

}



.gallery-slider .img img {

  width: 100%;

  vertical-align: top;

}



.gallery-slider .link {

  color: #fff;

}



.gallery-slider .link:after {

  border-color: #fff;

}



.gallery-slider .link:before {

  background: #fff;

}



.gallery-slider h3 {

  color: #fff;

  margin-bottom: 20px;

}



.instagram-section .instagram-box {

  max-width: 220px;

  min-width: 200px;

}



.instagram-section .instagram-box img {

  vertical-align: top;

}



.instagram-section .instagram-box:nth-child(2n) {

  -ms-flex-item-align: end;

  align-self: flex-end;

}



.instagram-section .instagram-block {

  width: 100%;

  margin-bottom: 40px;

}



.instagram-section .instagram-block .mask {

  overflow: hidden;

}



.instagram-section .instagram-block .line {

  width: 99999px;

  float: left;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  height: 380px;

}



.instagram-section .instagram-box {

  margin: 0 30px 0 0;

  float: none !important;

}



.instagram-section .tag {

  -webkit-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

  text-transform: uppercase;

  font-size: 22px;

  letter-spacing: 2.75px;

  font-weight: 400;

  opacity: 0.96;

  color: #e4b55c;

  display: block;

  text-align: center;

  font-family: "Forum", cursive;

}



.instagram-section .tag:hover {

  opacity: 1;

}



.form-section {

  position: relative;

}



.form-block {

  background-size: cover;

  background-position: 50% 50%;

  padding: 50px 15px;

  color: #fff;

  font-size: 18px;

  line-height: 1.33;

  position: relative;

  z-index: 1;

}



.form-block:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  background-color: #000;

  opacity: 0.2;

  left: 0;

  z-index: -1;

}



.form-block h2 {

  color: #fff;

  margin-bottom: 27px;

}



.form-block p {

  margin: 0 auto;

}



.subscribe-form {

  margin: 0 auto;

  max-width: 972px;

  padding-top: 13px;

}



.subscribe-form .col {

  padding: 0 10px 15px;

}



.subscribe-form input[type="text"],

.subscribe-form input[type="email"] {

  width: 100%;

  height: 70px;

  border: 0;

  outline: none;

  background: rgba(255, 255, 255, 0.2);

  color: #fff;

  font-size: 18px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  font-weight: 400;

  padding: 5px 15px;

}



.subscribe-form input[type="text"]::-webkit-input-placeholder,

.subscribe-form input[type="email"]::-webkit-input-placeholder {

  color: #fff;

}



.subscribe-form input[type="text"]::-moz-placeholder,

.subscribe-form input[type="email"]::-moz-placeholder {

  opacity: 1;

  color: #fff;

}



.subscribe-form input[type="text"]:-moz-placeholder,

.subscribe-form input[type="email"]:-moz-placeholder {

  color: #fff;

}



.subscribe-form input[type="text"]:-ms-input-placeholder,

.subscribe-form input[type="email"]:-ms-input-placeholder {

  color: #fff;

}



.subscribe-form input[type="text"].placeholder,

.subscribe-form input[type="email"].placeholder {

  color: #fff;

}



.subscribe-form .btn {

  border: 1px solid #c3c3c3;

  width: 100%;

  color: #fff;

}



.subscribe-form .btn:hover {

  color: #fff;

}



.cursor-holder {

  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;

  opacity: 1;

  visibility: visible;

}



.cursor-holder.js-hidden {

  opacity: 0;

  visibility: hidden;

}



.cursor-holder.first-state .cursor {

  -webkit-animation: rotationFirst 0.2s cubic-bezier(0.5, 0.5, 0.5, 0.5)

    forwards;

  animation: rotationFirst 0.2s cubic-bezier(0.5, 0.5, 0.5, 0.5) forwards;

}



.cursor-holder.first-state.clicked .cursor {

  -webkit-transform: scale(0.85);

  -ms-transform: scale(0.85);

  transform: scale(0.85);

}



.cursor-holder.second-state .cursor {

  -webkit-animation: rotationSecond 0.2s cubic-bezier(0.5, 0.5, 0.5, 0.5)

    forwards;

  animation: rotationSecond 0.2s cubic-bezier(0.5, 0.5, 0.5, 0.5) forwards;

}



.cursor-holder.second-state.clicked .cursor {

  -webkit-transform: rotate(180deg) scale(0.85);

  -ms-transform: rotate(180deg) scale(0.85);

  transform: rotate(180deg) scale(0.85);

}



.cursor-holder .cursor {

  width: 100px;

  height: 100px;

  border-radius: 50%;

  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);

  background: #fff url(../images/arrow.svg) no-repeat center center/40px 11px;

}



.object-fit-image {

  object-fit: cover;

  object-position: center;

  font-family: "object-fit: cover; object-position: center;";

}



.js-original-slider:not(.slick-initialized) .slide:not(:first-child),

.js-generated-slider-1:not(.slick-initialized) .slide:not(:first-child),

.js-generated-slider-2:not(.slick-initialized) .slide:not(:first-child),

.explore-slider:not(.slick-initialized) .slide:not(:first-child),

.slider-nav:not(.slick-initialized) .slide:not(:first-child),

.travel-images:not(.slick-initialized) .slide:not(:first-child),

.list-slider:not(.slick-initialized) .slide:not(:first-child),

.sustainability-image-slider:not(.slick-initialized) .slide:not(:first-child),

.sustainability-description-slider:not(.slick-initialized)

  .slide:not(:first-child),

.category-slider:not(.slick-initialized) .slide:not(:first-child) {

  display: none !important;

}



.btn {

  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,

    border 0.3s ease-in-out, opacity 0.3s ease-in-out;

  transition: color 0.3s ease-in-out, background 0.3s ease-in-out,

    border 0.3s ease-in-out, opacity 0.3s ease-in-out;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  vertical-align: top;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  border: 1px solid #e4b55c;

  background: rgba(255, 255, 255, 0.2);

  font-size: 15px;

  outline: none;

  font-weight: 600;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  text-transform: uppercase;

  padding: 10px 30px;

  letter-spacing: 0.3em;

  color: #333;

  text-decoration: none;

}



.btn:hover {

  color: #333;

  background-color: rgba(255, 255, 255, 0.3);

}



.uppercase {

  text-transform: uppercase;

}



.font-forum {

  font-family: "Forum", cursive;

}



#footer {

  color: #333;

  font-size: 14px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  font-weight: 400;

  line-height: 1.2;

}



#footer .holder {

  border-top: 1px solid #707070;

  border-bottom: 1px solid #707070;

  padding-top: 30px;

  padding-bottom: 30px;

}



#footer .logo-wrap {

  margin-bottom: 25px;

}



#footer .txt {

  padding-top: 15px;

  display: block;

}



.logo-footer {

  width: 220px;

}



.logo-footer img {

  vertical-align: top;

}



.info-list {

  margin-bottom: 38px;

}



.info-list a {

  color: #333;

}



.info-list a:hover {

  color: #e4b55c;

}



.bt-box {

  font-size: 12px;

  color: #c3c3c3;

  padding-top: 23px;

  padding-bottom: 23px;

}



.bt-box .copy {

  margin-bottom: 15px;

  display: block;

}



.bt-box .copy a {

  color: #c3c3c3;

}



.bt-box .copy a:hover {

  text-decoration: underline;

}



.link-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-left: auto;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.link-box li {

  margin-right: 15px;

}



.link-box a {

  color: #c3c3c3;

}



.link-box a:hover {

  text-decoration: underline;

}



[data-page-name="category-main-page"] {

  background-color: #e5e2dd;

}



.category-slider-section {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  min-height: calc(100vh - 80px);

  padding: 30px 0;

}



.category-slider-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  min-width: 1%;

  position: relative;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.category-slider {

  padding-bottom: 70px;

  width: calc(100% + 15px);

}



.category-slider .slick-track {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  min-width: 1%;

  width: auto !important;

}



.category-slider .slick-track:after,

.category-slider .slick-track:before {

  content: none;

}



.category-slider .slide {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  height: auto;

  position: relative;

  overflow: hidden;

  pointer-events: none;

  min-width: 0;

}



.category-slider .slide.slick-active,

.category-slider .slide.fake-active {

  z-index: 2;

  pointer-events: auto;

}



.category-slider .slide.slick-active .hero-bg,

.category-slider .slide.fake-active .hero-bg {

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.category-slider .slide.slick-active .category-description,

.category-slider .slide.fake-active .category-description {

  opacity: 1;

  -webkit-transform: none;

  -ms-transform: none;

  transform: none;

}



.category-slider .slide .hero-bg {

  -webkit-transition: -webkit-transform 0.3s ease-in-out;

  transition: -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  overflow: hidden;

  -webkit-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

}



.category-slider .slide .category-description {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  opacity: 0;

  -webkit-transform: translateY(10px);

  -ms-transform: translateY(10px);

  transform: translateY(10px);

  -webkit-transition-delay: 0.3s;

  transition-delay: 0.3s;

}



.category-slider .custom-paging {

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 2;

}



.category-slider .custom-paging li {

  display: none;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: 4.5px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  vertical-align: middle;

}



.category-slider .custom-paging li.slick-active {

  display: block;

}



.category-slider .custom-paging li:first-letter {

  vertical-align: middle;

  font-size: 60px;

  font-family: "Forum", cursive;

}



.category-item {

  width: 280px;

  margin-right: 20px;

}



.category-item.item-alt {

  min-width: 280px;

  width: auto;

}



.category-item > a {

  color: currentColor;

  text-decoration: none;

  outline: none;

}



.category-item > a:hover {

  color: currentColor;

}



.category-item .category-description {

  white-space: nowrap;

}



.category-image {

  position: relative;

  padding-bottom: 35vh;

  min-height: 250px;

  width: 100%;

  overflow: hidden;

}



.item-alt .category-image {

  padding-bottom: calc(35vh + 110px);

  min-height: 340px;

}



.hero-section {

  background-size: cover;

  position: relative;

  z-index: 2;

  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  margin-bottom: 218px;

}



.hero-section:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  opacity: 0.2;

  background: #000;

  z-index: -1;

}



.hero-section:after {

  content: "";

  display: block;

  width: 0;

  min-height: 100vh;

}



.hero-section .title {

  display: block;

  font-weight: 400;

  font-family: "Forum", cursive;

}



.hero-section h1 {

  color: #fff;

  line-height: 1.06;

  letter-spacing: 3.6px;

}



.hero-section .txt {

  -webkit-transform-origin: 100% 100%;

  -ms-transform-origin: 100% 100%;

  transform-origin: 100% 100%;

  position: absolute;

  bottom: 80px;

  font-size: 18px;

  font-weight: 400;

  right: 15px;

  padding-right: 30px;

  letter-spacing: 0.6px;

  -webkit-transform: rotate(-90deg) translate(100%);

  -ms-transform: rotate(-90deg) translate(100%);

  transform: rotate(-90deg) translate(100%);

  display: none;

}



.hero-section .txt:after {

  content: "";

  position: absolute;

  height: 1px;

  background: #fff;

  left: 100%;

  top: 14px;

  -webkit-animation: scrollDown 3s ease-in-out infinite;

  animation: scrollDown 3s ease-in-out infinite;

}



.hero-bg {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: -1;

  overflow: hidden;

}



.hero-bg:after {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 1;

  background-color: rgba(0, 0, 0, 0.2);

}



.hero-bg img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.hero-content {

  padding-top: 120px;

  padding-bottom: 120px;

}



.travel-section {

  overflow: hidden;

}



.travel-slider-wrap {

  position: relative;

  z-index: 1;

}



.travel-slider-wrap .custom-paging {

  position: absolute;

  top: 15px;

  left: 15px;

  color: #fff;

  z-index: 2;

}



.travel-slider-wrap .custom-paging li {

  display: none;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: 4.5px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  vertical-align: middle;

}



.travel-slider-wrap .custom-paging li.slick-active {

  display: block;

}



.travel-slider-wrap .custom-paging li:first-letter {

  vertical-align: middle;

  font-size: 60px;

  font-family: "Forum", cursive;

}



.travel-description {

  z-index: 4;

  width: 90%;

  background-color: #fff;

  margin: 0 auto;

}



.travel-description .text-area {

  background: #fff;

  padding: 15px;

  color: #333;

  font-family: "Cormorant Infant", "Times New Roman", "Times", "Baskerville",

    "Georgia", serif;

  font-style: italic;

  font-size: 28px;

  z-index: 1;

  position: relative;

  font-weight: 300;

}



.travel-description .text-area h4 {

  letter-spacing: 2px;

  font-style: normal;

}



.travel-description .text-area .text-wrap {

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

  padding-bottom: 40px;

}



.travel-description .text-area .link-wrap {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

}



.travel-description .text-area .link {

  margin-left: 8px;

}



.travel-slider-images .travel-images .slide,

.travel-slider-images .js-generated-slider-1 .slide {

  outline: none;

  overflow: hidden;

}



.travel-slider-images .travel-images .slide.slick-active,

.travel-slider-images .travel-images .slide.fake-active,

.travel-slider-images .js-generated-slider-1 .slide.slick-active,

.travel-slider-images .js-generated-slider-1 .slide.fake-active {

  z-index: 2;

}



.travel-slider-images .travel-images .slide.slick-active .image,

.travel-slider-images .travel-images .slide.fake-active .image,

.travel-slider-images .js-generated-slider-1 .slide.slick-active .image,

.travel-slider-images .js-generated-slider-1 .slide.fake-active .image {

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.travel-slider-images .travel-images .image,

.travel-slider-images .js-generated-slider-1 .image {

  -webkit-transition: -webkit-transform 0.3s ease-in-out;

  transition: -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  width: 100%;

  overflow: hidden;

  -webkit-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

}



.travel-slider-images .travel-images .image img,

.travel-slider-images .js-generated-slider-1 .image img {

  width: 100%;

  vertical-align: top;

}



.travel-images {

  margin-bottom: -150px;

}

.experiences-slider-wrap {

  position: relative;

  z-index: 1;

}



.experiences-slider-wrap .custom-paging {

  position: absolute;

  top: 15px;

  left: 15px;

  color: #fff;

  z-index: 2;

}



.experiences-slider-wrap .custom-paging li {

  display: none;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: 4.5px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  vertical-align: middle;

}



.experiences-slider-wrap .custom-paging li.slick-active {

  display: block;

}



.experiences-slider-wrap .custom-paging li:first-letter {

  vertical-align: middle;

  font-size: 60px;

  font-family: "Forum", cursive;

}



.experiences-slider-wrap .experiences-slider .slick-track,

.experiences-slider-wrap .js-generated-slider-1 .slick-track,

.experiences-slider-wrap .js-generated-slider-2 .slick-track {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.experiences-slider-wrap .experiences-slider .slick-track:after,

.experiences-slider-wrap .experiences-slider .slick-track:before,

.experiences-slider-wrap .js-generated-slider-1 .slick-track:after,

.experiences-slider-wrap .js-generated-slider-1 .slick-track:before,

.experiences-slider-wrap .js-generated-slider-2 .slick-track:after,

.experiences-slider-wrap .js-generated-slider-2 .slick-track:before {

  content: none;

}



.experiences-slider-wrap .experiences-slider .slide,

.experiences-slider-wrap .js-generated-slider-1 .slide,

.experiences-slider-wrap .js-generated-slider-2 .slide {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  overflow: hidden;

  height: auto;

}



.experiences-slider-wrap .experiences-slider .slide.slick-active,

.experiences-slider-wrap .experiences-slider .slide.fake-active,

.experiences-slider-wrap .js-generated-slider-1 .slide.slick-active,

.experiences-slider-wrap .js-generated-slider-1 .slide.fake-active,

.experiences-slider-wrap .js-generated-slider-2 .slide.slick-active,

.experiences-slider-wrap .js-generated-slider-2 .slide.fake-active {

  z-index: 2;

}



.experiences-slider-wrap .experiences-slider .slide.slick-active .img,

.experiences-slider-wrap .experiences-slider .slide.fake-active .img,

.experiences-slider-wrap .js-generated-slider-1 .slide.slick-active .img,

.experiences-slider-wrap .js-generated-slider-1 .slide.fake-active .img,

.experiences-slider-wrap .js-generated-slider-2 .slide.slick-active .img,

.experiences-slider-wrap .js-generated-slider-2 .slide.fake-active .img {

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.experiences-slider-wrap .experiences-slider .slide .img,

.experiences-slider-wrap .js-generated-slider-1 .slide .img,

.experiences-slider-wrap .js-generated-slider-2 .slide .img {

  -webkit-transition: -webkit-transform 0.3s ease-in-out;

  transition: -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  overflow: hidden;

  -webkit-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

}



.experiences-slider {

  position: relative;

}



.experiences-slider .slide {

  outline: none;

}



.experiences-slider .slick-arrow {

  -webkit-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

  position: absolute;

  z-index: 10;

  width: 45px;

  height: 25px;

  font-size: 0;

  border: 0;

  top: 100%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  background: none;

  outline: none;

  color: #333;

  padding: 0;

}



.experiences-slider .slick-arrow:hover {

  opacity: 0.7;

}



.experiences-slider .slick-arrow:before {

  font-size: 39px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.experiences-slider .slick-arrow.slick-disabled {

  color: #c3c3c3;

}



.experiences-slider .slick-arrow.slick-next {

  left: 76px;

}



.experiences-slider .slick-arrow.slick-next:before {

  content: "";

}



.experiences-slider .slick-arrow.slick-prev {

  left: 3px;

}



.experiences-slider .slick-arrow.slick-prev:before {

  content: "";

}



.experiences-slider .slick-list {

  margin-bottom: 50px;

}



.experiences-slider .slick-dots {

  width: calc(100% - 150px);

  max-width: none;

}



.experiences-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  -ms-flex-line-pack: stretch;

  align-content: stretch;

  -webkit-box-align: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  color: #fff;

  padding: 100px 15px 15px;

  position: relative;

  z-index: 1;

  width: 100%;

  min-height: 380px;

}



.experiences-box:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-image: -webkit-linear-gradient(

    top,

    rgba(52, 50, 50, 0) 0%,

    #333 100%

  );

  background-image: linear-gradient(180deg, rgba(52, 50, 50, 0) 0%, #333 100%);

  opacity: 0.5;

  z-index: -1;

}



.experiences-box .img {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background-size: cover;

  z-index: -2;

}



.experiences-box p {

  margin-bottom: 15px;

}

.experiences-box p:last-child {

  margin-bottom: 32px;

}

.experiences-box h3,

.experiences-box .h3 {

  color: #fff;

  margin-bottom: 25px;

  text-transform: uppercase;

}



.experiences-box h1,

.experiences-box .h1,

.experiences-box h2,

.experiences-box .h2,

.experiences-box h3,

.experiences-box .h3,

.experiences-box h4,

.experiences-box .h4,

.experiences-box h5,

.experiences-box .h5,

.experiences-box h6,

.experiences-box .h6 {

  color: currentColor;

}



.experiences-box h1 a,

.experiences-box .h1 a,

.experiences-box h2 a,

.experiences-box .h2 a,

.experiences-box h3 a,

.experiences-box .h3 a,

.experiences-box h4 a,

.experiences-box .h4 a,

.experiences-box h5 a,

.experiences-box .h5 a,

.experiences-box h6 a,

.experiences-box .h6 a {

  color: currentColor;

  background-image: -webkit-linear-gradient(currentColor, currentColor);

  background-image: linear-gradient(currentColor, currentColor);

  background-position: 0 100%;

  background-repeat: no-repeat;

  background-size: 0 2px;

}



.experiences-box h1 a:hover,

.experiences-box .h1 a:hover,

.experiences-box h2 a:hover,

.experiences-box .h2 a:hover,

.experiences-box h3 a:hover,

.experiences-box .h3 a:hover,

.experiences-box h4 a:hover,

.experiences-box .h4 a:hover,

.experiences-box h5 a:hover,

.experiences-box .h5 a:hover,

.experiences-box h6 a:hover,

.experiences-box .h6 a:hover {

  background-size: 100% 2px;

}



.sustainability-section {

  background-color: rgba(244, 240, 234, 0.4);

  padding-top: 30px;

  padding-bottom: 30px;

}



.sustainability-section h2 {

  margin-bottom: 30px;

}



.sustainability-description-slider .custom-paging:before {

  content: "";

  top: 0;

  right: 100%;

  bottom: 0;

  position: absolute;

  width: 100vw;

}



.sustainability-description-slider .custom-paging li {

  display: none;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: 4.5px;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  vertical-align: middle;

}



.sustainability-description-slider .custom-paging li.slick-active {

  display: block;

}



.sustainability-description-slider .custom-paging li:first-letter {

  vertical-align: middle;

  font-size: 60px;

  font-family: "Forum", cursive;

}



.sustainability-description-slider .slide {

  overflow: hidden;

}



.sustainability-description-slider .slick-active .text-area {

  opacity: 1;

  -webkit-transform: translateX(0) !important;

  -ms-transform: translateX(0) !important;

  transform: translateX(0) !important;

}



.sustainability-description-slider .slick-slide-prev .text-area {

  -webkit-transform: translateX(-20px);

  -ms-transform: translateX(-20px);

  transform: translateX(-20px);

}



.sustainability-description-slider .slick-slide-next .text-area {

  -webkit-transform: translateX(20px);

  -ms-transform: translateX(20px);

  transform: translateX(20px);

}



.sustainability-description-slider .custom-paging {

  background: none;

}



.sustainability-description-slider .custom-paging:before {

  display: none;

}



.sustainability-description-slider .text-area {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  margin-bottom: 25px;

  line-height: 1.33;

  font-weight: 400;

  padding: 15px 15px 15px 0;

  opacity: 0;

}



.sustainability-description-slider h3 {

  letter-spacing: 2px;

}



.sustainability-image-slider {

  width: 90%;

  margin: 30px auto;

  max-width: 400px;

}



.sustainability-image-slider .slick-list {

  overflow: visible;

}



.sustainability-image-slider .slick-active {

  z-index: 2;

}



.sustainability-image-slider .slick-active .image img {

  -webkit-transform: rotate(0) !important;

  -ms-transform: rotate(0) !important;

  transform: rotate(0) !important;

}



.sustainability-image-slider .slick-slide-prev .image img {

  -webkit-transform: rotate(-15deg);

  -ms-transform: rotate(-15deg);

  transform: rotate(-15deg);

}



.sustainability-image-slider .slick-slide-next .image img {

  -webkit-transform: rotate(15deg);

  -ms-transform: rotate(15deg);

  transform: rotate(15deg);

}



.sustainability-image-slider .image {

  margin: 0 auto;

  border: 1px solid #e4b55c;

}



.sustainability-image-slider .image .img {

  overflow: hidden;

  -webkit-transform: rotate(2.5deg);

  -ms-transform: rotate(2.5deg);

  transform: rotate(2.5deg);

  box-shadow: 0 0 1px transparent;

}

.home .sustainability-image-slider .image .img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}



.sustainability-image-slider .image img {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  width: 100%;

  -webkit-transform-origin: center bottom;

  -ms-transform-origin: center bottom;

  transform-origin: center bottom;

}



.grid-section {

  padding: 30px 0;

}



.load-more-holder .new-content-target {

  margin-bottom: 40px;

}



.load-more-holder .btn-holder {

  text-align: center;

}



.grid-row {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin: 0 -5px;

}



.new-item {

  opacity: 0;

  -webkit-transform: translateY(25px);

  -ms-transform: translateY(25px);

  transform: translateY(25px);

}



.grid-col {

  padding: 0 5px;

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  min-width: 1%;

}



.grid-col.sm {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 40%;

}



.grid-item {

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 10px;

}



.grid-item > a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  text-decoration: none;

}



.grid-item:only-child .item-visual {

  padding-bottom: 100%;

}



.item-visual {

  overflow: hidden;

  width: 100%;

  position: relative;

  padding-bottom: 62.85%;

}



.item-visual.item-lg {

  padding-bottom: 120%;

}



.item-visual > img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}



.item-visual .play-btn {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: 2;

}



.item-visual .play-btn:hover {

  opacity: 0.6;

}



.item-visual .play-btn img {

  width: 30px;

  height: 30px;

}



.grid-slider .item-visual .play-btn img {

  width: 60px;

  height: 60px;

}



.grid-slider {

  margin-bottom: 10px;

}



.grid-slider .slide > a {

  display: block;

  width: 100%;

}



.grid-slider .slick-arrow {

  -webkit-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

  width: 50px;

  height: 50px;

  background-color: transparent;

  border: 0;

  font-size: 0;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  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;

  z-index: 5;

  padding: 0;

  outline: none;

}



.grid-slider .slick-arrow:hover {

  opacity: 0.8;

}



.grid-slider .slick-arrow.slick-prev {

  background: url(../images/chevron-left.svg) no-repeat center center/27px 50px;

  left: 20px;

}



.grid-slider .slick-arrow.slick-next {

  right: 20px;

  background: url(../images/chevron-right.svg) no-repeat center center/27px 50px;

}



.page-heading .text-wrap {

  text-align: center;

}



.page-heading .head-wrap .sep {

  width: 254px;

  max-width: 50%;

  margin: 0 auto 50px auto;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

}



.page-heading .text-inner p:last-child {

  margin-bottom: 0;

}



.visual-text-block .image {

  position: relative;

  padding-bottom: 52.25%;

  min-height: 200px;

  margin-bottom: 30px;

}



.visual-text-block .image img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}



.visual-text-block .text-wrap {

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

}



.visual-text-block .head-wrap {

  position: relative;

}



.visual-text-block .head-wrap h4,

.visual-text-block .head-wrap .h4,

.visual-text-block .head-wrap h5,

.visual-text-block .head-wrap .h5 {

  margin-bottom: 30px;

}



.visual-text-block .head-wrap h4:last-child,

.visual-text-block .head-wrap .h4:last-child,

.visual-text-block .head-wrap h5:last-child,

.visual-text-block .head-wrap .h5:last-child {

  margin-bottom: 0;

}



.visual-text-block .inner-text p:last-child {

  margin-bottom: 0;

}



.article-block {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

}



.article-block.card-view .text-wrap {

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

}



.article-block.card-view .text-wrap .sep {

  margin-left: 0;

  max-width: 100%;

}



.article-block.image-last .image {

  -webkit-box-ordinal-group: 4;

  -ms-flex-order: 3;

  order: 3;

  margin-bottom: 0;

  margin-top: 30px;

}



.article-block .image {

  position: relative;

  padding-bottom: 26.8%;

  min-height: 200px;

  margin-bottom: 30px;

}



.article-block .image img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}



.article-block .head-wrap {

  margin-bottom: 0 !important;

}



.article-block .head-wrap .h4,

.article-block .head-wrap h4 {

  margin-bottom: 30px;

}



.article-block .head-wrap .sep {

  margin-left: auto;

  margin-right: auto;

  max-width: 71.5%;

  margin-bottom: 30px;

}



.article-block .inner-text p:last-child {

  margin-bottom: 0;

}



.card-row {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: 0 -10px -20px;

}



.load-more-holder .card-row.new-content-target {

  margin-bottom: 30px;

}



.card-col {

  -webkit-transition: opacity 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  padding: 0 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 100%;

}



.card {

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-bottom: 20px;

}



.card.card-bordered .text-wrap {

  border-bottom: 6px solid #e4b55c;

}



.card.card-bordered .head-wrap {

  margin-bottom: 0;

}



.card.card-bordered .head-wrap h4,

.card.card-bordered .head-wrap .h4,

.card.card-bordered .head-wrap h5,

.card.card-bordered .head-wrap .h5 {

  margin-bottom: 30px;

}



.card.card-bordered .head-wrap .sep {

  margin-bottom: 30px;

}



.card.no-shadow .text-wrap {

  box-shadow: none;

}



.card.no-shadow .text-wrap:only-child {

  padding-top: 0;

  padding-bottom: 0;

}



.card.feature-card {

  line-height: 1.333;

  overflow: hidden;

}



.card.feature-card .text-wrap {

  -webkit-transition: background-color 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out,

    -webkit-transform 0.3s ease-in-out;

  margin: 0 10px;

  box-shadow: none;

  margin-top: -40px;

  z-index: 2;

}



.card.feature-card .inner-text > p {

  margin-bottom: 24px;

}



.card.feature-card .inner-text > p:last-child {

  margin-bottom: 0;

}



.card.feature-card .head-wrap {

  margin-bottom: 0;

}



.card.feature-card .head-wrap h4,

.card.feature-card .head-wrap .h4,

.card.feature-card .head-wrap h5,

.card.feature-card .head-wrap .h5 {

  margin-bottom: 30px;

}



.card.feature-card .head-wrap .sep {

  margin-bottom: 25px;

}



.card.card-hover .image img {

  -webkit-transform: scale(1.02);

  -ms-transform: scale(1.02);

  transform: scale(1.02);

}



.card .image {

  position: relative;

  overflow: hidden;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  padding-bottom: 40%;

  min-height: 250px;

}



.card .image:hover img {

  -webkit-transform: scale(1.02);

  -ms-transform: scale(1.02);

  transform: scale(1.02);

}



.card .image img {

  -webkit-transition: -webkit-transform 0.3s ease-in-out;

  transition: -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}



.card .text-wrap {

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

  padding: 30px 20px;

  background-color: #fff;

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

}



.card .head-wrap {

  margin-bottom: 0;

}



.card .head-wrap h4,

.card .head-wrap .h4,

.card .head-wrap h5,

.card .head-wrap .h5 {

  margin-bottom: 30px;

}



.card .head-wrap .sep {

  margin-bottom: 30px;

}



.card h1 a,

.card .h1 a,

.card h2 a,

.card .h2 a,

.card h3 a,

.card .h3 a,

.card h4 a,

.card .h4 a,

.card h5 a,

.card .h5 a,

.card h6 a,

.card .h6 a {

  color: currentColor;

}



.card h1 a:hover,

.card .h1 a:hover,

.card h2 a:hover,

.card .h2 a:hover,

.card h3 a:hover,

.card .h3 a:hover,

.card h4 a:hover,

.card .h4 a:hover,

.card h5 a:hover,

.card .h5 a:hover,

.card h6 a:hover,

.card .h6 a:hover {

  color: #e4b55c;

}



.card h4,

.card .h4 {

  letter-spacing: 0.05em;

  line-height: 1.1;

}



.card .inner-text p:last-child {

  margin-bottom: 0;

}



.attractions-section h2 {

  margin-bottom: 45px;

}



.post-holder.post-numbered {

  counter-reset: postSection;

}



.post-holder .col {

  width: 33%;

  display: none;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

}



.post-holder .col-post {

  margin: 0 -15px;

}



.post-holder .col-post:only-child {

  -webkit-box-flex: 1;

  -ms-flex: 1 auto;

  flex: 1 auto;

}



.post-holder .sticky-wrap-fixed-box:not([class*="fixed-position"]) h3 {

  opacity: 1 !important;

}



.post-holder .sticky-wrap-fixed-box:not([class*="fixed-position"]) .js-current {

  opacity: 1 !important;

}



.post-holder h3 {

  line-height: 1.1;

}



.post-area {

  margin-bottom: 60px;

}



.post-area .image .img-hidden {

  opacity: 0;

  visibility: hidden;

}



.post-area .image img {

  width: 100%;

  vertical-align: top;

}



.post-area .text-area {

  width: 90%;

  padding: 30px;

  background: #fff;

  position: relative;

  font-size: 18px;

  font-weight: 400;

  line-height: 1.33;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  margin: -50px auto 0;

}



.post-numbered .post-area .text-area:before {

  content: counter(postSection, decimal-leading-zero);

  counter-increment: postSection;

  display: block;

  margin-bottom: 20px;

  color: #e4b55c;

  font: 20px/1 "Forum", cursive;

}



.post-area .text-area h4 {

  letter-spacing: 2px;

}



.attraction-nav {

  counter-reset: postNav;

  display: block;

  font: 20px/1.5 "Forum", cursive;

  text-transform: uppercase;

}



.attraction-nav:last-child {

  margin-bottom: 0;

}



.attraction-nav li {

  margin-bottom: 10px;

}



.attraction-nav li.anchor-active a {

  color: #e4b55c;

  background-size: 100% 1px;

}



.attraction-nav a {

  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;

  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;

  color: currentColor;

  background-image: -webkit-linear-gradient(currentColor, currentColor);

  background-image: linear-gradient(currentColor, currentColor);

  background-position: 0 100%;

  background-repeat: no-repeat;

  background-size: 0 1px;

}



.attraction-nav a:before {

  content: counter(postNav, decimal-leading-zero) ". ";

  counter-increment: postNav;

  -ms-flex-item-align: start;

  align-self: flex-start;

}



.attraction-nav a:hover {

  background-size: 100% 1px;

}



.travel-cards-section {

  padding: 110px 0;

  background-color: #f8f8fa;

}



.travel-card {

  width: 100%;

  background-color: #fff;

  padding: 20px;

  margin-bottom: 20px;

  font-size: 18px;

  line-height: 1.2;

}



.travel-card .image {

  height: 80px;

  margin-bottom: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

}



.travel-card .image img {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  max-height: 100%;

}



.travel-card .head-wrap {

  margin-bottom: 0;

}



.travel-card .head-wrap h4,

.travel-card .head-wrap .h4,

.travel-card .head-wrap h5,

.travel-card .head-wrap .h5 {

  margin-bottom: 30px;

}



.travel-card .head-wrap h4,

.travel-card .head-wrap .h4 {

  letter-spacing: 0.04em;

  line-height: 1.1;

}



.travel-card .head-wrap .sep {

  margin-bottom: 30px;

}



.travel-card h1 a,

.travel-card .h1 a,

.travel-card h2 a,

.travel-card .h2 a,

.travel-card h3 a,

.travel-card .h3 a,

.travel-card h4 a,

.travel-card .h4 a,

.travel-card h5 a,

.travel-card .h5 a,

.travel-card h6 a,

.travel-card .h6 a {

  color: currentColor;

}



.travel-card h1 a:hover,

.travel-card .h1 a:hover,

.travel-card h2 a:hover,

.travel-card .h2 a:hover,

.travel-card h3 a:hover,

.travel-card .h3 a:hover,

.travel-card h4 a:hover,

.travel-card .h4 a:hover,

.travel-card h5 a:hover,

.travel-card .h5 a:hover,

.travel-card h6 a:hover,

.travel-card .h6 a:hover {

  color: #e4b55c;

}



.travel-card .inner-text p a {

  font-weight: 600;

}



.travel-card .inner-text p:last-child {

  margin-bottom: 0;

}



.tabs-card-section h2 {

  margin-bottom: 24px;

}



.tabset {

  font-family: "Forum", cursive;

  font-size: 18px;

  font-weight: 400;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  letter-spacing: 1.2px;

  text-transform: uppercase;

  margin: 0 auto;

  max-width: 1400px;

}



.tabset li {

  padding: 0 10px 10px;

  position: relative;

}



.tabset li:before {

  content: "";

  position: absolute;

  left: -2px;

  top: 10px;

  width: 9px;

  height: 9px;

  background: url(../images/bullet.png);

  background-size: 100% 100%;

  display: none;

}



.tabset li:first-child:before {

  display: none;

}



.tabset a {

  opacity: 0.96;

  color: #333;

  display: inline-block;

  vertical-align: top;

  position: relative;

  text-decoration: none;

  padding-bottom: 5px;

  outline: none;

}



.tabset a:before {

  content: "";

  position: absolute;

  height: 1px;

  background: currentColor;

  bottom: 0;

  left: 0;

  right: 100%;

  opacity: 0;

  -webkit-transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;

}



.tabset a.active,

.tabset a:hover {

  color: #e4b55c;

  text-decoration: none;

}



.tabset a.active:before {

  opacity: 1;

  right: 0;

}



.tab-content {

  -webkit-transition: height 0.3s ease-in-out;

  transition: height 0.3s ease-in-out;

}



.tab {

  -webkit-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

  opacity: 0;

}



.tab.active {

  opacity: 1;

}



.tab > .col-text {

  padding-top: 30px;

  padding-bottom: 15px;

}



.tab > .col-text h3 {

  letter-spacing: 2px;

  margin-bottom: 30px;

}



.tab > .image img {

  width: 100%;

  vertical-align: top;

}



.tab-image img {

  width: 100%;

  vertical-align: top;

}



.tab-body > *:last-child {

  margin-bottom: 0;

}



.tab-body > p a:not([class]) {

  color: currentColor;

  border-bottom: 1px solid currentColor;

}



.tab-body > p a:not([class]):hover {

  color: #e4b55c;

}



.tab-content h3,

.tab-content .h3 {

  font-size: 20px;

  margin: 50px 0;

  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

  font-weight: 700;

}

@media (max-width: 1280px) {

  .tab-content h3,

  .tab-content .h3 {

    font-size: 18px;

    margin: 40px 0;

  }

}

@media (max-width: 767px) {

  .tab-content h3,

  .tab-content .h3 {

    font-size: 14px;

    margin: 30px 0;

  }

}

.tab-content h3:first-child,

.tab-content .h3:first-child {

  margin-top: 0;

}



.tab-content h3:last-child,

.tab-content .h3:last-child {

  margin-bottom: 0;

}



.related-section {

  background-color: #fbf9f7;

  padding: 40px 0;

}



.related-section .container {

  max-width: 1500px;

}



.related-links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: 0 -20px -30px;

  padding: 30px 0;

}



.related-links:first-child {

  padding-top: 0;

}



.related-links:last-child {

  padding-bottom: 0;

}



.related-link {

  width: 100%;

  margin-bottom: 30px;

  padding: 0 20px;

}



.related-link .link {

  margin-top: 10px;

}



@media (min-width: 480px) {

  .explore-section .maps {

    margin-bottom: -200px;

  }



  #footer .holder {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }



  #footer .logo-wrap {

    width: 50%;

    margin-bottom: 0;

  }



  #footer .info-col {

    margin-left: auto;

    min-width: 176px;

    max-width: 50%;

  }



  #footer .txt {

    padding-left: 40px;

  }



  .category-item {

    width: 420px;

  }



  .category-item.item-alt {

    width: auto;

    min-width: 320px;

  }



  .experiences-slider-wrap {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }



  .experiences-slider-wrap .experiences-slider,

  .experiences-slider-wrap .js-generated-slider-1,

  .experiences-slider-wrap .js-generated-slider-2 {

    width: 90%;

    margin-right: 10px;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    min-width: 1%;

    max-width: 450px;

  }



  .post-area .text-area {

    width: 80%;

  }

}



@media (min-width: 768px) {

  .download-arrow {

    width: 48px;

    height: 48px;

  }



  .two-column-list {

    -webkit-column-width: 300px;

    column-width: 300px;

  }



  .two-column-list li {

    padding-right: 30px;

  }



  .download-items {

    padding: 30px 0;

    margin-bottom: -40px;

  }



  .download-item {

    padding: 40px;

    width: calc(50% - 40px);

    max-width: 380px;

    margin-right: 40px;

    margin-bottom: 40px;

  }

  .contact-item {

    width: auto;

    margin-right: 30px;

    max-width: 290px;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

  }



  .contact-item:last-child {

    margin-right: 0;

  }



  .logo {

    width: 220px;

  }



  .drop-nav .drop-hold {

    padding: 17px 100px 0 30px;

  }



  .logo-nav {

    width: 220px;

  }



  #main-nav {

    padding-right: 33%;

  }



  #main-nav > ul > li > a {

    font-size: 26px;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    max-width: calc(100% - 150px);

  }



  #main-nav > ul > li {

    padding-bottom: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 0;

  }



  #main-nav > ul > li.hover ul {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

  }



  #main-nav > ul .sep {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 10px;

  }



  #main-nav > ul ul {

    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;

    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;

    position: absolute;

    top: 0;

    padding: 0;

    left: 100%;

    width: 300px;

    display: block;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

  }



  #main-nav > ul ul li {

    margin-bottom: 8px;

  }



  #main-nav > ul ul a {

    font-size: 20px;

  }



  .social-list li {

    margin-right: 39px;

  }



  #main-title {

    top: 80vh;

  }



  #main-title .text-wrap {

    width: 50%;

  }



  #main-title .alt {

    overflow: hidden;

    clip: rect(auto, auto, auto, auto);

  }



  .visual-section .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;

    -ms-flex-line-pack: end;

    align-content: flex-end;

  }



  .visual-section .text-area {

    width: 45%;

    padding-top: 0;

  }



  .visual-section .image {

    margin-left: auto;

    width: 50%;

  }



  .paging-info:first-letter {

    font-size: 90px;

  }



  .explore-section .maps {

    margin-bottom: -450px;

  }



  .explore-slider .slide .text-area {

    padding: 10px 30px 30px;

  }



  .explore-slider .slide .text-area:before {

    top: 50%;

  }



  .list-slider .custom-paging {

    background: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: start;

    -ms-flex-line-pack: center;

    align-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-bottom: 25px;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 13%;

  }



  .list-slider .custom-paging li:first-letter {

    font-size: 90px;

  }



  .gallery-section {

    padding: 30px 0 20px 30px;

  }



  .gallery-section h2 {

    padding-left: 140px;

  }



  .gallery-slider {

    padding: 0 0 0 140px;

  }



  .gallery-slider .text-area {

    padding: 30px;

  }



  .instagram-section .instagram-box {

    max-width: 280px;

  }



  .instagram-section .instagram-block .line {

    height: 480px;

  }



  .form-block {

    padding: 80px 25px;

  }



  .subscribe-form {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }



  .subscribe-form .col {

    padding: 0 10px;

    -webkit-box-flex: 1;

    -ms-flex: 1 auto;

    flex: 1 auto;

  }



  .subscribe-form .col:last-child {

    width: 300px;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

  }



  #footer .txt {

    padding-left: 91px;

  }



  .logo-footer {

    width: 354px;

  }



  .link-box li {

    margin-right: 30px;

  }



  .category-slider-wrapper {

    padding: 0 0 0 150px;

  }



  .category-slider {

    padding-bottom: 0;

  }



  .category-slider .custom-paging {

    color: currentColor;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    left: -150px;

    width: 150px;

    bottom: auto;

  }



  .category-slider .custom-paging li:first-letter {

    font-size: 90px;

  }



  .category-item {

    margin-right: 40px;

    width: 550px;

  }



  .category-item.item-alt {

    min-width: 380px;

  }



  .category-image {

    min-height: 360px;

  }



  .item-alt .category-image {

    padding-bottom: calc(35vh + 160px);

    min-height: 500px;

  }



  .hero-section .txt {

    display: block;

  }



  .hero-content {

    padding-top: 180px;

    padding-right: 100px;

    padding-bottom: 60px;

  }



  .travel-slider-wrap {

    padding: 50px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin-left: 150px;

  }



  .travel-slider-wrap:after {

    content: "";

    display: block;

    width: 0;

    min-height: 400px;

  }



  .travel-slider-wrap .custom-paging {

    background: #fff;

    color: currentColor;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: start;

    -ms-flex-line-pack: center;

    align-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-bottom: 25px;

    position: absolute;

    top: 0;

    left: -150px;

    bottom: 0;

    width: 150px;

  }



  .travel-slider-wrap .custom-paging:before {

    content: "";

    background: #fff;

    top: 0;

    right: 100%;

    bottom: 0;

    position: absolute;

    width: 100vw;

  }



  .travel-slider-wrap .custom-paging li:first-letter {

    font-size: 90px;

  }



  .travel-description {

    width: 60%;

    margin-right: 0;

  }



  .travel-description .slick-track {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }



  .travel-description .slick-track:after,

  .travel-description .slick-track:before {

    content: none;

  }



  .travel-description .slick-track .slide {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: auto;

  }



  .travel-description .text-area {

    padding: 30px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    width: 100%;

  }



  .travel-slider-images {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    margin-bottom: 0;

  }



  .travel-slider-images .travel-images,

  .travel-slider-images .js-generated-slider-1 {

    position: absolute;

    top: 0;

    bottom: 0;

    height: 100%;

  }



  .travel-slider-images .travel-images .slick-list,

  .travel-slider-images .travel-images .slick-track,

  .travel-slider-images .js-generated-slider-1 .slick-list,

  .travel-slider-images .js-generated-slider-1 .slick-track {

    height: 100%;

  }



  .travel-slider-images .travel-images .image,

  .travel-slider-images .js-generated-slider-1 .image {

    height: 100%;

  }



  .travel-slider-images .travel-images .image img,

  .travel-slider-images .js-generated-slider-1 .image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }



  .travel-slider-images .js-generated-slider-1 {

    left: 100%;

    width: 100%;

    height: calc(100% - 40px);

  }



  .travel-images {

    left: 0;

    width: 90%;

    margin-bottom: 0;

  }



  .experiences-section .holder-slider {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }



  .experiences-slider-wrap {

    padding: 0 0 0 150px;

  }



  .experiences-slider-wrap .custom-paging {

    background: #fff;

    color: currentColor;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: start;

    -ms-flex-line-pack: center;

    align-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-bottom: 25px;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 150px;

  }



  .experiences-slider-wrap .custom-paging:before {

    content: "";

    background: #fff;

    top: 0;

    right: 100%;

    bottom: 0;

    position: absolute;

    width: 100vw;

  }



  .experiences-slider-wrap .custom-paging li:first-letter {

    font-size: 90px;

  }



  .experiences-slider-wrap .experiences-slider,

  .experiences-slider-wrap .js-generated-slider-1,

  .experiences-slider-wrap .js-generated-slider-2 {

    width: 48%;

    max-width: 720px;

  }



  .experiences-slider .slick-dots {

    width: calc(200% - 150px);

  }



  .experiences-box {

    min-height: 540px;

    padding: 0 38px 11px;

  }



  .experiences-box:before {

    top: 50%;

  }



  .sustainability-description-slider {

    padding: 0 0 0 130px;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 60%;

  }



  .sustainability-description-slider .custom-paging {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: start;

    -ms-flex-line-pack: center;

    align-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-bottom: 25px;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 150px;

  }



  .sustainability-description-slider .custom-paging li:first-letter {

    font-size: 90px;

  }



  .sustainability-description-slider .slide {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .sustainability-description-slider .custom-paging {

    padding-bottom: 95px;

  }



  .sustainability-description-slider .text-area {

    margin-bottom: 0;

  }



  .sustainability-image-slider {

    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    min-width: 1%;

    width: 40%;

    padding: 0 30px;

  }



  .sustainability-wrap {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .grid-row {

    margin: 0 -10px;

  }



  .grid-item {

    margin-bottom: 20px;

  }



  .item-visual .play-btn img {

    width: 60px;

    height: 60px;

  }



  .grid-slider .item-visual .play-btn img {

    width: 80px;

    height: 80px;

  }



  .grid-slider {

    margin-bottom: 20px;

  }



  .page-heading .text-wrap {

    width: 90%;

    max-width: 1440px;

    margin: 0 auto;

  }



  .page-heading .text-inner {

    padding: 0 80px;

  }



  .visual-text-block {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .visual-text-block.block-reverse .image {

    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-left: 40px;

    margin-right: 0;

  }



  .visual-text-block .image {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

    margin-bottom: 0;

    margin-right: 40px;

    -ms-flex-item-align: stretch;

    -ms-grid-row-align: stretch;

    align-self: stretch;

    min-height: 450px;

  }



  .visual-text-block .text-wrap {

    padding: 0 20px;

  }



  .article-block.card-view {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .article-block.card-view .image {

    width: 50%;

    margin-right: 30px;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    -ms-flex-item-align: stretch;

    -ms-grid-row-align: stretch;

    align-self: stretch;

    margin-bottom: 0;

    max-width: 762px;

    min-height: 300px;

  }



  .article-block.card-view .image.image-sm {

    width: 45%;

    max-width: 520px;

  }



  .article-block.sm {

    max-width: 80%;

    margin: 0 auto;

  }



  .card-col {

    width: 50%;

  }



  .new-content-target .card-col {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

  }



  .card.card-bordered .text-wrap {

    border-bottom-width: 10px;

  }



  .card.feature-card.card-hover .text-wrap {

    -webkit-transform: translateY(-100px);

    -ms-transform: translateY(-100px);

    transform: translateY(-100px);

    background-color: #fff;

  }



  .card.feature-card.card-hover .inner-text {

    opacity: 1;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

  }



  .card.feature-card .text-wrap {

    background-color: transparent;

    margin-bottom: -100px;

    margin-top: 0;

  }



  .card.feature-card .inner-text {

    -webkit-transition: opacity 0.3s ease-in-out,

      -webkit-transform 0.3s ease-in-out;

    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,

      -webkit-transform 0.3s ease-in-out;

    opacity: 0;

    -webkit-transform: translateY(50px);

    -ms-transform: translateY(50px);

    transform: translateY(50px);

    -webkit-transition-delay: 0.02s;

    transition-delay: 0.02s;

  }



  .card .image {

    padding-bottom: 50%;

    min-height: 300px;

  }



  .card .text-wrap {

    padding: 40px 25px;

  }



  .card .link .next-arrow {

    width: 42px;

    height: 42px;

  }



  .post-holder {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-bottom: 1px;

  }



  .post-holder .col {

    display: block;

  }



  .post-holder .col-post {

    width: calc(((100vw - 100%) / 2) + 67%);

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    margin: 0;

  }



  .post-holder .fixed-box {

    padding: 20px 20px 90px 0;

  }



  .post-area .text-area {

    margin-top: -90px;

    margin-right: calc(((100% - 62.4%) / 2) + 15px);

    width: 70%;

  }



  .travel-card {

    padding: 40px 30px;

    font-size: 20px;

  }



  .tab {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .tab > .col-text {

    width: 40%;

    padding-bottom: 0;

  }



  .tab > .image {

    margin-left: auto;

    width: 50%;

  }



  .related-section {

    padding: 60px 0;

  }



  .related-links {

    padding: 40px 0;

    margin-bottom: -50px;

  }



  .related-link {

    width: 50%;

    margin-bottom: 50px;

  }



  .custom-head-wrap.head-wrap {

    padding: 0 155px;

  }

}

@media (min-width: 769px) {

  .next-arrow {

    width: 48px;

    height: 48px;

    margin-left: 35px;

  }

  .grid-col {

    padding: 0 10px;

  }

}

@media (min-width: 1024px) {

  body {

    font-size: 18px;

  }



  p {

    margin: 0 0 32px;

  }



  .container {

    padding: 0 30px;

  }



  .link {

    font-size: 16px;

    letter-spacing: 0.15em;

  }



  .section-with-sep .container > .sep {

    margin-top: 100px;

  }



  .item-price {

    font-size: 16px;

  }



  .download-items {

    margin-bottom: -50px;

  }



  .download-item {

    padding: 50px 50px 45px;

    margin-bottom: 0;

    width: calc(50% - 50px);

    max-width: 380px;

    min-height: 258px;

  }



  .download-item .item-title {

    letter-spacing: 0.2em;

  }



  #header:before {

    min-height: 100px;

  }



  .nav-opener {

    right: 30px;

    width: 100px;

    height: 100px;

  }



  .nav-opener span {

    left: 30px;

    right: 30px;

  }



  .drop-nav .drop-hold {

    padding-top: 24px;

  }



  .logo-nav {

    width: 244px;

  }



  #main-nav > ul > li > a {

    font-size: 30px;

  }



  #main-title {

    top: 61vh;

  }



  #main-title .alt {

    left: 30px;

    right: 30px;

    height: 39vh;

  }

  .explore-section .holder-slider {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }



  .explore-section .col {

    width: 50%;

  }



  .explore-slider {

    width: 50%;

    margin-bottom: 0;

  }



  .slider-nav {

    padding: 90px 0 90px 106px;

  }



  .list-slider .custom-paging {

    width: 11%;

  }



  .post-section .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    -ms-flex-line-pack: start;

    align-content: flex-start;

  }



  .post-section .text-area {

    width: 45%;

    margin-left: auto;

    padding-bottom: 15px;

  }



  .post-section .image {

    width: 50%;

    margin-bottom: 0;

  }



  .gallery-section {

    padding: 0 0 0 30px;

  }



  .instagram-section .instagram-box {

    max-width: 400px;

    min-width: 320px;

  }



  .instagram-section .instagram-block .line {

    height: 600px;

  }



  .instagram-section .instagram-box {

    margin: 0 50px 0 0;

  }



  .form-block {

    padding: 100px 25px;

  }



  .category-slider-section {

    min-height: calc(100vh - 100px);

  }



  .category-slider {

    width: calc(100% + 30px);

  }



  .category-item {

    width: 660px;

  }



  .category-item.item-alt {

    min-width: 447px;

  }



  .travel-slider-wrap {

    padding: 80px 0;

  }



  .travel-slider-wrap:after {

    min-height: 560px;

  }



  .travel-description {

    margin-right: 100px;

    width: 50%;

    max-width: 625px;

  }



  .travel-description .text-area {

    margin-bottom: 10px;

    margin-top: 50px;

    margin-right: 0;

  }



  .travel-images {

    width: 70%;

  }



  .experiences-box {

    min-height: 640px;

  }



  .sustainability-description-slider {

    padding-left: 150px;

    width: 50%;

  }



  .sustainability-description-slider .text-area {

    font-size: 18px;

  }



  .sustainability-image-slider {

    width: 50%;

    max-width: 100%;

    margin-right: 0;

    padding: 0 36px 0 70px;

  }



  .grid-section {

    padding-top: 100px;

  }



  .load-more-holder .new-content-target {

    margin-bottom: 60px;

  }



  .grid-slider .slick-arrow {

    width: 70px;

    height: 70px;

    background-size: 30px 56px;

  }



  .grid-slider .slick-arrow.slick-prev {

    left: 64px;

  }



  .grid-slider .slick-arrow.slick-next {

    right: 64px;

  }



  .page-heading .text-wrap {

    max-width: 84%;

  }



  .page-heading .text-inner {

    padding: 0 120px;

  }



  .visual-text-block.block-reverse .image {

    margin-left: 60px;

  }



  .visual-text-block .image {

    min-height: 550px;

    margin-right: 60px;

  }



  .visual-text-block .text-wrap {

    padding: 0 40px;

  }



  .article-block.card-view .image {

    margin-right: 45px;

  }



  .article-block.card-view .image.image-sm {

    margin-right: 50px;

  }



  .article-block.sm {

    max-width: 64.25%;

  }



  .article-block.image-last .image {

    margin-top: 40px;

  }



  .article-block .image {

    margin-bottom: 40px;

    min-height: 300px;

  }



  .load-more-holder .card-row.new-content-target {

    margin-bottom: 40px;

  }



  .one-row-on-desktop .card-col {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    width: 33.33%;

  }



  .card .link {

    font-size: 15px;

    letter-spacing: 0.3em;

  }



  .post-area .text-area {

    width: 62.4%;

    margin-right: calc(((100% - 62.4%) / 2) + 30px);

  }



  .post-numbered .post-area .text-area:before {

    font-size: 24px;

    margin-bottom: 30px;

  }



  .attraction-nav {

    font-size: 24px;

  }

  .travel-card {

    padding: 60px 35px;

  }

  .tabset {

    font-size: 20px;

  }



  .tabset li {

    padding: 0 15px 15px;

  }



  .tab > .col-text {

    padding-top: 95px;

    width: 35%;

  }



  .tab > .image {

    width: 57%;

  }



  .tab-body > p {

    margin-bottom: 17px;

  }



  .related-section {

    padding: 80px 0;

  }

  .post-section {

    padding-top: 100px;

    padding-bottom: 100px;

  }

  .post-area .head-wrap {

    margin-bottom: 57px;

  }

}



@media (min-width: 1200px) {

  h4,

  .h4 {

    font-size: 35px;

  }



  h5,

  .h5 {

    font-size: 28px;

  }



  .slick-dots {

    max-width: 70vw;

  }



  .head-wrap h4,

  .head-wrap .h4 {

    margin-bottom: 50px;

  }



  .head-box {

    margin: 0 auto;

  }



  .head-box h4,

  .head-box .h4 {

    letter-spacing: 0.05em;

    margin-bottom: 50px;

  }

  .breadcrumbs li {

    padding-right: 88px;

  }



  .breadcrumbs li:before {

    width: 20px;

    left: calc((88px - 20px) / -2);

  }



  .section-with-sep .container > .sep {

    margin-top: 110px;

  }



  .two-column-list {

    margin: 45px 0;

  }



  .primary-list {

    margin: 38px 0 28px;

  }



  .download-items {

    padding: 55px 0;

  }



  .download-item {

    width: calc(50% - 116px);

    margin-right: 116px;

  }



  .contact-item {

    margin-right: 40px;

  }



  #nav {

    display: block;

  }



  .drop-nav .drop-hold {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 0 200px 0 60px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-line-pack: center;

    align-content: center;

  }



  .drop-nav .col {

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -ms-flex-item-align: stretch;

    align-self: stretch;

  }



  .logo-nav {

    width: 200px;

    margin-right: 80px;

    margin-bottom: 0;

  }



  #main-nav {

    padding-right: 150px;

    -webkit-box-flex: 1;

    -ms-flex: 1 auto;

    flex: 1 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  #main-nav > ul {

    margin: auto 0;

    -webkit-box-flex: 1;

    -ms-flex: 1 auto;

    flex: 1 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }



  #main-nav > ul > li {

    padding-bottom: 30px;

  }



  #main-nav > ul .sep {

    margin-top: 14px;

  }



  #main-nav > ul ul li {

    margin-bottom: 13px;

  }



  #main-nav > ul ul a {

    font-size: 24px;

    letter-spacing: 0.04em;

  }



  .paging-info:first-letter {

    font-size: 110px;

  }



  .list-slider .custom-paging li:first-letter {

    font-size: 110px;

  }



  .post-section .link {

    margin-top: 40px;

  }



  .gallery-slider .text-area {

    padding: 0 7.5% 82px;

  }



  .gallery-slider h3 {

    margin-bottom: 42px;

  }



  .instagram-section .instagram-box {

    max-width: 526px;

  }



  .instagram-section .instagram-block {

    margin-bottom: 90px;

  }



  .instagram-section .instagram-block .line {

    height: 818px;

  }



  .instagram-section .instagram-box {

    margin: 0 100px 0 0;

  }



  .form-block {

    padding: 150px 25px;

  }



  .btn {

    padding: 10px 40px;

    min-width: 280px;

  }



  .btn.btn-lg {

    padding: 31px 47px;

    font-size: 20px;

    min-width: 380px;

  }



  .btn.btn-lg .next-arrow {

    width: 58px;

    height: 58px;

    margin-left: 42px;

  }



  #footer .holder {

    padding-top: 64px;

    padding-bottom: 52px;

  }



  .bt-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }



  .bt-box .copy {

    max-width: 60%;

    margin-bottom: 0;

  }



  .link-box li {

    margin-left: 65px;

    margin-right: 0;

  }



  .category-slider .custom-paging li:first-letter {

    font-size: 110px;

  }



  .category-item {

    width: 735px;

    margin-right: 50px;

  }



  .category-image {

    min-height: 400px;

  }



  .item-alt .category-image {

    padding-bottom: calc(35vh + 230px);

  }



  .hero-section h1 {

    margin-bottom: 25px;

  }



  .hero-content {

    padding-bottom: 125px;

  }



  .travel-slider-wrap {

    padding: 115px 0;

  }



  .travel-slider-wrap:after {

    min-height: 700px;

  }



  .travel-slider-wrap .custom-paging li:first-letter {

    font-size: 110px;

  }



  .travel-description {

    margin-right: 145px;

  }



  .travel-description .text-area {

    padding: 60px 40px;

  }



  .travel-description .text-area .text-wrap {

    padding-bottom: 60px;

  }



  .experiences-slider-wrap .custom-paging li:first-letter {

    font-size: 110px;

  }



  .experiences-slider-wrap .experiences-slider,

  .experiences-slider-wrap .js-generated-slider-1,

  .experiences-slider-wrap .js-generated-slider-2 {

    margin-right: 20px;

  }



  .sustainability-section h2 {

    margin-bottom: 50px;

  }



  .sustainability-description-slider {

    margin-bottom: 50px;

  }



  .sustainability-description-slider .custom-paging li:first-letter {

    font-size: 110px;

  }



  .sustainability-description-slider .text-area p {

    margin-right: 25%;

    padding-bottom: 30px;

  }



  .sustainability-description-slider .text-area .head-wrap {

    margin-bottom: 71px;

  }



  .sustainability-description-slider h3 {

    margin-bottom: 65px;

  }



  .load-more-holder .new-content-target {

    margin-bottom: 100px;

  }



  .item-visual.item-lg {

    min-height: 966px;

  }



  .item-visual .play-btn img {

    width: 92px;

    height: 92px;

  }



  .grid-slider .item-visual .play-btn img {

    width: 122px;

    height: 122px;

  }



  .page-heading .text-inner {

    padding: 0 160px;

  }



  .visual-text-block .image {

    min-height: 700px;

  }



  .visual-text-block .text-wrap {

    padding: 0 60px;

  }



  .visual-text-block .head-wrap {

    margin-bottom: 50px;

  }



  .visual-text-block .head-wrap h4,

  .visual-text-block .head-wrap .h4,

  .visual-text-block .head-wrap h5,

  .visual-text-block .head-wrap .h5 {

    margin-bottom: 50px;

  }



  .article-block.card-view .image {

    min-height: 450px;

  }



  .article-block.card-view .image.image-sm {

    min-height: 300px;

  }



  .article-block.image-last .image {

    margin-top: 50px;

  }



  .article-block .image {

    margin-bottom: 50px;

  }



  .article-block .head-wrap .h4,

  .article-block .head-wrap h4 {

    margin-bottom: 30px;

  }



  .article-block .head-wrap .sep {

    margin-bottom: 54px;

  }



  .card-row {

    margin-bottom: -50px;

  }



  .load-more-holder .card-row.new-content-target {

    margin-bottom: 60px;

  }



  .card {

    margin-bottom: 50px;

  }



  .card.card-bordered .text-wrap {

    border-bottom-width: 13px;

  }



  .card.card-bordered .head-wrap h4,

  .card.card-bordered .head-wrap .h4,

  .card.card-bordered .head-wrap h5,

  .card.card-bordered .head-wrap .h5 {

    margin-bottom: 37px;

  }



  .card.card-bordered .head-wrap .sep {

    margin-bottom: 37px;

  }



  .card.feature-card.card-hover .text-wrap {

    -webkit-transform: translateY(-170px);

    -ms-transform: translateY(-170px);

    transform: translateY(-170px);

  }



  .card.feature-card .text-wrap {

    margin-bottom: -170px;

  }



  .card .image {

    min-height: 350px;

  }



  .three-cols .card .image {

    min-height: 380px;

  }



  .card .text-wrap {

    padding: 50px 25px;

  }



  .card .head-wrap h4,

  .card .head-wrap .h4,

  .card .head-wrap h5,

  .card .head-wrap .h5 {

    margin-bottom: 50px;

  }



  .card .head-wrap .sep {

    margin-bottom: 50px;

  }



  .attractions-section h2 {

    margin-bottom: 90px;

  }



  .post-holder .col {

    width: 39%;

  }



  .post-holder .col-post {

    width: calc(((100vw - 100%) / 2) + 61%);

  }



  .post-holder .fixed-box {

    padding-bottom: 160px;

    padding-right: 40px;

    padding-left: 50px;

  }



  .post-holder .fixed-box.fixed-nav {

    padding-left: 0;

  }



  .post-area .text-area {

    padding: 70px;

    margin-top: -160px;

  }



  .post-area .text-area h4 {

    margin-bottom: 50px;

  }



  .post-area p {

    margin-bottom: 70px;

  }



  .travel-card {

    margin-bottom: 50px;

    font-size: 24px;

    padding: 80px 50px 100px;

  }



  .travel-card .image {

    height: 130px;

    margin-bottom: 40px;

  }



  .travel-card .head-wrap h4,

  .travel-card .head-wrap .h4,

  .travel-card .head-wrap h5,

  .travel-card .head-wrap .h5 {

    margin-bottom: 50px;

  }



  .travel-card .head-wrap .sep {

    margin-bottom: 50px;

  }



  .tabs-card-section + .instagram-section {

    padding-top: 0;

  }



  .tabset {

    margin: 0 auto 60px;

    font-size: 24px;

  }



  .tabset li:before {

    top: 15px;

    display: block;

    left: -2px;

  }



  .tabset li:nth-child(5):before {

    display: none;

  }



  .tabset li {

    padding: 0 30px 15px;

  }



  .tab > .col-text h3 {

    margin-bottom: 50px;

  }



  .related-section {

    padding: 120px 0;

  }



  .related-links {

    padding: 50px 0;

    margin: 0 -50px -70px;

  }



  .related-link {

    margin-bottom: 70px;

    padding: 0 50px;

    width: 43%;

  }



  .related-link h4,

  .related-link .h4 {

    letter-spacing: 0.04em;

  }

  .two-column-list li {

    padding-right: 70px;

  }

}



@media (min-width: 1440px) {

  h5,

  .h5 {

    font-size: 30px;

  }



  .text-section.padding-lg {

    padding: 70px 0;

  }



  .section-with-sep.padding-lg {

    padding: 70px 0;

  }



  .section-with-sep.padding-lg .container > .sep {

    margin-top: 140px;

  }



  .primary-list li {

    padding-bottom: 15px;

  }



  .download-item .item-title {

    letter-spacing: 0.32em;

    margin-bottom: 40px;

  }



  .download-item .link {

    font-size: 16px;

    letter-spacing: 0.3em;

  }



  .nav-active .nav-opener {

    top: 35px;

    right: 50px;

  }



  .nav-active .social-list {

    -webkit-transform: rotate(-90deg) translate(100%, -100%);

    -ms-transform: rotate(-90deg) translate(100%, -100%);

    transform: rotate(-90deg) translate(100%, -100%);

  }



  .logo-nav {

    margin-right: 100px;

    min-width: 244px;

    width: 244px;

  }



  #main-nav {

    padding-right: 500px;

    padding-top: 70px;

  }



  /*

  #main-nav > ul > li > a {

    font-size: 35px;

  }

  */



  .nav-add {

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    padding-top: 0;

    margin-bottom: 60px;

  }



  .nav-add li {

    margin-left: 70px;

    margin-right: 0;

  }



  .social-list {

    position: absolute;

    -webkit-transform-origin: 100% 100%;

    -ms-transform-origin: 100% 100%;

    transform-origin: 100% 100%;

    -webkit-transform: rotate(-90deg) translate(100%, 100%);

    -ms-transform: rotate(-90deg) translate(100%, 100%);

    transform: rotate(-90deg) translate(100%, 100%);

  }



  #main-title .text-wrap {

    width: 33.33%;

  }



  .visual-section .text-area {

    width: 31%;

  }



  .visual-section .image {

    width: 64%;

  }



  .explore-slider .slide .text-area {

    padding: 10px 60px 63px 94px;

  }



  .post-section .text-area {

    width: 31.5%;

  }



  .post-section .image {

    width: 64%;

  }



  .gallery-section {

    padding: 0 0 0 6.8%;

  }



  .gallery-section h2 {

    padding-left: 190px;

  }



  .gallery-slider {

    padding: 0 0 0 190px;

  }



  .instagram-section h2 {

    padding-left: 140px;

  }



  .form-block {

    padding: 296px 25px 290px;

  }



  .category-slider-section {

    padding-bottom: 45px;

  }



  .category-item {

    margin-right: 80px;

  }



  .category-image {

    min-height: 450px;

  }



  .item-alt .category-image {

    min-height: 640px;

  }



  .travel-description .text-area {

    padding: 118px 93px 160px;

  }



  .travel-description .text-area .text-wrap {

    padding-bottom: 100px;

  }



  .travel-images {

    width: 61%;

  }



  .experiences-section .holder-slider {

    padding-top: 45px;

  }



  .experiences-box {

    min-height: 768px;

  }

  .custom-head-wrap.head-wrap {

    padding: 0 245px;

  }

  .sustainability-section h2 {

    margin-bottom: 90px;

  }



  .sustainability-description-slider {

    margin-bottom: 100px;

  }



  .sustainability-description-slider .text-area {

    padding: 50px;

  }



  .sustainability-image-slider {

    padding-left: 110px;

  }



  .grid-section {

    padding-top: 218px;

  }



  .load-more-holder .new-content-target {

    margin-bottom: 150px;

  }



  .page-heading .text-inner {

    padding: 0 200px;

  }



  .visual-text-block .image {

    min-height: 800px;

  }



  .article-block .image {

    margin-bottom: 68px;

  }



  .load-more-holder .card-row.new-content-target {

    margin-bottom: 80px;

  }



  .card-col {

    width: 25%;

    -webkit-box-flex: 1;

    -ms-flex: 1 auto;

    flex: 1 auto;

  }



  .new-content-target.three-cols .card-col {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

  }



  .three-cols .card-col {

    width: 33.33%;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

  }



  .card.feature-card {

    font-size: 18px;

  }



  .card.feature-card .text-wrap {

    margin-left: 20px;

    margin-right: 20px;

  }



  .card .image {

    min-height: 400px;

  }



  .three-cols .card .image {

    min-height: 440px;

  }



  .post-holder .col {

    margin-bottom: 80px;

  }



  .post-holder .fixed-box {

    height: calc(100vh - 100px);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }



  .post-holder .fixed-box.fixed-nav {

    height: auto;

    display: block;

    padding-bottom: 300px;

    padding-left: 0;

  }



  .post-area {

    margin-bottom: 199px;

  }



  .tabset li:before {

    top: 17px;

  }



  .tab-content {

    padding: 0 8.4%;

  }

  .tab-content.tab-content-full-width {

    padding: 0;

  }

  .tab > .col-text {

    width: 30%;

  }



  .tab > .col-text .head-wrap {

    margin-left: -5px;

    margin-right: -21.5%;

    margin-bottom: 50px;

  }

  .related-links {

    padding: 70px 0;

    margin-bottom: -108px;

  }



  .related-link {

    font-size: 18px;

    margin-bottom: 108px;

  }

}

@media (min-width: 1441px) {

  .tabset li {

    padding: 0 50px 50px;

  }

  .link {

    letter-spacing: 0.28em;

    font-size: 18px;

  }

  .experiences-slider .slick-list {

    margin-bottom: 120px;

  }

  body {

    font-size: 20px;

  }

  h1,

  .h1 {

    font-size: 90px;

    letter-spacing: 3.6px;

  }



  h2,

  .h2 {

    font-size: 90px;

    letter-spacing: 3.6px;

  }

  h3,

  .h3 {

    font-size: 55px;

  }

  h4,

  .h4 {

    font-size: 55px;

  }

  .hero-section .title {

    font-size: 80px;

  }

  #main-title .title {

    font-size: 80px;

  }

  .instagram-section .tag {

    font-size: 55px;

  }

  .sustainability-section {

    padding-top: 186px;

    padding-bottom: 186px;

  }

  .post-section {

    padding-top: 186px;

    padding-bottom: 184px;

  }

  .related-section {

    padding: 186px 0;

  }

  .contact-items {

    padding: 110px 0;

  }

  .tab-body {

    padding: 110px 148px 0 148px;

    margin-bottom: 110px;

  }

  .logo {

    width: 244px;

  }



  #nav ul li {

    margin: 0 28px;

  }

  #nav {

    font-size: 18px;

  }

  .hero-section .txt {

    right: 97px;

    bottom: 141px;

  }

  .cursor-holder .cursor {

    width: 203px;

    height: 203px;

    background-size: 54px 13px;

  }

}

@media (min-width: 1786px) {

  .nav-opener {

    right: calc(((100vw - 1786px) / 2) + 21px);

  }



  .category-slider {

    width: calc(100% + ((100vw - 1786px) / 2) + 30px);

  }



  .post-area .text-area {

    margin-left: 195px;

    padding: 100px;

  }

}



@media (min-width: 1920px) {

  h5,

  .h5 {

    font-size: 36px;

  }



  .slick-dots {

    max-width: 1290px;

  }



  .text-section.padding-lg {

    padding: 93px 0;

  }



  .section-with-sep.padding-lg {

    padding: 93px 0;

  }



  .section-with-sep.padding-lg .container > .sep {

    margin-top: 186px;

  }



  .two-column-list li {

    padding-right: 110px;

  }

  .contact-item {

    margin-right: 175px;

  }



  .drop-nav .drop-hold {

    padding: 0 265px 0 135px;

  }



  #main-nav {

    padding-top: 90px;

  }



  #main-nav > ul > li > a {

    font-size: 45px;

    letter-spacing: 2.25px;

  }



  #main-nav > ul > li {

    padding-bottom: 45px;

  }



  #main-nav > ul .sep {

    margin-top: 21px;

    margin-right: 50px;

  }



  #main-nav > ul ul {

    top: 5px;

  }



  #main-nav > ul ul li {

    margin-bottom: 24px;

  }



  #main-nav > ul ul a {

    font-size: 28px;

  }



  .list-slider .custom-paging {

    width: 8%;

  }



  .category-slider-wrapper {

    padding-left: 222px;

  }



  .category-slider .custom-paging {

    left: -222px;

  }



  .category-item {

    margin-right: 145px;

  }



  .experiences-slider-wrap .experiences-slider,

  .experiences-slider-wrap .js-generated-slider-1,

  .experiences-slider-wrap .js-generated-slider-2 {

    width: 50%;

  }



  .experiences-box {

    min-height: 1080px;

  }



  .sustainability-description-slider {

    margin-bottom: 170px;

  }



  .sustainability-description-slider .text-area {

    padding: 50px 100px 50px 80px;

  }



  .item-visual {

    min-height: 473px;

  }



  .page-heading .text-inner {

    padding: 0 240px;

  }



  .visual-text-block.block-reverse .image {

    margin-left: 140px;

  }



  .visual-text-block .image {

    min-height: 950px;

    margin-right: 140px;

  }



  .visual-text-block .text-wrap {

    padding: 0 99px;

  }



  .article-block.card-view .image {

    min-height: 550px;

  }



  .article-block.card-view .image.image-sm {

    min-height: 450px;

  }



  .three-cols .card.feature-card .text-wrap,

  .card.feature-card .text-wrap {

    padding: 50px 55px;

  }



  .card .image {

    min-height: 474px;

  }



  .three-cols .card .image {

    min-height: 536px;

  }



  .card .text-wrap {

    padding: 70px 28px;

  }



  .three-cols .card .text-wrap {

    padding: 70px 55px;

  }



  .post-holder .fixed-box {

    padding-left: 150px;

  }



  .post-holder .fixed-box.fixed-nav {

    padding-left: 0;

  }



  .travel-card {

    padding: 95px 75px 125px;

    font-size: 28px;

  }

}

@media (max-width: 1440px) {

  .tab > .col-text .head-wrap {

    margin-bottom: 30px;

  }

  .tabset li {

    padding: 0 50px 30px;

  }

  .travel-description .text-area {

    font-size: 22px;

  }

  .hero-section {

    margin-bottom: 148px;

  }

  .sustainability-section {

    padding-top: 126px;

    padding-bottom: 126px;

  }

  .related-section {

    padding: 126px 0;

  }

  .post-section {

    padding-top: 126px;

    padding-bottom: 126px;

  }

  .contact-items {

    padding: 70px 0;

  }

  .travel-cards-section {

    padding: 70px 0;

  }

  .tab-body {

    padding: 70px 108px 0 108px;

    margin-bottom: 70px;

  }

  h1,

  .h1 {

    font-size: 70px;

    letter-spacing: 3px;

  }



  h2,

  .h2 {

    font-size: 70px;

    letter-spacing: 3px;

  }

  h3,

  .h3,

  .instagram-section .tag,

  h4,

  .h4 {

    font-size: 45px;

  }

  #main-title .title,

  .hero-section .title {

    font-size: 65px;

  }

  #nav ul li {

    margin: 0 20px 0 0;

  }

  #nav {

    margin-right: 0;

  }

  .hero-section .txt {

    right: 40px;

    font-size: 16px;

  }

  .experiences-slider .slick-list {

    margin-bottom: 90px;

  }

}

@media (max-width: 1199px) {

  .post-area .text-area h4 br {

    display: none;

  }

  .sustainability-description-slider .text-area .head-wrap {

    margin-bottom: 25px;

  }

  .visual-text-block .head-wrap {

    margin-bottom: 35px;

  }

}

@media (max-width: 1024px) {

  h1,

  .h1 {

    font-size: 55px;

  }

}

@media (max-width: 768px) {

  h2,

  .h2 {

    font-size: 55px;

  }

  #main-title .title,

  .hero-section .title {

    font-size: 50px;

  }

  body {

    font-size: 14px;

  }



  .post-area .text-area {

    font-size: 16px;

  }

  h3,

  .h3,

  .instagram-section .tag,

  h4,

  .h4 {

    font-size: 35px;

  }

  .hero-section {

    margin-bottom: 128px;

  }

  .tabset li {

    padding: 0 15px 15px;

  }

  .head-box h2 {

    margin-bottom: 35px;

  }

  .tab-body {

    padding: 50px 0 0 0;

    margin-bottom: 50px;

  }

  .contact-items:first-child {

    padding-top: 15px;

  }

  .related-section {

    padding: 106px 0;

  }

}

@media (max-width: 767px) {

  #main-title .container .sticky-wrap-text-wrap .text-wrap {

    position: static !important;

  }



  .explore-slider .slide .text-area {

    font-size: 14px;

  }



  .list-slider .custom-paging li {

    line-height: 1;

  }



  .category-slider .custom-paging li {

    line-height: 1;

  }



  .travel-slider-wrap .custom-paging li {

    line-height: 1;

  }



  .travel-slider-images .js-generated-slider-1 {

    position: absolute;

    opacity: 0;

    visibility: hidden;

  }



  .experiences-slider-wrap .custom-paging li {

    line-height: 1;

  }



  .experiences-slider-wrap .js-generated-slider-2 {

    position: absolute;

    visibility: hidden;

    opacity: 0;

    width: 100%;

  }



  .sustainability-description-slider .custom-paging li {

    line-height: 1;

  }

  .download-item:not(:last-child) {

    margin-bottom: 50px;

  }

  .visual-text-block .image {
  
    padding-bottom: 100%;
  
  }

}



@media all and (max-width: 576px) {

  .fancybox-thumbs {

    width: 110px;

  }



  .fancybox-show-thumbs .fancybox-inner {

    right: 110px;

  }



  .fancybox-thumbs__list a {

    max-width: calc(100% - 10px);

  }

}

@media (max-width: 480px) {

  .hero-section {

    margin-bottom: 64px;

  }

  .visual-section .text-area {

    margin-bottom: 64px;

  }

  .explore-slider .slide .text-area {

    padding: 30px 15px;

  }

  .travel-description .text-area {

    padding: 30px 20px;

  }

  .post-section {

    padding-top: 64px;

    padding-bottom: 64px;

  }

  .tabset li {

    padding: 0 10px 10px;

  }

  .tabset {

    font-size: 14px;

  }

  .sustainability-section {

    padding-top: 64px;

    padding-bottom: 64px;

  }

  h1,

  .h1 {

    font-size: 45px;

  }

  .page-heading .h1{

    font-size: 30px;

  }

  #main-title {

    top: 60vh;

  }

  h2,

  .h2 {

    font-size: 45px;

  }

  .related-section {

    padding: 64px 0;

  }

}

@media (max-width: 479px) {

  .experiences-slider-wrap .js-generated-slider-1 {

    position: absolute;

    visibility: hidden;

    opacity: 0;

    width: 100%;

  }

}

@media (max-width: 320px) {

  h1,

  .h1 {

    font-size: 40px;

  }

  h2,

  .h2 {

    font-size: 40px;

  }

}

@media all and (max-height: 576px) {

  .fancybox-slide {

    padding-left: 6px;

    padding-right: 6px;

  }



  .fancybox-slide--image {

    padding: 6px 0;

  }



  .fancybox-close-small {

    right: -6px;

  }



  .fancybox-slide--image .fancybox-close-small {

    background: #4e4e4e;

    color: #f2f4f6;

    height: 36px;

    opacity: 1;

    padding: 6px;

    right: 0;

    top: 0;

    width: 36px;

  }



  .fancybox-caption {

    padding-left: 12px;

    padding-right: 12px;

  }

}



@-webkit-keyframes fancybox-rotate {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



@keyframes fancybox-rotate {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



@-webkit-keyframes rotationSecond {

  0% {

    -webkit-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg);

  }



  50% {

    -webkit-transform: scale(0.75) rotate(90deg);

    transform: scale(0.75) rotate(90deg);

  }



  100% {

    -webkit-transform: scale(1) rotate(180deg);

    transform: scale(1) rotate(180deg);

  }

}



@keyframes rotationSecond {

  0% {

    -webkit-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg);

  }



  50% {

    -webkit-transform: scale(0.75) rotate(90deg);

    transform: scale(0.75) rotate(90deg);

  }



  100% {

    -webkit-transform: scale(1) rotate(180deg);

    transform: scale(1) rotate(180deg);

  }

}



@-webkit-keyframes rotationFirst {

  0% {

    -webkit-transform: scale(1) rotate(180deg);

    transform: scale(1) rotate(180deg);

  }



  50% {

    -webkit-transform: scale(0.75) rotate(90deg);

    transform: scale(0.75) rotate(90deg);

  }



  100% {

    -webkit-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg);

  }

}



@keyframes rotationFirst {

  0% {

    -webkit-transform: scale(1) rotate(180deg);

    transform: scale(1) rotate(180deg);

  }



  50% {

    -webkit-transform: scale(0.75) rotate(90deg);

    transform: scale(0.75) rotate(90deg);

  }



  100% {

    -webkit-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg);

  }

}



@-webkit-keyframes scrollDown {

  0% {

    width: 0;

  }



  100% {

    width: 100%;

  }

}



@keyframes scrollDown {

  0% {

    width: 0;

  }



  100% {

    width: 100%;

  }

}



/* Custom CSS */

.post-area.last {

  margin-bottom: 0;

}

.feature-section.feature-wrapper {

  padding-bottom: 0;

}

.feature-section.feature-wrapper .card-row {

  margin-bottom: 0;

}

.custom-head-wrap.head-wrap {

  padding: 0 100px;

}

@media (max-width: 480px) {

  .custom-head-wrap.head-wrap {

    padding: 0;

  }

}

.tab-card {

  width: 100%;

}



section {

  margin-bottom: 186px;

}

@media (max-width: 1440px) {

  section {

    margin-bottom: 126px;

  }

}

@media (max-width: 768px) {

  section {

    margin-bottom: 106px;

  }

}

@media (max-width: 480px) {

  section {

    margin-bottom: 64px;

  }

}

section h2 {

  margin-bottom: 110px;

}

@media (max-width: 1440px) {

  section h2 {

    margin-bottom: 70px;

  }

}

@media (max-width: 480px) {

  section h2 {

    margin-bottom: 64px;

  }

}



.text-section:last-child {

  margin-bottom: 0;

}



.tab .tab-body:last-child {

  margin-bottom: 0;

}



.page-heading {

  margin-bottom: 110px;

}

@media (max-width: 1440px) {

  .page-heading {

    margin-bottom: 70px;

  }

}

.page-heading .h1 {

  margin-bottom: 50px;

}



.content-section .tab-body {

  padding-top: 0;

  margin-bottom: 0;

}



.tab-block:not(:last-child) {

  margin-bottom: 50px;

}



.head-meta {

  display: flex;

  align-items: center;

  justify-content: space-evenly;

  padding-bottom: 10px;

  width: 70%;

  margin: 0 auto;

}

.head-meta span {

  font-size: 16px;

}

.head-meta img {

  height: 10px;

  width: auto;

}



.feature-section .h5 {

  text-align: center;

}



.feature-section .card-hover .h5 {

  text-align: left;

}



p:last-child {

  margin-bottom: 0;

}



.travel-section .text-wrap p {

  margin-top: 50px;

}

@media (max-width: 768px) {

  .travel-section .text-wrap p {

    margin-top: 30px;

  }

}



.head-box p {

  margin-bottom: 70px;

}

@media (max-width: 768px) {

  .head-box p {

    margin-bottom: 45px;

  }

}



@media (max-width: 1023px) {

  .post-area .head-wrap {

    margin-bottom: 30px;

  }

}

@media (max-width: 1199px){

  .drop-nav.active .drop-hold{

    flex-direction: column;

  }

}

.mfp-content .my_closure_popups_header a {
    color: #00b0ca!important;
    text-decoration: underline;
}
.mfp-content .my_closure_popups_body p {
    font-size: 16px!important;
    line-height: 19px!important;
}

.my_closure_popups_body ul li{
	font-size:16px !important;
}