@media only screen and (min-width:1400px)	/* Desktop big */
{
	.big_resolution {display: table-cell;}
	
	.mobile_block {display: none}
	.mobile_table {display: none;}
}

@media only screen and (max-width:1400px)	/* Desktop big */
{
	.big_resolution {display: table-cell;}
	
	.mobile_block {display: none}
	.mobile_table {display: none;}
}

@media only screen and (max-width:1200px)	/* Desktop */
{
	.big_resolution {display: none;}
	
	.desktop_block {display: block;}
	.desktop_table {display: table;}
	
	.tablet_block {display: block;}
	.tablet_table {display: table;}
	.mobile_table {display: none;}
	
	.mobile_block {display: none}
}

@media only screen and (max-width:1000px)	/* Tablet */
{
	.big_resolution {display: none;}
	
	.desktop_block {display: none;}
	.desktop_table {display: none;}
	
	.tablet_block {display: block;}
	.tablet_table {display: table;}
	
	.mobile_block {display: block;}
	.mobile_table {display: none;}
	
	html, body { min-width: 500px; }
	#min-width { min-width: 500px; }
	
	.container, .content {margin-left:0;}
	.top_block, .center_table tr td {padding-right: 0;}
	.center_table tr td.center_block {padding-right: 6px}
}

@media only screen and (max-width:800px)	/* Phablet */
{
	.big_resolution {display: none;}
	
	.desktop_block {display: none;}
	.desktop_table {display: none;}
	
	.tablet_block {display: block;}
	.tablet_table {display: none;}
	
	.mobile_block {display: block;}
	.mobile_table {display: block;}
	
	html, body { min-width: 500px; }
	#min-width { min-width: 500px; }
	
	.container, .content {margin-left:0;}
	.m_la_main_tbl tr td .title_bg {margin-left: 6px;}
	
	.content_body img, .content_body iframe {max-width: 100%; height: auto!important}
	
	.tag_content .big_articles_tbl .logo {float: none; width: 100%;}
	.tag_content .big_articles_tbl .data {float: none; width: 100%;}
	.tag_content .big_articles_tbl tr td .title_bg {margin-left: 0px;}
	
	.content_padding .big_articles_tbl .logo {float: none; width: 100%;}
	.content_padding .big_articles_tbl .data {float: none; width: 100%;}
	.content_padding .big_articles_tbl tr td .title_bg {margin-left: 0px;}
}

@media only screen and (max-width: 600px)	/* Mobile */
{
	.desktop_block {display: none;}
	.desktop_table {display: none;}
	
	.tablet_block {display: none;}
	.tablet_table {display: none;}
	
	.mobile_block {display: block;}
	.mobile_table {display: block;}
	
	html, body { min-width: 300px; }
	#min-width { min-width: 300px; }
	
	.container, .content {margin-left:0;}
	.banner_2_block {padding: 0;}
	.center_table tr td.center_block {padding-right: 0px}
	.ac_like_btn .like_btn {width: auto}
	
	.nm_mpage_table tr td.time {width: 60px; text-align: center}
	.nm_mpage_table tr td.comments {width: 0px;}
	.nm_mpage_table tr td.comments a {display: none}
	
	.m_la_main_tbl .r_article {width: 600px;}
	.m_la_main_tbl .r_logo {float: none; width: 100%;}
	.m_la_main_tbl .r_data {float: none; width: 100%;}
	.m_la_main_tbl tr td .title_bg {margin-left: 0px;}
	
	.tag_content .big_articles_tbl .logo {float: none; width: 100%;}
	.tag_content .big_articles_tbl .data {float: none; width: 100%;}
	.tag_content .big_articles_tbl tr td .title_bg {margin-left: 0px;}
	
	.content_padding .big_articles_tbl .logo {float: none; width: 100%;}
	.content_padding .big_articles_tbl .data {float: none; width: 100%;}
	.content_padding .big_articles_tbl tr td .title_bg {margin-left: 0px;}
	
	#comments_form {padding: 0}
}