@charset "UTF-8";
/* CSS Document */

/*  categories  */

.catimg {
	width: 28%;
	margin:5px -10px 5px 35px;
	float:left;
	padding: 0px;
	overflow: hidden;
	height: 310px !important;
}

.catimg h5 {
	font-weight: 400 !important;
	margin: 0px 0 0px 0 !important
}

.catimg-inner {
	width: 28%;
	margin:5px -10px 5px 35px;
	float:left;
	padding: 0px;
	overflow: hidden;
	height: 335px !important;
}

.catimg-inner h5 {
	font-weight: 400;
}

#catcontainer {
	width: 90%;
	float: left;
	padding: 25px 25px 16px 35px;
}

.blogcontainer {
	width: 100%;
	float: left;
}

/*!
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


@media (min-width: 768px) and (max-width: 979px) {
	
	.catimg {
	width: 30%;
	margin:5px;
	float:left;
	padding: 0px;
	overflow: hidden;
}


}

@media (max-width: 1024px) {
	
	.catimg {
	height: 280px !important;
	}
	
	#headright {
		margin-right: 0 !important;
	}
	
	body {
		background-position: left -956px top;
	}
	
	.navbar .nav > li > a {
		padding: 10px 9px 10px;
	}
	
	.span3 {
		margin-top: 20px !important;
	}
	
}

@media (max-width: 767px) {
	
	.catimg {
	width: 40%;
		margin: 5px -10px 5px 15px;
		height: 250px !important;
}
	
	#catcontainer {
	width: 80%;
}
	
	.catimg-inner {
	width: 40%;
		margin: 5px -10px 5px 15px;
		height: 250px !important;
}

}

@media (max-width: 480px) {
	
	.catimg {
	width: 45%
}

}
