
.container.listings {
	padding-top:		30px;
	padding-bottom:		30px;
}

.listings-sort {
	height:			36px;
	margin:			0;
}

.listings-sort li {
	padding:		0;
	float:			left;
}

.page-title .select-box {
    width: 128px!important;
    height: 36px!important;
    margin: 0px;
    border-radius: 0px;
    line-height: 36px!important;
    color: #fff;
    padding: 0px;
    background: none;
    border: none;
}

.page-title .select-box-text {
	text-transform:		none!important;
}

.panel .select-box, .realtime-listings-search .select-box, .realtime-listings-search .form-control {
	border:			1px solid #CCC;
	margin-bottom: 		7px;
}

.realtime-listings-search .form-control {
	border-radius: 		2px;
	height: 		40px;
	line-height: 		40px;
	font-weight: 400;
}


.panel .select-box:first-child {
	margin-bottom:		10px;
}

.panel .select-box.just-one {
	margin-bottom:		0;
}

.view-button {
	display:		block;
	width:			36px;
	height:			36px;
	border:			none;
	border-radius:		3px;
	line-height:		36px;
	background:		transparent;
	color:			#fff;
}

.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;
}


/*
 * 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;
}

/*
* Listings
*/
.card-object-details{
	border: none;
	padding: 15px 0px;
	background: #fff;
}
.card-object-address, .card-object-city{
	font-family: "haboro",sans-serif;
}
.card-object-city {
    padding: 0px;
    color: #000;
    text-transform: none;
    font-weight: 600;
}
.card-object-details i {
    font-weight: 400;
    font-size: 2em;
    line-height: 45px;
    transform: rotate(270deg);
    position: relative;
    right: 10px;
    top: 3px;
}
.card-object-details a{
	color: #000;
}
.card-object-details a:hover{
	text-decoration: none;
}

.img-pane-overlay i {
    font-weight: 400;
    font-size: 2em;
    line-height: 45px;
    transform: rotate(270deg);
    position: relative;
    right: -10px;
    top: 17px;
}