
.container.listings {
    padding-top: 20px;
    padding-bottom: 30px;
}

.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;
}

.page-title .select-box-text {
	text-transform:		none!important;
}

.panel .select-box, .realtime-listings-search .select-box, .realtime-listings-search .form-control {
	border: none;
	margin-bottom: 7px;
	height: 45px;
	line-height: 45px;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 600;
	color: #4A4A4A;
}

.realtime-listings-search .form-control {
	height: 45px;
	line-height: 20px;
	border: none;
	color: #4A4A4A;
	font-weight: 600;
	font-size: 15px;
	padding: 12px 16px;
	border-radius: 0px;
}
.realtime-listings-search .form-control::placeholder {
	color: #4A4A4A;
}
.popout-content {
	background: #fff;
}
.panel .select-box:first-child {
	margin-bottom:		10px;
}

.panel .select-box.just-one {
	margin-bottom:		0;
}

.view-button {
	display: block;
	width: 35px;
	height: 22px;
	border: none;
	border-radius: 0px;
	line-height: 22px;
	background: transparent;
	color:			#000;
}

.view-button.active {
	background:		#fff;
	color:			#9a9a9a;
}

.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;
}

.bg-sort p {
	color: #4A4A4A;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}
.bg-sort .list-inline p {
	color: #9B9B9B;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}
.bg-sort .select-box {
	color: #4A4A4A;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	height: 20px;
	border-radius: 0px;
	padding: 0 35px 0 15px;
}
/*
 * Mobile
 */
 @media screen and (max-width: 767px) {
 	.search-box {
 		height:			0;
 		overflow:		hidden;
 		margin-bottom:		15px;
 	}
 }

/*
 * 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;
 	}
 }

/*
 * Small desktop
 */
 @media screen and (min-width: 992px) and (max-width: 1199px) {

 }

 .simple-map-canvas
 {
 	height:800px;
 }
