body{
	background: #f9f9f9;
}
.top-buffer { margin-top:20px; }
.search-section {
    margin-top:20px;
}
.courget {
    font-family: 'Courgette';
}
.top-section{
padding-top:20px;
	background: url('../../images/5.jpg') top center no-repeat;
	background-size:100% auto;
}
p.phone-top{
     margin-top:30px;   
}

.jumbotron-custom{
    background: rgba(250,250,250, 0.85);
    padding-right: 30px;
    padding-left: 30px;
}
.pan-property{
    position:relative;
}
.pan-property .offer-type{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1000;
    background: rgba(0,0,0, .7);
    display:inline-block;
    padding:3px 4px;
    color:#fff;
}
.pan-property .offer-type-special{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1000;
    background: rgba(211, 55, 55, 0.7);
    display:inline-block;
    padding:3px 4px;
    color:#fff;
}

@media screen and (min-width: 768px){
    .container .jumbotron {
        padding-left: 30px;
        padding-right: 30px;
    }
}

section.custom-footer {
background: #333;
padding-top: 40px;
padding-bottom: 40px;
color: #f6f6f6;
}
section.custom-footer a, section.custom-footer address {
color: #f8f8f8;
}

	.block-wrapper{
			position:relative;
			display:inline-block;
			width:100%;
			height:auto;
		}
		.map-wrapper{
			position:absolute;
			top:0px;
			left:0px;
			
			display:inline-block;
		}
		/* gMap */
		 #map.gmappanel {
		width:100%;
		position:relative;
		height:0px;
		
	 }
	 #map.gmappanel.hide-map{
		height:0px;
			z-index:1020;
			position:absolute;
			top:0px;
			bottom:0px;
			left:0px;
	 }
	  #map.gmappanel.show-map{
			display:block;
			z-index:1020;
			position:absolute;
			top:0px;
			bottom:0px;
			left:0px;
			height:500px;
			
	  }
	  .toggler-hide{
		display:none;
	  }