

@charset "UTF-8";

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Regular.ttf");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Bold.ttf");
  font-weight:bold;
  font-style:normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Light.ttf");
  font-weight:lighter;
  font-style:normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Medium.ttf");
  font-weight:500;
  font-style:normal;
}

@font-face {
  font-family: 'DomaineDispNar-Regular';
  src: url("../fonts/domaine-disp-regular.otf");
  /* Super Modern Browsers */
}

@font-face {
  font-family: 'GT Walsheim Rg';
  src: url("../fonts/GT-Walsheim-Rg.ttf");
  /* Super Modern Browsers */
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.showFlightsBtn {
  border: 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;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/GT-Walsheim-Rg.ttf");
  /* Super Modern Browsers */
}

@font-face {
  font-family: 'GT Walsheim Rg';
  src: url("../fonts/GT-Walsheim-Rg.ttf");
  /* Super Modern Browsers */
}

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

input[type=checkbox], input[type=radio] {
  display: none;
}

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

body {
  line-height: 1;
  background: #eeecec;
}

ol, ul {
  list-style: none;
}

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: 800;
}

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

button:focus {
  outline: none;
}

.btn {
  padding: 7px 30px;
  border-radius: 25px;
  font-family: "Satoshi";
  font-size: 15px;
  transition-duration: .2s;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
}

.btn span, button span {
  margin: 0 auto;
  line-height: .9;
}

.btn-primary {
  background-color: #e4166c;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 37px;
  margin-bottom: 0;
  display: inline-block;
  border-radius:25px;
  border: 0;
}

.btn-primary:hover {
  background-color: #890b40;
}



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

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    background-color: #e4166c;
  color: #fff;
}

.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(255, 255, 255, 0.5);
}

.btn-secondary {
  background-color: #999;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
}

.btn-secondary:hover {
  background-color: #890b40;
  color: #fff;
}


.btn-tertiary {
	background-color: #ffffff;
	color: #e5166c;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	border-radius: 12px;
	border: 1px solid #999;
}

.btn-tertiary:hover {
  background-color: #890b40;
  color: #fff;
}

.btn-secondary i {
  margin-left: 5px;
}

#blogbuttons .btn-secondary a {
  color: white;
}

#blogbuttons .btn-secondary:hover a {
  color: black;
}

.btn-secondary-alt {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 0;
}

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

.btn-secondary-alti {
  margin-left: 10px;
}

.content__sidebar-wrap .btn-secondary {
  font-size: 13px;
  padding: 5px 20px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: 0 0 0 0.2rem rgba(224, 222, 223, 0.3);
  border-color: 0 0 0 0.2rem rgba(224, 222, 223, 0.3);
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 222, 223, 0.3);
}

.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(224, 222, 223, 0.3);
}


.btn-alternate {
  padding: 0px 20px 15px;
  border-bottom: solid 1px #000;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}

.btn-alternate:focus {
  outline: none;
  box-shadow: none;
}

.mealBasis .mbPrices {
  width: 100%;
  max-width: 500px;
}

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

.btn-special:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

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

.btn-special:hover i {
  color: #fff;
}

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

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

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

.btn-larger {
  font-size: 16px;
  padding: 14px 31px;
  max-width: none;
  margin-right: auto;
  max-height: 62px;
}

.btn-larger:hover {
  background-color: #fff;
  color: #000;
}

.btn-chev {
  text-align: left !important;
  font-size: 18px;
  font-family: "Satoshi";
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  padding: 0;
}

.btn-chev span {
  max-width: 130px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.btn-chev:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/SVG/chevron-lg.svg);
  background-position: 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  right: -35px;
  border-radius: 100%;
  border: .1rem solid #000;
  transition: 0.75s cubic-bezier(0.4, -0.01, 0, 0.99) 0.15s;
}

.btn-chev:hover:after {
  background-color: #fff;
  transform: translate3d(1rem, 0, 0);
  -webkit-transform: translate3d(1rem, 0, 0);
  filter: invert(1);
  transition: 0.75s cubic-bezier(0.4, -0.01, 0, 0.99);
  border-color: transparent;
}

.btn.expiry {
  text-transform: uppercase;
  font-family: '$font-body',Helvetica,Arial,sans-serif;
  background: #f6beb8;
  font-size: 12px;
  letter-spacing: 0.05px;
  color: #242422;
  border: 0;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 5px !important;
  border: 1px solid #f6beb8;
  margin-bottom: 10px;
}

.btn.expiry .icon {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  margin-bottom: 2.5px;
}

.btn.expiry span {
  margin: 0;
}

.btn.expiry strong {
  margin-left: 3px;
}

.editSearchButton {
  background: #fff;
  padding: 5px 15px;
  border: 0;
  border-left: 2px solid #5c5c5c;
}

#mobileToolBar .btn-primary:hover {
  background-color: #f73c2b;
}

#mobileToolBar .btn-prev-inactive {
  color: #000;
  border: 1px solid #e0dedf;
  background-color: #e0dedf;
}

#mobileToolBar .btn-prev-inactive:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.btn-icon, #sortBy {
  border: 1px solid #000;
  padding: 5px 20px !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  height: 36px;
}

#sortBy {
  border: 0;
  padding: 5px 20px !important;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  height: 36px;
  background: #eee;
}

.btnPrevious {
  color: #000;
  background-color: #e0dedf;
  border: solid 1px #e0dedf;
}

.btnNext {
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
}

.btnNext:hover {
  background-color: #fff;
}

.roomoptionstag .d-flex .row .col-12 .d-flex .btn-primary {
  max-width: 500px;
  width: 100%;
}

#transferOptions .btn-primary {
  max-width: 500px;
  width: 100% !important;
}

#transferOptions .btn-tertiary {
  max-width: 500px;
  width: 100% !important;
}

#myTabs > li > a {
  font-size: 16px;
}

div.text-2 {
  font-weight: 400;
  color: #333;
}

/*


                             ...,?77??!~~~~!???77?<~.... 
                        ..?7`                           `7!.. 
                    .,=`          ..~7^`   I                  ?1. 
       ........  ..^            ?`  ..?7!1 .               ...??7 
      .        .7`        .,777.. .I.    . .!          .,7! 
      ..     .?         .^      .l   ?i. . .`       .,^ 
       b    .!        .= .?7???7~.     .>r .      .= 
       .,.?4         , .^         1        `     4... 
        J   ^         ,            5       `         ?<. 
       .%.7;         .`     .,     .;                   .=. 
       .+^ .,       .%      MML     F       .,             ?, 
        P   ,,      J      .MMN     F        6               4. 
        l    d,    ,       .MMM!   .t        ..               ,, 
        ,    JMa..`         MMM`   .         .!                .; 
         r   .M#            .M#   .%  .      .~                 ., 
       dMMMNJ..!                 .P7!  .>    .         .         ,, 
       .WMMMMMm  ?^..       ..,?! ..    ..   ,  Z7`        `?^..  ,, 
          ?THB3       ?77?!        .Yr  .   .!   ?,              ?^C 
            ?,                   .,^.` .%  .^      5. 
              7,          .....?7     .^  ,`        ?. 
                `<.                 .= .`'           1 
                ....dn... ... ...,7..J=!7,           ., 
             ..=     G.,7  ..,o..  .?    J.           F 
           .J.  .^ ,,,t  ,^        ?^.  .^  `?~.      F 
          r %J. $    5r J             ,r.1      .=.  .% 
          r .77=?4.    ``,     l ., 1  .. <.       4., 
          .$..    .X..   .n..  ., J. r .`  J.       `' 
        .?`  .5        `` .%   .% .' L.'    t 
        ,. ..1JL          .,   J .$.?`      . 
                1.          .=` ` .J7??7<.. .; 
                 JS..    ..^      L        7.: 
                   `> ..       J.  4. 
                    +   r `t   r ~=..G. 
                    =   $  ,.  J 
                    2   r   t  .; 
              .,7!  r   t`7~..  j.. 
              j   7~L...$=.?7r   r ;?1. 
               8.      .=    j ..,^   .. 
              r        G              . 
            .,7,        j,           .>=. 
         .J??,  `T....... %             .. 
      ..^     <.  ~.    ,.             .D 
    .?`        1   L     .7.........?Ti..l 
   ,`           L  .    .%    .`!       `j, 
 .^             .  ..   .`   .^  .?7!?7+. 1 
.`              .  .`..`7.  .^  ,`      .i.; 
.7<..........~<<3?7!`    4. r  `          G% 
                          J.` .!           % 
                            JiJ           .` 
                              .1.         J 
                                 ?1.     .'         
                                     7<..%

*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  /* top: 0; */
  bottom: 0px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  text-align: center;
  opacity: 1;
  height: 35px;
  width: 40px;
  border-radius: 30px;
  padding: 6px 12px;
  font-weight: 100;
  margin: auto 10px auto;
}

#resultsContainer a.btn {
  font-size: 16px;
  border: 0;
}

.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.topblackbanner {
  background: #333;
  width: 100%;
  height: 42px;
}

div.topblackbanner a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 9px;
}

div.headertrustpoints {
  width: 600px;
  margin-left: auto;
  margin-right: 0;
}

div.pinktrustpoint {
  margin-top: 0px;
  color: #333;
  min-width: 250px;
}

div.pinktrustpoint h6 {
  margin-top: 0;
  padding-top: 5px;
  color: #333;
  font-size: 16px;
  display: block;
  font-weight: 600;
}

div.pinktrustpoint p {
  margin-top: 0px;
  display: block;
  color: #333;
  font-size: 15px;
  position: relative;
  line-height: 17px;
  overflow: hidden;
}

div.headertrustpoints div.col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

header div.pinktrustpoint {
  min-width: 140px;
}

header div.pinktrustpoint p {
  display: none;
}

header div.pinktrustpoint h6 {
  font-size: 15px;
  padding-top: 10px;
  margin-top: 0;
  font-weight: 500;
}

div.pinktrustpoint_icon {
  background: #e4166c;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 7px 0px;
  margin: 0px 8px 0 0;
  float: left;
  position: relative;
}

div.pinktrustpoint_icon i {
  font-size: 16px;
}

.deal__details i {
  margin: 10px 0 15px;
  font-size: 16px;
}

.deal__price {
  color: #e4166c;
}

div.afterprice, div.beforeprice {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.afterprice_last {
  line-height: 12px;
  padding-top: 3px;
}

div.afterprice {
  line-height: 12px;
}

div.main_price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

div.head_space {
  height: 125px;
}

.summary_panel {
  border-top: 1px solid #DEDEDE;
  padding: 15px 15px;
  margin: 0;
}

ul.roomoptionstag > li > div {
  border: 1px solid #DEDEDE;
  padding: 15px;
  border-radius: 20px;
  margin: 0;
}

div.blog-featured div h1 {
  display: none;
}

div.filter_button_row {
  background: #eee;
  border-radius: 20px;
  text-align: center;
  padding: 4px;
  max-width: 350px;
}

.btn-grey {
  background: #eee;
  color: #333;
  border: 0;
  border-radius: 30px;
}

div.filter_button_row a.btn {
  padding: 10px 30px;
  font-size: 16px;
  margin: 0;
  width: 100%;
}

div.filter_button_row a.btn-primary {
  color: #fff;
  height: 40px;
  padding: 8px 16px;
}

article.deal--row {
	max-height:680px;
}
.bar {
  list-style: none;
  margin-bottom:0;
}

.bar > li {
  position: relative;
}

.bar > li:before {
  content: '\25CF';
  margin-right: 10px;
  font-size: 6px;
  position: absolute;
  z-index: 20;
  top: 20%;
}

.bar > li.nodot:before {
  content: '';
  margin-right: 0px;
  font-size: 0px;
  position: relative;
  z-index: 0;
}

.bar > li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-left: 1px solid #DEDEDE;
  margin-left: 5px;
  height: 100%;
}

.bar > li:first-of-type:after {
  top: 50%;
}

.bar > li:last-of-type:after {
  top: -62%;
}

div#destinationModal ul li, div#destinationModal ul li label {
  margin-bottom: 4px;
}

ul#departureModalContent li, ul#departureModalContent li label {
  margin-bottom: 4px;
}

.filter_itemcount {
  float: right;
}

.ta-green {
  color: #00af87;
  font-size: 17px;
  padding-right: 4px;
}

.ta-grey {
  color: #DEDEDE;
  font-size: 17px;
  padding-right: 4px;
}

#results > section > div.results-edit-container h2 {
  margin: 20px 0 10px;
}

/*
        \     (      /
   `.    \     )    /    .'
     `.   \   (    /   .'
       `.  .-''''-.  .'
 `~._    .'/_    _\`.    _.~'
     `~ /  / \  / \  \ ~'
_ _ _ _|  _\O/  \O/_  |_ _ _ _
       | (_)  /\  (_) |
    _.~ \  \      /  / ~._
 .~'     `. `.__.' .'     `~.
       .'  `-,,,,-'  `.
     .'   /    )   \   `.
   .'    /    (     \    `.
        /      )     \     
              (
*/
.rc-hidden {
  display: none;
}

.defaultComponent {
  display: none;
}

.container-fluid.container--max {
  max-width: 1384px;
}

section {
  position: relative;
}

section .section__content {
  position: relative;
  z-index: 5;
}

section:last-child {
  padding-bottom: 0 !important;
}

main {
  overflow: visible;
}

.grey-bg {
  background-color: #f7f7f7;
}

.black-bg {
  background-color: #000;
}

.black-bg h3 {
  color: #fff;
}

.black-bg h5 {
  color: #fff;
}

.black-bg p {
  color: #fff;
}

.black-bg .btn-primary {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

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

.black-bg .stars i {
  color: #fff !important;
  font-size: 19px !important;
}

.black-bg .slick-slider .slick-prev {
  left: 0;
  z-index: 100;
}

.black-bg .slick-slider .slick-next {
  right: 0;
  z-index: 100;
}

.black-bg .slick-slider .slick-arrow {
  background: none;
  border: none;
}

.black-bg .slick-slider .slick-arrow svg {
  stroke-width: 18px !important;
  height: 13px !important;
  stroke: #fff !important;
}

.hotel-slick-container .slick-slider .slick-slide {
  opacity: .5;
}

.hotel-slick-container .slick-slider .slick-active {
  opacity: 1 !important;
}

.hotel-slick-container .slick-slider .slick-prev {
  left: 0%;
  z-index: 100;
}

.hotel-slick-container .slick-slider .slick-next {
  right: 0%;
  z-index: 100;
}

.hotel-slick-container .slick-slider .slick-arrow {
  border-radius: 0;
  height: 85px;
  width: 40px;
  border: none;
}

.hotel-slick-container .slick-slider .slick-arrow svg {
  stroke-width: 18px !important;
  height: 13px !important;
  stroke: #000 !important;
}

.hotel-slick-container .slick-slide {
  padding: 0 2px;
}

.hotel-slick-container .slick-slide img {
  object-fit: cover;
}

.holiday-deets .breadcrumb {
  background-color: #eeecec;
}

.holiday-deets li {
  margin-bottom: 9px;
}

.hotel-page .content__hotel-rating i {
  color: #000;
  font-size: 15px;
}

.hotel-page .holiday-deets .breadcrumb {
  background-color: #fff;
}

.offerCards h5.card-title {
  font-family: "Satoshi";
}

section:not(.hero) {
  padding-top: 20px;
  padding-bottom: 40px;
}

.vh {
  min-height: auto;
}

.invalid,
.psngrs.invalid input,
.psngrs.invalid select,
input.invalid,
select.invalid {
  border-color: #f73c2b !important;
}

.deal__thumb .carousel .carousel-inner .carousel-item img{

	aspect-ratio: 5 / 3;
}

header {
  padding-bottom: 1px;
  z-index: 1200;
  background-color: #fecb02;
  transition: background 0.25s cubic-bezier(0.59, 0.08, 0.385, 1), box-shadow 0.25s cubic-bezier(0.59, 0.08, 0.385, 1), transform 0.25s cubic-bezier(0.59, 0.08, 0.385, 1);
}

.header__logo {
  width: 100%;
  height: 100%;
  max-width: 106px;
  max-height: 20px;
}

.nivo-slider-wrapper.mobile .nivo-caption {
  transform: translateY(-40%);
  left: 0%;
}

.nivo-slider-wrapper.mobile .nivo-caption h2 {
  width: 100%;
  font-size: 40px;
}

.home .nivo-caption {
  overflow: visible;
}

.nivo-slider-wrapper {
  position: relative;
}

.nivo-slider-wrapper.hideMe {
  display: none !important;
}

.nivo-slider-wrapper .nivo-caption {
  display: block !important;
  background: transparent;
  top: 55%;
  transform: translateY(-70%);
  left: 8%;
  opacity: 1;
  min-height: 150px;
}

.nivo-slider-wrapper .nivo-caption h2 {
  font-size: 25px;
  margin-bottom: 0;
  width: 300px;
}

.nivo-slider-wrapper .nivo-caption h2 p {
  line-height: 1.25;
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-family: "Satoshi";
}

.nivo-slider-wrapper .nivo-caption h3 {
  font-size: 25px;
  margin-bottom: 5px;
  font-family: "Satoshi";
  color: #000;
  text-transform: uppercase;
}

.nivo-slider-wrapper .nivo-caption a {
  border: 1px solid #000;
}

.nivo-slider-wrapper .nivo-caption a:hover {
  background-color: #fff;
  color: #000;
}

.nivo-slider-wrapper a.nivo-imageLink {
  z-index: 1000;
}

.nivo-slider-wrapper .nivo-directionNav {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 70px;
}

.nivo-slider-wrapper .nivo-directionNav a {
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  margin-bottom: 50px;
  border: 0;
  z-index: 1000;
  border-radius: 50px;
}

.nivo-slider-wrapper .nivo-directionNav a svg {
  stroke: #000;
  stroke-width: 4;
  width: 11px;
  height: 11px;
  left: -10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.nivo-slider-wrapper .nivo-directionNav a svg path {
  fill: #fff;
}

.nivo-slider-wrapper .nivo-directionNav a:hover {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
  left: 10px;
}

.nivo-slider-wrapper .nivo-directionNav .nivo-prevNav svg {
  left: 0px;
}

.nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  right: 10px;
}

.nivo-slider-wrapper .nivo-directionNav .nivo-nextNav svg {
  right: -10px;
}

.theme-light .nivoSlider {
  margin-bottom: 0;
  overflow-x: hidden;
}

.theme-light .nivoSlider img {
  max-height: 700px !important;
  object-fit: cover;
}

.trustpoint-header {
  background-color: #000;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 999;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.content p img {
  display: inline;
  max-height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.deal__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Satoshi";
}

.deal__thumb {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

.deal__thumb > a {
  width: 100%;
}

.deal__thumb img {
  height: 100%;
  max-height: 250px;
  height: 20vw;
  min-height: 180px;
  margin: 0 auto;
  object-fit: cover;
}

.deal p {
  font-size: 12px;
  line-height: 1.5;
}

.content__block-wrap1 {
  padding: 15px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.content__block-wrap1 p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
}

.content__block-wrap1 a {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
}

.content__block-wrap1 a:hover {
  color: #b0b0b0;
}

.content__block-wrap1 img {
  max-height: 25px;
  max-width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.content__block-wrap1 strong {
  font-size: 20px;
}

.content--blocks.content--blocks-mobile {
  background: #dde6eb;
}

.deal h3 {
  font-family: "Satoshi";
  line-height: 1.2;
  font-size: 16px;
}

.deal h3,
.deal p {
  margin-bottom: 10px;
}

.content__block-wrap strong {
  font-size: 20px;
  margin-bottom: 10px;
}

.featured__dest-wrap img {
  height: 50vw;
  max-height: 300px;
  object-fit: cover;
}

.featured__dest-wrap .image--corner {
  display: none;
}

.featured.featured--offer,
.featured.featured--destinations {
  overflow-x: hidden;
}

.featured__dest-wrap h5 {
  color: #000;
  font-size: 18px;
  position: relative;
  margin-left: 0;
  margin-right: auto;
}

.featured__dest-text > a {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7.5px 0;
  border-bottom: 1px solid #242422;
}

.featured__dest-text > a:after {
  content: "";
  background-image: url(../images/SVG/chevron-lg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  background-position: 50%;
  margin-bottom: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.featured__destinations-grid:before {
  content: "";
  z-index: 0;
  left: 0;
  top: -80px;
  bottom: 0;
  right: -110px;
  background: #f3f2f1;
  position: absolute;
  min-width: 350px;
}

.icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 17px;
  width: 22px;
}

.icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.featured__destinations-grid {
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
}

.image--corner.image--corner-alts:before {
  transform: rotate(180deg);
  left: -5px;
  bottom: -5px;
}

.image--corner.image--corner-sm:after,
.image--corner.image--corner-sm:before {
  width: 25px;
  height: 25px;
}

.image--corner:after {
  top: -5px;
  right: -5px;
}

.image--corner.image--corner-sm:before {
  left: 11px;
  bottom: -5px;
}

.image--corner.image--corner-sm:after {
  right: 11px;
  top: -5px;
}

.image--corner.image--corner-sm:after,
.image--corner.image--corner-sm:before {
  width: 25px;
  height: 25px;
}

.featured.featured--offer .featured__wrapper {
  position: relative;
}

.featured.featured--offer .featured__wrapper:before {
  content: "";
  z-index: 0;
  left: 220px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f3f2f1;
  position: absolute;
  min-width: 350px;
  display: none;
}

.featured.featured--offer .featured__content-wrap {
  background: #242422;
  color: #fff;
  padding: 30px 10px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.featured.featured--offer .featured__content-wrap .btn-primary {
  margin: 0 auto;
}

.featured.featured--offer .featured__wrapper:after {
  content: "";
  height: 8px;
  width: 80%;
  background: #242422;
  bottom: 0;
  right: 0;
  position: absolute;
  top: calc(100% - 2px);
  z-index: 2;
  min-width: 300px;
  display: none;
}

.featured.featured--offer .featured__image img {
  max-height: 250px;
}

.featured.featured--offer h3 {
  max-width: 400px;
  font-family: "Satoshi";
  font-size: 30px;
  position: relative;
  line-height: 1.3;
  padding-bottom: 30px;
  margin: 0 auto;
}

.featured.featured--offer h3:after {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.featured.featured--offer p {
  font-size: 15px;
  max-width: 330px;
  margin: 20px auto;
}

.featured.featured--exclusives a.image--corner:before {
  left: -3px;
  bottom: 3px;
}

.featured.featured--exclusives a.image--corner:after {
  right: -3px;
  top: -3px;
}

.featured.featured--deals {
  padding-bottom: 80px;
  position: relative;
}

.featured.featured--deals .btn-primary {
  align-self: flex-end;
}

.featured.featured--deals .col-12 {
  max-width: 450px;
}

.featured.featured--deals .deal__wrap {
  background: transparent;
  padding: 0;
  position: relative;
}

.featured.featured--deals .image--corner:before {
  left: -3px;
  bottom: -3px;
}

.featured.featured--deals .image--corner:after {
  right: 17px;
  top: 17px;
}

.featured.featured--deals .deal__details {
  padding: 0 20px 20px;
  height: 100%;
}

.featured.featured--deals .deal__thumb {
  background-position: 1000% 1000%;
  background-repeat: no-repeat;
}

.featured.featured--deals .deal__thumb:after {
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
}

.featured.featured--deals .deal__thumb img {
  min-height: 250px;
  max-width: 450px;
  padding-top: 20px;
  padding-right: 20px;
  z-index: 1;
  position: relative;
  vertical-align: bottom;
}

.featured.featured--destinations {
  background-color: #f3f2f1;
  padding-bottom: 70px !important;
  margin-bottom: -30px;
}

.featured h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 20px;
}

.deal__wrap {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f2f1;
}

.deal__location .deal__location-dest {
  font-size: 16px;
  font-family: "Satoshi";
}

.deal__location .deal__location-accomm {
  font-size: 25px;
  font-family: "Satoshi";
}

.deal__location .deal__location-rating {
  color: #f29b00;
  margin-bottom: 0;
  font-size: 16.5px;
  letter-spacing: 4.5px;
}

.deal__prices {
  font-family: "Satoshi";
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 10px;
}

.deal__prices .nights {
  display: block;
  margin-bottom: 2.5px;
  font-size: 12px;
}

.deal__prices .original_price,
.deal__prices .price {
  display: inline-block;
}

.deal__prices .price {
  font-size: 32px;
  font-family: "Satoshi";
  position: relative;
  line-height: 1;
}

.deal__prices .original_price,
.deal__prices .pp {
  font-family: "Satoshi";
  font-size: 12px;
}

.deal__prices .original_price {
  position: relative;
  color: #9e87ff;
}

.deal__prices .original_price:after {
  content: "";
  height: 1px;
  width: 100%;
  top: calc(50% - 0.5px);
  left: 0;
  position: absolute;
  background: #9e87ff;
}

.deal__buttons {
  position: relative;
  padding-top: 20px;
  margin-top: auto;
}

.deal__buttons:before {
  display: inline-block;
  content: "";
  height: 1px;
  background-color: #242422;
  width: 100%;
  max-width: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

.deal__influencer {
  margin-top: -5px;
  font-size: 12px;
  font-family: "Satoshi";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

body.single-deal .content .deal__influencer {
  font-size: 16px;
  margin-top: 10pc;
}

.deal__influencer .deal__influencer-thumb {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
}

.icon-inline {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 1;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.icon-inline:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #242422;
  -webkit-mask-position: center;
  mask-position: center;
}

.slick-arrow {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  height: 50px;
  width: 50px;
  outline: 0;
  box-shadow: none;
  border: 0.1rem solid #242422;
  border-radius: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translateY(-50%);
  top: 50%;
}

.slick-arrow:focus {
  outline: none;
}

.slick-arrow svg {
  stroke: #000;
  stroke-width: 4;
  width: 30px;
  height: 30px;
  left: -10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick-next {
  right: 15px;
}

.slick-next svg {
  left: 10px;
}

.slick-prev {
  left: -105px;
}

.slick-prev svg {
  left: 10px;
}

.influencerSlick .slick-list {
  width: 80%;
  overflow: visible;
}

.icon-inline__pin-alt:before {
  -webkit-mask-image: url(../images/SVG/icon-pin-alt.svg);
  mask-image: url(../images/SVG/icon-pin-alt.svg);
}

.content p img {
  display: inline;
  max-height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.footer__subscribe .footer__subscribe-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer__subscribe .frm_forms {
  width: 100% !important;
}

.footer__subscribe label {
  display: none !important;
}

.frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.footer__subscribe input[type="email"] {
  background: #fff !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  outline: 0;
  color: #242422;
  padding: 16px 18px;
  font-size: 19px;
  margin: 0 !important;
}

.frm_verify {
  position: absolute;
  left: -3000px;
}

.frm_combo_inputs_container > *,
.frm_grid_container > *,
.frm_section_heading > *,
.frm_fields_container .frm_form_field,
.frm_fields_container > * {
  grid-column: span 12 / span 12;
}

.footer__subscribe button {
  background: transparent !important;
  outline: 0;
  border: 0 !important;
  -webkit-appearance: none;
  position: absolute;
  right: 12px;
  font-size: 16px;
  padding: 13px 31px;
  color: red !important;
  top: 5px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Satoshi";
}

.footer__subscribe button:hover {
  cursor: pointer;
  background: #242422 !important;
  color: #fff !important;
}

.footer__subscribe input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.footer__subscribe .frm_checkbox label {
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 12px;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer__subscribe .frm_checkbox i.checkbox {
  display: flex;
}

.footer__subscribe {
  position: relative;
}

.footer__subscribe:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #242422;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.contact {
  background: #f3f2f1;
  padding-bottom: 80px !important;
}

.contact__image img {
  max-width: 510px;
}

.contact__details {
  position: relative;
  font-family: "Satoshi";
  font-size: 20px;
}

.contact__details h1 {
  margin-bottom: 10px;
  font-size: 40px;
  margin-top: 0;
}

.contact__details p {
  margin-bottom: 10px;
}

.contact__details:before {
  content: "";
  position: absolute;
  top: -200px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 520px;
  background: #fff;
  z-index: 0;
}

.contact__details-inner {
  max-width: 95%;
}

.contact__link {
  font-family: "Satoshi";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.contact__link span {
  width: 20px;
  height: 20px;
}

.contact__link span svg {
  object-fit: contain;
  min-width: 20px;
}

.contact__link:hover {
  color: #000;
  text-decoration: underline;
}

.contact__details-wrap {
  z-index: 2;
  position: relative;
  padding-left: 10px;
  text-align: left;
}

body.contact .image--corner {
  padding-left: 9px;
  padding-top: 9px;
}

body.contact .image--corner:after {
  left: 1px;
  top: 1px;
  right: auto;
  transform: rotate(-90deg);
}

.contact__image > span {
  display: inline-block;
  position: relative;
  padding-right: 7px;
}

.contact__image > span:before {
  content: "";
  width: 8px;
  position: absolute;
  right: 0;
  bottom: calc(0rem - -1vw);
  top: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  background: #242422;
}

.hero {
  font-size: 20px;
}

.hero h1 {
  font-size: 30px;
}

.hero.hero--archive {
  background-position: -1000%;
  background-size: 0;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.hero.hero--archive p {
  font-size: 16px;
  margin: 0;
}

.hero.hero--archive:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.hero.hero--archive:before {
  content: "";
  display: inline-block;
  background: inherit;
  background-size: 200000000%;
  background-position: 33% 33%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: calc((100vw - 1184px) / 2);
}

.hero.hero--archive .hero__text-wrap {
  z-index: 1;
  padding: 40px 20px;
}

.hero.hero--archive .hero__image-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero.hero--archive .hero__image-wrap:before {
  content: "";
  height: 5px;
  position: absolute;
  right: -30px;
  bottom: -5px;
  width: 50vw;
  max-width: 540px;
  background-color: #242422;
  z-index: 0;
}

.hero.hero--archive .hero__image {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-position: -1000%;
  background-size: 0;
  background-repeat: no-repeat;
}

.hero.hero--archive .hero__image:after,
.hero.hero--archive .hero__image:before {
  content: "";
  display: inline-block;
  background: inherit;
  background-size: 200000000%;
  background-position: 33% 33%;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  height: 100%;
  max-width: calc(100% - 150px);
  max-height: calc(100% - 10px);
}

.hero.hero--archive .hero__image:after {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: none;
}

.hero.hero--archive .hero__image span:after {
  top: -5px;
  left: -5px;
  transform: rotate(-90deg);
}

.hero.hero--archive .hero__image span {
  width: 100%;
}

.hero.hero--archive .hero__image img {
  max-height: 400px;
  height: 50vw;
  width: 100%;
  max-width: 100%;
}

.hero__content {
  position: relative;
  z-index: 4;
}

.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

.hero.hero--archive .hero__image img {
  max-height: 400px;
  height: 50vw;
  width: 100%;
  max-width: 100%;
}

.featured.featured--exclusives a.image--corner:after {
  right: -3px;
  top: -3px;
}

body.destinations section.archive article,
body.in-the-media section.archive article {
  margin-bottom: 80px;
}

body.destinations .image--corner.image--corner-sm:after,
body.in-the-media .image--corner.image--corner-sm:after {
  right: -3px;
  top: -3px;
}

body.destinations .archive__term-wrap,
body.in-the-media .archive__term-wrap {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.destinations article .archive__term-thumb,
body.in-the-media article .archive__term-thumb {
  padding: 20px 20px 0 0;
  position: relative;
  background-position: 1000% 1000%;
  background-repeat: no-repeat;
}

body.destinations article .archive__term-thumb:before,
body.in-the-media article .archive__term-thumb:before {
  content: "";
  background: inherit;
  background-size: 2000000%;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.3;
}

body.destinations article .archive__term-thumb span:before,
body.in-the-media article .archive__term-thumb span:before {
  left: -3px;
  bottom: -3px;
}

body.destinations article h2,
body.in-the-media article h2 {
  font-size: 32px;
  font-family: "PensumBold", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

body.destinations article p,
body.in-the-media article p {
  font-size: 16px;
}

body.destinations article img,
body.in-the-media article img {
  position: relative;
  z-index: 1;
  height: 19.5vw;
  min-height: 200px;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  justify-self: flex-start;
  vertical-align: bottom;
}

body.destinations article .archive__term-thumb span,
body.in-the-media article .archive__term-thumb span {
  width: 100%;
}

body.in-the-media article img {
  height: auto;
}

.hero.hero--archive:before {
  content: "";
  display: inline-block;
  background: inherit;
  background-size: 200000000%;
  background-position: 33% 33%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: calc((100vw - 1184px) / 2);
}

.hero.hero--default {
  padding-bottom: 20px;
}

.hero.hero--default:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  max-height: 100px;
  bottom: 30px;
  background: #d8d9da;
  right: 0;
  width: 65%;
}

.hero.hero--default:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 55px;
  bottom: 70px;
  background: #f3f2f1;
  left: 0;
  width: calc(100% - 22vw);
}

.image--corner {
  position: relative;
}

.hero.hero--default .image--corner {
  padding-left: 9px;
  padding-right: 0;
}

.hero.hero--default .image--corner:after {
  left: 4px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.hero.hero--default .hero__text {
  max-width: 634px;
}

.hero.hero--default .hero__text .btn {
  margin-top: 10px;
}

.hero.hero--default .hero__image {
  position: relative;
  margin-bottom: 50px;
}

.hero.hero--default .hero__image:after {
  content: "";
  height: 8px;
  width: 80%;
  background: #242422;
  bottom: 0;
  right: 0;
  position: absolute;
  top: calc(100% - 2px);
  z-index: 2;
  min-width: 300px;
}

.content__row-image img {
  max-height: 583px;
  max-width: 632px;
  -o-object-fit: contain;
  object-fit: contain;
}

.content__row {
  font-size: 20px;
  line-height: 1.7;
}

.content__row:nth-child(odd) .content__row-text {
  margin-top: 0;
}

.content__row:nth-child(odd) .content__row-image span {
  position: relative;
  display: inline-block;
  margin-left: 2.5vw;
}

.content__row:nth-child(odd) .content__row-image span img {
  -o-object-position: left;
  object-position: left;
}

.content__row:nth-child(odd) .content__row-image span:after {
  content: "";
  width: 8px;
  background: #242422;
  left: -7px;
  position: absolute;
  top: 50px;
  bottom: 100px;
  z-index: 2;
}

.content__row:nth-child(2n) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content__row:nth-child(2n) .content__row-text > * {
  max-width: 400px;
}

.content__row:nth-child(2n) .content__row-image .image--corner {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 9px;
}

.content__row:nth-child(2n) .content__row-image .image--corner img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

.content__row:nth-child(2n) .content__row-image .image--corner img img {
  -o-object-position: right;
  object-position: right;
}

.content__row:nth-child(2n) .content__row-image .image--corner:after {
  bottom: 4px;
  top: auto;
  right: -4px;
  left: auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.content__intro {
  overflow: hidden;
}

.content.content--about:before {
  content: "";
  background-color: #f3f2f1;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 100px;
  bottom: 40px;
}

/* Search form styles */
form#searchForm {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

form#searchForm input[type=text], form#searchForm input[type=search], form#searchForm select {
  border: 1px solid #949494;
  border-radius: 15px;
  color: #333;
  height: 44px;
}

form#searchForm input[type=text]::placeholder, form#searchForm input[type=search]::placeholder {
  color: #333;
  font-size:15px;
}

form#searchForm input[type=text]:focus, form#searchForm input[type=search]:focus, form#searchForm select:focus {
  border-color: #e4166c;
  color: #000;
}

form#searchForm input[type=text]:focus span.fa.overinput, form#searchForm input[type=search]:focus span.fa.overinput, form#searchForm select:focus span.fa.overinput {
  color: #e4166c;
}

form#searchForm nav#searchFormTabs {
  top: -36px;
  left: 0;
  justify-content: center;
  width: 100%;
}

form#searchForm nav#searchFormTabs a.nav-link {
  background-color: #f3f2f1;
  color: #888;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin: 0 2px;
  font-family: "Satoshi";
  font-size: 12px;
  padding: 10px 15px;
}

form#searchForm nav#searchFormTabs a.nav-link i {
  display: none;
}

form#searchForm nav#searchFormTabs a.nav-link.active {
  background-color: #f73c2b;
  color: #fff;
}

form#searchForm i.checkbox {
  margin: 0px 5px 0 0px;
  display: flex;
}

.recommended > .row {
  margin: 0;
}

.recommended > .row > div{
  padding: 0;
}

body.home section.search.search--extended {
  padding: 0;
}

/* .search__outer {
  z-index: 1001;
} */

.search__param {
  position: relative;
  margin-bottom: 0px;
  height: 80px;
}

.search__inner .search__param label {
  color: #333;
  font-family: "Satoshi";
  letter-spacing: 0;
  z-index: 2;
  margin: 15px 0 5px;
  transition: .5s;
  font-size: 16px;
}

.search__inner .search__param:focus-within label {
  /* 
  top: 10px !important;
  font-size: 12px !important;
  color: #797979 !important;
 */
}

span.fa.overinput {
  position: relative;
  height: 0;
  overflow: visible;
  top: -31px;
  font-size: 18px;
  color: #333;
  left: 10px;
}

.search__inner .search__param select {
  border: none;
  padding: 7px 10px;
  font-family: "Satoshi";
  color: #696969;
}

.search__inner .search__param input[type="text"], .search__inner .search__param input[type="search"] {
  padding: 7px 10px 7px 40px;
  font-family: "Satoshi";
  background: transparent;
  width: 100%;
  border: none;
  margin-bottom: 0;
  color: #696969;
}

.search__inner .search__param input[type="text"].completed, .search__inner .search__param input[type="search"].completed {
  color: #1b1b1b;
}

.search__inner .search--nights select {
  width: 100%;
}

.search__inner .select2 {
  margin-top: 26px;
  left: 0;
  width: 100% !important;
  padding-left: 5px;
}

.search__inner .select2 .select2-selection--multiple,
.search__inner .select2 .select2-selection--multiple,
.search__inner .select2 .select2-selection--single {
  border: none !important;
}

.search__inner .select2 .select2-selection__choice {
  margin-bottom: 5px;
}

.search__inner .select2 .select2-search__field {
  margin-bottom: 0;
}

.search__inner .select2 .select2-selection--multiple {
  padding-bottom: 0;
  padding-top: 0;
}

.search__inner .select2 .select2-search__field {
  font-family: "Satoshi" !important;
}

.search__inner .select2 .select2-selection__arrow {
  display: none;
}

.search__inner .select2 .select2-selection__rendered {
  font-family: "Satoshi";
}

.search__inner .search--dates {
  min-width: 0px;
}

.search__inner .search--submit {
  max-width: none;
  border: none;
}

.search__inner .search--submit .btn-primary {
  width: 100%;
  max-width: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 31px;
}

.search__inner #destinationHelp {
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-radius: 5px;
  left: 15px;
  width: 350px;
  background: #fff;
  z-index: 100;
  bottom: -50px;
  -webkit-box-shadow: 5px 5px 15px -2px rgba(136, 136, 136, 0.6);
  box-shadow: 5px 5px 15px -2px rgba(136, 136, 136, 0.6);
}

.search__inner #destinationHelp p {
  font-size: 12px;
  color: #888888;
  margin: 15px 0;
}

.search__inner #destinationHelp p a {
  font-size: 12px;
  color: #888888;
  text-decoration: underline;
}

.select2-dropdown {
  border-color: #000 !important;
  border-radius: 0 !important;
}

.select2-dropdown li {
  font-family: "Satoshi";
  margin-bottom: 0;
}

.autocomplete-id-254 {
  left: 0 !important;
  top: 136px !important;
  width: 90% !important;
  transform: translate(50%);
  margin-left: -40% !important;
}

.autocomplete-suggestions {
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-radius: 5px;
  overflow: auto;
  background-color: #fff;
  cursor: pointer;
}

.autocomplete-suggestions p {
  font-size: 12px;
  color: #888888;
  margin: 15px 0;
}

.autocomplete-suggestions p a {
  font-size: 12px;
  color: #888888;
  text-decoration: underline;
}

.autocomplete-suggestions .autocomplete-suggestion {
  color: #000;
  font-family: "Satoshi";
  padding: 7px 0 7px 30px;
  position: relative;
}

.autocomplete-suggestions .autocomplete-suggestion:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f3c5";
  position: absolute;
  left: 3px;
  color: #888;
  width: 20px;
  text-align: center;
}

.autocomplete-suggestions .autocomplete-suggestion.Hotel:before {
  content: "\f594";
}

.autocomplete-suggestions .autocomplete-suggestion.Airport:before {
  content: "\f072";
}



#RoomsModal .room {
  color: #888;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px;
}

#RoomsModal .room .form-group label {
  color: #666;
  width: 65px;
  margin: 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
}

#RoomsModal .room .form-group input {
  width: 40px;
  height: 35px;
  border: 1px solid #a0a0a0;
  border-right: none;
  border-left: none;
  margin: 0;
  padding: 0;
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

#RoomsModal .room .form-group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#RoomsModal .room .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#RoomsModal .room .form-group input[type="number"] {
  -moz-appearance: textfield;
}

#RoomsModal .room .form-group button {
  width: 25px;
  height: 25px;
  background: #d6d6d6;
  background: linear-gradient(315deg, #adadad 0%, #d6d6d6 100%);
  border: 1px solid #a0a0a0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#RoomsModal .room span.information {
  display: block;
}

#RoomsModal .delete-room {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#RoomsModal .btn-secondary {
  max-width: none;
}

#RoomsModal h5 {
  font-family: "Satoshi";
  color: #888;
}

#RoomsModal select {
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 20px;
}

.hide-room {
  display: none;
}

.room-warning {
  color: red;
  display: none;
}

.form-group.childage {
  display: none;
  color: #000;
}

.modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}

.modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Satoshi";
  color: #333;
  font-size:20px;
  width: 100%;
  font-weight: 500;
}

.modal-dialog .modal-content .modal-footer {
  border-top: none;
}

#destinationsAccordion .card-header button,
#influencerModal .card-header button {
  color: #888;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  position: relative;
}

#destinationsAccordion .card-header button:focus,
#influencerModal .card-header button:focus {
  outline: none;
  box-shadow: none;
}

#destinationsAccordion .card-header button:after,
#influencerModal .card-header button:after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f078";
}

#destinationsAccordion .card-header button.collapsed:after,
#influencerModal .card-header button.collapsed:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f077";
}

#destinationsAccordion .card-body a,
#influencerModal .card-body a {
  color: #888;
  display: block;
  margin-bottom: 10px;
}

.modal-header a i {
  color: #333;
  font-size:20px;
}

.card-img {
  border-radius: 0 !important;
}

#datesModal .modal-header h3 {
  color: #474747;
  font-size: 18px;
}



#datesModal .modal-body .col-12 a {
  color: #f73c2b;
  font-family: "Satoshi";
  text-decoration: underline;
  text-align: center;
}

#datesModal #dateDeparting,
#datesModal #dateReturning {
  width: 100%;
  display: block;
}

#datesModal .jQueryDatepicker .jQueryDatepicker_table {
  font-family: "Satoshi";
}

#datesModal .jQueryDatepicker .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other,
#datesModal .jQueryDatepicker .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current {
  background: #eeeeee;
  color: #f73c2b;
  border: 1px solid #f73c2b;
}

#datesModal .jQueryDatepicker .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other_diff {
  background: #dec3c2;
  color: #eee;
}

#datesModal .jQueryDatepicker .jQueryDatepicker_calendar_months_month_weekdays_weekday_title {
  background: #5c5c5c;
  font-family: "Satoshi";
}

.archive.archive--deal .loader {
  padding: 80px 0;
}

.loader__wrap:not(.loader--alt) {
  animation: 2s infinite cubic-bezier(0.59, 0.08, 0.385, 1) a;
}

@keyframes a {
  0% {
    transform: rotateX(0);
    opacity: 0;
  }
  20% {
    transform: rotateX(0);
    opacity: 1;
  }
  40% {
    transform: rotateX(0);
  }
  70% {
    transform: rotateX(180deg);
  }
  80% {
    opacity: 1;
    transform: rotateX(180deg);
  }
  to {
    opacity: 0;
    transform: rotateX(180deg);
  }
}

/* #results {
  position: relative;
  top: 25px;
} */

#results p.resultsNote {
  font-family: "Satoshi";
  color: #757575;
}

#results p.resultsNote span {
  color: #000;
}

#results h2.icon-inline {
  font-size: 18px;
}

#results p.resultsNote {
  font-size: 13px;
}

.smoke-base {
  z-index: 1051 !important;
}

.smoke-base .smoke {
  font-family: "Satoshi";
  width: 80%;
  left: 10%;
  top: 5%;
  margin-left: 0;
}

.smoke-base .smoke .dialog-inner {
  font-size: 16px;
}

.smoke-base .smoke .dialog-inner ul li {
  margin-bottom: 5px;
}

.deal--row {
  position: relative;
  padding-right: 6px;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.deal--row .deal__thumb {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  background-position: 1000% 1000%;
  background-repeat: no-repeat;
}


.deal--row .deal__details {
  margin: 0 auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  font-family: "Satoshi";
  letter-spacing: -0.5px;
}

.deal--row .deal__details .deal__location-accomm a {
  font-size: 22px;
  font-family: "Satoshi";
  color: #000;
  	line-height: 22px;
    font-weight: bold;
}

.deal--row .deal__details .deal__location-dest {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Satoshi";
  margin-bottom: 0;
  font-weight:500;
  color:#676767;
}

.deal--row .deal__details .deal__location .deal__location-rating {
  color: #f29b00;
  margin-bottom: 0;
  font-size: 16.5px;
  letter-spacing: 4.5px;
}

.deal--row .deal__details .deal__guests {
  background-color: #f3f2f1;
  padding: 12px 12px 10px;
  font-size: 12px;
  line-height: 1.1;
  min-width: 140px;
  letter-spacing: 0;
}

.deal--row .deal__details .deal__info {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px !important;
  font-size: 14px;
  height: fit-content;
  flex-direction: row !important;
}
.skeleton-stars {
  padding: 0 !important;
}



.deal--row .deal__details .deal__info div {
  
  display: inline;
  width:fit-content;

}

.deal--row .deal__details .deal__info .deal.deal--row .deal__info .icon-inline:before {
  width: 27px;
  height: 27px;
  margin-right: 18px;
}

.deal--row .deal__details .deal__book {
  padding-top: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.deal--row .deal__details .deal__book .deal__price {
  font-size: 26px;
  line-height: 24px;
  font-family: "Satoshi";
}

.deal--row .deal__details .deal__book .deal__price span {
  font-size: 16px;
  font-family: "Satoshi";
}

.deal--row .deal__details u > a {
  color: #000;
}

.deal--row .showPricePP > span:last-child {
  display: block;
}

.hasResults #searchFormTabs,
.result #searchForm #searchFormTabs,
.destinations #searchForm #searchFormTabs {
  display: none;
}

.hasResults .search--extended,
.result #searchForm .search--extended,
.destinations #searchForm .search--extended {
  padding-top: 20px;
}

.hasResults .search--extended .search__outer,
.result #searchForm .search--extended .search__outer,
.destinations #searchForm .search--extended .search__outer {
  transform: none;
  background: transparent;
}

.hasResults .search__inner {
  display: block !important;
}

#formReveal {
  display: none;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 1002;
}

#guestsMessage {
  pointer-events: none;
}

.result #formReveal {
  display: block;
}

ul.resultpagination li {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #000;
  background-color: transparent;
  font-family: "Satoshi";
  font-size: 15px;
  margin: 0 2px 8px;
  cursor: pointer;
}

ul.resultpagination li:hover {
  background-color: #000;
  color: #fff;
}

ul.resultpagination li.active {
  background-color: #000;
  color: #fff !important;
}

.icon-inline__diamond:before {
  -webkit-mask-image: url(../images/SVG/icon-diamond.svg);
  mask-image: url(../images/SVG/icon-diamond.svg);
}

.icon-inline__phone:before {
  -webkit-mask-image: url(../images/SVG/icon-phone.svg);
  mask-image: url(../images/SVG/icon-phone.svg);
}

.icon-inline__calendar:before {
  -webkit-mask-image: url(../images/SVG/icon-calendar.svg);
  mask-image: url(../images/SVG/icon-calendar.svg);
}

.icon-inline__board:before {
  -webkit-mask-image: url(../images/SVG/icon-board.svg);
  mask-image: url(../images/SVG/icon-board.svg);
}

.icon-inline__suitcase:before {
  -webkit-mask-image: url(../images/SVG/icon-suitcase.svg);
  mask-image: url(../images/SVG/icon-suitcase.svg);
}

.icon-inline__weight:before {
  -webkit-mask-image: url(../images/SVG/icon-weight.svg);
  mask-image: url(../images/SVG/icon-weight.svg);
}

.icon-inline__pool:before {
  -webkit-mask-image: url(../images/SVG/icon-pool.svg);
  mask-image: url(../images/SVG/icon-pool.svg);
}

.icon-inline__flight:before {
  -webkit-mask-image: url(../images/SVG/icon-plane.svg);
  mask-image: url(../images/SVG/icon-plane.svg);
}

.icon-inline__guide:before {
  -webkit-mask-image: url(../images/SVG/icon-guide.svg);
  mask-image: url(../images/SVG/icon-guide.svg);
}

.icon-inline__bed:before {
  -webkit-mask-image: url(../images/SVG/icon-bed.svg);
  mask-image: url(../images/SVG/icon-bed.svg);
}

.icon-inline__group:before {
  -webkit-mask-image: url(../images/SVG/icon-group.svg);
  mask-image: url(../images/SVG/icon-group.svg);
}

.icon-inline__group:before {
  -webkit-mask-image: url(../images/SVG/icon-group.svg);
  mask-image: url(../images/SVG/icon-group.svg);
}

.icon-inline__pin:before {
  -webkit-mask-image: url(../images/SVG/icon-pin.svg);
  mask-image: url(../images/SVG/icon-pin.svg);
}

.icon-inline__avatar:before {
  -webkit-mask-image: url(../images/SVG/icon-avatar.svg);
  mask-image: url(../images/SVG/icon-avatar.svg);
}

.icon-inline__sms:before {
  -webkit-mask-image: url(../images/SVG/icon-sms.svg);
  mask-image: url(../images/SVG/icon-sms.svg);
}

.icon-inline__depart:before {
  content: "\f5b0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
}

.icon-inline__return:before {
  content: "\f5af";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
}

.icon-inline__refund:before {
  content: "\f0ec";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
}

.icon-inline__list:before {
  content: "\f03a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
}

.icon-inline__tag:before {
  content: "\f02b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
}

.icon-inline__money:before {
  content: "\f53a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
}

.icon-inline__transfer:before {
  content: "\f1ba";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
}

.icon-inline__loungepass:before {
  content: "\f7b6";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent;
  margin-right: 0.5rem !important;
  width: 30px !important;
}

.icon-inline__fast:before {
  content: "\e5ff";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background-color: transparent !important;
  margin-right: 0.5rem !important;
  width: 30px !important;
}

.icon-inline.icon--lg:before {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  font-size: 30px;
}

.icon-inline.icon--xl:before {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

#holidayPageSearchFormRow {
  transition: all 0.3s ease;
  overflow: hidden;
}

.depositNote, .singleAdjustment {
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #7a7a7a;
  font-family: "Satoshi";
  margin-left: auto;
}

.depositNote i, .singleAdjustment i {
  color: #7a7a7a;
}

.adjustments .singleAdjustment i {
  margin-right: 0.5rem !important;
}

.adjustments .singleAdjustment i.Offer:after {
  content: "\f646";
}

.adjustments .singleAdjustment i.Supplement:after {
  content: "\f336";
}

#loading {
  height: 100vh;
  display: flex;
  align-items: center;
}

#loading .loader {
  padding: 0;
}

.collapsePreview a.btn.collapsed:after,
#roomOptions .justify-content-md-end > a.collapsed:before {
  content: "Show More";
}

.collapsePreview a.btn:not(.collapsed):after,
 #roomOptions .justify-content-md-end > a:not(.collapsed):after, #regionCollapse a:not(.collapsed):after {
  content: "Show Less";
}

#regionCollapse a.collapsed:after {
  content: "Show All";
}

.collapsePreview .collapse:not(.show) {
  display: block;
  /* height = lineheight * no of lines to display */
  height: 10.5em;
  overflow: hidden;
  position: relative;
}

.collapsePreview .collapse:not(.show):after {
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.2), #fff);
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
}

.collapsePreview1 .collapse:not(.show) {
  height: 20.5em;
}

.collapsePreview .collapsing {
  height: 4.5em;
}

#collapseExample.collapse:not(.show) {
  height: 210px;
}

#facilitiesExample.collapse:not(.show),
#facilitiesExample.collapsing {
 /* removed by cb height: 200px; */
}

#room1.collapse:not(.show),
#room2.collapse:not(.show),
#room3.collapse:not(.show),
#room1.collapsing,
#room2.collapsing,
#room3.collapsing {
  height: 300px;
}

#baggageRow.collapse:not(.show),
#mealRow.collapse:not(.show),
#sportsRow.collapse:not(.show) {
  height: 360px;
  display: flex;
  overflow: hidden;
}

.roomOptionals .collapsePreview .collapse:not(.show) {
  height: 50px;
}

.roomOptionals p.collapse {
  color: #8e8e8e;
}

#roomOptions .onRequest .dimThis {
  opacity: 0.6;
}

#transferOptions .ml-auto > .btn {
  min-width: 110px;
  text-align: center;
  display: block;
}

.content.content--hotel .content__hotel-thumb {
  margin-bottom: 40px;
}

.content.content--hotel .content__main {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.content.content--hotel .content__main-row {
  margin-left: 0;
  margin-right: 0;
}

.content.content--hotel .content__hotel-thumb-wrap {
  width: 100%;

  background-position: 1000% 1000%;
  background-repeat: no-repeat;
  background-size: 0 !important;
}

.content.content--hotel .content__hotel-thumb-wrap > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.content.content--hotel .content__hotel-thumb-wrap > span:before {
  top: -5px;
  left: 25px;
}

.content.content--hotel .content__hotel-thumb-wrap > span:after {
  bottom: 25px;
  right: -5px;
  transform: rotate(180deg);
}

.content.content--hotel .content__hotel-thumb-wrap #holidayCarousel {
  position: relative;
  /* height: 250px; removed by cb */
  left: 0px;
}

.content.content--hotel .content__hotel-thumb-wrap #holidayCarousel .carousel-inner {
  height: 100%;
}

.content.content--hotel .content__hotel-thumb-wrap #holidayCarousel .carousel-inner .carousel-item {
  height: 100%;
}

.content.content--hotel .content__hotel-thumb-wrap #holidayCarousel .carousel-inner .carousel-item > img {
  height: 100%;
  object-fit: cover;
}

.content.content--hotel .content__hotel-intro {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content.content--hotel .content__hotel-intro > div:not(.row) {
  display: block;
  width: 100%;
}

.content.content--hotel .content__hotel-intro .content__hotel-dest {
  margin-bottom: 10px;
}

.content.content--hotel .content__hotel-intro h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.content.content--hotel .content__hotel-intro .content__hotel-rating {
  color: #f29b00;
  margin-bottom: 0;
  font-size: 16.5px;
  letter-spacing: 4.5px;
}

.content.content--hotel .content__hotel-intro .mealBasis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Satoshi";
  color: #000;
  margin-right: 20px;
  padding: 24px;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  height: 100%;
}

.content.content--hotel .content__hotel-intro .mealBasis p {
  margin-bottom: 0;
  display: none;
}

.content.content--hotel .content__hotel-intro .mealBasis:last-child {
  margin-right: 0;
}

.content.content--hotel .content__hotel-intro .depositNote, .content.content--hotel .content__hotel-intro .singleAdjustment {
  margin-left: 0;
  margin-right: 15px;
}

.content.content--hotel .content__hotel-continue > a {
  max-width: none;
  width: 100%;
  justify-content: center;
}

.content.content--hotel .content__hotel-room li {
  width: 100%;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}

.content.content--hotel .content__hotel-room li:last-child {
  margin-bottom: 0;
}

.content.content--hotel .content__hotel-room li .vanish-me {
  transform: translate(9999px);
  position: absolute;
  transition-duration: 0;
}

.content.content--hotel .content__hotel-room li .vanish-me img {
  opacity: 0;
  transition-duration: 800ms;
}

.content.content--hotel .content__hotel-room li.room--selected {
  -webkit-box-shadow: 0px 0px 15px 0px #a9a9a9;
  -moz-box-shadow: 0px 0px 15px 0px #a9a9a9;
  box-shadow: 0px 0px 15px 0px #a9a9a9;
  position: relative;
}

.content.content--hotel .content__hotel-room li.room--selected .vanish-me {
  transform: translate(0);
  position: relative;
  transition-duration: 0;
}

.content.content--hotel .content__hotel-room li.room--selected .vanish-me img {
  transition: all 800ms ease;
  opacity: 1;
}

.content.content--hotel .content__hotel-room li.room--selected p {
  display: block;
}

.content.content--hotel .content__hotel-room li.room--selected::before {
  content: "Selected";
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: 40px;
}

.content.content--hotel .content__hotel-room li.room--selected::after {
  font-family: "Font Awesome 6 pro";
  content: "\f00c";
  position: absolute;
  top: 10px;
  right: 23px;
  font-size: 13px;
  font-weight: 500;
}

.content.content--hotel .content__hotel-room li .content__room-price, div#mealbasisoption button {
  font-family: "Satoshi";
  font-size: 14px;
  margin-right: 0;
  position: relative;
  width: 170px;
}

.content.content--hotel .content__hotel-room li span {
  display: block;
  font-family: "Satoshi";
  font-size: 16px;
}

.content.content--hotel .content__hotel-room li span > span {
  display: inline;
  font-family: "Satoshi";
  font-size: 14px;
}

.content.content--hotel .content__hotel-facilities ul {
  margin-bottom: 60px;
  padding-left: 0;
}

.content.content--hotel .content__hotel-facilities ul li {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d9da;
}

.content.content--hotel #map_canvas {
  height: 400px;
  border-radius: 4px;
}

.content.content--hotel .content__sidebar-wrap .content--border {
  -webkit-box-shadow: 0px 0px 6px 0px #e7e7e7;
  -moz-box-shadow: 0px 0px 6px 0px #e7e7e7;
  box-shadow: 0px 0px 6px 0px #e7e7e7;
}

.content.content--hotel .content__sidebar-wrap .content__hotel-price {
  padding: 10px;
  position: relative;
}

.content.content--hotel .content__sidebar-wrap .content__hotel-pp > span:last-child {
  font-size: 32px;
  font-family: "Satoshi";
}

.content.content--hotel .flightWrapper {
  cursor: pointer;
}

.content.content--hotel .flightWrapper.selected .fromPrice {
  display: none !important;
}

.content.content--hotel .flightWrapper strong {
  font-size: 13px;
}

.content.content--hotel .flightWrapper .flightRight {
  cursor: pointer;
  position: inherit !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "Satoshi";
  font-size: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  max-width: 200px;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 37px;
  margin-bottom: 0;
  display: inline-flex;
}

.content.content--hotel .flightWrapper .flightRight:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.content.content--hotel .flightWrapper .flightRight:focus {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.content.content--hotel .flightWrapper .flightRight.selected {
  cursor: none;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
}

.content.content--hotel .flightWrapper .flightRight.selected:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.content.content--hotel .flightWrapper .flightRight.selected:focus {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.content.content--hotel .flightWrapper .col-12 p {
  margin-bottom: 0;
}

.content.content--hotel .flightWrapper .col-12 .arrow {
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 70px;
  margin-bottom: -40px;
  bottom: 40px;
}

.content.content--hotel .flightWrapper .col-12 .arrow hr {
  height: 0px;
  border-top: 2px solid #242422;
  width: 100%;
}

.content.content--hotel .flightWrapper .col-12 .arrow .fa-circle {
  margin-right: -2px;
}

.content.content--hotel .flightWrapper .col-12 .arrow .fa-arrow-right {
  margin-left: -2px;
}

.content.content--hotel .flightWrapper .col-12 .arrow p {
  position: absolute;
  bottom: 5px;
}

.content.content--hotel .flightLogo > img {
  max-width: 100px;
}

.content.content--hotel h2.flightTitles {
  color: #000;
  font-family: "Satoshi";
}

.content.content--hotel .carrierWrap .top, .content.content--hotel .classWrapper .top {
  min-height: 70px;
}

.content.content--hotel .carrierWrap .top img, .content.content--hotel .classWrapper .top img {
  max-height: 50px;
  width: 100%;
  max-width: 100px;
}

.content.content--hotel .carrierWrap .top h4, .content.content--hotel .classWrapper .top h4 {
  font-family: "Satoshi";
  color: #000;
}

.content.content--hotel .carrierWrap .top hr, .content.content--hotel .classWrapper .top hr {
  color: #000;
  width: 30px;
  border-top: 1.5px solid;
}

.content.content--hotel .carrierWrap .borderDiv, .content.content--hotel .classWrapper .borderDiv {
  border-bottom: 1.5px solid #5c5c5c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content.content--hotel .carrierWrap .bottom a, .content.content--hotel .carrierWrap .bottom h5, .content.content--hotel .carrierWrap .loading a, .content.content--hotel .carrierWrap .loading h5, .content.content--hotel .classWrapper .bottom a, .content.content--hotel .classWrapper .bottom h5, .content.content--hotel .classWrapper .loading a, .content.content--hotel .classWrapper .loading h5 {
  margin-bottom: 0;
}

.content.content--hotel .carrierWrap .bottom a, .content.content--hotel .carrierWrap .loading a, .content.content--hotel .classWrapper .bottom a, .content.content--hotel .classWrapper .loading a {
  text-align: center;
  cursor: pointer;
}

.content.content--hotel .carrierWrap .bottom h5, .content.content--hotel .carrierWrap .loading h5, .content.content--hotel .classWrapper .bottom h5, .content.content--hotel .classWrapper .loading h5 {
  font-family: "Satoshi";
  color: "Satoshi";
}

.content.content--hotel .carrierWrap .bottom:last-child, .content.content--hotel .carrierWrap .loading:last-child, .content.content--hotel .classWrapper .bottom:last-child, .content.content--hotel .classWrapper .loading:last-child {
  border-bottom: 0;
}

.content.content--hotel .carrierWrap > div:last-child, .content.content--hotel .carrierWrap .show > div:last-child, .content.content--hotel .classWrapper > div:last-child, .content.content--hotel .classWrapper .show > div:last-child {
  border-bottom: 0;
}

.content.content--hotel .carrierWrap .modal-header h5, .content.content--hotel .classWrapper .modal-header h5 {
  color: #000;
  font-size: 20px;
}

.content.content--hotel .carrierWrap .modal-body .flightWrapper, .content.content--hotel .classWrapper .modal-body .flightWrapper {
  margin-bottom: 20px !important;
  -webkit-box-shadow: 0px 0px 6px 0px #e7e7e7;
  -moz-box-shadow: 0px 0px 6px 0px #e7e7e7;
  box-shadow: 0px 0px 6px 0px #e7e7e7;
}

.content.content--hotel .modal-body .carrierWrap h4, .content.content--hotel .modal-body .classWrapper h4 {
  font-family: "Satoshi";
}

.content.content--hotel .classWrapper {
  cursor: pointer;
}

.content.content--hotel .classWrapper.selected .bottom:after {
  position: absolute;
  content: "";
  color: #000;
  text-align: center;
  left: -2px;
  right: 0;
  top: -2px;
  bottom: -1px;
  background-size: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  right: -2px;
}

.content.content--hotel .classWrapper .top h4 {
  color: #000;
  font-size: 20px;
}

.content__hotel-details {
  font-family: "Satoshi";
  position: relative;
}

.content__hotel-details .lightGrey {
  color: #7a7a7a;
  font-family: "Satoshi";
}

.content__hotel-details > div:not(.collapse),
.content__hotel-details > div.collapse > div {
  padding: 8px 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.content__hotel-details > div:not(.collapse) a,
.content__hotel-details > div.collapse > div a {
  color: #919191;
  font-family: "Satoshi";
}

.content__hotel-details > div:not(.collapse) > span,
.content__hotel-details > div.collapse > div > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.insideExtra {
  padding: 15px;
  border: 1px solid #dddddd;
	border-radius: 15px;
  width: 100%;
}

.insideExtra p {
  margin-bottom: 0;
}

.insideExtra .inline-group .btn-outline-secondary {
  width: 44px;
  height: 44px;
  background: #d6d6d6;
  background: linear-gradient(315deg, #adadad 0%, #d6d6d6 100%);
  border: 1px solid #a0a0a0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.insideExtra .inline-group .btn-outline-secondary:hover {
  background-color: #f73c2b;
}

.insideExtra .inline-group .btn-outline-secondary:hover i {
  color: #fff;
}

.insideExtra .inline-group .form-control[type="number"] {
  border: none;
  height: auto;
}

.insideExtra .inline-group .form-control[type="number"]:focus {
  outline: none;
  box-shadow: none;
}

.insideExtra .inline-group .form-control {
  text-align: center;
  font-family: "Satoshi";
  color: #999;
  font-size: 20px;
  padding: 0;
}

.insideExtra .form-control[type="number"]::-webkit-inner-spin-button,
.insideExtra .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.insideExtra img {
  object-fit: cover;
}

.insideExtra .selectPrice {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.insideExtra .selectPrice h4 {
  color: #f73c2b;
  font-family: "Satoshi";
}

.insideExtra .selectPrice.active:after {
  position: absolute;
  content: "";
  background: #000;
  color: #fff;
  text-align: center;
  left: -17px;
  right: -17px;
  top: -20px;
  bottom: -17px;
  background-size: 136px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='135' height='34' viewBox='0 0 135 34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cdefs%3E%3Cpath id='a' d='M.5.5h136.624v38H.5z'/%3E%3C/defs%3E%3Cg transform='translate(0 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M49.933 28.34c3.024 0 5.184-1.968 5.184-4.968 0-2.496-1.416-3.768-3.84-4.896-1.536-.672-2.352-1.08-2.952-1.824a1.884 1.884 0 0 1-.456-1.272c0-.96.84-1.752 1.92-1.752 1.128 0 1.944.6 2.4 1.8l2.136-1.368c-.84-1.944-2.352-2.904-4.536-2.904-2.592 0-4.488 1.872-4.488 4.32 0 2.28 1.296 3.576 3.336 4.608l.432.216c1.56.768 2.352 1.176 2.928 1.92.288.36.432.768.432 1.272 0 1.56-.984 2.376-2.424 2.376-1.848 0-2.952-1.416-3.504-3.528l-2.184 1.344c.528 2.592 2.712 4.656 5.616 4.656zm12.84 0c2.664 0 4.32-1.152 5.376-3.48l-2.088-.816c-.792 1.44-1.704 2.088-3.168 2.088-1.8 0-2.976-1.248-3.192-3.36h8.616v-1.056c0-2.976-1.92-5.856-5.544-5.856-3.72 0-5.664 3.024-5.664 6.24s1.944 6.24 5.664 6.24zm2.952-7.632H59.82c.384-1.704 1.512-2.64 2.952-2.64 1.704 0 2.664 1.08 2.952 2.64zm7.92 7.44V11.156H71.1v16.992h2.544zm8.448.192c2.664 0 4.32-1.152 5.376-3.48l-2.088-.816c-.792 1.44-1.704 2.088-3.168 2.088-1.8 0-2.976-1.248-3.192-3.36h8.616v-1.056c0-2.976-1.92-5.856-5.544-5.856-3.72 0-5.664 3.024-5.664 6.24s1.944 6.24 5.664 6.24zm2.952-7.632H79.14c.384-1.704 1.512-2.64 2.952-2.64 1.704 0 2.664 1.08 2.952 2.64zm10.44 7.632c2.592 0 4.416-1.2 5.304-3.432l-2.256-.912c-.672 1.416-1.608 2.136-3.048 2.136-2.016 0-3.096-1.632-3.096-4.032 0-2.4 1.08-4.032 3.096-4.032 1.44 0 2.4.72 3.048 2.136l2.256-.936c-.888-2.232-2.712-3.408-5.304-3.408-3.744 0-5.736 2.808-5.736 6.24 0 3.432 1.992 6.24 5.736 6.24zm12.432 0c.744 0 1.416-.144 1.992-.432l-.6-2.088c-.36.216-.792.312-1.272.312-1.056 0-1.608-.552-1.608-1.968V18.26h3.216v-2.208h-3.216v-4.896l-2.544 1.608v3.288h-1.944v2.208h1.944v5.856c0 2.808 1.512 4.224 4.032 4.224zm8.04 0c2.664 0 4.32-1.152 5.376-3.48l-2.088-.816c-.792 1.44-1.704 2.088-3.168 2.088-1.8 0-2.976-1.248-3.192-3.36h8.616v-1.056c0-2.976-1.92-5.856-5.544-5.856-3.72 0-5.664 3.024-5.664 6.24s1.944 6.24 5.664 6.24zm2.952-7.632h-5.904c.384-1.704 1.512-2.64 2.952-2.64 1.704 0 2.664 1.08 2.952 2.64zm10.008 7.632c1.56 0 2.88-.744 3.36-1.584v1.392h2.544V11.156h-2.544v6.168c-.672-.864-1.92-1.464-3.36-1.464-1.68 0-2.976.576-3.912 1.728-.936 1.128-1.392 2.64-1.392 4.512 0 1.872.456 3.384 1.392 4.536.936 1.128 2.232 1.704 3.912 1.704zm.48-2.208c-1.848 0-3.144-1.56-3.144-4.032s1.296-4.032 3.144-4.032c1.896 0 3.12 1.56 3.12 4.032s-1.224 4.032-3.12 4.032z' fill='%23FFF' fill-rule='nonzero' mask='url(%23b)'/%3E%3Cpath d='M32.5 19.5c0 8.837-7.164 16-16 16s-16-7.163-16-16c0-8.836 7.164-16 16-16s16 7.164 16 16z' stroke='%23FFF' mask='url(%23b)'/%3E%3Cpath stroke='%23FFF' mask='url(%23b)' d='M10.74 19.88l3.587 3.587 7.933-7.933'/%3E%3C/g%3E%3C/svg%3E");
}

#flightCollapse {
  position: relative;
  width: 100%;
  display: block;
  color: #000;
  padding: 10px 0;
}

#flightCollapse:after {
  font-family: "Font Awesome 6 Pro";
  right: 0;
  content: "\f063";
  font-weight: 500;
  position: absolute;
}

.flightTip {
  display: flex;
  flex-direction: column;
}

#taxCollapse,
#cancelCollapse {
  position: relative;
  width: 100%;
  display: block;
  color: #000;
  padding: 10px 0;
}

#taxCollapse:after,
#cancelCollapse:after {
  font-family: "Font Awesome 6 Pro";
  right: 0;
  content: "\f08e";
  font-weight: 500;
  position: absolute;
}

.bookForm .collapsePreview {
  width: auto;
}

.bookForm #collapseExample.pre-formatted {
  min-height: 130px;
  height: auto;
}

.bookForm #collapseExample.pre-formatted:not(.show) {
  height: 130px;
}

.bookForm .collapseExample1.pre-formatted:not(.show) {
  height: 300px !important;
}

.bookForm .content__main-row .bookingInput {
  display: block;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 15px 20px;
  font-size: 16px;
  outline: 0;
  width: 100%;
  margin-bottom: 25px;
  width: 100%;
}

.bookForm .content__main-row .bookingInput:placeholder {
  color: #7b7b7b;
}

.bookForm .content__main-row .formulate-input-group {
  display: flex !important;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 25px;
  width: 100%;
  clear: both;
  position: relative;
}

.bookForm .content__main-row .formulate-input-group .formulate-input {
  width: inherit;
}

.bookForm .content__main-row .formulate-input-group .formulate-input .formulate-input-element--radio {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0;
}

.bookForm .content__main-row .formulate-input-group .formulate-input[data-has-value] label {
  background: #242422;
  color: #fff;
}

.bookForm .content__main-row .formulate-input-group .formulate-input-wrapper > label {
  width: 100%;
  justify-content: center;
  margin: 0;
  padding: 20px;
  border-right: 1px solid #000;
}

.bookForm .content__main-row .formulate-input-group .formulate-input-wrapper > label:last-child {
  border-right: none;
}

.bookForm .hidePanel {
  display: none;
}

.bookForm .showPanel {
  display: block;
  opacity: 1;
}

.bookForm .passenger-important-title {
  font-family: "Satoshi";
}

.bookForm h4 {
  font-size: 22px;
}

.bookForm input[type="text"], .bookForm input[type="password"], .bookForm input[type="email"] {
  border-radius: 0;
  padding: 20px 12px;
  font-size: 16px;
  outline: 0;
}

.bookForm select {
  border-radius: 0;
  border: solid 1px #e0dedf;
  font-size: 16px;
  outline: 0;
  padding: 10px 20px;
  height: 45px;
}

.bookForm h3.passenger-important-title {
  margin-bottom: 10px;
}

.js-stools-field-filter > select {
  width: 100%;
}

.paymentPanels {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.paymentPanels hr {
  margin-top: 0;
}

.paymentPanels .text-right b {
  font-family: "Satoshi";
}

.paymentPanels .text-right h3 {
  font-size: 16px;
  font-family: "Satoshi";
}

.paymentPanels h2 {
  font-family: "Satoshi";
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.paymentPanels h3 {
  font-size: 17px;
  font-family: "Satoshi";
}

.paymentPanels h3 b {
  font-family: "Satoshi";
}

.paymentPanels p {
  font-size: 14px;
}

.paymentPanels .paymentSelect {
  border: 1px solid #f73c2b;
  color: #f73c2b;
  font-family: "Satoshi";
}

.paymentPanels.selected .paymentSelect {
  background-color: #f73c2b;
  color: #fff;
}

.paymentPanels#full > div:nth-child(2) {
  flex-grow: 1;
}

.paymentPanels#full > div:nth-child(2) > div {
  margin-bottom: 20px;
}

.paymentPanels.selected {
  -webkit-box-shadow: 0px 0px 15px 0px #a9a9a9;
  -moz-box-shadow: 0px 0px 15px 0px #a9a9a9;
  box-shadow: 0px 0px 15px 0px #a9a9a9;
}

.paymentPanels.selected::before {
  content: "Selected";
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: 40px;
}

.paymentPanels.selected::after {
  font-family: "Font Awesome 6 pro";
  content: "\f00c";
  position: absolute;
  top: 10px;
  right: 23px;
  font-size: 13px;
  font-weight: 500;
}

.content.content--hotel .content__details-mobile {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 100;
}

.content.content--hotel .content__details-mobile .content__hotel-total {
  color: #333;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "Satoshi";
  border-right: 1px solid #333;
  max-width: 300px;
}

.content.content--hotel .content__details-mobile .content__hotel-total .price {
  font-family: "Satoshi" !important;
  font-size: 18px !important;
}

.content.content--hotel .content__details-mobile .content__hotel-total .price .fullPrice {
  font-family: "Satoshi";
}

.content.content--hotel .content__details-mobile a:not(.btn) {
  color: #333;
  margin-left: 5px;
  text-decoration: underline;
}

.content.content--hotel .content__details-mobile .btn {
  width: 100%;
  padding: 5px;
  justify-content: center;
}

.holidayBooked {
  background-color: #f3f2f1;
}

.holidayBooked .container--max {
  background-color: #fff;
}

.holidayBooked .container--max .image--corner {
  width: 106%;
  margin-left: -3%;
}

.holidayBooked .container--max .bookedPanels {
  border-bottom: 2px solid #DEDEDE;
}

.holidayBooked .container--max .bookedPanels .col-sm-6 > div {
  margin: 10px 0;
  font-size: 20px;
}

.holidayBooked .container--max .bookedPanels .col-sm-6 > div .icon-inline.icon--lg:before {
  align-self: flex-start;
}

.holidayBooked .manageBooking {
  background-color: #fab6b0;
}

.holidayBooked .manageBooking p,
.holidayBooked .manageBooking p > a {
  font-size: 20px;
}

.competition p {
  word-break: break-word;
}

#carouselExampleSlidesOnly .image--corner.image--corner-sm:before {
  left: 11px;
  bottom: 0px;
}

#carouselExampleSlidesOnly .image--corner.image--corner-sm:after {
  right: 11px;
  top: 0px;
}

/***************************************************
            TRAVELCO BOOKING PROGRESS BAR
            July 2020 - Mike did this - sorry!
    ***************************************************/
.travelco_progressbar {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 11px 0;
}

table.travelco_progressbar_table tr td.progress_label h5 {
  font-size: 15px;
  font-weight: 100;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  width: 40px;
  overflow: visible;
}

table.travelco_progressbar_table tr td div span {
  display: block;
  width: 40px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  line-height: 40px;
}

table.travelco_progressbar_table tr td.step {
  width: 40px;
  height: 40px;
}

table.travelco_progressbar_table tr td.step a > div.circle {
  color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  box-sizing: content-box;
}

table.travelco_progressbar_table tr td.step.complete a > div.circle {
  color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  background-color: #efe;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3OURBNUNEMDc5MTFFQjlEQzJGMUM3OTY1OTY2ODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3OURBNUREMDc5MTFFQjlEQzJGMUM3OTY1OTY2ODciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDc5REE1QUQwNzkxMUVCOURDMkYxQzc5NjU5NjY4NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDc5REE1QkQwNzkxMUVCOURDMkYxQzc5NjU5NjY4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkeH37kAAAC6SURBVHjaYvz//z/DQAAmhgECoxbTDbAQUsDIyDgsfMwGxL1ALMoAyk74MJUt3QTEIEP30MtiZEtfA7EBPSzGtBQEaGwxdktpbDFuS2loMX5LaZhlkC3Vx6dYFlRW0NtSfaiiyRRaTpKlIOAGxN+hGsi1nGRLYcCdAsvJtpQSyym2lBzLqWYpKZZT3VJiLKeZpfgsp7ml2CyfRi9LsVlON0thIA9q6V+oQ+gKKoE4lGGoA8YR13cCCDAAk9zl1HgmSQkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

table.travelco_progressbar_table tr td.step.active a > div.circle {
  color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  background-color: #000;
}

table.travelco_progressbar_table tr td.step a > div.circle > span {
  color: #000;
}

table.travelco_progressbar_table tr td.step.active a > div.circle > span {
  color: #fff;
}

table.travelco_progressbar_table tr td.step.complete a > div.circle > span {
  opacity: 0;
}

table.travelco_progressbar_table tr td.track {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAKCAYAAACjd+4vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3OURBNTREMDc5MTFFQjlEQzJGMUM3OTY1OTY2ODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3OURBNTVEMDc5MTFFQjlEQzJGMUM3OTY1OTY2ODciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCN0U4MzIwOUQwNzkxMUVCOURDMkYxQzc5NjU5NjY4NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCN0U4MzIwQUQwNzkxMUVCOURDMkYxQzc5NjU5NjY4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plt/Z1oAAABySURBVHjaYmBAAF8g3gfEn6EYxPZBkmf4//8/1TAMtIDMxYFbaGWxDx5LYdiXFhbvI8LifdS2mBFo3icg5mXAD0BxzoccN5QCJiLVMTJQGYAsPkOEutMMNAC+A5W4Biw7wYAfNPV+geJ9MJ/SwmKAAAMAjP/EsIGYiAAAAAAASUVORK5CYII=");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 9px;
}

table.travelco_progressbar_table tr td.track.active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAKCAIAAAAsFXl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3OURBNThEMDc5MTFFQjlEQzJGMUM3OTY1OTY2ODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3OURBNTlEMDc5MTFFQjlEQzJGMUM3OTY1OTY2ODciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDc5REE1NkQwNzkxMUVCOURDMkYxQzc5NjU5NjY4NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDc5REE1N0QwNzkxMUVCOURDMkYxQzc5NjU5NjY4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps6pyt4AAAATSURBVHjaYmAYBaNgFAwOABBgAAOOAAHpthZ9AAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 9px;
}

/***************************************************
           END OF TRAVELCO BOOKING PROGRESS BAR
           
    ***************************************************/
#contactModal .form-group label,
#enquireModal .form-group label,
.crowdfunding .form-group label {
  position: static;
  transform: none;
  font-size: 14px;
  margin-bottom: 4px;
}

#contactModal .form-group .form-control,
#enquireModal .form-group .form-control,
.crowdfunding .form-group .form-control {
  box-sizing: border-box;
}

#contactModal .form-group select.form-control,
#enquireModal .form-group select.form-control,
.crowdfunding .form-group select.form-control {
  border-radius: 0;
  height: 60px;
  border-color: #bbb;
}

.crowdfunding .form-group label.d-block {
  position: static;
  padding-bottom: 20px;
  display: block;
  padding-left: 0;
}

.crowdfunding .form-check {
  margin-top: 5px;
}

.crowdfunding .jd-simple-contact-description-title {
  font-size: 24px;
}

.crowdfunding .jdscf-submit-btn button.btn.btn-primary {
  height: auto;
  width: 95px;
}

.offerCards h2 {
  font-size: 24px;
}

.offerCards h5 {
  font-family: 'GT Walsheim Rg';
}

.offerCards .fa-star {
  margin-right: 5px;
}

#mobileToolBar.showToolBar {
  display: flex !important;
}

footer {
  background-color: #fecb02;
  color: #000;
}

footer h5 {
  color: #fff;
}

footer ul.menu li a {
  color: #333;
  font-size: 13px;
}

.footerSmall p {
  font-size: 10px;
}

.modal-open {
  overflow: visible;
}

#collapseFlights:not(.show) {
  display: none !important;
}

.deskToggles > * {
  margin: 0;
}

.deskToggles label {
  margin-bottom: 0;
  padding-bottom: 0;
}

#filterPanel .ui-widget-content {
  background-color: #e2e2e2 !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 4px !important;
  width: calc(100% - 12px);
}

#filterPanel .ui-widget-content .ui-slider-range {
  height: 10px;
  top: -2.5px;
}

#filterPanel .ui-widget-content .ui-widget-header {
  background-color: #DEDEDE;
  border: 0 !important;
  border-radius: 0;
}

#filterPanel .ui-widget-content .ui-state-default {
  background-color: #e4166c !important;
  border: 0 !important;
  border-radius: 40px !important;
  width: 18px !important;
}

#filterPanel .ui-widget-content .ui-slider-handle {
  top: -7.5px !important;
  margin-left: -2px !important;
}

#filterPanel #amount {
  border: 0;
  font-family: "Satoshi";
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  width: 100%;
}

#filterPanel #priceFilterValues input {
  border: none;
  width: 100%;
  font-family: "Satoshi";
  font-size: 21.6px;
}

#filterPanel #priceFilterValues > div:last-child input {
  text-align: right;
}

#filterPanel ul li {
  margin-bottom: 9px;
}

#filterPanel ul li input {
  margin-right: 5px;
}

#filterPanel ul li label {
  margin-bottom: 0;
  font-size: 14px;
}

#filterPanel ul li p {
  float: right;
  margin: 0;
  color: #000;
}

#filterPanel ul li.disabled {
  opacity: 0.7;
  pointer-events: none;
}

i.checkbox, i.radio {
  float: left;
  margin-right: 5px;
  line-height: 1.5em;
}

i.checkbox::after {
  content: "";
  font-family: Font Awesome\ 6 Sharp;
  font-weight: 200;
  background-color: transparent;
  color: #333;
  font-size: 16px;
}

i.radio::after { 
  content: "\f10c";
  font-family: Font Awesome\ 6 Sharp;
  font-weight: 400;
  background-color: transparent;
  color: #333;
  font-size: 16px;
}

i.radio.checkbox-checked::after, i.radio.radio-checked::after {
  content: "\f192";
  font-family: Font Awesome\ 6 Sharp;
  font-weight: 400;
  background-color: transparent;
  color: #e3166c;
  font-size: 16px;
}

i.checkbox.checkbox-checked::after, i.checkbox.radio-checked::after, #filterPanel i.radio::after {
  content: "\f00c";
  font-family: Font Awesome\ 6 Sharp;
  font-weight: 900;
  color: #fff;
  font-size: 16px;
}

i.checkbox.checkbox-checked, i.checkbox.radio-checked, #filterPanel i.radio.radio-checked {
  background-color: #e3166c;
  border-color:#e3166c;
  border-radius: 5px;
  padding: 0px 4px;
}

i.checkbox, i.checkbox, #filterPanel i.radio {
  background-color: none;
  border: 1px solid #333;
  border-radius: 5px;
  height: 23px;
  width: 23px;
  padding: 0px 4px;
}

.togglePrices, .toggleDirect {
  color: #333;
}

.togglePrices:hover, .toggleDirect:hover {
  color: #333;
}

.togglePrices.bold, .toggleDirect.bold {
  font-weight: bold;
}

footer ul.nav.menu li {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.footer-alt-nav .mod-list {
  justify-content: center;
}

.footer-alt-nav .mod-list li {
  width: auto !important;
  display: contents !important;
}

.footer-alt-nav .mod-list li a {
  margin-right: 1rem;
  margin-left: 1rem;
}

#searchForm #searchFormAlt {
  position: relative;
  bottom: 0;
  bottom: 0;
  transform: translateY(0);
}

#searchForm #searchFormAlt .search__param {
  border: solid 1px #000;
  max-height: 55px;
  min-height: 20px;
}

#searchForm #searchFormAlt .search__param select {
  padding: 25px 10px 10px;
}

#searchForm #searchFormAlt .search__param label {
  color: #000;
  font-family: "Satoshi";
  position: absolute;
  top: 5px;
  left: 5px;
  letter-spacing: 0;
  z-index: 2;
  margin-bottom: 0px;
  font-size: 12px;
  transition: .5s;
  color: #797979;
}

#searchForm #searchFormAlt .search__param:focus-within label {
  top: 5px !important;
  font-size: 12px !important;
  color: #797979 !important;
}

#searchForm #searchFormAlt .search__param input[type="text"], #searchForm #searchFormAlt .search__param input[type="search"] {
  padding: 25px 10px 10px;
}

#searchForm #searchFormAlt .search__param select:placeholder-shown ~ label {
  color: #000;
  top: 17px;
  font-size: 15px;
}

#searchForm #searchFormAlt .search--nights label {
  top: 5px;
  font-size: 12px !important;
  color: #797979 !important;
}

#searchForm #searchFormAlt .search--dates label {
  top: 5px;
  font-size: 12px !important;
  color: #797979 !important;
}

#searchForm #searchFormAlt .search--rooms label {
  top: 5px;
  font-size: 12px !important;
  color: #797979 !important;
}

.userProfile fieldset legend {
  font-size: 18px;
  margin-bottom: 20px;
}

ul.breadcrumb {
  background-color: #fff;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.6rem;
  display: none;
}

ul.breadcrumb li a, ul.breadcrumb li span {
  text-transform: uppercase;
  font-family: GT Walsheim Rg,serif;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 1.5px;
}

ul.breadcrumb li .divider {
  margin: 0 0.5rem;
}

ul.breadcrumb li:first-child.active {
  display: none;
}

#enquireModal .modal-dialog {
  max-width: 800px;
}

#enquireModal .modal-dialog .form-check-inline {
  margin-left: 10px;
}

.form-check-inline {
  margin-top: 33px !important;
}

.trustpoint-container a {
  text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.trustpoint-container a > i {
  transition: 0.3s ease;
}

.trustpoint-container a:hover > i {
  transform: translateX(5px);
}

.trustpoint-container .trustpoints > i {
  font-size: 20px;
}

#loginDiv {
  display: none !important;
}

body {
  font-family: "Satoshi";
  font-size: 15px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "Satoshi";
  margin-left: 0;
  margin-right: 0;
  color: #333;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1, .sudoh1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #333;
}

h2, .h2 {
  font-size: 31px;
  margin-bottom: 30px;
  font-weight: 500;
}

h3, .h3 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
}

h4, .h4 {
  font-size: 24px;
  font-family: "Satoshi";
  font-weight: 500;
}

h5, .h5 {
  font-family: "Satoshi";
  font-size: 22px;
}

h6, .h6 {
  font-size: 18px;
  font-family: "Satoshi";
}

footer h4 {
  font-size: 22px;
  max-width: 519px;
  line-height: 1.2;
}

b, strong {
  font-family: "Satoshi";
}

p, a, li, ul, label, input, textarea {
  font-size: 15px;
  margin-bottom: 20px;
  font-family: "Satoshi";
}

p {
  line-height: 1.5;
}

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

p > a:hover {
  color: #000;
  text-decoration: none;
}

.white-text {
  color: #fff;
}

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

.summary-heading {
  font-size: 20px;
}

.book h2 {
  font-size: 28px;
}

.footer a {
  color: #333;
  font-weight: 500 !important;
}

.footer a:hover {
  color: #fff;
}

.footer p {
  color: #333;
  font-size: 13px;
}

.footer-alt-nav a {
  color: #333 !important;
}

a {
  color: #333;
}

a:hover {
  color: #000;
}

.underline-link {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}

.letter-spacing {
  letter-spacing: 1.5px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group .form-control {
  border-radius: 20px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  padding: 4px 0 4px;
  padding-left: 18px;
  padding-top: 14px;
  padding-right:18px;
  min-height: 60px;
  background-color: #fff;
  color: #000;
  content: '';
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #bbbbbb;
}

.form-group .form-control:focus {
  outline: none;
  border-color: #000;
}

.form-group .form-control:placeholder-shown ~ label.d-block {
  font-size: 18px;
  left: 10px;
  color: #000;
  transform: translate3d(0, 20px, 0) scale(1);
}

.form-group .form-control:focus + label.d-block {
  font-size: 14px;
  top: 0;
  color: #b3b3b3;
  transform: translate3d(-30px, 5px, 0) scale(0.92);
}

.form-group label.d-block {
  color: #333;
  content: '';
  font-size: 13px;
  pointer-events: none;
  padding-left: 18px;
  position: absolute;
  top: 6px;
  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;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 1.4;
  z-index: 20;
}

.form-group textarea.form-control + label.d-block {
  top: 0px;
}

.form-group textarea.form-control {
  overflow: auto;
  border: none;
  display: block;
  font: inherit;
  width: 100%;
  content: '';
  border-radius: 0;
  line-height: 1.5;
  min-height: 177px;
  min-width: 0;
  padding: 20px 18px;
  resize: vertical;
  background-color: #fff;
  color: #000;
  box-shadow: none;
  border: 1px solid #bbbbbb;
  padding-top: 27px;
}

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

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

.form-group textarea.form-control:placeholder-shown ~ label.d-block {
  font-size: 18px;
  left: 10px;
  color: #000;
  transform: translate3d(0, 5px, 0) scale(1);
  top: 10px;
}

.form-group .form-check-inline {
  padding-left: 18px;
}


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

.jdscf-submit-btn button.btn.btn-primary {
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

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

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

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

label.calendar_icon {
  display: none;
}

#line-height-id {
  background-color: red;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
  padding: 9px 22px 9px 22px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-bottom: 2px solid #cfcfcf;
  padding: 9px 22px 9px 22px;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 2px solid #cfcfcf;
  padding: 9px 22px 9px 22px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.contact strong {
  font-weight: 600;
}

.contactformbox {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(230, 230, 230, 0.77);
  -moz-box-shadow: 0px 0px 11px 0px rgba(230, 230, 230, 0.77);
  box-shadow: 0px 0px 11px 0px rgba(230, 230, 230, 0.77);
}

.brochures .label.d-block {
  left: 15px !important;
}

input:focus-visible {
  outline: none;
}

form label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Satoshi", Helvetica, Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  /* setup all the background tweaks for our custom icon */
  background-repeat: no-repeat;
  /* icon size */
  background-size: 14px;
}

:focus {
  outline: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 222, 223, 0.3);
}

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

body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  background: #eeecec;
  scroll-margin-top: 500px;
}

body.site #blogContent #textPortion #title1 {
  margin-top: -85px !important;
  padding-top: 85px !important;
}

html, body {
  -webkit-overflow-scrolling: touch !important;
}

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

img {
  width: 100%;
}

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

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

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

.nav-list {
  flex-wrap: nowrap;
  transition: 1s;
}

#room-summary .nav-list, #dining-summary .nav-list, #leisure-summary .nav-list {
  max-height: 496px;
  overflow: hidden;
  transition: 1s ease all;
}

#room-summary .addFade:after, #dining-summary .addFade:after, #leisure-summary .addFade:after {
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.2), #fff);
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
}

#room-summary .addFade.hide-preview:after, #dining-summary .addFade.hide-preview:after, #leisure-summary .addFade.hide-preview:after {
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0), #fff0);
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
}

.nav-list.show-more {
  max-height: none;
  transition: 1s;
}

#line-height-id {
  background-color: red;
}

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

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

.card .card-header h2 button {
  font-size: 16px;
  position: relative;
  line-height: 1.2;
  padding-right: 40px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Satoshi";
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 50px 25px 0;
  border-top: 1px solid;
  position: relative;
}

.card .card-header h2 button:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: url(../images/SVG/chevron-lg.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center 52%;
  background-color: #fff;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
}

.card .card-header h2 button:focus {
  box-shadow: none;
}

.card .card-header h2 button.collapsed:after {
  transform: rotate(90deg);
}

.card .card-header h3 {
  font-size: 22px;
}

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

.card .card-body p {
  margin-bottom: 18px;
  line-height: 1.5;
}

.card .card-body p a {
  color: #000;
  font-weight: bold;
}

.card .card-body ul {
  padding-left: 20px;
}

.card .card-body ul li {
  margin-bottom: 20px;
  position: relative;
}

.card .card-body ul li:before {
  content: "•";
  position: absolute;
  left: -15px;
  top: 0;
  line-height: 1.4;
  font-size: 20px;
}

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

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

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

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

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

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

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

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

.alt-bg .card {
  border-radius: 0;
  border: none;
}

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

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

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

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

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

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

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

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

.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: "Satoshi";
  font-weight: 200;
  color: #fff;
  font-size: 24px;
}

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

.article-news .hover-text h5 {
  font-family: "Satoshi";
  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;
}

.banner-container {
  height: 350px;
  position: relative;
}

.banner-container img {
  object-fit: cover;
  height: 350px;
  filter: brightness(0.8);
}

.banner-container .banner-center h2 {
  font-size: 45px;
  z-index: 10;
  color: #000;
  text-align: start;
  width: 70%;
}

.banner-container .banner-center p {
  top: 10px;
  z-index: 10;
  color: #fff;
  font-size: 30px;
  text-align: start;
  line-height: 45px;
  width: 100%;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 0 10px 0 10px;
}

.trustpoints strong {
  font-family: "Satoshi";
}

.input-group-text {
  background-color: #000;
}

.input-group-text i {
  color: #fff;
}

.formBack input {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  background: #fff;
  padding-left: 50px;
}

.formBack label {
  margin: 0;
}

a.nivo-nextNav {
  display: none !important;
}

a.nivo-prevNav {
  display: none !important;
}

body {
  overflow: hidden;
}

#navbarNav .nav-item {
  padding: 0 10px !important;
  margin: 0 !important;
  font-size: 14px;
}

#navbarNav > div:last-child .nav-item {
  border-right: none;
}

#navbarNav li.nav-item:last-child {
  border-right: none !important;
  padding-right: 0 !important;
}

.cch-custom-img img {
  max-height: 500px;
  object-fit: cover;
}

.destination-container-big {
  margin-bottom: 0;
}

.destination-container-big .destination-container {
  border: solid 1px #000;
  margin: 7px 10px;
  padding: 10px;
}

.destination-container-big .destination-container i {
  position: relative;
  left: -10px;
  color: #000;
  transition: all 0.3s ease;
}

.destination-container-big .destination-container:hover > i {
  transform: translateX(5px);
}

.destination-container-big .destination-container h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
}

.holiday-options a h4 {
  color: #fff;
  position: absolute;
  transform: translate(0%, -20%);
  width: 90%;
  font-size: 32px;
}

.holiday-options a button {
  position: absolute;
  transform: translate(0%, 100%);
  font-size: 16px;
}

.triangle-container-alt {
  top: -60px;
}

.holiday-options a:hover > .holiday-options-btn {
  background-color: #fff;
  color: #000;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  bottom: -20px;
}

.triangle-jt {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eeecec;
  position: relative;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
}

.triangle-search {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eeecec;
  position: relative;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
}

.triangle-search-white {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: relative;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
}

.holidayOffers .card a {
  margin-bottom: 0;
}

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

.holidayOffers .card .card-header {
  padding: 15px;
  padding-bottom: 5px;
}

.holidayOffers .card .card-header h5 {
  font-weight: 400;
  margin-bottom: 0;
}

.holidayOffers .card .card-header h6 {
  margin-bottom: 5px !important;
  font-size: 12px;
}

.holidayOffers .card .card-header i {
  color: #ffc740;
}

.holidayOffers .card .card-header p.uppercase {
  text-transform: uppercase;
  font-weight: 100;
  color: #6a6a6a;
  font-family: 'GT Walsheim Rg';
}

.holidayOffers .card .card-body {
  padding: 0 15px 5px 15px;
  font-size: 12px;
}

.holidayOffers .card .card-body span {
  margin-bottom: 5px;
}

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

.holidayOffers .card .card-body .propertyAttributes img {
  max-width: 30px;
  margin-right: 10px;
  cursor: pointer;
  height: auto;
}

.holidayOffers .card .card-footer {
  padding: 0;
}

.holidayOffers .card .card-footer a {
  width: 100%;
  margin-bottom: 0;
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
}

.holidayOffers .card .card-footer a:hover {
  background-color: #fff;
  color: #000;
}

.result h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.result .fa-hotel {
  font-size: 30px;
  position: relative;
  bottom: 10px;
}

.title-info {
  background-color: #eeecec;
}

.title-info h1 {
  font-size: 22px;
}

.title-info h2 {
  font-size: 19px;
}

.title-info .content__hotel-rating {
  color: #f29b00;
  font-size: 20px;
}

.header-font {
  font-family: "Satoshi";
}

.body-font {
  font-family: "Satoshi";
}

.container-shadow {
  background: #fff;
  border-radius: 12px;
  /* overflow: hidden; */
}

#carouselExampleIndicators > div > div.carousel-item {
  height: 450px;
  /* aspect-ratio: 64 / 15; */
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 80px;
  left: 15%;
  z-index: 10;
  padding: 30px 20px;
  color: #848484;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  width: 450px;
  height: 250px;
  font-size: 18px;
}

.carousel-caption h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 10px;
}

.carousel-caption a {
  background: #fecb02;
  color: #333;
  border: none;
  font-size: 20px;
  text-transform: none;
  padding: 12px 20px;
  position: absolute;
  bottom: 20px;
}

.carousel-caption a:hover {
  background: #e4166c;
  color: #fff;
  border: none;
}

.carousel-indicators {
  position: relative;
  height: 125px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  margin-left: 0;
  justify-content: left;
	background:#fff;
}

.carousel-indicators li {
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 0;
  text-indent: unset;
  background-color: unset;
  overflow:hidden;
  opacity: 1;
}

.carousel-indicators li img {
height: 100px;
width:160px;
position:relative; left:-30px;
}

.carousel-control-next {
  top: 30px;
}

.carousel-control-next i {
  font-size: 19px;
  color: #333;
  border-radius: 50%;
}

.carousel-control-prev {
  top: 30px;
}

.carousel-control-prev i {
  font-size: 19px;
  color: #333;
  border-radius: 50%;
}

#myTabs a {
  color: #333;
  border-right: solid 1px #000;
}

#myTabs li:last-child a {
  border-right: none;
}

#myTabs a.active {
  color: #e4166c;
}

#myTabs1 .overview-tabs {
  width: 100%;
  border-bottom: solid 1px #D2D2D1;
  transition-duration: .5s;
  text-align: center;
}

#myTabs1 .overview-tabs:hover {
  border-bottom: solid 1px #000;
}

#myTabs1 .overview-tabs a {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
}

#myTabs1 .overview-tabs.active {
  border-bottom: solid 1px #333;
}

.nav-tabs {
  border-bottom: none;
}

.light-grey {
  color: #676767;
}

.flow-container .booking-steps {
  max-height: 74px;
  height: calc(100% + 2px);
}

.flow-container .booking-steps .number-container-booking {
  position: relative;
  top: 10px;
}

.flow-container .booking-steps .border-circle {
  border-radius: 50%;
  background-color: #fff;
  padding: 0 14px;
  font-size: 25px;
  color: #b9b9b9;
}

.flow-container .booking-steps:last-child {
  border-right: none;
}

.flow-container .booking-steps .triangle-right {
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 45px solid #fff;
  position: absolute;
  right: -47px;
  z-index: 3;
  top: -1px;
}

.flow-container .booking-steps .triangle-right-inner {
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 44px solid #e0dedf;
  position: absolute;
  right: -44px;
  z-index: 3;
}

.flow-container .triangle-fix {
  border: solid 1px #fff;
  height: 100%;
  position: absolute;
  right: -2px;
  z-index: 2;
}

.flow-container .booking-steps.active {
  color: #fff;
}

.flow-container .booking-steps.active .border-circle {
  position: relative;
  width: 41px;
  text-align: center;
}

.flow-container .booking-steps.active .border-circle::after {
  content: 'Step';
  position: absolute;
  left: 0;
  font-size: 22px;
  top: -33px;
}

.flow-container .booking-steps.active .booking-p {
  color: #fff;
}

.flow-container .booking-steps.active .triangle-right-inner {
  border-left: 44px solid #e4166c;
}

.flow-container .booking-steps.active .border-circle {
  color: #e4166c;
}

.booking-p {
  opacity: 0;
}



.formBack .form-control {
  border: none !important;
  font-size: 1.2rem;
}

.select-updown {
  right: 10px;
  top: 28px;
  font-size: 25px;
  pointer-events: none;
  color: #696969;
}

.select-updown .fa-caret-down {
  position: relative;
  top: -15px;
}

.select-updown.select-sortby {
  top: 10px;
  color: #000;
}

.select-updown.select-sortby .fa-chevron-down {
  font-size: 14px;
}

.select-updown-alt {
  right: 15px;
  top: 7px;
  font-size: 25px;
  pointer-events: none;
  color: #949494;
}

.select-updown-alt .fa-caret-down {
  position: relative;
  top: -15px;
}

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.coverUp {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  display: none;
}

#flightsContainerNew .col-12.px-0.d-none.align-items-center.justify-content-end.bottom.alternatives.mb-2 {
  color: #fff;
}

#flightsContainerNew .col-12.px-0.d-none.align-items-center.justify-content-end.bottom.alternatives.mb-2:hover {
  color: #000;
}

#flightsContainerNew h5 {
  color: #000;
  font-size: 20px;
}

#flightsContainerNew h5:hover {
  color: #000;
}

.modal-body .flightWrapper .flightRight:before {
  content: "" !important;
}

.modal-body .flightWrapper .flightRight:after {
  content: "" !important;
}

.modal-body .coverUp {
  display: none !important;
}

.atol-body {
  width: 50px;
}

.italic-me {
  font-style: italic;
}

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

.grid .square {
  aspect-ratio: 1/ 1;
  display: flex;
  align-items: center;
  color: #fff;
}

.grid .square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .container-right {
    margin-right: 0;
  }
  .container-left {
    margin-left: 0;
  }

  .deal--row .deal__details .deal__location-accomm a { margin-bottom: 6px;}
}

@media (min-width: 992px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 485px);
  }
  .container-left {
    margin-left: 0;
    margin-right: calc(50vw - 485px);
  }
}

@media (min-width: 1200px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 585px);
  }
  .container-left {
    margin-left: 0;
    margin-right: calc(50vw - 585px);
  }
}

#results {
  background: #ededed;
}

.results-edit-container {
  background-color: #fff;
}

.brochures .form-control {
  height: 60px;
  padding-top: 26px;
  padding-left: 22px;
}

.offercards1 {
  height: 540px;
}

canvas#myChart {
  width: 100% !important;
  height: 100% !important;
}

.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: 87%;
  transform: translate(5%, -50%);
  color: #fff;
  font-size: 30px;
  text-align: left;
  text-shadow: 0px 0px 4px #000000;
  font-family: 'Roboto';
}

.holidayOptions .card-titlebigger {
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  top: 79%;
  transform: translate(5%, -50%);
  color: #fff;
  font-size: 30px;
  text-align: left;
  text-shadow: 3px 0px 4px #000000;
  font-family: 'Roboto';
}

.holidayOptions .card-offers {
  transition-duration: .25s;
}

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

.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;
  object-fit: cover;
  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);
}

.page-link {
  color: black !important;
  border-radius: 0 !important;
  border: none;
  background-color: transparent !important;
  margin: 0 2px;
}

.page-link:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.page-item.active .page-link {
  background-color: #000 !important;
  color: #fff !important;
}

.blog #main-content h3 {
  color: #707070 !important;
}

.blog #main-content .holidayHeaders {
  color: white !important;
}

.blog #main-content .carodivs h3 {
  color: black !important;
}

.slick-slide h3 {
  color: white !important;
}

.eventcards: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 .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);
}

.brochurecarousel h1 {
  position: absolute;
  color: white;
  transform: 50% 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 34%;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
}

.brochurecarousel .btn-primary {
  position: absolute;
  color: white;
  transform: 50% 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 34%;
  width: 100%;
  text-align: center;
  padding: 7px 30px 7px 30px;
  margin-top: 150px;
  font-size: 17px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.carouselBelow .carodivs {
  width: 300px !important;
}

.carouselBelow img {
  width: 270px;
  height: 270px;
}

.travel-information {
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */
}

.travel-information .tab {
  overflow: hidden;
  border-bottom: 0;
  background-color: white;
  padding-left: 45px;
  padding-right: 45px;
}

.travel-information .tab button, .travel-information .tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 30px 16px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 15px;
  line-height: 19px;
  border-bottom: 2px solid #eeeeee;
}

.travel-information .tab button:hover, .travel-information .tab a:hover {
  border-bottom: 2px solid #cfcfcf;
}

.travel-information .tab button.active, .travel-information .tab a:active {
  border-bottom: 2px solid #cfcfcf;
}

.travel-information .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.travel-information .card-header {
  background: white !important;
  border-bottom: 0;
  border-top: 1px solid #eeeeee;
  transition: all 1s ease-in-out;
}

.travel-information .card-header i {
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
}

.travel-information .card-header .btn.collapsed i {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.travel-information div.col-12:first-of-type > .card-header {
  border-top: 0px;
}

.travel-information .btn {
  padding: 0;
}

.travel-information .btn-link {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
}

.travel-information .btn-link:hover {
  color: #000;
  text-decoration: unset;
}

.travel-information .btn-link:focus {
  color: #000;
  text-decoration: unset;
  box-shadow: none  !important;
}

.travel-information .card-body {
  padding-top: 0px;
}

#addboxshadow {
  box-shadow: 0 3px 10px #e9e9e9;
}

.vacancies .card {
  background-color: white !important;
}

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

#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%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 20px;
  height: 30px;
  padding: 6px 4px;
  background: #fff;
  color: #333;
  border-radius: 30px;
  margin: 0;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex !important;
}

#testimonials i {
  background: rgba(255, 255, 255, 0) !important;
  color: black !important;
}

#testimonials .testimonial-text {
  color: black !important;
  font-style: unset !important;
}

.blog .carousel-control-prev {
  left: -40%;
}

.blog .carousel-control-prev i {
  background: transparent;
  color: rgba(255, 255, 255, 0.651);
  font-size: 35px;
}

.blog .carousel-control-next {
  right: -40%;
}

.blog .carousel-control-next i {
  background: transparent;
  color: rgba(255, 255, 255, 0.651);
  font-size: 35px;
}

.blog #featuredSlideshow {
  height: 100%;
}

.blog .carousel-inner {
  height: 100%;
}

.blog .carousel-item {
  height: 100%;
}

.blog .carousel-item img {
  object-fit: cover;
}

.maxCardHeight .col-12 img {
  max-height: 300px;
  object-fit: cover;
}

.left-content .btn-primary {
  max-width: 100%;
}

.latest-offers-hotel .star-destination h5 {
  margin-bottom: -10px !important;
}

.latest-offers-hotel .star-destination p {
  font-size: 12px;
}

.latest-offers-hotel .star-destination i {
  font-size: 12px;
}

.holiday-search-hotel {
  padding-right: 1rem !important;
}

.holiday-search-hotel #searchForm #searchFormAlt .container {
  margin-top: 20px;
}

.holiday-search-hotel #searchForm #searchFormAlt .container .search__inner {
  flex-direction: column;
  align-items: center;
}

.holiday-search-hotel #searchForm #searchFormAlt .container .search__inner .search__param {
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 10px;
}

.holiday-search-hotel #searchForm #searchFormAlt .container .search__inner .search__param select {
  padding: 20px 10px 10px;
}

.holiday-search-hotel #searchForm #searchFormAlt .container .search__inner .btn-secondary {
  width: 100%;
  margin-left: 0 !important;
  margin-top: 3px;
  justify-content: center;
}

#hotel-tabs li a i {
  color: #cfcdcd;
  font-size: 12px;
}

#hotel-tabs li .active i {
  color: #000;
}

.star-destination .stars i {
  color: #f29b00;
}

.hotel-summary .summary-icons {
  width: 30px;
  object-fit: cover;
}



#hotel-summary .tooltip {
  position: relative;
  display: inline-block;
  opacity: 100;
}

#hotel-summary .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  border: 1px solid black;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
}

#hotel-summary .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

#hotel-summary .tooltip:hover .tooltiptext {
  visibility: visible;
}

#myTabsSummary a {
  color: #000;
  border-right: solid 1px #000;
  width: 100% !important;
  display: flex;
  margin-bottom: 0 !important;
}

#myTabsSummary li:last-child a {
  border-right: none;
}

#myTabsSummary a.active {
  text-decoration: underline;
}

#myTabsSummary li {
  min-height: 30px;
  width: 100% !important;
}

.summaryTabs .nav-tabs li {
  transform: translate(0, 2px);
}

.summaryTabs .nav-tabs li a {
  color: white !important;
  background: black;
  border: 1px solid black;
}

.summaryTabs .nav-tabs li a:last-child {
  border-right: 1px solid black !important;
}

.summaryTabs .nav-tabs li a.active {
  color: black !important;
  background: white !important;
  border: 1px solid black;
  padding-bottom: 17px !important;
}

#room-summary .d-none.active,
#leisure-summary .d-none.active,
#dining-summary .d-none.active {
  display: flex !important;
}

#room-summary .nav-item,
#leisure-summary .nav-item,
#dining-summary .nav-item {
  background: black;
  padding: 10px;
  margin-bottom: 0px;
}

#room-summary .nav-item a,
#leisure-summary .nav-item a,
#dining-summary .nav-item a {
  color: white;
}

#room-summary .nav-item a.active,
#leisure-summary .nav-item a.active,
#dining-summary .nav-item a.active {
  color: white !important;
  text-decoration: underline !important;
}

#accordionOne .btn-link:hover,
#accordionTwo .btn-link:hover,
#accordionThree .btn-link:hover {
  color: black;
  text-decoration: none !important;
}

#accordionOne .btn,
#accordionTwo .btn,
#accordionThree .btn {
  padding-left: 0 !important;
}

#accordionOne .btn:focus,
#accordionTwo .btn:focus,
#accordionThree .btn:focus {
  box-shadow: none !important;
  text-decoration: none !important;
}

#accordionOne .accordion-header,
#accordionTwo .accordion-header,
#accordionThree .accordion-header {
  border-bottom: 1px solid black;
}

#accordionOne h2,
#accordionTwo h2,
#accordionThree h2 {
  margin-bottom: 5px !important;
}

#accordionOne .accordion-body,
#accordionTwo .accordion-body,
#accordionThree .accordion-body {
  margin-bottom: 30px;
}

#accordionOne i,
#accordionTwo i,
#accordionThree i {
  color: black;
  transition: all 0.5s ease;
}

#accordionOne button[aria-expanded="true"] i,
#accordionTwo button[aria-expanded="true"] i,
#accordionThree button[aria-expanded="true"] i {
  rotate: 90deg;
}

#cardCarouselParent {
  background: #e9e9e9;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.5rem;
}

#cardCarouselParent .slick-next {
  right: 10px !important;
  transform: translate(0px, -100px);
  background: transparent;
  color: white;
}

#cardCarouselParent .slick-prev {
  left: 10px !important;
  z-index: 900;
  transform: translate(0px, -100px);
  background: transparent;
  color: white;
}

#cardCarouselParent svg {
  color: white;
  stroke: white;
}

#cardCarouselParent .slick-arrow {
  border: 0.1rem solid white;
}

#cardCarouselParent h3 {
  bottom: 171px;
}

.vacancyboxes {
  max-width: 100%;
  margin: 10px;
}

#inspiredBanner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover !important;
}

#inspiredBanner h2 {
  color: white;
  margin-bottom: 0.5rem;
  font-size: 40px;
}

#inspiredBanner p {
  color: white;
  font-size: 18px;
}

#inspiredBanner .btn-primary {
  color: white;
  background: transparent;
  border: 1px solid white;
  font-size: 22px;
  font-weight: 900;
  text-transform: none;
}

.form-inline:hover {
  background-color: green;
}

#blogContent {
  padding-top: 0px;
}

.background-image-hotel {
  z-index: -1;
}

.discoverModule > .container {
  min-height: 300px !important;
  background-size: cover !important;
  background-position: center !important;
}

i.playbutton {
  position: absolute;
  font-size: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0.5;
  transition: 0.5s ease all;
  z-index: 5000;
}

i.playbutton:hover {
  font-size: 120px;
}

.travel-experts img:not(:first-child) {
  filter: brightness(0.3);
}

.card-offers img {
  height: 150px;
}

.card-offers .card-header {
  min-height: 100px;
}

.card-offers:hover {
  box-shadow: 0 0 5px -1px #999;
}

.headerhero {
  position: relative;
  overflow: hidden;
}

.headerhero h1 {
  color: white !important;
  z-index: 10;
}

.headerhero h4 {
  color: white !important;
  z-index: 10;
}

.lighttext h1 {
  color: black !important;
  z-index: 10;
}

.lighttext h4 {
  color: black !important;
  z-index: 10;
}

.headerhero:not(.lighttext)::before {
  background: black;
  opacity: 0.2;
  content: '';
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: 5;
}

.lighttext::before {
  background: white;
  opacity: 0.3;
  content: '';
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: 5;
}

.hotels .container-shadow {
  width: 100% !important;
  padding: 1rem;
}

.summary #searchForm, .book #searchForm {
  display: none;
}

.contactformbox p a {
  font-weight: 500 !important;
}

.carodivs {
  max-height: 661px !important;
}

#enquireModal label {
  color: black;
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
}

.fillheight {
  min-height: -webkit-fill-available !important;
}

.fillheight .card-title {
  top: 93.5% !important;
}

#titleOverlay {
  height: 50%;
  top: auto;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#itinerary-tab ul, #know-tab ul, #price-tab ul, .toursContent ul {
  list-style-type: circle;
  margin-left: 2rem;
}

#tourSlideshow img {
  max-height: 500px !important;
  object-fit: cover !important;
}

#searchForm-search #search-searchword {
  padding: 10px;
}

#searchForm-search .phrases .controls {
  display: flex;
  flex-direction: column;
}

#searchForm-search .ordering-box {
  display: flex;
  flex-direction: column;
}

#searchForm-search .ordering-box #ordering {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  width: 200px;
  font-size: 13px;
  padding: 10px 55px;
  margin-bottom: 0;
  display: inline-flex;
  transition: all 0.3s ease;
}

#searchForm-search .ordering-box #ordering:hover {
  background-color: #fff;
  color: #000;
}

#searchForm-search .ordering-box label {
  margin-bottom: 0;
}

#searchForm-search #limit {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  width: 200px;
  font-size: 13px;
  padding: 10px 90px;
  margin-bottom: 0;
  display: inline-flex;
  transition: all 0.3s ease;
}

#searchForm-search #limit:hover {
  background-color: #fff;
  color: #000;
}

#searchForm-search #finder-search:hover {
  background-color: #fff;
}

#searchForm-search #finder-search .word {
  padding: 0;
  display: flex;
}

#searchForm-search #finder-search .word label {
  display: none;
}

#searchForm-search #finder-search .word .inputbox {
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  border: solid 1px black;
  border-radius: none;
}

#searchForm-search #finder-search .word button {
  border-left: none;
}

.filter-container i.radio-checked {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 10px;
  background-color: #000;
}

.filter-container i.radio {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 10px;
}

.filter-container i.checkbox-checked {
  border: 1px solid #000;
  background-color: #000;
}

.filter-container i.checkbox {
  border: 1px solid #000;
}

.search .filter-container i.radio-checked {
  border: 0px !important;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 10px;
  background-color: #000;
}

.search .filter-container i.radio {
  border: 0px !important;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 10px;
}

.search .filter-container i.checkbox-checked {
  border: 0px !important;
  background-color: #000;
}

.search .filter-container i.checkbox {
  border: 0px !important;
}

.filterItems i.checkbox {
  margin-right: 6px;
}

.module-smart-search {
  position: relative;
}

.module-smart-search input {
  background-color: #000;
  color: #000;
  width: 1px;
  border: none;
  border: solid 1px black;
  border-radius: 10px;
  font-size: 11px;
  transition-duration: .5s;
}

.module-smart-search .input-search-show {
  width: 70px;
  background-color: #fff;
  padding: 1px 7px;
  visibility: visible;
  margin-right: 0;
}

.module-smart-search .mod-finder-label {
  font-size: 11px;
  color: #fff;
  transition-duration: .5s;
  position: relative;
}

.module-smart-search .mod-finder-label p {
  font-size: 11px;
}

.module-smart-search .mod-finder-label .search-p-hide {
  width: 0;
  opacity: 0;
}

.searchhellothere {
  position: relative;
}

.searchhellothere input {
  background-color: #000;
  color: #000;
  width: 1px;
  border: none;
  border: solid 1px black;
  border-radius: 10px;
  font-size: 11px;
  transition-duration: .5s;
}

.searchhellothere .input-search-show {
  width: 70px;
  background-color: #fff;
  padding: 1px 7px;
}

.searchhellothere .mod-finder-label {
  font-size: 11px;
  color: #fff;
  transition-duration: .5s;
  position: relative;
}

.searchhellothere .mod-finder-label p {
  font-size: 11px;
}

.searchhellothere .mod-finder-label .search-p-hide {
  width: 0;
  opacity: 0;
}

.searchhellothere .element-invisible {
  display: none !important;
}

.searchhellothere .form-inline:hover {
  background: transparent !important;
}

.searchhellothere .inputbox:focus {
  background: white;
}

.searchhellothere .inputbox:not(:placeholder-shown) {
  background: white;
  width: 75px !important;
  padding-left: 8px;
}

.searchhellothere .inputbox::placeholder {
  color: white;
}

.searchhellothere .inputbox {
  width: 45px !important;
  margin: auto;
  margin-right: 5px !important;
}

.searchhellothere .inputbox:focus {
  width: 75px !important;
  padding-left: 8px;
}

.searchhellothere input[type="search"]::-webkit-search-decoration,
.searchhellothere input[type="search"]::-webkit-search-cancel-button,
.searchhellothere input[type="search"]::-webkit-search-results-button,
.searchhellothere input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.searchhellothere .fa-light.fa-magnifying-glass {
  font-size: 11px;
}

.holidayType .carousel-control-prev {
  left: -40%;
}

.holidayType .carousel-control-prev i {
  background: transparent;
  color: rgba(255, 255, 255, 0.651);
  font-size: 35px;
}

.holidayType .carousel-control-next {
  right: -40%;
}

.holidayType .carousel-control-next i {
  background: transparent;
  color: rgba(255, 255, 255, 0.651);
  font-size: 35px;
}

.holidayType #featuredSlideshow {
  height: 100%;
}

.holidayType .carousel-inner {
  height: 100%;
}

.holidayType .carousel-item {
  height: 100%;
}

.holidayType .carousel-item img {
  object-fit: cover;
}

.maxCardHeight .col-12 img {
  max-height: 300px;
  object-fit: cover;
}

.btn-alternate {
  cursor: pointer;
}

.careersBenefits .slick-arrow svg {
  stroke: white;
}

.careersBenefits .slick-arrow {
  background: none;
  border: none;
  border-radius: none;
}

#testimonialCarousel .carousel-control-next,
#testimonialCarousel .carousel-control-prev {
  top: inherit;
  bottom: -50px !important;
}

#testimonialCarousel .carousel-control-prev {
  left: 20%;
}

#testimonialCarousel .carousel-control-next {
  right: 20%;
}

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

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

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

.maps-information .map-pop-title {
  color: #000;
  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: #000;
  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: "Satoshi" !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: #000;
  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: "Satoshi" !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;
}

.search .highlight {
  font-weight: 500;
  padding: 0;
}

.hidden-search-menu #navbarNav .newMenu {
  position: absolute;
  top: 53px;
  left: -200px;
  background: white;
}

.hidden-search-menu #navbarNav .newMenu a {
  color: black;
}

.hidden-search-menu #navbarNav .newMenu li a {
  color: black;
}

#destinationsMenu, #holidayTypesMenu {
  background: transparent;
  opacity: 0;
}

#destinationsMenu .moduletable h3, #holidayTypesMenu .moduletable h3 {
  display: none;
}

.edit-profile #member-profile .controls a.btn {
  margin-bottom: 0;
}

#bestSellersHolidayTypes:hover {
  cursor: pointer;
}

.footer-alt-nav ul li a {
  width: 100% !important;
  font-size: 15px !important;
}

#DEDEDE-icon {
  display: none !important;
}

.pop-up-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.pop-up-container .flight-code-pop {
  color: #707070;
}

.pop-up-container .airport-codes-pop {
  font-weight: 500;
}

.pop-up-container-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.pop-up-container-alt .dep-arrival-pop {
  font-weight: 500;
}

.hero-slider-container {
  height: 280px;
}

.hero-slider-container h2 {
  font-size: 40px;
}

.hero-slider-container .italic-text {
  font-style: italic;
}

.hero-slider-container .hero-btn {
  color: #000;
}

.hero-slider-container .hero-btn:hover {
  color: #fff;
}

.hideMe {
  display: none !important;
}

.basket .dialog.smoke .dialog-inner {
  text-align: left;
}

.basket .dialog.smoke .dialog-inner .btn-primary {
  margin-left: 15px;
}

.basket .booking-details i.radio, .basket .booking-details label {
  display: none !important;
}

.basket .booking-details .selectPassenger {
  color: #bcbcbc;
}

.basket .booking-details .selectPassenger .seatType {
  text-transform: capitalize;
}

.basket .booking-details .selectPassenger.active, .basket .booking-details .selectPassenger:not(.completed):hover {
  color: #e9983d !important;
}

.basket .booking-details .selectPassenger.active i::after, .basket .booking-details .selectPassenger:not(.completed):hover i::after {
  color: #e9983d !important;
}

.basket .booking-details .selectPassenger.completed {
  color: #01a11d !important;
}

.basket .booking-details .selectPassenger.completed i::before {
  color: #01a11d !important;
  content: "\f14a";
}

.basket .booking-details .selectPassenger:hover {
  cursor: pointer;
}

.basket div.seatCharts-container {
  max-height: 500px;
  overflow: scroll;
  padding-right: 15px;
}

.basket div.seatCharts-row {
  height: 45px;
}

.basket .seatCharts-cell {
  height: 35px;
  width: 35px;
  margin: 3px;
  float: left;
  text-align: center;
  outline: none;
  font-size: 13px;
  line-height: 16px;
  color: blue;
}

.basket .seatCharts-cell.seatCharts-space {
  color: #000;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.basket .seatCharts-seat {
  background-color: transparent !important;
  border-radius: 3px;
  border: 1.5px solid #000;
  position: relative;
  outline: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket .seatCharts-seat:hover, .basket .seatCharts-seat:focus {
  border: 1.5px solid #000;
}

.basket .seatCharts-seat::after {
  font-family: Font Awesome\ 6 Sharp;
  font-weight: 100;
  background-color: transparent;
  color: #000;
  font-size: 1.5em;
  text-align: center;
  width: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.basket .seatCharts-seat.extra::after {
  content: "\f07d";
}

.basket .seatCharts-seat.extra.selected::after {
  content: "";
}

.basket .seatCharts-seat.unavailable {
  opacity: 0.3;
}

.basket .seatCharts-seat.unavailable::after {
  content: "\f00d";
  opacity: 0.3;
}

.basket .seatCharts-seat.focused {
  border-color: green !important;
  /* background-color: rgba(0, 128, 0, 0.2); */
  background-color: rgba(0, 128, 0, 0.309) !important;
}

.basket .seatCharts-seat.selected {
  color: green;
  border-color: green;
  font-size: 18px;
  background-color: #bed8bf !important;
  /* background-color: rgba(0, 128, 0, 0.2); */
}

/* NAVIGATION
*********************************************/
nav {
  position: relative;
  z-index: 1000;
}

.navbar {
  max-height: 450px;
  overflow-y: scroll;
}

/* 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-expand-lg .atol {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-mask-image: url("../images/SVG/icon-atol.svg");
  mask-image: url("../images/SVG/icon-atol.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  margin-left: 3rem;
  text-indent: -9999px;
  overflow: hidden;
}

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

.navbar-nav a {
  color: #fff;
  position: relative;
}

.navbar-nav a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: calc(100% + .2rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.59, 0.08, 0.385, 1);
  transform-origin: left;
}

.navbar-nav a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

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

.navbar-nav-alt i {
  color: #fff;
}

.navbar-nav-alt .opening-times {
  color: #fff;
  font-size: 11px;
}

.navbar-nav-alt::after {
  display: none;
}

.navbar-nav li.active a:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

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

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

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

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

.navbar-nav li.dropdown a.dropdown-toggle {
  text-shadow: 0px 0px 3px #000000b8;
}

.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: 258px;
  margin: 0;
}

.icon-bar {
  height: 2px;
  background-color: #f73c2b;
  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;
  padding: 0px 15px !important;
  position: absolute;
  top: 17px;
  right: 0px;
  z-index: 10;
}

.navbar-toggler.collapsed {
  top: 17px;
  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;
  width: 35px;
}

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

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

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

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

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

#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: 10px;
}

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

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

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

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

.dropdown-toggle .fa-light.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;
}

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

.dropdown-menu li.active a {
  color: #fff !important;
}

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

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

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

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

.navbar-nav > li.dropdown::after {
  color: #fff;
  content: "" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  z-index: unset;
  opacity: unset;
  border-style: unset;
}

.navbar-nav > li.dropdown.show::after {
  content: "" !important;
}

a.dropdown-toggle {
  cursor: default;
}

.nav-banner-right {
  text-align: right;
  display: none;
  position: static;
}

.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 a {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

.nav-banner-right a:nth-child(2) {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
}

.nav-banner-right a:nth-child(3) {
  font-size: 21px;
  color: #929292;
  margin-bottom: 5px;
  margin-top: 0px;
}

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

footer .footer__nav h5 {
  font-family: '$font-body';
  color: #000;
  margin-bottom: 20px;
}

footer .footer__nav ul.nav {
  flex-direction: column;
  margin-bottom: 20px;
}

footer .footer__nav ul.nav li {
  display: block;
  margin-bottom: 10px;
}

footer .footer__nav ul.nav li a {
  color: #000;
}

footer .footer__nav ul.nav li a:hover {
  text-decoration: underline;
}



#extraNav ul {
  height: 100%;
  display: block;
  width: 100vw;
  left: 0;
  transition: .25s;
  position: fixed;
  background: rgba(36, 36, 34, 0.9);
  text-align: center;
  letter-spacing: .1rem;
  z-index: 1002;
}

#extraNav ul li {
  padding: 10px;
  margin: 10px 0;
  font-size: 22px;
  color: #fff;
}

#extraNav ul li:first-child {
  margin-top: 20vh;
}

#extraNav ul li a {
  font-family: "Satoshi";
  color: #fff;
  font-size: 22px;
  position: relative;
}

#extraNav ul li a:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: calc(100% + .2rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.59, 0.08, 0.385, 1);
  transform-origin: left;
}

#extraNav ul li a.redItem {
  font-family: "Satoshi";
  color: #f73c2b;
  font-size: 15px;
}

#extraNav ul li a.redItem:after {
  height: 1px;
  background: #f73c2b;
}

#extraNav ul li a.redItem ~ a.redItem {
  margin-top: 8vh;
}

#extraNav ul li i {
  color: #fff;
}

#extraNav ul li.active a::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#extraNav ul li.item-114 {
  margin-bottom: 8vh;
}

span#menuIcon, span#closeIcon {
  display: none;
}

#managebooking {
  background: #333;
  border: none;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 27px;
  border-radius: 18px;
}

#managebooking:hover {
  background: #000;
  color: #fff;
}

.hamburger {
  padding: 0;
}

.hamburger:focus {
  outline: none;
}

.hamburger .hamburger-box {
  width: 26px;
  height: 24px;
  color: #333;
}

.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:after, .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #333;
  height: 4px;
  width: 30px;
}

.hamburger.disabled {
  opacity: 0.5 !important;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  /* background-color: #fff; */
}

.hamburger.is-active:hover {
  opacity: 1;
}



.menu-101 {
  display: block;
}

a.logo {
  margin-bottom: 0;
}

.statusBar {
  background-color: #000;
  color: #fff;
}

.statusBar .above-header {
  color: #fff;
}

.statusBar .above-header:hover {
  color: #b0b0b0;
}

.statusBar .above-header:hover a {
  color: #b0b0b0;
}

.statusBar .above-header a {
  text-decoration: underline;
  color: #fff;
}

.statusBar .phone-btn a {
  text-decoration: none;
}

.statusBar .email-btn a {
  text-decoration: none;
}

.statusBar .time-btn a {
  text-decoration: none;
  pointer-events: none;
}

.statusBar .time-btn:hover {
  color: #fff;
}

.atol-head {
  object-fit: contain;
  width: 20px;
  border: solid 1px #fff;
}

.abta-head {
  object-fit: contain;
  width: 50px;
  border: solid 1px #fff;
}

.loggedIn ul.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loggedIn ul.menu li {
  margin-bottom: 0;
}

.loggedIn ul.menu li a {
  color: #000;
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
}

.loggedIn ul.menu li.active a {
  font-weight: bold;
}

.hoverSubMenu {
  position: fixed;
  top: 84px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transform: translateY(-1000px);
  transition: transform 0.3s ease-in-out;
  display: block !important;
  pointer-events: none;
}

.hoverSubMenu ul > li {
  margin-bottom: 0;
  line-height: 1rem;
}

.hoverSubMenu ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 3px 0;
  margin: 0;
  font-weight: 100;
  display: block;
}

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

.hoverSubMenu a.closeButton {
  color: #fff;
}

.showSubMenu {
  z-index: 1002;
  opacity: 1 !important;
  transform: translateY(0);
  margin-top: 86px;
  pointer-events: all;
}

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

ul.navbar-nav > li > ul.dropdown > a:first-child {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.dropdown {
  display: none;
  opacity: 1;
  position: static;
  overflow: hidden;
  padding: 20px;
  border-radius: 2px;
  transition: all 0.5s;
  transform: none;
  will-change: opacity;
  display: block;
  text-align: center;
  list-style-type: none;
}

li.item-108.deeper > ul > li {
  display: none;
}

li.item-108.deeper > ul > li.deeper {
  display: block;
}

.topRight > a {
  font-size: 11px;
}

.menuLeft #bestSellers {
  cursor: pointer;
}

.menuLeft button {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 15px 0;
  transition: all 0.3s ease;
}

.menuLeft button:hover {
  background-color: #f7f7f7;
}

.menuMid .tabcontent {
  opacity: 0;
  display: flex;
  height: 0;
  padding: 0;
}

.menuMid .tabcontent.reveal {
  transition: opacity 0.6s ease;
  opacity: 1;
  height: auto;
}

.menuMid .row a {
  text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.menuMid .row a img {
  max-width: 160px;
  height: 100px;
  object-fit: cover;
}

.new-arrival-menu li {
  list-style-type: none;
}

.new-arrival-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-arrival-menu li a img {
  height: 382px;
  object-fit: cover;
  padding: 10px 1rem;
}

.new-arrival-menu li a .image-title {
  text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 11px;
  letter-spacing: 1.5px;
  position: relative;
  top: -5px;
}

.new-arrival-menu li ::marker {
  content: none;
}

.container-menu-shadow {
  -webkit-box-shadow: 0px 0px 20px -3px #b9b9b9;
  -moz-box-shadow: 0px 0px 20px -3px #b9b9b9;
  box-shadow: 0px 0px 20px -3px #b9b9b9;
  background-color: #fff;
}

#destinationsMenu, #holidayTypesMenu {
  display: none;
}

.menu-open {
  overflow: hidden !important;
}

input:focus-visible {
  outline: none;
}

form label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Satoshi", Helvetica, Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  /* setup all the background tweaks for our custom icon */
  background-repeat: no-repeat;
  /* icon size */
  background-size: 14px;
}

:focus {
  outline: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 222, 223, 0.3);
}

footer.fancy-footer {
  background: #014751;
  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: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}

footer.fancy-footer a {
  color: #fff;
  font-size: 13px;
}

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

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

footer.fancy-footer .socialmenu li > a {
  color: #fff;
  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: #fff;
  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: #fff;
}

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

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

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

.socials-footer i {
  color: #fff;
  font-size: 25px;
}

.socials-footer a {
  color: #fff;
}

#footerimg {
  width: 50%;
}

.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: "Satoshi";
  font-weight: 200;
  color: #fff;
  font-size: 36px;
}

.browse-view .virtuemart-layout .hover-text p,
.category-view .virtuemart-layout .hover-text p {
  font-family: "Satoshi";
  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: "Satoshi";
  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%;
}

/* 
.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: 165px;
  }
  .navbar-toggler.collapsed {
    top: 25px;
  }
  .nav-banner {
    height: 90px;
  }
  .operation .nav.nav-pills {
    height: 75px;
  }
  #particles-js {
    height: 65%;
  }
  .smoke-base .smoke {
    width: fit-content;
    max-width: 700px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .smoke-base .smoke .dialog-inner {
    font-size: 18px;
  }
  .deal--row .showPricePP > span:last-child {
    display: inline;
  }
  #footerimg {
    width: 40%;
  }
  .summaryTabs .nav-tabs li a.active {
    border-bottom: 0 !important;
  }
  #myTabsSummary a {
    width: auto !important;
    display: inline;
    margin-bottom: 0 !important;
  }
  #myTabsSummary li {
    min-height: 0;
    width: auto !important;
  }
  .black-bg .slick-slider .slick-prev {
    left: -10%;
    z-index: 100;
  }
  .black-bg .slick-slider .slick-next {
    right: -10%;
    z-index: 100;
  }
}

@media (max-width: 768px) {
  .deal__thumb {
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
}

@media (min-width: 768px) {
  .careersBenefits .slick-next {
    right: -45px;
  }
  .careersBenefits .slick-prev {
    left: -45px;
  }
  .footer-alt-nav ul li a {
    width: auto !important;
    font-size: 13px !important;
  }
  .autocomplete-suggestions {
    width: 350px !important;
  }
  #testimonialCarousel .carousel-control-prev {
    right: 50px;
    left: unset !important;
    top: 200px;
  }
  #testimonialCarousel .carousel-control-next {
    top: 200px;
    right: 0 !important;
  }
  .quote-speechmarks-1 {
    margin-left: -100px !important;
  }
  .quote-speechmarks-2 {
    margin-right: -100px !important;
  }
  .nav-banner {
    height: 125px;
  }
  .card-title {
    top: 84%;
  }
  nav svg {
    max-width: 250px;
  }
  .offline .btn {
    margin-right: 1.5em;
  }
  .nav-banner-logo {
    width: 245px;
    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;
  }
  #particles-js {
    height: 73%;
  }
  footer.fancy-footer .footerLogo {
    margin: 0;
  }
  .image--corner {
    position: relative;
  }
  .featured__dest-wrap > a {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
  }
  .featured__dest-wrap h5 {
    color: #242422;
    font-size: 32px;
    z-index: 3;
    display: inline-block;
  }
  .featured__dest-text > a:after {
    background-image: none;
  }
  .content__block-wrap img {
    max-height: 55px;
    max-width: 55px;
  }
  .content__block-wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
    height: 100%;
  }
  .image--corner img {
    vertical-align: bottom;
  }
  .featured h2 {
    margin-bottom: 40px;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured__dest-wrap {
    margin-bottom: 50px;
  }
  .content__block-wrap strong {
    font-size: 18px;
  }
  .featured__destinations-grid {
    margin-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .featured.featured--offer .featured__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .featured.featured--offer .featured__wrapper:before {
    display: inline-block;
  }
  .featured.featured--offer .featured__content-wrap {
    padding: 80px 70px;
  }
  .featured.featured--offer .featured__content-wrap .btn-primary {
    margin: 0;
  }
  .featured.featured--offer .featured__image img {
    max-height: 100%;
    min-height: 470px;
    object-fit: cover;
  }
  .featured.featured--offer h3 {
    font-size: 42px;
    margin: 0;
  }
  .featured.featured--offer h3:after {
    margin: 0;
    right: auto;
  }
  .featured.featured--offer .featured__wrapper:after {
    display: inline-block;
  }
  .featured.featured--offer p {
    font-size: 18px;
    margin: 20px 0;
  }
  footer h4 {
    font-size: 30px;
  }
  .hero h1 {
    font-size: 85px;
  }
  .crowdfunding .hero h1 {
    font-size: 80px;
  }
  .hero.hero--home:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background: #f3f2f1;
    right: 0;
    width: calc(100% - 40vw);
  }
  .hero.hero--home h1 {
    transform: translateX(-8vw);
    -webkit-transform: translateX(-8vw);
  }
  .hero.hero--home .hero__content:after {
    display: none;
  }
  .hero.hero--home .hero__text {
    max-width: 600px;
  }
  .hero.hero--default {
    padding-bottom: 70px;
  }
  .hero.hero--default:after {
    max-height: 480pc;
    bottom: 0;
    width: 44vw;
  }
  .hero.hero--default:before {
    top: 95px;
    max-height: 100%;
  }
  body.destinations section.archive {
    padding-top: 80px;
  }
  body.destinations article .archive__term-thumb {
    padding: 30px 60px 30px 0;
  }
  body.destinations article h2 {
    font-size: 42px;
  }
  body.destinations article img {
    min-height: 340px;
  }
  .hero.hero--default {
    padding-bottom: 70px;
  }
  .hero.hero--default:after {
    max-height: 480px;
    bottom: 0;
    width: 44vw;
  }
  .content__row:nth-child(odd) .content__row-text {
    margin-top: 70px;
  }
  .card .card-header h2 button {
    font-size: 24px;
    padding-right: 100px;
    max-width: 100%;
  }
  section:not(.hero) {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  section.holidayType:not(.hero) {
    padding-bottom: 1rem !important;
  }
  .book section:not(.hero) {
    padding-top: 100px;
  }
  .btn-chev {
    font-size: 25px;
  }
  .btn-chev:after {
    background-size: 12px;
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .btn-chev span {
    max-width: 180px;
  }
  .content p img {
    max-height: 50px;
  }
  .featured.featured--exclusives {
    padding-top: 100px;
    overflow-x: hidden;
  }
  .featured.featured--destinations {
    background-color: #fff;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  .featured h2 {
    margin-bottom: 40px;
    -ms-flex-align: center;
    align-items: center;
  }
  .deal__buttons:before {
    max-width: 70px;
  }
  h1, .sudoh1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .content p img {
    max-height: 50px;
  }
  .nivo-caption h2 {
    font-size: 40px;
  }
  .nivo-caption h3 {
    font-size: 50px;
  }
  .theme-light .nivoSlider img {
    max-height: 700px !important;
    object-fit: cover;
  }
  form#searchForm nav#searchFormTabs {
    top: -50px;
    left: -2px;
    justify-content: left;
    width: 100%;
  }
  form#searchForm nav#searchFormTabs a.nav-link {
    background-color: #f3f2f1;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 10px;
    font-family: "Satoshi";
    font-size: 16px;
    padding: 14px 31px;
  }
  form#searchForm nav#searchFormTabs a.nav-link i {
    display: inline-block;
  }
  .deal--row .deal__details {
    margin-right: 0;
    margin-left: auto;
  }
 /*  .deal--row .deal__details .deal__location-accomm a {
    font-size: 24px !important;
  } */
  .deal--row .deal__details .deal__location-dest {
    font-size: 12px;
  }
  .content.content--hotel .content__hotel-facilities ul li {
    width: calc(50% - 15px);
  }
  .nivo-slider-wrapper.desktop {
    display: block;
  }
  .nivo-slider-wrapper .nivo-caption {
    transform: translateY(-100%);
  }
  .nivo-slider-wrapper .nivo-caption h2 {
    font-size: 50px;
  }
  .nivo-slider-wrapper .nivo-caption h2 p {
    font-size: 50px;
  }
  .nivo-slider-wrapper .nivo-caption h3 {
    font-size: 40px;
  }
  .nivo-slider-wrapper .nivo-caption:after {
    max-width: 200px;
    font-size: 16px;
    padding: 14px 31px;
    margin: 30px auto 0;
  }
  .nivo-slider-wrapper .nivo-directionNav {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 70px;
  }
  .nivo-slider-wrapper .nivo-directionNav a {
    width: 50px;
    height: 50px;
  }
  .nivo-slider-wrapper .nivo-directionNav a svg {
    width: 18px;
    height: 18px;
  }
  .content.content--hotel .content__hotel-thumb-wrap #holidayCarousel {
    /* cb removed this height: 400px; */
  }
  .content.content--hotel .content__hotel-intro .mealBasis {
    padding: 20px;
  }
  .content.content--hotel
.content__hotel-room
li.room--selected
.content__room-price:after {
    background-size: 136px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='135' height='34' viewBox='0 0 135 34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cdefs%3E%3Cpath id='a' d='M.5.5h136.624v38H.5z'/%3E%3C/defs%3E%3Cg transform='translate(0 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M49.933 28.34c3.024 0 5.184-1.968 5.184-4.968 0-2.496-1.416-3.768-3.84-4.896-1.536-.672-2.352-1.08-2.952-1.824a1.884 1.884 0 0 1-.456-1.272c0-.96.84-1.752 1.92-1.752 1.128 0 1.944.6 2.4 1.8l2.136-1.368c-.84-1.944-2.352-2.904-4.536-2.904-2.592 0-4.488 1.872-4.488 4.32 0 2.28 1.296 3.576 3.336 4.608l.432.216c1.56.768 2.352 1.176 2.928 1.92.288.36.432.768.432 1.272 0 1.56-.984 2.376-2.424 2.376-1.848 0-2.952-1.416-3.504-3.528l-2.184 1.344c.528 2.592 2.712 4.656 5.616 4.656zm12.84 0c2.664 0 4.32-1.152 5.376-3.48l-2.088-.816c-.792 1.44-1.704 2.088-3.168 2.088-1.8 0-2.976-1.248-3.192-3.36h8.616v-1.056c0-2.976-1.92-5.856-5.544-5.856-3.72 0-5.664 3.024-5.664 6.24s1.944 6.24 5.664 6.24zm2.952-7.632H59.82c.384-1.704 1.512-2.64 2.952-2.64 1.704 0 2.664 1.08 2.952 2.64zm7.92 7.44V11.156H71.1v16.992h2.544zm8.448.192c2.664 0 4.32-1.152 5.376-3.48l-2.088-.816c-.792 1.44-1.704 2.088-3.168 2.088-1.8 0-2.976-1.248-3.192-3.36h8.616v-1.056c0-2.976-1.92-5.856-5.544-5.856-3.72 0-5.664 3.024-5.664 6.24s1.944 6.24 5.664 6.24zm2.952-7.632H79.14c.384-1.704 1.512-2.64 2.952-2.64 1.704 0 2.664 1.08 2.952 2.64zm10.44 7.632c2.592 0 4.416-1.2 5.304-3.432l-2.256-.912c-.672 1.416-1.608 2.136-3.048 2.136-2.016 0-3.096-1.632-3.096-4.032 0-2.4 1.08-4.032 3.096-4.032 1.44 0 2.4.72 3.048 2.136l2.256-.936c-.888-2.232-2.712-3.408-5.304-3.408-3.744 0-5.736 2.808-5.736 6.24 0 3.432 1.992 6.24 5.736 6.24zm12.432 0c.744 0 1.416-.144 1.992-.432l-.6-2.088c-.36.216-.792.312-1.272.312-1.056 0-1.608-.552-1.608-1.968V18.26h3.216v-2.208h-3.216v-4.896l-2.544 1.608v3.288h-1.944v2.208h1.944v5.856c0 2.808 1.512 4.224 4.032 4.224zm8.04 0c2.664 0 4.32-1.152 5.376-3.48l-2.088-.816c-.792 1.44-1.704 2.088-3.168 2.088-1.8 0-2.976-1.248-3.192-3.36h8.616v-1.056c0-2.976-1.92-5.856-5.544-5.856-3.72 0-5.664 3.024-5.664 6.24s1.944 6.24 5.664 6.24zm2.952-7.632h-5.904c.384-1.704 1.512-2.64 2.952-2.64 1.704 0 2.664 1.08 2.952 2.64zm10.008 7.632c1.56 0 2.88-.744 3.36-1.584v1.392h2.544V11.156h-2.544v6.168c-.672-.864-1.92-1.464-3.36-1.464-1.68 0-2.976.576-3.912 1.728-.936 1.128-1.392 2.64-1.392 4.512 0 1.872.456 3.384 1.392 4.536.936 1.128 2.232 1.704 3.912 1.704zm.48-2.208c-1.848 0-3.144-1.56-3.144-4.032s1.296-4.032 3.144-4.032c1.896 0 3.12 1.56 3.12 4.032s-1.224 4.032-3.12 4.032z' fill='%23FFF' fill-rule='nonzero' mask='url(%23b)'/%3E%3Cpath d='M32.5 19.5c0 8.837-7.164 16-16 16s-16-7.163-16-16c0-8.836 7.164-16 16-16s16 7.164 16 16z' stroke='%23FFF' mask='url(%23b)'/%3E%3Cpath stroke='%23FFF' mask='url(%23b)' d='M10.74 19.88l3.587 3.587 7.933-7.933'/%3E%3C/g%3E%3C/svg%3E");
  }
  .select2-dropdown {
    width: 300px !important;
    top: 7px !important;
    left: -1px !important;
  }
  .deal h3 {
    font-size: 20px;
  }
  .featured.featured--exclusives a.image--corner:before {
    left: -3px;
    bottom: -3px;
  }
  .featured__dest-wrap .image--corner {
    display: block;
  }
  .featured__destinations-grid .image--corner {
    display: block;
  }
  .featured__destinations-grid:after {
    content: "";
    height: 8px;
    width: 40%;
    background: #242422;
    position: absolute;
    z-index: 2;
    min-width: 300px;
    left: 0;
    top: -88px;
    right: auto;
    bottom: auto;
  }
  .deal--row::after {
    background-size: contain;
  }
  .deal--row .deal__details .deal__book .deal__price {
    font-size: 28px;
  }
  .footer__subscribe:after {
    width: calc(100% - 30px);
  }
  #results h2.icon-inline {
    font-size: 32px;
  }
  #results p.resultsNote {
    font-size: 15px;
  }
  .hasResults {
    display: block;
  }
  #mobileToolBar.showToolBar {
    display: none !important;
  }
  .content.content--hotel .flightWrapper .col-12 .arrow {
    height: 100%;
    bottom: 0;
    margin-bottom: 0;
  }
  .triangle-container-alt {
    top: -80px;
  }
  .deal__thumb {
    height: 100%;
  }
  .deal__thumb .carousel {
    height: 100%;
  }
  .deal__thumb .carousel .carousel-inner {
    height: 100%;
  }
  .deal__thumb .carousel .carousel-inner .carousel-item {
    height: 100%;
  }
  .deal__thumb .carousel .carousel-inner .carousel-item img {
    height: 100%;
  }
  .flow-container .booking-steps {
    background-color: #e0dedf;
    max-height: 74px;
    height: calc(100% + 2px);
  }
  .flow-container .booking-steps .number-container-booking {
    position: relative;
    left: 20px;
    top: auto;
  }
  .flow-container .booking-steps .border-circle {
    border-radius: 50%;
    background-color: #fff;
    padding: 0 14px;
    font-size: 25px;
    color: #b9b9b9;
  }
  .flow-container .booking-steps .border-circle::after {
    display: none;
  }
  .flow-container .booking-steps:last-child {
    border-right: none;
  }
  .flow-container .booking-steps .triangle-right {
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 45px solid #fff;
    position: absolute;
    right: -47px;
    z-index: 3;
    top: -1px;
  }
  .flow-container .booking-steps .triangle-right-inner {
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 44px solid #e0dedf;
    position: absolute;
    right: -44px;
    z-index: 3;
  }
  .flow-container .triangle-fix {
    border: solid 1px #fff;
    height: 100%;
    position: absolute;
    right: -2px;
    z-index: 2;
  }
  .flow-container .booking-steps.active {
    background-color: #e4166c;
    color: #fff;
  }
  .flow-container .booking-steps.active .booking-p {
    color: #fff;
  }
  .flow-container .booking-steps.active .triangle-right-inner {
    border-left: 44px solid #e4166c;
  }
  .flow-container .booking-steps.active .border-circle {
    color: #e4166c;
  }
  .booking-p {
    opacity: 1;
  }
  #footerimg {
    width: 20%;
  }
  .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
  #myTabs1 .overview-tabs {
    width: 16.66666667%;
  }
  ul.breadcrumb {
    display: flex;
  }
  .holiday-search-hotel {
    padding-right: 1rem !important;
  }
  .holiday-search-hotel #searchForm #searchFormAlt .container .search__inner {
    margin-right: 1rem !important;
  }
  .holiday-search-hotel #searchForm #searchFormAlt .container .search__inner .search__param {
    margin: 5px 1rem !important;
  }
  .blog #main-content .carodivs h3 {
    color: white !important;
  }
  .hotels #searchForm {
    width: 100% !important;
  }
  #transferOptions .btn-primary {
    width: 170px !important;
  }
  #transferOptions .btn-tertiary {
    width: 170px !important;
  }
  .roomoptionstag .d-flex .row .col-12 .d-flex .btn-primary {
    max-width: 170px;
  }
  .offercards1 {
    height: 560px;
  }
  .mealBasis .mbPrices {
    width: 100%;
    max-width: 170px;
  }
  .hotel-slick-container .slick-slider .slick-prev {
    left: 15%;
    z-index: 100;
  }
  .hotel-slick-container .slick-slider .slick-next {
    right: 15%;
    z-index: 100;
  }
  #quotediv {
    width: 60% !important;
  }
  .hero-slider-container {
    height: 70vh;
  }
  .hero-slider-container h2 {
    font-size: 50px;
  }
}

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

@media (min-width: 992px) {
  .loggedIn ul.menu {
    align-items: start;
  }
  li.menu-325, li.menu-326, li.menu-327, li.menu-328, li.menu-332 {
    display: none;
  }
  .offercards1 {
    height: 600px;
  }
  #chart-container {
    max-width: 75% !important;
  }
  .vacancyboxes {
    max-width: 360px;
    margin: 10px;
  }
  #cardCarouselParent h3 {
    width: 800px;
    bottom: 171px;
  }
  #cardCarouselParent .slick-arrow {
    width: 70px;
    height: 70px;
  }
  .menu-101 {
    display: none;
  }
  .menu-143,
  .menu-144 {
    display: none;
  }
  .navbar-nav li:first-child {
    padding-left: 0px;
  }
  .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;
  }
  .slide-content {
    padding: 20px 0;
  }
  .navbar {
    max-height: auto;
    overflow-y: initial;
  }
  .nav-banner-logo {
    width: 230px;
  }
  ul.navbar-nav {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 60px;
    left: 155%;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  .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::before {
    content: "";
    position: absolute;
    top: 15px;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    pointer-events: none;
    transform: translateX(-25%);
    z-index: 100;
  }
  .navbar-nav > li::after,
  .navbar-nav > li:hover::after,
  .navbar-nav > li.dropdown:hover::after {
    content: "" !important;
  }
  .navbar-nav > li.dropdown:hover::after {
    opacity: 1;
  }
  li.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
  }
  .navbar-nav li.dropdown:hover::before {
    pointer-events: auto;
  }
  .navbar-nav > li.dropdown:hover::after {
    opacity: 1;
  }
  .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-left: 40px;
  }
  .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: #5c5c5c;
    width: 100%;
    text-align: left;
    margin-left: 0 !important;
    display: block;
  }
  .dropdown-menu {
    border-radius: 0;
    box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    -moz-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    -ms-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    border: none;
    border-radius: 15px;
    width: 500px;
    margin-top: 0;
    background-color: #fff;
  }
  .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 {
    padding: 0 0 5px 15px;
    width: 100%;
    float: left;
    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;
  }
  .dropdown-menu .menuItem li a {
    padding: 10px 0px;
  }
  .navbar-nav li.dropdown a.dropdown-toggle,
  .navbar-nav li.menu-330 a,
  .navbar-nav li.menu-331 a {
    padding: 0 20px;
  }
  .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: 150px;
    background-color: #fff;
  }
  .nav-banner > .container {
    align-items: center;
    padding-top: 0;
  }
  .nav-banner > .container a {
    width: 100%;
  }
  #navbarCollapse {
    background: transparent;
  }
  ul.redMenu {
    position: absolute;
    right: 90px;
  }
  ul.redMenu li {
    display: inline-block;
    margin-left: 30px;
  }
  ul.redMenu li a {
    color: #f73c2b;
    font-family: "Satoshi";
    font-size: 12px;
    position: relative;
  }
  ul.redMenu li a:after {
    content: "";
    height: 0.5px;
    width: 100%;
    background: #f73c2b;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: transform 0.2s cubic-bezier(0.59, 0.08, 0.385, 1);
    transform-origin: left;
  }
  ul.redMenu li a:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 60px;
    left: 130%;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  .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: #014751;
    padding-top: 20px;
  }
  footer.fancy-footer .footerLogo {
    display: block;
    max-width: 160px;
  }
  footer.fancy-footer div,
  footer.fancy-footer p {
    color: #d4d4d4;
    font-size: 13px;
    margin-bottom: 0;
  }
  footer.fancy-footer h5 {
    margin-bottom: 40px;
    margin-top: 0px;
    font-size: 16px;
  }
  .contact__details h1 {
    margin-bottom: 40px;
    font-size: 80px;
  }
  .contact__details-inner {
    max-width: 65%;
  }
  .contact__details:before {
    top: -65px;
    bottom: -65px;
    min-width: 410px;
    transform: translateX(-50%);
    left: 50px;
  }
  .contact__image > span:before {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
  }
  .vh.vh--75 {
    min-height: 75vh;
    height: auto;
  }
  .hero.hero--default .hero__text .btn {
    margin-top: 30px;
  }
  .hero.hero--archive .hero__text-wrap {
    padding: 0 30px 0 0;
  }
  .hero.hero--archive .hero__image {
    padding-top: 110px;
  }
  .hero.hero--archive .hero__image:after,
  .hero.hero--archive .hero__image:before {
    max-width: 600px;
    max-height: calc(100% - 180px);
  }
  .hero.hero--archive .hero__image span {
    width: auto;
  }
  .hero.hero--archive .hero__image img {
    width: auto;
    width: 50vw;
    max-width: 450px;
  }
  .hero.hero--archive .hero__image img {
    width: auto;
    width: 50vw;
    max-width: 450px;
  }
  .hero.hero--default .hero__text .btn {
    margin-top: 30px;
  }
  .content__row:nth-child(2n) .content__row-image .image--corner {
    margin-bottom: -150px;
  }
  .content.content--about:before {
    left: calc(((100vw - 1384px) / 2) + 70px);
    right: calc(100% - 60vw);
    top: 150px;
  }
  .nivo-slider-wrapper .nivo-caption h2 {
    font-size: 50px;
  }
  .header__logo {
    max-width: 210px;
    max-height: 38px;
  }
  .header__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  /* cb removed this */
 /*  .content.content--hotel .content__hotel-thumb-wrap #holidayCarousel {
    height: 470px;
  } */
  .careersBenefits .slick-next {
    right: -45px;
  }
  .careersBenefits .slick-prev {
    left: -45px;
  }
  .slick-next {
    right: -105px;
  }
  .slick-next svg {
    left: 10px;
  }
  .slick-prev {
    left: -105px;
  }
  .slick-prev svg {
    left: 10px;
  }
  .influencerSlick .slick-list {
    width: 100%;
    overflow-x: hidden;
  }
  .deal--row {
    position: relative;
    padding-right: 6px;
    padding-bottom: 6px;
  }
  .deal--row .deal__thumb {
    width: 100%;
    position: relative;
    background-position: 1000% 1000%;
    background-repeat: no-repeat;
  }
  .deal--row .deal__thumb .carousel:after {
    background-image: none;
  }
  .content.content--hotel .flightWrapper {
    border-top: 0;
  }
  .content.content--hotel
.flightWrapper
.col-lg-10
> div:not(:last-child)
> div {
    border-bottom: 2px solid #7a7a7a;
  }
  .search__inner {
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0px 30px 0px 0;
  }
  .search__inner .search__param {
    border: none;
    margin-bottom: 0;
    height: 100px;
  }
  #searchFormBtn {
    margin: 5px -38px 0 30px !important;
  }
  .search__inner .search__param:last-of-type,
  .search__inner .search__param:nth-last-of-type(2) {
    border: 0;
  }
  .search__inner .search--rooms {
    max-width: 310px;
  }
  .search__inner .search--submit {
    max-width: 200px;
    position: relative;
  }
  .search__inner .search--submit .btn-primary {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    text-align: center;
    top: -1px;
    right: -1px;
    position: absolute;
    line-height: 2;
  }
  form#searchForm .search {
    position: absolute;
    width: 100%;
  }
  .trustpoint-container > div:last-child .trustpoints {
    border-right: none;
  }
  .holiday-options a h4 {
    font-size: 21.6px;
  }
  .holiday-options a button {
    font-size: 13px;
  }
  .banner-text-container {
    width: 450px;
  }
  .hotel-slick-container .slick-slider .slick-prev {
    left: 31%;
    z-index: 100;
  }
  .hotel-slick-container .slick-slider .slick-next {
    right: 31%;
    z-index: 100;
  }
  .black-bg .slick-slider .slick-prev {
    left: 25%;
    z-index: 100;
  }
  .black-bg .slick-slider .slick-next {
    right: 25%;
    z-index: 100;
  }
  .hotel-title-hotel {
    width: 40%;
  }
  .search-p {
    font-size: 11px;
  }
  .basket #seatModal .modal-content {
    min-width: 570px;
  }
}

@media (min-width: 1200px) {
  #cardCarouselParent h3 {
    width: 980px;
  }
  .slick-arrow {
    display: block;
  }
  .featured.featured--offer .featured__wrapper:after {
    max-width: 1000px;
    width: calc(100% + (120vw - 1384px));
    right: calc(0px - ((120vw - 1384px) / 2));
  }
  .nav-banner-logo {
    width: 180px;
    height: auto;
    margin: 0;
  }
  .nav-banner-secondary {
    width: 273px;
    height: auto;
    margin: 0 100px 0 0;
  }
  footer.fancy-footer h5 {
    font-size: 22px;
  }
  .hero.hero--default .hero__image:after {
    max-width: 1400px;
    width: calc(100% + (120vw - 1384px));
    right: calc(0px - ((120vw - 1384px) / 2));
  }
  .crowdfunding .hero.hero--default .hero__image:after {
    width: calc(30% + (120vw - 1384px));
  }
  .banner-container {
    height: 600px;
  }
  .banner-container img {
    height: 600px;
  }
  .banner-container .banner-center h2 {
    font-size: 54px;
  }
  .banner-container .banner-center p {
    font-size: 40px;
  }
  .content__block-wrap1 {
    white-space: nowrap;
  }
  .trustpoint-header {
    background-color: #000;
  }
  .container-triangle {
    margin-top: -50px;
  }
  .hotel-slick-container .slick-slider .slick-prev {
    left: 32%;
    z-index: 100;
  }
  .hotel-slick-container .slick-slider .slick-next {
    right: 32%;
    z-index: 100;
  }
  .staff-quote {
    margin-bottom: 2rem !important;
  }
  .module-smart-search {
    overflow: hidden;
  }
  .module-smart-search input {
    width: 1px;
    visibility: hidden;
  }
  .hero-slider-container {
    height: 80vh;
  }
}

@media (min-width: 1600px) {
  .hotel-slick-container .slick-slider .slick-prev {
    left: 32%;
    z-index: 100;
  }
  .hotel-slick-container .slick-slider .slick-next {
    right: 32%;
    z-index: 100;
  }
}

@media (min-width: 2000px) {
  .hotel-slick-container .slick-slider .slick-prev {
    left: 30%;
    z-index: 100;
  }
  .hotel-slick-container .slick-slider .slick-next {
    right: 30%;
    z-index: 100;
  }
}

@media screen and (min-width: 1380px) {
  .featured__destinations-grid:before {
    left: calc(0px - (100vw - 1384px / 2));
  }
  .featured.featured--offer .featured__wrapper:before {
    right: calc(0px - (100vw - 1384px / 2));
  }
  .hero.hero--archive .hero__image:after,
  .hero.hero--archive .hero__image:before {
    right: calc(0px - ((100vw - 1384px) / 2));
  }
  .hero.hero--archive .hero__image-wrap:before {
    right: calc(0px - (110vw - 1384px) / 2);
  }
  .featured__destinations-grid:after {
    max-width: 400px;
    width: calc(100% + (101vw - 1384px));
    left: calc(0px - ((101vw - 1384px) / 2));
  }
}

@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;
  }
  .form-group textarea.form-control + label.d-block {
    top: -140px;
  }
}

@media screen and (max-width: 991px) {


.year-change, .month-change {
	height:25px;
}

  body .hoverSubMenu, body .showSubMenu {
    display: none !important;
    opacity: 1 !important;
  }
  
  #departureModal {


	top: 0px;
	left: 0px;

	/* height:auto; */
}


#destinationModal {
	top: 0px;
	left: 0px;
	max-width: unset;
	/* height: auto; */
}
#datesModal{

	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 700px;
	/* height: auto; */

}

#RoomsModal{
	top: 0px;
	left: 0px;
  /* width: fit-content; */
	/* height: auto; */
}
  
  
}







/* General Menu Styles */
ul.mod-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.mod-menu > li {
    position: relative;
}

/* Hide child menus by default */
ul.mod-menu ul {
    display: none;
    padding: 0;
    margin: 0;
    border-left: 3px solid transparent;
    width: 100%;
    box-sizing: border-box;
}

/* Show submenu when parent link is focused */
/* ul.mod-menu > li > a:focus + ul,
ul.mod-menu > li > a:focus-within + ul, */
/* ul.mod-menu li:focus > ul,
ul.mod-menu li:focus-within > ul,
ul.mod-menu li > ul:focus > li ,
ul.mod-menu li > ul:focus-within > li */

.deeper:focus > ul,
.deeper:focus-within > ul
/* ul.mod-menu > li > ul > li > span:focus + ul,
ul.mod-menu > li > ul > li > span:focus + ul */  {
    /* display: block; */
}

/* Parent menu item styles */
ul.mod-menu > li > a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease, border-left-color 0.3s ease;
}

ul.mod-menu > li > a:hover,
ul.mod-menu > li > span:hover,
ul.mod-menu > li.deeper span:hover,
ul.mod-menu > li.deeper > ul > li.deeper span:hover {
    border-left: 3px solid #e3166c; /* Optional: left border on hover */
}

ul.mod-menu > li > a,
ul.mod-menu > li > span,
ul.mod-menu > li.deeper span,
ul.mod-menu > li.deeper > ul > li.deeper span {
    /* color: #007bff; */ /* Optional: text color change on hover */
    border-left: 3px solid transparent; /* Optional: left border on hover */
}

/* Styling for submenu items */
ul.mod-menu ul li {
    padding: 10px;
    width: 100%; /* Full width for submenu items */
    box-sizing: border-box;
}

ul.mod-menu ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

ul.mod-menu ul li a:hover {
    color: #007bff; /* Optional: text color change on hover for submenu links */
    border-left-color: #ffee00; /* Optional: background change on hover for submenu links */
}

/* Accessibility: focus outline for clickable elements */
ul.mod-menu > li > a:focus,
ul.mod-menu ul li a:focus {
    outline: 2px solid #e3166c;
    outline-offset: 2px;
}

span.separator {
	width:100%;
}

.hamburger-inner {
  z-index:1003;
}

#mobileNav > ul {
  transition: .25s;
  text-align: left;
  z-index: 1002;
  overflow-y: auto;
  display: block;
  overflow-x: hidden !important;
}

#mobileNav > ul ul.nav-child:last-child {
  margin-bottom: 20px;
}

#mobileNav > ul li {
  margin: 0;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  
}

#mobileNav > ul li.item-101 {
  display: none;
}

#mobileNav > ul li a, #mobileNav > ul li span.nav-header,  .nav-item span{
  color: #333;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 8px;
}

#mobileNav > ul li ul li {
  margin-top: 0px !important;
}

#mobileNav > ul li > ul.nav-child {
  display: none;
}

#mobileNav > ul li.active > ul.nav-child {
  display: block;
}
#mobileNav > ul li.parent > a::after, #mobileNav > ul li.parent > span::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f054";
  color: #888888;
  font-size: 24px;
  transition: 0.5s;
  padding-right: 10px;
  float:right;
}

#mobileNav > ul li.parent > a:focus::after, #mobileNav > ul li.parent > span:focus::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f054";
  color: #888888;
  font-size: 24px;
  transition: 0.5s;
  padding-right: 10px;
}

#mobileNav > ul li.deeper {
  position: relative;
}

#mobileNav > ul li.deeper.showing > a::after, #mobileNav > ul li.deeper.showing > span::after, #mobileNav > ul li.deeper.active > a::after, #mobileNav > ul li.deeper.active > span::after {
  content: "\f054";
  transition: 0.5s;
  top: 0;
}

#mobileNav > ul li > ul li {
  padding-left: 15px;
}

#mobileNav > ul li > ul li:after {
  right: 0;
}

#mobileNav > ul li a.redItem ~ a.redItem {
  margin-top: 8vh;
}

#mobileNav > ul li.active a::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.calendar input {
			opacity:0.2;
		}
		
		.calendar a {
			font-size:min(15px, 4vw);
			text-decoration:none;
			color:#999;
		}
		
		.calendar h4 {
			color: #666;
			 font-weight:bold;
			font-size:16px;
			margin:5px 0 0px;
		}
		
		.calendar .fa {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: var(--fa-display, inline-block);
			font-style: normal;
			font-variant: normal;
			line-height: 1;
			text-rendering: auto;
			font-family: var(--fa-style-family, "Font Awesome 6 Pro");
			font-weight: var(--fa-style, 900);
			font-size:min(25px, 6vw);
		}
		
		.calendar .fa-plane-departure:before {
			content: "\f5b0";
		}
		.calendar .fa-plane-arrival:before {
			content: "\f5af";
		}
		
		button.close_popup {
			width: 35px;
			height: 35px;
			border-radius: 20px;
			color: #a8a8a8;
			background: #fff;
			font-size: 20px;
      border:none;
			padding: 0px;
		}
		.close_popup_wrapper{
			height:0;
			overflow:visible;
			position:absolute;
			top:-4px;
			right:-4px;
		}
		
		button.call_to_action {
			float:right;
			padding: 0 !important;
			width: 30%;
			min-width: 120px;
			margin: 0 5px 0 0;
			color:#fff;
			position: absolute;
			cursor: pointer;
			bottom: 8px;
			right: 6px;
		}

		button.call_to_action:hover {
			background-color:#890b42;
		}
		
		.calendar .btn-tertiary {
			margin:10px 10px 0 0;
			padding:5px 10px; 
			background:#ffcc01;
			color:#333;
			border-radius:6px;
			border:none;

		}

		.calendar .btn-tertiary:hover {
			background:#e3a702;
		}

		#flightCalendarSlider {
			width:100%;
			margin-bottom:20px;
		}
		.calendar {
		  margin:0 auto;
		  background-color: #fff;
		  padding:5px 5px 0; 
		  border-radius:10px;
		  position:relative;
		  text-align:left;
		}
		
		.calendar-header {
		  display: flex;
		  justify-content: space-between;
		  border-radius: 7px;
		  align-items: center;
		  font-weight: 200;
		  color: #000;
		  padding: 0 0px;
		  position: relative;
			z-index: 55;
		  margin: 0px 0 5px;

		}
		
		.calendar-body {
		  background: #fff;
			padding: 0px 4px 0px;
			border-radius: 8px;
		}
		
		.calendar-week-days {
		  display: grid;
		  grid-template-columns: repeat(7, 1fr);
		  font-weight: 600;
		  cursor: pointer;
		  color: #333;
		  background:#fff;
		  font-size: min(17px, 5vw);
		}
		
		.calendar-week-days div:hover {
		  color: black;
		  transform: scale(1.2);
		  transition: all .2s ease-in-out;
		}
		
		.calendar-week-days div {
		  display: grid;
		  place-items: center;
		  color: #000;
		  height: 30px;
		  font-weight:300;
		}
		
		.calendar-days {
		  display: grid;
		  grid-template-columns: repeat(7, 1fr);
		   grid-template-rows: repeat(4, 1fr);
		   grid-row-start:0;
		  gap: 0px;
		  color: #333;
		  position:relative;
		  top: max(-62px, -9vw);
		 font-weight:200;
		}
		
		.calendar-days > div.calendar-date {
      width: 46px;
      height: 38px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  padding: 1px;
		  position: relative;
		  cursor: pointer;
			transform: translateY(100%);
			font-size: 16px;
			color:#333;
		  background:#fff;
		  font-weight:300;
		 
		}
		.calendar-days > div {
		  width: 97%;
		  height:8vw;
		  max-height: 40px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  padding: 1px;
		  position: relative;
		  cursor: pointer;
		  transform: translateY(100%);
		  border:1px solid #DEDEDE;
			font-size: 20px;
			border-radius:6px;
			color:#999;
		  background:#f9f9f9;
		  pointer-events:none;
		}
		
		.calendar-days div.day_number {
			font-size: 20px;
			margin-top:2vh;
			color:#444;
			text-align:center;
			  align-items: center;
		  justify-content: center;
		}
		
		.calendar-days a {
			width:100%;
			text-align:center;
		}
		
		.calendar-days div.price {
			font-size: 14px;
			color:#e5166c;
			text-align:center;
		}
		
		.month-picker {
		  padding: 3px 3px;
		  border-radius: 10px;
		  border: none;
		  cursor: pointer;
			display: flex;
			align-items: center;
			background:#fff;
		}
		
		.year-picker {
		  padding: 3px 3px;
		  border-radius: 10px;
		  border: 1px solid #ddd;
		  display: flex;
		  align-items: center;
		  background:#fff;
		}
		
		.year-change, .month-change {
		  height: 38px;
		  width: 38px;
		  display: grid;
		  border-radius:5px;
		  
		  place-items: center;
		  margin: 0px 0px;
		  cursor: pointer;
		  color:#333;

		  
		}

		.year-change:hover, .month-change:hover {
			background:#eee;
		}
		
		.calendar-footer {
		  padding: 10px 7px 0px;
		  height:98px;

		}
		
		#month {
			display: inline-block;
			width: -webkit-fill-available;
			text-align: center;
			font-size: 16px;
			 color:#333;
			 font-weight:500;
		}
		
		#year {
			display: inline-block;
			min-width: 60px;
			width:  -webkit-fill-available;
			/* max-width:120px; */
			text-align: center;
			font-size:16px;
			 color:#333;
			 font-weight:500;
		}
		
		
		.calendar-days > div.current-date {
		  color: #e4166c;
		  border-color: #f9f9f9;
			background: #f9f9f9!important;
		}
		
		.month-list {
      position:unset;
      color: #151426;
      width: 100%;
      /* max-width: 420px; */
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, auto);
      gap: 5px;
      background:none;
      z-index: 998;
      padding: 20px 0 10px 4%;
    }
		
		.month-list>div.month_button {
		  display: grid;
		  place-content: center;
		  margin: 6px 1%;
		  float:left;
		  border-radius: 5px;
		  border:1px solid #bbb;
		  width:44%;
		  padding: 8px 0;
		  cursor: pointer;
		  background:#fff;
		}
		
		.month-list>div.month_button:hover {
		  color: #fff;
		}
		
		.month-list {
		  visibility: visible;
		  pointer-events: visible;
		  display:block;
		}
		

		.calendar-days > div.no-booking-period {
		
			background:#f9f9f9;
			pointer-events:none!important;
		}
		
		.calendar-days > div.no-booking-period.foundOption {
			background:#f9f9f9;
			pointer-events:none!important;
		}
		
		.calendar-days > div.DisabledOption {
		
			background:#ffff00!important;
			opacity:0.5!important;
			pointer-events:none!important;
		}
		
		.calendar-days > div.foundOption {
				background:#99ffdd;
				 pointer-events:auto;
		}
		
		.calendar-days > div.possibleOption {
			 pointer-events:auto;
		}
		
		.calendar-days > div.future-date, .calendar-days > div.past-date  {
			 pointer-events:auto;
			 color:#c2c2c2;
			 font-weight:200;
			 font-size: min(20px, 6vw);
			 border-color:#e3e3e3;
       height: 38px;
		}
		
		
		.calendar-days > div.selected_between.foundOption {
				background:#F8B4D1;
				 pointer-events:auto;
				 border-left: 2px solid #fff799;
				border-right: 2px solid #fff799;
		}
		
		.calendar-days > div.selected_between.foundOption:hover {
				background:#F8B4D1;
				 pointer-events:auto;
		}
		
		.calendar-days > div.selected_departure_date {
			background:#E3166D;
			position: relative;
			z-index: 5;
			color:#fff;
			pointer-events:auto;
		}
		
		.calendar-days > div.selected_departure_date.rangepicker {
			border-right:0;
			border-top-right-radius:0;
			border-bottom-right-radius:0;
		}
		
		.calendar-days > div.selected_departure_date.rangepicker:after {
			content: "";
			position: absolute;
			width: 0; 
			height: 0; 
			border-top: 0px solid transparent;
			border-bottom: 0px solid transparent;
			border-left: 0px solid #fc6;
			top: 0;
			left: 99%;
			z-index: 999;

		}

		
		.calendar-days > div.selected_return_date {
		
			background:#E3166D;
			border-top-left-radius:0;
			border-bottom-left-radius:0;
			border-left:0;
			color:#fff;
		}
		
		.calendar-days > div.selected_between {
			background:#F8B4D1;
			border-left: 2px solid #F8B4D1;
			border-right: 2px solid #F8B4D1;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			border-radius: 0;
			gap: 0;
			opacity: 1;
		}
		
		div.datepicker_key{
			width:40px;
			height:20px;
			border-radius:5px;
			border: 2px solid #999!important;
			margin:5px 10px;
			top:0;
			background:#fff;
			float:left;
		}	
		div.calendar-help h3 {
			margin:5px 0;
		}
		div.calendar-help {
			line-height:35px;
			font-size:min(5vw, 20px);
			margin:20px 20px;
			padding:10px 20px 50px; 
			border:1px solid #999;
			position:absolute; 
			top:10px;
			background:#fff;
			opacity:0.95;
			z-index:999;
			border-radius:10px;
		}
		
		#datepicker_help_panel {
			background: #4449;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 999;
		}
		#monthlist_wrapper{
		
					background: #fff;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 999;
		}
		hr, br {
			clear:both;
		}
		
		
		div.datepicker_key.selected_departure_date {background:#fc6;}
		div.datepicker_key.selected_between {background:#ffe7b6;}
		div.datepicker_key.foundOption {background:#99ffdd;}
		div.datepicker_key.no_booking_period {background:#f9f9f9;}
		

				
		@media (min-width: 560px) {
			.calendar .fa {
			font-size: 25px;
		  }
		  
		
		  

			.calendar-days > div.selected_departure_date.rangepicker:after {
				display:none;
			}	
		}
		#date_rannge_picker_note{
			margin-left:5px;
		}			
.ui-tooltip {
	padding: 8px 15px;
	position: absolute;
	z-index: 800;
	max-width: 300px;
	border-radius:7px;
	background:#222b;
	color:#fff;
	font-family: "Roboto", sans-serif;
	font-weight:300;
	text-align:left;
}
.ui-tooltip:after {
				content: '';
				border-bottom: 20px solid #222b;
				border-right: 10px solid transparent;
				border-left:  10px solid transparent;
				position:absolute;
				top:-20px;
				left:30px;
				width:0px;
				height:0px;
				display:block;
}
body .ui-tooltip {
	border-width: 2px;
	text-align:left;
}

.ui-widget-shadow {
	box-shadow: 0px 5px 7px #0006;
}
.ui-helper-hidden-accessible {display:none;}
		
		#previous_next_container {
			width:100%;
			display:block;
			overflow:visible;	
			height: 0px;
			z-index: 100;
			position: relative;
			top: 30px;
		}
		#next_container {
			width: 45%;
			max-width: 160px;
			position: absolute;
			right: 0;
			display: inline-block;
			cursor:pointer;
		}
		#previous_container {
			width: 45%;
			max-width: 160px;
			position: relative;
			left: 25px;
			display: inline-block;
			cursor:pointer;
		}
		
		.prev_next_message {
			background: #ff0000;
			border-radius: 8px;
			height: 25px;
			color: #fff;
			line-height: 25px;
			padding: 4px 10px;
			pointer-events:all;
			box-shadow: 5px 5px 5px #0000005e;
			overflow:hidden;
			
		}	
		.next_message {	
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
			width: calc(100% - 40px);
		}
		.next_message:before {	
			content: '';
			border-top: 30px solid transparent;
			border-bottom: 30px solid transparent;
			border-left: 20px solid #f00;
			position: absolute;
			right: 0px;
			top: -13px;
		}
		
		.past_message {	
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			width: calc(100% - 40px);
		}
		.past_message:before {	
			content: '';
			border-top: 30px solid transparent;
			border-bottom: 30px solid transparent;
			border-right: 20px solid #f00;
			position: absolute;
			left: -20px;
			top: -13px;
		}
		
		div.calendar-footer select {
			margin:17px 10px 0 0;
			padding:4px 10px; 
			background:#fff;
			color:#333;
			border:1px solid #ddd;
			border-radius:6px;
			position: absolute;
			bottom: 15px;
			left: px;
		}

    #paymentSchedule .low , #paymentSchedule .standard {
      display: none;
    }

    .seeMore {
      font-size: 14px;
      color: #676767;
      text-decoration: underline;
      text-underline-offset: 2px;
      position: relative;
      bottom: 8px;
      cursor: pointer;
    }

    .totalPriceSumm, .ppPriceSumm {
      font-weight: 600;
    }

    .ppPriceSumm {
      font-size: 12px;
      font-style: italic;
      color:#67676;
    }