@media print{
	@page {
		margin: 19.05mm;
	}
	body {
		zoom: 0.5;
		-ms-zoom: 0.5;
		-webkit-zoom: 0.5;
		-moz-transform:  scale(0.5,0.5);
		-moz-transform-origin: left top;
		overflow: visible !important;
		margin-top: 0;
	}
	.wrapper {
		width: 1330px;
	}
	#galleryMain,
	#galleryThum,
	#header,
	#filterArea,
	#footer,
	.btnArea,
	#slideShow,
	#goTop,
	#footBanners,
	.noPrint,
	.btnWrap,
	.postBtns {
		display: none !important;
	}
	.section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gm-style img {
	  max-width: none !important;
	}
	#map {
		width: 1000px;
		height: auto;
		margin: 0 auto;
		right: 0;
		left: 0;
	}
	#pptyMap {
		height: 400px;
		overflow: hidden;
	}
	#pptyMap iframe,
	#pptyMap #map {
		position: static;
		width: 1000px;
		height: 400px;
	}
	.printImg {
		display: block;
	}
	.printImg {
		text-align: center;
		margin-bottom: 20px;
	}
	.printImg img {
		width: auto;
		height: 300px;
	}

}