/* Search bar */
#search_container {
	width: 100%;
	padding: 16px 0 10px;
	background-color: #fff;
	box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
}
#search-bar-landing {
	padding-top: 0;
	width: 100%;
	border-radius: 0px;
}
#search-bar-landing div {
	height: auto;
}
#search-bar-landing div i {
	top: 32px;
}
#search-bar-landing .form-control {
	border-radius: 0;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #565a5c;
}
#search-bar-landing #booking_search_landing {
	border-left: 1px solid #ccc;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.landing-search-btn {
	background: #FF5831;
	color: #fff;
	width: 100%;
	border-radius: 0;
	margin-top: 24px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.landing-search-btn:hover {
	background: #FF8431;
}

/* Search ui */
.ui-widget-content {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
}
.search-err {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	position: absolute;
	top: 69px;
}
.search-err-mobile {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	line-height: 30px;
}

/* Map */
.map_hostel_image {
	height: 144px;
	width: 100%;
	border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
.marker_info {
	height: auto;
}
.marker_info .btn_1 {
	margin-bottom: 15px;
}
.marker_info h3 {
	margin: 15px 0;
	padding: 0 5px;
}

/* Title and search details*/
#search_details {
	margin-bottom: 30px;
}
#search_details h1 {
	margin: 0;
}

/* Hostel image */
.img_list a {
	height: 200px;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
}

/* Hostel */
.price_list small {
	margin-bottom: 20px;
	margin-top: 6px;
}
.no_price {
	font-size: 14px !important;
	margin-bottom: 20px;
	display: block;
}
#hostel_overall_rating_and_facilities {
	position: relative;
}
#hostel_overall_rating_and_facilities .rating_score {
	display:inline-block;
	float: left;
	margin-right: 5px;
	font-size: 12px;
	padding:5px 0;
	width: 35px;
	text-align: center;
	background: #FF5831;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
}
#hostel_overall_rating_and_facilities .rating_text_container {
	position: relative;
	float: left;
	top: -2px;
	margin-right: 25px;
}
#hostel_overall_rating_and_facilities .rating_text_bold {
	font-size: 14px;
	line-height: 14px;
	color: #FF5831;
	font-family: 'proxibold';
	display: inline-block;
}
#hostel_overall_rating_and_facilities .rating_text {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	margin: 0;
}
#hostel_overall_rating_and_facilities .review_number {
	font-size: 12px;
	line-height: 12px;
	position: relative;
    top: -1px;
}
#hostel_overall_rating_and_facilities .facilities {
}
#hostel_overall_rating_and_facilities .facilities .hostel_facility {
	font-size: 12px;
	line-height: 28px;
	margin-right: 10px;
	display: inline-block;
	color: #3ace9d;
}
#compare_hostel {
	position: absolute;
	bottom: 12px;
}
#compare_hostel label {
	margin: 0;
	line-height: 22px;
	position: relative;
	top: 1px;
	font-size: 12px;
	font-weight: normal;
}

/* Sorting */
#sorting select {
	border: none;
	color: #565a5c;
	outline: none;
}
#sorting select:focus {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#sorting label {
	line-height: 44px;
	margin: 0;
}
.hostels_per_page {
	float: right;
}
.sort_method_selector {
	float: right;
	text-align: right;
}

.hostel-list__count{
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	font-family: Lato;
	line-height: 17px;
}
.hostel-list__title{
	margin-bottom: 8px;
	display: block;
	color: #000;
	font-family: Lato;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.hostel-list__text{
	margin-bottom: 20px;
	font-family: Lato;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #828282;
}
.hostel-list__price{
	font-family: Lato;
	font-weight: 900;
	font-size: 24px;
	line-height: 21px;
	color: #000;
}
.hostel-list__btn{
	padding: 5px 25px;
	display: inline-block;
	background: #FF5832;
	border-radius: 4px;
	color: #FFF;
	font-family: Lato;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}
.hostel-list__btn:hover{
	background-color: #ec3d15;
	color: #fff;
}

/* fix old style iCheck*/
.icheckbox_square-grey{
	width: 20px !important;
	height: 20px !important;
	background: none !important;
	border-radius: 4px;
	border: 1px solid #EAEAEA !important;
	transition: background-color 0.5s linear;
}
.icheckbox_square-grey.checked{
	background: #999 !important;
	position: relative;
	transition: background-color 0.5s linear;
}
.icheckbox_square-grey.checked:before{
	content: '';
	width: 9px;
	height: 13px;
	position: absolute;
	left: 5px;
	top: 0;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Responsive styling */
@media (max-width:1200px) {
	/* Sorting */
	#sorting {
		margin-bottom: 20px;
	}

	p.hostel_description {
		margin-bottom: 10px;
	}
}
@media (max-width:991px) {

	/* Header */
	#position {
		display: none;
	}

	/* Search bar */
	#search-bar-landing .form-control {
		border: 1px solid #ccc;
		border-radius: 2px !important;
	}
	#search-bar-landing .form-control.check-in {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
	#search-bar-landing .form-control.check-out {
		border-left: none;
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	#search-bar-landing label {
		margin-bottom: 0;
		margin-top: 10px;
	}
	#search-bar-landing label.destination_label {
		margin-top: 0;
	}

	/* Title and search details*/
	#search_details {
		margin-bottom: 30px;
	}

	/* Map button */
	a.btn_map {
		font-weight: normal;
		font-size: 14px;
		text-transform: none;
	}
	a.btn_map:hover {
		background: #E04F67;
	}

	/* Hostel price */
	.price_list {
		font-size: 24px;
	}
	.price_list sup {
		font-size: 18px;
		position: relative;
		top: -7px;
		margin-right: 2px;
	}

	/* Hostel book now*/
	a.btn_1, .btn_1 {
		padding: 7px 8px;
	}

	/* Hostel description*/
	p.hostel_description {
		margin-bottom: 0px;
	}

	#hostel_overall_rating_and_facilities {
		display: none;
	}
	.parallax-window {
		min-height: 360px;
	}	
}
@media (max-width:767px) {
	.hostel-list-content {
		margin-bottom: 0 !important;
	}

	/* Search bar */
	#search_container {
		padding: 15px 0;
	}
	#search-bar-landing .form-control.check-in {
		border-top-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}
	#search-bar-landing .form-control.check-out {
		border-left: 1px solid #ccc;
		border-top-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
	}

	/* Search details */
	#search_details {
		margin-bottom: 15px;
	}
	#search_details h1 {
		font-size: 30px;
	}
	.search_details {
		font-size: 11px;
	}

	/* Hostel image */
	.img_list a {
		margin: 0px;
	}

	/* Hostel */
	.strip_all_tour_list {
		margin-bottom: 16px;
		text-align: left;
		position: relative;
		border: none;
	}
	.hostel_description {
		display: none;
	}
	.hostel_list_desc:after {
		display: none;
	}
	.price_list {
		padding: 0;
		font-size: 28px;
	}
	.price_list div {
		text-align: right;
		padding: 0;
	}
	.price_list small {
		display: none;
	}
	.no_price {
		margin-bottom: 0;
	}
	.hostel-price {
		right: 0;
	}
	.book_button {
		display: none;
	}
	p.hostel_description {
		display: none;
	}
	#compare_hostel {
		display: none;
	}

	/* Google maps */
	#map {
		height: 350px;
	}
	.marker_info {
		width: 180px;
		height: auto;
	}
	.marker_info h3 {
		margin: 15px 0;
		font-size: 16px;
	}
	.marker_info .btn_1 {
		margin-bottom: 15px;
	}
	.marker_info span.map_hostels_desc {
		display: none;
	}
	.marker_info:after, .marker_info:before {
		top: 70%;
	}
	.parallax-window {
		min-height: 410px;
	}
	.hostel-list__price{
		padding-right: 16px;
		color: #fff;
		white-space: nowrap;
	}
	.hostel-list__btn{
		display: none;
	}
}
@media (max-width:480px) {
	.hostel-list-content {
		margin-bottom: 0 !important;
	}

	/* Search details */
	#search_details h1 {
		font-size: 22px;
	}

	/* Google maps */
	.map_hostel_image {
		height: 110px;
	}
	.marker_info h3 {
		margin: 10px 0;
		font-size: 14px;
	}
	.marker_info .btn_1 {
		margin-bottom: 10px;
		margin-left: 0;
		width: 70%;
	}
	.marker_info {
		height: auto;
	}
	.marker_info:after, .marker_info:before {
		top: 80%;
	}

	/* Hostel image */
	.img_list a {
		margin: 0px;
	}

	/* Hostel*/
	.price_list {
		font-size: 14px;
	}
	.hostel_list_desc:after {
		display: none;
	}
	.price_list {
		font-size: 18px;
	}
	.price_list sup {
		font-size: 12px;
		top: -4px;
	}
	#compare_hostel {
		display: none;
	}
}
@media (max-width:361px) {
	.parallax-window {
		min-height: 430px;
	}		
}