@media print {
	a[href]:after {
   		content:"" !important;
	}
	footer , header {
		display: none !important;
	}
	@page :left {
		margin: 0.5cm;
	}

	@page :right {
		margin: 0.8cm;
	}
	.company-info {
		margin-top: 100px;
	}
	.pagination-wrapper {
		display: none !important;
	}
	li {
		list-style-type: square !important;
	}
	#newsletter input {
		border: 1px solid #000 !important;
	}
	.the-metas .address , .the-metas .phone , .the-metas .fax , .the-metas .person , .the-metas .institution , .the-metas .certifications , .the-metas .website , .the-metas .email {
		border: 1px solid #000 !important;
	}
	.single #sidebar , .page #sidebar {
		display: none;
	}
	.single #main-section , .single .container {
		width: 100% !important;
		left: 0 !important;
	}
	.single.single-company .container {
		width: 1170px !important;
	}
}