@font-face {
	font-family: 'Montserrat Regular';
	src: url('/library/fonts/montserrat/montserrat-regular-webfont.eot');
	src: url('/library/fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
	url('/library/fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
	url('/library/fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
	url('/library/fonts/montserrat/montserrat-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Italic';
	src: url('/library/fonts/montserrat/montserrat-italic-webfont.eot');
	src: url('/library/fonts/montserrat/montserrat-italic-webfont.woff2') format('woff2'),
	url('/library/fonts/montserrat/montserrat-italic-webfont.woff') format('woff'),
	url('/library/fonts/montserrat/montserrat-italic-webfont.ttf') format('truetype'),
	url('/library/fonts/montserrat/montserrat-italic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Medium';
	src: url('/library/fonts/montserrat/montserrat-medium-webfont.eot');
	src: url('/library/fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
	url('/library/fonts/montserrat/montserrat-medium-webfont.woff') format('woff'),
	url('/library/fonts/montserrat/montserrat-medium-webfont.ttf') format('truetype'),
	url('/library/fonts/montserrat/montserrat-medium-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat SemiBold';
	src: url('/library/fonts/montserrat/montserrat-semibold-webfont.eot');
	src: url('/library/fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
	url('/library/fonts/montserrat/montserrat-semibold-webfont.woff') format('woff'),
	url('/library/fonts/montserrat/montserrat-semibold-webfont.ttf') format('truetype'),
	url('/library/fonts/montserrat/montserrat-semibold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat SemiBold Italic';
	src: url('/library/fonts/montserrat/montserrat-semibolditalic-webfont.eot');
	src: url('/library/fonts/montserrat/montserrat-semibolditalic-webfont.woff2') format('woff2'),
	url('/library/fonts/montserrat/montserrat-semibolditalic-webfont.woff') format('woff'),
	url('/library/fonts/montserrat/montserrat-semibolditalic-webfont.ttf') format('truetype'),
	url('/library/fonts/montserrat/montserrat-semibolditalic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat ExtraBold';
	src: url('/library/fonts/montserrat/montserrat-extrabold-webfont.eot');
	src: url('/library/fonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'),
	url('/library/fonts/montserrat/montserrat-extrabold-webfont.woff') format('woff'),
	url('/library/fonts/montserrat/montserrat-extrabold-webfont.ttf') format('truetype'),
	url('/library/fonts/montserrat/montserrat-extrabold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	/* -webkit-appearance: none;
	-moz-appearance: none; */
}
html, body {
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Montserrat Regular', Arial;
	position: relative;
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
strong, b {
	font-family: 'Montserrat SemiBold';
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, form, p {
	margin: 0px;
	word-wrap: break-word;
}
a {
	color: #FF0000;
	text-decoration: none;
}
button {
	-webkit-appearance: none;
}
.anchor {
	position:relative;
	top: -100px;
}
.clear {
	clear: both;
}
#outer_wrapper {
	text-align: center;
	width: 100%;
}
.inner_wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

/* ---- header ---- */
#header {
	display: block;
	padding: 10px 0;
	width: 100%;
	height: 67px;
	height: 120px;
	box-sizing: border-box;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	text-align: center;
	position: sticky;
	z-index: 1001;
}
#header.fixed {
	position: fixed;
}
#header.fixed + #outer_wrapper {
	padding-top: 75px;
	padding-top: 56px;
}
#header a.logo-link {
	display: block;
	max-width: 250px;
	height: 100%;
	margin-left: 50px;
}


.mobile_logo {
	display: block;
	width: 100%;
	height: 100%;
}
.mobile_logo .logo-inner {
	display: block;
	background-image: url('/images/trutravels_logo_large.png');
	background-image: var(--brand-logo);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	height: 100%;
}

#menu_holder {
	position: relative;
	float: right;
	left: 0;
	right: 0;
	bottom: 56px;
	width: 100%;
}
#menu_overlay {
	transition: background-color 0.3s ease;
}
#menu_holder .open~#menu_overlay {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 67px;
	top: 120px;
	background-color: rgba(0, 0, 0, 0.6);
}

/* Subdomain Account Area Styling */
#account_link {
	position: absolute;
	top: -8px;
	top: -2px;
	right: 80px;
	width: 86px;
	color: #ffffff;
	background-image: url('/images/new-site-icons-23/login-icon-white.png');
}
ul#account_link a {
	color: #ffffff;
}
.subdomain #mobile_menu_toggle {
	top: -13px;
}
.subdomain #mobile_menu.open ~ #mobile_menu_close {
	top: 47px;
	top: 43px;
}
.subdomain #mobile_menu ul.level1, .subdomain #mobile_menu.open ul.level1 {
	top: 66px;
}
.subdomain ul#account_link {
	top: -3px;
}
.subdomain ul#account_link li.level1.has_sub ul.level2 {
	display: block!important;
	background-color: var(--brand-primary-translucent-eighty-five);
	top: 73px;
	top: 46px;
	height: 0px;
	overflow: hidden;
	max-width: unset;
	padding: 0px 12px 0px 52px;
	-moz-transition: height 0.3s ease, padding 0.3s ease;
	-ms-transition: height 0.3s ease, padding 0.3s ease;
	-o-transition: height 0.3s ease, padding 0.3s ease;
	-webkit-transition: height 0.3s ease, padding 0.3s ease;
	transition: height 0.3s ease, padding 0.3s ease;
}
.subdomain ul#account_link li.level1.has_sub:hover ul.level2 {
	padding: 44px 12px 36px 52px;
	height: auto;
}
.subdomain #account_link ul.level2 li {
	width: 100%;
	text-align: right;
	line-height: 30px;
}
.subdomain #account_link ul.level2 li a {
	font-family: 'Source Sans Pro Bold';
	font-size: 18px;
	margin-bottom: 10px;
}
.subdomain #account_link ul.level2 li a:hover {
	font-weight: normal;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.subdomain_account_area {
	padding: 20px 0 40px 0;
}
.subdomain_account_area .due_by {
	color: #FF3F99;
}
.subdomain_account_area .submit.action-button {
	font-family: 'Source Sans Pro SemiBold';
	padding: 0;
	border-radius: 10px;
}
.subdomain_account_area .ap_errors {
	margin-top: 10px;
}
.subdomain_account_area .ap_errors .ap_legend, .subdomain_account_area .ap_errors ul {
	font-family: 'Montserrat Medium';
}
.subdomain_account_area .ap_input.text_input, .subdomain_account_area .ap_input.calendar_input, .subdomain_account_area .ap_input.autocomplete_input, .subdomain_account_area .ap_input.number_input, .subdomain_account_area .ap_input.select_input, .subdomain_account_area .ap_input.email_input, .subdomain_account_area .dob_container .ap_input {
	border: 1px solid #EBEBEB;
	border-radius: 10px;
}
.subdomain_account_area .login .forgotten_password, .subdomain_account_area .return_button_container {
	font-family: 'Source Sans Pro';
}
/* ------------------------------ */

#mobile_menu_toggle {
	display: block;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	width: 50px;
	height: 40px;
	opacity: 1;
	top: 0px;
	top: -18px;
	left: unset;
	right: 16px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mobile_menu_toggle svg line {
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mobile_menu.open ~ #mobile_menu_toggle svg line:first-of-type {
	transform: rotate(45deg) translate(6px, -14px);
}
#mobile_menu.open ~ #mobile_menu_toggle svg line:nth-of-type(2) {
	opacity: 0;
}
#mobile_menu.open ~ #mobile_menu_toggle svg line:last-of-type {
	transform: rotate(-45deg) translate(-21px, 1px);
}
#mobile_menu_close {
	position: fixed;
	width: 50px;
	height: 50px;
	z-index: 100;
	opacity: 0;
	cursor: pointer;
	top: 68px;
	top: -60px;
	left: unset;
	right: 22px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mobile_menu.open ~ #mobile_menu_close {
	top: 23px;
	top: 43px;
	left: unset;
	right: 15px;
	opacity: 1;
}
#mobile_menu {
	position : absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#mobile_menu ul.level1 {
	position: absolute;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #6B6B6BCC;
	background-color: var(--brand-primary-translucent-eighty-five);
	top: 53px;
	left: 0;
	padding: 0px 12px 0px 52px;
	-moz-transition: height 0.3s ease, padding 0.3s ease;
	-ms-transition: height 0.3s ease, padding 0.3s ease;
	-o-transition: height 0.3s ease, padding 0.3s ease;
	-webkit-transition: height 0.3s ease, padding 0.3s ease;
	transition: height 0.3s ease, padding 0.3s ease;
}
#mobile_menu.open ul.level1 {
	position: relative;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 140px);
	z-index: 100;
	top: 53px;
	left: unset;
	right: 0;
	overflow-y: scroll;
	padding: 24px 12px 36px 52px;
}
#mobile_menu ul li a {
	line-height: 22px;
}
#mobile_menu.open ul.level1::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}
#purechat-container .purechat-launcher-frame {
	z-index: 999 !important;
}
#mobile_menu ul.drop-down > li.level1 {
	width: 100%;
	text-align: right;
	line-height: 40px;
}
#mobile_menu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat Regular', Arial;
	letter-spacing: 0;
	padding: 0 10px;
}
#mobile_menu ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
	text-underline-offset: 4px;
}
#mobile_menu ul li:not(:first-of-type) a.level1 {
	padding-top: 18px;
}


/* ---- Tour Page ---- */
/* General */
.checkmark {
	content: "";
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 8px;
	height: 4px;
	transform: rotate(-45deg);
	display: inline-block;
	position: relative;
	top: -4px;
	margin-right: 4px;
}
.tour-page .anchor {
	position: relative;
	top: -200px;
}
.area {
	margin-bottom: 71px;
}
.button, button.submit, .submit, .application_form .submit {
	padding: 21px 21px;
	font-family: 'Montserrat ExtraBold';
	color: #ffffff;
	background-color: #F3AB06;
	border-radius: 4px;
}
.fixed {
	z-index: 100;
}
.strike:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url('/images/sale/strikeout.png');
	border-top: none;
	height: 100%;
	background-size: 100px auto;
	background-size: 60px auto;
	background-position: center;
	width: 100%;
	width: 88%;
	transform: rotate(-10deg);
}
.section_heading {
	color: #6B6B6B;
	color: var(--brand-secondary);
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'Montserrat ExtraBold';
	letter-spacing: -0.015em;
}

/* HOME */
#whitelabel_home #outer_wrapper {
	padding-bottom: 126px;
}
#whitelabel_home .intro.inner_wrapper {
	padding: 64px 0 104px 0;
}
#whitelabel_home .intro .intro-text {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
#whitelabel_home .section_heading {
	color: #6B6B6B;
	color: var(--brand-primary);
	margin-bottom: 50px;
}
#whitelabel_home .tours-available {
	background-color: #6B6B6B26;
	background-color: var(--brand-secondary-translucent-fifteen);
	padding: 86px 0 92px 0;
}
#whitelabel_home .upcoming_tours {
	padding-top: 50px;
}
#whitelabel_home .tour_cards .tour-cards-slider .swiper-container {
	width: 920px;
}
#whitelabel_home .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: center;
}
/* Home upcoming departures */
.deal_list_select_holder {
	display: none;
	text-align : right;
}
.deal_list_select .ap_input {
	border: 2px solid #0072AE;
	color: #0072AE;
	font-size: 15px;
	font-family: 'Montserrat SemiBold';
	width: 240px;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
	padding: 7.5px 10px;
	outline: none;
}
table.deals {
	width: 100%;
	font-family: 'Montserrat Regular';
	font-size: 16px;
}
table.deals td {
	padding: 10px 20px;
}
table.deals td.tour {
	font-size: 17px;
}
table.deals td .splash_img {
	width: 15px;
	height: 20px;
}
table.deals td span.was_sticker {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #191919;
}
table.deals td span.price {
	font-size: 18px;
	line-height: 18px;
	display: block;
	text-align: right;
	white-space: nowrap;
}
table.deals td span.price .from {
	font-size: 16px;
}
table.deals td span.price svg {
	display: none;
}
table.deals td .button {
	line-height: 35px;
	color: #ffffff!important;
	border-radius: 0;
	float: right;
	max-width: 150px;
	width: 100%;
	height: 35px;
	text-align: center;
	margin-bottom: 5px;
	min-width: 100px;
	font-family: 'Montserrat SemiBold';
	font-size: 15px;
	cursor: pointer;
	padding: 0;
}
.deals .view_tour {
	background-color: #6B6B6B!important;
	background-color: var(--brand-primary)!important;
}
table.deals a, table.deals .title {
	color: #6B6B6B!important;
	color: var(--brand-secondary)!important;
}
.deals .button {
	height: 35px;
	background-color: #F3AB06;
	color: #ffffff;
	text-transform: uppercase;
}
.deals .buttons_td {
	width: 20%;
}
.deals .buttons_td form {
	float: right;
	width: 100%;
}
.deals .price_td {
	position: relative;
	width: 15%;
}
.deals tr {
	background-color: #FFFFFF!important;
}
.deals .price_td .border_left {
	display: none;
}
.deals .title_td {
	text-transform: uppercase;
	font-size: 17px;
	text-align: left;
}
.deals .title {
	display: block;
	margin: 8px 0;
	font-family: 'Montserrat SemiBold';
	font-size: 18px;
	line-height: 24px;
}
.deals .header_td {
	width: 35%;
}

table.deals table {
	border-collapse: collapse;
}
table.deals td.tour_deal_wrapper {
	padding: 0;
}
table.deals tr:first-of-type .tour_deal_wrapper {
	display: none;
}
table.deals td.deals_room_table_wrapper {
	padding: 0;
}
table.deals tr.is_odd,
.is_odd .deals_room_table tr {
	background-color: #6B6B6B26!important;
	background-color: var(--brand-secondary-translucent-fifteen)!important;
}
tr.room_options tr, tr.room_options.is_odd tr {
	background-color: transparent!important;
}
table.deals table .show_mobile {
	display: none;
}
.deals_room_table th {
	padding: 10px 20px;
	border-bottom: 1px solid #6B6B6B;
	border-bottom: 1px solid var(--brand-secondary);
	font-size: 15px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 100;
}
table.deals td .deals_room_table td {
	padding: 5px 20px;
	font-size: 15px;
	font-weight: 100;
	text-align: left;
}
.deals .room_options > td {
	padding: 0;
}
.deals .room_options .deals_room_table_wrapper  {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in;
}
.deals .open .room_options .deals_room_table_wrapper {
	margin-bottom: 5px;
}
.deals .room_options .button {
	margin-bottom: 0;
}
table.deals td .deals_room_table td .was_price,
table.deals td .deals_room_table td .price {
	text-align: left;
}
table.deals td .deals_room_table td .was_price {
	font-size: 14px;
	margin-bottom: 5px;
}
table.deals td .deals_room_table td .was_price + .price {
	font-size: 20px;
	color: #E52E3A;
}
/* ---------------- */

/* Banner area */
.banner {
	position: relative;
	height: 462px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #FFFFFF;
	text-transform: uppercase;
}
#whitelabel_home .banner {
	/* height: 328px; */
}
#whitelabel_home .banner .banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #6B6B6B66;
	background-color: var(--brand-primary-translucent-forty);
	background-color: transparent;
}
.banner .banner_heading {
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-family: 'Montserrat ExtraBold';
	font-size: 70px;
	letter-spacing: 0.08em;
	padding: 80px 10px;
	line-height: 1;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	text-shadow: 1px 1px 1px #3d3d3d;
}
.info_bar {
	height: 94px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #6B6B6B26;
	background-color: var(--brand-primary-translucent-fifty);
	box-sizing: border-box;
	padding: 17px 0;
}
.info_bar.fixed {
	position: fixed;
}
.info_bar .info_section, .countdown-container {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.info_bar .info_section div, .info_bar .countdown-container .heading {
	font-family: 'Montserrat SemiBold', Arial;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	bottom: 2px;
}
.info_bar .info_section .strike {
	font-size: 18px;
	margin: auto;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	font-family: 'Montserrat SemiBold';
}
.info_bar .info_section .new, .info_bar .countdown-container .countdown {
	font-family: 'Montserrat ExtraBold';
	font-size: 34px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	margin-top: -10px;
}
.countdown-container .countdown {
	text-transform: none;
}
.info_bar .check_dates {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
	margin-left: 22px; 
}
.info_bar .share {
	vertical-align: middle;
	font-size: 20px;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
}
.info_bar .dots {
	height: 64px;
	width: 4px;
	margin: 0 20px;
	background-image: url('/images/white-label/info-bar-separator.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	bottom: 4px;
	display: inline-block;
	vertical-align: middle;
}
/* Anchor Links */
.anchor_links_container {
	height: 80px;
	width: 100%;
}
.anchor_links {
	font-family: 'Montserrat ExtraBold';
	font-size: 18px;
	text-transform: uppercase;
	padding: 25px 0;
	width: 100%;
	margin-top: 20px;
	letter-spacing: -0.035em;
}
.anchor_links .desktop_info {
	display: none;
}
.anchor_links.fixed {
	position: fixed;
	background-color: #6B6B6B26;
	background-color: var(--brand-primary-translucent-fifty);
	padding: 5px 0;
	height: 94px;
	margin-top: 0;
}
.anchor_links.fixed .desktop_info {
	display: block;
	float: right;
	letter-spacing: 1px;
}
.anchor_links.fixed .desktop_info .price-area {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	margin-top: 8px;
}
.anchor_links.fixed .desktop_info .price-area .strike {
	position: relative;
	font-size: 15px;
}
.anchor_links.fixed .desktop_info .price-area .price {
	font-size: 24px;
}	
.anchor_links.fixed .desktop_info .buttons {
	display: inline-block;
	vertical-align: middle;
}
.anchor_links.fixed .desktop_info .buttons .check_dates {
	display: block;
	height: 60px;
	line-height: 16px;
	font-size: 20px;
	width: 170px;
	padding: 21px 15px;
}
.anchor_links.fixed .link {
	color: #ffffff;
	float: left;
	margin: 25px 20px;
}
.anchor_links .link {
	display: inline-block;
	margin: 0 30px;
	position: relative;
	color: #6B6B6B;
	color: var(--brand-secondary);
}
.anchor_links .link.active:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #6B6B6B;
	background-color: var(--brand-secondary);
}
.anchor_links.fixed .link.active:after {
	background-color: #ffffff;
}
.anchor_links.fixed .countdown-container {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	margin-top: 3px;
	margin-left: 25px;
}
.anchor_links.fixed .countdown-container .countdown {
	font-size: 24px;
}

/* ---- overview ---- */

.overview, .overview.area {
	margin-top: 25px;
}
.overview .overview_top {
	font-size: 0;
}
.overview .overview_text_wrapper,
.overview .overview_top .overview_map {
	display: inline-block;
	width: 38.25%;
	font-size: 16px;
	vertical-align: top;
}
.video_section {
	width: 80%;
	margin: 0 auto;
}
.video_section .video {
	width: 100%;
	padding-top: 56%;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
/* .video .video_container {
	position: relative;
	margin: 0 auto;
	width: 880px;
	padding-top: 31%;
	max-width: 100%;
} */
.overview .overview_top .overview_text_wrapper {
	width: 61.75%;
	width: 540px;
	text-align: left;
	margin-top: 20px;
	padding-right: 25px;
	box-sizing: border-box;
}
.overview .overview_top .overview_map {
	text-align: right;
	width: 360px;
}
.overview .section_heading {
	font-size: 32px;
	color: #000000;
	color: var(--brand-primary);
	margin-bottom: 46px;
	letter-spacing: -0.015em;
}
.overview .overview_text {
	font-size: 16px;
	line-height: 28px;
}
.overview .overview_text p {
	text-align: justify!important;
}
.overview .video_section {
	max-width: 90%;
	width: 880px;
	margin: 0 auto;
}
.video_section .video {
	width: 100%;
	padding-top: 56%;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.overview .travel_style {
	display: flex;
	padding: 5px;
	padding-right: 7%;
	margin-top: 30px;
	background-color: #6B6B6B80;
	background-color: var(--brand-primary-translucent-fifty);
}
.overview .travel_style .logo_left,
.overview .travel_style .logo_right,
.overview .travel_style .content {
	display: inline-block;
	flex: 0 0 auto;
	position: relative;
}
.overview .travel_style .logo_left img,
.overview .travel_style .logo_right img,
.overview .travel_style .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.overview .travel_style .logo_left img,
.overview .travel_style .logo_right img {
	max-height: 120px;
	width: auto;
}
.overview .travel_style .content {
	text-align: left;
	line-height: 20px;
	display: inline-block;
	flex: 1 1 auto;
	padding: 5px 0;
}
.overview .travel_style .logo_left {
	max-width: 285px;
	padding: 0 20px;
	box-sizing: border-box;
}
.overview .travel_style .logo_right {
	max-width: 200px;
}

/* ---- included ---- */
.included {
	margin-top: 90px;
}
.included .included-inner {
	background-color: #6B6B6B26;
	background-color: var(--brand-primary-translucent-fifteen);
	padding: 50px 0 100px 0;
}
.included .section_heading {
	letter-spacing: 0.017em;
	color: #6B6B6B;
	color: var(--brand-primary);
	text-transform: uppercase;
	margin-bottom: 23px;
}
.included .inclusions_wrapper {
	font-size: 0;
	margin-bottom: 0px;
	max-width: 1320px; /* Swipe across inclusions , 2022/07/04, bing */
	padding: 0 52px;
	position: relative;
}
.included .inclusions_wrapper .swiper-container {
	position: static;
	width: 100%;
}
.included .inclusion {
	display: inline-block;
	font-size: 0;
	width: 200px;
	box-sizing: border-box;
	padding: 0px 5px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 0px;
}
.included .inclusion .inclusion_icon {
	height: 67px;
	position: relative;
}
.included .inclusion .inclusion_icon svg {
	max-height: 55px;
	max-width: 80px;
	width: auto;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
.included .inclusion .inclusion_icon svg path {
	fill: var(--brand-primary);
}
.included .inclusion hr {
	border: none;
	height: 2px;
	background-color: #000000;
	max-width: 106px;
	margin: 0 auto 16px auto;
}
.included .inclusion .inclusion_heading {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Montserrat SemiBold';
	text-transform: uppercase;
	letter-spacing: 0;
	white-space: inherit;
	margin-bottom: 15px;
}
.included .inclusion .inclusion_text {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	white-space: pre-wrap;
} 
.included .inclusion .inclusion_link a {
	font-style: italic;
	font-size: 12px;
	font-weight: 700;
	color: #6B6B6B;
	color: var(--brand-primary);
	text-transform: none;
}
.included .inclusion .inclusion_link a:hover {
	text-decoration: underline;
}
/* inclusion modal */
.inclusion_modal_wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(56, 56, 56, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.inclusion_modal_wrapper.active
	{
	opacity: 1;
	visibility: visible;
	z-index: 9999999999;
}
.inclusion_modal_wrapper .modal_content {
	height: 90%;
	width: 90%;
	max-height: 500px;
	max-width: 640px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	box-shadow: 0px 0px 5px 3px #2b2b2b;
	font-family: averia_sans_libre;
	overflow: auto;
}
/* LD is modal needed for White Label? */
.inclusion_modal_wrapper .modal_content .modal_heading {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #A046A3;
	text-transform: uppercase;
	text-align: center;
	padding: 22.5px 0;
	min-height: 75px;
}
.inclusion_modal_wrapper .modal_content .modal_heading .close_modal {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 30px;
	top: 26px;
	cursor: pointer;
}
.inclusion_modal_wrapper .modal_content .modal_heading .close_modal:before,
.inclusion_modal_wrapper .modal_content .modal_heading .close_modal:after{
	content:'';
	position:absolute;
	width:20px;
	height:2px;
	background-color:#ffffff;
	top:16px;
	box-shadow:0 0 2px 0 #ccc;
	left: 0;
	top: 10px;
}

.inclusion_modal_wrapper .modal_content .modal_heading .close_modal:before{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);

}
.inclusion_modal_wrapper .modal_content .modal_heading .close_modal:after{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.inclusion_modal_wrapper .modal_content .modal_description {
	font-size: 16px;
	padding: 20px;
	font-weight: 100;
	line-height: 28px;
	letter-spacing: 0.3px;
}

/* --- Rooms --- */
.rooms {
	background-color: #FFFFFF;
	padding: 20px 0;
}
.included .rooms .section_heading {
	margin-top: 5px;
	margin-bottom: 25px;
	letter-spacing: 0;
	font-size: 30px;
}
.rooms .inner_wrapper {
	border: none;
	background-color: #FFFFFF;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 122px;
	max-width: 900px;
	width: calc(100% - 40px);
}
.rooms .room_headings {
	margin-bottom: 34px;
}
.rooms .room_heading {
	position: relative;
	display: inline-block;
	font-family: 'Montserrat Medium';
	text-transform: uppercase;
	margin: 0 10px;
	font-size: 16px;
	line-height: 20px;
	color: #6B6B6B;
	color: var(--brand-secondary);
	cursor: pointer;
	padding-top: 0px;
}
.rooms .room_heading.active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #6B6B6B;
	background-color: var(--brand-secondary);
	bottom: -4px;
	left: 0;
	right: 0;
}
.rooms .room_tab {
	display: none;
}
.rooms .room_tab.active {
	display: block;
}
.rooms .images {
	width: 55%;
	float: left;
	height: 350px;
}
.rooms .swiper-container {
	height: 100%;
	position: relative;
}
.rooms .swiper-slide {
	overflow: hidden;
	position: relative;
}
.rooms .larger_image .images {
	width: 60%;
}
.rooms .swiper-slide img.icon {
	position: absolute;
	max-width: 100%;
	max-height: none;
	min-width: 100%;
	min-height: auto;
	transform: none;
	top: -10029px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	height: auto;
	width: auto;
}
.rooms .larger_image img.icon {
	width: auto;
	min-width: auto;
	min-height: auto;
	max-height: 100%;
	cursor: pointer;
}
.rooms .text {
	width: 43%;
	float: right;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}
.rooms .lens_outer {
	background-color: #6B6B6B;
	background-color: var(--brand-secondary);
	width: 42px;
	height: 42px;
	border-radius: 4px;
	position: absolute;
	top: auto;
	bottom: 12px;
	left: 12px;
	right: 28px;
	z-index: 999;
	cursor: pointer;
	box-shadow: 0px 5px 4px rgb(0 0 0 / 30%);
}
.rooms .lens_icon {
	width: 36px;
	height: 34px;
	margin-top: 4px;
}
.rooms .larger_image .text {
	width: 36%;
}
.rooms .text h3 {
	color: #000;
	font-size: 20px;
	margin: auto;
	font-family: 'Montserrat SemiBold';
}
/* ---------------- */

/* --- app popup --- */
#ap_popup {
	position: fixed!important;
	width: 90%!important;
	top: 50%!important;
	transform: translateY(-50%);
	min-width: 300px;
	max-width: 900px;
	z-index: 10001;
	animation: fade_out .3s ease-in-out;
}
.faded_bg #ap_popup {
	animation: fade_in .3s ease-in-out;
}
#fade_bg {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0 ,0.8);
	z-index: 10000;
	cursor: pointer;
	animation: fade_out .3s ease-in-out;
}
.faded_bg #fade_bg {
	animation: fade_in .3s ease-in-out;
}
#ap_popup .ap_close {
	position: absolute;
	z-index: 10001;
	color: #ffffff;
	right: 0;
	top: 5px;
	cursor: pointer;
}
span.ap_close.ic_close:before {
	content: "Close";
	margin-right: 8px;
	position: relative;
	top: -2px;
}
#ap_popup .ap_popup_inner {
	padding: 20px 0;
	top: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#ap_popup .ap_popup_inner iframe {
	background-color: #ffffff;
	width: 100%;
	height: 200px;
	opacity: 0;
	max-height: 95vh;
}

#ap_popup .ap_popup_inner iframe.zoom-in img {
	width: 100%;
}

/* ---------------- */

/* --- Bucket List --- */
.bucket_list_wrapper {
	margin-top: 132px;
	margin-bottom: 96px;
}
.bucket_list_header {
	position: absolute;
	left: 0;
	right: 0;
	height: 160px;
	margin-top: -132px;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	box-sizing: border-box;
	font-family: 'Montserrat ExtraBold';
	font-size: 26px;
	text-transform: uppercase;
	padding-top: 60px;
	color: #fff;
	letter-spacing: 0px;
}
.bucket_list_wrapper .mlis_holder {
	position: relative;
	width: 100%;
	height: 100%;
}
.bucket_list_wrapper .micro_layout_slider.image_slider .swiper-slide {
	height: 290px;
	height: 218px;
	width: 290px;
}
.bucket_list_wrapper .mlis_holder img {
	max-width: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
	bottom: -9999px;
	right: -9999px;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: 100%;
}
.bucket_list_wrapper .micro_layout_slider {
	height: 290px;
	max-width: 980px;
}
.bucket_list_wrapper .mlis_holder .text {
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	font-size: 16px;
	font-family: 'Montserrat SemiBold';
	color: #fff;
	text-transform: uppercase;
	padding: 13px 0;
}
/* ---------------- */


/* Itinerary */
.itinerary {
	background-color: #6B6B6B26;
	background-color: var(--brand-primary-translucent-fifteen);
	padding: 64px 0 53px 0;
	margin-bottom: 66px;
}
.itinerary-inner {
	scroll-behavior: smooth;
	padding-right: 150px;
	padding-top: 33px;
}
.itinerary-inner .dynamic {
	margin-top: 10px;
}
.itinerary-inner .dynamic .arrow {
	color: #ffffff;
	height: 30px;
	width: 70px;
	clear: both;
	background-repeat: no-repeat;
	background-size: 23px auto;
	background-position: 12px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.itinerary-inner .dynamic .arrow.up {
	display: inline-block;
	float: left;
	background-image:url('/images/white-label/itinerary-up-arrow-black.png');
	z-index:99;
	position: relative;
}
.itinerary-inner .dynamic .arrow.down {
	float: left;
	background-image:url('/images/white-label/itinerary-down-arrow-black.png');
}
.itinerary-inner .dynamic .days_container {
	width: 125px;
	float: left;
	max-height: 62vh;
	overflow: hidden;
	overflow-y: scroll;
	/* scroll-behavior: smooth; */
	clear: both;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
	transition: all .3s ease-in-out;
}
.itinerary-inner .dynamic .days_container::-webkit-scrollbar {
	width: 0px;
	background: transparent; /* Chrome/Safari/Webkit */
}
.itinerary-inner .dynamic .day {
	font-family: 'Montserrat SemiBold';
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	z-index: 10;
	text-align: left;
	display: inline-block;
	color: #6B6B6B;
	color: var(--brand-secondary);
	margin-bottom: 45px;
	position: relative;
	width: 100%;
	padding-left: 40px;
	float: left;
	height: 30px;
	line-height: 40px;
	cursor: pointer;
}
.itinerary-inner .dynamic .day.exclusive:before {
	position: absolute;
	background-image: url('/images/white-label/itinerary-star.png');
	background-size: 18px 17px;
	background-repeat: no-repeat;
	background-position: initial;
	z-index: 1;
}
.itinerary-inner .dynamic .day.exclusive.active:before {
	background-size: 22px 19px;
}
.itinerary-inner .dynamic .day:before {
	content: '';
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	background-color: #6B6B6B;
	background-color: var(--brand-secondary);
	position: absolute;
	left: 14px;
	top: 9px;
	border: 1px solid #6B6B6B;
	border: 1px solid var(--brand-secondary);
}
.itinerary-inner .dynamic .day.active:before, .itinerary-inner .dynamic .day:hover.active:before {
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	border: 1px solid #6B6B6B;
	border: 1px solid var(--brand-primary);
	background-position: 50% 48%;
	height: 28px;
	width: 28px;
	border-radius: 14px;
	left: 10px;
	top: 4px;
}
.itinerary-inner .dynamic .day:after {
	content: '';
	position: absolute;
	top: 33px;
	left: 15px;
	height: 50px;
	width: 18px;
	background-image: url('/images/white-label/itinerary-dots-black1.png');
	background-repeat: no-repeat;
	background-size: 10px 56px;
	background-position: center;
}
.itinerary-inner .dynamic .days_container .day:last-child {
	margin-bottom: 0;
}
.itinerary-inner .dynamic .days_container .day:last-child:after {
	background-image: none;
	height: 0;
}
.itinerary-inner .dynamic .day.active {
	color: #ffffff;
}
.itinerary-inner .dynamic .day.active span, .itinerary-inner .dynamic .day:hover.active span {
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	display: inline-block;
	height: 20px;
	line-height: 22px;
	position: absolute;
	top: 8px;
	padding: 0 6px 0 8px;
	left: 32px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.itinerary-inner .dynamic .day:hover:not(.active) {
	color: #000000;
}
.itinerary-inner .dynamic .day:hover:before {
	background-color: #000000;
	border: 1px solid #000000;
}
.itinerary-inner .dynamic .content {
	display: none;
	width: 100%;
	padding-left: 160px;
	box-sizing: border-box;
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	min-height: 390px;
}
.itinerary-inner .dynamic .content.active {
	display: block;
	position: relative;
}
.itinerary-inner .dynamic .content .day_heading, .itinerary-inner .dynamic .content .exclusive-heading {
	display: block;
	font-family: 'Montserrat SemiBold';
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
}
.itinerary-inner .dynamic .content .exclusive-heading {
	grid-row: 1 / span 2;
	grid-column: 2;
	/* font-size: 16px!important; */
	/* line-height: 40px!important; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.itinerary-inner .dynamic .content .exclusive-heading .exc-inner {
	font-family: 'Montserrat SemiBold Italic';
	height: 65%;
	padding: 0 5px;
	display: inline-block;
	color: #ffffff;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
}
.itinerary-inner .dynamic .content .day_sub_heading {
	display: block;
	font-family: 'Montserrat SemiBold Italic';
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 18px;
}
.itinerary-inner .dynamic .content.exclusive .exclusive-heading img {
	display: inline-block;
	width: 24px;
	vertical-align: bottom;
	padding: 2px 0;
	margin-bottom: 2px;
}
.itinerary-inner .dynamic .content.exclusive .day_heading,
.itinerary-inner .dynamic .content.exclusive .day_sub_heading {
	width: auto;
	box-sizing: border-box;
	color: #000000;
	position: relative;
}
.itinerary-inner .dynamic .content.exclusive .day_sub_heading {
	padding-top: 0px;
	margin-bottom: 0px;
}
.itinerary-inner .dynamic .content .inclusions {
	margin-top: 33px;
	overflow: hidden;
}
.itinerary-inner .dynamic .content .inclusions .inclusion_tag {
	white-space: nowrap;
	margin-bottom: 10px;
}
.itinerary .inclusions ._tag {
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	background-position-x: 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('/images/inclusion_tags.png');
}

.itinerary-inner .inclusions ._tag.airport_pickup {background-position-y: -441px;}
.itinerary-inner .inclusions ._tag.accommodation {background-position-y: 0px;}
.itinerary-inner .inclusions ._tag.meals {background-position-y: -120px;}
.itinerary-inner .inclusions ._tag.transport {background-position-y: -184px;}
.itinerary-inner .inclusions ._tag.activities {background-position-y: -260px;}
.itinerary-inner .inclusions ._tag.globe {background-position-y: -325px;}
.itinerary-inner .inclusions ._tag.location {background-position-y: -391px;}
.itinerary-inner .inclusions ._tag.transport_flight {background-position-y: -436px;}
.tour-page ._tag.exclusive {
	background-image: url('/images/inclusion_tags.png');
	background-position-y: -260px;
}

.itinerary-inner .dynamic .content .inclusions .incl_text {
	display: inline-flex;
	height: 44px;
	flex-direction: column;
	justify-content: center;
	white-space: normal;
	max-width: 360px;
	vertical-align: top;
	padding: 10px 20px;
}
.itinerary-inner .dynamic .content .inclusions .incl_text, .itinerary-inner .dynamic .content .exclusive-heading {
	font-family: 'Montserrat SemiBold';
	font-size: 14px;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 0px;
}
.itinerary-inner .dynamic .content .inclusions .exclusives .incl_text {
	padding: 15px;
}
.itinerary-inner .dynamic .content .inclusions .incl_text span {
	padding: 1px 5px;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	color: #ffffff;
}
.itinerary-inner .dynamic .content .inclusions .exclusives .incl_text span:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 17px;
	background-image: url('/images/white-label/itinerary-star.png');
	background-size: contain;
	vertical-align: text-bottom;
	margin-left: 5px;
}
.itinerary-inner .images {
	width: 440px;
	padding-top: 30%;
	height: 0;
	display: inline-block;
	position: absolute;
	top: 0px;
	margin-top: 0px;
}
.itinerary-inner .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.itinerary-inner .swiper-container .swiper-slide {
	overflow: hidden;
	width: 440px;
}
.itinerary-inner .images .image {
	position: absolute;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	transform: none;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	height: auto;
	width: auto;
}
.itinerary-inner .dynamic .content .main, .itinerary-inner .dynamic .content .inclusions, .itinerary-inner .dynamic .content .top {
	width: 450px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	padding-right: 15px;
	text-align: justify;
}
.itinerary-inner .dynamic .content .main {
	margin-top: 20px;
}
.itinerary-inner .dynamic .content.exclusive .top {
	display: grid;
	grid-template-areas: "h h";
}
/* ---------------- */

/* reviews */
.reviews.area {
	margin-bottom: 43px;
	position: relative;
}
.reviews.area .reviews_tab_outer {
	padding: 0 50px;
}
.reviews .section_heading {
	color: var(--brand-primary);
	margin-bottom: 36px;
}
/* ---------------- */

/* Form instead of departures list */
.text_content {
	line-height: 180%;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}
.form {
	background-color: #6B6B6B26;
	background-color: var(--brand-secondary-translucent-fifteen);
	padding: 2% 5% 2% 5%;
	border-radius: 0px;
	margin-top: 30px;
	width: 70%;
	width: 100%;
	margin: auto;
}
.form input, textarea {
	border: none !important;
	padding: 11px;
	outline: none;
	font-size: 16px;
}
.ap_label {
	font-family: 'Montserrat Regular';
}
.form label {
	font-size: 17px;
	font-family: 'Montserrat Regular';
	text-transform: uppercase;
	color: #000000;
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 2px;
}
.form select {
	border: none;
	width: 200px;
	border-radius: 11px;
	padding-left: 12px;
	height: 31px;
}
.form input, textarea, .form select {
	font-family: 'Montserrat Regular';
	min-height: 45px;
	border-radius: 4px;
}
.form input#enquiry_dob {
	margin-bottom: 16px;
}
.application_form .submit {
	background-color: #F3AB06!important;
	max-width: 220px;
}

/* ---------------- */

/* Calendar */
.top_spacing_departures_table {
	padding: 20px;
}
.departures.area {
	max-width: 1120px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-bottom: 71px;
}
.departures iframe {
	border: none;
}
.departures .section_heading {
	padding-top: 28px;
	color: #6B6B6B;
	color: var(--brand-primary);
}
.departures_table_wrapper {
	border: 2px solid #6B6B6B26;
	border: 2px solid var(--brand-primary-translucent-fifteen);
	width: 100%;
	margin: auto;
}
.departures_table {
	text-align: left;
	background-color: #fff;
	border-collapse: collapse;
}
.departures_table th, .departures_table .date_heading td {
	font-family: 'Montserrat ExtraBold';
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	text-transform: uppercase;
	vertical-align: top;
	padding: 15px;
}
.departures_table th:first-of-type, .departures_table td:first-of-type {
	padding-left: 30px;
	min-width: 280px;
}
.departures_table th span {
	font-size: 14px;
	font-family: 'Montserrat Italic';
	font-style: normal;
	display: block;
	margin-top: 5px;
	letter-spacing: 0px;
}
.departures_table .spacing_line td, .departures_table.sailing_tour .spacing_line td {
	height: 2px;
	padding: 0;
	background-color: #6B6B6B26;
	background-color: var(--brand-primary-translucent-fifteen);
}
.departures_table.sailing_tour .departure.mobile {
	display: none;
}
.departures_table td.date {
	position: relative;
	display: inline-block;
	padding: 15px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 37px;
	font-family: 'Montserrat Regular';
	text-transform: uppercase;
	letter-spacing: -0.023em;
	height: 64px;
}
.departures_table .mobile_show {
	display: none;
	font-size: 10px;
}
.departures_table td {
	padding: 5px 15px;
	height: 64px;
	font-weight: 400;
}
.departures_table .date_heading td {
	height: 50px;
	background-color: #6B6B6B80;
	background-color: var(--brand-primary-translucent-fifty);
}
.departures_table td span {
	color: #a5a8a9;
	letter-spacing: 0px;
	margin-left: 8px;
	text-transform: uppercase;
}
.calendar_container .total_price_box_inner .srs_info .help_box_container, .room_type .help_box_container {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	cursor: pointer;
}
.calendar_container .total_price_box_inner .srs_info .help_box_container .help_box, .room_type .help_box_container .help_box {
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	color: #ffffff;
	max-width: 200px;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	display: none;
	font-size: 12px;
	text-transform: none;
	text-align: center;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.room_type .help_box_container .help_box {
	width: 300px;
	max-width: 300px;
}
.calendar_container .total_price_box_inner .srs_info .help_box_container:hover .help_box, .calendar_container .total_price_box_inner .srs_info .help_box_container .help_box:hover, .room_type .help_box_container:hover .help_box, .room_type .help_box_container .help_box:hover {
	display: block;
}
.departures_table td span.was_price {
	display: block;
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration: line-through;
	color: #E52E3A;
	margin-left: 0;
}
.departures_table td span.was_price .inner {
	color: #000000;
	font-style: normal;
	font-weight: 600;
	margin-left: 0;
}
.departures_table td span.was_price + .price {
	font-size: 20px;
	color: #E52E3A;
	font-style: normal;
	font-weight: 600;
	margin-left: 0;
}
.departures_table .submit.add_cart  {
	font-size: 18px;
	font-family: 'Montserrat ExtraBold';
	font-weight: 600;
	width: auto;
	height: 42px;
	float: none;
	bottom: 0;
	right: 0;
	letter-spacing: 0px;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px 20px;
	white-space: nowrap;
}
/* ---------------- */

/* FAQs */
.faqs .section_heading {
	color: #6B6B6B;
	color: var(--brand-primary);
	margin-top: 45px;
	margin-bottom: 41px;
}
.white-label-faqs.faqs .exp_group .exp, #booking .exp_group .exp {
	overflow: hidden;
	border: 1px solid;
	margin-bottom: 15px;
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
	background-color: #FFFFFF;
	border-color: #6B6B6B26;
	border-color: var(--brand-secondary-translucent-fifteen);
	height: 51px;
}
.faqs .exp_group .exp_anchor {
	visibility: hidden;
	position: relative;
	top: -170px;
}
.exp_group .exp_tab > * {
	pointer-events: none;
}
.faqs .exp_group .exp_tab, #booking .exp_group .exp_tab {
	position: relative;
	padding: 8px 50px 8px 20px;
	min-height: 51px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Montserrat SemiBold';
	letter-spacing: 0px;
	text-align: left;
	color: #6B6B6B;
	color: var(--brand-secondary);
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: flex;
	align-items: center;
	background-color: #6B6B6B26;
	background-color: var(--brand-secondary-translucent-fifteen);
	cursor: pointer;
}
.faqs .exp_group .exp_tab h3, #booking .exp_group .exp_tab h3 {
	font-family: 'Montserrat SemiBold';
	font-size: 18px;
	color: #6B6B6B;
	color: var(--brand-secondary);
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: normal;
}
.faqs .exp_group .exp_button, #booking .exp_group .exp_button {
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 20px;
	background-image: unset;
	cursor: pointer;
}
.faqs .exp_group .exp_button, .faqs .exp_group .exp_button:after, #booking .exp_group .exp_button, #booking .exp_group .exp_button:after {
	height: 6px;
	width: 25px;
	border-radius: 3px;
	background-color: #6B6B6B;
	background-color: var(--brand-secondary);
}
.faqs .exp_group .exp_button:after, #booking .exp_group .exp_button:after {
	content: "";
	display: block;
	position: absolute;
	transition: all .3s ease-in-out;
}
.faqs .exp_group .exp.expanded .exp_button, #booking .exp_group .exp.expanded .exp_button {
	background-image: unset;
}
.faqs .exp_group .exp.expanded .exp_button:after, #booking .exp_group .exp.expanded .exp_button:after {
	transform: rotate(90deg);
}
.faqs .exp_group .exp_inner, #booking .exp_group .exp_inner {
	opacity: 0;
	padding: 37px 28px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: left;
	height: 0;
}
.white-label-faqs.faqs .exp_group .exp.expanded, #booking .exp_group .exp.expanded {
	border-color: #6B6B6B26;
	border-color: var(--brand-secondary-translucent-fifteen);
	background-color: #ffffff;
}
.white-label-faqs.faqs .exp_group .exp.expanded .exp_tab, #booking .exp_group .exp.expanded .exp_tab {
	background-color: #6B6B6B26;
	background-color: var(--brand-secondary-translucent-fifteen);
}
.faqs .exp_group .exp.expanded .exp_inner, #booking .exp_group .exp.expanded .exp_inner {
	padding: 37px 28px;
	opacity: 1;
}
.faqs .text_content {
	line-height: 180%;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
/* ---------------- */

/* Tour Cards */
.tour_cards.area {
	margin-bottom: 112px;
}
#whitelabel_home .tour_cards.area {
	margin-bottom: 50px;
}
.tour_cards.area .section_heading {
	margin-bottom: 41px;
}
.tour_cards .tour-cards-slider {
	margin: 0 auto;
	position: relative;
	width: 1030px;
	max-width: 100%;
}
.tour_cards .tour-cards-slider .swiper-container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.tour_cards .tour-cards-slider .swiper-slide {
	width: 305px;
	display: inline-block;
}
.tour_cards .tour-card {
	width: 290px;
	height: 435px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.tour_cards .tour-card .cover_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.tour_cards .tour-card .cover_image .bg_img {
	position: absolute;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	transform: none;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	height: auto;
	width: auto;
}
.tour_cards .tour-card .trip_style {
	position: absolute;
	top: 10px;
	left: 15px;
	height: 84px;
	height: 64px;
	width: 120px;
	width: 87px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	filter: drop-shadow(4px 4px 3px #000);
}
.tour-card .trip_style.classic {
	height: 50px;
}
.tour_cards .tour-card .trip_style:after {
	content: "";
	display: block;
	width: 85px;
	height: 15px;
	background-image: url('/images/white-label/trip_style_bytrutravels.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -8px;
	left: 0px;
}
.tour_cards .tour-card .trip_style.classic:after {
	bottom: -15px
}
.tour_cards .tour-card .trip_style.sailing:after {
	bottom: -10px;
}
.tour_cards .tour-card .trip_style.multi_country:after {
	bottom: -3px;
}
.tour_cards .tour-card .trip_style.active:after {
	bottom: -15px;
}
.tour_cards .tour-card .price {
	position: absolute;
	right: 0px;
	top: 35px;
	background-color: #DF1F76;
	background-color: var(--brand-primary);
	min-width: 125px;
	max-width: 200px;
	height: 25px;
	color: #ffffff;
}
.tour_cards .tour-card .price .from {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	height: 25px;
	float: left;
	margin-left: 5px;
	line-height: 25px;
}
.tour_cards .tour-card .strike {
	font-size: 14px;
	line-height: 25px;
	margin: 0 4px;
}
.tour_cards .tour-card .price .new {
	text-align: center;
	vertical-align: middle;
	font-family:'Montserrat SemiBold';
	font-size: 14px;
	display: inline-block;
	line-height: 11px;
	height: 100%;
	vertical-align: middle;
	line-height: 25px;
	margin-right: 5px;
	/* float: right; */
}
.tour_cards .tour-card .card-inner {
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
}
.tour_cards .tour-card .info {
	min-height: 160px;
	width: 100%;
	vertical-align: bottom;
	display: inline-block;
	font-size: 15px;
	font-family: 'Montserrat SemiBold';
}
.tour_cards .tour-card .info .title {
	font-size: 14px;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px;
}
.tour_cards .tour-card .info .main {
	padding: 5px;
	color: #000000;
	background-color: #ffffff;
	font-family: 'Montserrat Regular';
	margin-bottom: 25px;
}
.tour_cards .tour-card .info .country_name {
	text-transform: uppercase;
	font-family: 'Montserrat Regular';
	font-size: 13px;
	font-weight: 100;
}
.tour_cards .tour-card .info .country_name img {
	height: 10px;
}
.tour_cards .tour-card .info .stops {
	margin: 5px 0;
	font-weight: 400;
	font-family: 'Montserrat SemiBold';
	font-size: 14px;
}
.tour_cards .tour-card .info .description {
	min-height: 39px;
	font-size: 12px;
	font-weight: 100;
}
.tour_cards .tour-card .button {
	font-family: 'Montserrat Regular';
	letter-spacing: 1px;
	font-size: 9px;
	display: inline-block;
	padding: 3px 5px;
	margin: 12px 0;
}
.tour_cards .tour-card .vertical-align {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.tour-card .fav_wrapper {
	z-index: 1000;
}
.tour-card .fav_wrapper .action-result-text {
	font-size: 16px;
}

/* ---------------- */

/* --- Swiper Arrows --- */
.swiper-button-prev,
.swiper-button-next {
	top: 55%;
	width: 42px;
	height: 42px;
	background-size: 14px 24px;
	background-color: #6B6B6B;
	background-color: var(--brand-secondary);
	background-position: center;
	border-radius: 4px;
	border: 2px solid #6B6B6B;
	border: 2px solid var(--brand-secondary);
	box-sizing: border-box;
	box-shadow: 0px 5px 4px rgb(0 0 0 / 30%);
}
#whitelabel_home .swiper-button-prev, #whitelabel_home .swiper-button-next {
	display: none;
}
.swiper-button-next {
	background-image: url('/images/white-label/slider-arrow-right.png')!important;
	right: 0px;
}
.swiper-button-prev {
	background-image: url('/images/white-label/slider-arrow-left.png')!important;
	left: 0px;
}
.room_tab .swiper-button-next, .room_tab .swiper-button-prev {
	top: unset;
	bottom: 12%;
}
.room_tab .swiper-button-next {
	right: 5px;
}
.room_tab .swiper-button-prev {
	left: unset;
	right: 52px;
}
.bucket_list_wrapper .micro_layout_slider .swiper-button-prev, .bucket_list_wrapper .micro_layout_slider .swiper-button-next {
	top: 50%;
	width: 44px;
	height: 44px;
	z-index: 11;
}
.bucket_list_wrapper .micro_layout_slider .swiper-button-prev {
	left: 0;
}
.bucket_list_wrapper .micro_layout_slider .swiper-button-next {
	right: 0;
}
.itinerary-inner .swiper-button-next, .itinerary-inner .swiper-button-prev {
	top: auto;
	bottom: 11px;
	right: 5px;
	width: 44px;
	height: 44px;
}
.itinerary-inner .swiper-button-prev {
	right: 54px;
	left: unset;
}
.tour_cards .tour-cards-slider .swiper-button-next, .tour_cards .tour-cards-slider .swiper-button-prev {
	border-radius: 0;
}
/* ---------------- */

/* --- micro layout image slider --- */ 
.micro_layout_slider {
	height: 218px;
	margin: 20px auto;
	padding: 0 50px;
	position: relative;
	max-width: 964px;
}
.micro_layout_slider .swiper-container {
	position: static;
	height: 100%;
}
.mlis_holder {
	display: inline-block;
	position: relative;
	width: 340px;
	height: 218px;
	overflow: hidden;
	text-align: center;
}
.mlis_holder img {
	max-width: unset;
}
/* ---------------- */

/* --- FOMO --- */
#fomo {
	position: fixed;
	z-index: 100;
	bottom: 25px;
	display: none;
	align-items: center;
	height: 0;
	width: 165px;
	border: 27px solid #159FCE;
	border: 27px solid #007DBA;
	border-right-width: 8px;
	border-radius: 10px;
	margin-left: 65px;
	padding-left: 8px;
	font-size: 11px;
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
#fomo::before {
	content: "";
	background-size: 77%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	border: 6px solid #159FCE;
	position: absolute;
	left: -66px;
	background-color: #fff;
}
#fomo.in-basket::before {
	background-image: url('/images/fomo/trolly-emoji.png');
}
#fomo.people-viewing::before {
	background-image: url('/images/fomo/eyes-emoji.png');
}
/* ---------------- */

/* --- Footer --- */
#footer {
	display: block;
	min-height: auto;
	background-color: #6B6B6B;
	background-color: var(--brand-primary);
	color: #FFFFFF;
	text-align: center;
	overflow: visible;
}
.footer_inner {
	padding: 18px 0 90px;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}
#footer_logo {
	display: inline-block;
	vertical-align: middle;
	background-image: url('/images/white-label/powered-by-tab.png');
	background-image: url('/images/white-label/powered-by-tab-blue.png');
	width: 140px;
	height: 140px;
	background-size: 138px 140px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.015em;
	font-family: 'Montserrat ExtraBold';
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	float: right;
	margin-top: -50px;
}
#footer_logo div {
	margin-top: 11px;
}
#footer_logo img {
	width: 95px;
	width: 80px;
	height: 81px;
	height: auto;
	margin-bottom: 11px;
}
.footer_logos {
	float: left;
	margin: 0px 0px 14px;
}
.footer_logos .logos_left {
	display: inline-block;
}
.footer_logos img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.footer_logos .payment_merchants {
	display: inline-block;
}
.footer_text {
	opacity: 0.8;
	font-size: 13px;
	margin-top: 30px;
}
/* ---------------- */

@media screen and (max-width: 1230px) {
	.inner_wrapper {
		width: 1100px;
	}
}
@media screen and (max-width: 1200px) {
	/* --- Banner & generic --- */
	.banner .banner_heading {
		font-size: 50px;
	}
	 .info_bar .button {
		margin-top: -5px;
	}
	.check_dates.button {
		font-size: 12px;
		width: 110px;
		height: 50px;
		display: inline-block;
		padding: 10px 5px;
	}
	.anchor_links {
		padding: 20px 0;
		/* margin-top: 0; */
	}
	.anchor_links .link {
		margin: 0 18px 10px 18px;
		font-size: 19px;
		letter-spacing: 2px;
	}
	.anchor_links.fixed .link {
		margin: 15px;
	}
	.info_bar .info_section div, .info_bar .countdown-container .heading {
		font-size: 12px;
	}
	/* ---------------- */
	
	/* --- overview --- */
	.overview.area {
		margin-top: 2px;
		margin-bottom: 0;
	}
	.overview .section_heading {
		margin-bottom: 40px;
	}
	.overview .overview_top .overview_text_wrapper {
		margin-top: 0;
		padding: 0;
	}
	.overview .overview_top .overview_text_wrapper,
	.overview .overview_top .overview_map {
		display: block;
		width: 100%;
		text-align: center;
	}
	.overview .overview_top .overview_map {
		position: relative;
		z-index: 1;
		width: 36%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.overview .video_section_wrapper {
		width: 100%;
		height: auto;
		position: relative;
	}
	.overview .video_section {
		max-width: 86%;
		margin: 0 auto;
	}
	/* .video .video_container {
		padding-top: 48%;
	} */
	/* ---------------- */
	
	/* --- included --- */
	.included {
		margin-top: 26px;
	}
	.included .included-inner {
		padding: 45px 0 50px 0;
	}
	.included .inclusion {
		margin: 0 10px;
	}
	.included .inclusion .inclusion_link a {
		text-decoration: underline;
	}
	.included .inclusion .inclusion_link a:hover {
		text-decoration: none;
	}
	/* ---------------- */
	
	.rooms .inner_wrapper {
		padding: 0;
		padding-bottom: 20px;
	}
	.included .rooms .section_heading {
		margin-top: 25px;
		margin-bottom: 45px;
	}
	
	/* --- Bucket List --- */
	.bucket_list_header {
		padding-top: 45px;
	}
	.bucket_list_wrapper .micro_layout_slider.image_slider .swiper-slide {
		height: 210px;
		width: 210px;
	}
	.bucket_list_wrapper .mlis_holder .text {
		font-size: 13.7px;
		padding: 5px 0;
		bottom: 12px;
	}
	.bucket_list_wrapper .micro_layout_slider:after,
	.bucket_list_wrapper .micro_layout_slider:before  {
		content: "";
		position: absolute;
		height: 100%;
		width: 100px;
		top: 0;
		z-index:10;
	}
	.bucket_list_wrapper .micro_layout_slider:before {
		right:48px;
		background-image: linear-gradient(-90deg, #fff, transparent);
	}
	.bucket_list_wrapper .micro_layout_slider:after {
		left:48px;
		background-image: linear-gradient(90deg, #fff, transparent);
	}
	.bucket_list_wrapper .micro_layout_slider {
		max-width: 760px;
		height: 210px;
		position: relative;
	}
	.bucket_list_wrapper {
		margin-bottom: 38px;
	}
	/* ---------------- */
	
	/* --- Itinerary --- */
	.itinerary {
		margin-bottom: 17px;
		padding-top: 45px;
	}
	.itinerary-inner .dynamic .content .day_sub_heading {
		margin-bottom: 10px;
	}
	.itinerary-inner {
		padding-right: 60px;
	}
	.itinerary-inner .dynamic .content .main {
		width: 100%;
	}
	.itinerary-inner .dynamic .content .inclusions {
		width: 49%;
		text-align: left;
	}
	.itinerary-inner .images {
		position: relative;
		width: 49%;
		top: 0;
		margin-top: 22px;
	}
	.itinerary-inner .dynamic .content .top {
		width: 100%;
	}
	.itinerary-inner .dynamic .content.exclusive .top {
		justify-content: space-between;
	}
	.itinerary-inner .dynamic .content.exclusive .day_heading {
		margin-top: 2px;
	}
	.itinerary-inner .dynamic .content .exclusive-heading {
		margin-left: 20px;
	}
	.itinerary-inner .dynamic .content .exclusive-heading .exc-inner {
		height: 50%;
		min-width: 200px;
		text-align: center;
		line-height: 28px;
	}
	.itinerary-inner .dynamic .content.exclusive .day_sub_heading {
		width: 100%;
		padding-bottom: 10px;
	}
	/* ---------------- */
	
	
	.tour_cards .tour-cards-slider {
		width: 885px;
	}
	#whitelabel_home .tour_cards .tour-cards-slider {
		width: 920px;
	}
	.tour_cards .tour-cards-slider .swiper-container {
		width: 100%;
	}
	
	
	/* --- Swiper Arrows --- */
	.bucket_list_wrapper .micro_layout_slider  .swiper-button-next {
		right: 50px;
	}
	.bucket_list_wrapper .micro_layout_slider .swiper-button-prev {
		left: 50px;
	}
	.tour_cards .tour-cards-slider .swiper-button-prev {
		left: 5px;
	}
	.tour_cards .tour-cards-slider .swiper-button-next {
		right: 5px;
	}
	/* ---------------- */
	
	.footer_inner {
		padding-bottom: 160px;
	}
}
@media screen and (max-width: 1120px) {
	.inner_wrapper {
		width: 1000px;
	}
	.anchor_links .desktop_info, .anchor_links.fixed .desktop_info {
		display: none;
	}
}
@media screen and (max-width: 1020px) {
	.inner_wrapper {
		width: 900px;
	}
	.included .inclusion {
		width: auto;
		padding: 0;
		margin: 0;
	}
	.itinerary-inner .dynamic .content .inclusions .incl_text {
		max-width: 92%;
		padding: 5px 10px;
		line-height: 20px;
	}
	.itinerary-inner .dynamic .content .inclusions .exclusives .incl_text {
		padding: 10px;
	}
	.departures_table td {
		padding: 5px 10px;
	}
	.footer_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 921px) {
	#whitelabel_home .swiper-wrapper {
		transform: none!important;
	}
}
@media screen and (max-width: 920px) {
	.inner_wrapper {
		width: 700px;
	}
	/* overview trip_style */
	.overview .travel_style {
		display: block;
		padding: 20px 20px 20px 20px;
	}
	.overview .travel_style img {
		max-height: 80px;
		width: auto;
	}
	.overview .travel_style .logo_left img,
	.overview .travel_style .logo_right img,
	.overview .travel_style .content_inner {
		transform: none;
		top: auto;
	}
	.overview .travel_style .content_inner {
		margin-top: 5px;
	}
	.overview .travel_style .content {
		float: left;
		width: 100%;
		padding: 0;
	}
	.overview .travel_style .logo_right {
		max-width: 30%;
	}
	.overview .travel_style .logo_left {
		max-width: 68%;
		padding: 0 5px 0 0;
	}
	
	.room_tab .swiper-button-next, .room_tab .swiper-button-prev {
		bottom: 20%;
	}
	
	.itinerary-inner {
		padding-right: 30px;
	}
	.itinerary-inner .dynamic .content {
		padding-left: 130px;
	}
	.itinerary-inner .dynamic .content .exclusive-heading .exc-inner {
		min-width: 150px;
	}
	.itinerary-inner .dynamic .content .inclusions {
		text-align: left;
	}
	.itinerary-inner .dynamic .content .inclusions .incl_text {
		max-width: 93%;
		line-height: 15px;
		padding-left: 10px;
	}
	.itinerary-inner .dynamic .content .inclusions .exclusives .incl_text {
		padding: 5px 15px 5px 5px;
	}
	.itinerary-inner .dynamic .content .inclusions .incl_text span {
		padding: 3px 5px;
	}
	
	.departures_form_inner .contact_details {
		padding: 0 20px;
	}
	.departures_form_inner .contact_details, .departures_form_inner .contact_details font {
		font-size: 16px!important;
	}
	.form input#enquiry_dob {
		margin-top: 5px;
	}
	.application_form .submit {
		max-width: 175px;
		min-height: unset;
		height: 45px;
		padding: 10px;
		margin-top: 20px;
	}
	
	.top_spacing_departures_table {
		padding: 10px;
	}
	.departures_table .mobile_show {
		display: block!important;
	}
	.departures_table .mobile_hide {
		display: none!important;
	}
	.departures_table td .mobile_hide {
		display: none;
	}
	.departures_table th:first-of-type, .departures_table td:first-of-type {
		min-width: auto;
	}
	.departures_table .date_heading td {
		padding: 15px 10px;
		background-color: #6B6B6B;
		background-color: var(--brand-primary);
	}
	.departures_table.sailing_tour .departure.mobile {
		display: block;
		margin-bottom: 15px;
		position: relative;
	}
	.departures_table.sailing_tour .departure.mobile td.date {
		font-family: 'Montserrat SemiBold';
	}
	.departures_table.sailing_tour .departure.mobile td:not(.date) {
		padding: 0;
	}
	.departures_table.sailing_tour .departure.date {
		display: none;
	}
	.departures_table td.date {
		padding: 5px 10px;
		font-size: 16px;
		line-height: unset;
	}
	.departures_table td, .departures_table td.date {
		height: 50px;
	}
	.departures_table td.date span {
		height: auto;
		line-height: 16px;
		margin: 0;
	}
	.departures_table td.date span, .departures_table td span {
		margin: 0;
		margin-bottom: 5px;
		font-size: 11px;
		font-weight: 100;
		display: block;
		font-style: italic;
	}
	.departures_table .submit.add_cart {
		font-size: 11px;
		width: 83px;
		height: auto;
		margin-right: 0;
		padding: 5px;
		white-space: normal;
		text-align: center;
	}
	
	
	.faqs .exp_group .exp_tab h3, #booking .exp_group .exp_tab h3 {
		font-size: 16px;
		padding: 8px 0;
	}
	.faqs .exp_group .exp_inner, #booking .exp_group .exp_inner {
		padding: 20px;
	}
	.faqs .exp_group .exp.expanded .exp_inner, #booking .exp_group .exp.expanded .exp_inner {
		padding: 20px;
	}
	
	
	#whitelabel_home .tours-available {
		padding: 86px 0 12px 0;
	}
	#whitelabel_home .tour_cards.area {
		margin-bottom: 74px;
	}
	#whitelabel_home .swiper-button-prev, #whitelabel_home .swiper-button-next {
		display: block;
	}
	#whitelabel_home .tour_cards .tour-cards-slider, #whitelabel_home .tour_cards .tour-cards-slider .swiper-container,.tour_cards .tour-cards-slider, .tour_cards .tour-cards-slider .swiper-container {
		width: 100%;
	}
	#whitelabel_home .swiper-wrapper {
		flex-wrap: nowrap;
		justify-content: unset;
	}
	
	.deals .buttons_td {
		width: 21%;
	}
	.deals .price_td {
		position: relative;
		width: 27%;
	}
	/* .deals .header_td {
		width: 48%;
		padding-left: 20px;
		padding-right: 20px;
	} */
	table.deals td .button {
		font-size: 13px;
	}
	
	/* Subdomain Account Area Styling */
	.subdomain_account_area .ap_input.number_input, .subdomain_account_area .dob_container .ap_input {
		margin: 0;
	}
	.subdomain_account_area .ap_autocomplete_clear {
		top: 15px;
	}
	.subdomain_account_area .ap_autocomplete_trigger {
		top: 45px;
	}
	/* ------------------------------ */
	
	#whitelabel_home #outer_wrapper {
		padding-bottom: 86px;
	}
	.footer_inner {
		padding-top: 110px;
	}
	.footer_logos {
		float: none;
	}
	#footer_logo {
		float: none;
		margin: 0 auto;
		margin-top: -160px;
	}
	.footer_logos .payment_merchants {
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	#header a.logo-link {
		margin-left: 25px;
	}
	
	.section_heading, .overview .section_heading, .bucket_list_header, .tour_cards.area .section_heading {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	
	.banner .banner_heading {
		font-size: 30px;
	}
	.info_bar {
		height: 75px;
		padding: 8px 0;
	}
	.info_bar .dots {
		height: 50px;
		margin: 0 10px;
		bottom: 0;
	}
	.info_bar .info_section .new, .info_bar .countdown-container .countdown {
		font-size: 18px;
		margin-top: -2px;
	}
	.info_bar .info_section div, .info_bar .countdown-container .heading {
		font-size: 11px;
	}
	.info_bar .info_section .strike {
		font-size: 13px;
	}
	.info_bar .button {
		margin-top: 5px;
		margin-left: 8px;
		font-size: 18px;
		width: auto;
		line-height: 30px;
		padding: 10px 10px;
	}
	.info_bar .mobile_clear, .info_bar.fixed .mobile_clear {
		display: none;
		height: 0;
	}
	.info_bar.fixed {
		height: 54px;
		padding: 5px 0;
	}
	.info_bar.fixed .dots {
		display: none;
	}
	.info_bar.fixed .days {
		display: none;
	}
	.info_bar.fixed .desktop {
		display: none;
	}
	.info_bar.fixed .button {
		font-size: 11px;
		margin-top: 0;
		height: 44px;
		line-height: 26px;
	}
	.info_bar.fixed .info_section.mobile-spacing {
		margin-left: 12px;
	}
	
	/* --- overview --- */
	.anchor_links_container {
		height: 65px;
	}
	.anchor_links {
		padding: 10px 0;
	}
	.anchor_links .link {
		font-size: 14px;
		letter-spacing: -0.7px;
		margin: 0 2px;
	}
	/* ---------------- */
	
	/* --- Bucket List --- */
	.bucket_list_wrapper {
		margin-top: 58px;
	}
	.bucket_list_header {
		margin-top: -58px;
		padding-top: 17px;
	}
	/* ---------------- */
	
	/* --- Itinerary --- */
	.itinerary-inner .dynamic .content.active {
		position: static;
		padding-right: 10px;
	}
	.itinerary-inner .dynamic .content .main {
		font-size: 14px;
		line-height: 22px;
		padding-right: 0;
	}
	.itinerary-inner .dynamic .content .day_sub_heading {
		font-size: 16px;
	}
	/* ---------------- */
}
@media screen and (max-width: 720px) {
	body.mobile_menu_open {
		overflow-y: unset;
		overflow-y: hidden;
		padding-top: 0;
	}
	
	#mobile_menu ul.level1 {
		margin-top: 0px;
		padding: 0px 12px;
	}
	#mobile_menu.open ul.level1 {
		padding: 24px 12px 36px 12px;
		padding: 24px 12px 72px 12px;
		margin-top: 0;
	}
	#mobile_menu ul li a {
		text-underline-offset: 2px;
	}
	.inner_wrapper {
		width: 520px;
	}
	
	/* --- Overview --- */
	.overview .overview_top .overview_text_wrapper {
		margin-bottom: 16px;
	}
	.overview .overview_text, #whitelabel_home .intro .intro-text {
		font-size: 14px;
		line-height: 22.4px;
		text-align: center;
	}
	.overview .overview_top .overview_map {
		width: 82%;
		padding-top: 10px;
	}
	.overview .video_section {
		padding-bottom: 1px;
	}
	.overview .video_section .video {
		margin-bottom: 20px;
	}
	/* ---------------- */
	
	/* --- included --- */
	.included {
		margin-top: 14px;
	}
	.included .section_heading {
		margin-bottom: 40px;
	}
	/* ---------------- */
	
	/* --- Rooms --- */
	.rooms .larger_image .images,
	.rooms .images,
	.rooms .text,
	.rooms .larger_image .text {
		width: 100%;
		float: none;
	}
	.rooms .text {
		text-align: center;
	}
	.rooms .images {
		margin-bottom: 30px;
	}
	.room_tab .swiper-button-next, .room_tab .swiper-button-prev {
		bottom: 5%;
	}
	
	#ap_popup .ap_popup_inner iframe {
		max-height: 50vh;
	}
	/* ---------------- */
	
	/* --- Itinerary --- */
	.itinerary {
		margin-bottom: 18px;
	}
	.itinerary-inner {
		padding-right: 0px;
		position: relative;
		padding-top: 72%;
	}
	.itinerary-inner .dynamic .days_container {
		width: 105px;
	}
	.itinerary-inner .dynamic .day {
		font-size: 13px;
	}
	.itinerary-inner .dynamic .day.active span, .itinerary-inner .dynamic .day:hover.active span {
		padding: 0 6px;
	}
	.itinerary-inner .dynamic .content {
		padding-left: 108px;
	}
	.itinerary-inner .dynamic .content .top {
		text-align: left;
		padding-right: 0;
	}
	.itinerary-inner .dynamic .content .exclusive-heading .exc-inner {
		min-width: auto;
	}
	.itinerary-inner .images {
		width: 100%;
		padding-top: 65%;
		position: absolute;
		left: 0;
		right: 0;
	}
	.itinerary-inner .dynamic .content .main, .itinerary-inner .dynamic .content .inclusions, .itinerary-inner .dynamic .content .top {
		width: 100%;
	}
	/* ---------------- */
	
	/* --- Bucket List --- */
	.bucket_list_wrapper .micro_layout_slider:after,
	.bucket_list_wrapper .micro_layout_slider:before {
		display: none;
	}
	.bucket_list_wrapper .micro_layout_slider {
		height: 290px;
		padding: 0;
	}
	.bucket_list_wrapper .micro_layout_slider.image_slider .swiper-slide {
		height: 290px;
		width: 290px;
	}
	.bucket_list_wrapper .mlis_holder {
		max-height: 290px;
		max-width: 290px;
	}
	
	/* --- reviews --- */
	.reviews.area {
		margin-bottom: 72px;
	}
	/* ---------------- */
	
	/* FAQs */
	.faqs .faqs-container {
		margin-top: 10px;
	}
	.faqs .section_heading {
		margin: 20px auto;
	}
	.faqs .faqs-container .exp_group .exp_tab {
		padding: 0 50px 0 20px;
	}
	.faqs .exp_group .exp_tab h3, #booking .exp_group .exp_tab h3 {
		font-size: 14px;
	}
	/* ---------------- */
	
	/* --- Swiper Arrows --- */
	.bucket_list_wrapper .micro_layout_slider .swiper-button-prev {
		left: 10px;
	}
	.bucket_list_wrapper .micro_layout_slider .swiper-button-next {
		right: 10px;
	}
	/* ---------------- */
	
	#whitelabel_home .section_heading {
		margin-bottom: 30px;
	}
	#whitelabel_home .intro.inner_wrapper {
		padding: 64px 10px 86px 10px;
	}
	
	
	.deals .title {
		font-size: 15px;
		line-height: 18px;
	}
	.deals .title_td {
		font-size: 11px;
	}
	table.deals td .button {
		font-size: 11px;
	}
	table.deals td .deals_room_table td {
		font-size: 14px;
	}
	.departures_table:not(.sailing_tour) td, .departures_table:not(.sailing_tour) td.date {
		height: auto;
	}
	.departures_table .spacing_line td, .departures_table.sailing_tour .spacing_line td {
		height: 2px;
	}
	.deals_room_table th {
		font-size: 10px;
		text-transform: uppercase;
	}
	
	/* Subdomain Account Area Styling */
	.subdomain ul#account_link {
		height: 20px;
	}
	.subdomain #account_link {
		height: 20px;
		line-height: 20px;
	}
	/* ------------------------------ */
	
	.footer_navigation {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer_logos .logos_left {
		display: block;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 660px) {
	.countdown-container .heading img {
		height: 17px;
		width: auto;
	}
	.info_bar.tour_release_date {
		height: 120px;
	}
	.info_bar.tour_release_date.fixed {
		height: 60px
	}
	.info_bar .dots.countdown-divider {
		display: none;
	}
	.info_bar .countdown-container {
		display: block;
		margin-top: 10px;
	}
	.info_bar.fixed .countdown-container {
		display: inline-block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 540px) {
	.inner_wrapper {
		width: 100%;
		padding: 0 20px;
	}
	
	#header {
		padding: 10px 0;
	}
	#header a.logo-link {
		max-width: 200px;
		margin-left: 15px;
	}
	#mobile_menu ul.level1 {
		padding: 0 22px 0 0;
	}
	#mobile_menu.open ul.level1 {
		padding: 17px 22px 36px 12px;
	}
	#mobile_menu ul li a {
		padding: 0;
	}
	
	.info_bar .countdown-container, .info_bar.fixed .countdown-container {
		display: block;
		margin: 10px auto 0 auto;
	}
	.info_bar.tour_release_date {
		height: 120px;
	}
	.info_bar.tour_release_date.fixed {
		height: 100px;
	}
	
	.info_bar {
		height: 125px;
	}
	.info_bar.fixed .info_section.mobile-spacing {
		margin: 0 12px;
	}
	.info_bar .button {
		display: block;
		width: 250px;
		margin: 0 auto;
		margin-top: 5px;
	}
	.info_bar.fixed .button {
		display: inline-block;
		width: auto;
	}
	
	.anchor_links .link.active:after {
		bottom: -3px;
	}
	
	.included .inclusions_wrapper {
		padding : 0 15px;
	}
	.included .inclusions_wrapper .swiper-wrapper {
		align-items: center;
	}
	.included .inclusions_wrapper .swiper-button-prev {
		left: 5px;
	}
	.included .inclusions_wrapper .swiper-button-next {
		right : 5px;
	}
	.included .inclusions_wrapper .swiper-button-prev, .included .inclusions_wrapper .swiper-button-next {
		top: 66%;
	} 
	.included .inclusion {
		width: 95%;
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
	}
	.included .inclusion .inclusion_icon {
		float: left;
		width: 50px;
		position: relative;
	}
	.included .inclusion .inclusion_icon svg {
		max-width: 50px;
		position: absolute;
		top: 0;
		margin-top: 0;
	}
	.included .inclusion hr {
		display: none;
	}
	.included .inclusion .inclusion_heading {
		text-align: left;
		margin-left: 70px;
		font-size: 15px;
		line-height: 15px;
		margin-top: 5px;
		letter-spacing: 1.3px;
	}
	.included .inclusion .inclusion_text {
		font-size: 12px;
		line-height: 23px;
		margin-left: 70px;
		text-align: left;
	}
	.included .inclusion .inclusion_link {
		text-align: left;
		margin-left: 70px;
		margin-bottom: 30px;
	}
	
	/* Rooms */
	.rooms .room_headings {
		margin-bottom: 20px;
	}
	.rooms .room_heading {
		font-size: 18px;
		margin: 0;
		letter-spacing: -0.5px;
	}
	.rooms .room_heading:nth-of-type(2) {
		margin: auto 15px;
	}
	.rooms .room_heading.active:after {
		bottom: 0px;
	}
	.rooms .images {
		height: 300px;
	}
	
	.bucket_list_wrapper {
		margin-bottom: 26px;
	}
	
	.itinerary-inner .clear540 {
		clear: both;
	}
	
	.faqs .exp_group .exp {
		height: auto;
	}
	.faqs .exp_group .exp_inner {
		padding: 0px 20px;
	}
	
	.room_tab .swiper-button-next, .room_tab .swiper-button-prev {
		bottom: 10%;
	}
	.room_tab .swiper-button-prev, .itinerary-inner .swiper-button-prev {
		right: 52px;
	}
	
	table.deals td .button {
		min-width: 95px;
	}
	table.deals td, .deals_room_table th, table.deals td .deals_room_table td {
		padding: 5px 5px;
	}
	table.deals td span.price {
		font-size: 18px;
	}
	table.deals td span.price .from {
		font-size: 12px;
	}
	
	.footer_logos a.ecologi_logo {
		display: block;
		margin: 0px auto 15px auto;
	}
}
@media screen and (max-width: 450px) {
	#mobile_menu ul.drop-down > li.level1 {
		line-height: 24px;
		/* margin: 10px 0; */
	}
	#mobile_menu ul li a {
		white-space: pre-wrap;
	}
	
	.included .inclusion {
		width: 86%;
	}
	.included .inclusions_wrapper .swiper-button-prev, .included .inclusions_wrapper .swiper-button-next {
		top: 55%;
	}
	
	.rooms .images {
		height: 250px;
		margin-bottom: 10px;
	}
	.rooms .room_heading {
		font-size: 15px;
		line-height: 24px;
		margin: 0 4px;
		letter-spacing: -1.2px;
	}
	.rooms .room_heading.active:after {
		bottom: 3px;
	}
	.rooms .room_heading:nth-of-type(2) {
		margin: auto 11px;
	}
	.room_tab .swiper-button-next, .room_tab .swiper-button-prev {
		bottom: 15%;
	}
	
	.itinerary-inner .dynamic .content.exclusive .top {
		grid-template-areas: "h";
	}
	.itinerary-inner .dynamic .content .exclusive-heading {
		margin-left: 0;
		grid-column: 1;
		grid-row: 3;
		width: fit-content;
	}
	.itinerary-inner .dynamic .content .exclusive-heading .exc-inner {
		height: 100%;
		margin-bottom: 10px;
	}
	.itinerary-inner .dynamic .content.exclusive .day_sub_heading {
		padding-bottom: 0;
	}
	
	
	.departures_table td, .departures_table td.date {
		padding: 5px 3px 10px 3px;
	}
	.departure.mobile table {
		display: block;
		width: 280px;
		position: absolute;
		top: 0;
	}
	.departures_table .submit.add_cart {
		font-size: 12px;
		font-weight: 400;
		width: 75px;
		padding: 0 2px;
		margin-right: 5px;
	}
	
	#whitelabel_home .inner_wrapper.bottom {
		padding: 0 10px;
	}
	table.deals table .show_mobile {
		display: table-cell;
	}
	table.deals table .hide_mobile {
		display: none;
	}
	table.deals td, .deals_room_table th, table.deals td .deals_room_table td {
		padding: 5px 3px;
	}
	.departures_table td.book_column {
		width: auto;
	}
	
	.tour_cards .tour-cards-slider .swiper-slide {
		width: 275px;
		margin: 0;
	}
	.tour_cards .tour-card {
		max-width: 300px;
	}
	
	/* Subdomain Account Area Styling */
	.subdomain #header {
		height: 140px;
	}
	.subdomain #header a.logo-link {
		height: calc(100% - 20px);
		margin-top: -10px;
	}
	.subdomain #mobile_menu ul.level1, .subdomain #mobile_menu.open ul.level1 {
		/* border-top: 30px solid var(--brand-primary-translucent-eighty-five); */
		top: 96px;
	}
	.subdomain #menu_holder .open~#menu_overlay {
		top: 140px;
	}
	.subdomain ul#account_link {
		top: 60px;
		right: unset;
		left: 10px;
	}
	.subdomain ul#account_link li.level1.has_sub ul.level2 {
		padding: 0px 52px 0px 12px;
		top: 25px;
		right: unset;
		left: -10px;
	}
	.subdomain ul#account_link li.level1.has_sub:hover ul.level2 {
		padding: 44px 52px 36px 12px;
	}
	.subdomain #account_link ul.level2 li {
		text-align: left;
	}
	/* ------------------------------ */
}
@media screen and (max-width: 380px) {
	.subdomain #header a.logo-link {
		max-width: 140px;
	}
	.info_bar.tour_release_date.fixed {
		height: 100px;
	}
	.info_bar.fixed .countdown-container {
		display: block;
		margin-top: 10px;
	}
}