@media (min-width: 1200px) {
	.carousel .item {height: 532px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carousel .item {height: 444px;}
}

@media (max-width: 991px) {
	.navbar .container{width:100%;}
	.navbar-brand{padding:15px 5px; line-height:40px;}
	.navbar-brand img{height:30px;}
	.navbar-nav > li > a{padding:20px 8px;}
	.carousel .item {height: 366px;}
}

@media (max-width: 768px) {
	.carousel .item {height: 284px;}
	.section-title h2{font-size:18px;}
	.cat-banner h1{font-size:22px;}
	h1.artTitle{font-size:22px;}
	h2.blue{font-size:18px;}
	.artBody img{width:100%;}
}

@media (max-width: 480px) {
	body{ padding-bottom:70px;}
	
	p{line-height:1.5em;}

	.navbar-brand{padding-top:5px; padding-bottom:5px; line-height:40px;}
	.navbar-brand img{height:40px;}
	.navbar-nav > li > a{padding-top:5px; padding-bottom:5px;}	

	.carousel .item {height:175px;}

	.section{height:auto;}
	.section-title{margin:0 auto 30px auto;}
	.section-title h2{font-size:18px;}
	
	.circle-box{width:100px; height:100px; margin:10px auto; padding:10px;}
	.circle-box img{width:48px; height:48px;}
	.circle-box h5{margin:0;}
	
	.case .case-info{padding:10px;}
	.case .case-info h3{font-size:14px; font-weight:bold; margin-top:0;}
	.case .case-info p{height:40px; line-height:1.5em; overflow:hidden;}
	.case .case-thumb{height:133px; overflow:hidden;}
	
	#myTabContent h3{padding:5px 0; margin:0; border-top:none; color:#F90; text-align:center;}
	#myTabContent a.btn{display:block;}
	#myTabContent a.pull-right{float:none !important;}
	
	
	.media-list .media{margin-bottom:10px; padding:0;}
	.media-list .media-left img{width:100%; height:60px;}
	.media-list .media h4{font-size:14px; line-height:20px; margin:0;}
	.media-list .media p{font-size:12px; height:40px; line-height:20px; overflow:hidden;}

	#product-page h2.blue{font-size:18px;}
	#product-1-1{height:350px;}
	#product-1-3{height:220px;}
	
	#product-2-1{height:250px;}
	#product-2-5{height:250px;}
	#product-2-7{height:250px;}

	#product-3-1{height:250px;}
	#product-3-5{height:250px;}
	#product-3-7{height:320px;}
	
	#product-4-1{height:350px;}
	
	.cat-banner .container p{width:100%;}
	
	.footer{margin-top:10px;}
	#copyright{margin-top:10px;}

}