﻿@media print { 
	
 .header, 
 .footer, 
 #cases-sidebar, 
 .button, 
 #banner-social, 
 iframe, 
 #slide-related, 
 #simple3Tab, 
 #simple4Tab, 
 #content-single-cases-tabs{
 	display: none !important;
 }
 a[href]:after {
    content: none !important;
  }
 #simple1Tab,
 #simple2Tab{
 	display: block !important;
 }
 #cases-content{
 	width: 100%;
 }
 .single-cases #bg-section{
 	padding-top: 0 !important;
 }
 #banner-single{
 	padding-bottom: 0;
 }
	/* Default left, right, top, bottom margin is 2cm */
	@page { margin: 2cm } 

	/* First page, 10 cm margin on top */
	@page :first {
	  margin-top: 2cm;
	}

	/* Left pages, a wider margin on the left */
	@page :left {
	  margin-left: 3cm;
	  margin-right: 2cm;
	}

	@page :right {
	  margin-left: 2cm;
	  margin-right: 3cm;
	}
}