@charset "UTF-8";
/*
 * Author: William Chong
 * Compiler: Gulp
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* 
 * Author: Justin Masse

 * SASS Mixins
 */
/*
-----------------------
      Variables
-----------------------
*/
/*
-----------------------
        IMPORTS
-----------------------
*/
/*
-----------------------
        FUNCTIONS
-----------------------

-----------------------------------------
*Set a rem font size with pixel fallback*
-----------------------------------------

Rem is similar to the em value, but instead of being relative to the parent element it’srelative to the font-size set in the <html>.
It has all the benefits of em but you don’t get issues with e.g (compounding) since rem is only relative to the html element. 
The bad part is there’s no support for rem units in IE8 and below. But with this mixin we can create a fallback to pixels when rem isn’t supported.

-------------
    Usage
-------------
p {
  @include font-size(14px)
}

-------------
   Output
-------------
p {
  font-size: 14px; //Will be overridden if browser supports rem
  font-size: 0.8rem;
}
*/
/*
-----------------------------------------
*Set rem line height with pixel fallback*
-----------------------------------------

This mixin sets the line height in rem's with a px fallback.

-------------
    Usage
-------------
body {
  @include line-height (16);
}

-------------
   Output
-------------
body {
  line-height: 16px;
  line-height: 2rem;
}
*/
/*
-----------------------------------------
*******Animations and keyframes**********
-----------------------------------------

Animations are always a pain to create with all the vendor prefixes and what not. 
But with the help of this mixin it will boil down to just a few lines of code.

-------------
    Usage
-------------
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/*
-----------------------------------------
***************Transitions***************
-----------------------------------------

As with animations, transitions also make your code quite bloated which can hurt the readability. 
But this is also solved by using a mixin for it.

-------------
    Usage
-------------
a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}
*/
/*
-----------------------------------------
**********Cross browser opacity**********
-----------------------------------------

This mixin ensures cross browser opacity all the way down to Internet Explorer 5. 
Though if you have to optomize for IE5, you have a lot bigger problems than opacity, godspeed my friend.

-------------
    Usage
-------------
.faded-text {
  @include opacity(0.8);
}
*/
/*
-----------------------------------------
****************Clearfix*****************
-----------------------------------------

There’s a lot of different clearfix hacks out there on the web. 
This one is created by (Nicolas Gallagher) and I’ve found it to be the most solid one. Works in IE6 and up.

-------------
    Usage
-------------
.container-with-floated-children {
  @extend %clearfix;
}
*/
/*
-----------------------------------------
*******Visually hide an element**********
-----------------------------------------

When you hide an element with display: none, that prevents screen readers from reading it to the user. 
Sometimes that’s fine, but in other cases this will make the site hard to use for people with screen readers. 
Thus, we have to use another technique for hiding elements while at the same time make them accessible.
In this example, we are using the Sass placeholder selector since the output will always be the same, 
which enables us to reduce repetetive code in the output.

-------------
    Usage
-------------
<button class="mobile-navigation-trigger">
  <b class="visually-hidden">Open the navigation</b>
  <img src="img/mobile-navigation-icon.svg">
</button>
.visually-hidden {
  @extend %visuallyhidden;
}
*/
/*
-----------------------------------------
************Retina Images****************
-----------------------------------------

This mixin by Jason Zimdars is a breeze to use and offers a greater visual 
experience to those that are lucky enough to have a retina device.

-------------
    Usage
-------------
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }

 -------------
   Output
-------------
div.logo {
  background: url("logo.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  div.logo {
    background-image: url("logo2x.png");
    background-size: 100px 25px;
  }
}
*/
/*
-----------------------------------------
*********Absolute Positioned*************
-----------------------------------------

Pass in the desired location of your target element to produce all the necessary positioning code.

-------------
    Usage
-------------
.abs {
  @include abs-pos(10px, 10px, 5px, 15px);
}

 -------------
   Output
-------------
.abs {
  top: 10px;
  right: 10px;
  bottom: 5px;
  left: 15px;
  position: absolute;
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts-2017/slick/slick.eot");
  src: url("../fonts-2017/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts-2017/slick/slick.woff") format("woff"), url("../fonts-2017/slick/slick.ttf") format("truetype"), url("../fonts-2017/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes in {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); } }

@keyframes in {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); } }

@-webkit-keyframes out {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes out {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@font-face {
  font-family: 'Nudista';
  src: url("../fonts/NudistaLight.eot");
  src: url("../fonts/NudistaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NudistaLight.woff") format("woff"), url("../fonts/NudistaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Nudista';
  src: url("../fonts/Nudista-Bold.eot");
  src: url("../fonts/Nudista-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nudista-Bold.woff") format("woff"), url("../fonts/Nudista-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Nudista';
  src: url("../fonts/Nudista.eot");
  src: url("../fonts/Nudista.eot?#iefix") format("embedded-opentype"), url("../fonts/Nudista.woff") format("woff"), url("../fonts/Nudista.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.tcon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 36px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 36px;
  border-radius: 2.57143px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 3px;
    width: 36px;
    border-radius: 2.57143px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: black;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.57143px center;
            transform-origin: 2.57143px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 9px; }
  .tcon-menu__lines::after {
    top: -9px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 0;
      width: 36px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

@-webkit-keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.tcon-svgchevron {
  height: 36px;
  width: 36px; }

.tcon-svgchevron path {
  -webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: black;
  stroke-width: 1px; }

.tcon-svgchevron path.a1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.tcon-svgchevron path.a2 {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }

.tcon-svgchevron path.a3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

.tcon-loader--spinner360 {
  border-radius: 80%;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  -webkit-animation: tcon-spin360 0.675s linear infinite forwards;
          animation: tcon-spin360 0.675s linear infinite forwards;
  background: lightgray; }
  .tcon-loader--spinner360:before, .tcon-loader--spinner360:after {
    content: "";
    display: block;
    position: absolute; }
  .tcon-loader--spinner360:before {
    border-radius: 0 90px 90px 0;
    height: 40px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(lightgray), to(black));
    background-image: linear-gradient(lightgray, black); }
  .tcon-loader--spinner360:after {
    border-radius: 80%;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    background: white; }

@-webkit-keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.width-100 {
  display: inline-block;
  width: 100%; }

.width-90 {
  display: inline-block;
  width: 90%; }

.width-80 {
  display: inline-block;
  width: 80%; }

.width-70 {
  display: inline-block;
  width: 70%; }

.width-60 {
  display: inline-block;
  width: 60%; }

.width-50 {
  display: inline-block;
  width: 50%; }

.width-40 {
  display: inline-block;
  width: 40%; }

.width-30 {
  display: inline-block;
  width: 30%; }

.width-20 {
  display: inline-block;
  width: 20%; }

.width-10 {
  display: inline-block;
  width: 10%; }

.width-33 {
  display: inline-block;
  width: 33.333333333%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block;
  clear: none !important; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
html,
body {
  font-family: "Nudista", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  height: 100%;
  width: 100%;
  min-width: 640px;
  margin: 0 auto;
  overflow: hidden; }
  html.overlay,
  body.overlay {
    overflow: hidden;
    height: 100%; }

p {
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }
  h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
    font-size: 50%;
    top: -0.75rem; }

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

a {
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

#container {
  min-width: 640px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background-attachment: fixed; }

#wrapper {
  height: 100%;
  width: 100%;
  position: absolute; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.no-br {
  white-space: nowrap; }

#content {
  font-size: 0; }
  #content .stuff {
    font-size: 1rem; }

section.page {
  font-size: 1rem;
  color: #000;
  position: relative;
  height: 100%;
  background-attachment: fixed;
  min-height: 100vh;
  padding-bottom: 260px; }

a.cta {
  color: #fff;
  background-color: #3a3b3b;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: bold; }

section.intro {
  opacity: 0;
  width: 100%;
  padding-top: 100px;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  background: #cf2e02;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cf2e02), color-stop(100%, #fe9400));
  background: -webkit-gradient(linear, left top, left bottom, from(#cf2e02), to(#fe9400));
  background: linear-gradient(to bottom, #cf2e02 0%, #fe9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2e02', endColorstr='#fe9400', GradientType=0 ); }
  section.intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100%; }
  section.intro .main-logo {
    max-width: 359px; }
  section.intro .content {
    margin: 0 auto;
    padding-bottom: 40px; }
    section.intro .content h1 {
      font-size: 1.5rem;
      margin-bottom: 16px; }
    section.intro .content p {
      font-size: 1rem;
      line-height: 1.4;
      width: 360px;
      margin: 0 auto; }
    section.intro .content .down-arrow {
      width: 60px;
      opacity: 0.9;
      margin-top: 20px; }

section.homepage {
  font-size: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  section.homepage section.preview {
    width: 100%;
    padding: 50px 50px 100px 50px;
    vertical-align: top;
    color: #fff;
    position: relative;
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 0.35); }
    section.homepage section.preview h3 {
      text-transform: uppercase;
      font-size: 1.5rem;
      margin-bottom: 60px; }
    section.homepage section.preview h1 {
      font-size: 3.13rem;
      margin-bottom: 40px; }
    section.homepage section.preview.beer {
      background: #cf2e02;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #cf2e02), color-stop(100%, #fe9400));
      background: -webkit-gradient(linear, left top, left bottom, from(#cf2e02), to(#fe9400));
      background: linear-gradient(to bottom, #cf2e02 0%, #fe9400 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2e02', endColorstr='#fe9400', GradientType=0 ); }
    section.homepage section.preview.contact {
      background: #d58830;
      background: -webkit-gradient(linear, left top, left bottom, from(#d58830), to(#f1cb39));
      background: linear-gradient(to bottom, #d58830 0%, #f1cb39 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d58830', endColorstr='#f1cb39',GradientType=0 ); }
    section.homepage section.preview.about {
      background: #761618;
      background: -webkit-gradient(linear, left top, left bottom, from(#761618), to(#c32527));
      background: linear-gradient(to bottom, #761618 0%, #c32527 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#761618', endColorstr='#c32527',GradientType=0 ); }
    section.homepage section.preview.social {
      background: #ce401b;
      background: -webkit-gradient(linear, left top, left bottom, from(#ce401b), to(#fbdb4a));
      background: linear-gradient(to bottom, #ce401b 0%, #fbdb4a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce401b', endColorstr='#fbdb4a',GradientType=0 ); }
    section.homepage section.preview.merchandise {
      display: none;
      background: #eb8e42;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb8e42), color-stop(100%, #f6b175));
      background: -webkit-gradient(linear, left top, left bottom, from(#eb8e42), to(#f6b175));
      background: linear-gradient(to bottom, #eb8e42 0%, #f6b175 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8e42', endColorstr='#f6b175', GradientType=0 ); }
    section.homepage section.preview.contract-brewing {
      background: #3f0002;
      background: -webkit-gradient(linear, left top, left bottom, from(#3f0002), to(#6d0206));
      background: linear-gradient(to bottom, #3f0002 0%, #6d0206 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0002', endColorstr='#6d0206',GradientType=0 ); }
    section.homepage section.preview .arrow {
      position: absolute;
      bottom: 50px;
      -webkit-transition: all 1s;
      transition: all 1s; }
      section.homepage section.preview .arrow.bounceIn {
        -webkit-animation-name: bounce;
                animation-name: bounce;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-iteration-count: 2;
                animation-iteration-count: 2;
        -webkit-animation-direction: normal;
                animation-direction: normal; }
      section.homepage section.preview .arrow.bounceOut {
        -webkit-animation-name: bounce;
                animation-name: bounce;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-direction: reverse;
                animation-direction: reverse; }
      section.homepage section.preview .arrow.bounce {
        margin-left: 25px; }
    section.homepage section.preview.box-0 {
      width: 100%; }
    section.homepage section.preview.box-1 {
      width: 50%; }
    section.homepage section.preview.box-2 {
      width: 50%; }
    section.homepage section.preview.box-3 {
      width: 50%; }
    section.homepage section.preview.box-4 {
      width: 50%; }
    section.homepage section.preview.box-5 {
      width: 50%; }
    section.homepage section.preview a {
      color: #fff; }

@media (max-width: 960px) {
  section.homepage section.preview.box-0 {
    width: 100%; }
  section.homepage section.preview.box-1 {
    width: 100%; }
  section.homepage section.preview.box-2 {
    width: 100%; }
  section.homepage section.preview.box-3 {
    width: 100%; }
  section.homepage section.preview.box-4 {
    width: 100%; }
  section.homepage section.preview.box-5 {
    width: 100%; } }

#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9001;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  #header #menu-button {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #header #menu-button .tcon-menu__lines {
      background: #c7c8ca; }
      #header #menu-button .tcon-menu__lines:before, #header #menu-button .tcon-menu__lines:after {
        background: #c7c8ca; }
    #header #menu-button.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
      background: transparent; }
    #header #menu-button:hover .tcon-menu__lines {
      background: #cf2f02; }
      #header #menu-button:hover .tcon-menu__lines:before, #header #menu-button:hover .tcon-menu__lines:after {
        background: #cf2f02; }
    #header #menu-button.active {
      opacity: 1; }
  #header .logo-link {
    display: inline-block;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #header .logo-link #cg-logo {
      display: inline-block;
      width: 36px;
      margin: 0 auto; }
  #header #visit {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
    color: #c7c8ca; }
    #header #visit:hover {
      color: #cf2f02; }
    #header #visit.active {
      opacity: 1; }

.menu {
  position: fixed;
  z-index: 9000;
  top: -100%;
  width: 100%;
  height: calc(100% - 100px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: #060606;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #060606), color-stop(100%, #531803));
  background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#531803));
  background: linear-gradient(to bottom, #060606 0%, #531803 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#531803', GradientType=0 ); }
  .menu.active {
    top: 100px; }
  .menu .menu-items {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: left;
    padding-left: 20px; }
    .menu .menu-items a {
      width: 100%;
      font-size: 2.63rem;
      color: #fff;
      font-family: "Nudista", sans-serif;
      font-weight: 700; }
      .menu .menu-items a:hover {
        color: #cf2f02; }
      .menu .menu-items a[data-link="merchandise"] {
        display: none; }

section.page.about {
  display: none;
  font-size: 1rem;
  color: #fff;
  padding: 140px 40px 260px;
  background: #761618;
  background: -webkit-gradient(linear, left top, left bottom, from(#761618), to(#c32527));
  background: linear-gradient(to bottom, #761618 0%, #c32527 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#761618', endColorstr='#c32527',GradientType=0 );
  background-attachment: fixed; }
  section.page.about h2 {
    font-size: 1.5rem;
    font-weight: 700px;
    margin-bottom: 60px;
    text-transform: uppercase; }
  section.page.about .what {
    position: relative;
    display: block;
    text-align: right;
    padding-bottom: 100px; }
    section.page.about .what .top {
      text-align: right;
      position: relative; }
      section.page.about .what .top h3 {
        font-size: 3.13rem;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      section.page.about .what .top img {
        width: 81%; }
    section.page.about .what .bottom {
      width: 66.66%;
      margin-left: 33.33%;
      font-size: 0; }
      section.page.about .what .bottom p {
        margin: 20px 0;
        display: inline-block;
        width: 50%;
        text-align: left;
        vertical-align: top;
        font-size: 1rem;
        padding-right: 15px;
        padding-left: 15px; }
        section.page.about .what .bottom p:last-child {
          padding-right: 0; }
  section.page.about .why {
    position: relative;
    display: block;
    text-align: left;
    padding-bottom: 100px;
    margin-bottom: 100px; }
    section.page.about .why h3 {
      font-size: 3.13rem;
      position: absolute;
      top: 30%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    section.page.about .why img {
      width: 82%; }
    section.page.about .why p {
      width: 33.33%;
      position: absolute;
      bottom: 0;
      right: 0; }
  section.page.about .who {
    position: relative;
    display: block;
    padding-bottom: 100px;
    font-size: 0; }
    section.page.about .who h3 {
      font-size: 3.13rem;
      margin-bottom: 40px; }
    section.page.about .who .left {
      vertical-align: top;
      width: 50%;
      display: inline-block;
      padding-right: 15px; }
      section.page.about .who .left img {
        display: block;
        width: 100%;
        margin-bottom: 20px; }
      section.page.about .who .left p {
        font-size: 1rem;
        text-align: left; }
        section.page.about .who .left p strong {
          font-size: 1.63rem; }
    section.page.about .who .right {
      vertical-align: top;
      width: 50%;
      display: inline-block;
      padding-left: 15px; }
      section.page.about .who .right img {
        display: block;
        width: 100%;
        margin-bottom: 20px; }
      section.page.about .who .right p {
        font-size: 1rem;
        text-align: left; }
        section.page.about .who .right p strong {
          font-size: 1.63rem; }

@media (max-width: 1200px) {
  section.page.about .why p {
    position: relative;
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 768px) {
  section.page.about .what .top {
    text-align: left; }
    section.page.about .what .top h3 {
      position: relative;
      top: auto;
      -webkit-transform: none;
              transform: none;
      margin-bottom: 30px; }
    section.page.about .what .top img {
      width: 100%; }
  section.page.about .what .bottom {
    margin: 0;
    width: 100%; }
    section.page.about .what .bottom p {
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%;
      margin-top: 20px; }
  section.page.about .why {
    margin-bottom: 0;
    text-align: left; }
    section.page.about .why h3 {
      position: relative;
      top: auto;
      -webkit-transform: none;
              transform: none;
      margin-bottom: 30px; }
    section.page.about .why img {
      position: relative;
      width: 100%; } }

section.page.beer {
  display: none;
  font-size: 1rem;
  color: #fff;
  padding: 140px 40px 260px;
  background: #cf2e02;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cf2e02), color-stop(100%, #fe9400));
  background: -webkit-gradient(linear, left top, left bottom, from(#cf2e02), to(#fe9400));
  background: linear-gradient(to bottom, #cf2e02 0%, #fe9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2e02', endColorstr='#fe9400', GradientType=0 );
  background-attachment: fixed; }
  section.page.beer .subnav {
    display: block;
    margin-bottom: 80px; }
    section.page.beer .subnav li {
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 60px;
      cursor: pointer;
      position: relative; }
      section.page.beer .subnav li.active:after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        background: white;
        top: 92%; }
  section.page.beer .lcbo.posts-container {
    display: none; }
    section.page.beer .lcbo.posts-container.active {
      display: block; }
  section.page.beer .our-store.posts-container {
    display: none; }
    section.page.beer .our-store.posts-container.active {
      display: block; }
  section.page.beer .callout {
    font-size: 3.13rem;
    width: 50%;
    text-transform: none;
    margin-bottom: 80px; }
  section.page.beer .posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    section.page.beer .posts .post .image {
      width: 60%;
      padding: 20px;
      text-align: center; }
      section.page.beer .posts .post .image img {
        margin: 0 auto;
        width: 100%; }
    section.page.beer .posts .post .content {
      width: 40%;
      padding: 20px; }
      section.page.beer .posts .post .content h2, section.page.beer .posts .post .content h3 {
        line-height: 1.4; }
    section.page.beer .posts .post:nth-child(odd) .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    section.page.beer .posts .post:nth-child(odd) .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    section.page.beer .posts .post:nth-child(even) .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    section.page.beer .posts .post:nth-child(even) .content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  section.page.beer .cells {
    width: 100%;
    font-size: 0; }
    section.page.beer .cells .cell {
      display: inline-block;
      width: 33.333%;
      padding: 10px;
      vertical-align: top; }
      section.page.beer .cells .cell img {
        width: 100%;
        margin-bottom: 20px; }
      section.page.beer .cells .cell .content {
        font-size: 1rem;
        line-height: 1.4; }
        section.page.beer .cells .cell .content h2, section.page.beer .cells .cell .content h3 {
          line-height: 1.4; }

@media (max-width: 768px) {
  section.page.beer .callout {
    width: 100%; }
  section.page.beer .posts .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.page.beer .posts .post .image {
      width: 100%;
      padding: 0; }
    section.page.beer .posts .post .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 60px;
      width: 100%; }
    section.page.beer .posts .post:nth-child(odd) .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    section.page.beer .posts .post:nth-child(odd) .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    section.page.beer .posts .post:nth-child(even) .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    section.page.beer .posts .post:nth-child(even) .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  section.page.beer .cells .cell {
    width: 50%; } }

section.page.contact {
  display: none;
  font-size: 1rem;
  color: #fff;
  padding: 140px 40px 260px;
  background: #d58830;
  background: -webkit-gradient(linear, left top, left bottom, from(#d58830), to(#f1cb39));
  background: linear-gradient(to bottom, #d58830 0%, #f1cb39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d58830', endColorstr='#f1cb39',GradientType=0 );
  background-attachment: fixed; }
  section.page.contact h2 {
    font-size: 1.5rem;
    font-weight: 700px;
    margin-bottom: 60px;
    text-transform: uppercase; }
  section.page.contact .top {
    font-size: 0;
    margin-bottom: 80px; }
    section.page.contact .top .open {
      display: inline-block;
      width: 60%; }
      section.page.contact .top .open h1 {
        font-size: 3.13rem;
        width: 75%; }
        section.page.contact .top .open h1 strong {
          position: relative;
          text-transform: uppercase; }
          section.page.contact .top .open h1 strong:after {
            content: '';
            width: 100%;
            height: 3px;
            position: absolute;
            left: 0;
            background: white;
            top: 92%; }
        section.page.contact .top .open h1.hide {
          display: none; }
    section.page.contact .top .hours {
      display: inline-block;
      width: 40%;
      font-size: 0; }
      section.page.contact .top .hours ul {
        width: 33.3333%;
        display: inline-block;
        font-size: 1rem;
        vertical-align: bottom; }
        section.page.contact .top .hours ul li {
          margin-bottom: 8px; }
  section.page.contact .location {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem; }
  section.page.contact .map {
    width: 100%;
    height: 400px;
    position: relative;
    padding-bottom: 60px; }
    section.page.contact .map #js-map {
      width: 100%;
      height: 100%; }
    section.page.contact .map .directions {
      color: #3a3b3b;
      background-color: #fff;
      padding: 16px 32px 12px;
      font-size: 1.13rem;
      line-height: 1;
      text-transform: uppercase;
      font-weight: bold;
      width: 200px;
      text-align: center;
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 0; }
      section.page.contact .map .directions:hover {
        color: #fff;
        background-color: #3a3b3b; }
  section.page.contact .links {
    font-size: 0;
    margin-top: 60px; }
    section.page.contact .links h1 {
      display: inline-block;
      width: 40%;
      font-size: 3.13rem;
      vertical-align: top; }
    section.page.contact .links .container {
      display: inline-block;
      width: 30%;
      text-align: right; }
      section.page.contact .links .container a {
        color: #3a3b3b;
        background-color: #fff;
        padding: 16px 32px 12px;
        font-size: 1.13rem;
        line-height: 1;
        text-transform: uppercase;
        font-weight: bold;
        width: 200px;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px; }
        section.page.contact .links .container a:hover {
          color: #fff;
          background-color: #3a3b3b; }
      section.page.contact .links .container span {
        width: 200px;
        text-align: center;
        display: inline-block;
        font-size: 1rem;
        color: #fff; }

@media (max-width: 768px) {
  section.page.contact .top .open {
    width: 100%;
    margin-bottom: 60px; }
  section.page.contact .top .hours {
    width: 100%; }
  section.page.contact .map {
    text-align: center; }
    section.page.contact .map .directions {
      width: 100%;
      margin-top: 20px;
      position: relative; }
  section.page.contact .links h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  section.page.contact .links .container {
    width: 50%;
    text-align: center; } }

section.page.merchandise {
  display: none;
  font-size: 1rem;
  color: #fff;
  padding: 140px 40px 260px;
  background: #eb8e42;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb8e42), color-stop(100%, #f6b175));
  background: -webkit-gradient(linear, left top, left bottom, from(#eb8e42), to(#f6b175));
  background: linear-gradient(to bottom, #eb8e42 0%, #f6b175 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8e42', endColorstr='#f6b175', GradientType=0 );
  background-attachment: fixed; }
  section.page.merchandise h2 {
    font-size: 1.5rem;
    font-weight: 700px;
    margin-bottom: 60px;
    text-transform: uppercase; }
    section.page.merchandise h2.callout {
      font-size: 3.13rem;
      margin-bottom: 36px;
      text-transform: none; }
  section.page.merchandise .cells {
    width: 100%;
    font-size: 0; }
    section.page.merchandise .cells .cell {
      display: inline-block;
      width: 33.333%;
      padding: 10px;
      vertical-align: top; }
      section.page.merchandise .cells .cell img {
        width: 100%;
        margin-bottom: 20px; }
      section.page.merchandise .cells .cell .content {
        font-size: 1rem;
        line-height: 1.4; }
        section.page.merchandise .cells .cell .content h2 {
          text-transform: none;
          margin-bottom: 0; }
        section.page.merchandise .cells .cell .content h3 {
          margin-bottom: 10px; }

@media (max-width: 768px) {
  section.page.merchandise .cells .cell {
    width: 50%; } }

section.page.contract-brewing {
  display: none;
  font-size: 1rem;
  color: #fff;
  padding: 140px 40px 260px;
  background: #3f0002;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f0002), to(#6d0206));
  background: linear-gradient(to bottom, #3f0002 0%, #6d0206 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0002', endColorstr='#6d0206',GradientType=0 );
  background-attachment: fixed; }
  section.page.contract-brewing h2 {
    font-size: 1.5rem;
    font-weight: 700px;
    margin-bottom: 60px;
    text-transform: uppercase; }
  section.page.contract-brewing .content {
    font-size: 0; }
    section.page.contract-brewing .content .left {
      width: 33.333%;
      display: inline-block;
      padding-right: 20px;
      vertical-align: top; }
      section.page.contract-brewing .content .left h1 {
        font-size: 3.13rem;
        margin-bottom: 40px; }
      section.page.contract-brewing .content .left p {
        font-size: 1rem;
        margin-bottom: 20px; }
      section.page.contract-brewing .content .left .links {
        font-size: 0;
        width: 200px; }
        section.page.contract-brewing .content .left .links a {
          color: #3a3b3b;
          background-color: #fff;
          padding: 16px 32px 12px;
          font-size: 1.13rem;
          line-height: 1;
          text-transform: uppercase;
          font-weight: bold;
          width: 200px;
          margin-top: 30px;
          text-align: center;
          display: inline-block;
          margin-bottom: 12px; }
          section.page.contract-brewing .content .left .links a:hover {
            color: #fff;
            background-color: #3a3b3b; }
        section.page.contract-brewing .content .left .links span {
          width: 200px;
          text-align: center;
          display: inline-block;
          font-size: 1rem;
          color: #fff; }
    section.page.contract-brewing .content .right {
      width: 66.666%;
      display: inline-block; }
      section.page.contract-brewing .content .right img {
        width: 100%; }

@media (max-width: 768px) {
  section.page.contract-brewing .content .left {
    width: 100%;
    margin-bottom: 30px; }
  section.page.contract-brewing .content .right {
    width: 100%; } }

section.page.social {
  display: none;
  font-size: 1rem;
  color: #fff;
  padding: 140px 40px 260px;
  background: #ce401b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ce401b), to(#fbdb4a));
  background: linear-gradient(to bottom, #ce401b 0%, #fbdb4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce401b', endColorstr='#fbdb4a',GradientType=0 );
  background-attachment: fixed; }
  section.page.social h2 {
    font-size: 1.5rem;
    font-weight: 700px;
    margin-bottom: 60px;
    text-transform: uppercase; }
  section.page.social h1 {
    font-size: 3.13rem;
    margin-bottom: 30px; }
  section.page.social .cta {
    color: #3a3b3b;
    background-color: #fff;
    padding: 16px 32px 12px;
    font-size: 1.13rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px; }
    section.page.social .cta:hover {
      color: #fff;
      background-color: #3a3b3b; }

section.info {
  display: inline-block;
  width: 33.333%;
  padding: 28px;
  vertical-align: top; }
  section.info .contact {
    margin-bottom: 32px; }
    section.info .contact p {
      font-size: 1.13rem;
      line-height: 1.4; }
      section.info .contact p a {
        color: #3a3b3b; }
    section.info .contact img {
      margin: 8px 8px 0 0; }
  section.info .brewery {
    margin-bottom: 32px;
    font-size: 1.13rem;
    line-height: 1.4; }
    section.info .brewery table tr td:first-child {
      width: 200px; }
  section.info .store {
    margin-bottom: 32px;
    font-size: 1.13rem;
    line-height: 1.4; }
    section.info .store table tr td:first-child {
      width: 200px; }

section.map {
  display: inline-block;
  width: 66.666%;
  padding: 28px; }
  section.map iframe {
    margin-bottom: 16px; }
  section.map .address {
    width: 100%;
    font-size: 0; }
    section.map .address .text {
      font-size: 1.13rem;
      width: 50%;
      line-height: 1.4;
      display: inline-block; }
    section.map .address .button {
      text-align: right;
      font-size: 1.13rem;
      width: 50%;
      display: inline-block; }

@media (max-width: 960px) {
  section.info {
    width: 100%;
    display: block;
    padding: 24px; }
  section.map {
    width: 100%;
    display: block;
    padding: 24px; } }

/*# sourceMappingURL=styles.css.map */
