body.debug {
	/* visibility:visible; */
}
:root{
/* 	--color-tag: #000000; */
}
.toggleswitch {
	font-size: 1.5em;
	position: relative;
	display: inline-block;
	width: 2em;
	height: 1em;
	border: 1px solid var(--color-lightgreen);
	box-shadow: -2px 2px 5px #606C381A;
	border-radius: 1em;
	transition: all .3s;
	overflow: hidden;
}
.toggleswitch:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	border-radius: .5em;
}
.toggleswitch:after {
	content: '';
	position: absolute;
	width: 0.7em;
	height: 0.7em;
	border-radius: 1em;
	background-color: var(--color-lightgreen);
	margin-top: 0.1em;
    margin-left: 3px;
	top: 0;
	bottom: 0;
	left: 0;
	transition: all .3s;
}

.toggleswitch:hover:after,
.toggleswitch:focus:after {
    cursor: pointer;
	background-color: var(--color-darkgreen);
}

.toggleswitch-active:after {
	transform: translateX(1em)!important;
}

.radioswitch {
	overflow: hidden;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	white-space: nowrap;
	max-width: 100%;
}
.radioswitch-inner {
	margin: 0 -.55rem;
}
.radioswitch-label,
.radioswitch-toggleswitch {
	display: inline-block;
	vertical-align: middle;
	margin: .55rem;
}
.radioswitch-label {
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
	font-size: 15px;
	line-height: 140%;
	letter-spacing: 0;
	color: var(--color-darkgreen);
	max-width: 100%;
	overflow: hidden;
}
[for="calendar-view"] {
	font-weight: 400;
}

.radioswitch-radio {
	display: none;
}

.radioswitch-radio + .toggleswitch:after {
	transform: translateX(1em);
}
.radioswitch-radio:checked + .toggleswitch:after {
	transform: translateX(0);
}
.section-wrapper-category-tourlist {
	background-color: var(--color-lightgray-dark);
}

.id-wrapper-category-tourlist-at-searchbox .wrapper-inner,
.id-wrapper-category-tourlist-at-searchbox [class*=" grid-col-"],
.id-wrapper-category-tourlist-at-searchbox [class^=grid-col-] {
	padding-bottom: 0;
}
.id-wrapper-category-tourlist-at-searchbox .at-searchbox-desc {
	font-size: 2rem;
}
.id-wrapper-category-tourlist-at-searchbox .at-searchbox-key {
	font-size: var(--font-size-body);
	font-weight: var(--font-weight-body);
	text-transform: uppercase;
	line-height: 130%;
	color: var(--color-lightgreen);
}
.id-wrapper-category-tourlist-at-searchbox .at-searchbox-value-trigger {
	font-size: 1em;
	line-height: 3;
}
.id-wrapper-category-tourlist [class*=" grid-col-"],
.id-wrapper-category-tourlist [class^=grid-col-] {
	padding-top: 0;
}

.id-wrapper-category-tourlist .wrapper-inner {
	padding-top: 24px;
}
.category-tourlist-heading-grid-row {
	padding-bottom: 24px;
    display: flex;
    align-items: center;
}
.category-tourlist-box {
	font-size: var(--font-size-body);
	width: 400px;
	max-width: 100%;
}
.category-tourlist-box,
.category-tourlist-box.box-layout-a {
	box-shadow: inset 0 0 0 1px rgba(var(--color-lightgray-dark),0.8);
	background-color: rgba(255, 255, 255, .8);
}
.category-tourlist-heading {
	padding: 0;
	margin: 0;
	text-align: center;
}
.category-tourlist-sort {
	display: block;
}
.category-tourlist-sort-listwrap {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	line-height: 5rem;
	text-align: center;
}
.category-tourlist-sort-list {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin: 0 -1rem;
	padding: 0;
	max-width: 100%;
}
.category-tourlist-sort-item {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin: 0.75em 1rem;
	padding: 0;
	max-width: 100%;
	font-size: 1.6rem;
}
.category-tourlist-sort select {
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
	font-style: var(--font-style-body-bold);
	min-width: 0!important;
	width: auto;
	padding: 0 2.2rem 0 3.5rem;
	border: none;
    border-radius: 9999px;
	background-color: transparent;
    cursor: pointer;
	height: 45px;
	/* text-align: right; */
}

.category-tourlist-box .prodmonth-button {
	border: 2px solid var(--color-darkorange);
	color: var(--color-darkgreen);

	
}
.category-tourlist-box .prodmonth-button:hover {
	border-color: var(--color-orange);
	cursor: pointer;
}
.tourlist-package-grid-prodmonth-button:active {
	border-color: var(--color-darkorange);
}
.category-tourlist-box .prodmonth-trigger-expanded,
.category-tourlist-box .prodmonth-trigger-expanded:active,
.category-tourlist-box .prodmonth-trigger-expanded:hover {
	border-color: var(--color-darkgreen);

}
.category-tourlist-box .prodmonth-button-inactive,
.category-tourlist-box .prodmonth-button-inactive:active,
.category-tourlist-box .prodmonth-button-inactive:hover {
	border: 1px solid var(--color-orange);
	border-radius: 55px;
	color: var(--color-darkgreen);
	font-weight: 400;
}
.itype-141 .contact-newsletter-grid-col {
	display: none;
}

.tourlist-package-grid-box {
	box-shadow: inset 0 0 0 1px var(--color-lightgray-dark);
}
.tourlist-package-grid-box-inner {
	padding-bottom: 20px;
}
.tourlist-package-grid-box-image,
.tourlist-package-grid-box-image img,
.tourlist-package-grid-box-image-inner {
	border-radius: 0;
}
.tourlist-package-grid-box-title {
	padding: 8px 0;
}
.tourlist-package-grid-box-title-inner {
	display: block;
}
.tourlist-package-grid-box-subtitle {
	display: block;
	width: 100%;
}
.tourlist-package-grid-box-feature {
	overflow: hidden;
	padding: 0 0 24px 0;
}
.tourlist-package-grid-feature-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -.375em;
	text-align: left;
}
.tourlist-package-grid-feature-item {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0;
	margin: 0 0 0 .375em;
}
.tourlist-package-grid-feature-value {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: .625em;
	line-height: 1.3;
	letter-spacing: .036em;
	padding: .5em .65em;
	margin: 0 auto;
	border-radius: var(--border-radius-button);
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-text-heading);
	color: rgba(var(--color-text-heading-rgb), .5);
	background-color: #fff;
	border: 1px solid var(--color-text-heading);
	border-color: rgba(var(--color-text-heading-rgb), .5);
}
@media screen and (min-width:1350px) {
	.tourlist-package-grid-feature-value {
		font-size: .75em;
	}
}
a.tourlist-package-grid-feature-value {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-base);
	background-color: #fff;
	border-color: var(--color-base);
}
a.tourlist-package-grid-feature-value:hover {
	text-decoration: none;
	text-shadow: none;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
	background-image: none;
	color: var(--color-link);
	background-color: #fff;
	border-color: var(--color-link);
}
a.tourlist-package-grid-feature-value:active {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-accent-dark);
	background-color: #fff;
	border-color: var(--color-accent-dark);
}
.tourlist-package-grid-box-desc {
	font-family: var(--font-family-body);
	font-weight: var(--font-weight-body);
	text-transform: var(--text-transform-body);
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
	letter-spacing: var(--letter-spacing-body);
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: var(--color-text-heading);
	padding-top: 28px;
}
.tourlist-package-grid-checklist-list {
	font-size: .875em;
}
.tourlist-package-grid-checklist-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 auto;
}
.tourlist-package-grid-checklist-item {
	display: block;
	padding: .75em 0 0 2.75em;
	margin: 0 auto;
	position: relative;
}
.tourlist-package-grid-checklist-item:first-child {
	padding-top: 16px;
}
.tourlist-package-grid-checklist-item:last-child {
	padding-bottom: 0;
}
.tourlist-package-grid-checklist-item:before {
	font-family: allertravel;
	content: "\e902";
	font-size: 2em;
	text-align: left;
	speak: none;
	font-style: normal!important;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	margin: -.125em auto auto auto;
	padding: 0;
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-align: center;
	color: var(--color-accent);
}
.tourlist-package-grid-destfrom {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-heading);
	font-size: 1.2em;
	line-height: 1.25;
	letter-spacing: .01em;
	padding-top: 1em;
}
.tourlist-package-grid-destfrom-list {
	list-style: none;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.tourlist-package-grid-destfrom-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	padding: 0 .375em;
}
.tourlist-package-grid-destfrom-item:first-child {
	padding-left: 0;
}
.tourlist-package-grid-destfrom-item:last-child {
	padding-right: 0;
}
.tourlist-package-grid-destfromprice-key {
	display: none;
}
.tourlist-package-grid-destfromprice-fromprice,
.tourlist-package-grid-destfromprice-price {
	color: var(--color-text-heading);
}
.tourlist-package-grid-destfromdays-item {
	display: none;
	float: right;
	font-size: .8em;
}
.tourlist-package-grid-destfromdays-item,
.tourlist-package-grid-destfromdays-item strong {
	font-family: var(--font-family-body);
	font-weight: var(--font-weight-body);
}
.tourlist-package-grid-box-nav {
	overflow: hidden;
	padding-top: 18px;
	padding-top: 1.8rem;
}
.tourlist-package-grid-nav-list {
	list-style: none;
	display: block;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.tourlist-package-grid-nav-item {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: .375em;
	margin: 0 auto;
}
.tourlist-package-grid-navmore-button:not(.button-inactive) {
	cursor: pointer;
}
.prodmonth-listwrap,
.tourlist-package-grid-box-prodmonth {
	overflow: hidden;
}
.tourlist-package-grid-box-prodmonth {
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid var(--color-lightgray-dark);
}
.prodmonth-list,
.tourlist-package-grid-prodmonth-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -.187em;
	text-align: center;
}
.headerhero-prodmonth-list {
	text-align: left;
}
.prodmonth-item,
.tourlist-package-grid-prodmonth-item {
	box-sizing:border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: .187em;
	margin: 0 auto;
	min-width: 3em;
	width: 20%;
	max-width: none;
}
.prodmonth-button,
.tourlist-package-grid-prodmonth-button {
	display: inline-block;
	vertical-align: top;
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
	text-transform: none;
	font-size: 0.875em;
	line-height: 2.3;
	letter-spacing: var(--letter-spacing-body);
	padding: 0;
	margin: 0 auto;
	border-radius: var(--border-radius-box);
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-text-heading);
	background-color: var(--color-beige);
	border: 2px solid var(--color-darkorange);
	border-radius: 25px;
}
.prodmonth-button:hover,
.tourlist-package-grid-prodmonth-button:hover {
	text-shadow: none;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
	background-image: none;
	color: var(--color-darkorange);
	background-color: var(--color-beige);
	
	/* background-color: #fff; */
	border-color: var(--color-darkorange);
}
.tourlist-package-grid-prodmonth-button:active {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-accent-dark);
	background-color: #fff;
	border-color: var(--color-accent-dark);
}
.prodmonth-trigger-expanded,
.prodmonth-trigger-expanded:active,
.prodmonth-trigger-expanded:hover,
.tourlist-package-grid-navdep-trigger-expanded:not(.button-inactive),
.tourlist-package-grid-navdep-trigger-expanded:not(.button-inactive):active,
.tourlist-package-grid-navdep-trigger-expanded:not(.button-inactive):hover,
.tourlist-package-grid-prodmonth-trigger-expanded,
.tourlist-package-grid-prodmonth-trigger-expanded:active,
.tourlist-package-grid-prodmonth-trigger-expanded:hover {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-midgray);
	background-color: #fff;
	border-color: var(--color-midgray);
}
.prodmonth-button-inactive,
.tourlist-package-grid-prodmonth-button-inactive {
	font-family: var(--font-family-body);
	font-weight: var(--font-weight-body);
	border: 1px solid var(--color-orange);
	border-radius: 55px;
}
.prodmonth-button-inactive,
.prodmonth-button-inactive:active,
.prodmonth-button-inactive:hover,
.tourlist-package-grid-prodmonth-button-inactive,
.tourlist-package-grid-prodmonth-button-inactive:active,
.tourlist-package-grid-prodmonth-button-inactive:hover {
	opacity: .8;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-text-heading);
	background-color: #fff;
	border: 1px solid var(--color-orange);
	border-radius: 55px;
}
.tourlist-package-grid-box-desc,
.tourlist-package-grid-box-feature,
.tourlist-package-grid-box-prodmonth,
.tourlist-package-grid-box-title,
.tourlist-package-grid-destfrom,
.tourlist-package-grid-nav-list {
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.tourlist-package-grid-box-inner-top {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: .05em;
}
.tourlist-package-grid-box-inner-top-image {
	position: absolute;
	z-index: 1;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.tourlist-package-grid-box-inner-top-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	color: #fff;
}
.tourlist-package-grid-box-inner-top-title .box-title-inner {
	font-family: var(--font-family-h2);
	font-weight: var(--font-weight-h2);
	text-transform: var(--text-transform-h2);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	letter-spacing: var(--letter-spacing-h2);
	margin-top: 0;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.tourlist-package-grid-box-inner-top-feature {
	line-height: 1.3;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}
.tourlist-package-grid-box-inner-top:before {
	content: "";
	float: left;
	display: block;
	width: 0;
	height: 0;
	padding-top: 100%;
}
.tourlist-package-grid-box-inner-top-image-inner {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.tourlist-package-grid-box-inner-top-image-img {
	position: relative;
	left: 0;
	right: 0;
	height: 100%;
	width: auto;
	max-width: none;
	margin: auto;
}
@supports (object-fit:cover) {
	.tourlist-package-grid-box-inner-top-image-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 100%;
		position: static;
	}
}
.tourlist-package-grid-box-inner-top-feature-value {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	box-shadow: none;
	background-image: none;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
a.tourlist-package-grid-box-inner-top-feature-value {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	background-color: rgba(0, 0, 0, .06);
	border-color: #fff;
	border-color: rgba(255, 255, 255, .7);
}
a.tourlist-package-grid-box-inner-top-feature-value:hover {
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: #fff;
	background-color: rgba(0, 0, 0, .06);
	border-color: #fff;
}
a.tourlist-package-grid-box-inner-top-feature-value:active {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: #fff;
	background-color: rgba(0, 0, 0, .06);
	border-color: #fff;
}
.tourlist-package-grid-departures-expanded {
	position: absolute;
	position: fixed;
	z-index: 40;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	width: 960px;
	max-width: 96%;
	max-width: calc(100% - 45px);
	height: 98%;
	height: calc(100% - 45px);
	min-height: calc(100% - 45px);
	background-color: #fff;
	padding: 30px;
	margin: 0 auto;
	overflow: auto;
}
.show-tourlist-package-grid-departures .section-wrapper-body {
	z-index: 40;
}
.show-tourlist-package-grid-departures .id-wrapper-body:before,
body.show-tourlist-package-grid-departures:before {
	content: "";
	display: block;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}
body.show-tourlist-package-grid-departures .id-wrapper-body {
	z-index: 40;
}
.tourlist-package-grid-departures-header-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 auto;
}
.tourlist-package-grid-departures-header-item {
	display: block;
	display: inline-block;
	vertical-align: top;
	padding: .375em;
	margin: 0 auto;
}
.tourlist-package-grid-departures-close {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}
.tourlist-package-grid-departures-close-inner {
	display: inline-block;
	padding: 1.5em;
}
.tourlist-package-grid-departures-footer-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.tourlist-package-grid-departures-footer-item {
	display: block;
	display: inline-block;
	vertical-align: top;
	padding: .375em;
	margin: 0 auto;
}
.filterbar,
.tourlist-grid-filter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--color-darkgray);
}
.filterbar-listwrap,
.tourlist-grid-filter-form {
	overflow: hidden;
}
.filterbar-list,
.tourlist-grid-filter-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -.375em;
	text-align: center;
	line-height: 1.215;
}
.filterbar-item,
.tourlist-grid-filter-item {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: .375em;
	margin: 0 auto;
	width: 11.1em;
	max-width: 100%;
	text-align: left;
}
.id-wrapper-category-tourlist-filter .filterbar-item {
	min-width: 0;
}
.filterbar-item:last-child,
.tourlist-grid-filter-item:last-child {
	padding-right: 0;
}
.filterbar-icon,
.tourlist-grid-filter-icon {
	display: inline-block;
	vertical-align: top;
	padding: 0 .5em 0 0;
}
.filterbar-key,
.tourlist-grid-filter-key {
	display: inline-block;
	vertical-align: top;
	padding: 0 .75em 0 0;
	font-family: var(--font-family-body);
	font-weight: var(--font-weight-body);
}
.filterbar-value-checkbox,
.tourlist-grid-filter-value-checkbox {
	display: inline-block;
	vertical-align: top;
	margin: 0 .375em 0 0;
}
.filterbar-value-text,
.tourlist-grid-filter-value-text {
	display: inline-block;
	vertical-align: top;
}
.filterbar-value,
.tourlist-grid-filter-value {
	display: inline-block;
	vertical-align: top;
}
.filterbar-value .cform-checkbox-wrap {
	margin: 0;
	font-size: 1em;
}
.tourlist-grid-filter-value-skinlink-checkbox {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.tourlist-grid-filter-value-skinlink-text {
	color: var(--color-link);
	text-decoration: underline;
}
.tourlist-grid-filter-value-skinlink-checkbox:checked + .tourlist-grid-filter-value-skinlink-text {
	text-decoration: none;
}
.tourlist-package-grid-departures-headerimage {
	position: relative;
	margin: -30px;
	margin-bottom: 0;
}
.tourlist-package-grid-departures-headerimage-inner {
	position: relative;
	z-index: 2;
	padding: 30px;
}
.tourlist-package-grid-departures-headerimage-feature {
	overflow: hidden;
}
.tourlist-package-grid-departures-headerimage-feature-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -.375em;
	text-align: left;
}
.tourlist-package-grid-departures-headerimage-feature-item {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: .375em;
	margin: 0 auto;
}
.tourlist-package-grid-departures-headerimage-subtitle {
	display: block;
}
.tourlist-package-grid-departures-headerimage-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.tourlist-package-grid-departures-headerimage-image,
.tourlist-package-grid-departures-headerimage-image-inner {
	height: 100%;
	min-height: 0;
	max-height: 100%;
}
.tourlist-package-grid-departures-headerimage-image-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
@supports (object-fit:cover) {
	.tourlist-package-grid-departures-headerimage-image {
		max-height: none;
	}
	.tourlist-package-grid-departures-headerimage-image-img {
		height: 100%;
		min-height: 0;
		max-height: 100%;
		min-height: 280px;
		max-height: 560px;
		max-height: 80vh;
		object-fit: cover;
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 0;
	}
}
.tourlist-package-grid-departures-headerimage-title {
	margin-bottom: 0;
	padding-bottom: .5em;
}
.tourlist-package-grid-departures-headerimage-with-image {
	margin-bottom: 30px;
}
.tourlist-package-grid-departures-headerimage-with-image .tourlist-package-grid-departures-headerimage-title {
	margin-top: 9em;
	margin-top: 15vh;
}
.tourlist-package-grid-departures-headerimage-with-image .tourlist-package-grid-departures-headerimage-title,
.tourlist-package-grid-departures-inner-with-image .tourlist-package-grid-departures-close-icon,
.tourlist-package-grid-departures-inner-with-image .tourlist-package-grid-departures-close-inner {
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}
body.loading .tourlist-package-grid-box-inner-top-inner {
	visibility: hidden;
}
.at-searchbox{
	font-size:var(--font-size-body);
}
.at-searchbox .box-inner {
	text-align: left;
}
.at-searchbox-list-outer {
	display: block;
	overflow: hidden;
}
.at-searchbox-list {
	list-style: none;
	display: flex;
	padding: 0px 50px;
	margin: 0 -.75em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: white;
	align-items: center;
	gap: 50px;
}
.at-searchbox-item {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 24px 0;
	margin: 0 auto;
	text-align: left;
	width: auto;
}

.at-searchbox-vertical-box .at-searchbox-item.at-searchbox-nav-item {
	width: 20%;
	height: 100%;
	.at-searchbox-value {
		padding: 0;
	}
}

.at-searchbox-key,
.at-searchbox-value {
	display: inline-block;
	vertical-align: top;
	font-size: 1em;
	line-height: 1;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid transparent;
}

.at-searchbox-value {
	position: relative;
	border-radius: var(--border-radius-input);
	width: 14em;
	max-width: calc(100% - 8em);
	text-align: left;
	padding: 1.4rem 0;
	margin: 0 auto;
	outline: 0;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-darkgreen);
	background-color: #fff;
	border-bottom: 1px solid var(--color-lightgreen);
}
/* .at-searchbox-value:hover {
	outline: 0;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-text-body);
	color: rgba(0, 0, 0, .8);
	background-color: #fff;
	border-color: rgba(0, 0, 0, .24);
}
.at-searchbox-value:active,
.at-searchbox-value:focus {
	outline: 0;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	color: var(--color-text-body);
	color: rgba(0, 0, 0, .8);
	background-color: #fff;
	border-color: var(--color-lightgray-dark);
	border-color: rgba(0, 0, 0, .36);
} */
.at-searchbox-nav-value,
.at-searchbox-nav-value:active,
.at-searchbox-nav-value:focus,
.at-searchbox-nav-value:hover {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	border-color: transparent;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
}
.at-searchbox-value-icon,
.at-searchbox-value-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.at-searchbox-value-text {
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-style: var(--font-style-body);
	font-size: 20px;
	line-height: 130%;
	/* max-width: 70%;
	max-width: calc(100% - 4.5em); */
	overflow: hidden;
}
.at-searchbox-value-trigger {
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
	font-style: var(--font-style-body-bold);
	/* display: block!important; */
	color: var(--color-over);
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: center;
	padding: 0 1em;
	font-size: 0.875em;
	line-height: 4.5;
}
.at-searchbox-nav-key {
	height: 1px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
}
.at-searchbox-value-icon {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	/* width: 1.75em;
	height: 1.75em; */
	-webkit-transform: translateY(.125em);
	transform: translateY(.125em);
	margin-right: .375em;
	color: var(--color-darkorange);
}
.at-searchbox-value-icon:before {
	font-size: 1.5em;
}
.at-searchbox-button {
	font-size: 1.25em;
	height: 100%;
    width: 100%;
	padding: 15px 24px;
	border-radius: 30px;
	text-transform: uppercase;
	background-color: var(--color-darkgreen);
	color: white;
	border: 0;
	text-shadow: none;
	transition: background-color 0.3s ease;
	&:hover, &:active {
		text-shadow: none;
		box-shadow: none;
		color: white;
		border: 0;
		cursor: pointer;
		background-color: #1f2a14; 
	}
	/* padding: 1.5rem 2rem; */
}
.at-searchbox-button:hover {

		background-color: var(--color-lightgreen); 
	
	/* padding: 1.5rem 2rem; */
}


.at-searchbox-vertical-box .at-searchbox-desc {
	max-width: 100%;
}

.id-at-searchbox-searchresult-form .id-at-searchbox-searchresult-list-outer,
.at-searchbox-vertical-box .at-searchbox-list-outer {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px #606C3833;
}
.at-searchbox-vertical-box .at-searchbox-key,
.at-searchbox-vertical-box .at-searchbox-value {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
.at-searchbox-vertical-box .at-searchbox-item {
	width: 28.333%;
}
.at-searchbox-horizontal-box .at-searchbox-list-outer {
	margin-bottom: 0;
}

.id-at-searchbox-headerhero-title {
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
	line-height: 1.3;
	/* text-transform: uppercase; */
}
.id-at-searchbox-headerhero-item {
	width: 100%;
}
.id-at-searchbox-headerhero-nav-item {
	padding-top: 1em;
}
.id-at-searchbox-headerhero-nav-key {
	display: none;
}
.id-at-searchbox-headerhero-nav-value {
	padding-top: 0;
	padding-bottom: 0;
}
.id-at-searchbox-searchresult-item {
	width: 100%;
}
.id-at-searchbox-searchresult-key,
.id-at-searchbox-searchresult-value {
	display: block;
	width: 100%;
	max-width: 100%;
}

.at-searchbox-popup-group-list-outer {
	display: block;
	overflow: hidden;
}
.at-searchbox-popup-group-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -1.5rem;
	text-align: left;
}
.at-searchbox-popup-group-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 1.5rem;
	margin: 0 auto 1.5em auto;
	text-align: left;
	overflow: hidden;
	width: 14em;
	min-width: 33.333%;
	max-width: 100%;
}
.at-searchbox-popup-group-6-item {
	width: 14em;
}
.at-searchbox-popup-group-7-item {
	width: 19em;
}
.at-searchbox-popup-group-item-inner {
	position: relative;
	display: block;
	z-index: 1;
}
.at-searchbox-popup-group-item-head {
	display: block;
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
	/* text-transform: uppercase; */
	font-style: var(--font-style-body-bold);
	font-size: 2rem;
	line-height: 1.2;
	color: var(--color-accent-dark);
	padding: 0 0 1em 0;
}
.at-searchbox-popup-count,
.at-searchbox-popup-list-outer,
.grid-filter-popup-list-outer {
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
	text-transform: none;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0;
}
.at-searchbox-popup-list-outer,
.grid-filter-popup-list-outer {
	display: block;
	overflow: hidden;
}
.at-searchbox-popup-list,
.grid-filter-popup-list {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -.75em;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.at-searchbox-popup-item,
.grid-filter-popup-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 .75em .375em .75em;
	margin: 0 auto;
	text-align: left;
	width: 14em;
	max-width: 100%;
	min-width: 20%;
	overflow: hidden;
}
.at-searchbox-popup-item-inner,
.grid-filter-popup-item-inner {
	position: relative;
	display: block;
	z-index: 1;
}
.at-searchbox-popup-checkbox-wrap,
.grid-filter-popup-checkbox-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.at-searchbox-popup-label,
.grid-filter-popup-label {
	display: inline-block!important;
	min-height: 0!important;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
	padding: 0 0 .8rem 1.5em;
	margin: 0;
	color: var(--color-text-heading);
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
	font-weight: 400;
}
.at-searchbox-popup-item .cform-checkbox-wrap {
	margin: 0;
	font-size: 1em;
}
.at-searchbox-popup-image-list-outer {
	font-size: 18px;
	font-size: 1.8rem;
}
.at-searchbox-popup-image-item-inner {
	padding: .834em;
}
.at-searchbox-popup-image-item-top {
	display: block;
	position: relative;
	margin: 0 1.667em;
}
.at-searchbox-popup-image-checkbox-wrap {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	text-align: right;
}
.at-searchbox-popup-image {
	display: block;
	position: relative;
	overflow: hidden;
}
.at-searchbox-popup-image:before {
	content: '';
	float: left;
	display: block;
	width: 0;
	height: 0;
	padding-top: 100%;
}
.at-searchbox-popup-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@supports (transform:translateX(-50%)) or (-webkit-transform:translateX(-50%)) {
	.at-searchbox-popup-img {
		margin-left: 0;
		margin-right: 0;
		width: auto;
		height: 100%;
		max-width: none!important;
		min-width: 0;
		left: 50%;
		right: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.at-searchbox-popup-image-label {
	display: block!important;
	text-align: center!important;
	padding: .695em 0;
	text-decoration: none;
	font-family: var(--font-family-body-bold);
	font-weight: var(--font-weight-body-bold);
}
.at-searchbox-popup-select-buttons .button,
.grid-filter-popup-select-buttons .button {
	margin-right:0.75em;
	margin-bottom:0.375em;
}
.at-searchbox-popup-select-buttons .button:last-child,
.grid-filter-popup-select-buttons .button:last-child {
	margin-right:0;
}
/**/
.at-searchbox-popup-header .popuptoggle-panel-header-title {
	display: block;
	font-family: var(--font-family-body-bold);
	font-weight:500;
	font-style: var(--font-style-body-bold);
	font-size: 2rem;
	line-height: 2;
	color: var(--color-text-heading);
	padding: 0 0 1em 0;
}
.at-searchbox-popup-header .popuptoggle-panel-header-item-title{
	padding: 0;
	margin: 0;
}
/**/
.at-searchbox-popup-select-buttons .button,
.grid-filter-popup-select-buttons .button {
	margin-right:0.75em;
	margin-bottom:0.375em;
}
.at-searchbox-popup-select-buttons .button:last-child,
.grid-filter-popup-select-buttons .button:last-child {
	margin-right:0;
}
/**/
.searchresult-tourlist-v2 .main-header{
	text-align:center;
}
/**/

.min-sm .category-tourlist-sort-listwrap {
	text-align: right;
}
.min-sm .category-tourlist-sort-list {
	display: block;
}
.min-sm .category-tourlist-sort-item {
	float: left;
}
.min-sm .category-tourlist-sort-select-item {
	float: right;
	
}

.min-lg .category-tourlist-sort-item {
	float: none;
}
.min-sm3 .filterbar-list,
.min-sm3 .tourlist-grid-filter-list {
	text-align: left;
}
.min-lg .id-page {
/* 	text-align: left; */
}

.min-sm .category-tourlist-sort-item{
	margin-top:0;
	margin-bottom:0;
}

.min-sm .id-wrapper-category-tourlist-at-searchbox .at-searchbox-list {
	text-align: left;
}

.min-sm .category-tourlist-heading{
	text-align:left;
}
.layout-1 .id-at-searchbox-searchresult-item {
    width: 100%;
}

.id-wrapper-section-search.wrapper-section {
	.grid-container {
		padding-bottom: 0;
		padding-top: 0;
		.grid-col-sm3-12 {
			padding-bottom: 0;
			padding-top: 0;
		}
	}
} 

#headerhero-at-searchbox {
	position: absolute;
    top: -53px;
    left: 0;
    z-index: 1;
    width: 100%;
}

.id-at-searchbox-headerhero-button:after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 10px;
	background-image: url("../images/search-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 0.5em;
}

.id-at-searchbox-searchresult-value:after,
.id-at-searchbox-headerhero-value:after {
	font-family: 'icons-travelize';
    font-size: 1.5em;
    speak: none;
    font-style: normal !important;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    display: inline-block;
    vertical-align: middle;
	position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
}

.id-at-searchbox-searchresult-value:after,
.id-at-searchbox-headerhero-value:after{
	content: '\bb';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.id-at-searchbox-searchresult-value:after {
	position: relative;
	font-size: 1em;
	margin-left: 10px;
}

.id-at-searchbox-headerhero-nav-value:after {
	content: '';
}

.section-wrapper-category-tourlist .grid-container,
.id-wrapper-section-search .grid-container {
	/* max-width: 1260px; */
	padding-left: 0;
	padding-right: 0;
}

.search-baggage-icon::before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 24px;
	background-image: url("../images/search-baggge-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em; 
}

.search-location-icon::before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 24px;
	background-image: url("../images/search-location-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}

.search-calendar-icon::before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 24px;
	background-image: url("../images/search-calendar-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}

.id-wrapper-current-trips {
	padding: 2rem 0;
}