@font-face {
    font-family: 'stymie medium';
    src: url('../fonts/stymie-md-bt-medium-webfont.eot');
    src: url('../fonts/stymie-md-bt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stymie-md-bt-medium-webfont.woff2') format('woff2'),
         url('../fonts/stymie-md-bt-medium-webfont.woff') format('woff'),
         url('../fonts/stymie-md-bt-medium-webfont.ttf') format('truetype'),
         url('../fonts/stymie-md-bt-medium-webfont.svg#stymie_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pigeonregular';
    src: url('../fonts/Pigeon-webfont.eot');
    src: url('../fonts/Pigeon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Pigeon-webfont.woff2') format('woff2'),
         url('../fonts/Pigeon-webfont.woff') format('woff'),
         url('../fonts/Pigeon-webfont.ttf') format('truetype'),
         url('../fonts/Pigeon-webfont.svg#pigeonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#brewery-page{
	background:url(../img/brewery/bgtile.jpg) repeat;
	background-size:100px 100px; 
	position:absolute;
	height:100%;
	width:100%;
}
#brewery-page .links,
#brewery-page .brewery-container{
	width:65%;
	min-width:960px;
	max-width:1300px;
	margin:0 auto;
}
#brewery-page .brewery-container{
	min-height:760px;
}
.brewery-container header > img{
	width:42%;
	height:auto;
	float:left;
	margin-top:5%;
}
.brewery-container header > img.logo{
	width:16%;
	margin-top:0;
	position:relative;
	z-index:5;
}
.brewery-container section{
	text-align:center;
	position:relative;
	width:100%;
}
.brewery-container .loc-btn{
	position:absolute;
	width:100%;
	z-index:600;
	text-align:right;
	
}
.brewery-container .loc-btn > img{
	width:25%;
	cursor:pointer;
	/*margin-top:-12%;*/
}
.brewery-container .loc-btn > img:hover{
  animation-name: tada;
   -webkit-animation-name: tada;
} 
.brewery-container .nav-btn{
	position: absolute;
	width: 110%;
	margin-left:-5%;
	top: 37%;
	z-index: 600;
}
.brewery-container .nav-btn > img{
	width:5%;
	height:auto;
	cursor:pointer;
}
.brewery-container .nav-btn .next{
	float:right;
}
.brewery-container .nav-btn .prev{
	float:left;
}
/* SLIDE SHOW */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.swipe-wrap img{
	width:100%;
	height:auto;
	display:block;
}
.swipe-wrap > div .img-hldr {
	padding:22% 0;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

/* SLIDE SHOW END*/
.brewery-container section .slide{
	width:100%;
}
.brewery-container section .slide > img{
	width:100%;
	height:auto;
	margin-top:-3%;
}
.brewery-container section .cans{
	margin-top:-5%;
	position:relative;
	z-index:5;
}
.brewery-container section .can{
	width:33.33333%;
	float:left;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}
.brewery-container section .can > img{
	width:40%;
	height:auto;
	position:relative;
	float:left;
	z-index:5;
	display:block;
}
.brewery-container section .can:hover > img{
  animation-name: tada;
   -webkit-animation-name: tada;
}
.brewery-container section .can > .desc{
	background:url(../img/brewery/beerbg.png) center no-repeat;
	background-size:100% 100%;
	width:60%;
	position:relative;
	margin-top:15%;
	right:5%;
	padding:4% 4% 3% 5%;
	text-align:center;
	box-sizing:border-box;
	float:left;
	z-index:1;
}
.brewery-container section .can .copy{
	padding:8% 0;
}
.brewery-container section .can .copy h3{
	margin:0;
	font-size:1.3em;
	font-family:'Stymie W01 Medium_928123';
	line-height:110%;
	letter-spacing:2px;
}
.brewery-container section .can .copy p{
	font-size:1.1em;
	font-family: 'pigeonregular';
	line-height:110%;
	width:80%;
	margin:0 auto;
}
#brewery-page #brewery-locs{
	display:none;
	position:absolute;
	height:100%;
	width:100%;
}
#brewery-page .brewery-locs{
	position:absolute;
	z-index:1000;
	background:rgba(255,255,255,0.9);
	height:100%;
	width:100%;
	display:table;
}
.brewery-locs .exit{
	position: absolute;
	right: 0;
	z-index:1000;
	cursor:pointer;
}
#brewery-page .brewery-locs .locs-holder{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	position:relative;
}
#brewery-page .brewery-locs .locs-holder .locs-list{
	padding:3% 0;
	margin:0 auto;
	width:50%;
	max-width:760px;
	min-width:600px;
}
#brewery-page .brewery-locs .locs-holder .list{
	padding:20% 5% 5% 5%;
	position:relative;
	margin:-19% auto 0 auto;
	width:90%;
	background:url(../img/brewery/list-bg.png) no-repeat;
	background-size:100% 100%;
}
.list-show{
	height: 400px;
	overflow-y: auto;
	padding: 0 7%;
}
.brewery-locs .locs-holder .locs-header{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
}
.brewery-locs .locs-holder .list .addr{ 
	float:left;
	width:70%;
	text-align:left;
}
.locs-holder .list .addr h2{	
	font-family: 'stymie medium';
	word-spacing:normal;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:normal;
	color:#000;
	margin:0;
	line-height:100%;
}	
.locs-holder .list .addr p{	
	padding:0;
	margin:0;
}
.brewery-locs .locs-holder .list .dir-btn{ 
	float:right;
	display:block;
	width:30%;
}
.brewery-locs .locs-holder .list .dir-btn > a{
}
.brewery-locs .locs-holder .list .dir-btn > img{
	width:100%;
	height:auto;
} 
.brewery-locs .locs-holder .list .dots{
	margin:3% 0;
	background:url(../img/brewery/dots.png) repeat-x;
	height:5px;
}
#brewery-page footer{
	margin-top:4%;
	position:absolute;
	bottom:0;
	background:url(../img/brewery/footer1.png) repeat-x;
	background-size:1000px 111px;
	padding:1% 0 3% 0;
	width:100%;
}
#brewery-page footer .links,
#brewery-page footer .links a{
	color:#fff;
	text-align:center;
	opacity:0.8;
	font-family: 'stymie medium';
}
#brewery-page footer .links a{
	margin:0 1%;
}
@media only screen and (max-height: 1080px) {
	#brewery-page footer{
		position:relative;
	}
}


.brewery-container section .cans {
  margin: -5% 0 0 -1%;
  width: 99%;
}
.brewery-container section .can {
  width: 25%;
}
.brewery-container section .can > img {
  width: 52%;
}
.brewery-container section .can > .desc {
  width: 56%;
  position: absolute;
  left: 50%;
  top: 10%;
}
.brewery-container section .can .copy {
  padding: 5% 0;
}
.brewery-container section .can .copy h3 {
  margin: 0 0 5px;
  font-size: 0.85em;
  padding: 0 0 5px;
  border-bottom: 1px dotted;
}
.brewery-container section .can .copy p {
  font-size: 1em;
  width: 100%;
}