@charset "utf-8";
/* CSS Document */
	@page {
		margin:1cm;    
		size:210mm148mm;     
	}


	
	#home-slider, #scl-slider, .submenu, .breadcrumb, .banner, nav, footer, .logo-carousel, map, area, .sr-only{
		display:none !important;	
	}
	
	
	.org_img{
		margin-top: 0px !important;	
		width: auto!important;
		padding:0px !important; 
		display: table !important;
		page-break-before:avoid !important;

	}

	html, body {
		/*page-break-after: auto;*/
		margin:0px;
		padding:0px;
	}
	html {
	  -webkit-box-sizing: border-box !important;
	  -moz-box-sizing: border-box !important;
	  -ms-box-sizing: border-box !important;
	  box-sizing: border-box !important;
	}
	*, *:before, *:after {
	  -webkit-box-sizing: border-box !important ;
	  -moz-box-sizing: border-box !important;
	  -ms-box-sizing: border-box !important;
	  box-sizing: border-box !important;
	  }

	* {
		animation-delay:-2s !important;
		animation-name: initial !important;
		animation-duration: initial !important;
	}

	

	.d-none {
		display:block !important;	
	}
	
	.d-block {
		display:none !important;	
	}

	.wow {
		animation-name:none !important;
		visibility:visible !important;
	}

	.col{
		flex-basis: unset;
   		flex-grow: unset;	
		width:100%;
	}

	/*section.major-items .col {
		flex-grow: unset;
		min-width: 17% !important;
		max-width: 17% !important;
		width: 17% !important;
	}
	section.major-items {
    	margin: 65px 0 30px !important;
	}

	
	.col-sm-12,
	section.whats-news .masonry-container {
		max-width: calc(97% - 2cm) !important;
	}
*/
	section.whats-news .news-item {
		display: block !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 30px !important;
		position:relative !important;
		left:0 !important; 
	}

	section.content article {
		display:block;
	    padding: 0px;
		margin-bottom: 25px;
		max-width:100%;
		width:100% !important;
		flex: 0px!important;
	}
	section.content article table{
		margin-bottom: 0px;	
	}
	
	
	section.content article table tr:nth-child(n) > th, section.content article table tr:nth-child(n) > td.th, section.content article table tr > td{
		color:#000;
		background-color:transparent;	
		border:1px solid #000 !important;	
	}

	section.content .filter_wrapper + h3, section.content .filter_wrapper{
		display:block !important;	
	}
	section.content article table{
		width:100% !important;	
	}
	



