@page {
	size: landscape;
}
@media print {
	body, html {
	margin-top:0px;
	padding-top:0px;
	}
	*,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }
	body #total .fa-print,body #total .fa-download, ._left span{
		display: none;
	}
	.wrpper_box_container{
		margin-top: -50px;
	}
	._cat_section{
		min-height:700px;
	}
	.calc_wrap form{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	footer{
		display: none;
	}
	.download_right{
		display: none;
	}
	._boxes_ ._box_wrap_{
		display: inline-block;
	}
	._boxes_ ._box{
		max-width: 20%;
		margin-right: 0px;
		display: inline-block;
		min-height: 400px;
	}
	#total, ._cat_section ._title-sec{
		margin-bottom: 0px;
	}
	#block_sec ._box{
		max-width: 100%;
		margin-right: 20px;
		min-height: 600px;
		margin-top: 90px;
	}
	._size_{
		font-size: 13px;
		min-height: 40px;
	}
	#total, #total.scroll_bottom{
		position: static;
	}
	#print{
		margin-top: 5vh;
		min-height: 700px;
	}
	#total{
		position: static !important;
		display: block !important;
	}
}
