
@media only screen and (max-width: 1170px) {
	/* html, body {zoom: 92%;} */
	/* Check responsive.js */
	body {font-size: 15px;}
	.textbody {font-size: 16px; line-height: 150%;}
	
	#Tellfriend {display: none;}
}

/* Tablet Portrait */
@media only screen and (max-width: 1000px) {
	html, body {zoom: 100%; font-size: 16px;}
	.container, main {width: 96%;}

	#Div_Gallery p {float: left; width: 23%; height: 110px; margin: 7px 1%;}
	#Tellfriend {display: auto;}

	/* Header */
	.sitename h2 {font-size: 22px; margin-top: 10px;}
	.sitename p.slogan {padding: 3px 0 0 40px;}
	.sitedate {bottom: 20px;}

	/* Slide News */
	.slideNews {width: 450px;}
	.slideThumb {display: none;}

	/* Latest News - check responsive.js */
	.latestNews {
	    margin-left: 12px;
	}
	.ls-responsive .liquid-slider, .liquid-slider .ls-panel {width: 100%;}
	.panel-wrapper {margin-right: 3px;}

	/* Calendar and Ads */
	.calendar {display: none; width:0px;}
	.adsCalendar {display: none;}
	.adsCalendarBody {display: none; width:0px;}

	.mainCol {width: 100%;}
	.rightCol {display: none;}

	/* Hide top menu and display mobile menu */
	.menu > ul > li:not(.home) {display: none;}
	.home {margin-left: 55px; z-index: 1001;}
	.mobileMenu {display: block;}
	
	/* Article listing page */
	.mainCol1 {
	    width: -moz-calc(100% - 265px);
	    width: -webkit-calc(100% - 265px);
	    width: calc(100% - 265px);
	}
	
	/* Article viewing page */
	.print {font-size: 14px;}
	.print #Tellfriend, .print #Print {display: none;}
	.bottomCol-1 {width: 100%;}
	.bottomCol-2 {display: none;}
	
	/* Gallery */
	.gallery li {float: left; width: 29%; height: 186px; margin: 2px 2%; overflow: hidden; font-size: 13px;}
	.gallery li a {width: 100%; height: 140px; overflow: hidden;}
}

/* Cellphone */
@media only screen and (max-width: 750px) {
	html, body {zoom: 100%; font-size: 16px;}
	/* .body {overflow-x: scroll;} */
	.container, main {width: 96%;}

	.top-nav, .sitedate, .adsBottom {display: none;}
	header {height: 65px;}
	.sitename h2 {font-size: 18px; margin-top: 10px;}
	.sitename p.slogan {font-size: 14px;}
	
	nav .search_input {width: 60%;}

	.effectBox {display: none;}
	.mobileFeaturedNews {display: block;}
	
	.category article, .category div {width: 100%; padding-right: 12px;}
	.category article img {width: 45%; float: left; margin: 0 6px 2px 0;}
	
	/* Article listing page */
	.mainCol1 {width: 100%;}
	.rightCol1 {display: none;}
	.normalNews img {width: 45%; margin: 5px 10px 2px 0;}

	/* Article viewing page */
	#Div_Video2 iframe {width: 100% !important;}
	#Div_Gallery p {float: left; width: 48%; height: 170px; margin: 7px 1%;}	
	.commentList .bar .name {font-size: 15px;}
	.commentList .bar .date {float: none; font-size: 14px;}
	#Captcha {font-size: 14px;}
	
	/* Archive */
	.archive span {display: block; margin-bottom: 5px;}
	ul.treecat {width: 100%; margin-left: 0;}

	/* Ads */
	.adsBottom, .adsArticle {display: none;}
	
	.hits {font-size: 12px;}
	
	/* Video */
	.videoBox {width: 100%; height: auto;}
	.videoBox embed, .videoBox object, .videoBox iframe {width: 100% !important; height: 280px;}
	
	/* Web Links */
	.weblink {overflow: hidden;}
	.weblink .site, .weblink .link {width: 100%; float: none; text-align: left;}
	
	/* Site map */
	.sitemap {padding: 0;}
	
	/* Contact */
	.contact, .contact input {width: 100%;}
	.contact .imgCode input {width: 50%;}
	
	/* Gallery */
	.gallery li {width: 46%; height: 200px; margin: 5px 2%;}
	.gallery li a {width: 100%; height: 160px; overflow: hidden;}
	
	.galleryPic img {max-width: 100%;}
}

/* Cellphone portrait screen */
@media only screen and (max-width: 500px) {
	#Div_Gallery p {float: left; width: 48%; height: 110px; margin: 7px 1%;}	

	/* Gallery */
	.gallery li {width: 46%; height: 150px; margin: 5px 2%;}
	.gallery li a {width: 100%; height: 100px; overflow: hidden;}
	
	.sitename p.logo {text-align: center;}
	.sitename p.logo img {margin-top: 10px; max-height: 40px;}
}