.visible-print{
	display: none;
}
@media print {
	.visible-print{
		display: block;
	}
	
	/*
	.table-mc-light-blue .hidden-xs,
	.table-mc-light-blue .hidden-sm{
		display: none!important;
	}*/
	
	.hidden-print,.heros,header nav ul, footer,.no-print {
		display: none;
	}
	
	img {
		max-width: 500px;
	}
	@page {
		margin: 0.5cm;
	}
	.product-hero-details{
		min-height: auto!important;
	}
	.product-hero-details {
		margin-top: 30px;
		padding-bottom: 30px;
		padding: 0 ;
	}
	.product-details .description{
		page-break-after: always;
	}
	.new-page {
		page-break-before: always;
	}
	.box-contact-info-container {
		text-align: left;
		float: left!important;
	}
	.collapse {
		display: block;
		height: 100%!important;
	}	
	.product-hero-details.heros{
		padding:0!important;
		min-height:auto!important;	
	}
	.print-full{
		width:100%!important;
	}
	.nav-tabs>.filter_year {
		display: none;
	}
	.nav-tabs>.filter_year.active {
		display: block;
	}
	.block-content {
		margin-bottom: 30px;
	}
}

