/*!
	* Reponsive css v1.0
*/
@media (max-width: 480px){
	.matchList_info .result .result_home span, .matchList_info .result .result_away span{
		padding: 4px 6px !important;
	}
	.matchList_info .result .vs {
		font-size: 10px;
		margin-top: 8px;
	}
}
@media (max-width: 767px){
	.lb{
		text-align: left;
	}
	.home-nav {
		display: none;
	}
	.logo {
		width: 80px;
	}
	.live_wrapper .list_stream {
		width: 100%;
	}
	.live_wrapper .live_match {
		width: 100%;
	}
	.live_wrapper .chatbox_home {
		width: 100%;
	}
	.live_wrapper .list_live_now {
		width: 100%;
	}
	.live_wrapper .list_schedule {
		width: 100%;
	}
	.category_row {
		width: 100%;
	}
	.matchList_content .gamelogo , .matchList_content .matchList_tour , .matchList_tour_title{
		display: none;
	}
	.matchList_time {
		flex: 0 0 15% !important;
		max-width: 15% !important;
	}
	.matchList_info {
		flex: 0 0 83% !important;
		max-width: 83% !important;
	}
	.matchList_content .datetime .on_live {
		width: 28px;
		font-size: 9px;
		margin: 3px;
	}
	.team_home .team_name, .team_away .team_name {
		font-size: 13px;
		line-height: 16px;
		padding-top: 6px;
	}
	.matchList_info .team_avatar img {
		width: 28px;
		height: 28px;
	}
	.matchList_info .result .result_home span, .matchList_info .result .result_away span{
		padding: 5px 10px;
	}
	.matchList_info .result .vs {
		font-size: 10px;
		margin-top: 8px;
	}
	.box_live_match {
		height: 300px;
		width: 100%;
	}
	.chatbox {
		height: auto;
		width: 100%;
	}
	.live_wrapper .list_live_inlive {
		width: 100%;
	}
	.live_wrapper .list_bet {
		width: 100%;
	}
	.list_live_inlive {
		display: none;
	}
}
@media (min-width:768px) and (max-width:992px){
	.lb{
		text-align: left;
	}
	.home-nav {
		display: none;
	}
	.logo {
		width: 80px;
	}
	
	.live_wrapper .list_stream {
		width: 30%;
	}
	.live_wrapper .live_match {
		width: 70%;
	}
	.live_wrapper .chatbox_home {
		width: 100%;
	}
	.live_wrapper .list_live_now {
		width: 100%;
	}
	.live_wrapper .list_schedule {
		width: 100%;
	}
	.live_wrapper .list_live_inlive {
		width: 100%;
	}
	.live_wrapper .list_bet {
		width: 100%;
	}
}