@media print {
	
	html, body{
		background-color: transparent !important;
	}
	
	a[href]:after {
    content: none !important;
	}
	
	.header{
		display: none !important;
	}
	
	.page-sidebar .header-img-bg {
		margin-top: 0 !important;
	}
	
	.page-sidebar h1, .page-fullwidth h1 {
		font-size: 26px !important;
	}
	
	.d-5of7 {
		width: 100% !important;
	}
	
	.vc_row-has-fill{
		background-color: none !important;
	}
	
	.vc_row{
		max-width: 100% !important;
	}
	
	.vc_col-sm-12 {
		width: 100% !important;
	}
	
	.vc_col-sm-11{
		width: 92% !important;
		float: left;
	}
	
	.vc_col-sm-10{
		width: 84% !important;
		float: left;
	}
	
	.vc_col-sm-9{
		width: 75% !important;
		float: left;
	}
	
	.vc_col-sm-8{
		width: 66% !important;
		float: left;
	}
	
	.vc_col-sm-7{
		width: 60% !important;
		float: left;
	}
	
	.vc_col-sm-6{
		width: 50% !important;
		float: left;
	}
	
	.vc_col-sm-5{
		width: 40% !important;
		float: left;
	}
	
	.vc_col-sm-4{
		width: 33% !important;
		float: left;
	}
	
	.vc_col-sm-3{
		width: 25% !important;
		float: left;
	}
	
	.vc_col-sm-2{
		width: 16% !important;
		float: left;
	}
	
	.vc_col-sm-1{
		width: 8% !important;
		float: left;
	}
	
	.footer{
		display: none !important;
	}

	#top{
		display: none !important;
	}
	
}