@charset "UTF-8";
@font-face {
	font-family: "OpenSans";
	src: url("../fonts/opensans-regular-webfont.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;
}

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

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: 3px !important;
	font-family: "OpenSans", sans-serif;
	font-size: 15px;
	transition-duration: 0.2s;
	letter-spacing: 1px;
	text-decoration: none;
	border: none;
}

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

.btn-primary {
	background-color: #079b8f;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 40px;
	margin-bottom: 0;
	display: inline-block;
	border-radius: 5px;
	border: 0;
}

.btn-grey.selected {
		background-color: #079b8f;
		color: #fff;
		font-weight: 600;
		font-size: 18px;
		padding: 15px 40px;
		margin-bottom: 0;
		display: inline-block;
		border-radius: 5px;
		border: 0;
}

.btn-grey.selected:hover {
	color: white;
}

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

.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: #028178;
	color: #fff;
	border-color: #028178;
}

.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: #fff;
	color: #079b8f;
	border: 2px solid #079b8f;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	border-radius: 12px;
}

.btn-secondary:hover {
	/* background-color: #fff;
	color: #079b8f; */
	background-color: #079b8f;
	color: #fff;
	border: 2px solid #079b8f !important;
}

.info-container .btn-secondary:hover {
	border: 1px solid #079b8f !important;

}

.btn-secondary.active {
	background-color: #079b8f!important;
	color: #fff!important;
	border: 1px solid #079b8f !important;
}

.btn-secondary:focus {
	background-color: #079b8f;
	color: #fff;
	border: 1px solid #079b8f !important;
}

.white-bg {
	background: white;
}

.btn-tertiary {
	background-color: #f7f7f7;
	color: #028178;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 40px;
	border-radius: 8px;
	border: 1px solid #999;
}

.btn-tertiary:hover {
	background-color: #11b9ae;
	color: #fff;
}

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

#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: "OpenSans", sans-serif;
	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: 0.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: 20px;
}

div.text-2 {
	font-weight: 100;
	color: #444;
}

/*


                             ...,?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: #444;
	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;
}

.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: rgb(2 129 120);
	width: 100%;
	height: 42px;
}

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

div.header_nav_icons {
	color: #fff;
}

div.header_nav_icons i {
	color: #fff;
	font-size: 30px;
	display: block;
	line-height: 40px;
	height: 40px;
}
div.header_nav_icons b {
	color: #fff;
	font-size: 15px;
	display: block;
}

div.header_nav_icons a {
	color: #fff;
	display: block;
	font-size: 10px;
	text-align: center;
	border-left: 1px solid #12b7ac;
	margin-top: 25px;
}
div#searchtabs_light_nlue {
	background: #12b7ac;
}

div#search_white {
	background: #ffffff;
}

a.search_tab {
	color: #12b7ac;
	height: 30px;
	font-size: 17px;
	line-height: 30px;
	margin: 0px 10px;
	font-weight: bold;
}

a.search_tab i {
	color: #12b7ac;
	font-size: 20px;
	line-height: 30px;
	margin: 5px;
}
a.search_tab_active,
a.search_tab_active i {
	color: rgb(2 129 120);
}

.deal__location-rating i {
	margin: 10px 0 0px; /* changed margin bottom to 0, targetting search result cards. If other layouts need this margin, sorry! */
}

.deal__price {
	/* color: #ff9900; */
}

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

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

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

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

div.head_space {
	height: 150px;
}
ul.header_menu {
	float: right;
}
ul.header_menu li {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	margin: 0px 30px 0px;
}
ul.header_menu li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
}

ul.dropdown-menu li {
	color: black;
}

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

ul.roomoptionstag > li > div {
	border-bottom: 1.5px solid #ceecea;
	padding: 15px 0;
	margin: 0;
}

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

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

div.filter_button_row .btn-primary:hover {
	background-color:#079b8f; 
}

.hotel-content-info-row #month-picker, .hotel-content-info-row #year-picker {
	border: 2px solid #efefef!important;
}

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

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

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

.bar {
	list-style: none;
}

.bar > li {
	position: relative;
}

.bar > li:before {
	content: "\25CF";
	margin-right: 10px;
	font-size: 10px;
	position: relative;
	z-index: 20;
}

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

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

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

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

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

.filter_itemcount {
	float: right;
}

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

.ta-grey {
	color: #ccc;
	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: 0.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: "OpenSans", sans-serif;
}

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

.vh {
	min-height: auto;
}

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

header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	background-color: #0f968c;
	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: "OpenSans", sans-serif;
}

.nivo-slider-wrapper .nivo-caption h3 {
	font-size: 25px;
	margin-bottom: 5px;
	font-family: "OpenSans", sans-serif;
	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;
	z-index: 2;
	font-family: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
}

.deal__location .deal__location-accomm {
	font-size: 25px;
	font-family: "OpenSans", sans-serif;
}

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

.deal__prices {
	font-family: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
	position: relative;
	line-height: 1;
}

.deal__prices .original_price,
.deal__prices .pp {
	font-family: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
	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 */

div.searchform_field {
	margin: 15px 20px 10px 0;
	padding-right: 20px;
}

div.searchform_field.border_right {
	border-right: 1px solid #ddd;
}

form#searchForm {
	z-index: 500;
	position: relative;
	width: 100%;
	background-color: #fff;
}

form#searchForm input[type="text"],
form#searchForm input[type="search"],
form#searchForm select {
	border: none;
	color: #555555;
	height: 30px;
}

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: "OpenSans", sans-serif;
	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: 14px 5px 0 0;
	display: flex;
}

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

.search__outer {
	z-index: 1001;
}

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

.search__inner .search__param label {
	color: #777;
	font-family: "OpenSans", sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	z-index: 2;
	margin: 0;
	transition: 0.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: -24px;
	font-size: 18px;
	color: #333;
	float: right;
}

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

.search__inner .search__param input[type="text"],
.search__inner .search__param input[type="search"] {
	padding: 0px 40px 0px 0px;
	font-family: "OpenSans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	width: 100%;
	border: none;
	margin-bottom: 0;
	color: #333333;
}

.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: "OpenSans", sans-serif !important;
}

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

.search__inner .select2 .select2-selection__rendered {
	font-family: "OpenSans", sans-serif;
}

.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 #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	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: "OpenSans", sans-serif;
	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 #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 5px;
	overflow: scroll;
	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: "OpenSans", sans-serif;
	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 .modal-body {
	max-height: 50vh;
	overflow-y: auto;
}

#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: 35px;
	height: 35px;
	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: "OpenSans", sans-serif;
	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 {
	border-bottom: none;
}

.modal-dialog .modal-content .modal-header .modal-title {
	font-family: "OpenSans", sans-serif;
	color: #000;
	width: 100%;
	font-weight: 800;
}

.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: #828282;
}

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

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

#datesModal .modal-header h4 {
	color: #888888;
	font-size: 16px;
}

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

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

#datesModal .jQueryDatepicker .jQueryDatepicker_table {
	font-family: "OpenSans", sans-serif;
}

#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: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
	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__thumb .carousel .carousel-item img {
	/* max-height: 280px; */
	height: 100%;
}

.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;
	z-index: 2;
	font-family: "OpenSans", sans-serif;
	letter-spacing: -0.5px;
}

.deal--row .deal__details .deal__location-accomm a {
	font-size: 22px;
	font-family: "OpenSans", sans-serif;
	color: #000;
	margin-bottom: 0;
}

.deal--row .deal__details .deal__location-dest {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "OpenSans", sans-serif;
	margin-bottom: 0;
}

.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 #ccc;
	font-size: 14px;
}

.deal--row .deal__details .deal__info div {
	margin: 0;
	display: inline;
}

.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: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.deal--row .deal__details .deal__book .deal__price span {
	font-size: 16px;
	font-family: "OpenSans", sans-serif;
}

.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: #038178;
	background-color: transparent;
	font-family: "OpenSans", sans-serif;
	font-size: 15px;
	margin: 0 2px 8px;
	cursor: pointer;
	border-radius: 2px;
}

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

ul.resultpagination li.active {
	background-color: #038178;
	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: 300;
	background-color: transparent;
}

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

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

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

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

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

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

.icon-inline__loungepass:before {
	content: "\f7b6";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	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: 300;
	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: "OpenSans", sans-serif;
	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: calc(100vh - 300px);
	display: flex;
	align-items: center;
	width: 100%;
}

#loading .loader {
	padding: 0;
}

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

.collapsePreview a.btn:not(.collapsed):after,
#flightsContainer a: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 {
	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%;
	max-height: 500px;
	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;
	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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
	font-size: 14px;
	margin-right: 0;
	position: relative;
	width: 170px;
}

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

.content.content--hotel .content__hotel-room li span > span {
	display: inline;
	font-family: "OpenSans", sans-serif;
	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;
}

.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: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
	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;
}
.flightLogo > img {
	max-width: 100px;
}

.content.content--hotel h2.flightTitles {
	color: #000;
	font-family: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
	color: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
	position: relative;
}

.content__hotel-details .lightGrey {
	color: #7a7a7a;
	font-family: "OpenSans", sans-serif;
}

.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: "OpenSans", sans-serif;
}

.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 0 5px;
	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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif;
}

.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: 300;
	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: 300;
	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: "OpenSans", sans-serif;
}

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

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

.bookForm select {
	border-radius: 0;
	border: solid 1px #e0dedf !important;
	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: "OpenSans", sans-serif;
}

.paymentPanels .text-right h3 {
	font-size: 17px;
	font-family: "OpenSans", sans-serif;
}

.paymentPanels h2 {
	font-family: "OpenSans", sans-serif;
	font-size: 19px;
	margin: 10px 0;
}

.paymentPanels h3 {
	font-size: 17px;
	font-family: "OpenSans", sans-serif;
}

.paymentPanels h3 b {
	font-family: "OpenSans", sans-serif;
}

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

.paymentPanels .paymentSelect {
	border: 1px solid #f73c2b;
	color: #f73c2b;
	font-family: "OpenSans", sans-serif;
}

.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: #000;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-family: "OpenSans", sans-serif;
	border-right: 1px solid #000;
	max-width: 300px;
}

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

.content.content--hotel
	.content__details-mobile
	.content__hotel-total
	.price
	.fullPrice {
	font-family: "OpenSans", sans-serif;
}

.content.content--hotel .content__details-mobile a:not(.btn) {
	color: #000;
	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 #ccc;
}

.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: "OpenSans";
}

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

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

footer {
	background-color: #0f9695;
	color: #ffffff;
}

footer h6 {
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer ul.menu li a {
	color: #fff;
	font-size: 13px;
}

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

.modal-open {
	overflow: hidden;
	height: 100vh;
}

#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: #ccc;
	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: "OpenSans", sans-serif;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

#filterPanel #priceFilterValues input {
	border: none;
	width: 100%;
	font-family: "OpenSans", sans-serif;
	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;
}

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

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

#filterPanel ul li .fa-star {
	color: #f29b00;
}

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

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

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

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

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

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

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

.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: "OpenSans", sans-serif;
	position: absolute;
	top: 5px;
	left: 5px;
	letter-spacing: 0;
	z-index: 2;
	margin-bottom: 0px;
	font-size: 12px;
	transition: 0.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: OpenSans, 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: "OpenSans", sans-serif;
	font-size: 15px;
	color: #434343;
	-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: "OpenSans", sans-serif;
	margin-left: 0;
	margin-right: 0;
	color: #444;
	margin-bottom: 0.5rem;
	font-weight: 400;
	line-height: 1.2;
}

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

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

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

h4,
.h4 {
	font-size: 24px;
	font-family: "OpenSans", sans-serif;
	font-weight: 300;
	color: #2b9b8e;
}

h5,
.h5 {
	font-family: "OpenSans", sans-serif;
	font-size: 22px;
}

h6,
.h6 {
	font-size: 18px;
	font-family: "OpenSans", sans-serif;
}

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

b,
strong {
	font-family: "OpenSans", sans-serif;
}

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

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: #777;
	font-weight: 300 !important;
}

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

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

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

a {
	color: #434343;
}

a:hover {
	color: #434343;
}

.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: 0;
	border: none;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 0;
	min-width: 0;
	padding: 4px 0 4px;
	padding-left: 18px;
	padding-top: 14px;
	/* 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: #b3b3b3;
	content: "";
	font-size: 13px;
	pointer-events: none;
	padding-left: 18px;
	position: absolute;
	top: 3px;
	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;
}

.form-group select {
	min-height: 60px;
}

.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: "OpenSans", sans-serif;
	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: "OpenSans", sans-serif, 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: 300;
	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: "OpenSans", sans-serif;
	-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: "OpenSans", sans-serif;
	font-weight: 200;
	color: #fff;
	font-size: 24px;
}

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

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

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

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

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

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

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

.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: "OpenSans", sans-serif;
}

.input-group-text {
	background-color: #000;
}

.input-group-text i {
	color: #fff;
}

.formBack input {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 20px;
	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: "OpenSans";
}

.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: 32px;
}

.title-info h2 {
	font-size: 19px;
}

.title-info .content__hotel-rating {
	color: #f29b00;
	font-size: 20px;
}

.header-font {
	font-family: "OpenSans", sans-serif;
}

.body-font {
	font-family: "OpenSans", sans-serif;
}

.pinktrustpoint_icon i {
	color: #079a90;
	font-size: 50px;
	margin: 20px auto 20px;
	display: block;
}

.pinktrustpoint {
	margin-bottom: 70px;
}

.pinktrustpoint h6 {
	text-align: center;
	font-size: 20px;
}

.pinktrustpoint p {
	text-align: center;
}

.container-shadow {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 42px -14px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 42px -14px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 42px -14px rgba(0, 0, 0, 0.7);
}

#carouselExampleIndicators > div > div.carousel-item {
	max-height: 600px;
	height: 50vw;
}

.carousel-caption {
	z-index: 10;
	border-radius: 20px;
	text-align: left;
	max-width: 600px;
	height: 250px;
	font-size: 18px;
	display: flex;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.carousel-caption h2 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 100;
}

p.lead a {
	margin-top: 30px;
}

.carousel-caption a:hover {
	background: #0f9695;
	color: #fff;
	border: none;
}

.carousel-indicators {
	position: relative;
	/* height: 60px; */
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	margin-left: 0;
	justify-content: left;
	/* margin-top:5px; */
}

.carousel-indicators li {
	flex: none;
	width: 150px;
	height: 50px;
	margin-right: 10px;
	margin-left: 0;
	text-indent: unset;
	background-color: #999;
	opacity: 1;
	border-radius: 0.25rem;
}

.carousel-indicators li img {
	object-fit: cover;
}

.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: #444; */
	border-right: 1px solid #2b9b8e;
}

#myTabs li:last-child a {
	border-right: none;
}

#myTabs1 .overview-tabs {
	width: 100%;
	border-bottom: solid 1px #d2d2d1;
	transition-duration: 0.5s;
	text-align: center;
}

#myTabs1 .overview-tabs:hover {
	border-bottom: solid 1px #000;
}

#myTabs1 .overview-tabs a {
	color: #444;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 13px;
}

#myTabs1 .overview-tabs.active {
	border-bottom: solid 1px #444;
}

.nav-tabs {
	border-bottom: none;
}

.light-grey {
	color: #707070;
}

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

.form-control {
	border: solid 1px #e0dedf !important;
}

.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: 100px;
	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: #696969;
}

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

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

.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: "OpenSans";
}

.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: "OpenSans";
}

.holidayOptions .card-offers {
	transition-duration: 0.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: 0.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: 0.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 i.fa-star {
	color: #f88c17;
}

#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: 300 !important;
}

.carodivs {
	max-height: 661px !important;
}

#enquireModal label {
	color: black;
}

.pagination {
	flex-wrap: wrap;
	justify-content: center !important;
}

.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: 0.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: 0.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: 0.5s;
}

.searchhellothere .input-search-show {
	width: 70px;
	background-color: #fff;
	padding: 1px 7px;
}

.searchhellothere .mod-finder-label {
	font-size: 11px;
	color: #fff;
	transition-duration: 0.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: "OpenSans", sans-serif !important;
	margin-bottom: 0 !important;
}

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

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

.maps-information-hotel .map-title {
	color: #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: "OpenSans", sans-serif !important;
	margin-bottom: 0 !important;
}

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

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

.search .highlight {
	font-weight: 300;
	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;
}

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

.extras .booking-details label {display:flex; margin-bottom:0;}

.extras .booking-details .selectPassenger {
	color: #bcbcbc;
}

.extras .booking-details .selectPassenger .seatType {
	text-transform: capitalize;
}

.extras .booking-details .selectPassenger.active,
.extras .booking-details .selectPassenger:not(.completed):hover {
	color: #e9983d !important;
}

.extras .booking-details .selectPassenger.active i::after,
.extras .booking-details .selectPassenger:not(.completed):hover i::after {
	color: #e9983d !important;
}

.extras .booking-details .selectPassenger.completed {
	color: #0b9a8f !important;
}

.extras .booking-details .selectPassenger.completed i::before {
	color: #0b9a8f !important;
	content: "\f14a";
}

.extras .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: visible;
}

/* 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% + 0.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 > .nav-item > span::after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: calc(100% - 0.6rem);
	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, .navbar-nav > .nav-item > span:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	background: #fff;
}

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

#mobileNav > ul {
	height: 100%;
	display: block;
	width: 100vw;
	left: 0;
	transition: 0.25s;
	position: fixed;
	background: rgba(36, 36, 34, 0.9);
	text-align: left;
	z-index: 1002;
	overflow-y: scroll;
	padding-top: 60px;
	padding-bottom: 140px !important;
	overflow-x: hidden !important;
}

#mobileNav > ul ul.nav-child:last-child {
	margin-bottom: 20px;
}

#mobileNav > ul li {
	margin: 5px auto 0;
	display: flex !important;
	flex-direction: row !important;
	padding: 10px;
	font-size: 24px;
	color: #fff;
	max-width: 600px;
}

#mobileNav > ul li.showing {
	flex-direction: column !important;
}

#mobileNav > ul li.newArrivals {
	flex-direction: column !important;
}

#mobileNav > ul li.item-101 {
	display: none;
}

#mobileNav > ul li a,
#mobileNav > ul li span.nav-header {
	font-family: "OpenSans", sans-serif;
	color: #fff;
	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::after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f061";
	color: #888888;
	font-size: 24px;
	transition: 0.5s;
	padding-right: 10px;
}

#mobileNav > ul li.deeper {
	position: relative;
}

#mobileNav > ul li.deeper.showing::after,
#mobileNav > ul li.deeper.active::after {
	content: "\f061";
	transform: rotate(90deg);
	transition: 0.5s;
	top: 0;
	color: black !important;
	padding-top: 10px;
}

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

#mobileNav > ul li.item-114 {
	margin-bottom: 8vh;
}

#mobileNav .mobileFinder {
	height: auto;
	display: flex;
	width: 100%;
	left: 0;
	top: 80px;
	transition: 0.25s;
	position: fixed;
	background: white;
	text-align: left;
	z-index: 1002;
	overflow-y: scroll;
	padding-top: 20px;
	justify-content: center;
	padding-bottom: 1rem;
}

#mobileNav .mobileFinder form {
	width: 100% !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	align-items: center !important;
	justify-content: center !important;
}

#mobileNav .mobileFinder .search-p {
	display: none;
}

#mobileNav .mobileFinder .input-search-show {
	width: 40vw;
	padding: 6px 7px;
	border: 1px solid black;
}

#mobileNav .mobileFinder .mod-finder-label {
	font-size: 20px;
}

#mobileNav .mobileFinder .mod-finder-label p {
	font-size: 20px;
}

#mobileNav .mobileFinder .module-smart-search input {
	background: white;
	color: black;
	border: none;
	font-size: 12px;
	width: 120px;
	border: 1px solid black;
	padding: 4px;
	transition: 0.5s;
}

#mobileNav .mobileFinder .module-smart-search input:focus {
	width: 90%;
	padding: 8px;
}

#mobileNav .mobileFinder .module-smart-search input:not(:placeholder-shown) {
	width: 90%;
	padding: 8px;
}

#mobileNav .mobileFinder .mod-finder-label {
	color: black;
	font-size: 14px;
}

#mobileNav #mobileMenuNumber {
	height: auto;
	display: flex;
	width: 100%;
	left: 0;
	transition: 0.25s;
	background: white;
	color: black !important;
	text-align: left;
	letter-spacing: 0.1rem;
	z-index: 1002;
	overflow-y: scroll;
	padding-top: 20px;
	justify-content: center;
	margin-bottom: 2rem;
}

#mobileNav ul.unstyled li a img {
	display: none !important;
}

#mobileNav li.newArrivals ul li a img {
	display: flex !important;
}

#mobileNav .newArrivals {
	background: #f7f7f7;
	padding-left: 0px !important;
	padding-top: 5px;
	margin-top: 5px;
}

#mobileNav .newArrivals .nav-header {
	text-align: center;
}

#mobileNav .newArrivals ul li a::after {
	content: "";
}

#mobileNav .newArrivals ul li::after {
	content: "";
}

#mobileNav .newArrivals ul li {
	padding: 0;
}

#mobileNav .newArrivals ul li a img {
	padding-left: 20px;
	padding-right: 20px;
}

#mobileNav .newArrivals span.image-title {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 5px;
}

#mobileNav .newArrivals img {
	height: 120px;
	object-fit: cover;
}

#mobileNav .newArrivals.showing::after {
	content: "" !important;
}

#mobileNav .newArrivals::after {
	content: "";
}

#extraNav ul {
	height: 100%;
	display: block;
	width: 100vw;
	left: 0;
	transition: 0.25s;
	position: fixed;
	background: rgba(36, 36, 34, 0.9);
	text-align: center;
	letter-spacing: 0.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: "OpenSans", sans-serif;
	color: #fff;
	font-size: 22px;
	position: relative;
}

#extraNav ul li a:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: calc(100% + 0.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: "OpenSans", sans-serif;
	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: #fff;
	height: 2px;
	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: "OpenSans", sans-serif, 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: "OpenSans", sans-serif;
	font-weight: 200;
	color: #fff;
	font-size: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
.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: 40%;
		left: 30%;
		margin-left: 0;
	}
	.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: 20px; */
	}
}

@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: 40px;
		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: "OpenSans", sans-serif;
		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 {
		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: #028178;
		color: #fff;
	}
	.flow-container .booking-steps.active .booking-p {
		color: #fff;
	}
	.flow-container .booking-steps.active .triangle-right-inner {
		border-left: 44px solid #028178;
	}
	.flow-container .booking-steps.active .border-circle {
		color: #028178;
	}
	.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: hidden; */
	}
	.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;
		margin-top: 0;*/
		background-color: #fff;
		width: 300px;
	}
	.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: "OpenSans", sans-serif;
		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;
	}
	.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;
	}
	#searchFormBtn {
	}
	.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 only screen and (max-width: 850px) {
	.triangle-search-white {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	body .hoverSubMenu,
	body .showSubMenu {
		display: none !important;
		opacity: 1 !important;
	}
}
