section.intro ul {
	list-style: bullet;
}

ul.filter {
	margin: 30px 0 0;
	padding: 0;
	overflow: hidden;
}

ul.filter li {
	margin-right: 2px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}

ul.filter li a {
	padding: 0 15px;
	border: 1px solid #ccc;
	background: #e6e6e6;
	color: #333;
	line-height: 30px;
	text-decoration: none;
	display: block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
}

ul.filter li a:hover {
	background: #e6e6e6;
}

ul.filter li.active a {
	background: #1a74c2;
	filter: none;
	color:#fff;
}

ul.items {
	width: 100%;
	/* height: 100%; */
	list-style: none;
	max-height: 2700px; /* Multiple of 270 */
	margin-left: -10px;
	overflow: hidden;
	padding: 0;
}

ul.items a.image {
	display: block;
	float: none;
	height: 210px;
}

ul.items img {
	display: block;
	margin: 0 auto;
}

ul.items li.item {
	width: 160px;
	height: 270px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 10px;
}

ul.items li.item h4 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}

.stats, .stats:visited {
	background-position: center top;
	background-repeat: no-repeat;
	color: #ccc;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 12px 0 0;
	padding-top: 50px;
	text-align: center;
	zoom: 1;
	width:32%
}

.stats:hover, .stats:active {
	color: #000;
}

.stats .button {
	margin: 5px auto;
	height: 23px;
	width: 70px;
}

.stats.twitter {
	background-image: url('../images/icons/twitter.png');
}

.stats.twitter .button {
	background-image: url('../images/buttons/follow.png');
}

.stats.facebook {
	background-image: url('../images/icons/facebook.png');
}

.stats.facebook .button {
	background-image: url('../images/buttons/like.png');
}

.stats.youtube {
	background-image: url('../images/icons/youtube.png');
}

.stats.youtube .button {
	background-image: url('../images/buttons/subscribe.png');
}

.stats.newsletter {
	background-image: url('../images/icons/newsletter.png');
}

.stats.newsletter .button {
	background-image: url('../images/buttons/signup.png');
}

.monthly {
	display: block;
	margin-top: 15px;
}

.reach {
	color: #ccc;
	display: block;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 15px 0px;
	width: 100%;
	line-height: 1em;
}

article.brand section.intro {
	padding-bottom: 0px;
}
