/* Home Page Styles */
.home_left {
	float: left;
	width: 367px;
	background: #fff;
	min-height: 500px;
	margin: 15px 0px;
	padding-left: 3px;
	padding-bottom: 20px;
}
.home_left h2 {
	padding: 10px 12px
}
.home_right {
	width:540px;
	float: right;
}
.count h1 {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	font-size: 98px;
	line-height: 120px;
	padding-top: 40px;
}
.count h3 {
	color: #8a8a8a;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.get_inspired {
	position: relative;
	padding: 8px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #505050 url(../images/get_inspired_gradient.jpg) no-repeat 0 0;
}
.get_inspired h3 {
	color: #fff;
}
.get_inspired form {
	position: absolute;
	right: 20px;
	top: 13px;
}
.get_inspired select {
	margin-right: 5px;
	text-transform: uppercase;
}
.get_inspired .type {
	width: 115px;
}
.get_inspired .rated {
	width: 145px;
}
.right_box_home {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	background: #fff;
	width: 500px;
	float: left;
}
.right_box_home .icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.right_box_home .pad_right {
	padding-right: 95px;
}
.popular_creatives {
	float: left;
	width: 250px;
	margin: 7px 0;
}
.popular_creatives .avatar {
	float: left;
	width: 90px;
}
.popular_creatives .meta {
	float: left;
	width: 150px;
	padding-top: 10px;
}
.popular_creatives .meta .category {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	display: block;
}
.popular_creatives .meta .title {
	font-size: 18px;
	line-height: 23px;
	display: block;
}
.popular_creatives .meta .link {
	font-size: 12px;
	line-height: 17px;
	display: block;
}