.container.listings {
	padding-top: 20px;
	padding-bottom: 30px;
}

.row.search-more-filters {
	margin-top: 7px;
}

.view-more-filters-btn.btn-primary{
	line-height: 28px;
}

.realtime-listings-search .form-control {
	border: none;
	height: 40px;
	border-radius: 2px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.listings-sort {
	height:			36px;
	margin:			0;
}

.listings-sort li {
	padding:		0;
	float:			left;
}

.page-title .select-box {
	width:			190px!important;
	height:			36px!important;
	margin:			0 10px 0 0!important;
	border-radius:		18px!important;
	line-height:		36px!important;
}

.bg-sort p {
	color: #4A4A4A;
	font-weight: 600;
	line-height: 20px;
}
.bg-sort .list-inline p {
	color: #9B9B9B;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}
.bg-sort .select-box {
	color: #4A4A4A;
	font-weight: 600;
	line-height: 20px;
	height: 20px;
	border-radius: 0px;
	padding: 0 35px 0 15px;
}

.page-title .select-box-text {
	text-transform:		none!important;
}

.panel .select-box {
	border:			1px solid #ddd;
}

.panel .select-box:first-child {
	margin-bottom:		10px;
}

.panel .select-box.just-one {
	margin-bottom:		0;
}

.panel-default > .panel-heading {
	padding:		0 15px;
	background:		#fff;
}

.panel-default > .panel-heading > .panel-title {
	font-size:		18px;
	text-transform:		none;
	line-height:		53px;
	color:			#494949;
}

.panel-default > .panel-body,
.panel-default > .panel-expand-toggle {
	color:			#494949;
}


/*
 * Mobile
 */
@media screen and (max-width: 767px) {
	.search-box {
		height:			0;
		overflow:		hidden;
		margin-bottom:		15px;
	}
	.realtime-listings-search .form-control, .realtime-listings-search .select-box {
		margin-bottom: 7px;
	}

}

/*
 * Tablet
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.search-box {
		height:			0;
		min-height:		0;
		overflow:		hidden;
		margin-bottom:		15px;
	}

	.panel {
		width:			48%;
		float:			left;
		clear:			both;
	}

	.panel:nth-child(even) {
		float:			right;
		clear:			none;
	}

	.btn-block {
		clear:			both;
	}
	.realtime-listings-search .form-control, .realtime-listings-search .select-box {
		margin-bottom: 7px;
	}
}

/*
 * Small desktop
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}

.simple-map-canvas
{
    height:800px;
}
