@media print
{    
	body { min-width:initial; }
	a[href]:after { content: none !important; }
    #contact { display: none; }
	
	.t-header,
	.navbar{
		min-height:70px !important;
	}
	.navbar .logo-brand{ width:190px; }
	.navbar ul li a{
		padding:31px 12px 21px !important;
	}
	.team-list .item-head .image-holder,
	.team-list .item-head .image-holder span{
		width:100px !important;
		height:100px !important;
	}
	.team-list .item-head .text-holder p{ margin:0 !important; }
}