@media print {
	
	body {background:transparent; 
	     font-size:10pt; 
	     margin:0 }
	     	     
	 #header,
	 #sidebar,
	 #footer-widgets,
	 #become-a-member-and-vistor-guide-container,
	 #footer,
	 #nav,
	 .shareaholic-canvas,
	 #breadcrumb-container{
	 	display: none;
	 }
     
     .content-sidebar #content, .sidebar-content #content{
     	width: 100%;
     	padding: 0px;
     }
     
     #outabody{
     	background: none;
     }
     
     .mpfy-map-canvas{
     	width: 100%;
     	/*height: auto;*/
		height: 500px;
     }
     
     .printButton{
     	display: none;
     }
	 
	 
	 .destinations-top,
	 .destinations-bottom .left{
	     display: none;
	 }
	 
	 .destinations-bottom .right{
	     width: 100%;
	 }
     
   /*  .mpfy-controls{
         height: 44px !important;
     } */
}
     
