.hotel-wrapper {
	background: #f2f1f0;
}
.hotel-header {
	background: url('../img/hotel/hotel_search_bg.jpg') center center no-repeat;
	background-size: cover;
}
.hotel-header-h2 {
	margin: 60px 0;
	text-align: center;
	color: #fff;
}
.hotel-header-flex {
	min-height: 400px;
	display: flex;
	flex-direction: column;
}
.hotel-search-holder {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	width: 100%;
	display: flex;
	gap: 15px;
}
.hotel-search-input {
	border: 1px solid #e5e5e5;
	padding: 2px 10px;
	border-radius: 4px;
	height: 52px;
	position: relative;
}
.hotel-search-input:active,
.hotel-search-input:hover {
	border-color: #EE3811;
	box-shadow: 0 0 6px #FFC19A;
}
.hotel-search-input-label {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	display: block;
}
.hotel-search-input-holder {
	display: flex;
	align-items: center;
}

.hotel-search-input-keyword {
	background: transparent;
	min-height: unset;
	padding: 0;
	border: none;
	width: 100%;
}
.hotel-search-input-guest {
	width: 100%;
	color: #000;
	cursor: pointer;
}
.hotel-search-button {
	background: #34a853;
	border-radius: 4px;
	height: 52px;
	width: 150px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
}
.hotel-search-input.kwinput {
	flex-grow: 1;
}
.hotel-search-input.dtrange {
	width: 250px;
}
.hotel-search-input.roompkr {
	width: 250px;
}
.hotel-search-autocomplate {
	max-height: 300px;
	overflow: scroll;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 6px 4px rgba(0,0,0,0.08);
	position: absolute;
	left: 0;
	top: 52px;
	z-index: 99;
	display: none;
}
.hotel-search-autocomplate-title {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	display: block;
	padding: 8px 15px;
}
.hotel-search-autocomplate i {
	font-size: 13px;
	color: #999;
}
.regions-list li,
.hotels-list li {
	padding: 8px 15px;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.regions-list span,
.hotels-list span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hs-loading {
	text-align: center;
	padding: 10px;
	display: none;
}
.hs-loaded {
	display: none;
}

.search-guest {
	width: 180%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 6px 4px rgba(0,0,0,0.08);
	position: absolute;
	right: 0;
	top: 52px;
	z-index: 99;
	display: none;
}
.guest-counter-holder {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: flex;
	height: 36px;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
}
.guest-counter-btn {
	width: 28px;
	line-height: 36px;
	cursor: pointer;
}
.guest-counter-input {
	width: 100%;
	flex: 1;
}
.search-guest-list {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.search-guest-list:last-child {
	border-bottom: 0;
}
.search-guest-list-top {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #000;
}
.search-guest-list-footer {
	display: flex;
	padding: 15px;
	justify-content: space-between;
}
.search-guest-list-footer-plus {
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	color: #213e73;
}
.kid-selector-items {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.kid-plus-btn {
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 4px;
	height: 36px;
	width: 44px;
	text-align: center;
	color: #666;
	line-height: 36px;
	cursor: pointer;
}

.kid-selector {
	display: flex;
	background: #f0f0f0;
	border-radius: 4px;
	height: 36px;
	color: #444;
	cursor: pointer;
	align-items: center;
	gap: 5px;
	padding: 0 10px;
	color: #666;
}
.kid-selector select {
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 13px;
}

.hand {
	cursor: pointer;
}

.custom-card {
	border: 0;
	border-radius: 6px;
}
.gal-slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    gap: 2px;
}
.gal-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gal-slider img.four-grid-cells {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
}


.custom-list {
    margin-left: 10px;
    font-weight: normal;
    font-size: 13px;
}

.custom-list li {
   display: block;
   position: relative;
   padding-left: 0.7em;
}
.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.3em;
    height: 0.3em;
    background-color: #ccc;
    border-radius: 50%;
}
.custom-table-padding tr td {
	padding: 0;
}
#mapWrap {
	width: 100%;
	height: 450px;
	z-index: 99;
}
.room-list-table {
	border: 1px solid #e5e6e7;
}
.room-list-table td {
	font-size: 13px;
	border: 1px solid #e5e6e7;
	vertical-align: middle;
}
.room-list-detail {
	padding: 2px 10px;
}
.room-list-detail div {
	line-height: 18px;
	margin-bottom: 5px;
}
.reservasyon-btn {
	background: #34a853;
	padding: 6px 12px;
	border-radius: 6px;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
}
.reservasyon-btn:hover {
	color: #ccc;
}
.small {
	line-height: 15px;
}
.room-list-top {
	background: #f9f9f9;
	border-top: 1px solid #e5e6e7;
	border-left: 1px solid #e5e6e7;
	border-right: 1px solid #e5e6e7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.room-list-top .bg-light {
	background: #f0f0f0 !important;
	margin: 0 5px 3px 0;
	white-space: nowrap;
	display: inline-block;
}

.reserve {
	width: 910px;
	margin: 0 auto;
	padding: 30px 0;
}

.reserve-sb-amount {
	border-top: 1px solid #ccc;
}

.reserve-hotel-info {
	border-bottom: 1px solid #ccc;
}
.stickydb {
	position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.hr {
	height: 1px;
	border-top: 1px solid #ccc;
}
.guest-input {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
}

.ccard {
	padding: 20px;
	background: #fff8dd;
	border-radius: 5px;
}


.form-select-lg,
.form-control {
	height: 52px !important;
}

.loading {
	text-align: center;
}
.hotel-list {
	display: flex;
	gap: 20px;
}
.hotel-list-photo {
	width: 200px;
	height: 200px;
	background: #ccc;
	border-radius: 6px;
}
.hotel-list-detail {
	flex: 1;
}
.hotel-list-detail-icon {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	color: #888;
	margin-top: 10px;
}
.hotel-list-detail-filters {
	margin-top: 10px;
	background: #f0f0f0;
	border-radius: 6px;
	padding: 4px;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.hotel-list-btn {
	background: #34a853;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 5px 8px;
	margin-top: 10px;
}
@media (max-width: 992px){
	.reserve {
		width: 100%;
	}
	.room-list-table tr {
		display: flex;
		flex-direction: column;
	}
	.room-list-table tr td {
		width: 100% !important;
	}
	.hotel-search-holder {
		flex-direction: column;
	}
	.hotel-search-input.kwinput {
		width: 100%;
	}
	.hotel-search-input.dtrange {
		width: 100%;
	}
	.hotel-search-input.roompkr {
		width: 100%;
	}
	.hotel-search-button {
		width: 100%;
	}

	.hotel-header-h2 {
		margin: 15px 0;
		font-size: 24px;
	}
	.hotel-header-flex {
		min-height: auto;
	}
	.hotel-header {
		padding: 15px 0;
	}

	.search-guest {
		width: 100%;
	}
}