@media(max-width:480px){
	#oka_side_bar{display:none}
}
@media(min-width:481px) and (max-width:767px){
	#oka_side_bar{display:none}
}