@media only screen and (min-width: 768px) { 
	body.ind .swipe,
	body.ind div.shadow {display: none !important; left: -300px !important;}
	.indent-swipe  {margin-left: auto !important;}
	.top-search-cont {float: right; position: relative; font-size: 18px;}

 }
@media only screen and (max-width: 767px) {
	body {padding: 0px 0 0; }
	 body.ind.ps-phone { overflow: scroll; position: fixed; width: 100%;} 
	body.ind.ps-static { overflow: hidden; }
	.col1-layout .col-main,
	.col2-left-layout .col-main,
	.col2-right-layout .col-main  {float:none; }

	.container {margin:0; }
		.top-icon-menu {display: block;}
	

}


@media only screen and (max-width: 362px) {
	
	.top-icon-menu {min-width: 320px;}
	
}
