header, 
#nav_main, 
footer.max, 
.gallery-slides span, 
.print { 
    display:none; 
}

.printheader { 
    display:block; 
}

@media print {
  .insidepage {
    margin-top: 0px !important;
  }
  .insidepage a {
    display: none;
  }
  #animated-headline {
    display: none !important;
  }
  #marquee_content {
    display: none;
  }
  .ebrochure-print-btn {
    display: none;
  }
  a[href]:after {
    display: none;
  }
  .owl-item {
    height: 950px;
  }
  .owl-item:first-child {
    display: none;
  }
  .floorplans-section .floorplan-container {
    margin-top: 50px;
  }
  .ebrochure .owl-carousel .owl-wrapper .item {
    max-width: 700px;
  }
  .ebrochure .owl-carousel .owl-wrapper .item.cover-page {
    margin-bottom: 60px;
  }
  .ebrochure .owl-carousel .owl-wrapper .item.gallery-page {
    margin-top: 50px;
  }
  .ebrochure .owl-carousel .owl-wrapper .item.site-map {
    margin-top: 80px;
  }
  footer {
    display: none !important;
  }
}

