/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}


	/* content */
	#content {
		width: 60%;
		padding: 3% 4%;
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
	body{padding-top: 60px;}
	#header1 {    height: 60px;
    background-color: rgba(52, 152, 219, 0.9);display:none}
	#hear1{width: 100%; display:block}
	#head11{width: 100%;}
#pagelist {width: 100%;}
#listleft{width: 100%;}
#listright{width: 100%;}
#listcenter{width: 100%;}
#listlf30{width: 100%;}
#pagelists {width: 100%;}
#listlefts{width: 100%;}
#listrights{width: 100%;}
.tab{ display:none;}
.m-slide{height: 200px;}
.m-slide .img {height: 200px;}
#uimg{width: 100%;}

#topnews{width: 100%;}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}

	/* search form */
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}

	/* main nav */
	#main-nav {
		position: static;
	}

	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	body{padding-top: 60px;}
	#header1 {    height: 60px;
    background-color: rgba(52, 152, 219, 0.9);display:none}
	#hear1{width: 100%;display:block}
#head11{width: 100%;}
	#pagelist {width: 100%;}
#listleft{width: 100%;}
#listright{width: 100%;}
#listcenter{width: 100%;}
#listlf30{width: 100%;}
#pagelists {width: 100%;}
#listlefts{width: 100%;}
#listrights{width: 100%;}
.tab{ display:none;}
.m-slide{height: 200px;}
.m-slide .img {height: 200px;}
#uimg{width: 100%;}
#topnews{width: 100%;}
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}
	#hear1{width: 100%;}
	body{padding-top: 60px;}
	#header1 {height: 60px;
    background-color: rgba(52, 152, 219, 0.9);display:none}
    #head11{width: 100%;display:block}
	#pagelist {width: 100%;}
#listleft{width: 100%;}
#listright{width: 100%;}
#listcenter{width: 100%;}
#listlf30{width: 100%;}
#pagelists {width: 100%;}
#listlefts{width: 100%;}
#listrights{width: 100%;}
.tab{ display:none;}
#uimg{width: 100%;height: 200px;}
#slide{height: 200px;}
#slide .img {height: 200px;}

#topnews{width: 100%;}
}

