@media handheld, only screen and (max-width: 800px) {
	.logo_top img { width: auto; }
	.col-md-12.box_container ul li { width:100%; }
	.nav-tabs > li > a { line-height: 25px; padding: 0 9px;  }
	.col-md-3.right_column.col-sm-12.col-xs-12 { float:left; }
}


@media handheld, only screen and (max-width: 768px) {

}

@media handheld, only screen and (max-width: 640px) {

}

@media handheld, only screen and (max-width: 480px) {

}

@media handheld, only screen and (max-width: 360px) {
	.logo_top img { width: 100%; }
}

@media handheld, only screen and (max-width: 320px) {

}
