/* ==========================================================================
    CURRENT INVENTOY
    ========================================================================= */
.current-inventory {
	margin-bottom: 40px;
}
.current-inventory a {
	color: #333;
	text-decoration: none;
	margin-bottom: 20px;
}

.home-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
.home-img img { width: 100%;}
.home-img.zoom-hover {}
.home-item .home-mask {
	position: absolute;
	top: 0;
	left: 0 ;
	width: 100% ;
	height: 240px;
	background: rgba(0, 0, 0, 0.4) ;
	z-index: 100;
	display: none;
}

.home-item .home-mask h5 {
	position: relative;
	top: 50%;
	padding: 20px 30px;
	margin: -28px 100px 0 100px;
	color: rgba(255, 255, 255, 0.9) ;
	border: 1px solid rgba(255, 255, 255, 0.8) ;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
	
}

.home-details {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #EEE;
	text-align: center;
	padding: 10px 10px;
	border: 1px #EEE solid;
}

.home-details .col-md-4 {
	padding-left: 1px;
    padding-right: 1px;
}

.home-details dl,
.home-details dl dt,
.home-details dl dd {
	padding: 0;
	margin: 0;
}

.home-details dl dt {
	color: #252525;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.home-details dl dd {
	color: #858b8f ;
	font-style: italic;
}

.current-inventory a:hover .home-details {
	background: #fff;
}

.current-inventory a:hover .home-details dl dt,
.current-inventory a:hover .home-details dl dd { color: #fff; }

.current-inventory a:hover .home-item .home-mask {
	display: block;
}

span.ol-address {
	position: absolute;
	width: 100%;
	padding: 5px 0;
	z-index: 300;
	bottom: 0;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5) ;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}

p.hd {
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

p.hd.hd-price {
	font-weight: bold;
	font-size: 24px;
}

p.hd.hd-sqft {
	font-size: 14px;
	margin-bottom: 10px;
}

.icon-tray {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 4px;
	margin: 0;
}

.current-inventory a:hover .icon-tray {
	background: #EEE;
}

.current-inventory a:hover .home-details dl dt {
	color: #252525;
}

.current-inventory a:hover .home-details dl dd {
	color: #858b8f;
}

.page-title-1.ken {
	background: url('/data/staff/staff_details_placeholder.jpg') 0 0 no-repeat;
}

.page-title-1.blue {
	background: #117dc2 url('/system/cms/modules/themes/default/assets/images/misc/pattern.png') 0 0 repeat;
}

.page-title-1.placeholder3 {
	background: url('/data/pages/placeholder3.jpg') 0 0 no-repeat;
}