@media(max-width:384px){
	#container{
		padding:0;
	}
	.body #works{
		height:100%;
	}
	.page_title{text-align:center;padding:0;}
	.logo{text-align:center;}
	
	.home .pie_chart_container{
		height:1000px;
	}
	.home .pie_chart{
		height:750px;
	}
	.grand_total{
		font-size:14px;
	}
	body.with-topmenu{
		padding-top:0;
	}
}
@media(min-width:384px){
	#container{
		padding:0;
	}
	.page_title{text-align:center;padding:0;}
	.logo{text-align:center;}
	
	.home .pie_chart_container{
		height:1000px;
	}
	.home .pie_chart{
		height:750px;
	}
	.home .pie_chart_container{
		height:750px;
	}
	.home .pie_chart{
		height:600px;
	}
}
@media(min-width:768px){
	.page_title{text-align:right;}
	.logo{text-align:left;}
	.body #works{
		height:100%;
	}
	.body #works .works-grid{
		/*padding:18% 0 5%;*/
	}
	.body #works  .header{
		padding-bottom:4%;
		padding-top:4%;
	}
}
@media(max-width:992px){
	.chart{
		height: 200px;
	}
	.chart_container{
		border:1px solid #ccc;
		height:380px;
	}
	.pie_chart{
		height:250px;
	}
	.pie_chart_container{
		padding-bottom:10px;
		height:400px;
	}
	.perf_container .pie_chart{
		height:300px;
	}
	.sales.ip .pie_chart, .sales.ig .pie_chart,
	.collections.ip .pie_chart, .collections.ip .pie_chart{
		height:800px;
	}
	.sales.ip .pie_chart_container, .sales.ig .pie_chart_container,
	.collections.ip .pie_chart_container, .collections.ip .pie_chart_container{
		padding-bottom:10px;
		height:1000px;
	}
}
@media(min-width:992px){
	#container{
		padding-top:40px;
		padding-bottom: 40px;
	}
	.chart{
		height: 330px;
	}
	.chart_container{
		border:1px solid #ccc;
		height:510px;
	}
	.pie_chart{
		height:550px;
	}
	.pie_chart_container{
		padding-bottom:10px;
		height:700px;
	}
	.perf_container .pie_chart{
		height:350px;
	}
	.perf_container .pie_chart_container{
		padding-bottom:10px;
		height:450px;
	}
	.home .chart{
		height: 250px;
	}
	.home .chart_container{
		height:400px;
	}
	.home .pie_chart_container{
		width:50%;
		height:750px;
	}
	.home .pie_chart{
		height:650;
	}
	body.with-topmenu{
		padding-top:77px;
	}
}
@media(min-width:1200px){}