ul {
	padding: 0;
	list-style-type: none;
}

/***  
Filter Control Start     
***/


.relative {
	position: relative;
}

.advanced_search {
	border-radius: 3px;
	width: 100%;
	position: relative;
	z-index: 501;
	border: solid 1px #ccc;
}

	.advanced_search > .filter_body {
		position: absolute;
		width: 100%;
		z-index: 5;
	}

.filter_top {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	/* padding: 10px 10px 0 10px;*/
	min-height: 50px;
}

.filter_body {
	background: #e8e7e4 none repeat scroll 0 0;
	border-top: 1px solid #d4d4d4;
	display: none;
	margin-top: 0;
}

.filter_content {
	min-height: 150px;
}

.filter_button_row {
	border-top: 1px solid #f3f3f1;
}

.filter_fade {
	background: #000 none repeat scroll 0 0;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
}

.filter_top_labels {
	padding: 10px;
	font-size: 14px;
}

/***  
Filter Control END     
***/

.w-60 {
	width: 60% !important;
}

.w-20 {
	width: 20% !important;
}

.hero-section-form-travel-room-adult-input-text {
	pointer-events: none;
}

/***  
Error Page START     
***/

.error-page {
	padding: 1.5rem var(--padding-left-right);
	background-color: var(--StingGray-White);
	min-height: 450px;
}

.error-page-inner {
	padding: 1.5rem var(--padding-left-right);
	background-color: white;
	border-radius: 5px;
}

/***  
Error Page END     
***/
