/* CSS Document */
.property-image{
	background-position: center;
	background-size: cover;
	height: 250px; 
	width: 100%;
	display: block;
}
.property_map .property-image{
	min-width:250px;
	height: 175px;
}
.listOffice{
	font-size: 9px;	
	text-align: right;
	color: #999;
}

.search_form .dropdown{
	display: inline-block;
	white-space: nowrap;
}

#search_results .sidebar {
    position: sticky;
    top: 100px;
}
#search_results .property_map{
	height:calc(100vh - 100px);
}

.small_search_form{
/*	background-color:rgba(255,255,255,.35);*/
	padding:30px;
}
/*----------------------------------------------
Property Details Page
-----------------------------------------------*/
	.main-image{
		height: 60vh;
		display: block;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	.main-image .caption{
		position: absolute;
		bottom:5px;
		right: 5px;
		background-color:rgba(0,0,0,.5);
		color:#FFF;
		font-size: 12px;
		padding: 3px 6px;
	}
	@media (min-width:576px){
		.property .features{
			columns: 2;
			column-gap: 30px;
		}
	}
	.property .features .feature_group{
		display:inline-block;
		width: 100%;
	}
	.property .features ul{
		margin-left:0;
	}
	.property .sidebar{
		position: sticky;
		top:100px;
	}
	.property #map_canvas{
		height: 50vh;
		background-color: #000;
	}
	.property .gallery_image{
		height: 50px;
		background-size: cover;
		background-position: center;
	}


/* icomoon icons*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pnypze');
  src:  url('fonts/icomoon.eot?pnypze#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pnypze') format('truetype'),
    url('fonts/icomoon.woff?pnypze') format('woff'),
    url('fonts/icomoon.svg?pnypze#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-land:before {
  content: "\e900";
}
.icon-price:before {
  content: "\e901";
}
.icon-size:before {
  content: "\e902";
}
.icon-area:before {
  content: "\e903";
}
.icon-type:before {
  content: "\e904";
}
.icon-baths:before {
  content: "\e905";
}
.icon-beds:before {
  content: "\e906";
}
