/* FONTS */
/* WEIGHTS */
/* COLOURS */
@font-face {
  font-family: 'papercutebold';
  src: url("../fonts/papercute/papercute_bold-webfont.eot");
  src: url("../fonts/papercute/papercute_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/papercute/papercute_bold-webfont.woff2") format("woff2"), url("../fonts/papercute/papercute_bold-webfont.woff") format("woff"), url("../fonts/papercute/papercute_bold-webfont.ttf") format("truetype"), url("../fonts/papercute/papercute_bold-webfont.svg#papercutebold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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. Remove 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 */
  *overflow: visible;
  /* 4 */ }

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/**********************************************************************************/
/* BOOTSTRAP GRID */
/**********************************************************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 768px) {
  .container {
    width: 770px; } }
@media (min-width: 992px) {
  .container {
    width: 990px; } }
@media (min-width: 1200px) {
  .container {
    width: 1190px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }

.row {
  margin-left: -25px;
  margin-right: -25px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/**********************************************************************************/
/* GLOBAl */
/**********************************************************************************/
.screen-reader-text {
  display: block;
  overflow: hidden;
  text-indent: 9999; }

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body,
html {
  height: 100%;
  background: #eee; }

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  widtH: 90%; }

.content-container {
  overflow: hidden;
  display: block;
  width: 100%; }

.content {
  padding: 60px 0 0;
  overflow: hidden;
  display: block; }

.subheader {
  padding: 30px 0;
  border-bottom: 1px dotted #aaa; }

.btn,
button {
  display: inline-block;
  padding: 15px 20px 10px 20px;
  font-family: "industry-inc-base", Arial, sans-serif;
  background: none;
  color: #c89a61;
  border: 2px solid #c89a61;
  line-height: 1;
  text-decoration: none; }

/**********************************************************************************/
/* TYPOGRAPHY                                                                   */
/**********************************************************************************/
body {
  font-family: "bree-serif", Arial, sans-serif;
  font-weight: 300; }

p {
  margin: 0 0 1em 0;
  font-size: 1.1em;
  line-height: 1.2; }

p:first-child {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

a {
  color: #d7c6a3; }

a:hover,
a:focus,
a:active {
  outline: none; }

img {
  border: none;
  max-width: 100%; }

button {
  margin: 0;
  border: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

h1 {
  font-family: "papercutebold", Arial, sans-serif; }

h2 {
  font-family: "papercutebold", Arial, sans-serif; }

h3 {
  font-family: "industry-inc-base", Arial, sans-serif; }

/**********************************************************************************/
/* ICON fonts */
/**********************************************************************************/
@font-face {
  font-family: 'ui_icons';
  src: url("../fonts/ui_icons.eot?abejtc");
  src: url("../fonts/ui_icons.eot?#iefixabejtc") format("embedded-opentype"), url("../fonts/ui_icons.ttf?abejtc") format("truetype"), url("../fonts/ui_icons.woff?abejtc") format("woff"), url("../fonts/ui_icons.svg?abejtc#ui_icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="uiicon-"], [class*=" uiicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ui_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.uiicon-close:before {
  content: "\e602"; }

.uiicon-navtoggle:before {
  content: "\e603"; }

.uiicon-magglass:before {
  content: "\e600"; }

.uiicon-downarrow:before {
  content: "\e601"; }

@font-face {
  font-family: 'bulwark';
  src: url("../fonts/bulwark.eot?a5wfk7");
  src: url("../fonts/bulwark.eot?a5wfk7#iefix") format("embedded-opentype"), url("../fonts/bulwark.ttf?a5wfk7") format("truetype"), url("../fonts/bulwark.woff?a5wfk7") format("woff"), url("../fonts/bulwark.svg?a5wfk7#bulwark") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bulwark' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basket:before {
  content: "\e900"; }

.icon-logo:before {
  content: "\e901"; }

.icon-magglass:before {
  content: "\e902"; }

.icon-cross:before {
  content: "\e903"; }

.icon-checkmark:before {
  content: "\e904"; }

.icon-google-plus:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\e90d"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-vine:before {
  content: "\e90e"; }

.icon-rss:before {
  content: "\e908"; }

.icon-youtube:before {
  content: "\e909"; }

.icon-vimeo:before {
  content: "\e90f"; }

.icon-linkedin2:before {
  content: "\e90a"; }

.icon-pinterest:before {
  content: "\e90b"; }

.icon-pinterest2:before {
  content: "\e90c"; }

/**********************************************************************************/
/* FORMS */
/**********************************************************************************/
input[type="text"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="phone"],
textarea,
select,
.checkbox {
  font-family: "bree-serif", Arial, sans-serif;
  border: 1px solid #ccc;
  display: block;
  padding: 10px 15px;
  margin-bottom: 20px;
  width: 100%;
  font-size: .9em;
  position: relative;
  z-index: 1;
  -webkit-appearance: none; }

textarea {
  min-height: 116px; }

select {
  border-radius: 0;
  background: #fff; }

.breadcrumbs select {
  -webkit-appearance: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #555;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 0.813em;
  font-family: "bree-serif", Arial, sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #3b3b3b;
  border-radius: 0;
  padding: 0 0 7px 0; }
  .breadcrumbs select:focus {
    border-bottom: 1px solid #d7c6a3;
    outline: none;
    -webkit-appearance: none; }

label {
  display: block; }

.bc-search {
  margin-right: 30px; }

.bc-search,
.select-container {
  width: 100%;
  max-width: 250px;
  float: left;
  position: relative; }
  .bc-search input,
  .select-container input {
    margin: 0;
    font-size: 0.813em;
    font-family: "bree-serif", Arial, sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #3b3b3b;
    display: block;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #555;
    z-index: 1;
    padding: 0 0 7px 0; }
    .bc-search input:focus,
    .select-container input:focus {
      border-bottom: 1px solid #d7c6a3;
      outline: none;
      -webkit-appearance: none; }
  .bc-search input::-webkit-input-placeholder,
  .select-container input::-webkit-input-placeholder {
    color: #555; }
  .bc-search input:-moz-placeholder,
  .select-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #555; }
  .bc-search input::-moz-placeholder,
  .select-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #555; }
  .bc-search input:-ms-input-placeholder,
  .select-container input:-ms-input-placeholder {
    color: #555; }
  .bc-search button,
  .select-container button {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 999;
    padding: 5px;
    color: #555; }
  .bc-search .uiicon-downarrow,
  .select-container .uiicon-downarrow {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 999;
    color: #555; }

input[type="url"].error,
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="phone"].error,
textarea.error {
  border: 1px red solid; }

label.error {
  color: red;
  font-size: 0.8em;
  margin: -15px 0 20px;
  width: 100%; }
  label.error:before {
    content: '* '; }

/**********************************************************************************/
/* ARTICLES AND LISTS */
/**********************************************************************************/
.article-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .article-list li {
    display: block;
    margin-bottom: 60px; }
    .article-list li .img {
      margin-bottom: 20px; }
    .article-list li .txt h2 {
      margin: 0 0 5px; }
      .article-list li .txt h2 a {
        text-decoration: none;
        margin: 0; }
    .article-list li .txt .byline,
    .article-list li .txt .categories {
      font-size: .9em;
      color: #666;
      margin: 0 0 5px; }
    .article-list li .txt .excerpt {
      margin: 20px 0; }

.search-filter {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ddd;
  overflow: hidden; }
  .search-filter .block {
    display: block;
    margin-bottom: 40px; }
    .search-filter .block:last-child {
      margin-bottom: 0; }
  .search-filter h4 {
    margin: 0 0 10px; }
  .search-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .search-filter #searchform {
    position: relative; }
    .search-filter #searchform input[type="search"] {
      position: relative;
      z-index: 1;
      padding: 10px 60px 10px 15px; }
    .search-filter #searchform button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 40px;
      z-index: 10;
      background: none; }
      .search-filter #searchform button span {
        font-size: 22px;
        text-align: center;
        line-height: 40px; }

/**********************************************************************************/
/* RESPONSIVE                                                                     */
/**********************************************************************************/
/**********************************************************************************/
@media (min-width: 650px) {
  /*
  	.article-list {
  		li {
  			.img {
  				float:left;
  			}
  			.txt {
  				margin-left:180px;
  			}
  		}
  	}
  */ }
/**********************************************************************************/
/* HEADER                                                                       */
/**********************************************************************************/
.logo {
  position: relative; }
  .logo a {
    color: #fff;
    font-size: 42px;
    position: relative;
    top: 10px; }

header.site {
  overflow: hidden;
  padding: 10px 0 0px;
  height: 80px;
  background: #111111; }
  header.site .wrap {
    position: relative; }

#headersearchform {
  position: absolute;
  righT: 0;
  top: 25px; }
  #headersearchform input[type="search"] {
    position: relative;
    z-index: 1; }
  #headersearchform button {
    color: #fff;
    background: none;
    padding: 0; }
    #headersearchform button span {
      font-size: 19px; }

.navtoggle {
  float: right;
  margin-top: 8px;
  text-decoration: none;
  font-size: 35px;
  position: relative;
  z-index: 9999;
  display: none; }

/**********************************************************************************/
/* NAVIGATION                                                                     */
/**********************************************************************************/
nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
nav li {
  display: inline-block; }
nav a {
  text-decoration: none;
  white-space: nowrap; }

.nav-primary {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10; }
  .nav-primary li {
    display: inline-block;
    font-size: .85em;
    margin: 0 10px; }
  .nav-primary a {
    display: block;
    padding: 0 10px;
    font-family: "industry-inc-base", Arial, sans-serif; }
  .nav-primary .shop a {
    color: #fff; }

.nav-social {
  float: left;
  margin-top: 18px;
  position: relative;
  z-index: 100; }
  .nav-social a {
    color: #fff;
    font-size: 22px;
    margin-right: 5px; }

.nav-extra {
  float: right;
  margin-top: 23px;
  color: #fff;
  position: relative;
  z-index: 1000; }
  .nav-extra a {
    color: #fff; }
  .nav-extra .shop a {
    display: block;
    padding: 0 10px;
    font-family: "industry-inc-base", Arial, sans-serif; }

#headersearchform {
  display: none;
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1000;
  top: 80px;
  overflow: hidden;
  padding: 20px 0; }
  #headersearchform input {
    margin: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #888;
    color: #fff;
    padding: 5px 100px 5px 0;
    position: relative;
    z-index: 100; }
  #headersearchform button {
    margin: 0;
    position: absolute;
    z-index: 1000;
    right: 20px;
    top: 12px; }

.nav-offcanvas {
  background: #111;
  bottom: 0;
  display: block;
  left: -280px;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 280px; }
  .nav-offcanvas header {
    padding: 20px;
    overflow: hidden; }
    .nav-offcanvas header h3 {
      float: left;
      margin: 10px 0 0;
      color: #fff; }
    .nav-offcanvas header .navtoggle {
      font-size: 1.5em;
      font-weight: 800;
      float: right;
      text-decoration: none;
      margin: 4px 0 0 0;
      color: #ddd; }
  .nav-offcanvas ul li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #222; }
    .nav-offcanvas ul li:hover {
      background: #333; }
    .nav-offcanvas ul li a {
      display: block;
      padding: 10px 20px;
      font-family: "industry-inc-base", Arial, sans-serif;
      text-transform: uppercase; }

.footer-nav {
  width: 100%;
  background: #000;
  padding: 10px 0;
  margin-top: 60px; }
  .footer-nav ul {
    list-style-type: none;
    text-align: center; }
    .footer-nav ul li {
      display: inline-block;
      margin: 0 10px; }
      .footer-nav ul li a {
        color: #777;
        font-size: .8em; }

.canvas-wrap {
  position: relative;
  right: 0;
  transition: all 0.5s ease 0s; }

.navopen .nav-offcanvas {
  left: 0; }
.navopen .canvas-wrap {
  right: -280px; }

/**********************************************************************************/
/* FOOTER */
/**********************************************************************************/
footer.site {
  overflow: hidden;
  padding: 40px 0 0;
  background: #111;
  color: #fff; }
  footer.site .logo {
    color: #fff;
    float: left;
    text-decoration: none;
    font-size: 40px; }
  footer.site .copyright {
    font-size: .9rem;
    margin-top: 10px;
    color: #fff;
    clear: both;
    display: block; }
  footer.site h3 {
    color: #aaaaaa;
    margin: 0 0 10px; }
  footer.site .nav-footer {
    display: none; }
    footer.site .nav-footer li {
      font-size: .9rem;
      margin-left: 20px; }
  footer.site input,
  footer.site textarea {
    background: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8); }
  footer.site button {
    background: none;
    color: #c89a61;
    border: 2px solid #c89a61; }

.contact-form {
  position: relative; }
  .contact-form .inputs {
    opacity: 1;
    position: relative;
    z-index: 1;
    transition: opacity .25s ease-in-out; }
  .contact-form .message {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(238, 238, 238, 0.9);
    text-align: center;
    transition: opacity .25s ease-in-out; }
    .contact-form .message h4 {
      margin-top: 200px; }
  .contact-form .form-submit {
    width: 100%; }
    .contact-form .form-submit .ajax-spinner {
      display: none;
      width: 16px;
      height: 16px;
      background: url(../images/ajax-loader.gif);
      margin: 0 0 0 10px; }
  .contact-form.submitting .ajax-spinner {
    display: inline-block; }
  .contact-form.submitted .message {
    display: block;
    opacity: 1; }
  .contact-form.submitted .ajax-spinner {
    display: none; }

.newsletter-form input {
  width: 75%;
  float: left; }
.newsletter-form button {
  width: 22.5%;
  margin-left: 2.5%;
  float: left; }
.newsletter-form .response {
  margin-bottom: 20px; }

.store-footer {
  background: #d7c6a3; }
  .store-footer ul {
    text-align: center;
    padding: 15px 0;
    margin: 0; }
    .store-footer ul li {
      display: inline-block;
      margin-right: 20px; }
      .store-footer ul li a {
        color: #555; }
        .store-footer ul li a:hover {
          color: #c89a61; }
      .store-footer ul li:last-of-type {
        margin-right: 0; }

/**********************************************************************************/
/* RESPONSIVE                                                                     */
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/* HOMEPAGE  */
/**********************************************************************************/
.homepage-content header {
  text-align: center; }
  .homepage-content header h3 {
    font-family: "papercutebold", Arial, sans-serif;
    font-size: 3.75em;
    margin: 0; }
  .homepage-content header a {
    color: #8f8f8f;
    font-family: "industry-inc-base", Arial, sans-serif; }

.overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/grass_line.png) bottom center repeat-x;
  height: 40px; }

.home-splash {
  position: relative; }
  .home-splash .slider {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0; }
    .home-splash .slider li {
      padding: 60px 0;
      min-height: 620px;
      background-size: cover;
      background-position: center center; }
  .home-splash .init-slide {
    background-image: url(../images/home_splash_back.jpg); }
    .home-splash .init-slide .wrap {
      position: relative;
      min-height: 510px; }
    .home-splash .init-slide img {
      position: absolute;
      right: 0;
      bottom: -60px; }
    .home-splash .init-slide h1 {
      float: left;
      text-align: center;
      font-size: 2.8em;
      margin-top: 60px;
      line-height: 1; }
      .home-splash .init-slide h1 strong {
        font-size: 2.7em; }
  .home-splash .sub-slide .text {
    margin-top: 80px;
    /*
    				background:rgba(0, 0, 0, 0.8);
    				padding:20px;
    */
    float: left;
    max-width: 500px; }
  .home-splash .sub-slide p {
    color: #fff;
    text-align: left;
    font-size: 1.1em; }
  .home-splash .sub-slide h1 {
    color: #fff;
    text-align: left;
    font-size: 3.3em;
    margin: 0; }
    .home-splash .sub-slide h1 small {
      font-size: .6em; }
  .home-splash .sub-slide a {
    display: inline-block;
    padding: 10px 20px;
    font-family: "industry-inc-base", Arial, sans-serif;
    background: none;
    border: none;
    line-height: 1;
    text-decoration: none;
    color: #333;
    background: #fff;
    margin-top: 20px;
    float: left; }

.home-block {
  background-size: cover;
  background-position: center center;
  padding: 100px 0; }
  .home-block .wrap {
    overflow: hidden; }
  .home-block .txt p {
    font-size: 1.45em;
    color: #fff; }
    .home-block .txt p a {
      font-family: "industry-inc-base", Arial, sans-serif;
      text-decoration: none; }
  .home-block .title h2 {
    color: #fff; }

.block1 {
  background-image: url(../images/home_block1_back.jpg); }
  .block1 .txt {
    margin-left: 520px; }
  .block1 .title {
    widtH: 480px;
    float: left; }
    .block1 .title h2 {
      margin: 0;
      font-size: 3.6em; }
      .block1 .title h2 strong {
        font-size: 1.55em; }

.block2 {
  background-image: url(../images/home_block2_back.jpg);
  background-size: cover;
  background-position: center center; }
  .block2 .txt {
    margin-right: 490px;
    margin-top: 40px;
    float: left; }
  .block2 .title {
    widtH: 450px;
    float: right;
    margin-left: -450px; }
    .block2 .title h2 {
      margin: 0;
      font-size: 3.6em;
      text-align: center; }
      .block2 .title h2 strong {
        font-size: 2.7em; }

.block3 {
  background-image: url(../images/artisan_back.jpg);
  background-size: cover;
  background-position: bottom center; }
  .block3 .txt {
    max-width: 540px;
    width: 100%;
    float: left; }
  .block3 .title {
    max-width: 650px;
    width: 100%;
    float: left; }
    .block3 .title h2 {
      margin: 0;
      font-size: 4.3em; }

.home-products {
  overflow: hidden;
  padding: 80px 0 0;
  min-height: 450px;
  background: url(../images/product_caro_back.png) repeat-x;
  background-position: 0 350px; }
  .home-products .products-list {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: -50px; }

.product-carousel {
  width: 100%;
  margin-top: -20px; }
  .product-carousel ul {
    display: block;
    text-align: center;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0; }
    .product-carousel ul li {
      display: inline-block;
      text-align: center;
      transform: scale(0.5);
      transition: all .25s ease-in-out; }
      .product-carousel ul li > a {
        text-decoration: none; }
      .product-carousel ul li p {
        font-family: "industry-inc-base", Arial, sans-serif;
        color: #aaa; }
      .product-carousel ul li .readmore {
        opacity: 0;
        transition: all .25s ease-in-out;
        text-decoration: underline;
        font-family: "bree-serif", Arial, sans-serif;
        color: #d7c6a3; }
      .product-carousel ul li.focus, .product-carousel ul li:hover {
        transform: scale(1); }
        .product-carousel ul li.focus p, .product-carousel ul li:hover p {
          color: #111; }
        .product-carousel ul li.focus .readmore, .product-carousel ul li:hover .readmore {
          opacity: 1; }
      .product-carousel ul li.mid-focus {
        transform: scale(0.75); }
        .product-carousel ul li.mid-focus p {
          color: #777; }

.keg-callout-container {
  background: #fafafa;
  overflow: hidden; }

.keg-callout {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  overflow: hidden; }
  .keg-callout .text {
    float: left;
    padding: 20px 200px 20px 20px;
    background: #fff;
    border: 1px solid #ddd; }
    .keg-callout .text h3 {
      font-size: 1.3em;
      margin: 0 0 5px 0; }
  .keg-callout .img {
    position: absolute;
    right: 20px;
    top: -30px; }
    .keg-callout .img img {
      max-width: 120px;
      height: auto;
      width: 100%; }

.home-blog {
  clear: both;
  overflow: hidden;
  padding: 80px 0 120px;
  background: #fafafa url(/_assets/images/grass_line.png) bottom center repeat-x;
  min-height: 450px; }
  .home-blog header {
    margin-bottom: 40px; }

.article-list {
  padding: 0;
  list-style-type: none; }
  .article-list .img {
    border: 12px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    max-width: 345px; }
    .article-list .img img {
      display: block;
      margin: 0; }

.blog-img {
  border: 12px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  .blog-img img {
    display: block;
    margin: 0; }

/**********************************************************************************/
/* CIDERS */
/**********************************************************************************/
.cider-splash {
  overflow: hidden;
  padding: 80px 0;
  background: #222 url(../images/cider_header.jpg) center center;
  background-size: cover;
  text-align: center; }
  .cider-splash .text {
    margin: 0 auto;
    max-width: 750px; }
  .cider-splash h1 {
    color: #fff;
    font-size: 4.3em;
    text-shadow: 0 0 20px black, 0 0 20px black; }
  .cider-splash p {
    color: #fff;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px black; }

.products-list {
  overflow: hidden;
  padding: 80px 0;
  min-height: 450px;
  background: url(../images/product_caro_back.png) repeat-x;
  background-position: 0 280px; }
  .products-list .product-carousel ul li {
    transform: scale(0.85);
    max-width: 160px;
    margin: 0 10px;
    vertical-align: top; }
    .products-list .product-carousel ul li:hover {
      transform: scale(1); }

.provider-map {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden; }
  .provider-map header h2 {
    text-align: center;
    font-size: 3em;
    margin: 0; }
  .provider-map header p {
    text-align: center;
    margin: 20px 0; }
  .provider-map #map-container {
    border: 12px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background: #ccc;
    min-height: 600px;
    overflow: hidden;
    margin: 40px 0;
    position: relative; }
    .provider-map #map-container iframe {
      position: absolute;
      border: none;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block; }

.cider-entry .cider-splash {
  padding: 20px 0; }
  .cider-entry .cider-splash .text {
    float: left;
    margin: 0; }
  .cider-entry .cider-splash h1 {
    text-align: left; }
    .cider-entry .cider-splash h1 small {
      font-size: .5em; }
.cider-entry .description {
  padding-top: 40px;
  padding-bottom: 40px; }
  .cider-entry .description .btn {
    float: right; }
  .cider-entry .description form {
    bordeR: 1px solid #ccc;
    margin: 40px 0; }
    .cider-entry .description form fieldset {
      padding: 20px; }
    .cider-entry .description form .message h4 {
      margin: 160px auto 0;
      font-size: 2em; }
.cider-entry .additional-info {
  display: block;
  overflow: hidden;
  padding: 0;
  list-style-type: none;
  margin: 40px 0 20px;
  border: 2px solid #ccc;
  background: #eee; }
  .cider-entry .additional-info li {
    padding: 5px 10px;
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc; }
    .cider-entry .additional-info li:last-child {
      border-bottom: none; }
    .cider-entry .additional-info li .title,
    .cider-entry .additional-info li .info {
      float: left;
      width: 50%;
      margin: 0;
      font-family: "industry-inc-base", Arial, sans-serif;
      font-size: .9em; }
    .cider-entry .additional-info li .info {
      text-align: right; }
.cider-entry .bottle-img {
  max-width: 250px;
  margin: -275px auto 0; }
.cider-entry .cidermaster {
  background: url(../images/cidermaster.jpg);
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  padding: 80px;
  margin: 0; }
  .cider-entry .cidermaster .text h3 {
    color: #fff;
    font-family: "industry-inc-base", Arial, sans-serif;
    margin: 0;
    text-shadow: 0px 0px 20px #000; }
  .cider-entry .cidermaster .text p {
    color: #fff;
    text-shadow: 0px 0px 20px #000; }
.cider-entry .more-ciders h3 {
  text-align: center; }
.cider-entry .graph {
  padding: 0;
  margin: 40px 0 60px 0; }
  .cider-entry .graph .progress {
    width: 100%;
    height: 30px; }
  .cider-entry .graph .progress-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }
    .cider-entry .graph .progress-wrap p {
      position: absolute;
      top: 10px;
      left: 10px;
      color: #fff;
      font-family: "industry-inc-base", Arial, sans-serif;
      font-size: .7em; }
    .cider-entry .graph .progress-wrap .progress-bar {
      background: #eeeeee;
      background-size: 27px 45px;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  .cider-entry .graph .sweetness {
    background: #431C55; }
  .cider-entry .graph .acidity {
    background: #285A1B; }
  .cider-entry .graph .tannins {
    background: #B95F3B; }

/**********************************************************************************/
/* SUBPAGE */
/**********************************************************************************/
.our-story.cider-splash {
  background-position: top center; }
  .our-story.cider-splash .text {
    margin-top: 180px; }

.subpage .wrap {
  max-width: 800px; }
.subpage h2 {
  color: #d7c6a3; }
  .subpage h2:first-child {
    margin-top: 0; }
.subpage p {
  font-size: 1.2em;
  line-height: 1.5; }
.subpage .subpage-main {
  padding: 60px 0;
  overflow: hidden; }
.subpage .subpage-special {
  padding: 60px 0;
  overflow: hidden;
  background-size: cover;
  position: relative; }
  .subpage .subpage-special .wrap {
    position: relative;
    z-index: 100; }
  .subpage .subpage-special h2 {
    color: #fff;
    margin: 0;
    text-shadow: 0px 0px 20px #000; }
  .subpage .subpage-special p {
    color: #fff;
    text-shadow: 0px 0px 20px #000; }
  .subpage .subpage-special:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
.subpage .cider-splash p {
  font-size: 1.3em; }
.subpage .about-people {
  padding: 280px 0 40px;
  background-position: top center; }
.subpage .about-fullsize {
  padding: 120px 0;
  background-position: top center; }
.subpage .story-people {
  padding: 280px 0 40px;
  background-position: top center; }
.subpage .story-location {
  padding: 120px 0;
  background-position: top center !important; }

.distributor select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0; }

/**********************************************************************************/
/* FOOD/MIXOLOGY */
/**********************************************************************************/
.food-mixology {
  background: #fafafa; }
  .food-mixology .featured {
    padding-top: 60px; }
  .food-mixology .blog-splash {
    overflow: hidden;
    padding: 80px 0;
    background: url(../images/cider_header.jpg);
    background-size: cover;
    text-align: center; }
    .food-mixology .blog-splash .text {
      margin: 0 auto;
      max-width: 750px; }
    .food-mixology .blog-splash h1 {
      color: #fff;
      font-size: 4.3em; }
    .food-mixology .blog-splash p {
      color: #fff;
      font-size: 1.2em; }

.type-list > section {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 40px 0px; }
  .type-list > section:last-child {
    border-bottom: none;
    padding-bottom: 80px; }
.type-list header {
  width: 100%;
  margin-bottom: 20px; }
  .type-list header h2 {
    font-size: 3em;
    display: inline; }
  .type-list header a {
    display: inline;
    color: #8f8f8f;
    font-family: "industry-inc-base",Arial,sans-serif;
    margin-left: 10px; }
.type-list .highlight h3 {
  margin: 10px 0 0; }
.type-list .list {
  padding-left: 25px;
  border-left: 1px solid #ccc; }
  .type-list .list .article-list li {
    margin-bottom: 30px; }
  .type-list .list .article-list li:last-child {
    margin-bottom: 0px; }
  .type-list .list h3 {
    margin: 0; }
  .type-list .list p {
    font-size: 1em; }

/**********************************************************************************/
/* AGE VERIFICATION */
/**********************************************************************************/
.age-verification {
  background: #111;
  position: relative;
  min-height: 100%;
  padding-bottom: 40px;
  overflow: hidden; }
  .age-verification .overlay {
    background-size: 554px 18.5px; }
  .age-verification .top {
    position: relative;
    min-height: 272px;
    background: url(../images/home_splash_back.jpg) center center;
    background-size: cover; }
    .age-verification .top .tree {
      width: 227.5px;
      height: 272px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -114px; }
      .age-verification .top .tree img {
        position: absolute;
        bottom: 0; }
  .age-verification .bottom {
    min-height: 200px;
    text-align: center;
    overflow: hidden;
    background: #111; }
    .age-verification .bottom h1 {
      color: #fff;
      font-size: 3.2em;
      margin: 40px 0 10px; }
    .age-verification .bottom .text {
      max-width: 490px;
      width: 100%;
      display: block;
      margin: 0 auto; }
      .age-verification .bottom .text p {
        color: #fff; }
      .age-verification .bottom .text .btn {
        display: inline-block;
        clear: both;
        color: #d7c6a3;
        border-color: #d7c6a3;
        margin: 10px 0 15px; }
      .age-verification .bottom .text a {
        display: inline-block;
        clear: both;
        color: #666; }

/**********************************************************************************/
/* MISC SUBPAGES */
/**********************************************************************************/
.form-container {
  padding-top: 0;
  margin-top: -40px; }

.search-results {
  padding: 80px 0; }
  .search-results .results {
    overflow: hidden;
    margin-bottom: 40px; }
    .search-results .results h3 {
      display: block;
      border-bottom: 1px solid #ccc; }
  .search-results .results-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .search-results .results-list li + .noresults {
      display: none; }

/**********************************************************************************/
/* TEMP SPLASH PAGE */
/**********************************************************************************/
.splash {
  background: #111;
  position: relative;
  min-height: 100%;
  overflow: hidden; }
  .splash .overlay {
    background-size: 554px 18.5px; }
  .splash .top {
    position: relative;
    min-height: 400px;
    background: url(../images/home_splash_back.jpg) center center;
    background-size: cover; }
    .splash .top .tree {
      width: 240px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -120px; }
      .splash .top .tree img {
        position: absolute;
        bottom: 0; }
    .splash .top .text {
      text-align: center;
      overflow: hidden;
      display: block;
      float: left;
      width: 100%;
      margin: 20px 0 140px; }
      .splash .top .text h1 {
        font-size: 2.5em;
        line-height: 1; }
        .splash .top .text h1 em {
          position: relative;
          top: -4px;
          font-size: .7em; }
  .splash .bottom {
    min-height: 200px;
    text-align: center;
    overflow: hidden;
    background: #111; }
    .splash .bottom h1 {
      color: #fff;
      font-size: 3.2em;
      line-height: 1.05;
      margin: 20px 0 10px; }
      .splash .bottom h1 small {
        font-size: .6em; }
    .splash .bottom .text {
      max-width: 490px;
      width: 100%;
      display: block;
      margin: 0 auto; }
      .splash .bottom .text p {
        color: #fff;
        margin-bottom: 0; }
      .splash .bottom .text .btn {
        display: inline-block;
        clear: both;
        color: #d7c6a3;
        border-color: #d7c6a3;
        margin: 10px 0 15px; }
      .splash .bottom .text a {
        display: inline-block;
        clear: both;
        color: #666; }

#mc_embed_signup {
  max-width: 400px;
  widtH: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px 40px; }
  #mc_embed_signup input {
    background: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    line-height: 1;
    font-size: 1rem;
    padding: 9px 15px 6px; }
  #mc_embed_signup button {
    background: none;
    color: #c89a61;
    border: 2px solid #c89a61;
    line-height: 1;
    font-size: 1rem;
    padding: 11px 15px 9px; }

/**********************************************************************************/
/* ACCOUNT AND ORDERS                                                            */
/**********************************************************************************/
.login-form {
  max-width: 1000px;
  margin: 40px auto; }
  .login-form .split {
    float: left;
    width: 50%;
    padding: 20px 40px 20px 20px;
    overflow: hidden; }
    .login-form .split:nth-child(even) {
      padding: 20px 20px 20px 40px; }
  .login-form.single {
    padding: 20px;
    overflow: hidden;
    max-width: 600px; }
  .login-form h2 {
    padding: 0 0 20px; }
  .login-form .btn {
    margin-top: 30px; }

.user-orders {
  padding: 60px 0; }
  .user-orders .order-list > header {
    display: block;
    overflow: hidden;
    width: 100%; }
    .user-orders .order-list > header h2 {
      float: left;
      font-size: 1.8em; }
    .user-orders .order-list > header .actions {
      float: right; }
      .user-orders .order-list > header .actions label {
        display: inline-block; }
        .user-orders .order-list > header .actions label select {
          display: inline-block;
          width: auto;
          margin-left: 20px; }
  .user-orders .order-list ul {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    border: 2px solid #d1d1bf; }
  .user-orders .order-list li {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #d1d1bf; }
    .user-orders .order-list li:first-child {
      border-top: none; }
    .user-orders .order-list li h3, .user-orders .order-list li p, .user-orders .order-list li .actions {
      display: inline-block;
      margin: 0;
      line-heighT: 1.1; }
    .user-orders .order-list li h3 {
      margin-right: 20px; }
    .user-orders .order-list li .actions {
      float: right;
      margin-top: 3px; }
      .user-orders .order-list li .actions a {
        text-decoration: none;
        margin: 0 0 0 15px; }
        .user-orders .order-list li .actions a:hover {
          text-decoration: underline; }
    .user-orders .order-list li ul {
      border: none;
      padding: 10px 0 0;
      margin: 0; }
      .user-orders .order-list li ul li {
        padding: 10px 0; }

.favourite-orders {
  margin-bottom: 60px; }

.edit {
  margin-top: 60px; }

.order-entry {
  padding: 60px 0; }
  .order-entry .page-header h1 {
    margin: 0; }
    .order-entry .page-header h1 small {
      font-weight: 100;
      font-style: italic;
      color: #888;
      font-size: 1.05em;
      font-family: "industry-inc-base", Arial, sans-serif;
      margin-left: 10px; }
  .order-entry .order-summary {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    margin: 20px 0 40px; }
    .order-entry .order-summary legend {
      color: red;
      margin: 0 0 10px;
      font-family: "industry-inc-base", Arial, sans-serif;
      font-size: 2em;
      font-weight: 100; }
  .order-entry .order-stats {
    width: 100%; }

.msg.success {
  padding: 10px 20px;
  width: 100%;
  background: #DFF2BF;
  color: #4F8A10;
  margin-bottom: 30px; }

/**********************************************************************************/
/* CART	                                                              */
/**********************************************************************************/
.alert a {
  color: #000; }

.checkout-splash .cider-splash {
  padding: 10px 0; }

.cart-content {
  overflow: hidden;
  width: 100%;
  padding: 60px 0;
  background: #fafafa; }
  .cart-content .wrap {
    max-width: 1000px; }

.order-table {
  width: 100%;
  table-layout: fixed; }
  .order-table thead {
    font-family: "papercutebold", Arial, sans-serif;
    font-size: 1.188em; }
  .order-table tr {
    border-bottom: 1px solid #e1e1e1; }
  .order-table td,
  .order-table th {
    padding: 25px 10px;
    text-align: center; }
  .order-table td {
    font-size: 1.063em;
    font-weight: 300; }
    .order-table td .modifier-name {
      text-transform: uppercase; }
    .order-table td h4 {
      margin: 0; }
    .order-table td a {
      font-weight: 300; }
  .order-table .product {
    width: 60%;
    text-align: left; }
    .order-table .product img {
      width: 80px;
      margin-right: 20px;
      float: left;
      height: auto; }
  .order-table .price {
    width: 11%;
    text-align: center; }
  .order-table .qty {
    width: 11%;
    text-align: center; }
    .order-table .qty input {
      width: 40px;
      text-align: center;
      padding: 5px 0; }
  .order-table .total {
    width: 11%;
    text-align: center; }
  .order-table .remove {
    width: 7%;
    text-align: right; }
    .order-table .remove button {
      border: 2px solid #d7c6a3;
      color: #d7c6a3;
      border-radius: 100%;
      padding: 7px 8px 3px 8px;
      text-decoration: none;
      line-height: 100%;
      display: block;
      background: none;
      width: 35px;
      height: 35px;
      float: right; }
      .order-table .remove button span {
        font-size: 0.8em; }
  .order-table .info-row th, .order-table .info-row td {
    padding: 10px; }
  .order-table .subtotal th,
  .order-table .subtotal td {
    padding: 40px 10px 10px 10px; }
  .order-table .info-row.total {
    border: 0; }
  .order-table .promotion-code {
    border: 0; }
    .order-table .promotion-code td {
      padding: 5px 10px; }
  .order-table + .totals {
    padding: 0;
    margin: 20px 0;
    list-style-type: none; }
    .order-table + .totals li {
      float: right;
      clear: both; }
      .order-table + .totals li p {
        width: 200px;
        display: inline-block;
        text-align: right; }
        .order-table + .totals li p:first-child {
          font-weight: 600; }

.total-submit {
  width: 100%;
  margin: 40px 0 20px;
  display: block;
  text-align: left; }
  .total-submit .btn {
    margin-left: 20px;
    font-size: 1.063em; }
    .total-submit .btn:first-of-type {
      margin: 0; }
  .total-submit .btn-primary {
    float: right;
    background: #000;
    color: #fff;
    border: 2px solid #000; }

.checkout {
  padding: 60px 0;
  background: #fafafa; }
  .checkout .progress-loggedin,
  .checkout .progress-loggedout {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
    float: left;
    font-family: "industry-inc-base", Arial, sans-serif;
    overflow: hidden;
    margin: 30px 0 60px 0;
    list-style: none; }
    .checkout .progress-loggedin li,
    .checkout .progress-loggedout li {
      position: relative;
      border-top: 1px solid #bbb;
      border-bottom: 1px solid #bbb;
      text-align: center;
      float: left;
      text-decoration: none;
      color: #bbbbbb;
      padding: 7px 0 5px 0;
      font-weight: bold;
      font-size: 0.85em;
      width: 20%;
      text-transform: uppercase;
      z-index: 5; }
      .checkout .progress-loggedin li:after,
      .checkout .progress-loggedout li:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #fafafa;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 100%;
        z-index: 2; }
      .checkout .progress-loggedin li:before,
      .checkout .progress-loggedout li:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #bbb;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        margin-left: 2px;
        left: 100%;
        z-index: 1; }
      .checkout .progress-loggedin li:first-of-type,
      .checkout .progress-loggedout li:first-of-type {
        border-left: 1px solid #bbb; }
      .checkout .progress-loggedin li:last-of-type,
      .checkout .progress-loggedout li:last-of-type {
        border-right: 1px solid #bbb; }
        .checkout .progress-loggedin li:last-of-type:before,
        .checkout .progress-loggedout li:last-of-type:before {
          display: none; }
        .checkout .progress-loggedin li:last-of-type:after,
        .checkout .progress-loggedout li:last-of-type:after {
          display: none; }
    .checkout .progress-loggedin .current,
    .checkout .progress-loggedout .current {
      background: #d7c6a3;
      color: #ffffff;
      border-left: 2px solid #bbb; }
      .checkout .progress-loggedin .current:after,
      .checkout .progress-loggedout .current:after {
        border-left: 10px solid #d7c6a3; }
    .checkout .progress-loggedin:last-of-type.current:after,
    .checkout .progress-loggedout:last-of-type.current:after {
      display: none; }
  .checkout .progress-loggedout li {
    width: 16%; }

.checkout.complete h1 {
  text-align: center; }
  .checkout.complete h1 small {
    display: block; }
.checkout.complete .order-table {
  margin-top: 100px; }
.checkout.complete .complete-info {
  margin-top: 70px;
  margin-bottom: 70px; }
  .checkout.complete .complete-info fieldset {
    margin-bottom: 20px; }
    .checkout.complete .complete-info fieldset legend {
      font-family: "papercutebold", Arial, sans-serif;
      font-size: 1.5em; }

.form-container {
  display: block;
  width: 100%;
  overflow: hidden; }
  .form-container h2 {
    font-size: 2em;
    width: 100%;
    margin-bottom: 30px;
    color: #000; }
  .form-container .checkout-container-left {
    margin-right: 4%; }
    .form-container .checkout-container-left .btn {
      float: right; }
  .form-container .checkout-container-left,
  .form-container .checkout-container-right {
    width: 48%;
    float: left;
    display: block;
    padding-bottom: 40px; }
    .form-container .checkout-container-left p,
    .form-container .checkout-container-right p {
      margin-bottom: 5px; }
      .form-container .checkout-container-left p:first-of-type,
      .form-container .checkout-container-right p:first-of-type {
        font-weight: 600;
        text-transform: uppercase; }
      .form-container .checkout-container-left p:last-of-type,
      .form-container .checkout-container-right p:last-of-type {
        margin-bottom: 20px; }
    .form-container .checkout-container-left input[type="radio"],
    .form-container .checkout-container-right input[type="radio"] {
      margin: 0 10px 10px 0; }
    .form-container .checkout-container-left label,
    .form-container .checkout-container-right label {
      font-size: 0.875em;
      font-family: "industry-inc-base", Arial, sans-serif;
      margin-bottom: 5px; }
  .form-container .actions .btn {
    float: right;
    background: #000;
    color: #fff;
    border: 2px solid #000; }
  .form-container .checkout-container-left.full {
    width: 100%;
    margin: 0; }
    .form-container .checkout-container-left.full .form-horizontal {
      width: 100%; }
      .form-container .checkout-container-left.full .form-horizontal fieldset {
        width: 48%;
        margin-right: 4%;
        float: left; }
        .form-container .checkout-container-left.full .form-horizontal fieldset .control-group {
          float: left;
          width: 100%; }
        .form-container .checkout-container-left.full .form-horizontal fieldset legend {
          font-weight: bold;
          margin: 0 20px 20px 0;
          float: left; }
        .form-container .checkout-container-left.full .form-horizontal fieldset .shipping_same_as_billing {
          float: left;
          width: 50%; }
          .form-container .checkout-container-left.full .form-horizontal fieldset .shipping_same_as_billing .checkbox {
            border: 0;
            margin: 0;
            position: relative;
            top: -8px; }
        .form-container .checkout-container-left.full .form-horizontal fieldset:last-of-type {
          margin-right: 0; }
        .form-container .checkout-container-left.full .form-horizontal fieldset:first-of-type {
          padding-top: 0; }
      .form-container .checkout-container-left.full .form-horizontal fieldset.payment,
      .form-container .checkout-container-left.full .form-horizontal fieldset.payment-full {
        margin-right: 0;
        float: none;
        width: auto; }
      .form-container .checkout-container-left.full .form-horizontal fieldset.payment-full {
        margin-top: 4em; }
        .form-container .checkout-container-left.full .form-horizontal fieldset.payment-full .span8 {
          width: 100%;
          max-width: 400px; }
        .form-container .checkout-container-left.full .form-horizontal fieldset.payment-full .controls select {
          display: inline-block; }
      .form-container .checkout-container-left.full .form-horizontal fieldset.billing-details {
        padding: 0; }
      .form-container .checkout-container-left.full .form-horizontal fieldset.full {
        width: 100%;
        margin-right: 0; }
        .form-container .checkout-container-left.full .form-horizontal fieldset.full .credit-debit {
          margin-bottom: 30px; }
        .form-container .checkout-container-left.full .form-horizontal fieldset.full input:not([type="radio"]) {
          width: 100%;
          display: inline-block; }
        .form-container .checkout-container-left.full .form-horizontal fieldset.full .control-group:not(:first-of-type) {
          width: 20%;
          margin-right: 5%; }
        .form-container .checkout-container-left.full .form-horizontal fieldset.full .control-group select {
          display: block;
          float: left;
          margin-right: 4%;
          width: 48%; }
          .form-container .checkout-container-left.full .form-horizontal fieldset.full .control-group select:last-of-type {
            margin-right: 0; }
        .form-container .checkout-container-left.full .form-horizontal fieldset.full .csc {
          max-width: 8%; }
  .form-container .actions {
    width: 100%;
    display: block;
    float: left;
    padding: 10px 30px;
    border-top: 1px solid #ddd; }
    .form-container .actions .btn {
      float: right;
      text-decoration: none; }
    .form-container .actions .btn-back {
      float: left; }

.breadcrumbs {
  width: 100%;
  background: #fff;
  float: left;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #d7c6a3; }
  .breadcrumbs wrap {
    overflow: hidden; }
  .breadcrumbs .btn-back {
    text-transform: uppercase;
    font-size: 1em;
    color: #8f8f8f;
    font-family: "industry-inc-base", Arial, sans-serif;
    text-decoration: underline; }
  .breadcrumbs .user-info {
    float: right;
    color: #555;
    position: relative; }
    .breadcrumbs .user-info a {
      font-size: 0.813em; }
      .breadcrumbs .user-info a .uiicon-downarrow {
        font-size: 0.7em;
        margin-left: 5px; }
      .breadcrumbs .user-info a:hover {
        cursor: pointer;
        cursor: hand; }
    .breadcrumbs .user-info p, .breadcrumbs .user-info a {
      margin: 0 15px 0 0;
      font-size: 0.813em;
      display: inline-block;
      font-family: "bree-serif", Arial, sans-serif; }
    .breadcrumbs .user-info p:last-of-type {
      font-weight: 500;
      margin: 0; }
    .breadcrumbs .user-info p a {
      margin: 0; }
  .breadcrumbs .user-nav {
    position: absolute;
    z-index: 999;
    top: 25px;
    background: #333;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    opacity: 0; }
    .breadcrumbs .user-nav li {
      display: block;
      width: 100%;
      padding: 0; }
    .breadcrumbs .user-nav a {
      padding: 10px 20px;
      color: #fff;
      display: block;
      margin: 0; }
      .breadcrumbs .user-nav a:hover {
        background: #d7c6a3; }
  .breadcrumbs .open {
    display: block;
    opacity: 1; }
  .breadcrumbs .breadcrumbs-utility {
    width: 50%; }

#store-slider {
  height: 415px;
  margin: 0;
  width: 100%;
  padding: 0; }
  #store-slider li {
    padding: 140px 0 0 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    list-style-type: none;
    color: #dddddd;
    background-position: center center;
    background-repeat: no-repeat; }
  #store-slider h1 {
    font-size: 3.625em;
    margin: 0 0 15px 0; }
  #store-slider h2 {
    font-size: 2.500em;
    margin: 0; }
  #store-slider .btn {
    font-size: 1.125em;
    background: #ddd;
    color: #000;
    border: 0;
    padding: 15px 20px 10px 20px; }
    #store-slider .btn:hover {
      background: #eee; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.35);
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white; }

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: rgba(255, 255, 255, 0.7); }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px; }

.product-listings {
  padding: 30px 0 0 0; }
  .product-listings h1 {
    font-size: 2em;
    margin: 20px 0 0 0; }

.iso-list {
  width: 100%;
  padding: 50px 0 80px 0;
  margin: 0;
  float: left; }
  .iso-list li {
    max-width: 180px;
    width: 100%;
    float: left;
    list-style-type: none;
    text-align: center;
    margin: 0 70px 70px 0; }
    .iso-list li a {
      display: block;
      text-decoration: none; }
    .iso-list li .img {
      width: 100%;
      height: 180px;
      display: block;
      overflow: hidden; }
    .iso-list li .iso-name {
      font-family: "industry-inc-base", Arial, sans-serif;
      font-size: 1.063em;
      text-transform: uppercase;
      color: #888;
      text-decoration: none;
      margin: 20px 0 0 0; }
    .iso-list li .iso-price {
      font-size: 0.875em;
      color: #888; }
    .iso-list li .btn {
      margin-top: 10px;
      font-size: 0.813em;
      padding: 11px 0 7px 0;
      border: 0; }
      .iso-list li .btn:hover {
        background: #ddd; }

.product-entry {
  overflow: hidden;
  width: 100%;
  padding: 70px 0 30px 0; }
  .product-entry h1 {
    font-size: 3em;
    margin: 0 0 40px 0; }
  .product-entry h3 {
    color: #d7c6a3;
    margin: 20px 0 10px;
    font-family: "industry-inc-base", Arial, sans-serif;
    font-size: 2em;
    font-weight: 100; }
  .product-entry p {
    font-size: 1.063em; }
    .product-entry p:last-of-type {
      margin-bottom: 60px; }
  .product-entry .sizing {
    margin-bottom: 40px; }
  .product-entry .sidebar .sidebar-img {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.52); }
    .product-entry .sidebar .sidebar-img img {
      width: 100%;
      height: auto;
      margin-bottom: -5px; }
  .product-entry .sidebar .sidebar-info a {
    width: 85px;
    height: 85px;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.52);
    float: left; }
    .product-entry .sidebar .sidebar-info a img {
      display: block;
      width: auto;
      height: 100%; }

.product-add-form {
  display: block;
  overflow: hidden;
  border: 1px solid #c0c0c0;
  margin-bottom: 100px;
  padding: 20px;
  background: #fff; }
  .product-add-form ul {
    padding: 0 0 10px;
    margin: 0;
    list-style-type: none; }
    .product-add-form ul li {
      display: block;
      overflow: hidden;
      margin: 0;
      font-family: "bree-serif", Arial, sans-serif;
      font-size: 1.063em;
      color: #555; }
      .product-add-form ul li div {
        float: left;
        margin: 0; }
      .product-add-form ul li h4 {
        font-family: "industry-inc-base", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 0.875em;
        margin: 0; }
      .product-add-form ul li .h4-responsive {
        display: none; }
      .product-add-form ul li .product {
        width: 48%;
        margin-right: 5%;
        line-height: 2; }
      .product-add-form ul li .price {
        width: 10%;
        margin-right: 5%; }
      .product-add-form ul li .qty {
        width: 7%; }
      .product-add-form ul li .size {
        margin-right: 5%;
        width: 15%; }
        .product-add-form ul li .size .select-container {
          margin: 0; }
        .product-add-form ul li .size span {
          font-size: 0.85em;
          margin-top: 13px;
          margin-right: 10px; }
      .product-add-form ul li input[type="text"] {
        font-family: "bree-serif", Arial, sans-serif;
        background: transparent;
        border-bottom: 1px solid #555;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin: 0;
        padding: 3px 5px;
        width: 100%; }
        .product-add-form ul li input[type="text"]:focus {
          border-bottom: 1px solid #d7c6a3;
          outline: 0;
          -webkit-appearance: none; }
      .product-add-form ul li .pick-a-pack-form {
        width: 100%;
        margin-top: 30px; }
        .product-add-form ul li .pick-a-pack-form .qty-total {
          float: left;
          margin-top: 20px;
          font-weight: 700;
          margin-right: 15px; }
        .product-add-form ul li .pick-a-pack-form .bottle-count {
          margin-top: 20px;
          float: right; }
          .product-add-form ul li .pick-a-pack-form .bottle-count li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-right: 5px;
            width: 10px; }
            .product-add-form ul li .pick-a-pack-form .bottle-count li img {
              fill: #333;
              width: 100%; }
        .product-add-form ul li .pick-a-pack-form label {
          width: 100%;
          padding: 15px;
          background: #eee;
          transition: 0.25s linear all;
          border-left: 1px solid #c0c0c0;
          border-right: 1px solid #c0c0c0;
          border-bottom: 1px solid #c0c0c0; }
          .product-add-form ul li .pick-a-pack-form label:first-of-type {
            border-top: 1px solid #c0c0c0; }
          .product-add-form ul li .pick-a-pack-form label:last-of-type {
            border-top: 0;
            border-bottom: 1px solid #c0c0c0; }
          .product-add-form ul li .pick-a-pack-form label:hover {
            background: #f8f8f8;
            transition: 0.25s linear all; }
          .product-add-form ul li .pick-a-pack-form label .qty-input {
            float: right; }
            .product-add-form ul li .pick-a-pack-form label .qty-input > input {
              display: inline-block;
              border: 1px solid #c8c8c8;
              background: #fff; }
            .product-add-form ul li .pick-a-pack-form label .qty-input .qty-main {
              width: 40px;
              text-align: center;
              border: 1px solid #c8c8c8;
              background: #fff;
              position: relative;
              top: 0px; }
            .product-add-form ul li .pick-a-pack-form label .qty-input input.qtyplus,
            .product-add-form ul li .pick-a-pack-form label .qty-input input.qtyminus {
              width: 25px;
              top: -1px;
              padding: 4px 0;
              position: relative; }
              .product-add-form ul li .pick-a-pack-form label .qty-input input.qtyplus:focus,
              .product-add-form ul li .pick-a-pack-form label .qty-input input.qtyminus:focus {
                outline: none;
                -webkit-appearance: none; }
            .product-add-form ul li .pick-a-pack-form label .qty-input input.qtyplus {
              margin-left: -5px; }
            .product-add-form ul li .pick-a-pack-form label .qty-input input.qtyminus {
              margin-right: -5px; }
        .product-add-form ul li .pick-a-pack-form .btn-container {
          width: 100%; }
    .product-add-form ul .product-item {
      padding: 5px 0; }
      .product-add-form ul .product-item:last-child {
        border-bottom: none; }
  .product-add-form button {
    float: right;
    padding: 10px 15px 7px 15px;
    margin-top: 20px; }

.subpage-main table {
  width: 100%; }
  .subpage-main table tr:nth-child(even) {
    background: #fff; }
  .subpage-main table td {
    padding: 10px;
    border: 2px solid #fff; }

/**********************************************************************************/
/* RESPONSIVE */
/**********************************************************************************/
/**********************************************************************************/
@media screen and (max-width: 1230px) {
  .nav-primary li {
    margin: 0; }

  .bc-search,
  .select-container {
    max-width: 100%;
    margin: 20px 0 10px 0; }

  .bc-search {
    margin: 0; } }
/**********************************************************************************/
@media screen and (max-width: 1130px) {
  .nav-primary {
    float: left;
    position: static; }
    .nav-primary .logo a {
      padding: 0; }
    .nav-primary li:not(.logo) {
      display: none; }

  .nav-extra {
    display: none; }

  .navtoggle {
    display: block;
    float: right;
    color: #fff;
    margin-top: 5px; }

  header.site .nav-social {
    display: none; }

  .home-splash .slider li {
    min-height: 200px; }
  .home-splash .init-slide h1 {
    float: none;
    margin-top: 40px; }
    .home-splash .init-slide h1 + img {
      display: none; }

  .checkout .progress-loggedin li,
  .checkout .progress-loggedout li {
    font-size: 0; } }
/**********************************************************************************/
@media screen and (max-width: 991px) {
  .featured-blogs > li {
    overflow: hidden;
    clear: both; }
    .featured-blogs > li .img {
      float: left;
      margin-right: 40px; }

  .cider-content .img img {
    display: none; }

  .cider-entry .cidermaster {
    margin-top: 40px;
    padding: 40px 20px; }

  .cider-splash h1 {
    font-size: 2.5em; } }
/**********************************************************************************/
@media screen and (max-width: 920px) {
  .home-block .title {
    widtH: 100%;
    margin: 0 0 20px 0; }
  .home-block .txt {
    widtH: 100%;
    margin: 0; }

  .products-list .product-carousel ul li {
    max-width: 100px; }

  .products-list {
    background-position: 0 210px; } }
/**********************************************************************************/
@media screen and (max-width: 850px) {
  .product-add-form ul li .h4-full {
    display: none; }
  .product-add-form ul li .h4-responsive {
    display: block; }
  .product-add-form ul li .product {
    width: 100%; }
  .product-add-form ul .product-item .size,
  .product-add-form ul .product-item .price,
  .product-add-form ul .product-item .qty {
    width: 100%;
    margin-top: 30px; }
  .product-add-form ul .product-item .price {
    margin-top: 10px; }
  .product-add-form button {
    float: right;
    padding: 10px 15px 7px 15px;
    margin-top: 20px; } }
/**********************************************************************************/
@media screen and (max-width: 767px) {
  footer.site .row > div {
    clear: both;
    margin-bottom: 40px;
    display: block;
    overflow: hidden; }

  .featured-blogs > li {
    overflow: hidden;
    clear: both;
    max-width: 360px;
    margin: 0 auto 40px;
    display: block; }
    .featured-blogs > li .img {
      float: none;
      display: inline-block;
      text-align: center;
      margin-right: 0; }

  .order-table {
    width: 100%;
    table-layout: fixed; }
    .order-table thead {
      font-family: "papercutebold", Arial, sans-serif;
      font-size: 1.188em;
      display: none; }
    .order-table tr {
      width: 100%;
      float: left;
      border-bottom: 1px solid #e1e1e1; }
    .order-table td,
    .order-table th {
      padding: 10px 10px;
      text-align: center; }
    .order-table td {
      width: 100%;
      font-size: 1.063em;
      display: block;
      text-align: right; }
    .order-table .product:before,
    .order-table .price:before,
    .order-table .qty:before,
    .order-table .total:before,
    .order-table .subtotal:before,
    .order-table .delivery:before {
      float: left;
      display: block;
      font-weight: 600;
      text-align: left; }
    .order-table .product {
      width: 100%;
      text-align: right; }
      .order-table .product:before {
        content: 'Product:'; }
    .order-table .price {
      width: 100%;
      text-align: right; }
      .order-table .price:before {
        content: 'Price:'; }
    .order-table .qty {
      width: 100%;
      text-align: right; }
      .order-table .qty:before {
        content: 'Qty:'; }
    .order-table .total {
      width: 100%;
      text-align: right; }
      .order-table .total:before {
        content: 'Total:'; }
    .order-table .remove {
      width: 100%;
      text-align: right;
      margin-bottom: 30px;
      float: left; }
      .order-table .remove button {
        width: 100%;
        background: #d7c6a3;
        border: 0;
        color: #fff;
        border-radius: 0;
        height: auto; }
        .order-table .remove button:hover {
          background: #cfbb91; }
    .order-table .info-row th, .order-table .info-row td {
      padding: 10px; }
    .order-table .info-row th {
      display: none; }
    .order-table .info-row td:not(:last-of-type) {
      display: none; }
    .order-table .subtotal th,
    .order-table .subtotal td {
      padding: 10px; }
    .order-table .subtotal:before {
      content: 'Subtotal:'; }
    .order-table .delivery:before {
      content: 'Delivery:'; }
    .order-table .info-row.subtotal:before,
    .order-table .info-row.delivery:before,
    .order-table .info-row.total:before {
      margin-top: 10px; }

  .total-submit input {
    display: block;
    width: 100%;
    margin: 20px 0; }
  .total-submit .btn {
    margin: 0; }
    .total-submit .btn:first-of-type {
      margin: inherit; }
  .total-submit .btn-primary {
    margin-top: 20px; }

  .form-container .checkout-container-left,
  .form-container .checkout-container-right {
    width: 100%; }
  .form-container .checkout-container-left.full {
    width: 100%;
    margin: 0; }
    .form-container .checkout-container-left.full .form-horizontal {
      width: 100%; }
      .form-container .checkout-container-left.full .form-horizontal fieldset {
        width: 100%;
        margin-right: 0; }
  .form-container .actions {
    padding: 10px 0px; }
    .form-container .actions .btn-back {
      float: left; } }
/**********************************************************************************/
@media screen and (max-width: 615px) {
  header.site {
    height: 60px;
    padding: 0; }

  .nav-primary .logo a {
    font-size: 32px; }

  .navtoggle {
    margin-top: 3px; }

  .home-splash .init-slide h1 {
    font-size: 1.8em; }

  .block1 .title h2 {
    font-size: 2em; }

  .block2 .title h2 {
    font-size: 2em; }

  .block3 .title h2 {
    font-size: 2em; }

  .keg-callout .text {
    padding: 20px; }
  .keg-callout .img {
    display: none; }

  .breadcrumbs {
    text-align: center; }
    .breadcrumbs .breadcrumbs-utility {
      width: 100%;
      max-width: 100%; }
    .breadcrumbs .user-info {
      width: 100%; }
      .breadcrumbs .user-info p:first-of-type {
        margin: 0; } }
/**********************************************************************************/
@media screen and (max-width: 460px) {
  #store-slider {
    font-size: 0.75em; }

  .splash .top {
    min-height: 300px; }
    .splash .top .tree {
      width: 200px;
      margin-left: -100px; }
    .splash .top .text h1 {
      font-size: 1.8em; }
  .splash .bottom h1 {
    font-size: 1.8em; } }

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