/*
Theme Name: Seed Theme
Theme URI: http://booking2hotels.com/
Author: the WordPress team
Version: 1.0
*/
.page-template-template-facilities .room_item-forward h2 {
	color: #fff;
	font-weight: 400 !important;
}

.bht_engine {
	padding: 35px 0;
}

@media screen and (max-width: 767px) {
	.logo_foot img {
		margin: 0 auto 30px;
	}
	.bg_list_room ul li img {
	height: 100%;
}
	.flexslider .slides img {
		width: 130% !important;
	}
	.awesome-weather-current-temp {
		font-size: 1em !important;
		padding: 0;
	}

	.awesome-weather-current-temp sup {
		font-size: 0.6em !important;
	}
	.edit-book .b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue {
		padding: 16px 15px 0;
	}

	.edit-book .b2h_rate_mobileV3 .b2h_manyTxt {
		margin-bottom: 0;
		display: block;
	}

	.edit-book .b2h_rate_mobileV3 .b2h_toContinue .b2h_selectNumRoom {
		padding: 2px 0 0;
		border: none;
		float: none;
		display: inline-block;
		margin: 10px 10px 0;
	}

	.edit-book .b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue {
		width: 108%;
		margin-left: -15px;
		border-radius: 0;
	}

	.edit-book .b2h_rate_mobileV3 .b2h_toContinue .b2h_selectNumRoom .b2h_txtSelectRoom {
		font-size: 10px;
		margin-right: 7px;
	}

	.edit-book .b2h_rate_mobileV3 .b2h_toContinue .b2h_selectNumRoom .b2h_txtSelectRoom svg {
		margin: 0;
	}

	.edit-book .b2h_rate_mobileV3 .b2h_toContinue .b2h_selectNumRoom .b2h_selectRight {
		float: none;
	}

	.edit-book .b2h_rate_mobileV3 .b2h_toContinue .b2h_selectNumRoom .b2h_select_mobile .b2h_selectAdd {
		width: 20px;
		height: 20px;
		line-height: 19px;
	}

	.edit-book .b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .notice_footer {
		margin: 0;
	}

	.edit-book .booking-engine .b2h_rate_v3 {
		margin-bottom: 150px;
	}
}

@media (max-width: 320px) {
	.edit-book .b2h_rate_mobileV3 .b2h_toContinue .b2h_selectNumRoom {
		margin: 10px 6px 0 0;
	}
}
.awesome-weather-wrap {
	background: transparent;
}
.awesome-weather-header,
.awesome-weather-attribution {
	display: none;
}
.awesome-weather-current-temp {
	font-size: 24px;
	padding: 0;
}
.awesome-weather-current-temp sup {
	font-size: 16px;
}

@media (min-width: 992px) {
	.container-box-search {
		z-index: 180 !important;
	}
	.bg_list_room ul li img {
		width: 130%;
	}
}

.single-accommodation .room-size{
	padding: 15px;
}

.single-accommodation .content_detail {
	padding: 0 30px 50px !important;
}

.hero_unit .flexslider .slides>li {
	overflow: hidden;
}
.hero_unit .flexslider .slides img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.bg_list_room ul li {
	overflow: hidden;
}
.bg_list_room ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
@media(min-width: 768px) and (max-width:991px) {
	.list_room_all ul li a {
		padding: 20px 150px 20px 50px;
	}
}
.awesome-weather-current-temp strong {
		font-weight: 500;
		font-size: 0.8em;
	}
.modal-open {
	padding-right: 0 !important;
}