/* Portrait and Landscape */
@media screen and (max-width:1920px) {
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 980px) {
	.exp-kno{float:none;}
	.left-shadow{
		background:none;
		height:auto;
	}
	.right-shadow{
		background:none;
		height:auto;
	}
	.footer-bot-txt{
		margin-bottom:10px;
		text-align:center;
	}
	.footer-bot-link{
		text-align:center;
	}
}
@media screen and (max-width: 800px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 640px) {
	.toprgtcont-bdr{
		border-right:0px solid #ddd;
		padding:0 0 15px;
	}
	
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 360px) {
	.bodycont-hd{font-size:18px;}
	.footertop-hd{font-size:18px;}
}
@media screen and (max-width: 320px) {
	.bodycont-hd{font-size:16px;}
	.footertop-hd{font-size:16px;}
}
