
/* Banner */
.banner {
	height: 250px;
	width: 100%;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.banner.homepage {
	height: 500px;
}

h1, .h1 {
	display: inline-block;
	margin: 0;
	padding: 2.5rem;
	border-radius: var(--bs-border-radius) !important;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	background-color: rgba(var(--bs-primary-rgb), 0.8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

@media only screen and (max-width: 768px) {
	.homepage h1, .homepage .h1 {
		width: 100%;
	}

	h1 b, .h1 b {
		display: block;
		line-height: inherit;
	}
}

main {
	max-width: calc(100% - 485px);
}

aside {
	width: 100%;
	max-width: 465px;
}

@media only screen and (max-width: 1199px) {
	main {
		max-width: 100%;
		width: 100%;
	}
	
	aside {
		max-width: 100%;
		width: 100%;
	}
}

.itin-item.images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.itin-item.images .images {
	width: 100%;
}

.itin-item.images .images a {
	text-decoration: none;

	display: flex;
	justify-content: flex-end;
	align-items: flex-end;

	padding: 20px;
	min-height: 350px;
	height: 100%;
	width: 100%;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.itin-item.images .images a span {
	background-color: #fff;
	padding: 3px 24px;
	border-radius: 8px;
	display: block;
}

.door-to-door {
	position: relative;
}

@media only screen and (min-width: 1400px) {
	.door-to-door img {
		position: absolute;
		right: 0;
		top: -6px;
		width: 125px;
		pointer-events: none;
	}
}

@media only screen and (min-width: 1400px) {
	.itin-item.images .content {
		flex: 1;
	}

	.itin-item.images .images {
		flex: 1;
	}
}

@media only screen and (max-width: 1400px) {
	.itin-item.images {
		flex-direction: column-reverse;
	}

	.itin-item h3 {
		margin-top: 10px;
	}

	.itin-item .content, .itin-item .content ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width: 1199px) {
	main * {
		text-align: center;
	}

	.itin-item * {
		width: fit-content;
	}
}

.tour-container {
	padding: 25px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
}

.availability-dates {
	position: relative;
    bottom: 5px;
}

.tour-track {
	max-height: 341px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 10px;
}

.tour-track::-webkit-scrollbar {
	width: 20px;
}

.tour-track::-webkit-scrollbar-track {
	background-color: #F8F8F8;
}

.tour-track::-webkit-scrollbar-thumb {
	background-color: var(--bs-primary);
	border-radius: 8px;
	cursor: pointer;
}

.tour-track .tour {
	display: flex;
	justify-content: space-between;

	cursor: pointer;
	
	background-color: #F8F8F8;
	transition: background-color .5s ease;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.tour-track .tour:last-child {
	margin-bottom: 0;
}

.tour-track .tour:hover {
	background-color: var(--bs-primary-lightest);
}

.tour-track .tour.selected {
	background-color: var(--bs-primary);
	color: #fff;
}

.tour-track .tour p {
	margin: 0;
	font-size: 0.9rem;
}

.tour-track .tour p .datePrefix {
    display: inline-block;
    font-size: .65rem;
    position: relative;
    bottom: 7px;
}

@media only screen and (max-width: 499px) {
	.tour-track .tour .long-date {
		display: none!important;
	}
	.tour-track .tour .short-date {
		display: block!important;
	}
}

.tour-track .tour p .price {
    display: inline-block;
}

.tour-track .tour p s {
	font-size: 0.6rem;
}

.tour-track .tour p s * {
	text-decoration: line-through;
}

.tour-track .tour .long-date {
	display: block;
}

.tour-track .tour .short-date {
	display: none;
}

.tour-label {
	text-transform: capitalize;
}

#refLabel.tour-label {
	text-transform: uppercase;
}

#dateLabel.tour-label {
	text-transform: unset;
}

.tour-container h3 {
	display: none;
	cursor: pointer;
}

.tour-container hr.mobile {
	display: none;
}

.tour-container h3 span {
	line-height: 100%;
}

.tour-container h3 i {
	transform: rotate(180deg);
	transition: transform 0.5s ease;
}

.tour-container.show h3 i{
	transform: rotate(0deg);
}

@media only screen and (max-width: 1199px) {
	.tour-container {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: -2px;
		max-height: 75px;
		transition: max-height 0.75s ease;
		overflow: hidden;
		border-radius: 0;
		background-color: #fff;
	}

	.tour-container.show {
		max-height: 100%;
	}

	.tour-container h3 {
		display: flex;
		justify-content: space-between;
	}

	.tour-container hr {
		display: block;
	}
}



#SeatPlan_Plan {
	display: flex;
	justify-content: center;
	gap: 4px
}

.SeatPlan_Row {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem
}

.SeatPlan_Seat {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	border-radius: .25rem
}

.SeatPlan_Seat[data-seat-type="0"] {
	pointer-events: none
}

.SeatPlan_Seat[data-seat-type="1"] {
	background-color: transparent;
	border: 1px solid var(--brand-primary);
	cursor: pointer;
	pointer-events: auto
}

.SeatPlan_Seat[data-seat-type="1"]:hover {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary)
}

.SeatPlan_Seat.selected[data-seat-type="1"] {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary)
}

.SeatPlan_Seat[data-seat-type="2"] {
	background-color: var(--brand-grey);
	border: 1px solid var(--brand-grey)
}

@media(min-width: 992px) {
	#Seating {
		width: clamp(500px, 50%, 100%)
	}
}

@media(max-width: 384px) {
	#SeatPlan_Plan {
		flex-direction: column
	}

	#SeatPlan_Label>small:nth-of-type(2) {
		display: none
	}

	.SeatPlan_Row {
		flex-direction: row-reverse;
		flex-wrap: nowrap
	}
}

.seatplan-container {
	width: 700px;
	max-width: 100%;
	margin: 0 auto
}

#lstSeatRows br {
	display: none
}

.seat-plan-seat {
	height: 40px;
	width: 40px;
	margin: 5px
}

.seat-plan-seat img {
	width: 100%
}

.key {
	width: fit-content
}

.key .seat-plan-seat {
	margin: 0 auto
}

@media only screen and (max-width: 1200px) {
	.seatplan-container {
		width: 630px
	}

	.seat-plan-seat {
		height: 35px;
		width: 35px;
		margin: 5px
	}
}

@media only screen and (max-width: 767px) {
	.seat-plan-seats-cont {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center
	}
}

#modelSeat {
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255);
    display: flex;
    justify-content: center;
    align-items: center;

	display: none;
	opacity: 0;
	transition: opacity .15s linear;
}

#modelSeat.show {
	display: flex;
}

#modelSeat.fade {
	opacity: 1;
}

#modelSeat .seatplan-container {
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0;
}

#showSeatModel {
	text-decoration: underline;
	cursor: pointer;
}