@media print
{
	*
	{
		position: static !important;
		/*float: none !important;*/
	}

	html{
		background: white;
	}
	body 
	{ 
		color: black!important; 
		background: white!important; 
		font-size: 10pt!important; 
		line-height: 130%!important;
		border: 0!important; 
		text-align: inherit!important;

		width: 100%;
	}

	body img
	{
		/*border: none!important;*/
	}

	p{
		text-align: inherit!important;
	}

	.col-md-7, .col-md-5 {
		width: 100%;
	}

	.events-wrapper, .footer, .share-list, .sub-nav-project, #imageGallery li, .container-fluid, .header {
		display: none!important;
	}

	.lSGallery {
		width:auto!important;
	}

	.lSGallery li {
		margin-bottom:5px;
	}

	#imageGallery {
		display:block !important;
		width:100%  !important;
	}	

	#imageGallery li {
		display:none;
	}

	#imageGallery li:first-child {
    	display:block !important;
    	width:100%  !important;
	}

	#imageGallery li:first-child img {
    	display:block !important;
    	width:100%  !important;
	}
}