.all-beer-page {
	background: #e7e5dd;
}
.beer-marquee {
/*	background-color:#000;*/
	position:relative;
	z-index:1;
	min-height:900px;
}

.beer-marquee:not(.classic):after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.beer-marquee .content {
	z-index: 1;
}

.beer-marquee .bg {
	display:block;
	width:100%;
}

.beer-marquee .absolute-centered {
/*	top:60%;*/
}

.beer-marquee.classic {
	background-color:#000;
	background-image:url(/resources/img/beer/beer-wall-classic-header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

.beer-marquee .buttons {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 40px;
}

@media(min-width:1300px) {
	.beer-marquee .buttons {bottom:100px;}
}

.beer-wall-wrap {
	position:relative;
	z-index:0;
/*	background-image:url(/resources/img/beer/beer-wall-repeating-padded-top.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	background-size:100% auto;*/
/*	height:2000px;*/
}

.beer-wall-top {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.beer-wall {
	position:relative;
	overflow:hidden;
	max-width:1220px;
	margin:0 auto;
	padding:50px 0;
}

.beer-wall .beer-item {
	display:block;
	width:280px;
	height:210px;
	margin:0 10px 60px;
	float:left;
	background-image:url(/resources/img/beer/beer-wall-shadow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.beer-wall .beer-item img {
	display:block;
	position:absolute;
	height:175px;
	top:10px;
/*	left:45px;*/
	/* horizontal center of varied width images */
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
	left:75px;
}

.beer-wall .beer-item img.wide-1 {
	left:65px;
}

.beer-item .text {
	text-align:left;
	margin-left:120px;
/*	position:absolute;
	top:75px;
	left:120px;*/
}

.beer-item .text h5 { color:#8d7249; font-size:24px; }
.beer-item .text h6 { color:#333; font-size:16px; }
.beer-item .text p { color:#fff; font-size:12px; line-height:140%; margin:0; }

.wall-filter {
/*	float:left;*/
	display:inline-block;
	position:relative;
	width:220px;
	margin-right:14px;
	z-index:10;
	text-align:left;
	color:#8d7249;
	font-family: TradeGothicLTPro-BdCn20, sans-serif;
	font-size:18px;
}

.wall-filter.open {
	z-index:11;
}

.wall-filter .hit {
	position:relative;
	width:220px;
	height:46px;
	background-image:url(/resources/img/gridwall-select-bg.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	background-color:#000;
}

.wall-filter .hit .filter-label {
	position:absolute;
	margin:0;
	padding:0;
	left:16px;
	top:13px;
}

.wall-filter .hit .filter-label .current {
	display:block;
	color:#fff;
}

.wall-filter .filter-dropdown {
	position:absolute;
	width:100%;
/*	width:202px;*/
	height:auto;
	
	padding:5px 0 20px;
	display:none;
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
	        box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87714d+1,87714d+100&0+0,1+60 */
	background: -moz-linear-gradient(top,  rgba(135,113,77,0) 0%, rgba(135,113,77,0.02) 1%, rgba(135,113,77,1) 60%, rgba(135,113,77,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(135,113,77,0) 0%,rgba(135,113,77,0.02) 1%,rgba(135,113,77,1) 60%,rgba(135,113,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(135,113,77,0) 0%,rgba(135,113,77,0.02) 1%,rgba(135,113,77,1) 60%,rgba(135,113,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087714d', endColorstr='#87714d',GradientType=0 ); /* IE6-9 */

}

.wall-filter .filter-dropdown .filter, .filter-clear {
	display:block;
/*	color:#fff;*/
	padding:10px 16px 8px 16px;
	cursor:pointer;
}

.wall-filter .filter-dropdown .filter {
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87714d+0,87714d+100&0+0,0+40 */
	background: -moz-linear-gradient(left,  rgba(135,113,77,0) 0%, rgba(135,113,77,0) 40%, rgba(135,113,77,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(135,113,77,0) 0%,rgba(135,113,77,0) 40%,rgba(135,113,77,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(135,113,77,0) 0%,rgba(135,113,77,0) 40%,rgba(135,113,77,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087714d', endColorstr='#0087714d',GradientType=1 ); /* IE6-9 */
	
/*	background:rgba(255,255,255,0.05);
	border-bottom:rgba(135,113,77,0.2) 1px solid;*/
/*	background:#000;*/
/*	border-bottom:rgba(135,113,77,1) 1px solid;*/
}


.wall-filter .filter-dropdown .filter:last-child {
	border-bottom:none;
}

.wall-filter .filter-dropdown .filter:nth-child(2n) {
/*	background:rgba(17,17,17,0.5);*/
}

.filter-clear {
/*	background:rgba(255,255,255,0.05);
	border-bottom:rgba(135,113,77,0.2) 1px solid;*/
/*	background:#000;*/
/*	border-bottom:rgba(135,113,77,1) 1px solid;*/
	color:#fff;
/*	font-size:14px;*/
	text-transform:uppercase;
}

.filter-clear span { float:right; }

.wall-filter:hover .hit {
/*	background-position:0px -60px;*/
}

.wall-filter.open .hit {
/*	background-position:0px -120px;*/
}

.wall-filter .filter-dropdown .filter:hover, .filter-clear:hover, .wall-filter .filter-dropdown .filter.selected {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87714d+0,998057+99&0+0,1+40 */
	background: -moz-linear-gradient(left,  rgba(135,113,77,0) 0%, rgba(142,119,81,1) 40%, rgba(153,128,87,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(135,113,77,0) 0%,rgba(142,119,81,1) 40%,rgba(153,128,87,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(135,113,77,0) 0%,rgba(142,119,81,1) 40%,rgba(153,128,87,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087714d', endColorstr='#998057',GradientType=1 ); /* IE6-9 */

}

#select-nav {
	position:relative;
	padding-top:40px;
	z-index:200;
	text-align:center;
}

#select-nav option {
	text-transform:capitalize;
}

#select-nav .title {
	display:inline-block;
	margin:12px 30px 0 0;
	vertical-align:top;
}

.classic-template {
	background-color: #e7e5dd;
/*	background-color:#000;*/
}

.classic-template .beer-wall-wrap {
/*	background-image:url(/resources/img/beer/beer-wall-classic.jpg);*/
}

/*.classic-template .beer-wall {
	padding-top:0;
}*/

.classic-template .beer-marquee {
	min-height:900px;
	overflow:hidden;
}

.classic-template .beer-marquee .content-main {
	text-align:left;
	position:relative;
/*	padding-top:175px;*/
	padding-top:240px;
}

.classic-template .beer-marquee .content-main h4,
.classic-template .beer-marquee .content-main p {
	max-width:62%;
}

.classic-template .beer-marquee .content-main h4 {
	font-size:32px;
	margin:20px 0;
}

.classic-template .beer-marquee .content-main p {
	line-height:28px;
}

.classic-template .beer-marquee .absolute-centered {
    top: 55%;
}

.featured-products {
	overflow:hidden;
	position:absolute;
	top:120px;
	right:0px;
}

.featured-products .featured {
	display:block;
	float:left;
	text-decoration:none;
}

.featured-products:not(.count-1) .featured:first-child {
	margin-right:45px;
}

.featured-products .featured img {
	display:block;
	height:630px;
	max-width:420px;
	object-fit:contain;
	object-position:bottom;
	width:auto;
/*	margin-left:55px;*/
}

.featured-products .featured h5 {
	margin: 10px 0 2px;
}

.featured-products .featured .center {
	margin-left:-55px;
}

@media(min-width:1024px) {
	.beer-marquee h1 {
		font-size:118px;
	}
}

@media(max-width:1200px) {
	.featured-products {
/*		left:490px;*/
	}
}

@media(max-width:1024px) {
	.wall-filter .filter-dropdown .filter, .filter-clear {
		background:#000;
		border-bottom:rgba(135,113,77,1) 1px solid;
	}
	
	
}

@media(max-width:1023px) {
	.featured-products .featured:nth-child(2) { display:none; }
}

@media(max-width:767px) {
	
	.featured-products {
/*		display:none;*/
		position:static;
		display:flex;
		align-items:center;
		justify-content:center;
		margin-bottom:60px;
	}
	
	.featured-products .featured {
		max-width:200px;
		flex-basis:200px;
	}
	
	.featured-products .featured:not(:first-child) {
		display:none;
	}
	
	.featured-products .featured img {
		height:auto;
		width:100%;
	}
	
	.classic-template .beer-marquee {
		min-height:0;
		background-color:#000;
		background-image:none !important;
		padding:60px 0 100px;
	}
	
	.beer-marquee {
		min-height:400px;
	}
	
	.classic-template .beer-marquee .content-main {
		padding-top:0;
	}
	
	.classic-template .beer-marquee:before { padding-top:0; }
	
	.classic-template .beer-marquee .content,
	.classic-template .beer-marquee .absolute-centered {
		position:static;
	}
	
	.classic-template .beer-marquee .absolute-centered {
		top:0%;
		left:0%;
	    text-align: center;
		-webkit-transform: translate(0%, 0%);
		    -ms-transform: translate(0%, 0%);
		        transform: translate(0%, 0%);
	}
	
	.classic-template .beer-marquee h1 br { display:none; }
	
	.classic-template .beer-marquee .content-main h4,
	.classic-template .beer-marquee .content-main p {
		max-width:none;
	}
	
}

@media(max-width:535px) {
	.beer-wall {
		width:260px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.beer-wall .beer-item {
		margin:0 0 60px;
		width:260px;
		float:none;
	}
}