/**
	* Content
	*/

.home{
	background: #fff url(../images/splash.jpg) top left no-repeat;
	min-height: 692px;
	padding: 0 24px;
}

.home .hero{
	width: 380px;
	height: 492px;
	padding-top: 60px;
	margin-bottom: 24px;
}
.home .intro{
	width: 350px;
	margin: 0 auto 60px auto;
}
.home .intro ul{ margin-bottom: 36px; }
.home .intro ul li{
	color: #fff;
	vertical-align: top;
	font-size: 22px;
	line-height: 26px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	background: transparent url(../images/star.png) left 2px no-repeat;
	padding-left: 28px;
	margin-bottom: 24px;
}
.home .intro ul li h2{ font-weight: normal; }
.home .intro .yellow_btn{
	width: 300px;
	font-size: 38px;
	padding: 4px 0;
	margin: 0 auto;
}

.home .get{ width: 380px; }
.home .get .store{
	background-color: rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 8px 8px 6px 8px;
	margin-bottom: 8px;
}
.home .get .store span{
	display: inline-block;
}
.home .get .store span.appstore{
	margin-right: 10px;
}
.home .getapp{
	background-color: rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.home .getapp p{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.home .getapp a{
	display: inline-block;
	width: 63px;
	height: 66px;
	margin: 0 14px;
	vertical-align: top;
	text-indent: -9999px;
	text-align: center;
}
.home .getapp a.ios{
	background: transparent url(http://untappd.s3.amazonaws.com/site/assets/v2/images/app_ios.png) top left no-repeat;
}
.home .getapp a.android{
	background: transparent url(http://untappd.s3.amazonaws.com/site/assets/v2/images/app_android.png) top left no-repeat;
}
.home .getapp a.bb{
	background: transparent url(http://untappd.s3.amazonaws.com/site/assets/v2/images/app_blackberry.png) top left no-repeat;
}
.home .getapp a.wp{
	background: transparent url(http://untappd.s3.amazonaws.com/site/assets/v2/images/app_wp8.png) top left no-repeat;
}
.home .getapp a:hover{
	background-position: bottom left;
}
.home .get .mobile{
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.home .get .mobile a{
	color: #fff;
}
.home .bottom{ margin-bottom: 10px; }
.home .bottom .breweries h3, .bottom .social h3{
	font-size: 24px;
	margin-bottom: 8px;
	display: block;
	color: #553316;
}
.home .bottom .breweries{
	width: 340px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding-right: 24px;
	background: transparent url(../images/bottom_rule.jpg) right center no-repeat;
	height: 125px;
}
.home .bottom .breweries p{
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
}
.home .bottom .social{
	width: 200px;
	display: inline-block;
	vertical-align: top;
}
.home .bottom .social .twitter, .home .bottom .social .facebook, .home .bottom .social .foursquare{
	width: 48px;
	height: 33px;
	display: inline-block;
	text-indent: -9999px;
	margin-right: 10px;
}
.home .bottom .social .twitter{ background: transparent url(../images/twitter.jpg) top left no-repeat; }
.home .bottom .social .facebook{ background: transparent url(../images/facebook.jpg) top left no-repeat; }
.home .bottom .social .foursquare{ background: transparent url(../images/foursquare.jpg) top left no-repeat; }
.home .bottom .social p{
	width: 176px;
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
}