/* FIXED SEARCH */
.cs-fixed-search {
	width: 100%;
	top: 0;
	left: 0;
	position: relative;
	z-index: 1000;
}

.cs-fixed-search .top-searchbar,
.destination-header-v2.cs-fixed-search {
	padding: 0.5rem 2rem;
}

.cs-fixed-search .top-searchbar {
	margin-bottom: 0rem !important;
}

.cs-fixed-search.fixed {
	position: fixed;
	padding: 1rem 0rem 0rem;
	z-index: 10000;
}

.cs-fixed-search.fixed .cs-fixed-no-margin {
	margin-bottom: 0;
}

.fixed h1 {
	display: none;
}

@media (max-width:64em) {
	.cs-fixed-search.fixed {
		position: relative;
	}
}
