/* Add here all your CSS customizations */

body.sticky-menu-active  h1.logo {
	display:none;
}
p.less-margin {
	margin-bottom:8px;
}
.img-responsive {
	max-width:100%;
	height:auto;
	display:inline-block;
}
.pnp-div {
	width:100%;
	height:100%;
	margin-bottom:30px;
}
.clearer {
    font-size: 0px;
    height: 0px;
    width:100%;
    display: block;
    clear: both;
}
.thumb-property {
	min-width:280px;
	max-width:30%;
	height:82%;
	float:left ;
	margin:1.5%;
	position:relative;
}
.thumb-property img {
	width:100%;
	overflow:hidden;
}
.black-box {
	background: url(../images/black_box.png) 0 0 repeat;
	height:58px;
	padding:12px 4px 0px 11px;
	position:absolute;
	bottom:0px;
	color:#FFF;
	width:100%;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}