@media only print {
	section.our-clients.theme-bg, #prt-dati .nav-tabs {
		display: none;
	}
	#prt-tit #prt-dat, #prt-tit #prt-dim{
		width:50%;
	}
	.desc-row h5 {
		color: #84BA3F;
	}
	@page {size: 210mm 297mm; margin: 15mm 5mm;}

	body {font-size: 9pt !important; width:100%;}

	.row.row-description {
		page-break-inside: avoid;
	}

	h5, h6, .desc-row .col-md-8 strong {color: #00872f !important;}

	.owl-carousel .owl-item img {
		width: auto;
	}

	.desc-row:nth-child(odd) {
		background-color: #efefef;
	}

	.row.desc-row {
		border-bottom: 1px solid #efefef;
		padding: 5px 0;
	}
	.tecdata tr, .tecdata td {
		border: 1px solid #626262;
		color: #626262;
	}

	.owl-carousel.owl-loaded.owl-drag {
		width: 100%;
		overflow: hidden;
	}

	.desc-row .col-md-4 {
		padding-top: 5px;
		padding-bottom: 0px;
	}

	.desc-row .col-md-8 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#prt-img{display:none;}
	.box-print-images{display:block;}
	.box-print-images:child{display:inline-block;}
	.portfolio-img{display:none;}
	div#prt-dat {
    margin-top: 30px;
}
}