@charset "utf-8";
/* CSS Document */

html, body {height:100%; min-height:100%; display:block;}

body {height:100%; min-height:100%; display:block; padding: 50px 0 0 0;}

body.home {padding: 50px 0 0 0;}

a.anchorLinks {height:0px; width:0px;}


/* GLOBALS */

a {color:#6BC4A4; -webkit-transition:all .2s ease-in-out; transition: all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
a:hover {cursor:pointer; text-decoration:none; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}

img {max-width:100%; height:auto; -webkit-transform: translate3d(0, 0, 0);}

h1 {font-family: 'Montserrat', sans-serif;}
h2, h3, h4, h5, h6 {font-family: 'Libre Baskerville', serif;}

.btn {border-radius:0;font-family: 'Montserrat', sans-serif;text-transform: uppercase;}
.btn-black {color: #000!important; background-color: transparent; border-color: #000; border-width:2px;padding: 10px 18px;}
.btn-black:hover, .btn-black.active {background-color: #000;color: #fff!important;}

.btn-blackWhite {color: #000!important; background-color: white; border-color: #000; border-width:2px;padding: 10px 18px;}
.btn-blackWhite:hover, .btn-black.active {background-color: #000;color: #fff!important;}



.btn-white {color: #fff!important; background-color: transparent; border-color: #fff; border-width:2px;padding: 10px 18px;}
.btn-white:hover {background-color: #fff;color: #000!important;}

.btn-green {color: #fff!important; background-color: #6BC4A4; border-color: #6BC4A4; border-width:2px;padding: 10px 18px;}
.btn-green:hover, .btn-green.active {background-color: #000; border-color:#000; color: #fff!important;}


.alert-black { color: #333; background-color: #fff; border-color: #000; border-radius: 0; border-width: 3px;}

.nav-pills>li a.btn-black {color: #000; background-color: transparent; border-color: #000; border-width:2px;padding: 10px 18px; border-radius:0;}

.nav-pills>li.active>a.btn.btn-black, 
.nav-pills>li.active>a.btn.btn-black:focus, 
.nav-pills>li.active>a.btn.btn-black:hover {color: #fff!important; background-color: #000;}




.feedHeader h3 {margin-top:0;}

.panel {border-radius:0;}
.panel-default>.panel-heading {color: #FFF; background-color: #000; border-color: #000; border-radius:0;border: 1px solid #000;}

.well {border-radius: 0px; border-color: #e6e6e6; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.07); border-width: 0 1px 1px 0px; background-color: #f5f5f5;}
div#messageBox {position: fixed;bottom: 0;left: 0; font-family: Arial, Helvetica, Sans-Serif; font-size: 16px;background-color: #6BC4A4; color: #FFFFFF;padding: 20px 20px; display: block;z-index: 1200;margin: 0;width: 100%;text-align: center;} 
div#messageBox p {font-size:10px;}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {color: #6BC4A4;background-color: #eee;border-radius: 0;}
.nav>li>a:focus, .nav>li>a:hover {text-decoration: none;background-color: #eee;color: #65BA9C!important;}
.nav>li>a {color:#666;}


.carousel-control.left {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}



/* PAGE LOADER */
.pace {  -webkit-pointer-events: none;  pointer-events: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}
.pace-inactive {  display: none;}
.pace .pace-progress {  background: #6BC4A4;  position: fixed;  z-index: 2000;  top: 0;  right: 100%;  width: 100%;  height: 2px;}





/* FORMS */

.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
form.form input {font-family: Arial, Helvetica, Sans-Serif; font-size:12px;}
.form-control {border-radius:0;padding:8px 15px;}
.form label, .webform label {font-size: 14px;}

/* BC Updated Styles */

.system-message, .system-error-message {
    background-color: transparent;
    border: 0;
    color: #666;
    margin: 18px;
    min-height: 110px;
    height: auto !important;
    height: 110px;
    padding: 0;
    margin-bottom:150px;
}

.shop-receipt, .shop-quote-receipt {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 18px;
    padding: 18px;
}


/* 5ths */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px;}

.col-xs-5ths {width: 20%; float: left;}
.col-xs-2-5ths {width: 40%;float: left; }

@media (min-width: 768px)  
    .col-sm-5ths {width: 20%;float: left; }
	.col-sm-2-5ths {width: 40%; float: left; }
}

@media (min-width: 992px) {
    .col-md-5ths {width: 20%;float: left;}
    .col-md-2-5ths {width: 40%;float: left; }
}

@media (min-width: 1200px) {
    .col-lg-5ths {width: 20%;float: left;}
    .col-lg-2-5ths {width: 40%;float: left; }
}



/* CENTER MODAL */

#modal_content .modal{
   	width: 100%;
   	position: fixed;
   	text-align: center;
   	margin: 0px auto;
   	top: 0px;
   	left: 0px;
   	bottom: 0px;
   	right: 0px;
   	z-index: 1050;
   
   	background-color: rgba(0, 0, 0, 0.9);
}
#modal_content .modal_wrapper{
   	display: table;
   	overflow: auto;
   	overflow-y: scroll;
   	height: 100%;
   	-webkit-overflow-scrolling: touch;
   	outline: 0;
   	text-align: center;
   	margin: 0px auto;
    
   }
#modal_content .modal-dialog{
   	margin-top: 0px;
   	display: table-cell;
   	vertical-align: middle;
   	margin: 0px 20px;
   	text-align: left;
   }



/* AGE CHECK MODAL */

#ageCheck .modal-dialog .modal-content {border-radius: 0; background-color: #000;}
#ageCheck .modal-body {text-align: center;border: 5px solid #fff;padding: 30px 15px;}
#ageCheck .modal-body p {font-size: 15px; color: #fff; font-family: 'Libre Baskerville', serif;}
#ageCheck .modal-body img {padding: 15px 0 70px 0; margin:0 auto; width: 80%; display:block;}
#ageCheck a.btn-primary {border: 2px solid #fff; border-radius: 100px; height: 50px; width: 50px; line-height: 46px; padding: 0; font-size: 12px; background-color: #000; text-align: center; font-family: 'Libre Baskerville', serif; margin: 10px; 5px;cursor: pointer;}

#ageCheck a.ageYes:hover {color: #6BC4A4; border-color: #6BC4A4;}
#ageCheck a.ageNo:hover {color: #B90808; border-color: #B90808;}

/* HEADER NAV */

#header .navbar-default {font-family: 'Montserrat', sans-serif;background-color: #000;border: none;margin: 0;transition: all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}

#header.white a.navbar-brand {font-family: 'Montserrat', sans-serif;font-size: 20px;color: #FFF;margin: 0 0 0 15px;text-indent: -10000px;overflow: hidden;background: transparent url('/_assets/img/logo_white.png') no-repeat center left;background-size: contain; width:120px;}
#header.white .navbar-default .navbar-nav>.active>a, 
#header.white .navbar-default .navbar-nav>.active>a:focus, 
#header.white .navbar-default .navbar-nav>.active>a:hover { color: #FFF; background-color: rgba(0, 0, 0, 0);}
#header.white .navbar-default .navbar-nav>li>a {color: #FFFFFF; text-transform: uppercase;}
#header.white .navbar-default .navbar-nav>li>a:focus, 
#header.white .navbar-default .navbar-nav>li>a:hover {color:#fff;}
#header.white .navbar-default .navbar-nav>.active.open>a {background-color: #E7E7E7;}


#header.black a.navbar-brand {font-family: 'Montserrat', sans-serif;font-size: 20px;color: #FFF;margin: 0 0 0 15px;text-indent: -10000px;overflow: hidden;background: rgba(0, 0, 0, 0) url('/_assets/img/logo_white.png') no-repeat center left;background-size: contain;}
#header.black .navbar-default .navbar-nav>.active>a, 
#header.black .navbar-default .navbar-nav>.active>a:focus, 
#header.black .navbar-default .navbar-nav>.active>a:hover { color: #000; background-color: rgba(0, 0, 0, 0);}
#header.black .navbar-default .navbar-nav>li>a {color: #FFF;text-transform: uppercase;}
#header.black .navbar-default .navbar-nav>li>a:focus, 
#header.black .navbar-default .navbar-nav>li>a:hover {color:#000;}
#header.black .navbar-default .navbar-nav>.active.open>a {background-color: #E7E7E7;}

#header.scrolled .navbar {background-color: #000;margin: 0;padding: 0;transition: all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;border: 0;}
#header.scrolled a.navbar-brand {background-image: url('/_assets/img/logo_white.png');}
#header.scrolled .navbar-default .navbar-nav>.active>a, 
#header.scrolled .navbar-default .navbar-nav>.active>a:focus, 
#header.scrolled .navbar-default .navbar-nav>.active>a:hover { color: #000; background-color: rgba(0, 0, 0, 0);}
#header.scrolled .navbar-default .navbar-nav>li>a {color: #FFF;}
#header.scrolled .navbar-default .navbar-nav>li>a:focus, 
#header.scrolled .navbar-default .navbar-nav>li>a:hover {color:#6BC4A4;}

#header .navbar-default .navbar-brand {color: #fff; font-family: 'Oswald', sans-serif;}
#header .navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}
#header .navbar-default .navbar-toggle {border-color: rgba(0, 0, 0, 0); border-radius:0;}
#header .navbar-default .navbar-toggle:focus, header .navbar-main .navbar-toggle:hover {background-color: #5298D8;}

#header .navbar-default .navbar-toggle {border: none; background: transparent !important;}
#header .navbar-default .navbar-toggle:hover {background: transparent !important;}
#header .navbar-default .navbar-toggle .icon-bar {width: 22px; transition: all 0.2s;}
#header .navbar-default .navbar-toggle .top-bar {transform: rotate(45deg); transform-origin: 10% 10%;}
#header .navbar-default .navbar-toggle .middle-bar {opacity: 0;}
#header .navbar-default .navbar-toggle .bottom-bar {transform: rotate(-45deg); transform-origin: 10% 90%;}
#header .navbar-default .navbar-toggle.collapsed .top-bar { transform: rotate(0);}
#header .navbar-default .navbar-toggle.collapsed .middle-bar { opacity: 1;}
#header .navbar-default .navbar-toggle.collapsed .bottom-bar {transform: rotate(0);}


#header ul li.active a {color: #6BC4A4!important;}
#header ul .dropdown-menu>.active>a, #header ul .dropdown-menu>.active>a:focus, #header ul .dropdown-menu>.active>a:hover {background-color:transparent; color:#000!important;}

#header a#cartCount {padding: 15px;color: #fff;}
#header a#cartCount:hover {color:#6BC4A4;}

#header ul li.cartSummary {margin-top:15px;}

#header ul.dropdown-menu {background-color: #EEEEEE; border: 0; box-shadow: none;  transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}

#header ul.dropdown-cart {min-width:250px;margin: 13px 0 60px 0;padding-bottom: 0;border-radius: 0;}

#header ul.dropdown-cart li {display:block;padding: 5px;margin: 0;}
#header ul.dropdown-cart li a {color:#000; display:block;padding: 5px;}
#header ul.dropdown-cart li:hover .item-info {color:#6BC4A4!important;}
#header ul.dropdown-cart li:hover{ background-color:#f3f3f3; }
#header ul.dropdown-cart li:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
#header ul.dropdown-cart li .item-left{float:left;width: 100%;}
#header ul.dropdown-cart li .item-left img {float:left; width:25%; height:auto;margin-right: 5%;}
#header ul.dropdown-cart li .item-left span.item-info{float: left; width:70%;}
#header ul.dropdown-cart li .item-left span.item-info{}
#header ul.dropdown-cart li .item-left span.item-info span{ display:block;}
#header ul.dropdown-cart li .item-right{float:right;}
#header ul.dropdown-cart li .item-right button{margin-top:14px;}
#header ul.dropdown-cart li .item-left span.item-info span.productName {color: #000; font-size: 14px;width: 70%;float: left;margin-top: 10px; text-align:left;display: block;overflow-x: hidden;text-overflow: ellipsis;}
#header ul.dropdown-cart li .item-left span.item-info span.productPrice {color: #000; font-size: 14px;width: 30%;float: left;margin-top: 10px; text-align:right;}
#header ul.dropdown-cart li.divider {margin:0;padding: 0;}
#header ul.dropdown-cart li.viewCart {margin:0;padding: 0;}
#header ul.dropdown-cart li.viewCart a.btn-black {background-color: #6BC4A4;color: #fff!important;padding: 10px;border: 0;border-bottom: 100px solid #000;}
#header ul.dropdown-cart li.viewCart a.btn-black:hover {background-color: #333;}

#header ul.dropdown-cart li.active a {background-color:transparent;}

.navbar-collapse.collapse{
    transition: height 0.2s ;
}
.navbar-collapse.collapsing {
    height: 0 !important;
}
.navbar-collapse.collapse.in{
    max-height: none;
    height: 100vh;
}


/* FOOTER */

#footer {background-color: #151515;padding: 10px;margin-bottom: 0;font-family: 'Libre Baskerville', serif;text-align: center; padding-bottom:200px;}
#footer img.footerLogo {width:40%; margin:40px auto;}
#footer ul {list-style: none; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0px;}
#footer ul li {list-style:none;padding: 5px 0;font-style: italic;}
#footer ul li a {color:#fff;display: block;width: 100%;}
#footer ul li a:hover {color:#6BC4A4;}
#footer .copyrightCredits {margin:50px 0 0;}
#footer .copyrightCredits p {font-size: 10px;color: #464646;text-transform:uppercase;font-family: 'Montserrat', sans-serif;}
#footer .copyrightCredits p span {margin-right:10px;}
#footer .copyrightCredits p  a {color: #464646;border-left: 1px solid #464646;padding: 0 10px;}
#footer .copyrightCredits p  a:hover {color:#666;}
#footer .copyrightCredits p  a:last-child {border-right:0;}

#footerBar {display:none; z-index:1000;}
#footerBar.scrolled {display:none;}
#footerBar {position: fixed; bottom: 0; width: 100%; height: 40px; background-color: #FFFFFF;}
#footerBar .socialIcons {width: 170px; display: inline-block; height: 40px;margin-top: 0;}
#footerBar .socialIcons ul {padding: 0;width: 100%;display: inline-block;}
#footerBar .socialIcons ul>li {list-style: none;width: 50px;float: left;}
#footerBar .socialIcons ul>li a {opacity:.85; display:block; color: #000;background-color: transparent;text-align: center;margin: 0 3px 1px 0;width: 100%;height: 35px;line-height: 35px;font-size: 1.3em;float: left;}
/*
#footerBar .socialIcons ul>li a.socialShareFacebook {background-color:#3b5998;}
#footerBar .socialIcons ul>li a.socialShareTwitter {background-color:#00aced;}
#footerBar .socialIcons ul>li a.socialShareGooglePlus {background-color:#dd4b39;}
#footerBar .socialIcons ul>li a.socialShareLink {background-color:#000;}
*/
#footerBar .socialIcons ul>li a:hover {opacity:1; color:#6BC4A4}



/* FOOTER SUBSCRIPTION */

.subscribeFormFooter {color:#fff;margin-top: 10px;}
.subscribeFormFooter .form-control {border-radius: 0;border: 0;}


/* HERO */


#hero {border: 0px solid #fff; display: block; height: 100%; width:100%; position:relative;}
#hero .heroContainer {display: block;width:100%; max-width: 100%;margin: 0 auto 0;height: 100%;border-radius: 0;position: relative;color: #FFF;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;}
#hero .heroContainer .innerInformation {position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: inline-block;}
#hero .heroContainer .innerInformation .title {font-size:18px; color:#fff;}
#hero .heroContainer img.title {width: auto;height: 40%;display:block;margin:0 auto;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);max-height: 300px;max-width: 100%;}
#hero.white .heroContainer .title {color:#fff;}
#hero.black .heroContainer .title {color:#000;}
#hero .heroContainer .title {display:block;width:50%;max-width:80%;text-align:center;margin:0 auto;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#hero .heroContainer .title .titleText {font-family: 'Montserrat', sans-serif;font-size: 48px;}
#hero .heroContainer .title .subText {font-family: 'Libre Baskerville', serif;font-size: 36px;} 
#hero a.arrow {position: absolute; bottom: 5%; color: #fff; left: 50%; font-size: 30px; padding: 0; border-radius: 50%; width: 40px; height: 40px; text-align: center; margin-left: -20px; line-height: 50px;}

#hero .heroContainer a {width: 100%; height: 100%; display: block;}


/* HOMEPAGE FEATURES */

#homeFeatures {padding:60px 0;}

#homeFeatures .homeFeatureItem {padding:5px;}

#homeFeatures .homeFeatureItem a {display:block; background-color:#000; position: relative; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;padding: 0;}

#homeFeatures .homeFeatureItem a img {opacity:.7; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeFeatures .homeFeatureItem a .infoContainer {padding: 0 15px; position:absolute; top:0; left:0; width:100%; height:100%; display:block; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;} 
#homeFeatures .homeFeatureItem a .infoContainer .infoContent {position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
#homeFeatures .homeFeatureItem a .infoContainer .infoContent .title {color:#fff; font-size:48px; text-align:center; font-family: 'Libre Baskerville', serif;}
#homeFeatures .homeFeatureItem a .infoContainer .infoContent .subTitle {color:#fff; font-size:36px; font-family: 'Libre Baskerville', serif;}

#homeFeatures .homeFeatureItem a.BigText .infoContainer .infoContent .title {font-size:36px;}
#homeFeatures .homeFeatureItem a.BigText .infoContainer .infoContent .subTitle {font-size:24px;}
#homeFeatures .homeFeatureItem a.MediumText .infoContainer .infoContent .title {font-size:28px;}
#homeFeatures .homeFeatureItem a.MediumText .infoContainer .infoContent .subTitle {font-size:18px;}
#homeFeatures .homeFeatureItem a.SmallText .infoContainer .infoContent .title {font-size:18px;}
#homeFeatures .homeFeatureItem a.SmallText .infoContainer .infoContent .subTitle {font-size:12px;}

#homeFeatures .homeFeatureItem a.light {background-color:#fff;}
#homeFeatures .homeFeatureItem a.light .infoContainer .infoContent .title {color:#A0A0A0;}
#homeFeatures .homeFeatureItem a.light .infoContainer .infoContent .subTitle {color:#A0A0A0;}

#homeFeatures .homeFeatureItem a:hover {cursor:pointer;}
#homeFeatures .homeFeatureItem a:hover img {opacity:1; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}

/* HOMEPAGE FEATURES */

#homeBeers {overflow:hidden; display:block;position: relative;padding: 80px 0; background: #000 url('/_images/homeBeersBG.jpg') no-repeat center center; background-size:cover; }
#homeBeers .background-title {color: #000; opacity:.7; font-size: 600px; position:absolute; top:auto; left: -3%; bottom: -40%; font-family: 'Montserrat', sans-serif;line-height: 600px;letter-spacing: -40px;}
#homeBeers .homeBeersIntro {color:#fff;}
#homeBeers .homeBeersIntro .title {}
#homeBeers a.beerItem {z-index:10; text-align:center; color:#fff;  transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeBeers a.beerItem h3 {color:#ddd; font-size:18px; margin-top:20px;}
#homeBeers a.beerItem img {}
#homeBeers a.beerItem .beerImages {position: relative;text-align: right;}
#homeBeers a.beerItem .beerImages img.beerGlass {width: 80%; opacity:.8;  margin-right:5px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeBeers a.beerItem .beerImages img.beerCan { position: absolute; z-index: 1; width: 75%; bottom: -5px; left: 5px; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}

#homeBeers a.beerItem:hover h3 {color:#fff; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeBeers a.beerItem:hover .beerImages img.beerGlass {width: 80%; margin-right:5px; opacity:1;  transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
/* #homeBeers a.beerItem:hover .beerImages img.beerCan { position: absolute; z-index: 1; width: 80%; bottom: -5px; left: 0px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;} */


/* HOMEPAGE BEER FEATURE */

#homeBeerFeature {height: 50%; display: block; padding:60px 0; max-height:950px;}
#homeBeerFeature div {height:100%;display:block;}
#homeBeerFeature .leftImage img {height:100%;float:right;max-width: 1000px;}
/* #homeBeerFeature .leftImage {background: rgba(0, 0, 0, 0) url('/_images/beerAboutHome.jpg') center right no-repeat; background-size: contain;} */
#homeBeerFeature .homeBeerFeatureInfo {display:block; margin:0 auto; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height:auto;}
#homeBeerFeature .btn {margin-top:25px; font-size:12px;}
#homeBeerFeature .homeBeerFeatureInfo h1 {font-size: 18px;}
#homeBeerFeature .homeBeerFeatureInfo h3 {font-size: 14px;}


/* HOME ABOUT */

#homeAbout {height:50%; width:100%; display:block; color:#fff;}
#homeAbout .parallaxContainer {height:100%; width:100%; display:block;}
#homeAbout .parallaxContainer .vertContent {position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}


/* HOME FRIENDS */

#homeFriends {background-color:#000; position:relative; display:block;}
#homeFriends a {width: 100%; height: 100%; display: block; cursor: pointer;}
#homeFriends a img {max-width:100%;}
#homeFriends a .friendsTitleContainer {height:100%; display:block; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;position: absolute;z-index: 100;top: 0;left: 50%;}
#homeFriends a .friendsTitleContainer .friendsTitle {color:#fff; font-size: 6em; font-family: 'Montserrat', sans-serif; text-transform: uppercase; line-height: 1em; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeFriends a .fa-long-arrow-right{ font-size: 3em; color: #fff; position: absolute; right: 40px; bottom: 30px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}

#homeFriends a:hover .friendsTitleContainer .friendsTitle {color:#6BC4A4; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeFriends a:hover .fa-long-arrow-right {color:#6BC4A4; right: 30px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}


#homeFriendsParallax { position:relative; display:block; height:60%;}
#homeFriendsParallax a {width: 100%; height: 100%; display: block; cursor: pointer;}
#homeFriendsParallax a img {max-width:100%;}
#homeFriendsParallax a .friendsTitleContainer {height:100%; display:block; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;position: absolute;z-index: 100;top: 0;left: 20%;}
#homeFriendsParallax a .friendsTitleContainer .friendsTitle {color:#fff; font-size: 2.5em; font-family: 'Montserrat', sans-serif; text-transform: uppercase; line-height: 1em; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeFriendsParallax a .fa-long-arrow-right{ font-size: 3em; color: #fff; position: absolute; right: 50px; bottom: 30px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}

#homeFriendsParallax a:hover .friendsTitleContainer .friendsTitle {color:#6BC4A4; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#homeFriendsParallax a:hover .fa-long-arrow-right {color:#6BC4A4; right: 30px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}


/* BLOG */


#blogFeed {padding: 60px 0;background-color: #fff;}

#blogFeed.homeFeed {padding: 50px 0;background-color: #f1f1f1;}

#blogFeed .leftThumbs {
    margin: inherit;
}
#blogFeed .rightThumbs {}

#blogFeed leftThumbs .blogThumb {
    padding: 0!important;
}


#blogFeed .blogThumb a {display:block;background-color:#000;position: relative;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;padding: 0;margin-bottom: 20px;}

#blogFeed .blogThumb a img {opacity: .6;transition: all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;width: 100%;height: auto;}
#blogFeed .blogThumb a .infoContainer {padding: 0; position:absolute; top:0; left:0; width:100%; height:100%; display:block; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; opacity: 1;} 
#blogFeed .blogThumb a .infoContainer .infoContent {position: absolute; bottom: 0%; /* -webkit-transform: translateY(-50%); */ -ms-transform: translateY(-50%); /* transform: translateY(-50%); */padding: 5%;}
#blogFeed .blogThumb a .infoContainer .infoContent .blogThumbTitle {color:#fff; font-size:48px; text-align: left; font-family: 'Libre Baskerville', serif;}
#blogFeed .blogThumb a .infoContainer .infoContent .blogThumbDate {color:#fff; font-size:36px; font-family: 'Libre Baskerville', serif;}

#blogFeed .blogThumb a .bigText.infoContainer .infoContent .blogThumbTitle {font-size:36px;}
#blogFeed .blogThumb a .bigText.infoContainer .blogThumbDate {position:absolute; top:0; left; 0; font-size: 11px;font-family: 'Montserrat', sans-serif; display: inline-block;padding: 5%;margin: 0;color: #fff;}
#blogFeed .blogThumb a .smallText.infoContainer .infoContent .blogThumbTitle {font-size: 18px;}
#blogFeed .blogThumb a .smallText.infoContainer .blogThumbDate {position:absolute; top:0; left; 0; font-size: 11px;font-family: 'Montserrat', sans-serif; display: inline-block;padding: 5%;margin: 0;color: #fff;}

#blogFeed .blogThumb a:hover {cursor:pointer;}
#blogFeed .blogThumb a:hover img {opacity: 1; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
#blogFeed .blogThumb a:hover .infoContainer {opacity: 0; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}

#blogFeed .leftThumbs .blogThumb { margin: 0; padding: 0;}


body.blog #blogFeed .feedHeader hr {border-top: 1px solid #000; margin: 20px 40% 40px;}

/* BLOG ENTRY */
body.blog {background-color:#F9F9F9;padding-top: 0px;}
section#blogEntry {padding: 50px 0 40px;margin-top: 0;z-index: 2;}
section#blogEntry .featureImage {padding:0;}
section#blogEntry .featureImage img {width:100%; height:auto;}
section#blogEntry .blogTitle {text-align:center;padding: 0;}
section#blogEntry .blogTitle  .blogType {background-color:#000; color:#fff; font-size: 14px; text-transform:uppercase; padding: 8px 10px 5px;display: inline-block;line-height: 14px; margin:0 auto;}
section#blogEntry .blogTitle h1 {font-size: 56px; margin: 20px 0 ;}
section#blogEntry .blogTitle .blogDate { font-family: 'Libre Baskerville', serif;}
section#blogEntry .blogTitle .smile {width:80px; height:40px; margin:40px auto; display:block; background:transparent url('/_assets/img/logo_SmileGreen.png') no-repeat center center; background-size:contain;}
section#blogEntry .blogTitle hr {border-top:1px solid #000;margin: 40px 40%;}
section#blogEntry .blogBody {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
section#blogEntry .blogBody p {font-size: 14px;  line-height: 22px;  margin: 0 0 20px;}
section#blogEntry .blogBody img {width:100%; height:auto;}
section#blogEntry .blogBody blockquote p {font-size:30px; line-height:36px;}
section#blogEntry .blogBody blockquote .small, 
section#blogEntry blockquote footer, 
section#blogEntry blockquote small {  display: block;  font-size: 80%;  line-height: 1.42857143;  color: #777;  padding: 0;  background-color: rgba(0, 0, 0, 0);  border: 0;}
section#blogEntry .blogBody blockquote {  padding: 10px 20px;  margin: 20px 0;  font-size: 17.5px;  border-left: 5px solid #000;}
section#blogEntry .blogBody .blogVideo {margin:0 0 20px;}
section#blogEntry .blogBody p.blogCaption {background-color: #000;  color: #FFF;  padding: 10px 14px;  font-size: 12px;  display: block; margin: -20px 0 20px;} 
section#blogEntry .blogContent {background-color: #FFF;padding: 30px;margin-top: 0px;}

section#blogEntry .socialIcons {width: 50px; display: inline-block; margin-top: 0;text-align: center;position: absolute;top: 0;right: -50px;}
section#blogEntry .socialIcons ul {padding: 0;width: 100%;display: inline-block;text-align: center;}
section#blogEntry .socialIcons ul>li {list-style: none;width: 100%;/* float: left; */}
section#blogEntry .socialIcons ul>li a.socialShareLink {opacity:.85; display:block; color: #FFF;background-color: #DDD;text-align: center;margin: 0 5px 1px 0;width: 100%;height: 40px;line-height: 40px;font-size: 1.3em;float: left;}
section#blogEntry .socialIcons ul>li a.socialShareLink {background-color:#000;}
section#blogEntry .socialIcons ul>li a.socialShareLink.socialShareFacebook {background-color:#3b5998;}
section#blogEntry .socialIcons ul>li a.socialShareLink.socialShareTwitter {background-color:#00aced;}
section#blogEntry .socialIcons ul>li a.socialShareLink.socialShareGooglePlus {background-color:#dd4b39;}

section#blogEntry .socialIcons ul>li a:hover {opacity:1;}
section#blogEntry .socialIcons ul>li .sharrre .box {opacity:.85; display:block; color: #FFF;background-color: #000;text-align: center;margin: 0 5px 1px 0;width: 100%;height: 40px;line-height: 12px;font-size: 1.3em;padding-top: 8px;}
section#blogEntry .socialIcons ul>li .sharrre .box a.count {color: #FFF;font-size: 12px;line-height: 12px;width: 100%;display: block;text-align: center;}
section#blogEntry .socialIcons ul>li .sharrre .box a.share {font-size: 10px; line-height: 11px; color: #FFF;}


section#blogEntry #footerSocial.socialIcons {width: 100%; display: inline-block; height: 40px;margin: 15px auto;text-align: center; position:relative;right: auto;top: auto;}
section#blogEntry #footerSocial.socialIcons ul {padding: 0;width: 100%;display: inline-block;text-align: center;}
section#blogEntry #footerSocial.socialIcons ul>li {list-style: none;width: 33.3%;float: left;}
section#blogEntry #footerSocial.socialIcons ul>li a.socialShareLink {opacity:.85; display:block; color: #FFF;background-color: #DDD;text-align: center;margin: 0 5px 1px 0;width: 100%;height: 35px;line-height: 40px;font-size: 1.3em;float: left;}
section#blogEntry #footerSocial.socialIcons ul>li a.socialShareLink {background-color:#000;}
section#blogEntry #footerSocial.socialIcons ul>li a.socialShareLink.socialShareFacebook {background-color:#3b5998;}
section#blogEntry #footerSocial.socialIcons ul>li a.socialShareLink.socialShareTwitter {background-color:#00aced;}
section#blogEntry #footerSocial.socialIcons ul>li a.socialShareLink.socialShareGooglePlus {background-color:#dd4b39;}

section#blogEntry #footerSocial.socialIcons ul>li a:hover {opacity:1;}
section#blogEntry #footerSocial.socialIcons ul>li .sharrre .box {opacity:.85; display:block; color: #FFF;background-color: #DDD;text-align: center;margin: 0 5px 1px 0;width: 100%;height: 35px;line-height: 12px;font-size: 1.3em;padding-top: 6px;}
section#blogEntry #footerSocial.socialIcons ul>li .sharrre .box a.count {color: #000;font-size: 12px;line-height: 12px;width: 100%;display: block;text-align: center;}
section#blogEntry #footerSocial.socialIcons ul>li .sharrre .box a.share {font-size: 10px; line-height: 11px; color:#000;}




/* ABOUT 2 */


#about .aboutImageHolder {height: 50%; width:100%; display:block; background-color:transparent;}
#about .aboutImageHolder .aboutImage {height:100%; width:100%; display:block; background-color:transparent;}

#about .aboutContent {padding: 60px 30px 0; display:block;}
#about .aboutContent p.med {font-family: 'Libre Baskerville',serif; font-size: 20px; line-height: 1.2;}
#about .aboutContent h1.intro {text-transform: uppercase; line-height: 20px;height: 30px; font-family: Montserrat,sans-serif; font-size: 34px; color: #000; text-indent: -10000px; overflow: hidden; background: url(/_assets/img/logo_black.png) center left no-repeat; background-size: contain;margin: 0 0 30px;}
#about .aboutContent h1 {text-transform: uppercase; font-family: Montserrat,sans-serif; font-size: 30px; color: #000;margin-bottom: 20px;}
#about .aboutContent img.aboutBeer {max-width: 250px;margin: 0px 0 0 -10px;}
#about .aboutContent p.highlight {font-size:18px; font-weight:bold;}
#about .rightSide {padding-top: 20px;}

#about #smile {position: absolute; height: 51px; background: url(/_assets/img/logo_smileGreen.png) center center no-repeat; background-size: contain; left: 50%; z-index: 100; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); top: 50%; width: 80px;}
#about .aboutContent.beerItem:nth-child(even) {background-color:#f1f1f1;}
#about .foundersPhotoWrapper {position:relative;}
#about .foundersPhotoWrapper .photoCaption {z-index:1; padding:8px 12px; position:absolute; font-size:11px; color:#fff; background-color: rgba(0, 0, 0, 0.65); bottom:10px; left:10px; top: auto; }


/* SHOP */

body.shop {padding-top: 70px;}
#shop {padding-bottom:60px;}

#shop h1 a {color:#000; margin-bottom:10px; display:block;}
#shop h1 a:hover {color:#6ac4a3;}

#shop ul.catalogueList {margin-top:20px;}
#shop .catalogueItemLast .productBoxSmall a {margin-right:0;}
#shop .catalogueItemNotFound {height:0;} 

#shop ul.productList {margin: 0;padding: 0; width: 100%;padding-left: 0;}
#shop ul.productList li {list-style: none;float: left;width: calc(100% / 1);}

#shop ul.productList.productSmall {display: flex;flex-direction: row;flex-wrap: wrap;}
#shop ul.productList li.productItem {display: flex;}

#shop ul.productfeaturelist {margin: 0;padding: 0;display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;padding-left: 0;}
#shop ul.productfeaturelist li {list-style: none; display: flex;float: left;width: calc(100% / 1);}

#shop.homeFeed {background-color:#fff; padding:60px 0 90px;}


/* SHOP NAV */

#shop ul.shopNav {margin: 0 auto; text-align: center;}
#shop ul.shopNav li {float: left; display: inline-block;}
#shop ul.shopNav li a.btn-black {margin-bottom:5px; font-size:10px; padding:5px 8px;}

/* SMALL THUMB */

#shop .productThumb a {color:#000;display:block;padding: 0;position: relative;margin-bottom: 40px;margin: 0 15px 30px;}
#shop .productThumb a img {padding: 0;width: 100%;display: block;height: auto;opacity:.9;transition: all .2s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;}
#shop .productThumb a hr {margin:10px 40%; border-color:#333;}
#shop .productThumb a .productThumbTitle {font-size: 15px;font-family: 'Montserrat', sans-serif;display:block;margin: 20px 0 10px;overflow: hidden;text-overflow: ellipsis;}
#shop .productThumb a .productThumbPrice {font-size:12px; font-family: 'Libre Baskerville', serif;}

#shop .productThumb a .saleTabtrue {display: block; background-color: #ed1c24; width: 50px; text-align: center; color: #fff; font-size: 12px; position: absolute;  padding: 5px; z-index: 100;top: 0;left: 0;}
#shop .productThumb a .saleTabfalse {display:none;}





/* LARGE PRODUCT */

#shop img.zoomImg {background-color:#fff;} 

#shop ul.productList.productLarge {list-style: none; margin: 0; padding: 0;}
#shop ul.productList.productLarge li.productItem {list-style: none;margin: 0;padding: 0;width: 100%;display: block;}
#shop .productLarge .largeImage .largeProductImage {position:relative;}
#shop .productLarge .largeImage .largeProductImage .saleTabtrue {display: block; background-color: #ed1c24; width: 50px; text-align: center; color: #fff; font-size: 12px; position: absolute;  padding: 5px; z-index: 100;top: 0;left: 0;}
#shop .productLarge .largeImage .largeProductImage .saleTabfalse {display: none;}
#shop .productLarge .rrptrue {margin: 0px 10px 5px 0; text-decoration:line-through; color:#ee0000;font-size: 11px;}
#shop .productLarge h1 {font-size: 28px; font-weight: normal; color: #333; text-transform: uppercase; margin-bottom: 20px;}
#shop .productLarge .productDescription li {list-style: initial;}
#shop .productLarge .sizeguide {padding:6px 8px; font-size:11px; margin:10px 0;}


#shop #largeProduct {margin-bottom: 50px;}
#shop #largeProduct .popletThumbs {margin-top:20px;display: block;}
#shop #largeProduct table.productPoplets {margin-bottom:10px; margin:0}
#shop #largeProduct .catProdAttributeTitle {margin-top:10px; text-transform:uppercase; font-size:11px;float: none; display:block;}
#shop #largeProduct .catProdAttributeItem {float: none;margin: 0;}
#shop #largeProduct input.productSubmitInput {height: 34px;text-transform: uppercase;border: none;background-color: #000;color: #FFF;display: block;padding: 3px 0 3px 0;font-size: 14px;margin-bottom: 10px;text-align: center;width: 102px;line-height: 30px;float: right;font-size: 12px;}
#shop #largeProduct .catProductAttributeGroup {float:left; margin-right:10px;}
#shop #largeProduct hr {border-top: 1px solid #c7cace;}
#shop #largeProduct .productInfo {padding: 20px 30px; background-color: #fff; display:block;}
#shop #largeProduct .popletThumbs ul {  margin: 20px 0; padding: 0;display: block;height: 65px;}
#shop #largeProduct .popletThumbs li.productPopletsItem {float: left;display: inline-block;width: auto;}

#shop #largeProduct .socialIcons {width: 100%; display: inline-block; margin-top: 0;text-align: center;position: relative;}
#shop #largeProduct .socialIcons ul {padding: 0;width: 100%;display: inline-block;text-align: center;}
#shop #largeProduct .socialIcons ul>li {list-style: none;width: 50px;float: left;}
#shop #largeProduct .socialIcons ul>li a.socialShareLink {opacity:.7; display:block; color: #000;background-color: transparent;text-align: center;margin: 0 5px 1px 0;width: 100%;height: 40px;line-height: 40px;font-size: 1.3em;float: left;}
#shop #largeProduct .socialIcons ul>li a.socialShareLink {background-color:#000; background-color:transparent;}
#shop #largeProduct .socialIcons ul>li a.socialShareLink.socialShareFacebook {background-color:#3b5998; background-color:transparent;}
#shop #largeProduct .socialIcons ul>li a.socialShareLink.socialShareTwitter {background-color:#00aced; background-color:transparent;}
#shop #largeProduct .socialIcons ul>li a.socialShareLink.socialShareGooglePlus {background-color:#dd4b39; background-color:transparent;}

#shop #largeProduct .socialIcons ul>li a:hover {opacity:1;}
#shop #largeProduct .socialIcons ul>li .sharrre .box {opacity:.85; display:block; color: #FFF;background-color: transparent;text-align: center;margin: 0 5px 1px 0;width: 100%;height: 40px;line-height: 12px;font-size: 1.3em;padding-top: 8px;}
#shop #largeProduct .socialIcons ul>li .sharrre .box a.count {color: #000;font-size: 12px;line-height: 12px;width: 100%;display: block;text-align: center;}
#shop #largeProduct .socialIcons ul>li .sharrre .box a.share {font-size: 10px; line-height: 11px; color: #000;}

#shop #largeProduct .inventoryMessage {display:none; color:red;}

#shop option.disable {text-decoration: line-through;}


#shop #largeProduct select {
   margin: 0 0 10px;
   width: 160px;
   padding: 10px 15px;
   border: 1px solid #F5F5F5;
   height: 40px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: #F5F5F5 url('/_assets/img/dropdownArrow.gif') 135px center no-repeat;
   color: #5F5F5F;
   font-size: 12px;
   border-radius: 0;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    #shop #largeProduct select {
        background:none;
        padding: 5px;
    }
}



/* CART */
td.action .productitemcell a { text-indent: -9999px; overflow: hidden; width: 16px; height: 16px; display: block; background: url(/_assets/img/cartRemove.png) no-repeat 0 0; margin:6px 0 0; }
.table th { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; background-color:#000; color:white; font-weight:bold; font-size:14px; text-transform:uppercase; }
a#catshopbuy { background-color: #777; color: white; display: block; padding: 10px 15px 10px 15px; font-size: 14px; margin-bottom: 10px; text-align: center; line-height: 20px; float:right;}
a:hover#catshopbuy { background-color:#000; }
tr.total { font-size: 18px; font-weight: bold; background-color: #EEE; }
.totalUnits input { width: 20px; }
.cart-table .thumb { width: 40px; display: block; float: left; margin-right: 5px; }
.table th { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; background-color: #000; color: #FFF; font-weight: bold; font-size: 14px; text-transform: uppercase; }
.productitemcell { height: 43px; line-height: 33px; margin: 0 0 3px 0; overflow: hidden; }
.productitemcell img { width:100%; height:auto; }
/* MISC SHOP */
.cartLink { margin:40px; display:block; }
#EmailNow a { background-color: #000000; border: medium none; color: #FFFFFF; display: block; float: right; font-size: 12px; height: 34px; line-height: 30px; margin-bottom: 10px; padding: 3px 4px; text-align: center; text-transform: uppercase; width: 170px; }
.productPopletsItem {  padding:5px; }
#shop #largeProduct .productTextarea { border: 1px solid #DDDDDD; color: #E45CAE; font-size: 12px; height: 60px; margin-top: 5px; padding: 10px; width: 100%; font-style: italic; }
.cut_text_div { font-size: 11px; text-transform: uppercase; }
#cart_no a { padding: 0 25px !important; }
#shop .var th {
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
}

/* CHECKOUT */

.shop-checkout {margin-bottom:60px;}
.shop-checkout span.amount {font-size: 30px;}
.shop-checkout .page-header {padding-bottom: 9px; margin: 0 0 20px; border-bottom: 1px solid #EEE;}
.shop-checkout .checkbox label {font-size: 14px;}

#checkoutLogin {padding:0 0 40px 0;}
#checkoutLogin .btn-login {margin:0 0 30px 0;}
#checkoutLogin .form-group {margin-bottom: 10px;}





/* MY ACCOUNT */


body.myaccount {}

#myAccount {padding: 0 0 60px;}
#myAccount .pageContainer { background-color: #fff; padding: 30px; border:0;}



/* FRIENDS PAGE */


#friendsHeaderParallax {height:40%;}


/* PAGE TEMPLATE */

#page {margin-bottom:100px;}



/* STORE LOCATOR */
.storelocator-panel {padding-bottom:15px;}
#storeLocatorWrapper {height:auto;display:block;color: #fff;background-color: #1d1d1d;padding: 0 0 15px;margin-bottom: 0px;}
#storeLocatorWrapper .container-fluid {height:auto;}
#storeLocatorWrapper .container-fluid #storeLocator {position:relative;display:block;margin-bottom: 0px;height: auto;}
#map {position:relative;display:block;height: 300px;}
#sidebar {height: auto;display: block;overflow-y: scroll;}

#storeLocatorWrapper h1 {margin-top: 30px; font-size: 30px;}

.storelocator-panel .location-search {padding:5px 0;}
.storelocator-panel .location-search input {border:none; width:100%; margin:0;}

#gmap {width: 100%; height:100%; display:block;}
.gm-style-iw {font-family:'Montserrat', sans-serif; font-size:11px; color:#000;}
.gm-style-iw h3 {font-family:'Montserrat', sans-serif;font-size: 16px;text-transform: uppercase;}
.gm-style-iw hr {margin: 7px 0;}
.gm-style-iw a.btn-location {color: #000!important; background-color: #d8d8d8; border-color: #fff; border-width: 1px; padding: 5px 10px; margin-right: 2px; font-size: 12px;}
.gm-style-iw a.btn-location:hover {color: #fff!important; background-color: #000; border-width: 1px; padding: 5px 10px; margin-right: 2px; font-size: 12px;}
.gm-style-iw a.btn-location.undefined {display:none;}

.locBlock {padding: 1px 15px; background-color: #fff; border: solid 3px #f1f1f1; margin: 0;}
.locBlock h3 {font-size: 16px; color: #000; margin-top:15px; font-family:'Montserrat', sans-serif; }

.active .locBlock {background-color: #68b99c;border: solid 3px #68b99c;box-shadow:0 0 0 #ffffff;color: #fff;}
.active .locBlock h3 {color:#fff;}

a#ullist_a_all span {
    padding: 6px 12px;
    background-color: #68b99c;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-top: -10px;
}

a#ullist_a_all {
    display: block;
    width: 100%;
}

ul.ullist.controls {position: relative;}

ul#store-list li {
    list-style: none;
}

/**** TINS OF GLORY ****/

.tog-btns .btn {position:relative;}
.tog-btns .btn small {font-size:10px; color:666;}
.tog-btns .btn .soldOut {position:absolute;width:100%;height:100%;border: 2px solid rgba(255, 0, 0, 0.75);color: #fff;background-color: rgba(255, 0, 0, 0.75);top: 0;left: 0;}
.tog-btns .btn .soldOut p {
    transform: rotate(-12deg);
    padding-top: 18px;
}

/**** BREWERY TOUR ****/

.breweryTour .eventItem {border:1px solid #f1f1f1;padding: 5px;line-height: 30px;}
.breweryTour .eventItem.headerRow {background:#000;color: #c7c7c7;line-height: 25px;}
.breweryTour input#Price {background: #fff;border: 0;font-size: 30px;padding:0;box-shadow: none;}

.breweryTour #codeFormWrap .discountForm {display:block;}
.breweryTour #codeFormWrap.valid .discountForm {display:none;}

.breweryTour #codeFormWrap .codeSuccess {display:none;}
.breweryTour #codeFormWrap.valid .codeSuccess {display:block;}





/**** JOBS ****/

#jobs {min-height:800px; display:block;}
#jobs .jobDetail {padding: 20px 30px; border: 1px solid #afafaf; margin-bottom:30px;}
#jobs .jobDetail .jobForm {padding:30px;box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.04);background-color: #f1f1f1;border: 1px solid #d2d2d2;}


/*** GROWLER CARE ***/

.growlerHero {width:100%;}
.growlerHero img {width:100%; height:auto;}
.growlerContent {margin-top:70px; margin-bottom:70px; display:block;}
.growlerContent h1 {margin-top:0px; font-weight: 600;}
.growlerContent lead {font-family:'Libre Baskerville', serif; font-size:18px; margin-top: 30px; display: block;}
.growlerContent ol {margin:20px 0;padding: 0 0 0 15px;}
.growlerContent ol li {margin: 0px;padding: 8px 0px 8px 20px;}
.growlerContent .topContent {margin-bottom:20px; display:block;}



/* TAP ROOM */

#tapRoom .hero {border: 0px solid #fff; display: block; height:80%; width:100%; position:relative;}
#tapRoom .hero .heroContainer {display: block;width:100%; max-width: 100%;margin: 0 auto 0;height: 100%;border-radius: 0;position: relative;color: #FFF;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;}
#tapRoom .hero .heroContainer .innerInformation {position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: inline-block;}
#tapRoom .hero .heroContainer .innerInformation .title {font-size:18px; color:#fff;}
#tapRoom .hero .heroContainer .title {display:block;max-width: 100%;text-align:center;margin:0 auto;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);text-align: center;width: 100%;}
#tapRoom .hero .heroContainer .title .titleText {font-family: 'Montserrat', sans-serif;font-size: 48px; color:#fff;}
#tapRoom .hero .heroContainer .title .subText {font-family: 'Libre Baskerville', serif;font-size: 36px;} 
#tapRoom .hero a.arrow {position: absolute; bottom: 5%; color: #fff; left: 50%; font-size: 25px; padding: 0; border-radius: 50%; width: 40px; height: 40px; text-align: center; margin-left: -20px; line-height: 50px;}
#tapRoom .hero img.smile {max-width:100px;}

#tapRoom .tapRoomPlax {border: 0px solid #fff; display: block; height:70%; width:100%; position:relative;}
#tapRoom .tapRoomPlax .plaxTitle {letter-spacing: 1px; padding: 15px; border:5px solid #fff; color:#fff; font-size:3em; font-weight:bold; display:inline-block;max-width: 100%;text-align:center;margin:0 auto;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

#tapRoom .tapRoomImage {margin:0; position:relative;}
#tapRoom .tapRoomImage .photoCaption {z-index:1; padding:8px 12px; position:absolute; font-size:11px; color:#fff; background-color: rgba(0, 0, 0, 0.65); bottom:10px; left:10px; top: auto; }
#tapRoom .tapRoomImage img {width:100%; height:auto;}
#tapRoom .tapRoomContent {padding: 60px 30px 60px; display:block;}
#tapRoom .tapRoomContent.faq .faqRow {margin-bottom:50px;}
#tapRoom .tapRoomContent .line {width:50px;height:0;border-top: solid 3px #000;margin: 30px 0;}
#tapRoom .tapRoomContent h2.venueTitle {font-size:14px; color:#6BC4A4; font-family: Montserrat,sans-serif;}
#tapRoom .tapRoomContent h3.guestNumber {font-size:2em; font-family: Montserrat,sans-serif;}
#tapRoom .tapRoomContent p {font-size:14px;}
#tapRoom .tapRoomContent p.med {font-family: 'Libre Baskerville',serif; font-size: 20px; line-height: 1.2;}
#tapRoom .tapRoomContent h1.intro {text-transform: uppercase; line-height: 20px;height: 30px; font-family: Montserrat,sans-serif; font-size: 34px; color: #000; text-indent: -10000px; overflow: hidden; background: url(/_assets/img/logo_black.png) center left no-repeat; background-size: contain;margin: 0 0 30px;}
#tapRoom .tapRoomContent h1 {text-transform: uppercase; font-family: Montserrat,sans-serif; font-size: 30px; color: #000;margin-bottom: 20px;}
#tapRoom .tapRoomContent img.aboutBeer {max-width: 250px;margin: 0px 0 0 -10px;}
#tapRoom .tapRoomContent p.highlight {font-size:18px; font-weight:bold;}
#tapRoom .tapRoomContent .tapRoomPricing {font-family: 'Libre Baskerville',serif;font-size: 14px;line-height: 1.8;margin-bottom: 10px;}
#tapRoom .tapRoomContent table.venuePrices,
#tapRoom .tapRoomContent table.venuePrices tr,
#tapRoom .tapRoomContent table.venuePrices td {border:0;}
#tapRoom .tapRoomContent table.venuePrices tr.days {font-family: 'Libre Baskerville',serif; font-size:10px;}
#tapRoom .tapRoomContent table.venuePrices tr.price {font-size: 23px; font-weight: bold; letter-spacing: 2px;}
#tapRoom .tapRoomContent table.venuePrices tr.includes td .includesTitle {font-size: 8px; font-family: 'Libre Baskerville',serif;}
#tapRoom .tapRoomContent table.venuePrices tr.includes td .includesInfo {font-size: 12px; font-weight:bold; }
#tapRoom .tapRoomContent .btn {margin-bottom:15px;}
#tapRoom .rightSide {padding-top: 0px;}
#tapRoom .serifFont {font-family:'Libre Baskerville',serif;}
#tapRoom #smile {position: absolute; height: 51px; background: url(/_assets/img/logo_smileGreen.png) center center no-repeat; background-size: contain; left: 50%; z-index: 100; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); top: 50%; width: 80px;}


/***********************/
/**** MEDIA QUERIES ****/
/***********************/

@media (min-width: 768px) {
   
    
    body {padding: 130px 0 0 0;}
    body.home {padding-top:0;}
   
    #header .navbar-default {font-family: 'Montserrat', sans-serif; background-color: rgba(0, 0, 0, 0);border: none;margin: 20px 20px 20px 8px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
    #header a.navbar-brand {font-family: 'Montserrat', sans-serif; font-size: 24px; margin: 0 0 0 15px;text-indent: -10000px;overflow: hidden; background-size: contain; width:150px;}
    #header .navbar-default .navbar-nav>li>a {text-transform: uppercase;padding: 15px 6px;font-size: 12px;}

    #header.white a.navbar-brand {  color: #FFF; background: transparent url('/_assets/img/logo_white.png') no-repeat center left;}
    #header.white .navbar-default .navbar-nav>.active>a, 
    #header.white .navbar-default .navbar-nav>.active>a:focus, 
    #header.white .navbar-default .navbar-nav>.active>a:hover { color: #FFF; background-color: rgba(0, 0, 0, 0);}
    #header.white .navbar-default .navbar-nav>li>a {color: #FFFFFF; text-transform: uppercase;}
    #header.white .navbar-default .navbar-nav>li>a:focus, 
    #header.white .navbar-default .navbar-nav>li>a:hover {color:#fff;}
    #header.white .navbar-default .navbar-nav>.active.open>a {background-color: #E7E7E7;}
    
    
    #header.black a.navbar-brand {color: #000;background: transparent url('/_assets/img/logo_black.png') no-repeat center left;background-size: contain;}
    #header.black .navbar-default .navbar-nav>.active>a, 
    #header.black .navbar-default .navbar-nav>.active>a:focus, 
    #header.black .navbar-default .navbar-nav>.active>a:hover { color: #000; background-color: rgba(0, 0, 0, 0);}
    #header.black .navbar-default .navbar-nav>li>a {color: #333;}
    #header.black .navbar-default .navbar-nav>li>a:focus, 
    #header.black .navbar-default .navbar-nav>li>a:hover {color:#000;}
    #header.black .navbar-default .navbar-nav>.active.open>a {background-color: #E7E7E7;}
    
    #header.scrolled .navbar {background-color: #fff; margin: 0; padding: 10px; transition: all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
    #header.scrolled a.navbar-brand { background-image:url('/_assets/img/logo_black.png');}
    #header.scrolled .navbar-default .navbar-nav>.active>a, 
    #header.scrolled .navbar-default .navbar-nav>.active>a:focus, 
    #header.scrolled .navbar-default .navbar-nav>.active>a:hover { color: #000; background-color: rgba(0, 0, 0, 0);}
    #header.scrolled .navbar-default .navbar-nav>li>a { color: #333;}
    #header.scrolled .navbar-default .navbar-nav>li>a:focus, 
    #header.scrolled .navbar-default .navbar-nav>li>a:hover {color:#6BC4A4;}
    
    #header .navbar-default .navbar-brand {color: #fff;font-family: 'Oswald', sans-serif;width: 100px;}
    #header .navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}
    #header .navbar-default .navbar-toggle {border-color: rgba(0, 0, 0, 0); border-radius:0;}
    #header .navbar-default .navbar-toggle:focus, header .navbar-main .navbar-toggle:hover {background-color: #5298D8;}
    
    #header .navbar-default .navbar-toggle {border: none; background: transparent !important;}
    #header .navbar-default .navbar-toggle:hover {background: transparent !important;}
    #header .navbar-default .navbar-toggle .icon-bar {width: 22px; transition: all 0.2s;}
    #header .navbar-default .navbar-toggle .top-bar {transform: rotate(45deg); transform-origin: 10% 10%;}
    #header .navbar-default .navbar-toggle .middle-bar {opacity: 0;}
    #header .navbar-default .navbar-toggle .bottom-bar {transform: rotate(-45deg); transform-origin: 10% 90%;}
    #header .navbar-default .navbar-toggle.collapsed .top-bar { transform: rotate(0);}
    #header .navbar-default .navbar-toggle.collapsed .middle-bar { opacity: 1;}
    #header .navbar-default .navbar-toggle.collapsed .bottom-bar {transform: rotate(0);}
    
    
    #header ul li.active a {color: #6BC4A4!important;}
    
    
    #header a#cartCount {padding: 15px;color:#000;text-decoration: none!important;}
    #header a#cartCount:hover {color:#6BC4A4;}
    
    #header ul li.cartSummary {margin-top:15px;}
    
    #header ul.dropdown-menu {background-color: #e7e7e7;border: 0;box-shadow: none;transition: all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
    
    #header ul.dropdown-cart {min-width:250px;margin: 13px 0 0 0;padding-bottom: 0;border-radius: 0;}
    
    #header ul.dropdown-cart li {display:block;padding: 5px;margin: 0;}
    #header ul.dropdown-cart li a {color:#000; display:block;padding: 5px;}
    #header ul.dropdown-cart li:hover .item-info {color:#6BC4A4!important;}
    #header ul.dropdown-cart li:hover{ background-color:#f3f3f3; }
    #header ul.dropdown-cart li:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
    #header ul.dropdown-cart li .item-left{float:left;width: 100%;}
    #header ul.dropdown-cart li .item-left img {float:left; width:25%; height:auto;margin-right: 5%;}
    #header ul.dropdown-cart li .item-left span.item-info{float: left; width:70%;}
    #header ul.dropdown-cart li .item-left span.item-info{}
    #header ul.dropdown-cart li .item-left span.item-info span{ display:block;}
    #header ul.dropdown-cart li .item-right{float:right;}
    #header ul.dropdown-cart li .item-right button{margin-top:14px;}
    #header ul.dropdown-cart li .item-left span.item-info span.productName {color: #000; font-size: 14px;width: 70%;float: left;margin-top: 10px; text-align:left;display: block;overflow-x: hidden;text-overflow: ellipsis;}
    #header ul.dropdown-cart li .item-left span.item-info span.productPrice {color: #000; font-size: 14px;width: 30%;float: left;margin-top: 10px; text-align:right;}
    #header ul.dropdown-cart li.divider {margin:0;padding: 0;}
    #header ul.dropdown-cart li.viewCart {margin:0;padding: 0;}
    #header ul.dropdown-cart li.viewCart a.btn-black {background-color: #6BC4A4;color: #fff!important;padding: 10px;border: 0;}
    #header ul.dropdown-cart li.viewCart a.btn-black:hover {background-color: #333;}
    
    #header ul.dropdown-cart li.active a {background-color:transparent;}

    div#messageBox {padding:30px 20px;}
    div#messageBox p {font-size:14px;}
    
    #footer {text-align:left;padding: 60px 0 200px;}
    #footer ul {list-style: none; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0px;}
    #footer img.footerLogo {width: 50%;margin: 20px auto 40px;}
    
    
    #about .aboutImageHolder {height:100%; width:100%; display:block; background-color:transparent;}
    #about .aboutImageHolder .aboutImage {height:100%; width:100%; display:block; background-color:transparent;}
    
    #about .aboutContent {padding: 100px 0 60px;display:block;}
    #about .aboutContent p.med {font-family: 'Libre Baskerville',serif; font-size: 20px; line-height: 1.2;z-index: 1;}
    #about .aboutContent h1.intro {text-transform: uppercase; line-height: 20px;height: 30px; font-family: Montserrat,sans-serif; font-size: 34px; color: #000; text-indent: -10000px; overflow: hidden; background: url(/_assets/img/logo_black.png) center left no-repeat; background-size: contain;margin: 30px 0 30px;}
    #about .aboutContent h1 {text-transform: uppercase; font-family: Montserrat,sans-serif; font-size: 48px; line-height:58px; color: #000;z-index: 1;}
    #about .aboutContent img.aboutBeer {max-width: 330px;margin: 0 0px 0 130px;z-index: 0;top: 12px;left: 0;}
    
    #about .rightSide {padding-top: 60px;}
    

    #about .aboutContent.beerItem .leftSide {display: inline-block;padding-top: 0px;}
    #about .aboutContent.beerItem .leftSide img {float: none;}
    #about .aboutContent.beerItem .rightSide {padding-top: 0px;}
    
    #about #smile {margin-top: -25px; top: 380px; width: 60px; position: fixed;}
    
    #homeFriendsParallax a .friendsTitleContainer .friendsTitle {font-size:4em;}
    
    
    #homeBeerFeature {height: 80%; display: block; padding:100px 0; max-height:950px;}
    #homeBeerFeature div {height:100%;display:block;}
    #homeBeerFeature .leftImage img {height:100%;float:right;max-width: 1000px;}
    #homeBeerFeature .homeBeerFeatureInfo {display:block; margin:0 auto; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height:auto;}
    #homeBeerFeature .btn {margin-top:25px; font-size:12px;}
    #homeBeerFeature .homeBeerFeatureInfo h1 {font-size: 28px;}
    #homeBeerFeature .homeBeerFeatureInfo h3 {font-size: 24px;}
    
    #homeAbout {height:100%; width:100%; display:block; color:#fff;}
    
    #blogFeed {padding: 120px 0; background-color: #fff;}
    #blogFeed .blogThumb {padding: 0;margin: 0;}
    #blogFeed .rightThumbs .blogThumb a {margin: 0 5px 10px;}
    
    body.blog #blogFeed .blogThumb {padding: 0 10px;margin: 0;}

    section#blogEntry {padding-top:120px;}

    body.shop {padding-top: 110px;}

    
	#shop ul.productList li.productItem,
    #shop ul.productList li.productItemLast,
    #shop ul.productfeaturelist li.productItem {display: flex; width: calc(100% / 2);}
}


@media (min-width: 992px) {
    
    #header .navbar-default {margin: 10px 10px 10px 8px;}
    #header a.navbar-brand {font-family: 'Montserrat', sans-serif; font-size: 24px; margin: 0 0 0 15px;text-indent: -10000px;overflow: hidden; background-size: contain; width:150px;}
    #header .navbar-default .navbar-nav>li>a {text-transform: uppercase;padding: 15px 6px;font-size: 12px;letter-spacing: 1px;}
    
    #header.white a.navbar-brand, #header.black a.navbar-brand {font-size: 34px;background-size: contain;width: 100px;}
    
    #about .aboutContent h1 {text-transform: uppercase; font-family: Montserrat,sans-serif; font-size: 48px;line-height: 48px; color: #000;z-index: 1;margin-bottom: 20px;}
    #about #smile {width: 103px;}
   	#about .aboutContent img.aboutBeer {max-width: 330px;margin: -30px 0 0 130px;}

    #homeFriendsParallax a .friendsTitleContainer .friendsTitle {font-size:6em;}

    #blogFeed.homeFeed {padding: 70px 0;}

    body.shop {padding-top: 150px;}
    
    #storeLocatorWrapper {height:80%;display:block;color: #fff;background-color: #1d1d1d;padding: 30px 20px 40px;}
	#storeLocatorWrapper .container-fluid {height:100%;}
	#storeLocatorWrapper .container-fluid #storeLocator {position:relative;display:block;margin-bottom: 0px;height: 100%;}

    #map {position:relative;display:block;height: 100%;}
    #sidebar {height: 100%;display: block;overflow-y: scroll;}
    
    #storeLocatorWrapper h1 {margin-top: 0; font-size: 30px;}

    #shop ul.productList li.productItem,
    #shop ul.productList li.productItemLast,
    #shop ul.productfeaturelist li.productItem {display: flex; width: calc(100% / 3);}
    
    #shop ul.shopNav li {float: left; display: inline-block;}
    #shop ul.shopNav li a.btn-black {margin-bottom:5px; font-size:12px; padding:6px 10px;}

}


@media (min-width: 1200px) {
    #about .aboutContent img.aboutBeer {max-width: 330px;margin: 0px 0 0 130px;}

    #blogFeed.homeFeed {padding: 100px 0;}

    section#blogEntry .blogContent { padding: 60px;}
    
}