@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

.btn {
  padding: 3px 27px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: auto;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-primary {
  color: white;
  background-color: #102442;
  border: 1px solid #102442;
  border-radius: 1px;
  font-weight: 400;
}

.btn-primary:hover {
  color: #102442;
  background-color: #fff;
  border: 1px solid #102442;
}

.btn-primary:focus {
  color: #102442;
  background-color: #fff;
  border: 1px solid #102442;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #102442;
  border-color: #102442;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-secondary {
  background-color: #fff;
  color: #102442;
  border: 0px;
  border-radius: 1px;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #102442;
  border: 0px;
}

.btn-secondaryi {
  margin-left: 10px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #102442;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-date {
  background-color: #f5f4f5;
  color: #5c5c5c;
  border: 2px solid #f5f4f5;
  font-weight: normal;
  padding-left: 15px !important;
}

.btn-date:hover {
  background-color: #102442;
  color: #ffffff;
  border: 2px solid #102442;
}

.btn-date i {
  float: right;
  margin: 4px 3px;
}

.btn-date:hover i {
  color: #ffffff;
}

.btn-date:not(:disabled):not(.disabled).active, .btn-date:not(:disabled):not(.disabled):active, .show > .btn-date.dropdown-toggle {
  color: #5c5c5c;
  background-color: #f5f4f5;
  border-color: #f5f4f5;
}

.btn-date.focus, .btn-date:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 245, 0.5);
}

.btn-date:not(:disabled):not(.disabled).active:focus, .btn-date:not(:disabled):not(.disabled):active:focus, .show > .btn-date.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 245, 0.5);
}

.btn-search {
  background-color: #102442;
  color: #ffffff;
  border: 2px solid #102442;
}

.btn-search:hover {
  background-color: #ffffff;
  color: #102442;
  border: 2px solid #102442;
}

.btn-searchi {
  margin-left: 10px;
}

.btn-search:not(:disabled):not(.disabled).active, .btn-search:not(:disabled):not(.disabled):active, .show > .btn-search.dropdown-toggle {
  color: #ffffff;
  background-color: #102442;
  border-color: #102442;
}

.btn-search.focus, .btn-search:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-search:not(:disabled):not(.disabled).active:focus, .btn-search:not(:disabled):not(.disabled):active:focus, .show > .btn-search.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-contact {
  background-color: #102442;
  color: #ffffff;
  border: 2px solid #102442;
}

.btn-contact:hover {
  background-color: #b8cbcf;
  color: #ffffff;
  border: 2px solid #b8cbcf;
}

.btn-contacti {
  margin-left: 10px;
}

.btn-contact:not(:disabled):not(.disabled).active, .btn-contact:not(:disabled):not(.disabled):active, .show > .btn-contact.dropdown-toggle {
  color: #ffffff;
  background-color: #102442;
  border-color: #102442;
}

.btn-contact.focus, .btn-contact:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-contact:not(:disabled):not(.disabled).active:focus, .btn-contact:not(:disabled):not(.disabled):active:focus, .show > .btn-contact.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-more {
  padding: 0.5em 1.5em;
  background-color: #102442;
  color: #fff;
  border: 2px solid #102442;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-more:hover {
  background-color: #fff;
  color: #102442;
}

.btn-morei {
  margin-left: 10px;
}

.btn-more:not(:disabled):not(.disabled).active, .btn-more:not(:disabled):not(.disabled):active, .show > .btn-more.dropdown-toggle {
  color: #fff;
  background-color: #102442;
  border-color: 1px solid #102442;
}

.btn-more.focus, .btn-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-more:not(:disabled):not(.disabled).active:focus, .btn-more:not(:disabled):not(.disabled):active:focus, .show > .btn-more.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-next {
  width: 48% !important;
  margin-left: 2%;
  float: left;
  background-color: #102442;
  color: #ffffff;
  border: 1px solid #102442;
}

.btn-next:hover {
  background-color: #ffffff;
  color: #102442;
  border-color: 2px solid #102442;
}

.btn-nexti {
  margin-left: 10px;
}

.btn-next:not(:disabled):not(.disabled).active, .btn-next:not(:disabled):not(.disabled):active, .show > .btn-next.dropdown-toggle {
  color: #ffffff;
  background-color: #102442;
  border-color: 2px solid #102442;
}

.btn-next.focus, .btn-next:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-next:not(:disabled):not(.disabled).active:focus, .btn-next:not(:disabled):not(.disabled):active:focus, .show > .btn-next.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-prev {
  width: 48% !important;
  margin-right: 2%;
  float: left;
  background-color: #102442;
  color: #ffffff;
  border: 1px solid #102442;
}

.btn-prev:hover {
  background-color: #ffffff;
  color: #102442;
  border-color: 2px solid #102442;
}

.btn-previ {
  margin-left: 10px;
}

.btn-prev:not(:disabled):not(.disabled).active, .btn-prev:not(:disabled):not(.disabled):active, .show > .btn-prev.dropdown-toggle {
  color: #ffffff;
  background-color: #102442;
  border-color: 2px solid #102442;
}

.btn-prev.focus, .btn-prev:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-prev:not(:disabled):not(.disabled).active:focus, .btn-prev:not(:disabled):not(.disabled):active:focus, .show > .btn-prev.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-notice {
  background-color: #102442;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-notice:hover {
  background-color: #ffffff;
  color: #102442;
  border: 2px solid #ffffff;
}

.btn-noticei {
  margin-left: 10px;
}

.btn-notice:not(:disabled):not(.disabled).active, .btn-notice:not(:disabled):not(.disabled):active, .show > .btn-notice.dropdown-toggle {
  color: #ffffff;
  background-color: #102442;
  border-color: #102442;
}

.btn-notice.focus, .btn-notice:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-notice:not(:disabled):not(.disabled).active:focus, .btn-notice:not(:disabled):not(.disabled):active:focus, .show > .btn-notice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 36, 66, 0.5);
}

.btn-directions {
  background-color: #fff;
  color: #102442;
  border: 1px solid #102442;
}

.btn-directions:hover {
  background-color: #fff;
  color: #102442;
  border: 1px solid #102442;
}

.btn-directionsi {
  margin-left: 10px;
}

.btn-directions:not(:disabled):not(.disabled).active, .btn-directions:not(:disabled):not(.disabled):active, .show > .btn-directions.dropdown-toggle {
  color: #102442;
  background-color: #fff;
  border-color: #fff;
}

.btn-directions.focus, .btn-directions:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-directions:not(:disabled):not(.disabled).active:focus, .btn-directions:not(:disabled):not(.disabled):active:focus, .show > .btn-directions.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.carousel-itemContent {
  color: #ffffff;
  top: 67%;
  left: 54%;
  transform: translate(-50%, -80%);
  position: absolute;
  width: 80%;
  z-index: 5;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
  background-color: #b8cbcf;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background-color: #102442;
  border-radius: 5px;
}

/* Scrollbar hover state */
::-webkit-scrollbar-thumb:hover {
  background-color: #011328;
}

/* Scrollbar corner */
::-webkit-scrollbar-corner {
  background-color: #f2f2f2;
}

.scrolling-outer .scrolling-wrapper {
  overflow-x: auto;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #888 #f2f2f2;
}

.scrolling-outer .scrolling-wrapper > .col-6 {
  max-width: 43% !important;
}

.scrolling-outer .scrolling-wrapper .indicator {
  overflow: hidden;
  max-height: 200px;
}

.scrolling-outer .scrolling-wrapper .indicator img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.scrolling-outer a.scroll {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  display: flex;
  background-image: linear-gradient(to right, transparent, white);
  pointer-events: none;
}

.scrolling-outer a.scroll i {
  color: #102442;
  cursor: pointer;
  pointer-events: auto;
}

#carouselExampleIndicators {
  max-height: 420px;
  overflow: hidden;
  margin: 0 !important;
}

body {
  font-family: "Cardo", serif;
  font-size: 16px;
  color: #4f4f4f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  font-family: "Montserrat", sans-serif;
  margin-left: 0;
  margin-right: 0;
  color: #1f2235;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

pre {
  color: white !important;
}

h1,
.h1, .sudoh1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

h2,
.h2, .sudoh2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 23.04px;
}

h5,
.h5 {
  font-size: 19.2px;
}

h6,
.h6 {
  font-size: 16px;
}

p,
a,
li,
ul,
label,
input,
textarea {
  font-size: 16px;
  margin-bottom: 20px;
}

p > a {
  color: #102442;
  font-weight: 600 !important;
}

p > a:hover {
  color: #fff;
  text-decoration: underline;
}

a {
  font-family: "Montserrat", sans-serif;
}

.style-text ul li a {
  color: #102442;
  font-weight: 600;
}

.white-text {
  color: #fff;
}

.carousel-itemContent h1 {
  color: #ffffff;
  font-weight: 700;
}

.video-header {
  color: #fff;
}

.video-header h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
}

.video-header h3 {
  font-style: italic;
  color: #fff;
  font-size: 15px;
}

p > a:hover {
  color: #0056b3 !important;
  text-decoration: none;
}

h3 a {
  text-decoration: none;
  color: #102442;
}

h3 a:hover {
  color: #4f4f4f;
}

h4 a {
  text-decoration: none;
  color: #102442;
}

h4 a:hover {
  color: #4f4f4f;
}

#resortTitle span {
  font-family: "Cardo", serif !important;
  font-size: 16px !important;
}

table {
  font-size: 16px;
}

.form-group, #cf4 .cf-control-group {
  height: 100%;
  margin-bottom: 16px;
}

.form-group input.form-control, #cf4 .cf-control-group input.form-control {
  border: none;
  display: block;
  width: 100%;
  display: inline-block !important;
  border-radius: 0;
  min-width: 0;
  padding: 0px;
  padding-left: 5px;
  text-indent: 10px;
  min-height: 50px;
  background-color: #fff;
  color: #4f4f4f;
  content: '';
  box-sizing: content-box;
  box-shadow: none;
  border: 1px solid #bbbbbb;
}

.form-group input.form-control:focus, #cf4 .cf-control-group input.form-control:focus {
  outline: none;
  border-color: #102442;
}

.form-group input.form-control:placeholder-shown ~ label.d-block, #cf4 .cf-control-group input.form-control:placeholder-shown ~ label.d-block {
  font-size: 16px;
  left: 0px;
  color: #4f4f4f;
  transform: translate3d(0, 20px, 0) scale(1);
  top: -45px;
}

.form-group .form-control, #cf4 .cf-control-group .form-control {
  margin-bottom: 50px;
}

.form-group label.d-block, #cf4 .cf-control-group label.d-block {
  color: #b3b3b3;
  content: '';
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  padding-left: 10px;
  position: absolute;
  left: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 16px;
  left: 0px;
  padding-left: 0;
  color: #4f4f4f;
  top: -25px;
}

.form-group textarea.form-control + label.d-block, #cf4 .cf-control-group textarea.form-control + label.d-block {
  top: -60px;
}

.form-group textarea.form-control, #cf4 .cf-control-group textarea.form-control {
  overflow: auto;
  border: none;
  display: block;
  font: inherit;
  width: 100%;
  box-sizing: content-box;
  content: '';
  text-indent: 10px;
  border-radius: 0;
  line-height: 1.4;
  min-height: 177px;
  min-width: 0;
  padding: 20px 8px;
  resize: vertical;
  background-color: #fff;
  color: #4f4f4f;
  box-shadow: none;
  border: 1px solid #bbbbbb;
  margin-top: 3rem;
}

.form-group textarea.form-control:focus, #cf4 .cf-control-group textarea.form-control:focus {
  outline: none;
  border-color: #102442;
}

.form-group textarea.form-control:placeholder-shown ~ label.d-block, #cf4 .cf-control-group textarea.form-control:placeholder-shown ~ label.d-block {
  font-size: 16px;
  left: 0px;
  color: #4f4f4f;
  top: -60px;
}

#cf4 .cf-fields {
  flex-direction: column !important;
}

#cf4 .cf-input:not([type="checkbox"]) {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#cf4 label {
  margin-bottom: 0px;
}

#cf4 .cf-checkbox-group {
  display: flex;
}

#cf4 .cf-checkbox-group label {
  margin-left: 10px;
}

#agentsForm, #questionnaireForm {
  background-color: #fff !important;
}

#cf4 .cf-fields {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#agentsForm h4, #agentsForm span:not(.cf-required-label), #questionnaireForm h4, #questionnaireForm span:not(.cf-required-label) {
  margin-left: -15px !important;
  padding-top: 0px !important;
}

#agentsForm .cf-btn.btn-primary span, #questionnaireForm .cf-btn.btn-primary span {
  margin-left: auto !important;
}

#agentsForm .cf-control-label label span, #questionnaireForm .cf-control-label label span {
  margin-left: 0px !important;
}

#agentsForm .cf-control-group.fix-submit-button, #questionnaireForm .cf-control-group.fix-submit-button {
  width: 100% !important;
  display: flex;
  justify-content: end !important;
  margin-top: 30px;
}

#agentsForm .cf-control-group, #questionnaireForm .cf-control-group {
  width: 100%;
}

#cf4 .cf-control-group[data-label="reCAPTCHA"] {
  padding-bottom: 30px;
}

#cf4 .cf-control-group[data-label="Consent"] {
  margin-top: 20px;
  margin-bottom: 30px;
}

#cf4 .cf-recaptcha-v3-text-badge a {
  font-size: 16px !important;
  font-family: "Cardo", serif !important;
}

.jdscf-submit-btn {
  margin-top: 0;
}

.jdscf-submit-btn button.btn.btn-primary {
  padding: 1em 2em;
  height: 60px;
  margin-top: 20px;
}

.g-recaptcha {
  margin-top: 0;
}

.contact-information h1 {
  font-size: 64px;
  font-family: "Montserrat", sans-serif;
  color: #b4b4b4;
  margin-bottom: 30px;
}

.contact-information p {
  font-size: 16px;
  line-height: 24px;
  color: #41413f;
}

label.calendar_icon {
  display: none;
}

.jdscf-submit-btn {
  display: flex;
  justify-content: center;
}

.meettheteamimg img {
  width: 200px;
}

.meet-our-team .meettheteamimg img {
  width: 200px;
}

html {
  /* scrollbar fix (prevent ugly left pull for lower content sites) */
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

a,
a:hover {
  text-decoration: none;
}

.img-responsive {
  width: 100%;
}

.img-rounded {
  border-radius: 10px;
}

.alt-bg {
  background-color: #f1f1f1;
}

.cf-fields {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.rightPanel {
  background-color: #fafafa;
  padding: 20px 40px;
  border-radius: 10px;
}

.rightPanel .callTitle {
  font-weight: 600;
  margin-bottom: 0;
}

.rounded-top-img {
  border-radius: 10px 10px 0 0;
}

#line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #034753;
}

.light-card {
  margin: 0 auto;
  padding: 40px 80px;
  border: 1px solid #e5f0f6;
  border-radius: 0.5em !important;
}

.dark-card {
  margin: 0 auto;
  padding: 40px 80px;
  border: 1px solid #005da8;
  border-radius: 0.5em !important;
}

.card {
  border-radius: 0;
  border: none;
  border: solid 1px #ebebeb;
}

.card .card-header {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.card .card-header .card-img-top {
  border-radius: 0;
  object-fit: cover;
  height: 180px;
}

.card .card-body {
  background-color: #fff;
}

.card .card-body .card-title {
  font-size: 21px;
}

.card .card-body p {
  margin-bottom: 0;
}

.card .card-body.team {
  border-radius: 0;
}

.card .card-body.team .card-title {
  margin-bottom: 0;
}

.card .card-body.team .job-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.card .card-footer {
  padding: 0 0 2.5rem 1.25rem;
  background-color: #fff;
  border: none;
}

.card .card-footer .card-text {
  font-size: 16px;
}

.card .card-footer .card-text a {
  color: #5c5c5c;
}

.cert-card {
  border-radius: 0;
  border: none;
}

.cert-card .card-header {
  padding: 0;
  margin: 0;
  background-color: whitesmoke !important;
  border: none;
  border-radius: 0;
}

.cert-card .card-header .cert-img-top {
  border-radius: 0;
  min-height: 100px;
  height: 100px !important;
  object-fit: contain !important;
}

.cert-card .card-body {
  background-color: whitesmoke;
}

.cert-card .card-body .card-title {
  font-size: 18px;
}

.cert-card .card-body p {
  margin-bottom: 0;
}

.cert-card .card-body.team {
  border-radius: 0;
}

.cert-card .card-body.team .card-title {
  margin-bottom: 0;
}

.cert-card .card-body.team .job-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.cert-card .card-footer {
  padding: 0 0 2.5rem 1.25rem;
  background-color: whitesmoke;
  border: none;
}

.cert-card .card-footer .card-text {
  font-size: 16px;
}

.cert-card .card-footer .card-text a {
  color: #5c5c5c;
}

.card.partners {
  border-radius: 10px;
  border: none;
}

.card.partners .card-header {
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  border: none;
  border-radius: 10px 10px 0 0;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.partners .card-header .card-img-top {
  border-radius: 10px 10px 0 0;
  max-height: 80%;
  max-width: 80%;
  width: auto;
}

.card.partners .card-body {
  background-color: #f2f2f2;
  border-radius: 0 0 10px 10px;
}

.card.partners .card-body p {
  margin-bottom: 0;
}

.card.news {
  border-radius: 10px;
  border: none;
}

.card.news .card-header {
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  border: none;
  border-radius: 10px 10px 0 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.news .card-header .card-img-top {
  border-radius: 10px 10px 0 0;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.card.news .card-body {
  background-color: #f2f2f2;
  border-radius: 0 0 0 0;
}

.card.news .card-body p {
  margin-bottom: 0;
}

.pagination {
  display: block;
}

.pagination p.counter {
  display: block;
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  display: none;
  margin: 0;
  color: #ddd;
}

.pagination ul li.pagination-start, .pagination ul li.pagination-prev, .pagination ul li.pagination-next, .pagination ul li.pagination-end {
  display: block;
}

.pagination ul li > a {
  background-color: #f2f2f2;
  padding: 10px 20px;
  color: #656565;
  border-right: 1px solid #ddd;
}

.pagination ul li:last-child > a,
.pagination ul li:last-child > span {
  border-radius: 0 10px 10px 0;
}

.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
  border-radius: 10px 0 0 10px;
}

.blogCards .card {
  border-radius: 10px;
  border: none;
}

.blogCards .card .card-header {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.blogCards .card .card-header .card-img-top {
  border-radius: 0;
}

.blogCards .card .card-body {
  background-color: #fff;
}

.blogCards .card .card-body p {
  margin-bottom: 0;
}

.blogCards .card .card-footer {
  padding: 0 0 2.5rem 1.25rem;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.blogCards .card .card-footer .card-text {
  font-size: 16px;
}

.blogCards.project > .container {
  background-color: #1f2235;
  border-radius: 10px;
}

.blogCards.project > .container h4,
.blogCards.project > .container p {
  color: #fff;
}

.getintouchbutton {
  font-size: 13px !important;
  padding: 10px 13px;
  width: 100%;
}

.our-partners-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-partners-home .partner-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 20px;
  padding: 20px;
  border-radius: 15px;
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}

.our-partners-home .partner-container .partner-img {
  width: 100%;
}

.our-partners-home .partner-container:nth-child(1) {
  height: 100px;
}

.our-partners-home .partner-container:nth-child(1):after {
  bottom: 0;
  right: -20px;
}

.our-partners-home .partner-container:nth-child(2) {
  height: 130px;
}

.our-partners-home .partner-container:nth-child(2):after {
  bottom: 15px;
  right: -20px;
}

.our-partners-home .partner-container:nth-child(3) {
  height: 160px;
}

.our-partners-home .partner-container:nth-child(3):after {
  bottom: 30px;
  right: -20px;
}

.our-partners-home .partner-container:nth-child(4) {
  height: 130px;
}

.our-partners-home .partner-container:nth-child(4):after {
  bottom: 15px;
  right: -20px;
}

.our-partners-home .partner-container:nth-child(5) {
  height: 100px;
}

.our-partners-home .partner-container:nth-child(5):after {
  display: none;
}

.our-partners-home .partner-container:after {
  display: block;
  position: absolute;
  content: " ";
  width: 1px;
  height: 100px;
  background-color: #d8d9db;
}

.header-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 65vh;
}

.header-wrap .header-logo {
  height: auto;
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 1vh 5% 2vh 5%;
}

.header-wrap.home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
}

.header-wrap.home .header-logo {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 400px;
  padding-bottom: 5vh;
}

.filtercountrys {
  font-weight: 600;
  font-family: 'Montserrat';
  padding: 5px 7px 5px 7px;
}

.blog .article-news .article-news-bg {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.article-news {
  position: relative;
}

.article-news > a {
  position: relative;
}

.article-news .article-news-overlay {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: ease-in-out 0.4s;
}

.article-news .article-news-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  filter: brightness(50%);
}

.article-news .hover-text {
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 208px;
  padding: 0 40px;
  opacity: 1;
  transition: ease-in-out 0.4s;
  color: #fff;
}

.article-news .hover-text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 24px;
}

.article-news .hover-text p {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.article-news .hover-text h5 {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #b4b3b1;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.article-news .item-content {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 40px;
  opacity: 1;
  transition: ease-in-out 0.4s;
  color: #fff;
}

.article-news .item-content h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}

.article-news .item-content i {
  font-size: 20px;
}

.blog .article-news .hover-text h3 {
  font-size: 26px;
}

.blog .article-news .hover-text p {
  font-size: 16px;
  line-height: 24px;
}

.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-control-prev-icon {
  filter: invert(1);
}

.carousel-control-next {
  width: inherit;
}

.carousel-control-prev {
  width: inherit;
}

#aboutusbg p {
  margin-bottom: 0;
}

#aboutusbg .about-quote {
  font-size: 20px;
}

/* .show ~ #viewall {
	display: none;
} */
.collapsing ~ #viewall {
  display: none;
}

.collapse ~ #hideall {
  display: none;
}

/* .show ~ #hideall { 
	display: block;
} */
/* .dropdown-menu.opened { 
	display: block !important;
} */
/* 
.dropdown-menu {
	display: none !important;
} */
/* .dropdown-menu.show {
	display: unset !important;
} */
#artworkimage {
  transition: 0.3s;
}

#artworkimage:hover {
  opacity: 0.7;
  cursor: pointer;
}

.modalart {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000000000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-contentart {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-contentart {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.closeart {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeart:hover {
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.zoomin:hover, .zoomout:hover {
  cursor: pointer;
}

.featuredhomeslide .slick-arrow {
  display: none !important;
}

.mainherovideo {
  min-height: 60vh;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.video-header {
  position: relative;
}

.video-header .hero-text {
  top: 20%;
  position: absolute;
}

.video-header .hero-trust {
  bottom: 40px;
  position: absolute;
}

.video-header .hero-trust img {
  width: 100%;
}

.contact h1 {
  font-size: 22px;
}

#submenu295 .row {
  display: none;
}

.contact .form-control {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.navbar-collapse {
  flex-grow: 0;
}

#belowContent .certslide {
  margin-top: -1.5rem;
  min-height: 350px;
}

#belowContent .certslide .slick-track {
  position: relative;
  top: 40px;
}

#belowContent .certslide .card {
  border: none;
  background-color: #fff;
}

#belowContent .certslide .card .card-header {
  background-color: #102442;
  padding: 0;
}

#belowContent .certslide .card .card-header .card-img-top {
  height: auto;
  object-fit: cover;
  max-width: 220px;
}

#belowContent .certslide .slick-list {
  padding-top: 0 !important;
}

.slick-next {
  background-color: unset !important;
  top: 45% !important;
  position: absolute;
  background: transparent;
  border: none;
  right: 0;
  z-index: 100;
}

.slick-next i {
  font-size: 25px;
}

.slick-prev {
  background-color: unset !important;
  top: 45% !important;
  position: absolute;
  background: transparent;
  border: none;
  left: 0;
  z-index: 100;
}

.slick-prev i {
  font-size: 25px;
}

.nivo-caption {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  max-width: 1200px;
  height: fit-content;
  background: transparent;
  opacity: 1;
  color: #fff;
}

.slider-btn-contain {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
  width: 80%;
  max-width: 1200px;
  z-index: 1000;
}

.nivo-caption h2 {
  font-size: 38px;
}

.nivo-caption h3 {
  font-size: 15px;
}

.nivo-caption h2,
.nivo-caption h3 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #fff;
}

@media (max-width: 1024px) {
  .slider-btn-contain {
    top: 40%;
    text-align-last: center;
  }
}

@media (max-width: 767px) {
  .mobileHeaderSpacing {
    height: 95px;
  }
  .buy-epic-pass table, .buy-epic-pass td, .buy-epic-pass tr, .buy-epic-pass tbody, .buy-epic-pass tbody img {
    display: block;
    width: 100%;
    height: fit-content;
    text-align: center;
  }
  .buy-ikon-pass table, .buy-ikon-pass td, .buy-ikon-pass tr, .buy-ikon-pass tbody, .buy-ikon-pass tbody img {
    display: block;
    width: 100%;
    height: fit-content;
    text-align: center;
  }
  .buy-epic-pass td ul li {
    margin-left: 0;
  }
  .buy-ikon-pass td ul li {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mobileHeaderSpacing {
    height: 116px;
  }
  .buy-epic-pass td {
    padding: 0 15px;
  }
  .buy-ikon-pass td {
    padding: 0 15px;
  }
}

/* @media (min-width: 992px) {
	.hoverSubMenu > .container {
		max-height: 84vh;
		overflow:auto;
	}
} */
@media (max-width: 768px) {
  .slider-btn-contain {
    top: 50%;
  }
  .nivo-caption {
    top: 40%;
    width: 90%;
  }
  .nivo-caption span {
    text-align: center !important;
  }
}

div#belowContent > div:nth-of-type(0) {
  background-color: #fff;
}

div#belowContent > div:nth-of-type(odd) {
  background-color: whitesmoke;
}

div#belowContent > div:nth-of-type(even) {
  background-color: #fff;
}

.blog-mod-list {
  border-bottom: 2px solid #5c5c5c;
}

.blog-mod-list li {
  margin-bottom: 0;
  display: flex;
}

.blog-mod-list li a {
  padding: 10px 12px;
  padding-bottom: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 600;
  font-size: 15px;
}

.blog-mod-list li i {
  font-size: 6px;
}

.blog-mod-list li a.active {
  font-size: 21px;
  color: #102442;
}

.blog-mod-list li i:nth-of-type(0) {
  display: none !important;
}

.blog-mod-list li.active a {
  font-size: 23px;
  color: #102442;
}

.blogCards .card-deck .card .card-img-top {
  height: 300px;
  min-height: 300px;
}

.alert-success {
  background-color: #102442;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.contact .close {
  color: white;
}

.holidayOptions {
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
}

.holidayOptions:hover .card-offers {
  filter: brightness(1);
}

.holidayOptions .card-title {
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 0px 2px #212121;
}

.holidayOptions .card-offers {
  filter: brightness(0.7);
  transition-duration: .25s;
}

.holidayOptions .card-header {
  height: 300px;
}

.destslide .slick-list, .topslide .slick-list {
  height: 100% !important;
}

.destslide .slick-list .card .card-header, .topslide .slick-list .card .card-header {
  overflow: hidden;
}

.destslide .slick-list .card .card-header .card-img-top, .topslide .slick-list .card .card-header .card-img-top {
  transform: scale(1);
  max-width: 100%;
  width: 100%;
  transition-duration: .25s;
  display: block;
}

.destslide .slick-list .card:hover, .topslide .slick-list .card:hover {
  -webkit-box-shadow: 0px 0px 5px -1px #999999;
  -moz-box-shadow: 0px 0px 5px -1px #999999;
  box-shadow: 0px 0px 5px -1px #999999;
}

.destslide .slick-list .card:hover .card-header .card-img-top, .topslide .slick-list .card:hover .card-header .card-img-top {
  transform: scale(1.1);
}

.holidayOptions .card .card-header {
  overflow: hidden;
}

.holidayOptions .card .card-header .card-img-top {
  transform: scale(1);
  max-width: 100%;
  width: 100%;
  transition-duration: .25s;
  display: block;
  height: 100%;
}

.holidayOptions .card:hover {
  -webkit-box-shadow: 0px 0px 5px -1px #999999;
  -moz-box-shadow: 0px 0px 5px -1px #999999;
  box-shadow: 0px 0px 5px -1px #999999;
}

.holidayOptions .card:hover .card-header .card-img-top {
  transform: scale(1.1);
}

.holidayOffers .card .card-img-con {
  overflow: hidden;
}

.holidayOffers .card .card-img-con .card-img-top {
  transform: scale(1);
  max-width: 100%;
  width: 100%;
  transition-duration: .25s;
  display: block;
}

.holidayOffers .card:hover {
  -webkit-box-shadow: 0px 0px 5px -1px #999999;
  -moz-box-shadow: 0px 0px 5px -1px #999999;
  box-shadow: 0px 0px 5px -1px #999999;
}

.holidayOffers .card:hover .card-img-top {
  transform: scale(1.1);
}

.gradient-left {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  background: linear-gradient(90deg, white 0%, white 0%, rgba(255, 255, 255, 0) 13%);
  z-index: 99;
  pointer-events: none;
}

.gradient-right {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 90%, white 100%, white 87%);
  z-index: 99;
  pointer-events: none;
}

.homepagedestinations .card {
  height: 400px;
}

.advance-passenger-information h1 {
  font-size: 35px !important;
}

#resortTitle h2 {
  margin-top: 4rem;
}

.fancy-footer li {
  margin-bottom: 4px;
}

.fancy-footer a {
  font-family: 'Cardo', serif;
}

.rotatechev {
  transform: rotate(90deg);
  bottom: auto !important;
  transition: 0.5s;
}

.slideanim {
  visibility: hidden;
}

.slide1 {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.carousel {
  width: 100%;
}

.carousel .carousel-inner {
  width: 100%;
}

.carousel .carousel-inner .carousel-item {
  width: 100%;
}

.carousel .carousel-inner .carousel-item a {
  width: 100% !important;
}

.carousel .carousel-inner .carousel-item a img {
  object-fit: cover;
  width: 100%;
}

.carousel-indicators {
  position: absolute;
  height: 100%;
  overflow-x: scroll;
  width: 100%;
}

.carousel-indicators li {
  position: relative;
  flex: none;
  width: 100%;
  height: 100%;
  text-indent: unset;
}

.carousel-indicators li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-container .row {
  border-bottom: solid 2px #102442;
}

.hotel-container .row h1, .hotel-container .row .sudoh1 {
  font-style: normal;
  font-weight: 600;
}

.hotel-container .row h3 {
  font-style: italic;
}

.hotel-container .fa-star {
  font-size: 25px;
  margin-right: 10px;
  color: #102442;
}

.hotel-container .fa-plus {
  font-size: 25px;
  margin-right: 10px;
  color: #102442;
}

.hotel-container .go-back {
  color: #102442;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.go-back {
  color: #102442;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.right-panels {
  border: solid 1px #102442;
}

.trustpoints-panel i {
  color: green;
}

.trustpoints-panel span {
  font-size: 13px;
}

.quotation .contact .jd-simple-contact-form {
  margin-bottom: 20px;
}

.quotation .contact span a {
  color: #4f4f4f;
  font-size: 16px;
  font-family: "Cardo", serif;
  font-weight: 700 !important;
  text-decoration: underline;
}

.quotation .contact .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  margin: 0;
  border: 1px solid grey;
}

.quotation .contact .container:hover input ~ .form-check-input {
  background-color: #ccc;
}

.quotation .contact .container input:checked ~ .form-check-input {
  background-color: #2196F3;
}

.quotation .contact .resort-bg-hero-img {
  height: 100%;
}

.quote-panel {
  background-color: #102442;
  position: relative;
}

.quote-panel h3 {
  color: #fff;
  z-index: 2;
}

.quote-panel p {
  color: #fff;
  z-index: 2;
}

.quote-panel .quote-background-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.65) blur(1px);
}

.quote-panel .quote-self-image {
  border-radius: 50%;
  width: 20%;
  z-index: 2;
}

.quote-panel .author-title p {
  font-weight: 600;
  z-index: 2;
}

.price-panel {
  margin-bottom: 2rem !important;
}

.price-panel .pricing-guide-title p {
  font-weight: 600;
}

.review-panel .carousel-control-prev {
  position: relative;
  margin-bottom: 0;
}

.review-panel .carousel-control-prev .carousel-control-prev-icon {
  position: absolute;
  bottom: 0;
  right: 33px;
  width: 15px;
}

.review-panel .carousel-control-next {
  position: relative;
  margin-bottom: 0;
}

.review-panel .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 15px;
}

.hotel-room-options .card {
  overflow: hidden;
  transition-duration: .25s;
}

.hotel-room-options .card .card-header {
  transition-duration: .25s;
}

.hotel-room-options .card:hover {
  -webkit-box-shadow: 0px 0px 5px -1px #999999;
  -moz-box-shadow: 0px 0px 5px -1px #999999;
  box-shadow: 0px 0px 5px -1px #999999;
}

.hotel-room-options .card:hover .card-header {
  transform: scale(1.1);
}

.white-back {
  background-color: #fff;
}

.grey-back {
  background-color: whitesmoke;
}

.hotel-facilities {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.resort-bg-hero-img-container {
  height: 260px;
  overflow: hidden;
}

.resort-bg-hero-img-container .resort-bg-hero-img {
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.resort-bg-hero-img-container h1 {
  z-index: 2;
}

.resort-bg-hero-img-container h3 {
  z-index: 2;
}

.resort-menu .col-12 {
  border-bottom: solid 2px #102442;
}

.resort-menu .col-12 ul li {
  position: relative;
}

.resort-menu .col-12 ul li a {
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 600;
  font-size: 15px;
}

.resort-menu .col-12 ul li i {
  position: absolute;
  top: 10px;
  right: -15px;
  color: #5c5c5c;
  font-size: 6px;
}

.resort-menu .col-12 ul li.active a {
  font-size: 23px;
  color: #102442;
}

.resort-menu li:nth-child(1) i {
  display: none !important;
}

.resort-menu a {
  padding-bottom: 0;
}

.bulletpointsselecter:nth-last-child(-n + 1) i {
  display: none !important;
}

.headlineshadow {
  text-shadow: 2px 2px 3px #a3a3a3;
}

.stickyScroll .dropdown-menu {
  background-color: white;
  opacity: 0.9;
}

.stickyScroll .dropdown-menu a {
  color: #292929 !important;
}

.contact-thumbnail {
  width: 30%;
}

.mailingsubmit .twitter::before {
  content: '\f2f6';
  font-family: "Font Awesome 5 brands";
  font-weight: 400;
}

strong a {
  color: #102442;
}

.resort-menu-alt .col-12 {
  border-bottom: solid 2px #102442;
}

.resort-menu-alt .col-12 ul li {
  position: relative;
}

.resort-menu-alt .col-12 ul li a {
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 600;
  font-size: 15px;
}

.resort-menu-alt .col-12 ul li i {
  position: absolute;
  top: 10px;
  right: -15px;
  color: #5c5c5c;
  font-size: 6px;
}

.resort-menu-alt .col-12 ul li a.active {
  font-size: 18px;
  color: #102442;
}

.resort-menu-offer .col-12 {
  border-bottom: solid 2px #102442;
}

.resort-menu-offer .col-12 ul li {
  position: relative;
}

.resort-menu-offer .col-12 ul li a {
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 600;
  font-size: 15px;
}

.resort-menu-offer .col-12 ul li i {
  position: absolute;
  top: 10px;
  right: -15px;
  color: #5c5c5c;
  font-size: 6px;
}

.resort-menu-offer .col-12 ul li.active a {
  font-size: 23px;
  color: #102442;
}

.resort-menu-offer a {
  padding-bottom: 0;
}

.resort-panel {
  margin: 2rem 0;
}

.resort-panel .row {
  justify-content: space-evenly;
}

.resort-panel .row .fa-circle {
  top: 0 !important;
  font-size: 13px;
}

.resort-panel .row .fa-solid {
  color: #102442;
}

.resort-panel h5 {
  font-size: 16px;
  font-weight: 600;
  color: #5c5c5c;
}

.resort-panel .suitable {
  flex-wrap: wrap;
}

.resort-panel .suitable h5 {
  color: #102442;
  border-right: solid 2px #102442;
}

.resort-panel .suitable :last-of-type {
  border-right: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1%;
}

.grid .square {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  padding: 5%;
  color: #fff;
  padding: 0;
  position: relative;
}

.grid .square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  filter: brightness(0.7);
  transition-duration: .2s;
}

.grid .square img:hover {
  filter: brightness(1);
}

.grid .square h2 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.pagination ul li .pagenav {
  color: #fff;
  background-color: #102442;
  border-radius: 0 !important;
}

.pagination ul li a {
  opacity: .7;
}

.pagination ul li span {
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.pagination ul li span::after {
  color: #fff;
  margin-left: 1rem;
  font-weight: 100;
}

.country-card {
  border: solid 1px #ebebeb;
  background-color: #fafafa;
}

.country-card .card-header {
  background-color: #fafafa;
}

.country-card .card-body {
  background-color: #fafafa;
}

.country-card .card-body p {
  color: #5c5c5c;
}

.country-card .card-footer {
  background-color: #fafafa;
}

.hide-passenger {
  display: none !important;
}

.close.delete-passenger {
  margin-top: 20px;
}

.advance-passenger-information span a {
  color: #4f4f4f;
  font-size: 16px;
  font-family: "Cardo", serif;
  text-decoration: underline;
}

.advance-passenger-information span a:hover {
  color: #b8cbcf;
}

.hiddenmaps {
  display: none;
}

.visuallyhiddenmaps {
  opacity: 0;
}

.reviewStart, .reviewEnd {
  display: none;
}

#customerModal {
  background: rgba(255, 255, 255, 0.26) !important;
}

#customerModal .cf-recaptcha-v3-text-badge {
  margin-left: 15px;
  margin-top: 20px;
}

#customerModal .cf-recaptcha-v3-text-badge a {
  font-family: "Cardo", serif;
  font-size: 16px;
}

#customerModal .cf-checkbox-group label {
  margin-bottom: 0.25rem;
}

#customerModal legend {
  display: none;
}

#customerModal .modal-header {
  border-bottom: 0px !important;
}

#customerModal .modal-header .close {
  padding: 3rem 0rem 0rem 0rem;
}

#customerModal .modal-footer {
  border-top: 0;
}

#customerModal #closePopup {
  color: #102442 !important;
}

#customerModal #closePopup:hover {
  color: #b8cbcf !important;
}

#customerModal #closePopup:hover h5 {
  color: #b8cbcf !important;
}

#customerModal #closePopup:hover span {
  color: #b8cbcf !important;
}

#customerModal #closePopup span,
#customerModal #closePopup h5 {
  color: #102442 !important;
}

#customerModal span a {
  color: #4f4f4f;
  font-size: 16px;
  font-family: "Cardo", serif;
  text-decoration: underline;
}

#customerModal span a:hover {
  color: #b8cbcf;
}

#customerModal .form-group input.form-control {
  margin-bottom: 0 !important;
}

#customerModal .modal-content {
  border-radius: 0 !important;
  border: 5px solid #102442;
  background-color: #fffffff0;
}

#customerModal .form-group {
  height: 100%;
  margin-bottom: 16px;
  /* textarea.form-control + label.modal-label, textarea.form-control + label.cf-label {
			top: 0px;
			// text-align: left;
		} */
}

#customerModal .form-group input.form-control {
  border: none;
  display: inline-block !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  min-width: 0;
  padding: 4px 0 4px;
  padding-left: 5px;
  text-indent: 10px;
  min-height: 60px;
  background-color: #fff;
  color: #4f4f4f;
  content: '';
  box-sizing: content-box;
  box-shadow: none;
  border: 1px solid #bbbbbb;
}

#customerModal .form-group input.form-control:focus {
  outline: none;
  border-color: #102442;
}

#customerModal .form-group .cf-label {
  font-size: 16px;
  left: 30px;
  color: #4f4f4f;
  transform: translate3d(-30px, 20px, 0) scale(0.92);
  color: #4f4f4f;
}

#customerModal .form-group.filled label.cf-label {
  font-size: 16px;
  left: 30px;
  color: #b3b3b3;
  transform: translate3d(-30px, 5px, 0) scale(0.92) !important;
}

#customerModal .form-group:focus-within label {
  font-size: 16px;
  top: 0;
  color: #b3b3b3 !important;
  transform: translate3d(-30px, 5px, 0) scale(0.92) !important;
}

#customerModal .form-group label.modal-label, #customerModal .form-group label.cf-label {
  color: #4f4f4f;
  content: '';
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  padding-left: 10px;
  position: absolute;
  top: 0px;
  left: 30px;
  /* transform: translate3d(-30px, 5px, 0) scale(0.92); */
  transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 1.4;
}

#customerModal .form-group #queryLabel {
  left: 15px !important;
}

#customerModal .form-group #queryLabelMob {
  left: 30px !important;
}

#customerModal .form-group textarea.form-control {
  overflow: auto;
  border: none;
  display: block;
  font: inherit;
  width: 100%;
  box-sizing: content-box;
  content: '';
  text-indent: 10px;
  border-radius: 0;
  line-height: 1.5;
  min-height: 177px;
  min-width: 0;
  padding: 20px 8px;
  resize: vertical;
  background-color: #fff;
  color: #4f4f4f;
  box-shadow: none;
  border: 1px solid #bbbbbb;
  margin-bottom: 0px !important;
}

#customerModal .form-group textarea.form-control:focus {
  outline: none;
  border-color: #102442;
}

#customerModal .form-group textarea.form-control:focus + label.modal-label, #customerModal .form-group textarea.form-control:focus + label.cf-label {
  font-size: 16px !important;
  top: 0 !important;
  color: #b3b3b3 !important;
  transform: translate3d(-30px, 5px, 0) scale(0.92) !important;
}

#customerModal .form-group textarea.form-control:placeholder-shown ~ label.modal-label, #customerModal .form-group textarea.form-control:placeholder-shown ~ label.cf-label {
  font-size: 16px;
  left: 10px;
  color: #4f4f4f;
  transform: translate3d(-30px, 5px, 0) scale(0.92);
  top: 10px;
}

.fancybox-container {
  z-index: 999999999999 !important;
}

.fancybox-toolbar {
  bottom: 0 !important;
  top: auto;
  z-index: 999999999999 !important;
}

.fancybox-infobar {
  bottom: 0 !important;
  top: auto;
  z-index: 999999999999 !important;
}

.cf-recaptcha-v3-text-badge {
  margin-top: 10px;
}

.hotel-container h1, .hotel-container .sudoh1 {
  font-size: 27px;
  color: #fff;
  text-shadow: 1px 2px 4px #000;
}

.hotel-container .fa-star {
  font-size: 21px;
}

.hotel-container h2 {
  color: #fff;
  text-shadow: 1px 2px 4px #000;
}

.hotel-container-alt h1, .hotel-container-alt .sudoh1 {
  font-size: 27px;
  color: #102442;
  text-shadow: 1px 2px 4px #fff;
}

.hotel-container-alt .fa-star {
  font-size: 21px;
}

.hotel-container-alt .half-star {
  font-size: 21px;
}

.hotel-container-alt h2 {
  color: #102442;
  text-shadow: 1px 2px 4px #fff;
}

.accommodation h3 {
  font-size: 18px;
}

.resort-bg-hero-img-container img {
  height: 100%;
}

.cc_banner-wrapper {
  padding: 0 15px;
  background-color: #011328 !important;
}

.cc_banner-wrapper .cc_banner {
  position: relative;
  background-color: #011328 !important;
  padding: 5px 15px 10px 15px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row-reverse;
}

.cc_banner-wrapper .cc_banner .cc_btn {
  background-color: #011328;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}

.cc_banner-wrapper .cc_banner .cc_btn:hover {
  background-color: #011328;
  color: #fff;
}

.cc_banner-wrapper .cc_banner .cc_message {
  font-size: 12px;
  color: #fff;
  font-family: #4f4f4f;
  font-weight: 800;
}

.cc_banner-wrapper .cc_banner a {
  font-size: 12px;
  color: #fff;
  font-family: #4f4f4f;
  font-weight: 800;
  text-decoration: underline;
}

#sub-menu-253 ul, #sub-menu-278 ul {
  column-count: 2;
}

.footericons {
  font-size: 16px;
  height: 10px;
  color: white;
}

.footericonsphone {
  font-size: 23.04px;
  color: white;
}

.maps-information {
  display: flex;
  flex-direction: column;
  width: 250px;
  padding: 0;
}

.maps-information .map-pop-title {
  color: #102442;
  border: none;
  outline: none;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
}

.maps-information .map-pop-title:focus {
  outline: none;
}

.maps-information .map-pop-title .map-title {
  color: #102442;
  font-weight: 600;
}

.maps-information .map-pop-title .content-pop {
  padding: 10px;
  color: #4f4f4f;
  font-weight: 100;
}

.maps-information .map-pop-title .content-pop .map-pop-content {
  font-family: "Cardo", serif !important;
  margin-bottom: 0 !important;
}

.maps-information .map-pop-title img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.maps-information-hotel {
  display: flex;
  flex-direction: column;
  width: 250px;
  padding: 0;
}

.maps-information-hotel .map-title {
  color: #102442;
  font-weight: 600;
}

.maps-information-hotel .content-pop {
  padding: 10px;
  color: #4f4f4f;
  font-weight: 100;
  padding: 1rem;
}

.maps-information-hotel .content-pop .map-pop-content {
  font-family: "Cardo", serif !important;
  margin-bottom: 0 !important;
}

.maps-information-hotel .content-pop .map-pop-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 19px;
}

.maps-information-hotel img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.gm-style-iw {
  padding: 0 !important;
}

.gm-style-iw-d {
  padding: 0 !important;
  max-height: auto !important;
  overflow: hidden !important;
}

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

.offers em {
  font-style: italic;
}

.cardCornerflash {
  position: absolute;
  z-index: 9997;
  color: white;
  background: #102442;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 700;
}

li {
  margin-bottom: 5px !important;
}

.containerNews h3 {
  font-family: "Montserrat", sans-serif;
}

.accommodation .hoteldeetz ul {
  list-style: none;
}

/* Webkit (Chrome, Safari, Opera) */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Webkit (Chrome, Safari, Opera) - Horizontal Scrollbar */
::-webkit-scrollbar-horizontal {
  height: 12px;
}

::-webkit-scrollbar-track-horizontal {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb-horizontal {
  background-color: #888;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb-horizontal:hover {
  background-color: #555;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

*::-moz-scrollbar {
  width: 12px;
}

*::-moz-scrollbar-track {
  background-color: #f1f1f1;
}

*::-moz-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

*::-moz-scrollbar-thumb:hover {
  background-color: #555;
}

/* Firefox - Horizontal Scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

*::-moz-scrollbar-horizontal {
  height: 12px;
}

*::-moz-scrollbar-track-horizontal {
  background-color: #f1f1f1;
}

*::-moz-scrollbar-thumb-horizontal {
  background-color: #888;
  border-radius: 6px;
}

*::-moz-scrollbar-thumb-horizontal:hover {
  background-color: #555;
}

/* Edge and IE */
* {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.pagination ul li {
  display: flex;
}

.pagination ul li a {
  background-color: #102442;
  color: #fff;
  padding: 10px 20px;
  opacity: 1;
  font-weight: 400;
  border-radius: 0 !important;
  transition-duration: .25s;
  margin: 0 5px;
  border: solid 1px #102442;
}

.pagination ul li a:hover {
  background-color: #fff;
  color: #102442;
}

.pagination ul .disabled {
  display: none;
}

.ski-blog h2 a {
  color: #102442;
}

.ski-blog h2 a:hover {
  color: #0056b3;
}

.ski-blog a {
  color: #102442;
}

.ski-blog a:hover {
  color: #0056b3;
}

.ski-blog .wp-block-button {
  margin-bottom: 10px;
}

.ski-blog .wp-block-button__link {
  color: white;
  background-color: #102442;
  border: 1px solid #102442;
  border-radius: 1px;
  font-weight: 400;
  padding: 10px 20px;
  transition-duration: .25s;
  text-transform: uppercase;
}

.ski-blog .wp-block-button__link:hover {
  color: #102442 !important;
  background-color: #fff !important;
  border: 1px solid #102442 !important;
}

.ski-blog .wp-block-button__link:focus {
  color: #102442;
  background-color: #fff;
  border: 1px solid #102442;
}

.ski-blog .container-fluid.py-4 img {
  width: 100%;
}

.ski-blog #main-content img {
  width: 100%;
  height: 100%;
}

.menu-hide {
  display: block;
}

.show .navbar-nav {
  height: 100vh !important;
  position: relative;
}

.collapsing {
  height: 100vh !important;
}

.offers .card-img {
  height: 250px;
  object-fit: cover;
  min-height: 250px;
}

.card-img {
  height: 220px;
  border-radius: 0 !important;
  object-fit: cover;
}

li {
  list-style: disc;
}

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

.blog iframe {
  display: block;
  margin: 10px 0;
  max-width: 100%;
}

.blog img {
  max-width: 100%;
  object-fit: cover !important;
}

.blog .fancy-footer .col-12 img {
  object-fit: contain;
}

li {
  list-style: none;
}

.scrolldiv {
  width: 600px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrolldiv::-webkit-scrollbar {
  display: none;
}

.scrolldiv ul {
  width: 980px;
}

.nivo-slice {
  height: 60vh !important;
}

.nivo-slice img {
  height: 60vh !important;
  object-fit: cover;
}

.nivo-main-image {
  height: 60vh !important;
  object-fit: cover;
}

.nivo-controlNav {
  display: none;
}

.nivo-directionNav {
  display: none;
}

.recaptcha-class {
  color: red;
}

#ccc-icon {
  display: none;
}

/* Fixing map text */
.maps-information .map-pop-title .content-pop .map-pop-content {
  text-transform: none !important;
}

i.rotate {
  transform: rotate(90deg);
  bottom: auto !important;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-toggler {
    display: flex !important;
  }
  .item-1985 {
    display: none !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  #navbarCollapse {
    width: 100%;
  }
  nav .nav-change {
    max-height: 100vh;
    overflow: auto;
  }
  /* .item-219 {
		display: none !important;
		pointer-events: none;
	} */
  .menu-1985 {
    display: none;
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: unset !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
  li.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
  }
  .navbar-expand-lg .navbar-collapse {
    display: block;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .item-1985 {
    display: none !important;
  }
  .item-318 i {
    display: none !important;
  }
  /* #sub-menu-325 {
		display: none !important;
	} */
  div#sub-menu-325 {
    display: none;
  }
}

#agentsForm .cf-fields, #questionnaireForm .cf-fields {
  display: flex;
  flex-direction: column;
}

.cf-label {
  margin-bottom: 0;
}

.cf-control-input:has(.flatpickr-input),
.cf-control-input:has(.passenger-date) {
  position: relative !important;
}

.cf-control-input:has(.flatpickr-input)::after,
.cf-control-input:has(.passenger-date)::after {
  content: "\f133";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #102442;
  font-size: 14px;
  pointer-events: none;
  z-index: 10;
  display: block !important;
  visibility: visible !important;
}

.reviews.pagination ul li, .blog.pagination ul li {
  display: none !important;
}

.reviews.pagination ul li.pagination-start,
.reviews.pagination ul li.pagination-start + li,
.reviews.pagination ul li.pagination-prev,
.reviews.pagination ul li.pagination-prev + li,
.reviews.pagination ul li.pagination-next,
.reviews.pagination ul li.pagination-next + li,
.reviews.pagination ul li.pagination-end,
.reviews.pagination ul li.pagination-end + li, .blog.pagination ul li.pagination-start,
.blog.pagination ul li.pagination-start + li,
.blog.pagination ul li.pagination-prev,
.blog.pagination ul li.pagination-prev + li,
.blog.pagination ul li.pagination-next,
.blog.pagination ul li.pagination-next + li,
.blog.pagination ul li.pagination-end,
.blog.pagination ul li.pagination-end + li {
  display: inline-block !important;
}

.offercat-hero {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.offercat-hero a {
  font-size: 14px !important;
}

.offercat-hero .hero-mountain {
  position: absolute;
  right: 0;
  top: -25%;
  height: 150%;
  width: auto;
  pointer-events: none;
  z-index: 0;
  object-fit: contain;
  object-position: right top;
}

.offercat-hero .hero-content {
  position: relative;
  z-index: 1;
}

.offercat-hero h1 {
  margin-bottom: 0.25rem;
}

.offercat-hero h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #102442;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.hp-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hp-section-header h2 {
  white-space: nowrap;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #102442;
}

.hp-section-header .hp-line {
  flex: 1;
  height: 2px;
  background: #102442;
  opacity: 0.2;
}

.hp-section-header .hp-view-all {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #102442;
  text-decoration: none;
}

.hp-section-header .hp-view-all:hover {
  text-decoration: underline;
}

.hp-card {
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hp-card .hp-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hp-card .hp-card-body {
  padding: 0.6rem 1.25rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hp-card .hp-card-body h4 {
  font-size: 1.1rem;
  color: #102442;
  margin-bottom: 0.25rem;
}

.hp-card .hp-card-body .hp-subtitle {
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

.hp-card .hp-card-body .hp-desc {
  font-size: 0.88rem;
  color: #555;
  flex: 1;
}

.hp-card .hp-card-footer {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  justify-content: flex-end;
}

ul.offer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

ul.offer-pills li {
  list-style: none !important;
}

ul.offer-pills .pill-item a {
  margin-bottom: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.1rem;
  border: 1.5px solid #102442;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #102442;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

ul.offer-pills .pill-item a i {
  font-size: 0.82rem;
}

ul.offer-pills .pill-item a:hover {
  background: #102442;
  color: #fff;
}

ul.offer-pills .pill-item.active a {
  background: #102442;
  color: #fff;
}

.cat-section-heading {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #102442;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.cat-card {
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cat-card .cat-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cat-card .cat-card-body {
  padding: 0.6rem 1.25rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cat-card .cat-card-body h4 {
  font-size: 1.05rem;
  color: #102442;
  margin-bottom: 0.2rem;
}

.cat-card .cat-card-body .cat-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

.cat-card .cat-card-body .cat-desc {
  font-size: 0.88rem;
  color: #555;
  flex: 1;
}

.cat-card .cat-card-footer {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  justify-content: flex-end;
}

.section-divider {
  border: 0;
  height: 1px;
  background: rgba(16, 36, 66, 0.15);
  margin: 2.5rem 0;
}

@media (max-width: 767px) {
  .offercat-hero .hero-mountain {
    top: -15%;
    height: 70%;
  }
  .hp-section-header {
    flex-wrap: wrap;
  }
  .hp-section-header .hp-line {
    display: none;
  }
  .hp-section-header .hp-view-all {
    width: 100%;
    margin-top: 0.25rem;
  }
  ul.offer-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
  }
  ul.offer-pills::-webkit-scrollbar {
    display: none;
  }
  .ski-holiday-questionnaire-europe #agentsForm, #questionnaireForm {
    padding-left: 30px;
    padding-right: 30px;
  }
}

div[data-type="rating"] {
  margin-bottom: 12px;
}

/* NAVIGATION
*********************************************/
header {
  position: relative;
  z-index: 99999;
}

nav {
  background: #f0f0f0;
  position: relative;
  z-index: 1000;
}

.navbar {
  background-color: #102442;
  overflow-y: scroll;
  height: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

ul.nav.socialmenu.mod-list {
  display: block;
}

ul.nav.socialmenu.mod-list > li {
  width: 205px;
  margin: 0 auto;
}

ul.nav.socialmenu.mod-list > li > a {
  width: 100%;
  display: block;
  height: 30px;
}

ul.nav.socialmenu.mod-list > li > a > i {
  float: left;
  margin-top: 4px;
}

.navbar-nav li {
  margin: 0;
  /* Fixes menu disapearing on hover but breaks other things */
  padding: 10px 0 10px 10px;
  text-align: left;
}

.navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
}

.menu-263::before {
  content: "none";
}

.navbar-nav li a:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.navbar-nav li.dropdown a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 0px;
  text-shadow: none;
  position: relative;
  z-index: 999;
}

.menuItem a {
  text-transform: capitalize !important;
  font-weight: 500 !important;
}

.navbar-nav li.dropdown h5 > a {
  color: #fff !important;
  font-size: 19.2px;
}

.navbar-nav li a:hover,
.navbar-nav li.active > a {
  color: #fff;
}

span.navHover:hover a,
span.navHover:hover i {
  color: #8dd89d !important;
}

.menuItem li {
  padding: 0 !important;
  width: 100%;
  float: left;
}

.logo img {
  width: 100%;
  margin: 0;
}

.icon-bar {
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  margin-top: 6px;
  width: 30px;
}

.toggle-stuck .burgerWrapper .icon-bar {
  background-color: #000;
}

.navbar-toggler-icon::after {
  display: block;
  margin-top: 25px;
  font-size: 12px;
}

.navbar-toggler {
  margin-bottom: 0 !important;
  z-index: 10;
}

.navbar-toggler .burger-p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.navbar-toggler.collapsed {
  top: 45px;
  right: 0;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 0;
  margin-bottom: 10px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

button.navbar-toggler:focus {
  outline: none;
  border: none;
}

.navbar-toggler.collapsed .burgerWrapper {
  padding-left: 0;
  padding-top: 0;
}

.navbar-toggler .burgerWrapper {
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.fas.fa-circle-notch {
  font-size: 25px;
  top: 4px;
}

#navbarCollapse {
  position: relative;
  z-index: 1000;
  padding: 0 5%;
  text-align: center;
}

#navbarCollapse i {
  color: #fff;
  bottom: -3px;
}

.mobLogin a {
  color: #fff;
}

/* New Navbar */
/* Bootstrap so desktop view is in min-width media query - mobile first! */
/* Mobile styling */
/* Nav Banner */
.nav-banner {
  width: 100%;
  max-width: 100%;
  height: 65px;
  background: #fff;
}

.nav-banner > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 0px;
}

.nav-banner > .container > a {
  width: 30%;
}

.nav-banner-logo {
  width: 72px;
  height: auto;
  margin: 0;
}

.nav-banner-secondary {
  display: none;
}

.dropdown-toggle .fas:after {
  opacity: 0.7;
  opacity: var(--fa-secondary-opacity, 0.7);
}

.dropdown-toggle .fas.fa-home {
  font-size: 25px;
  margin-top: 3px;
}

li.dropdown.show {
  margin-bottom: 0;
}

.navbar-text span {
  color: #ffffff;
}

.navbar-text span i {
  padding-right: 5px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
  transform: unset;
}

li.dropdown.selected {
  color: #fff;
}

.dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  transition: .2s;
  top: 27px;
  z-index: 1;
  transition: 1s;
  overflow: hidden;
  opacity: 0.5;
}

.dropdown-menu:hover {
  opacity: 1;
  z-index: 20;
}

.dropdown-menu.show {
  opacity: 1;
}

.dropdown-menu.show div li i {
  /* transform: rotate(0deg)!important; */
}

.dropdown.show i {
  transform: rotate(90deg);
  bottom: auto !important;
  transition: 0.5s;
}

/* FontAwesome */
.dropdown-toggle::after {
  display: none;
}

li.dropdown.selected a {
  color: #fff;
}

.dropdown-menu p {
  color: #6f7678;
}

.dropdown-menu .menuItem li a {
  padding: 5px 0 5px 0;
}

.dropdown-menu .menuItem li:last-child a {
  padding: 10px 0 0 0l;
}

/* Links within the menu */
.menuItem li a {
  color: #fff;
  /* font-weight: bold!important; */
  margin-bottom: 10px !important;
  display: block;
}

.menuItem li a:hover {
  color: #fff;
}

.dropdown-menu h5 {
  color: #5c5c5c;
}

a.dropdown-toggle {
  cursor: default;
  font-weight: 600 !important;
}

.nav-banner-right {
  text-align: right;
  display: none;
  position: static;
  flex-direction: row-reverse;
}

.nav-banner-right img {
  display: none;
  width: auto;
  position: absolute;
  top: 0;
  right: -1px;
}

.nav-banner-right svg {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 153px;
  top: 13px;
}

.nav-banner-right h3 {
  font-size: 15px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

#phonehover:hover {
  color: #fff;
}

.nav-banner-right a {
  color: #102442;
}

.nav-banner-right a:hover {
  color: #fff;
}

.navbar-nav li a:hover {
  color: #fff;
}

.contact-head {
  text-align: end;
}

.contact-head p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.contact-head i {
  color: #fff;
}

.contact-head h3 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 19px;
}

.contact-head a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.navbar-nav .li:nth-child(1) i {
  display: none;
}

.navbar-nav .li:nth-child(2) i {
  display: none;
}

.hoverSubMenu li {
  color: white;
  margin-left: 0 !important;
}

.nav li {
  margin-left: 0;
}

.fancy-footer li {
  margin-left: 0 !important;
}

li {
  margin-left: 15px;
}

.stickySub li {
  color: #102442 !important;
}

.navbar-nav .li:nth-child(3) i {
  display: none;
}

.fa-circle {
  font-size: 4px;
  position: relative;
  top: 19px;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  z-index: 9998;
}

.sticky .findAndAtol {
  display: none;
}

.sticky .logo img {
  max-width: 150px;
}

.cookies-nav {
  color: #fff;
  background-color: #011328;
}

.cookies-nav a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.stickyScroll {
  background-color: #fff !important;
  min-height: 60px;
  height: auto;
}

.stickyScroll .navbar-nav li a {
  color: #6e6e6e;
}

.stickyScroll .navbar-nav li a:hover {
  color: #292929;
}

.stickyScroll .navbar-nav .active a {
  color: #292929;
}

.stickyScroll i {
  color: #102442 !important;
}

.stickyScroll .btn-secondary {
  background-color: #102442;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
}

.stickyScroll .btn-secondary:hover {
  background-color: #fff;
  color: #102442;
  border: 1px solid #102442;
}

.stickyScroll .btn-secondaryi {
  margin-left: 10px;
}

.stickyScroll .contact-head {
  text-align: end;
  margin-top: 0 !important;
}

.stickyScroll .contact-head p {
  color: #102442;
  display: none;
}

.stickyScroll .contact-head i {
  color: #102442;
  display: none;
}

.stickyScroll .contact-head h3 {
  color: #102442;
  display: none;
}

.stickyScroll .contact-head a {
  margin-bottom: 0;
}

.stickyScroll .icon-bar {
  height: 2px;
  background-color: #102442;
  display: block;
  transition: all 0.2s;
  margin-top: 6px;
  width: 30px;
}

.stickyScroll .nav-banner-logo {
  filter: brightness(0) saturate(100%) invert(7%) sepia(34%) saturate(4738%) hue-rotate(207deg) brightness(95%) contrast(90%);
  width: 70px;
  position: relative;
  top: 5px;
}

.stickyScroll .mob-phone .call-us {
  display: none;
}

.stickyScroll .navbar-toggler p {
  display: none;
}

.mob-phone .call-us {
  color: #fff;
  font-weight: 500;
}

.navbar-toggler p {
  color: #fff;
  font-weight: 500;
}

.dropdown .fa-circle {
  right: -120px;
  top: 14px;
}

.dropdown .fa-circle {
  right: -120px;
  top: 14px;
}

.dropdown .dropdown-toggle {
  padding: 5px 13px 5px 0px;
}

.dropdown .dropdown-menu .fa-circle {
  display: none !important;
}

.navbar-nav li:nth-child(4) .fa-circle {
  right: 0px !important;
  top: 14px;
}

header .stickySub li a {
  font-size: 15px;
}

header .stickySub li a:hover {
  color: #102442;
}

.hoverSubMenu {
  background-color: #102442;
  display: block !important;
  z-index: -1;
  opacity: 0;
  transform: translateY(-1000px);
  transition: transform 0.3s ease-in-out;
  position: fixed;
  top: 116px;
  left: 0;
  padding-top: 10px;
}

.hoverSubMenu h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.hoverSubMenu li {
  margin-bottom: 6px !important;
}

.hoverSubMenu li a {
  color: #fff;
  font-size: 15px;
}

.hoverSubMenu li a:hover {
  color: #fff;
}

.hoverSubMenu i {
  color: #fff;
}

.hoverSubMenu span {
  color: #fff;
}

.showSubMenu {
  z-index: 9999;
  opacity: 1;
  transform: translateY(0);
}

.showSubMenu ul {
  list-style-type: none;
}

header .stickySub {
  top: 93px;
  background-color: #fff;
  color: #102442;
}

header .stickySub h4 {
  color: #102442;
}

header .stickySub a {
  color: #102442;
}

header .stickySub i {
  color: #102442;
}

header .stickySub span {
  color: #102442;
}

/* .item-205, .item-236, .item-235, .item-278, .item-295, .item-253, #sub-menu-325, #sub-menu-313, #sub-menu-314, #sub-menu-315, #sub-menu-316, #sub-menu-317 {
	display: none!important;
} */
@media (min-width: 1200px) {
  .france-menu li:last-of-type {
    display: none;
  }
}

footer.fancy-footer {
  background: #102442;
  padding-top: 20px;
}

footer.fancy-footer .footerLogo {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}

footer.fancy-footer div, footer.fancy-footer p {
  color: #d4d4d4;
  font-size: 13px;
  margin-bottom: 10px;
}

footer.fancy-footer h5 {
  color: #ffffff;
  font-size: 13px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

footer.fancy-footer a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
}

footer.fancy-footer .company-details {
  line-height: 18px;
}

footer.fancy-footer .socialmenu {
  flex-direction: column;
}

footer.fancy-footer .socialmenu li > a {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 20px auto;
  width: 265px;
}

footer.fancy-footer .socialmenu li > a:first-child {
  margin-top: 0;
}

footer.fancy-footer .socialmenu li > a i.fab {
  font-size: 50px;
}

footer.fancy-footer .socialmenu li > a .social-link-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

footer.fancy-footer .socialmenu li > a .social-link-text span {
  margin-top: -8px;
}

footer.fancy-footer .navbar-nav {
  align-items: center;
}

footer.fancy-footer .navbar-nav li > a {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 7px 0;
}

footer.fancy-footer .navbar-nav li > a:first-child {
  margin-top: 0;
}

footer.fancy-footer .row .fancy-footer-end {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
}

footer.fancy-footer .row .fancy-footer-end .tr10 > a {
  color: #ffffff;
}

footer.fancy-footer .row .fancy-footer-end .footermenulower {
  justify-content: space-between;
}

footer.fancy-footer .row .fancy-footer-end .footermenulower li > a {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.fancy-footer li {
  margin-right: 15px;
}

.border-top {
  border-top: 1px solid #ffffff !important;
}

.company-parent .company-show h5 {
  text-decoration: underline;
}

.browse-view hr.product-separator,
.category-view hr.product-separator {
  width: 70%;
}

.browse-view .virtuemart-layout,
.category-view .virtuemart-layout {
  position: relative;
}

.browse-view .virtuemart-layout > a,
.category-view .virtuemart-layout > a {
  position: relative;
}

.browse-view .virtuemart-layout h2,
.category-view .virtuemart-layout h2 {
  color: #606060;
  margin-right: auto;
  width: 100%;
  font-size: 20px;
}

.browse-view .virtuemart-layout h2 span.numProducts,
.category-view .virtuemart-layout h2 span.numProducts {
  float: right;
  color: #a5a5a5;
}

.browse-view .virtuemart-layout .virtuemart-layout-overlay,
.category-view .virtuemart-layout .virtuemart-layout-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: ease-in-out 0.4s;
}

.browse-view .virtuemart-layout .virtuemart-layout-bg,
.category-view .virtuemart-layout .virtuemart-layout-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.browse-view .virtuemart-layout .hover-text,
.category-view .virtuemart-layout .hover-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  opacity: 0;
  transition: ease-in-out 0.4s;
  color: #fff;
}

.browse-view .virtuemart-layout .hover-text h3,
.category-view .virtuemart-layout .hover-text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 36px;
}

.browse-view .virtuemart-layout .hover-text p,
.category-view .virtuemart-layout .hover-text p {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #ececec;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
}

.browse-view .virtuemart-layout .hover-text h5,
.category-view .virtuemart-layout .hover-text h5 {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #b4b3b1;
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.browse-view .virtuemart-layout .item-content,
.category-view .virtuemart-layout .item-content {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 40px;
  opacity: 1;
  transition: ease-in-out 0.4s;
  color: #fff;
}

.browse-view .virtuemart-layout .item-content h3,
.category-view .virtuemart-layout .item-content h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}

.browse-view .virtuemart-layout .item-content i,
.category-view .virtuemart-layout .item-content i {
  font-size: 20px;
}

.browse-view .virtuemart-layout.row,
.category-view .virtuemart-layout.row {
  margin: 20px 40px;
  padding: 20px 40px;
}

.browse-view .virtuemart-layout .product-row-left img,
.category-view .virtuemart-layout .product-row-left img {
  height: 230px;
  width: auto;
}

.browse-view .virtuemart-layout .quantity-controls.js-recalculate,
.category-view .virtuemart-layout .quantity-controls.js-recalculate {
  display: flex;
  margin-bottom: 10px;
}

.browse-view .virtuemart-layout .quantity-input.js-recalculate,
.category-view .virtuemart-layout .quantity-input.js-recalculate {
  border-top: 1px solid #b3b1b1;
  border-bottom: 1px solid #b3b1b1;
  border-left: none;
  border-right: none;
  border-radius: 0;
  height: 30px;
  width: 70px;
  margin: 0;
  text-align: center;
}

.browse-view .virtuemart-layout .quantity-controls.quantity-minus,
.browse-view .virtuemart-layout .quantity-controls.quantity-plus,
.category-view .virtuemart-layout .quantity-controls.quantity-minus,
.category-view .virtuemart-layout .quantity-controls.quantity-plus {
  height: 30px;
  width: 35px;
  margin: 0;
  border: 1px solid #b3b1b1;
  border-radius: 0;
  padding: 4px 10px;
  background: #fdf8fe;
  background: linear-gradient(180deg, #fdf8fe 0%, gainsboro 100%);
}

.browse-view .virtuemart-layout .quantity-controls.quantity-minus,
.category-view .virtuemart-layout .quantity-controls.quantity-minus {
  border-radius: 4px 0 0 4px;
}

.browse-view .virtuemart-layout .quantity-controls.quantity-plus,
.category-view .virtuemart-layout .quantity-controls.quantity-plus {
  border-radius: 0 4px 4px 0;
}

.browse-view .virtuemart-layout .addtocart-bar,
.category-view .virtuemart-layout .addtocart-bar {
  margin-top: 20px;
}

.browse-view .virtuemart-layout input[type="submit"].addtocart-button,
.category-view .virtuemart-layout input[type="submit"].addtocart-button {
  background: #fdf8fe;
  background: linear-gradient(180deg, #fdf8fe 0%, gainsboro 100%);
  width: 140px;
  height: 30px;
  border: 1px solid #b3b1b1;
  border-radius: 4px;
}

table {
  max-width: 100%;
  width: 100%;
}

.main_images_wrapper_plain div.main_thumb_grid img {
  padding: 10px;
  margin: 0;
}

.main_images_wrapper_plain .ig_thumb_cell:first-child img {
  margin-left: 0px;
}

.main_thumb_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cat_child_text_overlay {
  position: relative;
  top: 0;
  bottom: auto;
}

.cat_child_heading_overlay,
.cat_child_text_overlay .cat_child_a {
  color: #a7a7a7;
}

h3.cat_child_h3 {
  height: 60px;
}

.cat_child_background_overlay {
  background: transparent;
}

div.lbox_des_container {
  float: none;
  display: flex;
  justify-content: center;
  height: 50px !important;
}

div.lbox_thumb_container {
  display: none;
}

div.lbox_thumb_left_arrow_wrapper,
div.lbox_thumb_right_arrow_wrapper {
  width: 100px;
  height: 100px;
  max-width: 36px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  border-right: none;
  border-left: none;
}

canvas {
  display: block;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 65%;
  background-color: #fff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

.operation > .container {
  background-color: #1d782b;
  position: relative;
  z-index: 2;
}

.operation h1 {
  color: #fff;
}

.operation p {
  color: #fff;
}

.operation .tab-content > .active {
  height: 40px;
  margin-top: 20px;
  color: #fff;
}

.operation .nav.nav-pills {
  background-color: #196825;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: 25px;
}

.operation .nav.nav-pills li.nav-item {
  margin-bottom: 0;
}

.operation .nav.nav-pills li.nav-item .nav-link {
  color: #6eb87a;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 0;
}

.operation .nav.nav-pills li.nav-item .nav-link.active {
  color: #fff;
  background-color: transparent;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slide {
  margin: 20px;
}

.slick-list {
  padding-top: 30px !important;
  height: 230px;
}

img.partner-img {
  margin: 0 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

img.slick-center {
  transform: scale(1.2);
}

.partnersOverlay, .partnersOverlay2 {
  position: absolute;
  background: #f2f2f2;
  background: linear-gradient(90deg, #f2f2f2, rgba(243, 243, 243, 0.1) 10%, rgba(243, 243, 243, 0) 80%, #f2f2f2);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

/* 
.bg-img { 
    background-image: url($BASE_URL + 'images/Background-Texture-576px.jpg');
}
*/
/*
@media (min-width: 576px) {
    .bg-img {
        background-image: url($BASE_URL + 'images/Background-Texture-768px.jpg');
    }
}
*/
@media (min-width: 576px) {
  .nav-banner-logo {
    width: 93px;
  }
  .nav-banner {
    height: 90px;
  }
  .operation .nav.nav-pills {
    height: 75px;
  }
  .homepagedestinations .card {
    height: 500px;
  }
  #particles-js {
    height: 65%;
  }
  img.partner-img {
    margin: 0 30px;
  }
  .card-deck {
    display: block;
  }
  .dropdown-menu.show1 {
    top: 40px;
    z-index: 20;
    opacity: 1;
    transition: 0.6s;
    padding: 0;
  }
  .modal-dialog {
    max-width: 900px;
  }
  .cc_banner {
    max-width: 540px;
    padding: 5px 15px;
  }
  .mainherovideo {
    min-height: 60vh;
    max-height: 60vh;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }
  .menu-313 .menu-314 .menu-315 .menu-316 .menu-317, .menu-1096 {
    display: none;
  }
  .accommodation .hoteldeetz ul {
    list-style: disc;
  }
  .menu-hide {
    display: none !important;
  }
  .menu-hide + i + i {
    display: none !important;
  }
  li:has(> .menu-hide) {
    display: none !important;
  }
  .show .navbar-nav {
    height: auto !important;
    position: relative;
  }
  .form-group textarea.form-control {
    margin-top: 0;
  }
  .form-group textarea.form-control:placeholder-shown ~ label.d-block {
    font-size: 16px;
    left: 0px;
    color: #4f4f4f;
    top: -30px;
  }
}

@media (min-width: 768px) {
  .nav-banner {
    height: 125px;
  }
  .resort-menu-alt a.active {
    font-size: 23px;
    color: #102442;
  }
  .scrolldiv {
    width: 100%;
    overflow-x: none;
  }
  .scrolldiv ul {
    width: 100%;
  }
  .left-align ul {
    text-align: start;
  }
  li {
    list-style: disc;
  }
  nav svg {
    max-width: 250px;
  }
  .offline .btn {
    margin-right: 1.5em;
  }
  #submenu295 .row {
    display: flex;
  }
  .advance-passenger-information h1 {
    font-size: 48px !important;
  }
  .hotel-container .half-star {
    font-size: 25px;
  }
  .hotel-container h1, .hotel-container .sudoh1 {
    font-size: 36px;
  }
  .hotel-container .fa-star {
    font-size: 25px;
  }
  .accomodation h3 {
    font-size: 22px;
  }
  #navbarCollapse i {
    top: 19px;
  }
  .fancy-footer li {
    margin-right: 15px;
  }
  .contact-page-info {
    justify-content: space-between !important;
  }
  .contact-page-info span {
    width: auto !important;
  }
  #submitapiform {
    float: right;
  }
  #submitModal {
    width: unset !important;
  }
  #modalTitle {
    width: unset !important;
  }
  .dropdown-toggle {
    padding: 5px 13px 5px 5px;
  }
  .nav-banner-logo {
    width: 93px;
    height: auto;
  }
  .nav-banner-secondary {
    width: 230px;
    height: auto;
    margin: 0;
    display: block;
  }
  .nav-banner-right {
    display: block;
    width: 50%;
    margin-right: 25px;
    height: 100px;
  }
  .nav-banner-right img {
    height: 125px;
    display: block;
  }
  .nav-banner-right svg {
    width: 30px;
    height: 30px;
    right: 215px;
    top: 0px;
  }
  .nav-banner-right a:nth-child(3) {
    margin-bottom: 23px;
  }
  .brand-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .brand-wrap .brand-logo {
    max-height: 150px;
    margin: 20px auto;
    width: auto;
  }
  .brand-wrap .brand-logo:last-child {
    margin-right: none;
  }
  #carousel .carousel-item h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  #carousel .carousel-item p {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 900px;
  }
  .slide-content {
    width: 500px;
  }
  img.partner-img {
    margin: 0 20px;
  }
  #particles-js {
    height: 73%;
  }
  footer.fancy-footer .footerLogo {
    margin: 0;
    margin-top: 20px;
  }
  .pagination ul li {
    display: block;
  }
  .video-header .hero-trust img {
    width: 60%;
  }
  .resort-bg-hero-img-container {
    height: 500px;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
  #inspiration-blog .target-row .style-text {
    padding-left: 2rem;
  }
  .cc_banner {
    max-width: 720px;
  }
  ul li {
    list-style: disc;
  }
  ol li {
    list-style: auto;
  }
  .hoverSubMenu li {
    list-style: none;
  }
  .nav li {
    list-style: none;
  }
}

@media (min-width: 850px) {
  .nav-banner-right {
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-nav li:first-child {
    padding-left: 0px;
  }
  #agentsForm .cf-control-group, #questionnaireForm .cf-control-group {
    width: 90%;
  }
  #cf4 .cf-control-group[data-label="reCAPTCHA"] {
    margin-top: -80px !important;
  }
  li.menu-325 {
    display: none;
  }
  .navbar-nav li {
    flex-grow: 1;
  }
  .homepagedestinations .card {
    height: auto;
  }
  #resortTitle h2 {
    margin-top: 2rem;
  }
  .brand-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .brand-wrap .brand-logo {
    max-height: 115px;
    margin-right: 0;
    width: auto;
  }
  .brand-wrap .brand-logo:last-child {
    margin-right: none;
  }
  .dropdown.show i {
    transform: rotate(0deg);
  }
  .slide-content {
    padding: 2rem 0;
  }
  .navbar {
    max-height: auto;
    overflow-y: initial;
  }
  .nav-banner-logo {
    width: 93px;
  }
  ul.navbar-nav {
    position: relative;
  }
  ul.navbar-nav li a {
    padding: 10px 8px;
    white-space: nowrap;
  }
  .navbar {
    background: #102442;
  }
  .jdscf-submit-btn {
    justify-content: start;
  }
  .navbar-nav > li.dropdown::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px;
    border-color: transparent transparent #fff transparent;
    z-index: 9998;
    opacity: 0;
    top: 30px;
    left: 50%;
    transform: translateX(-140%);
    margin: 0 50px;
  }
  .navbar-nav li.dropdown:hover::before {
    pointer-events: auto;
  }
  .navbar-nav > li.dropdown:hover::after {
    opacity: 0;
  }
  .navbar-nav li.dropdown:hover::before {
    pointer-events: auto;
  }
  .navbar-nav > li::after,
  .navbar-nav > li:hover::after,
  .navbar-nav > li.dropdown:hover::after {
    content: "" !important;
  }
  .navbar-nav .menuItem li {
    margin: 0;
  }
  .navbar-nav li {
    margin: 0;
    /* Fixes menu disapearing on hover but breaks other things */
    padding: 0px;
  }
  .navbar > .container {
    padding: 0;
  }
  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }
  .navbar-nav .menuItem li:last-child {
    margin: 8px 10px 0 0;
  }
  .navbar-nav > li.dropdown::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px;
    border-color: transparent transparent #fff transparent;
    z-index: 9998;
    opacity: 0;
    top: 30px;
    left: 50%;
    transform: translateX(-140%);
    margin: 0 50px;
  }
  .navbar-nav li.dropdown .dropdown-menu a {
    color: #fff;
    width: 100%;
    text-align: left;
    margin-left: 0 !important;
    display: block;
    font-weight: 600;
    white-space: inherit;
  }
  .dropdown-menu {
    border-radius: 0;
    border: none;
    margin-top: 0;
    background-color: #102442;
    transition-duration: .5s;
  }
  .dropdown-menu .navbar-nav li a {
    color: #000;
  }
  .nav-banner .nav-banner-right img {
    height: 150px;
  }
  .nav-banner .nav-banner-right svg {
    width: 35px;
    height: 35px;
    top: -3px;
    right: 265px;
  }
  .nav-banner .nav-banner-right a:first-child {
    font-size: 25px;
  }
  .nav-banner .nav-banner-right a:nth-child(2) {
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 5px;
  }
  .nav-banner .nav-banner-right a:nth-child(3) {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 26px;
  }
  .nav-banner .nav-banner-right h3 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .nav-banner .navbar-toggler {
    display: none;
  }
  .navbar-nav li a:before {
    padding-right: 20px;
  }
  .menuItem li {
    width: 100%;
  }
  ul.dropdown-menu .menuItem li a {
    width: 100%;
    font-weight: normal;
    display: block;
  }
  .dropdown-menu:after {
    display: none;
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent;
  }
  li.item-101 ul.dropdown-menu {
    transform: translateX(-24%) !important;
  }
  li.item-140 ul.dropdown-menu {
    transform: translateX(-40%) !important;
  }
  li.item-121 ul.dropdown-menu {
    transform: translateX(-55%) !important;
  }
  li.item-120 ul.dropdown-menu {
    transform: translateX(-71%) !important;
  }
  .navbar-nav li.dropdown a.dropdown-toggle,
  .navbar-nav li.menu-330 a,
  .navbar-nav li.menu-331 a {
    padding: 10px 6px;
  }
  .navbar-nav li.menu-330,
  .navbar-nav li.menu-331 {
    cursor: pointer;
  }
  .navbar-nav .menu-263 i.fa-home-heart {
    margin-right: 0px !important;
  }
  .nav-banner {
    box-shadow: none;
    width: 100%;
    height: 100px;
    background-color: #fff;
  }
  .nav-banner > .container {
    align-items: center;
    padding-top: 0;
  }
  .nav-banner > .container a {
    width: 100%;
  }
  #navbarCollapse {
    background: transparent;
  }
  .navbar-expand-lg .navbar-nav {
    width: 100%;
  }
  .getintouchbutton {
    font-size: 13px !important;
    padding: 7px 10px;
    width: 100%;
  }
  .operation > .container {
    background-color: #1d782b;
    position: relative;
    z-index: 2;
  }
  .operation h1 {
    color: #fff;
  }
  .operation p {
    color: #fff;
  }
  .operation .nav.nav-pills {
    background-color: #196825;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 46px;
    margin-top: 0px;
  }
  .operation .nav.nav-pills li.nav-item {
    margin-bottom: 0;
  }
  .operation .nav.nav-pills li.nav-item .nav-link {
    color: #6eb87a;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    margin-bottom: 0;
  }
  .operation .nav.nav-pills li.nav-item .nav-link.active {
    color: #fff;
    background-color: transparent;
  }
  footer.fancy-footer {
    background: #102442;
    padding-top: 20px;
  }
  footer.fancy-footer .footerLogo {
    display: block;
    max-width: 160px;
    margin-top: 0;
  }
  footer.fancy-footer div, footer.fancy-footer p {
    color: #d4d4d4;
    font-size: 13px;
    margin-bottom: 0;
  }
  footer.fancy-footer h5 {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 15px;
  }
  footer.fancy-footer a {
    text-decoration: none;
  }
  #phonenavnumber {
    display: none;
  }
  .nav-banner-right {
    display: block !important;
  }
  .card-deck {
    display: flex;
  }
  .sticky {
    -webkit-box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
  }
  .nav-banner-logo {
    width: 93px;
    height: auto;
    margin: 0;
  }
  .stickyScroll {
    height: auto;
  }
  .slick-next {
    right: -40px;
  }
  .slick-prev {
    left: -40px;
  }
  .cc_banner {
    max-width: 960px;
  }
  #sub-menu-313, #sub-menu-314, #sub-menu-315, #sub-menu-316 {
    display: none !important;
  }
  .blog .fancy-footer .col-12 img {
    object-fit: contain;
  }
}

@media (min-width: 1200px) {
  .nav-banner-logo {
    width: 93px;
    height: auto;
    margin: 0;
  }
  .video-header .hero-trust img {
    width: 54%;
  }
  .nav-banner-secondary {
    width: 273px;
    height: auto;
    margin: 0 100px 0 0;
  }
  ul.navbar-nav li a {
    padding: 10px 9px;
    font-size: 15px;
  }
  footer.fancy-footer h5 {
    font-size: 15px;
    font-weight: 600;
  }
  ul.navbar-nav {
    position: relative;
  }
  ul.navbar-nav li a {
    padding: 10px 12px;
  }
  .video-header video {
    width: 100%;
    object-fit: cover;
  }
  .cc_banner {
    max-width: 1140px;
  }
  .item-205, .item-236, .item-235, .item-278, .item-295 {
    display: block;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-deck {
    width: 100%;
  }
  .card-deck .card {
    display: block;
    padding-bottom: 50px;
  }
  .card-deck .card .card-footer {
    position: absolute;
    bottom: 0;
  }
  .home-mod-img {
    display: block;
    width: 30% !important;
  }
}

@media only screen and (max-width: 700px) {
  .modal-contentart {
    width: 100%;
  }
}

#questionnaireForm .cf-checkbox-group {
  display: flex;
  flex-direction: row;
}

#questionnaireForm .cf-checkbox-group input {
  margin-right: 12px;
}

#questionnaireForm .cf-control-group:has(.cf-checkbox-group) {
  margin-top: 22px;
  padding-left: 0;
}
