/**
	* Header
	*/
/*header{
	height: 60px;
	padding: 12px 12px 0;
	position: relative;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
}
header h1 a{
	width: 146px;
	height: 45px;
	text-indent: -9999px;
	display: block;
	background: transparent url(../images/untappd.png) top left no-repeat;
}
header .menu{
	position: absolute;
	right: 12px;
	top: 16px;
  display: block;
	background: #e9a700;
	background-image: -moz-linear-gradient(top, #f5d401 0%, #e9a700 50%, #cd9200 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5d401), color-stop(50%,#e9a700), color-stop(100%,#cd9200));
	background-image: -webkit-linear-gradient(top, #f5d401 0%,#e9a700 50%,#cd9200 100%);
	background-image: -o-linear-gradient(top, #f5d401 0%,#e9a700 50%,#cd9200 100%);
	background-image: -ms-linear-gradient(top, #f5d401 0%,#e9a700 50%,#cd9200 100%);
	background-image: linear-gradient(to bottom, #f5d401 0%,#e9a700 50%,#cd9200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d401', endColorstr='#cd9200',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d09400;
	cursor: pointer;
}
header .menu span{
	display: block;
	background: transparent url(../images/mobile_menu.png) center center no-repeat;
	-webkit-background-size: 24px 16px;
  background-size: 24px 16px;
  height: 34px;
	width: 48px;
	text-indent: -9999px;
}
header nav{
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 72px;
	background-color: #fff;
	width: 100%;
	background: #333333;
	background: -moz-linear-gradient(top,  #333333 0%, #111111 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(50%,#111111));
	background: -webkit-linear-gradient(top,  #333333 0%,#111111 50%);
	background: -o-linear-gradient(top,  #333333 0%,#111111 50%);
	background: -ms-linear-gradient(top,  #333333 0%,#111111 50%);
	background: linear-gradient(to bottom,  #333333 0%,#111111 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 );
	-webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
}
header nav.active{
	display: block
}
header nav span{
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	display: block;
	padding: 0 12px;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 0 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 0px rgba(255, 255, 255, 0.1);
}
header nav span:last-child{
	border: none;
}
header nav span a{
	display: block;
	padding: 12px 0;
	color: #fff;
}
header nav span.signin{
	padding: 12px;
}

@media screen and (min-width: 768px) {
	header{
		padding: 12px 24px 0;
	}
	header nav{
		display: block;
		background: none;
		right: 24px;
		top: 6px;
		left: auto;
		width: auto;
		-webkit-box-shadow: none;
  	box-shadow: none;
	}
	header .menu{
		display: none;
	}
	header nav span{
		display: inline-block;
		font-size: 20px;
		margin-left: 12px;
		-webkit-box-shadow: none;
  	box-shadow: none;
  	border: none;
	}
	header nav span a{
		color: #C60;
	}
	header nav span .yellow_btn{
		width: 118px;
		padding: 6px 0;
		font-size: 18px;
	}
}*/