
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
*::-moz-selection {
    background: none repeat scroll 0 0 #ddd;
    color: #000000;
}
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
html, body {
    font-size: 100% !important;
    height: 100%;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus {
    color: #000000;
}
a:active {
    color: #000000;
}
.single-post article > p:nth-of-type(2) {
    font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
    float: left;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.25;
    margin: 0 0 0.5em;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #111111;
}
h1, .h1 {
    font-size: 3em;
    margin: 0;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.5em;
}
h4 {
   
    font-size: 1.15em;
}
h5 {
    font-size: 1em;
}
h6 {
}
img {
    height: auto;
    width: 100%;
}
p {
    float: left;
    font-family: "source-sans-pro",sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin: 0.75em 0;
    width: 100%;
}
button, .button {
    background-color: #DDDDDD;
    border: medium none;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 0.75rem 1.5rem 0.85rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #1CFFC2;
}
.button-round {
    border-radius: 6px;
}
.center-text {
    text-align: center;
}
.right {
    float: right !important;
}
.right-text {
    text-align: right;
}
.left {
    float: left !important;
}
.left-text {
    text-align: right;
}
.no-padding {
    padding: 0 !important;
}

.centering {
   width: 50%;
   margin-left: auto;
   margin-right: auto;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    margin: 0 0 1em;
    padding: 0.5em;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #999999;
    box-shadow: 0 0 5px #999999;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #999999;
    outline: medium none;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #DDDDDD;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1em;
}
input[type="file"] {
    width: 100%;
}
.row {
    margin: 0 auto;
    max-width: 62.5em;
    width: 100%;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.column, .columns {
    float: left;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
    width: 100%;
}
.centered {
    float: none !important;
    margin: 0 auto;
}

nav li a {
    color: #000 !important;
    display: block;
    float: left;
    padding: 14px;
    position: relative;
    z-index: 2;
}

nav li a.active{
background-color: #999;
}


nav li a:hover {


}

nav li a {
    background-color: #f1f1f1;
    border-radius: 3px;
}
nav li a:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: -1;
}
nav li a:hover:after {
    width: 100%;
}

nav a#pull {
    display: none;
}

#our-crew .crew-member{
    margin-bottom: 1em;
    float: left;
    background-color: #000;
    width: 100%;
	padding: 0 .1em;
}

/*= MEDIA QUERY SMALL - MOBILE
--------------------------------------------------------*/


@media only screen and (max-width: 40em) {
.small-1 {
    position: relative;
    width: 8.33333%;
}
.small-2 {
    position: relative;
    width: 16.6667%;
}
.small-3 {
    position: relative;
    width: 25%;
}
.small-4 {
    position: relative;
    width: 33.3333%;
}
.small-5 {
    position: relative;
    width: 41.6667%;
}
.small-6 {
    position: relative;
    width: 50%;
}
.small-7 {
    position: relative;
    width: 58.3333%;
}
.small-8 {
    position: relative;
    width: 66.6667%;
}
.small-9 {
    position: relative;
    width: 75%;
}
.small-10 {
    position: relative;
 /*   width: 83.3333%; */
}
.small-11 {
    position: relative;
    width: 91.6667%;
}
.small-12 {
    position: relative;
    width: 100%;
}
.hide-for-small {
    display: none;
}

.centered-small {
    float: none !important;
    margin: 0 auto;
}


#banner {
    width: 100% !important;

}

nav {
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em !important;
    width: 100%;
}
nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: none;
}
nav li {
    float: left;
    min-width: 100%;
}
nav li a {
   
    color: #000;
    display: block;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 12px 0 !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 2;
    border-radius: 0 !important;
}

nav li a:hover{
   
   background-color: #ddd;
}

nav li i {
    display: none !important;
}
nav li span {
    float: none !important;
}
nav li a:hover:after {
    width: 0 !important;
}

nav a#pull {
        display: block;
        background-color: #999;
        width: 100%;
        position: relative;
        color: #000;
        text-align: center;
        border-radius: 6px 6px 0 0;
        padding: 1em 0;
        text-transform: uppercase;
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 900;
    }


    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: -50px;
    }

    #banner {
        border-radius: 0!important;
    }

    #our-story {
    background-repeat: no-repeat;
    background-position: right top !important;
    background-size: 350% !important;

}

#our-crew .crew-member{
    margin-bottom: 1em;
    float: none;
    background-color: #000;
    width: 100%;
	padding: 0 .1em;
	height: auto;
}

}

/*= MEDIA QUERY MEDIUM - TABLET
--------------------------------------------------------*/

@media only screen and (min-width: 40.063em) {
.medium-1 {
    position: relative;
    width: 8.33333%;
}
.medium-2 {
    position: relative;
    width: 16.6667%;
}
.medium-3 {
    position: relative;
    width: 25%;
}
.medium-4 {
    position: relative;
    width: 33.3333%;
}
.medium-5 {
    position: relative;
    width: 41.6667%;
}
.medium-6 {
    position: relative;
    width: 50%;
}
.medium-7 {
    position: relative;
    width: 58.3333%;
}
.medium-8 {
    position: relative;
    width: 66.6667%;
}
.medium-9 {
    position: relative;
    width: 75%;
}
.medium-10 {
    position: relative;
    width: 83.3333%;
}
.medium-11 {
    position: relative;
    width: 91.6667%;
}
.medium-12 {
    position: relative;
    width: 100%;
}
.hide-for-medium {
    display: none;
}

nav {
    clear: both;
    float: none;
    margin-top: 1em !important;
    width: 100%;
}
nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
nav li {
    float: left;
    width: 19%;
    margin: 0 0.5%;
}
nav li a {
    display: block;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 12px  !important;
    position: relative;
    text-decoration: none;
    z-index: 2;
    width: 100%;
}
nav li span {
    font-size: 0.85em !important;
}
nav li i {
    display: inline-block !important;
    font-size: 1.5em !important;
}
nav li a:hover:after {
    width: 0 !important;
}

#banner {
    width: 50% !important;

}

#our-story {
    background-repeat: no-repeat;
    background-position: right top !important;
    background-size: 250% !important;

}

#our-crew .crew-member{
    margin-bottom: 1em;
    float: none;
    background-color: #000;
    width: 100%;
	padding: 0 .1em;
	height: auto;
}

}


/*= MEDIA QUERY LARGE - DESKTOP
--------------------------------------------------------*/
@media only screen and (min-width: 64.063em) {
.hide-for-large {
    display: none;
}
.large-1 {
    position: relative;
    width: 8.33333%;
}
.large-2 {
    position: relative;
    width: 16.6667%;
}
.large-3 {
    position: relative;
    width: 25%;
}
.large-4 {
    position: relative;
    width: 33.3333%;
}
.large-5 {
    position: relative;
    width: 41.6667%;
}
.large-6 {
    position: relative;
    width: 50%;
}
.large-7 {
    position: relative;
    width: 58.3333%;
}
.large-8 {
    position: relative;
    width: 66.6667%;
}
.large-9 {
    position: relative;
    width: 75%;
}
.large-10 {
    position: relative;
    width: 83.3333%;
}
.large-11 {
    position: relative;
    width: 91.6667%;
}
.large-12 {
    position: relative;
    width: 100%;
}
.hide-for-large {
    display: none;
}

nav {
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    float: none;
    margin: 1em auto 0 !important;
    width: 100%;
}
nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
nav li {
    float: left;
    margin-left: 1em;
    width: auto !important;
}
nav li a {
    
    display: block;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-right: 0 !important;
    padding: 12px 14px !important;
    position: relative;
    text-decoration: none;
    z-index: 2;
}
nav li i {
    display: inline !important;
    font-size: 2em !important;
}
nav li span {
    font-size: 1.25em !important;
}
nav li a:hover:after {
    width: 100% !important;
}

nav li a:hover {
     background-color: #ccc;

}

#banner {
    width: 30% !important;

}

#our-story {
    background-repeat: no-repeat;
    background-position: right center !important;
    background-size: 158% !important;

}


}
/*= END MEDIA QUERY's
--------------------------------------------------------*/

header {
    background-color: #000;
    width: 100%;
    padding: 1em 0;
    color: #fff;
    font-family: "brandon-grotesque",sans-serif;
    float: left;
    z-index: 999;
    position: fixed;
}

header h2 {
    font-size: 1.5em;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.075em;
    text-align: center;
    font-weight: 600;
    margin: 0 0 0.125em 0;
}

header h3 {
    font-size: 1em;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.5em;
    text-align: center;
    font-weight: 200;
    color: #f1f1f1;
}

header ul {

}

header li {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.085em;

}


section {
    width: 100%;
    padding: 4em 0;
    float: left;
    position: relative;
    z-index: 998;
}

#banner {
    background-color: #000;
    top: -5em;
    width: 30%;
    margin: 0 auto;
    color: #f1f1f1;
    text-align: center;
    padding: 1em;
    z-index: 999;
    position: relative;
    font-size: 18px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 10px 0;
    border: solid 1px #333;
}


#slider {
    background-color: #000;
    z-index: 9;
    overflow: hidden;
    padding: 0 !important;
    max-height: 600px;
    background-image: url("../images/pattern.png");
    margin-top: 90px;
}

#our-brands {
    background-color: #fff;

}

#wrapper {
    height: 320px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    float: left;
}

#carousel img {
    display: block;
    float: left;
    width: 33%;
    height: auto;
    -moz-padding-start: 40px;
  -webkit-padding: 0px;
}
#prev, #next {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 320px;
    position: absolute;
    top: 0;
    width: 5%;
    
}


#prev:hover, #next:hover {
    background-color: rgba(26, 144, 150, 0.8);
}
#prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}
#next {
    right: 0;
    border-radius: 10px 0 0 10px
}
#pager {
    bottom: 10px;
    left: 50%;
    margin-left: -470px;
    position: absolute;

}
#pager a {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin: 0 5px 0 0;
    width: 10px;
}
#pager a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
    display: none;
}
#pager a.selected {
    background-color: #FFFFFF;
}


#photo-slider {
    float: left;
    height: 310px;

}
#wrapper img {
    width: auto !important;
}
#our-story {
    background-color: #054751;
    color: #fff;
    background-image: url(../img/bg-story.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150%;

}

#craft-beer {
    background-color: #fff;
}

.area{
    margin-bottom: 2em;
}

.area .img-box {
    padding: 2em;

}

#our-crew {
    background-color: #334345;

}

#our-crew .crew-member{
    margin-bottom: 1em;
    float: left;
    background-color: #000;
    width: 100%;

}

#our-crew .crew-photo{
    margin-bottom: 1em;

}

#our-crew h3{
    color: #fff;
    font-size: 1.25em;
    text-align: center;

}
#our-crew h4{
    color: #999;
    font-size: 0.85em;
    text-align: center;
}


#contact {
    background-color: #000;
    color: #f1f1f1;
    font-family: "source-sans-pro",sans-serif;
    letter-spacing: 0.075em;
 
}

#contact a{
    color: #f1f1f1;
}

#contact a:hover{
    color: #ccc;
}

#contact p {
    text-align: center;
}

.logo {
    margin-bottom: 1em;
}

.logo h2 {
    font-size: 1.5em;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.075em;
    text-align: center;
    font-weight: 600;
    margin: 0 0 0.125em 0;
}

.logo h3 {
    font-size: 1em;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.5em;
    text-align: center;
    font-weight: 200;
    color: #f1f1f1;
}

#slider, #our-brands, #our-story, #our-crew, #contact {
	height:  auto;
}
 #craft-beer {
	height: auto;
}

#content {
	height: auto;
}

#our-brands #banner, #our-story #banner, #our-crew #banner, #contact #banner {
	z-index: 2000;
}
#craft-beer #banner {
	z-index: 2000;
}

.custom {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.top {
  margin-left: auto;
  margin-right: auto;
  float: none; 
}


hr {
   display: block;
   position: relative;
   padding: 1em 0em 0em 0em;
   margin: 8px auto;
   height: 0;
   width: 80%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}