html, body {
	overflow: visible;
}

.d-flex{display:flex;}
.flex-wrap{flex-wrap: wrap;}
.ai-center{align-items:center;}
.jc-between{justify-content: space-between;}

.h-search .hs-text {
	padding-top: 13px;
}

.rooms .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.rooms .row .saved-property-btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	right: -10px;
}

.rooms .row .saved-property-btn .fa {
	top: 1px;
}

.rooms .row .price.listing-price {
	display: inline-block;
	vertical-align: middle;
}

.rooms .room .details .details-cell {
	opacity: 0 !important;
}

.rooms .room:hover .details .details-cell {
	opacity: 1 !important;
}





@media screen and (max-width: 1599px) {

	#navbar .nav {
		margin-left: 0;
	}

	#navbar .nav a {
		font-size: 14px;
	}

	.property-title .title {
		padding: 10px 0 0;
		height: 70px;
	}

	.property-meta.clearfix {
		padding: 10px 15px;
	}

	#footer .top-footer .footer-widget .inside {
		padding: 20px 40px;
	}
}

.property-content {
	margin: 0 0 0 -10px;
}

@media screen and (max-width: 1439px) {

	#navbar .nav a {
		font-size: 13px;
		padding: 5px 7px;
	}
}

@media screen and (max-width: 1199px) {

	.form-group.fg-listings {
		width: 21% !important;
	}

	.form-group.fg-type {
		width: 17% !important;
	}

	.rooms .rooms-inside .room {
		width: 33.333%;
	}

	#footer .top-footer .footer-widget:nth-child(2) .inside {
		border-left: none;
	}
}

@media screen and (max-width: 1023px) {

	.form-group.fg-listings {
		width: 30% !important;
	}

	.form-group.fg-type {
		width: 19% !important;
	}

	.rooms .rooms-inside .room {
		width: 50%;
	}

	#footer .top-footer .footer-widget .inside ul.pull-left,
	#footer .top-footer .footer-widget .inside ul.pull-right {
		float: left !important;
	}

	#footer .top-footer .footer-widget .inside ul.pull-right {
		margin-left: 30px;
	}

	#footer .top-footer .footer-widget .inside {
		padding: 18px 20px;
	}
}

@media screen and (max-width: 767px) {

	.form-group.fg-listings {
		width: 100% !important;
	}

	.form-group.fg-type {
		width: 100% !important;
	}

	.main-header .h-search {
		max-width: 100% !important;
	}

	#footer .top-footer .footer-widget .inside ul.pull-left,
	#footer .top-footer .footer-widget .inside ul.pull-right {
		float: none !important;
	}

	#footer .top-footer .footer-widget .inside ul.pull-right {
		margin-left: 0;
	}

	#footer .top-footer .footer-widget .inside {
		padding: 0 15px;
	}

	#footer .top-footer .footer-widget li {
		margin: 0 auto;
	}

	.rooms .room .details .details-cell {
		position: absolute;
		left: 0;
		right: 13px;
		bottom: 0;
		padding: 12px 15px;
		display: block !important;
	}

	#content h1 {
		font-size: 30px;
	}

	#sidebar .sb-wid .wid-head h2 {
		margin: 0;
	}

	/*#content .content-sort .sort-search-results {
		float: none;
		margin: 0 0 10px;
	}

	#content .content-sort .sort-by {
		float: none;
	}*/

	.rooms .row .price.listing-price {
		display: block;
		text-align: center;
		font-size: 13px;
	}

	.property-meta.clearfix {
		padding: 0;
	}

	.rooms .row .saved-property-btn {
		display: block;
		right: 0;
	}

	#content .content-sort.content-sort-bot .left {
		float: none !important;
		text-align: center;
		margin: 0 0 10px;
	}

	#content .content-sort.content-sort-bot .right {
		float: none !important;
		text-align: center;
	}

	#content .content-sort.content-sort-bot .left .btn {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}

	#content .content-sort.content-sort-bot .social.right li {
		float: none !important;
		display: inline-block;
		vertical-align: bottom;
		margin-left: 5px !important;
	}
}

@media screen and (max-width: 680px) {

	.custom-sidebar {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.search_amenities-slide {
		display: none;
	}

	.search_amenities-slide #search_amenities {
		display: block !important;
	}

	.search_amenities-opener {
		cursor: pointer;
	}
}

@media screen and (max-width: 575px) {

	.rooms .rooms-inside .room {
		width: 100%;
	}
}