#no-listings {
	text-align:center;
	margin:10px !important;
	font-size:18px;
	padding:10px !important;
}
#viewMapTab, #viewGalleryTab {

}
.labels {
	color: red;
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	border: 2px solid black;
	white-space: nowrap;
}


/*** Map Css ***/
#map-container 
{
	margin: 0 auto;
	z-index: 0;
}
#map-canvas
{
	height:600px;
	width:100%;
	float:left;
	/*border:2px solid #d4d3d0;*/
}
#map-sidebar-container 
{ 
	/*height: 596px;*/
	position: absolute;
	left: 0;
	float: left;
	/*border:2px solid #d4d3d0;*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#map-bottom-advert {
	padding:20px 15px 0;
	/*height: 300px;
	background: url("http://dummyimage.com/1200x300/e7e7e7/000") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
#map-side-bar 
{	
	height: 516px;
	width:290px;
	position: relative;
	left: 0;
	overflow: auto;
	z-index: 1;
	margin-top: 85px;
	background: #f5f5f5;
}
#sideHide 
{ 
	/*height: 596px;*/
	position: absolute;
	left: 290px;
	float: left;
	z-index: 1;
	opacity: 0.8;
}
#map-container #sideHide:hover { 
	opacity: 1; 
}
#hideBTN  {
	height: 600px;
	border:none;
	width: 25px;
	min-width:25px;
	max-width:25px;
	background: #d4d3d0;
	padding:0;
	margin:0;
	color:#000;
}
#map-info {
	height: 85px;
	width:290px;
	position: absolute;
	padding: 3px 5px;
	text-align: center;
	z-index: 1;
	background: #f5f5f5;
	border-bottom:2px solid #d4d3d0;
	box-sizing:border-box;
}
#listingNum {
	margin: 0;
	padding: 0;	
	font-weight: bold;
	font-size:18px;
}
#map-info #sidebar-pagination {
	overflow:hidden;	
	padding:10px 15px;
	height:40px;
	margin:0;	
}
#map-info #sidebar-pagination .dropdownImageSidebar {
	pointer-events: none;
	position:relative;
	right:55px;
	z-index:1;
	opacity:.7;
}
#map-info #sidebar-pagination button { 
	background:white;
	border:1px solid #d4d3d0;
}
#map-info #sidebar-pagination select{ 
	margin:0 5px;
	display:inline-block;
	float:none;
	padding:5px 10px;
	border:1px solid #d4d3d0;
	min-width:50px;
}
#map-canvas img { 
	max-width: none; 
}
.rspMapClosed { 
	left: -290px !important;
}
#map-side-bar p {
	margin: 0 5px 0 5px;
	padding: 0;
}
.sidebar-listing 
{
	overflow:hidden;
	border-bottom:1px solid #d4d3d0;	
}
.sidebar-listing:hover {
	background:#d4d3d0;
}
.sidebar-listing p#address
{
	margin:0 5px;
}
.sidebar-listing img {
	float:left;
	width:150px;
	margin:5px 5px;
	height:100px;
	box-sizing:border-box;
}
.sidebar-listing #bed, .sidebar-listing #bath {
	float:left;
	margin-right:5px;
}
.sidebar-listing #bed img, .sidebar-listing #bath img {
	width:20px;
	height:20px;
	margin:0 5px 0 0;
}
.sidebar-listing #other {
	overflow:hidden;
}
.marker-content 
{
	height:300px;
	width:300px;
	overflow:hidden
}
.marker-content #module-listings 
{
	overflow-y:scroll;
	overflow-x:hidden;
	height:268px;
}
.marker-content #module-header 
{
	overflow:hidden;
	padding:5px 10px;
	background:#6aa6af;
	color:white;
	font-weight:400;
	height:32px;
}
.marker-content #module-header button
{
	float:left;
	height:22px;
	width:22px;
	padding:0;
	opacity:1;
	color:black;
}
.marker-content #module-header p 
{
	margin:0 10px;
	font-size:16px;
	float:left;
}
.marker-content .module-listing 
{
	overflow:hidden;
	padding:5px 5px;
	border-bottom:2px solid #d4d3d0;
}
.marker-content .module-listing #address
{
	margin:0;
	font-size:14px;
}
.marker-content .module-listing #bed, .marker-content .module-listing #bath
{
	width:50px !important;
}
.marker-content .module-listing #bed img, .marker-content .module-listing #bath img
{
	width:20px;
	height:20px;
} 
.marker-content .module-listing #info p
{
	margin:0;
	float:left;
	width:100px;
}
.marker-content .module-listing img 
{
	width:150px;
	height:100px;
	float:left;
	margin-right:5px;
	box-sizing:border-box;
}
#progress-infowindow
{
	overflow:hidden;
	width:300px;
	height:300px;
}
#progress-infowindow i
{
	margin:50px 0 0 120px;	
}
#progress-sidebar i {
	margin:25px 0 0 110px;
}
#progress-gallery {
	overflow:hidden;
}
#progress-gallery i {
	margin:50px 0;
	position:relative;
	left:50%;
}
#custom-close
{
	position:absolute;
	top:-6px;
	color:white;
	left:-4px;
}
#custom-close:hover
{
	color:black;
}
.gm-style-iw 
{
	width: 302px !important;
	height:300px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 0 0;
}


/*** Recently viewed listings ***/
#rvl_container {
	overflow:hidden;
}
#rvl_container .rvl-listing {
/* 	border:1px solid #d4d3d0; */
/* 	background:#f1f1f1; */
/* 	position: relative; */
/* 	overflow: hidden; */
/* 	left: 0; */
/* 	padding-bottom:10px; */
/* 	float:left; */
}
#rvl_container .rvl-preview img {
	margin:10px auto;
	display:block;
	width:220px;
	height:160px;
}
#rvl_container .rvl-address  {
	text-align:center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
#rvl_container .rvl-lease {
	float:left;
	margin:0 0 0 5px;
}
#rvl_container .rvl-beds, #rvl_container .rvl-baths {
	float:right;
	margin:0 5px 0 5px;
}
#rvl_container .rvl-beds img, #rvl_container .rvl-baths img {
	width:20px;
	height:20px;
	margin:0 5px 0 0;
}
#rvl_container .rvl-price , #rvl_container .rvl-mls {
	float:left;
	width:100%;
	margin:0 0 0 5px;
}
#rvl_container hr {
	border:1px solid #d4d3d0;	
	margin: 0 0 10px 0;
}
#rvl_container .favourite {
	width:30px;
	position:absolute;
	top:0;
	left:0;
}
#rvl_container .remove {
	position:absolute;
	top:0;
	right:18px;
}
#rvl_container .remove:hover {
	color:red;
	cursor:hand;
	cursor:pointer;
}
#rvl_container h3 {
	margin-top:15px;
	font-size:20px;
}


/*** Listing Gallery ***/
#gallery-container {
	margin:0 auto;
}

#gallery-container .listing
{
	border: 1px solid rgba(180, 180, 180, 0.6);
	height:300px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top:15px;
}

#gallery-container .wrap #gallery { text-align: center; }
#gallery-container .list
{
	padding: 1px 0 0 0 !important;
	margin: 0;
	font-size: 0.9em;
	position:relative;
	z-index:2;
}
#gallery-container .list li:before { content: none !important; }
#gallery-container .list li
{
	list-style: none !important;
	list-style-type: none !important;
	background-image: none !important;
	background: none !important;
	font-size: 1.1em;
	line-height: 1.1 !important;
	padding: 0 !important;
	text-align: center;
	margin: 2px 0 2px 0;
}
#gallery-container .small
{
	height: 24px;
	width: 17px;
}
#gallery-container .commodities
{
	font-weight: bold;
	font-size: 1em;
}
#gallery-container p 
{
	margin:0;	
}
#gallery-container .description
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#gallery-container .description p
{
	font-size: 1em;
	overflow: hidden;
	position: relative;
	
}
#gallery-container .description p:hover
{
	overflow: visible;
	z-index: 1;
}
#gallery-container #bed, #gallery-container #bath
{
	display:inline-block;
}
#gallery-container #bed img, #gallery-container #bath img
{
	height:25px;
	width:25px;
}
#gallery-container .preview
{
	border-bottom: 1px solid rgba(180, 180, 180, 0.6);
	padding: 0;
	overflow:hidden;
}
#gallery-container .preview img
{
	width: 200px;
    height: 130px;
    top:0;
    left:0;
  	margin:0 auto;
}

#gallery-container .listing:hover > .preview img{
	width: 240px !important; 
	min-width:240px !important;
	height: 150px !important;
	margin:-10px -20px;
}

#gallery-container .bottom { margin: 0 0 0 0; }
#gallery-container .listing a { text-decoration: none; }
#gallery-container .listAddress a
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#gallery-container .favourite-color { fill: red; }
#gallery-container .listAddress
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color:#0079c1;	
}
#map-container #no-listings-sidebar, #gallery-container #no-listings-gallery
{
	font-size:20px;
	text-align:center;
	margin:10px;
}
#gallery-container .pagination {
	text-align:center;
}


@media screen and (max-width: 992px) {
	#map-side-bar 
	{
		width:230px;
	}
	#sideHide 
	{
		left: 230px;
	}
	#map-info {
		width:230px;
		padding: 3px 5px;
	}
	#listingNum {
		margin: 0;
		padding: 0;
		height:23px;
		font-weight: 600;
	}
	#map-info #pagination p { 
		float:none;	
		margin:0 5px;
		display:inline-block;
	}
	#map-info #pagination input {
		height:20px;
		line-height:0;
		width:25px;
		min-width:25px;
		max-width:25px;
		margin:0;
		display:inline-block;
		float:none;
	}
	.rspMapClosed { 
		left: -230px !important;
	}
	#map-container .modal 
	{
		display:none;
		position:absolute;
		z-index:3;
		top:0;
		left:0;
		height:100%;
		width:100%;
		background: rgba( 255, 255, 255, .8 ) 
	    			url('../images/ajax-loader.gif') 
	                50% 50% 
	                no-repeat;
	}
	#map-side-bar p {
		margin: 0 5px 0 5px;
		padding: 0;
	}
	.sidebar-listing img {
		float:left;
		width:90px;
		margin:5px 5px;
		height:80px;
		box-sizing:border-box;
	}
	.sidebar-listing #bed, .sidebar-listing #bath {
		float:left;
		margin-right:5px;
	}
	.sidebar-listing #bed img, .sidebar-listing #bath img {
		width:20px;
		height:20px;
		margin:0 5px 0 0;
	}
	.sidebar-listing #other {
		overflow:hidden;
	}
}
