/* main_v1.css */
/*@media print {
	.header-class {position:relative !important;}
	#scroll {display:none !important;}
	#content {margin-top:0px !important;}
	#cookie-notice {display:none !important;}
	.header-class .pull-right {display:none !important;}
}
@media print {
	@page {
	  size: 5.5in 8.5in;
	}
}*/

/* main.css */
/*@media print {
	.print_disable {display: none;}
	.breadcrumbs {display: none;}
	.career .page-banner.center {display: none;}
	.panel-body { font-size: 8pt;}
}*/

/* main_kay.css */
@media print {
	.post-1200949 table td,.post-1201038 table td,.post-1201036 table td,.post-1100193 table td,.post-1100194 table td,.post-1100195 table td{
 		border-collapse: collapse !important;
 		border: 1px solid black !important;
	}

	#site-footer{
		display:none !important;
	}



	.cookie-notice-container{
		display:none !important;
	}

	.std-box-left-col{
		overflow: hidden;
    	height: 100% !important;

	}

	.std-box,.head-thumb,.std-box-margin{
		page-break-inside: avoid;
	}

	.technologies-block{
		page-break-before:always
	}

	.careers-block{
		page-break-before:always
	}

	.videos-block{
		page-break-before:always
	}

	.videos-section2 {
		height:auto !important;
	}

	.technologies-left-line,.about-left-line,.whats-new-left-line,.careers-left-line,.videos-left-line,.stat-left-line{
		display:none !important;
	}
	.about-astri-desc-container {
	    width: 100% !important;
	    margin-top: 0px !important;
	    padding-left: 25px !important;
	    padding-right: 25px !important;
	}

	.videos-section1{
		margin-top:0px !important;
	}

	.videos-section1{
		padding-top:0px !important;
	}

	.home_right_box{
		padding-top:0px !important;
	}

	.technologies-block-right-inner,.technologies-block-right,.whats-new-block-left-inner,.whats-new-block-left{
		display:none !important;
	}

	.about-astri-six-block-section.section1,.about-astri-six-block-section.section3,.about-astri-six-block-section.section5{
		height:100% !important;
	}
	.showup{

		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;

	    -webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
	    transition: none !important;
	}

	.slider-desc-more {
		border: 1px solid #000 !important;
	}

	.date-line{
		border: 1px solid black !important;
	}
	.careers-container2{
		margin-bottom:0px !important;
	}

	.technologies-block{
		height:570px !important;
	}
	.home_right_box{
		margin-left:0px !important;
	}
	.whats-new-block{
		height: 400px !important;
	}
	.careers-block{
		/*padding-bottom: 0px !important; */
	}
	.whats-new-block-right{
		width:100% !important;
	}
	.menu-selectbox {
		display:none !important;
	}

	.technologies-block-left {
		width:100% !important;
	}

	 .animation-from-right{
		opacity: 1 !important;
	}

	.about-astri-print-block,.video-print-block{
		display:block !important;
		/*object-fit: cover !important;*/
	}

	.left-blue-line{
		display:none;
	}

	.animation-from-left{
		opacity: 1 !important;
	}

	.animation-from-bottom{
		opacity: 1 !important;
	}






	.noshow-print{
		display:none !important;
	}





	.stat-number-for-print{
		display:block !important;
	}



	#stat1,#stat2,#stat3,#stat4{
		display:none !important;
	}
	.plus-text{
		display:none !important;
	}
}

body > canvas {display: none !important;}
body > img {display: none !important;}
.html2canvas_print_content {display: none !important;}
.html2canvas_capture_iframe {width: 100%;position: absolute;top: -5000px;left: -5000px;visibility: hidden;opacity: 0;pointer-events:none;max-width: 1024px;}
body.html2canvas {}
body.html2canvas header.header-class {position: absolute !important;}
body.html2canvas #cookie-notice {display: none !important;}
body.html2canvas * {animation: none !important;transition: none !important; transform: none !important;}
body.html2canvas .slider-item .img {left:-25% !important; top: 0% !important;}
body.html2canvas .slider-desc-container.left {top: 0% !important;}
body.html2canvas .page-container.index.container-mobile-careers {top: auto !important; left: auto !important; margin: 50px 50px 0px 50px !important;}
body.html2canvas .animation-from-right,
body.html2canvas .animation-from-left,
body.html2canvas .animation-from-bottom {
	transition: none !important;
	opacity: 1 !important;
	-webkit-transform:  translateX(0px) translateY(0px) translateZ(0px) !important;
	-moz-transform:  translateX(0px) translateY(0px) translateZ(0px) !important;
	-o-transform:  translateX(0px) translateY(0px) translateZ(0px) !important;
	transform:  translateX(0px) translateY(0px) translateZ(0px) !important;
    -webkit-transition: opacity 100ms ease 0s, transform 1000ms ease 0s !important;
	-moz-transition: opacity 100ms ease 0s, transform 1000ms ease 0s !important;
	-o-transition: opacity 100ms ease 0s, transform 1000ms ease 0s !important;
    transition: opacity 100ms ease 0s, transform 1000ms ease 0s !important;
}
@media (min-width: 990px) {
	body.html2canvas .js-padding-left {padding-left: 24px !important;}
}

@media print {
	/*body * {display: none;}
	body > canvas {display: block;}*/
	/*header.header-class {position: absolute !important;}
	#cookie-notice {display: none !important;}*/
	/*html,body {max-width: 1024px !important;}*/
	
	html,body {width: 100% !important;}
	body > * {display: none !important;}
	body > img {display: block !important;width: 100% !important;}
	
	/*@page {
	  size: 5.5in 8.5in;
	}*/
	
	li {display:list-item !important;}
}


body.html2canvas .entry-content-font ul li:before {content: "\2022 "; margin-left: -1em; padding-right:5px;}

body.html2canvas .entry-content-font ol li:before {margin-left: -1em;}
body.html2canvas .entry-content-font ol li.ol-item-1:before {content: '1. ';}
body.html2canvas .entry-content-font ol li.ol-item-2:before {content: '2. ';}
body.html2canvas .entry-content-font ol li.ol-item-3:before {content: '3. ';}
body.html2canvas .entry-content-font ol li.ol-item-4:before {content: '4. ';}
body.html2canvas .entry-content-font ol li.ol-item-5:before {content: '5. ';}
body.html2canvas .entry-content-font ol li.ol-item-6:before {content: '6. ';}
body.html2canvas .entry-content-font ol li.ol-item-7:before {content: '7. ';}
body.html2canvas .entry-content-font ol li.ol-item-8:before {content: '8. ';}
body.html2canvas .entry-content-font ol li.ol-item-9:before {content: '9. ';}
body.html2canvas .entry-content-font ol li.ol-item-10:before {content: '10. ';}

body.html2canvas .entry-content-font ol li.ol-item-11:before {content: '11. ';}
body.html2canvas .entry-content-font ol li.ol-item-12:before {content: '12. ';}
body.html2canvas .entry-content-font ol li.ol-item-13:before {content: '13. ';}
body.html2canvas .entry-content-font ol li.ol-item-14:before {content: '14. ';}
body.html2canvas .entry-content-font ol li.ol-item-15:before {content: '15. ';}
body.html2canvas .entry-content-font ol li.ol-item-16:before {content: '16. ';}
body.html2canvas .entry-content-font ol li.ol-item-17:before {content: '17. ';}
body.html2canvas .entry-content-font ol li.ol-item-18:before {content: '18. ';}
body.html2canvas .entry-content-font ol li.ol-item-19:before {content: '19. ';}
body.html2canvas .entry-content-font ol li.ol-item-20:before {content: '20. ';}

body.html2canvas .entry-content-font ol li.ol-item-21:before {content: '21. ';}
body.html2canvas .entry-content-font ol li.ol-item-22:before {content: '22. ';}
body.html2canvas .entry-content-font ol li.ol-item-23:before {content: '23. ';}
body.html2canvas .entry-content-font ol li.ol-item-24:before {content: '24. ';}
body.html2canvas .entry-content-font ol li.ol-item-25:before {content: '25. ';}
body.html2canvas .entry-content-font ol li.ol-item-26:before {content: '26. ';}
body.html2canvas .entry-content-font ol li.ol-item-27:before {content: '27. ';}
body.html2canvas .entry-content-font ol li.ol-item-28:before {content: '28. ';}
body.html2canvas .entry-content-font ol li.ol-item-29:before {content: '29. ';}
body.html2canvas .entry-content-font ol li.ol-item-30:before {content: '30. ';}

body.html2canvas .entry-content-font ol li.ol-item-31:before {content: '31. ';}
body.html2canvas .entry-content-font ol li.ol-item-32:before {content: '32. ';}
body.html2canvas .entry-content-font ol li.ol-item-33:before {content: '33. ';}
body.html2canvas .entry-content-font ol li.ol-item-34:before {content: '34. ';}
body.html2canvas .entry-content-font ol li.ol-item-35:before {content: '35. ';}
body.html2canvas .entry-content-font ol li.ol-item-36:before {content: '36. ';}
body.html2canvas .entry-content-font ol li.ol-item-37:before {content: '37. ';}
body.html2canvas .entry-content-font ol li.ol-item-38:before {content: '38. ';}
body.html2canvas .entry-content-font ol li.ol-item-39:before {content: '39. ';}
body.html2canvas .entry-content-font ol li.ol-item-40:before {content: '40. ';}

body.html2canvas .entry-content-font ol li.ol-item-41:before {content: '41. ';}
body.html2canvas .entry-content-font ol li.ol-item-42:before {content: '42. ';}
body.html2canvas .entry-content-font ol li.ol-item-43:before {content: '43. ';}
body.html2canvas .entry-content-font ol li.ol-item-44:before {content: '44. ';}
body.html2canvas .entry-content-font ol li.ol-item-45:before {content: '45. ';}
body.html2canvas .entry-content-font ol li.ol-item-46:before {content: '46. ';}
body.html2canvas .entry-content-font ol li.ol-item-47:before {content: '47. ';}
body.html2canvas .entry-content-font ol li.ol-item-48:before {content: '48. ';}
body.html2canvas .entry-content-font ol li.ol-item-49:before {content: '49. ';}
body.html2canvas .entry-content-font ol li.ol-item-50:before {content: '50. ';}