@charset "UTF-8";
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSansStd.eot");
  src: url("../fonts/GillSansStd.eot") format("embedded-opentype"), url("../fonts/GillSansStd.woff2") format("woff2"), url("../fonts/GillSansStd.woff") format("woff"), url("../fonts/GillSansStd.ttf") format("truetype"), url("../fonts/GillSansStd.svg#GillSansStd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akkurat';
  src: url("../fonts/Akkurat.eot");
  src: local("☺"), url("../fonts/Akkurat.woff") format("woff"), url("../fonts/Akkurat.ttf") format("truetype"), url("../fonts/Akkurat.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'American Typewriter';
  src: url("../fonts/americantypewriter.eot");
  src: url("../fonts/americantypewriter.eot") format("embedded-opentype"), url("../fonts/americantypewriter.woff2") format("woff2"), url("../fonts/americantypewriter.woff") format("woff"), url("../fonts/americantypewriter.ttf") format("truetype"), url("../fonts/americantypewriter.svg#americantypewriter") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */
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: 1.5em;
  margin: 0.67em 0;
}

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  -moz-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.
 */
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.
 */
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.
 */
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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

body {
  font-family: 'Gill Sans', Arial, Tahoma, Helvetica, sans-serif;
  font-size: 100%;
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 1;
}

body a {
  color: white;
}

.bg-white body {
  background-color: white;
  color: black;
}

.bg-white body a {
  color: black;
}

@media only screen and (max-width: 1150px) {
  body {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 950px) {
  body {
    font-size: 0.9em;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

input[type=text],
input[type=email],
input[type=password],
button,
textarea {
  background: transparent;
  padding: 0.4em;
  border: 1px solid white;
  height: 2em;
  line-height: 1.2em;
  color: white;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.bg-white input[type=text],
.bg-white input[type=email],
.bg-white input[type=password],
.bg-white button,
.bg-white textarea {
  border: 1px solid black;
  color: black;
}

textarea {
  max-width: 100%;
  min-height: 200px;
}

.wpcf7 .row {
  padding-left: 13em;
  margin-bottom: 10px;
  *zoom: 1;
  clear: both;
}

.wpcf7 .row:before,
.wpcf7 .row:after {
  content: " ";
  display: table;
}

.wpcf7 .row:after {
  clear: both;
}

.wpcf7 label {
  float: left;
  width: 13em;
  margin-left: -13em;
  line-height: 1.2em;
  padding: 0.4em 0;
}

.wpcf7 .wpcf7-submit {
  background: #bf311a;
  border: none;
  padding: 0.5em 1.4em;
  text-transform: uppercase;
  float: left;
  height: 2.2em;
  line-height: 1;
  display: block;
}

.wpcf7 .ajax-loader {
  float: left;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #bf311a;
  font-size: 0.8em;
}

.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0 0;
  padding: 0.5em 1em;
  background: #bf311a;
  color: black;
  border: none;
}

@media only screen and (max-width: 600px) {
  .wpcf7 .row {
    padding-left: 0;
  }
  .wpcf7 label {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

body > header {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 230px;
  padding-right: 30px;
  *zoom: 1;
  clear: both;
  position: relative;
  padding-top: 20px;
}

@media only screen and (max-width: 950px) {
  body > header {
    padding-left: 30px;
  }
}

body > header:before,
body > header:after {
  content: " ";
  display: table;
}

body > header:after {
  clear: both;
}

body > header > * {
  display: inline-block;
  vertical-align: bottom;
}

body > header > h1 {
  margin: 0 0 0 -200px;
}

body > header > h1 a {
  display: block;
}

body > header > h1 img {
  width: 300px;
}

body > header nav {
  margin: 0 0 15px -100px;
  font-size: 1.4em;
  font-family: 'Akkurat';
  z-index: 10;
}

body > header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body > header li {
  float: left;
}

body > header li a {
  padding: 0.2em 0.5em;
  display: block;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

body > header li a:hover {
  color: #bf311a;
}

body > header li:first-child a {
  padding-left: 0;
}

body > header li.current_page_item a {
  text-decoration: underline;
}

body > header a {
  text-decoration: none;
}

body > header .mobile-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
  width: 55px;
  height: 55px;
  text-align: center;
  float: right;
  padding: 25px 10px;
  z-index: 15;
}

body > header .mobile-menu-toggle span,
body > header .mobile-menu-toggle span:before,
body > header .mobile-menu-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.menu-reveal body > header .mobile-menu-toggle span,
.menu-reveal body > header .mobile-menu-toggle span:before,
.menu-reveal body > header .mobile-menu-toggle span:after {
  background: black;
}

.bg-white.menu-reveal body > header .mobile-menu-toggle span,
.bg-white.menu-reveal body > header .mobile-menu-toggle span:before,
.bg-white.menu-reveal body > header .mobile-menu-toggle span:after {
  background: white;
}

body > header .mobile-menu-toggle span:before {
  top: -10px;
}

body > header .mobile-menu-toggle span:after {
  bottom: -10px;
}

.menu-reveal body > header .mobile-menu-toggle {
  position: fixed;
}

.menu-reveal body > header .mobile-menu-toggle span {
  background-color: transparent !important;
}

.menu-reveal body > header .mobile-menu-toggle span:before,
.menu-reveal body > header .mobile-menu-toggle span:after {
  top: 0;
}

.menu-reveal body > header .mobile-menu-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-reveal body > header .mobile-menu-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bg-white body > header .mobile-menu-toggle span,
.bg-white body > header .mobile-menu-toggle span:before,
.bg-white body > header .mobile-menu-toggle span:after {
  background: black;
}

@media only screen and (max-width: 950px) {
  body > header {
    font-size: 0.8em;
    text-align: center;
    padding-top: 50px;
  }
  body > header > h1 {
    margin: 0 -70px 0 0;
  }
  body > header nav {
    margin: 25px 0 15px 0;
  }
}

@media only screen and (max-width: 750px) {
  body > header > h1 {
    margin: 0 -35px 0 0;
  }
  body > header > h1 img {
    width: 150px;
  }
  body > header nav {
    display: table;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    font-size: 1.7em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
  }
  body > header nav a {
    color: black;
  }
  body > header nav a:hover {
    color: black;
  }
  .menu-reveal body > header nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .bg-white body > header nav {
    background: black;
  }
  .bg-white body > header nav a {
    color: white;
  }
  .bg-white body > header nav a:hover {
    color: white;
  }
  body > header ul {
    display: table-cell;
    vertical-align: middle;
  }
  body > header li {
    float: none;
    display: block;
  }
  body > header li a {
    padding: 0.35em 0.5em;
  }
  body > header .mobile-menu-toggle {
    display: block;
  }
}

body > footer {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 230px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 950px) {
  body > footer {
    padding-left: 30px;
  }
}

body > footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

body > footer ul li.facebook a:before {
  content: "";
}

body > footer ul li.twitter a:before {
  content: "";
}

body > footer ul li.instagram a:before {
  content: "";
}

body > footer ul a {
  display: block;
}

body > footer ul a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
  vertical-align: middle;
  display: inline-block;
  height: 1em;
  line-height: 1em;
}

body > footer ul a:hover span {
  text-decoration: underline;
}

body > footer ul span {
  vertical-align: middle;
  display: inline-block;
  height: 1em;
  line-height: 1em;
}

body > footer a {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  body > footer {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 950px) {
  body > footer {
    padding-bottom: 50px;
    text-align: center;
  }
}

body > main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 230px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 950px) {
  body > main {
    padding-left: 30px;
  }
}

body > main article {
  font-size: 1.1em;
  line-height: 1.4;
}

body > main article h1 {
  font-size: 2.4em;
}

body > main article a {
  color: #cb3131;
  text-decoration: none;
}

body > main article a:hover {
  text-decoration: underline;
}

body > main article .gallery {
  margin-left: -7px;
  margin-right: -7px;
  max-width: 488px;
}

body > main article .gallery-item {
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  max-width: 164px;
  margin: 0 0 14px 0;
  line-height: 0;
}

body > main article .gallery-item a {
  display: inline-block;
  border: 1px solid #999999;
  box-shadow: inset 0px 0px 5px 5px white;
  position: relative;
}

body > main article .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
  box-shadow: inset 0px 0px 3px 0px rgba(153, 153, 153, 0.7);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

body > main article .gallery-item a:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 750px) {
  body > main article h1 {
    font-size: 1.8em;
    text-align: center;
  }
}

@media only screen and (max-width: 390px) {
  body > main article .gallery-item {
    width: 50%;
  }
}

#products {
  padding-top: 50px;
}

#products h1 {
  font-size: 1.4em;
  text-align: left;
  margin-top: 0;
}

#products p {
  margin: 0.05em 0;
}

#products h4 {
  text-transform: uppercase;
  color: #cb3131;
  margin: 0;
}

#products article {
  padding: 3em 0 3em 200px;
  *zoom: 1;
  clear: both;
}

#products article:before,
#products article:after {
  content: " ";
  display: table;
}

#products article:after {
  clear: both;
}

#products article:first-child {
  padding-top: 0;
  border-top: none;
}

#products article > img {
  float: left;
  margin-left: -150px;
}

#products article > div {
  text-align: left;
}

#products .notes {
  margin-top: 30px;
}

#products .back-vintages {
  padding-left: 16.5em;
  color: #cb3131;
}

#products .back-vintages h4 {
  display: block;
  float: left;
  margin-left: -16.5em;
}

#products .back-vintages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#products .back-vintages li {
  display: inline-block;
}

#products .back-vintages li span {
  display: block;
}

#products .back-vintages li span:after {
  content: '|';
  margin: 0 0.5em;
}

#products .back-vintages li:last-child span:after {
  content: none;
}

@media only screen and (max-width: 1150px) {
  #products article {
    padding-left: 170px;
  }
  #products article > img {
    width: 50px;
    margin-left: -115px;
  }
}

@media only screen and (max-width: 950px) {
  #products article {
    padding-left: 200px;
  }
  #products article > img {
    width: 75px;
    margin-left: -150px;
  }
}

@media only screen and (max-width: 750px) {
  #products article {
    padding-left: 170px;
  }
  #products article > img {
    width: 50px;
    margin-left: -115px;
  }
  #products .back-vintages {
    padding-left: 0;
  }
  #products .back-vintages h4 {
    float: none;
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #products h1 {
    margin-top: 1.5em;
  }
  #products article {
    padding-left: 0;
    text-align: center;
    border-top: 2px dashed #231f20;
  }
  #products article > img {
    width: 75px;
    float: none;
    display: inline-block;
    margin-left: 0;
  }
}

#distributors {
  margin-left: -10px;
  margin-right: -10px;
}

#distributors article {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 3em;
}

#distributors article h1 {
  margin: 0;
  font-size: 1.3em;
  text-align: left;
}

#distributors article p {
  margin: 0.25em 0;
}

#distributors article a {
  color: white;
}

#distributors span {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
}

@media only screen and (max-width: 950px) {
  #distributors {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 600px) {
  #distributors {
    margin-left: 0;
    margin-right: 0;
  }
  #distributors article {
    width: 100%;
    padding: 2em 0;
    margin-bottom: 0;
    border-top: 2px dashed #231f20;
  }
}

.page-home body > header {
  text-align: center;
  padding-left: 30px;
  padding-top: 50px;
}

.page-home body > header > h1 {
  margin: 0 -100px 0 0;
}

.page-home body > header > h1 img {
  width: 350px;
}

.page-home body > header nav {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .page-home body > header > h1 {
    margin: 0 -45px 0 0;
  }
  .page-home body > header > h1 img {
    width: 250px;
  }
}

@media only screen and (max-width: 750px) {
  .page-home body > header > h1 {
    margin: 0 -30px 0 0;
  }
  .page-home body > header > h1 img {
    width: 150px;
  }
  .page-home body > header nav {
    display: table;
  }
}

.page-home main {
  padding-left: 30px;
  padding-top: 8em;
  text-align: center;
}

.page-home main article {
  max-width: 29em;
  display: inline-block;
  font-size: 1.2em;
}

.page-home main nav {
  margin: 0 0 25px 0;
  font-size: 1.1em;
  font-family: 'American Typewriter';
}

.page-home main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home main li {
  display: inline-block;
}

.page-home main li:before {
  content: '|';
  margin: 0 0.5em;
}

.page-home main li a {
  padding: 0 0.5em;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.page-home main li a:hover {
  color: #bf311a;
}

.page-home main li:first-child:before {
  content: none;
}

.page-home main li:first-child a {
  padding-left: 0;
}

.page-home main li.current_page_item a {
  text-decoration: underline;
}

@media only screen and (max-width: 1150px) {
  .page-home main {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 750px) {
  .page-home main {
    padding-top: 3em;
  }
  .page-home main nav {
    display: none;
  }
}

.page-home body > footer {
  padding-left: 30px;
  text-align: center;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -48px;
  right: -48px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
  display: block;
  height: 45px;
  width: 45px;
  font-size: 80px;
}

.fancybox-close:before {
  content: "\00d7";
  color: white;
  display: block;
  line-height: 50px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  opacity: 0;
  border-style: solid;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fancybox-prev span {
  left: 15px;
  border-width: 30px 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
}

.fancybox-next span {
  right: 15px;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #ffffff;
}

.fancybox-nav:hover span {
  visibility: visible;
  opacity: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.8);
}

.bg-white .fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1200px) {
  .fancybox-close {
    right: -5px;
  }
}

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