/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 4px;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  text-decoration: none;
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
  background-image: -o-linear-gradient(#dddddd, #eeeeee);
  background-image: linear-gradient(#dddddd, #eeeeee);
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.glide{position:relative;width:100%;height:100%}.glide__wrapper{overflow:hidden}.glide__track{position:relative;width:100%;height:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-ms-touch-action:pan-Y;touch-action:pan-Y;overflow:hidden;padding:0}.glide__track.dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__arrow{cursor:pointer}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide--slider .glide__slide{float:left;clear:none}.glide--carousel.glide--vertical .glide__track{overflow:visible}.glide--carousel .glide__slide{float:left;clear:none}.glide--slideshow .glide__wrapper{height:100%}.glide--slideshow .glide__slide{height:100%;position:absolute;top:0;left:0;z-index:-1;-webkit-transform-style:preserve-3d;-webkit-transform:translate3d(0, 0, 0)}.glide--slideshow .glide__slide.active{z-index:1}
.glide__arrows{position:absolute}.glide--horizontal .glide__arrows{top:50%;width:92%;margin-left:4%}.glide--vertical .glide__arrows{left:50%;height:88%;margin-top:6%}.glide__arrow{position:absolute;z-index:2;color:white;text-transform:uppercase;font:11px Arial,sans-serif;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;opacity:1;-webkit-transition:opacity 150ms ease,border 300ms ease-in-out;-o-transition: opacity 150ms ease,border 300ms ease-in-out;transition:opacity 150ms ease,border 300ms ease-in-out}.glide__arrow.disabled{opacity:.33}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide--horizontal .glide__arrow{-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.glide--horizontal .glide__arrow.prev{left:0}.glide--horizontal .glide__arrow.next{right:0}.glide--vertical .glide__arrow{-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.glide--vertical .glide__arrow.prev{top:0}.glide--vertical .glide__arrow.next{bottom:0}.glide__bullets{position:absolute;z-index:2;list-style:none}.glide--horizontal .glide__bullets{bottom:8%;left:0;width:100%;height:12px;text-align:center}.glide--vertical .glide__bullets{top:50%;right:8%;width:12px;height:auto;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.glide__bullets>*{display:inline-block;background-color:rgba(255,255,255,0.5);width:12px;height:12px;padding:0;cursor:pointer;border-radius:50%;border:2px solid transparent;-webkit-transition:all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition:all 300ms ease-in-out}.glide--horizontal .glide__bullets>*{margin:0 5px}.glide--vertical .glide__bullets>*{vertical-align:middle}.glide__bullets>*.active{background-color:white}.glide__bullets>*:focus{outline:none}.glide__bullets>*:hover,.glide__bullets>*:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}
/*! lightgallery - v1.6.6 - 2017-12-20
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  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;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 0.15s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s, -o-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -o-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -o-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -o-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s, -o-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.1s ease 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@charset "UTF-8";
/* Grid settings ————————————————————————————————————— */
/* Baseline ————————————————————————————————————— */
/* Colors ————————————————————————————————————— */
/* Fonts ————————————————————————————————————— */
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Regular-Web.eot?") format("eot");
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Black Tie";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BlackTie-Regular-webfont.eot?") format("eot"), url("../fonts/BlackTie-Regular-webfont.woff2") format("woff2"), url("../fonts/BlackTie-Regular-webfont.woff") format("woff"), url("../fonts/BlackTie-Regular-webfont.ttf") format("truetype"), url("../fonts/BlackTie-Regular-webfont.svg#Black Tie") format("svg"); }

/* Style ————————————————————————————————————— */
/* Functions ————————————————————————————————————— */
/* Typography ————————————————————————————————————— */
/* Layout ————————————————————————————————————— */
/* Forms ————————————————————————————————————— */
html:after {
  content: "js-breakpoints-getComputedStyleTest";
  visibility: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 0;
  height: 0; }

/* 
  Media queries  ------------------------------------------------------------------
*/
@media all and (min-width: 6.25em) {
  body:after {
    content: "bp0";
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0; }
  body .js-breakpoints-bp0 {
    position: absolute; } }

@media all and (min-width: 37.5em) {
  body:after {
    content: "bp1";
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0; }
  body .js-breakpoints-bp1 {
    position: absolute; } }

@media all and (min-width: 50em) {
  body:after {
    content: "bp2";
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0; }
  body .js-breakpoints-bp2 {
    position: absolute; } }

@media all and (min-width: 75em) {
  body:after {
    content: "bp3";
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0; }
  body .js-breakpoints-bp3 {
    position: absolute; } }

@media all and (min-width: 93.75em) {
  body:after {
    content: "bp4";
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0; }
  body .js-breakpoints-bp4 {
    position: absolute; } }

/* Global ——————————————————————————————————*/
body {
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  color: #111;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em; }

::-moz-selection {
  background: #c65c4b; }

::selection {
  background: #c65c4b; }

html {
  font-size: 93.75%;
  line-height: 1.4; }
  @media all and (min-width: 100px) {
    html {
      font-size: 81.25%; } }
  @media all and (min-width: 600px) {
    html {
      font-size: 87.5%; } }
  @media all and (min-width: 800px) {
    html {
      font-size: 93.75%; } }
  @media all and (min-width: 1200px) {
    html {
      font-size: 106.25%; } }
  @media all and (min-width: 1500px) {
    html {
      font-size: 118.75%; } }

/* Typography ——————————————————————————————————*/
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; }

h1 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1.4rem; }

h2 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.4rem; }

h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.4rem; }

p {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 1.4rem; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.4; }

/* Lists ——————————————————————————————————*/
.dynamic-container ul li, .dynamic-container ol li {
  margin: 0 0 0.7rem 0; }

.dynamic-container ul {
  margin: 0.7rem 0 1.4rem 0;
  list-style: none; }
  .dynamic-container ul li:before {
    width: 1.4rem;
    margin-left: -1.4rem;
    content: "\02014";
    display: block;
    float: left; }

/* Links ——————————————————————————————————*/
a {
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #111;
  padding-bottom: 0.07rem;
  border-bottom-color: transparent; }
  a:hover {
    color: #111;
    border-color: #111; }

.dynamic-container a {
  border-color: #bebec4; }
  .dynamic-container a:hover {
    border-color: #111; }

h1 a, h2 a, h3 a, figure a {
  border-bottom: none; }

a.remove, a.close {
  border-bottom: none; }

/* 
  Messages  ------------------------------------------------------------------
*/
.message, .mc4wp-response > *, .error, .woocommerce-error, .alert, .woocommerce-alert, .success, .mc4wp-success, .woocommerce-message {
  padding: 0.7rem;
  border: 1px solid #e0e4e8;
  border-radius: 0;
  background: #f7f8f9;
  margin-bottom: 1.4rem;
  font-size: 1rem; }
  .message strong, .mc4wp-response > * strong, .error strong, .woocommerce-error strong, .alert strong, .woocommerce-alert strong, .success strong, .mc4wp-success strong, .woocommerce-message strong {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4; }
  .message li, .mc4wp-response > * li, .error li, .woocommerce-error li, .alert li, .woocommerce-alert li, .success li, .mc4wp-success li, .woocommerce-message li {
    margin-bottom: 0 !important; }
  .message a, .mc4wp-response > * a, .message:before, .mc4wp-response > :before, .error a, .woocommerce-error a, .error:before, .woocommerce-error:before, .alert a, .woocommerce-alert a, .alert:before, .woocommerce-alert:before, .success a, .mc4wp-success a, .woocommerce-message a, .success:before, .mc4wp-success:before, .woocommerce-message:before {
    color: inherit !important;
    background: transparent !important;
    cursor: pointer; }
    .message a:hover, .mc4wp-response > * a:hover, .message:before:hover, .mc4wp-response > :before:hover, .error a:hover, .woocommerce-error a:hover, .error:before:hover, .woocommerce-error:before:hover, .alert a:hover, .woocommerce-alert a:hover, .alert:before:hover, .woocommerce-alert:before:hover, .success a:hover, .mc4wp-success a:hover, .woocommerce-message a:hover, .success:before:hover, .mc4wp-success:before:hover, .woocommerce-message:before:hover {
      background: transparent !important; }
  .message:hover:before, .mc4wp-response > :hover:before, .error:hover:before, .woocommerce-error:hover:before, .alert:hover:before, .woocommerce-alert:hover:before, .success:hover:before, .mc4wp-success:hover:before, .woocommerce-message:hover:before {
    background: transparent !important; }

.error, .woocommerce-error {
  color: #d23131;
  background: #f7d8d8;
  border-color: #e48585; }
  .error a, .woocommerce-error a {
    border-color: #e48585; }

.warning, .woocommerce-warning {
  color: #e38900;
  background: #ffe0b0;
  border-color: #ffb74a; }
  .warning a, .woocommerce-warning a {
    border-color: #ffb74a; }

.success, .mc4wp-success, .woocommerce-message {
  color: #30956d;
  background: #ade4ce;
  border-color: #5fcca1 !important; }
  .success a, .mc4wp-success a, .woocommerce-message a {
    border-color: #5fcca1 !important; }

/* Images ——————————————————————————————————*/
img, svg {
  max-width: 100%;
  height: auto;
  width: auto;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic; }

figure, img, svg {
  margin: 0 0 1.4rem 0; }
  figure:first-child, img:first-child, svg:first-child {
    margin-top: 0; }

svg {
  fill: currentColor; }

figure {
  max-width: 100%;
  clear: both;
  position: relative;
  line-height: 0; }
  figure > img {
    margin-top: 0;
    margin-bottom: 0; }

figcaption {
  color: #bebec4;
  line-height: 1.4; }

figure.svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 0; }

figure.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.4rem; }
  figure.video iframe, figure.video object, figure.video embed {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

html.js .dynamic-container figure:not(.video):not(.thumbnail) {
  height: 0;
  padding-bottom: 139%;
  background: #f7f8f9; }
  html.js .dynamic-container figure:not(.video):not(.thumbnail) img {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  html.js .dynamic-container figure:not(.video):not(.thumbnail).loaded {
    padding-bottom: 0;
    height: auto; }
    html.js .dynamic-container figure:not(.video):not(.thumbnail).loaded img {
      -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      position: relative;
      opacity: 1; }

.wp-video > *, .video > * {
  max-width: 100%; }

/* 
  Tables  ------------------------------------------------------------------
*/
table {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 1.4rem; }
  table thead, table th {
    display: none;
    font-weight: inherit;
    text-align: left; }
  table thead td, table thead th {
    border-top: 0;
    padding-top: 0; }
  table tbody {
    border-bottom: 1px solid #e0e4e8; }
  table tr {
    width: 100%;
    padding: 0.7rem 0; }
  table td p:last-child, table th p:last-child {
    padding-bottom: 0; }
  table td:first-child, table th:first-child {
    padding-left: 0 !important; }
  table td:last-child, table th:last-child {
    padding-right: 0 !important; }
  table img {
    min-width: 4.2rem; }

table.grid {
  width: 100%;
  float: left;
  clear: both;
  display: block; }
  table.grid tbody {
    width: 100%;
    float: left; }
  table.grid thead {
    width: 100%;
    float: left; }
  table.grid tr {
    float: left;
    display: block; }
  table.grid td, table.grid th {
    display: block;
    padding: 0.7rem 0; }
    table.grid td:first-child, table.grid th:first-child {
      padding-left: 0 !important; }
    table.grid td:last-child, table.grid th:last-child {
      padding-right: 0 !important; }

@media all and (min-width: 37.5em) {
  table thead {
    display: table-header-group; }
    table thead th {
      display: table-cell; }
  table tr {
    float: none;
    padding: 0;
    border-top: 0; }
  table td, table th {
    padding: 0.7rem 1rem;
    display: table-cell;
    float: none;
    width: auto;
    border-top: 1px solid #e0e4e8; }
  .gallery.asymmetrical .gallery-item:nth-child(2) {
    float: right; } }

/* Comments ——————————————————————————————————*/
.comment-list ol {
  list-style: none; }

form.placeholder {
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: #111 !important; }

form:-moz-placeholder {
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: #111 !important; }

form::-webkit-input-placeholder {
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: #111 !important; }

label {
  display: inline-block; }
  label abbr {
    text-decoration: none !important; }
  label img {
    max-height: rhythm(2);
    vertical-align: middle;
    line-height: 0;
    margin: 0 0.5em; }

h1 label, h2 label, h3 label {
  color: #111;
  padding: 0;
  font-style: inherit; }

fieldset {
  padding: 0.35rem 0 0.35rem 0;
  border-bottom: 1px solid #e0e4e8;
  margin: 1.4rem 0;
  border-radius: 0; }
  fieldset:first-child {
    margin-top: 0; }

.newsletter-form {
  text-align: center;
  max-width: 25rem;
  margin: 0 auto; }
  .newsletter-form p {
    margin-bottom: 0;
    width: 100%; }
    .newsletter-form p input {
      border-radius: 0;
      border-bottom-width: 0;
      text-align: center; }
    .newsletter-form p:first-child input {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .newsletter-form p:last-child input {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-width: 1px; }
  .newsletter-form input {
    width: 100%; }

.mc4wp-response {
  margin: 1.4rem auto;
  text-align: center; }

/* 
  Inputs  ------------------------------------------------------------------
*/
textarea,
select,
input,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="website"],
input.text {
  -webkit-font-smoothing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-shadow: none;
  box-sizing: border-box;
  border: 0;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid #111;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 25;
  padding: 0.35rem 0 0.35rem 0;
  font-size: 100%;
  max-width: 100%;
  line-height: 1; }
  textarea:hover, textarea:focus, textarea:active,
  select:hover,
  select:focus,
  select:active,
  input:hover,
  input:focus,
  input:active,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="month"]:hover,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="text"]:hover,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="website"]:hover,
  input[type="website"]:focus,
  input[type="website"]:active,
  input.text:hover,
  input.text:focus,
  input.text:active {
    box-shadow: none;
    background-image: none;
    z-index: 50;
    outline: none;
    color: #111;
    border-color: currentcolor; }
  @media all and (min-width: 37.5em) {
    textarea,
    select,
    input,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="website"],
    input.text {
      font-size: 100%; } }
  @media all and (min-width: 50em) {
    textarea,
    select,
    input,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="website"],
    input.text {
      font-size: 100%; } }
  @media all and (min-width: 75em) {
    textarea,
    select,
    input,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="website"],
    input.text {
      font-size: 100%; } }
  @media all and (min-width: 93.75em) {
    textarea,
    select,
    input,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="website"],
    input.text {
      font-size: 100%; } }
  textarea:focus.placeholder,
  select:focus.placeholder,
  input:focus.placeholder,
  input[type="date"]:focus.placeholder,
  input[type="datetime"]:focus.placeholder,
  input[type="datetime-local"]:focus.placeholder,
  input[type="email"]:focus.placeholder,
  input[type="month"]:focus.placeholder,
  input[type="number"]:focus.placeholder,
  input[type="password"]:focus.placeholder,
  input[type="search"]:focus.placeholder,
  input[type="tel"]:focus.placeholder,
  input[type="text"]:focus.placeholder,
  input[type="time"]:focus.placeholder,
  input[type="url"]:focus.placeholder,
  input[type="week"]:focus.placeholder,
  input[type="website"]:focus.placeholder,
  input.text:focus.placeholder {
    display: none;
    color: transparent; }
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  input:focus::-webkit-input-placeholder,
  input[type="date"]:focus::-webkit-input-placeholder,
  input[type="datetime"]:focus::-webkit-input-placeholder,
  input[type="datetime-local"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="month"]:focus::-webkit-input-placeholder,
  input[type="number"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="time"]:focus::-webkit-input-placeholder,
  input[type="url"]:focus::-webkit-input-placeholder,
  input[type="week"]:focus::-webkit-input-placeholder,
  input[type="website"]:focus::-webkit-input-placeholder,
  input.text:focus::-webkit-input-placeholder {
    display: none;
    color: transparent; }
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  input::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="website"]::-webkit-input-placeholder,
  input.text::-webkit-input-placeholder {
    color: #bebec4; }
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  input:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="website"]:-ms-input-placeholder,
  input.text:-ms-input-placeholder {
    color: #bebec4; }
  textarea::placeholder,
  select::placeholder,
  input::placeholder,
  input[type="date"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="email"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="time"]::placeholder,
  input[type="url"]::placeholder,
  input[type="week"]::placeholder,
  input[type="website"]::placeholder,
  input.text::placeholder {
    color: #bebec4; }

textarea {
  display: block;
  border: 1px solid #111;
  padding: 0.35rem; }

p > input, p > textarea, p > select, p > span > select {
  margin-bottom: 0 !important; }

input[type="checkbox"], input[type="radio"] {
  vertical-align: 0.1em; }

/* 
  Buttons  ------------------------------------------------------------------
*/
input[type=submit], input[type=button], button, a.button {
  border-bottom: none;
  -webkit-font-smoothing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-shadow: none;
  box-sizing: border-box;
  border: 0;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid #111;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 25;
  padding: 0.35rem 0 0.35rem 0;
  font-size: 100%;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent; }
  input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, button:hover, button:focus, button:active, a.button:hover, a.button:focus, a.button:active {
    box-shadow: none;
    background-image: none;
    z-index: 50;
    outline: none;
    color: #111;
    border-color: currentcolor; }
  @media all and (min-width: 37.5em) {
    input[type=submit], input[type=button], button, a.button {
      font-size: 100%; } }
  @media all and (min-width: 50em) {
    input[type=submit], input[type=button], button, a.button {
      font-size: 100%; } }
  @media all and (min-width: 75em) {
    input[type=submit], input[type=button], button, a.button {
      font-size: 100%; } }
  @media all and (min-width: 93.75em) {
    input[type=submit], input[type=button], button, a.button {
      font-size: 100%; } }
  input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, button:hover, button:focus, button:active, a.button:hover, a.button:focus, a.button:active {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    border: 1px solid #111; }
  input[type=submit]:before, input[type=submit]:after, input[type=button]:before, input[type=button]:after, button:before, button:after, a.button:before, a.button:after {
    color: inherit; }
  input[type=submit].next:after, input[type=button].next:after, button.next:after, a.button.next:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    padding: 0 0 0 0.25em; }
  input[type=submit].prev:after, input[type=button].prev:after, button.prev:after, a.button.prev:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    padding: 0 0.25em 0 0; }

/* 
  Selects  ------------------------------------------------------------------
*/
select {
  padding-right: 1em;
  cursor: pointer; }
  select:hover {
    background-color: #f7f8f9; }

.select2 {
  font-weight: inherit; }
  .select2 *:focus {
    outline: none; }

.select2-container .select2-selection {
  height: auto;
  min-height: 2.1rem;
  padding: 0.35rem 0;
  border: 0;
  font-weight: inherit;
  border-bottom: 1px solid #111;
  padding-bottom: 0.07rem;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent; }
  .select2-container .select2-selection:hover {
    color: #111;
    border-color: #111;
    background-color: transparent; }
  .select2-container .select2-selection:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    top: 0;
    padding: 0.35rem 0; }

.select2-container .select2-selection__arrow {
  display: none; }

.select2-container.select2-container--open .select2-selection:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.2857142857%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 14px;
  line-height: 1.4rem; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #111;
  padding-bottom: 0.07rem; }

.select2-dropdown-open .select2-choice {
  box-shadow: none; }

.select2-dropdown {
  border: 1px solid currentcolor;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: inherit;
  background-color: #fff;
  color: #111; }
  .select2-dropdown [aria-disabled="true"] {
    display: none; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff; }

.select2-drop {
  border: 1px solid #111;
  margin-top: 0;
  margin-right: -1px;
  border-radius: 0; }
  .select2-drop > div {
    padding: 0; }
  .select2-drop input {
    border-radius: 0;
    padding: 0.175rem 0.5em !important;
    border: 0;
    border-bottom: 1px solid #111; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #111; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }

/* 
  Checkboxes and Radio buttons  ------------------------------------------------------------------
*/
input.input-radio, input.input-checkbox {
  opacity: 0;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 18px;
  height: 1.4rem; }
  input.input-radio + label, input.input-checkbox + label {
    position: relative;
    padding-left: 24px;
    vertical-align: middle;
    display: inline-block; }
    input.input-radio + label::before, input.input-radio + label::after, input.input-checkbox + label::before, input.input-checkbox + label::after {
      position: absolute;
      content: "";
      display: inline-block;
      box-sizing: border-box;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
           -o-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    input.input-radio + label::before, input.input-checkbox + label::before {
      height: 18px;
      width: 18px;
      border: 1px solid #111;
      border-radius: 100%;
      -webkit-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    input.input-radio + label::after, input.input-checkbox + label::after {
      content: "";
      opacity: 0;
      -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  input.input-radio:checked + label::after, input.input-checkbox:checked + label::after {
    opacity: 1; }
  input.input-radio:checked + label::before, input.input-checkbox:checked + label::before {
    border-color: #111;
    background-color: #111; }

input.input-checkbox + label::after, input.input-radio + label::after {
  height: 6px;
  width: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -4px;
  margin-left: 5px; }

input._input-radio + label::after {
  height: 8px;
  width: 8px;
  margin-top: 5px;
  margin-left: 5px;
  background: #fff;
  border-radius: 100%; }

label input.input-radio, label input.input-checkbox {
  position: relative;
  opacity: 1;
  width: auto;
  height: auto; }

/* 
  Classes and templates  ------------------------------------------------------------------
*/
.screen_reader {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

.quantity, .quantity > input {
  width: 4rem; }

button.search-toggle {
  border: none;
  border-radius: 0; }
  button.search-toggle:hover {
    background-color: transparent;
    color: #111; }

/* 
  Mediaqueries  ------------------------------------------------------------------
*/
button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled], a.button_disabled {
  color: #bebec4;
  border-bottom-color: #bebec4; }
  button[disabled]:hover, input[disabled]:hover, select[disabled]:hover, select[disabled] option:hover, select[disabled] optgroup:hover, textarea[disabled]:hover, a.button_disabled:hover {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    color: #bebec4;
    border-bottom-color: #bebec4; }

/* 
  Mediaqueries  ------------------------------------------------------------------
*/
@media all and (min-width: 37.5em) {
  .form-row-first inputinput:not([type=checkbox]), input.form-row-first, input.set-first {
    border-radius: 0 0 0 0;
    border-right: 0;
    float: left; }
  .form-row-last inputinput:not([type=checkbox]), input.form-row-last, input.set-last {
    border-radius: 0 0 0 0;
    float: left; } }

/* Grid ——————————————————————————————————*/
body .container {
  padding: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
  width: 100%; }
  @media all and (min-width: 6.25em) {
    body .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media all and (min-width: 37.5em) {
    body .container {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media all and (min-width: 50em) {
    body .container {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media all and (min-width: 75em) {
    body .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media all and (min-width: 93.75em) {
    body .container {
      padding-left: 7rem;
      padding-right: 7rem; } }

.grid {
  width: auto;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  box-sizing: border-box;
  margin-left: -1rem;
  margin-right: -1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media all and (min-width: 6.25em) {
    .grid {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  @media all and (min-width: 37.5em) {
    .grid {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media all and (min-width: 50em) {
    .grid {
      margin-left: -2.5rem;
      margin-right: -2.5rem; } }
  @media all and (min-width: 75em) {
    .grid {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media all and (min-width: 93.75em) {
    .grid {
      margin-left: -3.5rem;
      margin-right: -3.5rem; } }
  .grid.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .grid .col, .grid [class^="col-"], .grid .main, .grid .aside {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box; }
    @media all and (min-width: 6.25em) {
      .grid .col, .grid [class^="col-"], .grid .main, .grid .aside {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media all and (min-width: 37.5em) {
      .grid .col, .grid [class^="col-"], .grid .main, .grid .aside {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media all and (min-width: 50em) {
      .grid .col, .grid [class^="col-"], .grid .main, .grid .aside {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media all and (min-width: 75em) {
      .grid .col, .grid [class^="col-"], .grid .main, .grid .aside {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media all and (min-width: 93.75em) {
      .grid .col, .grid [class^="col-"], .grid .main, .grid .aside {
        padding-left: 3.5rem;
        padding-right: 3.5rem; } }
    .grid .col.span-2, .grid [class^="col-"].span-2, .grid .main.span-2, .grid .aside.span-2 {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .grid .col .content, .grid [class^="col-"] .content, .grid .main .content, .grid .aside .content {
      background: grey;
      margin-bottom: 1.4rem; }

@media all and (min-width: 37.5em) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .grid > .main {
      width: 66.6666666667%; }
    .grid > .aside {
      width: 33.3333333333%; }
    .grid .col {
      width: 50%; }
      .grid .col.span-2 {
        width: 100%; }
      .grid .col.span-3 {
        width: 150%; }
    .grid .col-1 {
      width: 8.3333333333%; }
    .grid .col-2 {
      width: 16.6666666667%; }
    .grid .col-3 {
      width: 25%; }
    .grid .col-4 {
      width: 33.3333333333%; }
    .grid .col-5 {
      width: 41.6666666667%; }
    .grid .col-6 {
      width: 50%; }
    .grid .col-7 {
      width: 58.3333333333%; }
    .grid .col-8 {
      width: 66.6666666667%; }
    .grid .col-9 {
      width: 75%; }
    .grid .col-10 {
      width: 83.3333333333%; }
    .grid .col-11 {
      width: 91.6666666667%; }
    .grid .col-12 {
      width: 100%; }
    .grid.cols-2 .col {
      -webkit-box-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
      width: 100%; }
    .grid.cols-3 .col {
      -webkit-box-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
      width: 50%; }
    .grid.cols-4 .col {
      -webkit-box-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
      width: 50%; }
    .grid.cols-6 .col {
      -webkit-box-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
      width: 33.3333333333%; }
    .grid.cols-8 .col {
      -webkit-box-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
      width: 25%; } }

@media all and (min-width: 50em) {
  .grid .col {
    width: 33.3333333333%; }
    .grid .col.span-2 {
      width: 66.6666666667%; }
    .grid .col.span-3 {
      width: 100%; }
  .grid .col-1 {
    width: 8.3333333333%; }
  .grid .col-2 {
    width: 16.6666666667%; }
  .grid .col-3 {
    width: 25%; }
  .grid .col-4 {
    width: 33.3333333333%; }
  .grid .col-5 {
    width: 41.6666666667%; }
  .grid .col-6 {
    width: 50%; }
  .grid .col-7 {
    width: 58.3333333333%; }
  .grid .col-8 {
    width: 66.6666666667%; }
  .grid .col-9 {
    width: 75%; }
  .grid .col-10 {
    width: 83.3333333333%; }
  .grid .col-11 {
    width: 91.6666666667%; }
  .grid .col-12 {
    width: 100%; }
  .grid.cols-2 .col {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 50%; }
    .grid.cols-2 .col.span-2 {
      width: 100%; }
    .grid.cols-2 .col.span-3 {
      width: 150%; }
  .grid.cols-3 .col {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 33.3333333333%; }
    .grid.cols-3 .col.span-2 {
      width: 66.6666666667%; }
    .grid.cols-3 .col.span-3 {
      width: 100%; }
  .grid.cols-4 .col {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 25%; }
    .grid.cols-4 .col.span-2 {
      width: 50%; }
    .grid.cols-4 .col.span-3 {
      width: 75%; }
  .grid.cols-6 .col {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 16.6666666667%; }
    .grid.cols-6 .col.span-2 {
      width: 33.3333333333%; }
    .grid.cols-6 .col.span-3 {
      width: 50%; }
  .grid.cols-8 .col {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 12.5%; }
    .grid.cols-8 .col.span-2 {
      width: 25%; }
    .grid.cols-8 .col.span-3 {
      width: 37.5%; } }

nav a, nav span {
  border-bottom: none; }

nav ul, ul.menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  nav ul li, ul.menu li {
    display: inline-block;
    margin-right: 1em; }

.current a, a.current, span.current, .is-active a {
  cursor: default;
  height: 0.5em;
  position: relative;
  color: #bebec4;
  opacity: 0;
  visibility: 0; }
  .current a:hover, a.current:hover, span.current:hover, .is-active a:hover {
    color: #bebec4; }

.nav-links {
  text-align: center; }
  .nav-links a.prev, .nav-links .nav-previous a {
    padding-left: 0; }
    .nav-links a.prev:before, .nav-links .nav-previous a:before {
      display: inline-block;
      font: normal normal normal 14px/1 "Black Tie";
      font-size: inherit;
      vertical-align: -14.2857142857%;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "";
      font-size: 14px;
      line-height: 1.4rem;
      padding-right: 0.5em; }
  .nav-links a.next, .nav-links .nav-next a {
    padding-right: 0; }
    .nav-links a.next:after, .nav-links .nav-next a:after {
      display: inline-block;
      font: normal normal normal 14px/1 "Black Tie";
      font-size: inherit;
      vertical-align: -14.2857142857%;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "";
      font-size: 14px;
      line-height: 1.4rem;
      padding-left: 0.5em; }
  .nav-links .current a, .nav-links a.current, .nav-links span.current {
    border-bottom: none;
    color: #bebec4; }

.post-navigation {
  text-align: center; }
  .post-navigation a {
    text-indent: -999px;
    position: relative;
    width: 1em;
    height: 1em;
    overflow: hidden; }
    .post-navigation a:after, .post-navigation a:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      padding: 0;
      text-indent: 0; }
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
  .post-navigation .nav-next {
    float: right;
    width: 50%; }

#navigation-container {
  padding: 2.8rem 0 0 0;
  background: #fff;
  width: 100%; }
  #navigation-container a, #navigation-container li {
    width: 100%;
    clear: both;
    margin: 0; }

html.initiated #navigation-container {
  display: none;
  padding-top: 3.15rem;
  padding-bottom: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%; }
  @media all and (min-width: 6.25em) {
    html.initiated #navigation-container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media all and (min-width: 37.5em) {
    html.initiated #navigation-container {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media all and (min-width: 50em) {
    html.initiated #navigation-container {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media all and (min-width: 75em) {
    html.initiated #navigation-container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media all and (min-width: 93.75em) {
    html.initiated #navigation-container {
      padding-left: 7rem;
      padding-right: 7rem; } }

html.initiated #nav-toggle {
  display: block; }

#menu-main-menu .current {
  display: none; }

#running-header.open {
  position: fixed !important;
  width: 100%; }
  #running-header.open #navigation-container {
    display: block; }
  #running-header.open #navigation-toggle:after {
    visibility: visible;
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem; }

._cart-contents, #primary-nav ul.menu {
  position: fixed;
  display: block;
  top: 50%;
  height-left: 1rem;
  height-right: 1rem;
  line-height-left: 1rem;
  line-height-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: auto;
  width: auto;
  white-space: nowrap; }
  @media all and (min-width: 6.25em) {
    ._cart-contents, #primary-nav ul.menu {
      height: 1.5rem; } }
  @media all and (min-width: 37.5em) {
    ._cart-contents, #primary-nav ul.menu {
      height: 2rem; } }
  @media all and (min-width: 50em) {
    ._cart-contents, #primary-nav ul.menu {
      height: 2.5rem; } }
  @media all and (min-width: 75em) {
    ._cart-contents, #primary-nav ul.menu {
      height: 3rem; } }
  @media all and (min-width: 93.75em) {
    ._cart-contents, #primary-nav ul.menu {
      height: 3.5rem; } }
  @media all and (min-width: 6.25em) {
    ._cart-contents, #primary-nav ul.menu {
      line-height: 1.5rem; } }
  @media all and (min-width: 37.5em) {
    ._cart-contents, #primary-nav ul.menu {
      line-height: 2rem; } }
  @media all and (min-width: 50em) {
    ._cart-contents, #primary-nav ul.menu {
      line-height: 2.5rem; } }
  @media all and (min-width: 75em) {
    ._cart-contents, #primary-nav ul.menu {
      line-height: 3rem; } }
  @media all and (min-width: 93.75em) {
    ._cart-contents, #primary-nav ul.menu {
      line-height: 3.5rem; } }
  @media all and (min-width: 6.25em) {
    ._cart-contents, #primary-nav ul.menu {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }
  @media all and (min-width: 37.5em) {
    ._cart-contents, #primary-nav ul.menu {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media all and (min-width: 50em) {
    ._cart-contents, #primary-nav ul.menu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  @media all and (min-width: 75em) {
    ._cart-contents, #primary-nav ul.menu {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  @media all and (min-width: 93.75em) {
    ._cart-contents, #primary-nav ul.menu {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }

#primary-nav ul.menu {
  left: 0;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(0, 50%);
       -o-transform: rotate(-90deg) translate(0, 50%);
          transform: rotate(-90deg) translate(0, 50%);
  z-index: 850; }

._cart-contents {
  right: 0;
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: rotate(90deg) translate(0, 50%);
       -o-transform: rotate(90deg) translate(0, 50%);
          transform: rotate(90deg) translate(0, 50%);
  z-index: 800; }

/* This is the clickable label */
#navigation-toggle {
  cursor: pointer;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  right: 0;
  top: 0;
  color: #111;
  z-index: 999;
  border: none;
  background: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media all and (min-width: 6.25em) {
    #navigation-toggle {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media all and (min-width: 37.5em) {
    #navigation-toggle {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media all and (min-width: 50em) {
    #navigation-toggle {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media all and (min-width: 75em) {
    #navigation-toggle {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media all and (min-width: 93.75em) {
    #navigation-toggle {
      padding-left: 7rem;
      padding-right: 7rem; } }
  @media all and (min-width: 6.25em) {
    #navigation-toggle {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media all and (min-width: 37.5em) {
    #navigation-toggle {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media all and (min-width: 50em) {
    #navigation-toggle {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media all and (min-width: 75em) {
    #navigation-toggle {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media all and (min-width: 93.75em) {
    #navigation-toggle {
      padding-top: 7rem;
      padding-bottom: 7rem; } }
  #navigation-toggle:hover {
    background: transparent;
    color: #111; }
  #navigation-toggle:active, #navigation-toggle:focus {
    border: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent; }
  #navigation-toggle:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    text-align: center;
    padding: 0;
    margin: 0; }

/* When it's checked replace the menu icon with a close icon */
html #navigation-toggle, html.initiated #navigation-toggle {
  display: none; }

html #navigation-container, html.initiated #navigation-container {
  padding: 0;
  display: block;
  min-height: none;
  background: transparent;
  width: auto;
  position: relative;
  left: auto;
  top: auto; }
  html #navigation-container a, html #navigation-container li, html.initiated #navigation-container a, html.initiated #navigation-container li {
    width: auto;
    float: inherit;
    clear: none; }

@media all and (min-width: 37.5em) {
  .post-navigation {
    text-align: center; }
    .post-navigation a {
      text-indent: 0;
      width: auto;
      height: auto; }
      .post-navigation a:after, .post-navigation a:before {
        position: relative;
        width: auto;
        height: auto; }
    .post-navigation .nav-previous {
      text-align: left; }
    .post-navigation .nav-next {
      text-align: right; } }

/* WP-Classes ——————————————————————————————————*/
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  height: auto; }

.alignleft,
.alignright {
  height: auto; }

.glide--slideshow {
  margin-bottom: 4.2rem; }
  .glide--slideshow .glide__arrows {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .glide--slideshow .glide__arrows .glide__arrow {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      height: 100%;
      width: 50%;
      border: none;
      border-radius: 0;
      opacity: 0;
      text-indent: -9999px;
      padding: 0;
      margin: 0;
      background: transparent; }
      .glide--slideshow .glide__arrows .glide__arrow:hover {
        background: transparent; }
      .glide--slideshow .glide__arrows .glide__arrow.prev {
        cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIlJREFUeNpiYKAyYCakQFleQUBIQOA4EP98//HDBULqmQgZBqT2A7EBEOcT40ImIg0DucyRGAMZiTXs7sMHH8gykBLDMAyk1DAUA6lhGNxAahkGNhDNMIoA0BGMTNTOKdT3Mk0ihSbJhiYJmyZZj1JDmfCkqQ/QEuYC1ND9FBVfWAydSIyBAAEGAOjAW1Al4rP0AAAAAElFTkSuQmCC") 10 0, w-resize; }
      .glide--slideshow .glide__arrows .glide__arrow.next {
        cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNpiYBgIoCyvkADE54FYgJBaJiLNzAdiAyDeT8hQYg10BOILxBjKSIK3QYbshxoKMtzx7sMHH8g2kFhDGcmIILyGMpIZ6zgNZaQgKWE1lBEq+Z8KyRVsKBO1MwFtvDygkULVZEPVhE3VrEesYaSUNkQZBgLMxJgmJCDwE0gpEDIMBAACDACuqlXZQa/X5AAAAABJRU5ErkJggg==") 10 0, e-resize; }
  .glide--slideshow .glide__track {
    margin: 0 !important;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0; }
  .glide--slideshow .glide__slide {
    margin-bottom: 0 !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .glide--slideshow .glide__slide figure, .glide--slideshow .glide__slide img {
      margin-bottom: 0; }
  .glide--slideshow .glide__bullets {
    position: absolute;
    height: auto;
    bottom: -2.8rem;
    left: auto; }
    .glide--slideshow .glide__bullets > * {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .glide--slideshow .glide__bullets .glide__bullet {
      background: transparent;
      border: none;
      border-radius: 0;
      width: auto;
      height: 2.8rem;
      padding: 0.7rem 0; }
      .glide--slideshow .glide__bullets .glide__bullet.active {
        cursor: default;
        color: transparent; }

/* 
 lightGallery.js  ------------------------------------------------------------------
*/
a[rel=image], .lightbox a {
  cursor: -moz-zoom-in;
  border-bottom: none;
  padding-bottom: 0; }

.lg-outer .lg-img-wrap {
  padding: 47px; }

.lg-outer .lg-actions .lg-next {
  right: 0; }

.lg-outer .lg-actions .lg-prev {
  left: 0; }

body {
  min-height: 100vh;
  background: #fff;
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden; }

html.js #document, html.js #running-footer {
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); }

html.js.initiated #document, html.js.initiated #running-footer {
  opacity: 1; }

#document {
  min-height: 80vh; }

#document, #running-footer {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  z-index: 100; }

/* Header & Footer ——————————————————————————————————*/
#running-header li, #running-footer li {
  display: inline-block;
  margin-right: 1em; }

/* Header ——————————————————————————————————*/
#running-header {
  z-index: 900;
  position: relative;
  top: 0;
  width: 100%; }
  #running-header .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #running-header div.col {
    -webkit-transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  #running-header.scrolled {
    pointer-events: none; }
    #running-header.scrolled #site-title {
      pointer-events: all; }
    #running-header.scrolled div.col {
      opacity: 0; }
    #running-header.scrolled.hover {
      pointer-events: all; }
      #running-header.scrolled.hover div.col {
        opacity: 1; }

#site-title:hover {
  border-bottom-color: transparent; }

#site-title, #tagline {
  text-align: center; }

#tagline.col {
  display: none; }

#brand-mark svg {
  margin-bottom: 0;
  height: 2.1rem;
  width: auto; }

#running-header .col, #running-footer .col {
  text-align: center; }
  #running-header .col:first-child, #running-footer .col:first-child {
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
  #running-header .col:last-child, #running-footer .col:last-child {
    padding-right: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right; }

/* Footer ——————————————————————————————————*/
#running-footer p:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

#running-footer .imprint {
  color: #bebec4;
  -webkit-font-smoothing: antialiased; }
  #running-footer .imprint a {
    color: #bebec4; }
    #running-footer .imprint a:hover {
      border-color: #111;
      color: #111; }

#running-footer .container {
  padding-top: 5.6rem !important; }

/* Content ——————————————————————————————————*/
#content, #content > div {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0; }

#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#page-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.3); }

body.loading {
  cursor: wait; }
  body.loading #page-overlay {
    z-index: 999;
    width: 100%;
    height: 100%; }

/* Breakpoints ——————————————————————————————————*/
@media all and (max-width: 37.4375em) {
  #running-header .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #running-header .grid .col {
      width: 16.6666666667%; }
      #running-header .grid .col.span-2 {
        width: 33.3333333333%; }
  #running-footer .col {
    margin-bottom: 1.4rem;
    text-align: center !important; } }

@media all and (min-width: 37.5em) {
  #running-header .container, #running-footer .container {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
  @media all and (min-width: 37.5em) and (min-width: 6.25em) {
    #running-header .container, #running-footer .container {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  @media all and (min-width: 37.5em) and (min-width: 37.5em) {
    #running-header .container, #running-footer .container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media all and (min-width: 37.5em) and (min-width: 50em) {
    #running-header .container, #running-footer .container {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  @media all and (min-width: 37.5em) and (min-width: 75em) {
    #running-header .container, #running-footer .container {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media all and (min-width: 37.5em) and (min-width: 93.75em) {
    #running-header .container, #running-footer .container {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }

@media all and (min-width: 50em) {
  #tagline.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* Pages ——————————————————————————————————*/
#content .page-template-template-page-text main.main {
  max-width: 50rem; }

#content .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem; }
  #content .page main.main {
    width: 100%;
    margin: 0 auto; }

.page-section {
  clear: both;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem; }

.page-template-template-page-sidebar main.main .grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-template-template-page-sidebar main.main .entry-content {
  margin-left: auto;
  margin-right: auto; }

/* Tinycme ——————————————————————————————————*/
body#tinymce {
  margin: 12px !important; }

/* 
  Global  ------------------------------------------------------------------
*/
span.count {
  font-size: 0.8rem;
  line-height: 1.4; }
  span.count a {
    color: #bebec4; }
    span.count a:hover {
      color: #111; }

.woocommerce-message, .woocommerce-error, .woocommerce-warning {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.7rem !important;
  z-index: 800;
  border-width: 0;
  margin-bottom: 1.4rem !important;
  overflow: hidden; }
  .woocommerce-message a, .woocommerce-error a, .woocommerce-warning a {
    border-width: 0 !important;
    padding: 0 !important;
    margin-left: 1em;
    margin-right: 0 !important;
    float: right; }
    .woocommerce-message a:hover, .woocommerce-error a:hover, .woocommerce-warning a:hover {
      color: inherit; }
  .woocommerce-message:before, .woocommerce-error:before, .woocommerce-warning:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    text-align: center;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    float: left;
    margin-right: 1em; }
  .woocommerce-message a, .woocommerce-message:before, .woocommerce-error a, .woocommerce-error:before, .woocommerce-warning a, .woocommerce-warning:before {
    border-radius: 0;
    background: transparent; }
    .woocommerce-message a:hover, .woocommerce-message:before:hover, .woocommerce-error a:hover, .woocommerce-error:before:hover, .woocommerce-warning a:hover, .woocommerce-warning:before:hover {
      background: transparent; }

@media all and (min-width: 37.5em) {
  .woocommerce-message a, .woocommerce-error a, .woocommerce-warning a {
    border-top: none;
    border-bottom: none; } }

.price ins {
  font-style: normal;
  text-decoration: none; }

.price del {
  font-size: 0.8rem;
  line-height: 1.4; }
  .price del a {
    color: #bebec4; }
    .price del a:hover {
      color: #111; }

.stock {
  font-size: 0.8rem;
  line-height: 1.4; }
  .stock a {
    color: #bebec4; }
    .stock a:hover {
      color: #111; }

.onsale {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 2px 4px;
  background: #111;
  color: #fff; }

.form-row {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  margin-bottom: 0.7rem; }
  .form-row input, .form-row textarea {
    width: 100%; }
  .form-row input[type="checkbox"], .form-row input[type="submit"], .form-row input.button {
    width: auto; }
  .form-row.form-row-wide, .form-row.notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .form-row.form-row-first {
    width: 50%;
    padding-right: 0.35rem; }
  .form-row.form-row-last {
    width: 50%;
    padding-left: 0.35rem; }

.cart_list {
  text-align: left; }
  .cart_list a {
    border-bottom: 0 !important; }

.woocommerce-cart ul.payment_methods, .woocommerce-checkout ul.payment_methods, .woocommerce-mini-cart ul.payment_methods, .woocommerce-account ul.payment_methods {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }
  .woocommerce-cart ul.payment_methods fieldset, .woocommerce-checkout ul.payment_methods fieldset, .woocommerce-mini-cart ul.payment_methods fieldset, .woocommerce-account ul.payment_methods fieldset {
    border: 1px solid #e0e4e8;
    border-radius: 4px;
    padding: 1.4rem 0.7rem; }
  .woocommerce-cart ul.payment_methods li:before, .woocommerce-checkout ul.payment_methods li:before, .woocommerce-mini-cart ul.payment_methods li:before, .woocommerce-account ul.payment_methods li:before {
    content: none !important;
    display: none !important; }
  .woocommerce-cart ul.payment_methods img, .woocommerce-checkout ul.payment_methods img, .woocommerce-mini-cart ul.payment_methods img, .woocommerce-account ul.payment_methods img {
    height: 1.05rem;
    width: auto;
    float: right; }
  .woocommerce-cart ul.payment_methods .payment_method_paypal img, .woocommerce-checkout ul.payment_methods .payment_method_paypal img, .woocommerce-mini-cart ul.payment_methods .payment_method_paypal img, .woocommerce-account ul.payment_methods .payment_method_paypal img {
    height: 2.45rem;
    margin: -0.525rem 0; }
  .woocommerce-cart ul.payment_methods .payment_method_paypal .about_paypal, .woocommerce-checkout ul.payment_methods .payment_method_paypal .about_paypal, .woocommerce-mini-cart ul.payment_methods .payment_method_paypal .about_paypal, .woocommerce-account ul.payment_methods .payment_method_paypal .about_paypal {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-left: 1em;
    white-space: nowrap; }
    .woocommerce-cart ul.payment_methods .payment_method_paypal .about_paypal a, .woocommerce-checkout ul.payment_methods .payment_method_paypal .about_paypal a, .woocommerce-mini-cart ul.payment_methods .payment_method_paypal .about_paypal a, .woocommerce-account ul.payment_methods .payment_method_paypal .about_paypal a {
      color: #bebec4; }
      .woocommerce-cart ul.payment_methods .payment_method_paypal .about_paypal a:hover, .woocommerce-checkout ul.payment_methods .payment_method_paypal .about_paypal a:hover, .woocommerce-mini-cart ul.payment_methods .payment_method_paypal .about_paypal a:hover, .woocommerce-account ul.payment_methods .payment_method_paypal .about_paypal a:hover {
        color: #111; }
  .woocommerce-cart ul.payment_methods .payment_method_paypal .payment_box, .woocommerce-checkout ul.payment_methods .payment_method_paypal .payment_box, .woocommerce-mini-cart ul.payment_methods .payment_method_paypal .payment_box, .woocommerce-account ul.payment_methods .payment_method_paypal .payment_box {
    margin-top: 0.7rem; }
  .woocommerce-cart ul.payment_methods .payment_method_square fieldset, .woocommerce-checkout ul.payment_methods .payment_method_square fieldset, .woocommerce-mini-cart ul.payment_methods .payment_method_square fieldset, .woocommerce-account ul.payment_methods .payment_method_square fieldset {
    margin-top: 0.7rem; }
  .woocommerce-cart ul.payment_methods .payment_method_square .form-row, .woocommerce-checkout ul.payment_methods .payment_method_square .form-row, .woocommerce-mini-cart ul.payment_methods .payment_method_square .form-row, .woocommerce-account ul.payment_methods .payment_method_square .form-row {
    float: left; }
  .woocommerce-cart ul.payment_methods > li, .woocommerce-checkout ul.payment_methods > li, .woocommerce-mini-cart ul.payment_methods > li, .woocommerce-account ul.payment_methods > li {
    padding: 0.35rem 0 0.35rem 0;
    border-bottom: 1px solid #e0e4e8;
    margin: 1.4rem 0;
    border-radius: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .woocommerce-cart ul.payment_methods > li:first-child, .woocommerce-checkout ul.payment_methods > li:first-child, .woocommerce-mini-cart ul.payment_methods > li:first-child, .woocommerce-account ul.payment_methods > li:first-child {
      margin-top: 0; }
    .woocommerce-cart ul.payment_methods > li label, .woocommerce-checkout ul.payment_methods > li label, .woocommerce-mini-cart ul.payment_methods > li label, .woocommerce-account ul.payment_methods > li label {
      font-style: normal;
      width: 95%; }
    .woocommerce-cart ul.payment_methods > li p, .woocommerce-checkout ul.payment_methods > li p, .woocommerce-mini-cart ul.payment_methods > li p, .woocommerce-account ul.payment_methods > li p {
      font-size: 0.8rem;
      line-height: 1.4; }
    .woocommerce-cart ul.payment_methods > li:first-child, .woocommerce-checkout ul.payment_methods > li:first-child, .woocommerce-mini-cart ul.payment_methods > li:first-child, .woocommerce-account ul.payment_methods > li:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin-bottom: 0; }
    .woocommerce-cart ul.payment_methods > li:last-child, .woocommerce-checkout ul.payment_methods > li:last-child, .woocommerce-mini-cart ul.payment_methods > li:last-child, .woocommerce-account ul.payment_methods > li:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .woocommerce-cart ul.payment_methods > li:not(:first-child), .woocommerce-checkout ul.payment_methods > li:not(:first-child), .woocommerce-mini-cart ul.payment_methods > li:not(:first-child), .woocommerce-account ul.payment_methods > li:not(:first-child) {
      border-top-width: 0;
      margin-top: 0; }

@media all and (min-width: 37.5em) {
  .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    box-sizing: border-box;
    margin-left: -1rem;
    margin-right: -1rem; } }
  @media all and (min-width: 37.5em) and (min-width: 6.25em) {
    .col2-set {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  @media all and (min-width: 37.5em) and (min-width: 37.5em) {
    .col2-set {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media all and (min-width: 37.5em) and (min-width: 50em) {
    .col2-set {
      margin-left: -2.5rem;
      margin-right: -2.5rem; } }
  @media all and (min-width: 37.5em) and (min-width: 75em) {
    .col2-set {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media all and (min-width: 37.5em) and (min-width: 93.75em) {
    .col2-set {
      margin-left: -3.5rem;
      margin-right: -3.5rem; } }

@media all and (min-width: 37.5em) {
    .col2-set > div {
      padding-left: 1rem;
      padding-right: 1rem;
      box-sizing: border-box;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
    @media all and (min-width: 37.5em) and (min-width: 6.25em) {
      .col2-set > div {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media all and (min-width: 37.5em) and (min-width: 37.5em) {
      .col2-set > div {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media all and (min-width: 37.5em) and (min-width: 50em) {
      .col2-set > div {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media all and (min-width: 37.5em) and (min-width: 75em) {
      .col2-set > div {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media all and (min-width: 37.5em) and (min-width: 93.75em) {
      .col2-set > div {
        padding-left: 3.5rem;
        padding-right: 3.5rem; } }

/* 
  Product Archive  ------------------------------------------------------------------
*/
.grid.products {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .grid.products .product {
    text-align: center;
    margin-top: 4.2rem;
    margin-bottom: 2.8rem; }
    .grid.products .product h1 {
      font-size: 1em;
      margin-bottom: 0; }
      .grid.products .product h1 span {
        font-style: italic; }
    .grid.products .product .price {
      opacity: 0;
      display: block; }
    .grid.products .product a:hover {
      color: #111; }
      .grid.products .product a:hover .price {
        opacity: 1; }

.archive .grid.products .product a {
  position: relative;
  display: block;
  border-bottom: none; }

.archive .grid.products .product figure {
  position: relative;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 139%;
  overflow: hidden; }
  .archive .grid.products .product figure img {
    position: absolute;
    top: 0;
    left: 0; }

.archive .grid.products .product.has-secondary-image img {
  outline: 1px solid transparent; }

.archive .grid.products .product.has-secondary-image figure {
  z-index: 10; }
  .archive .grid.products .product.has-secondary-image figure.secondary-image {
    position: absolute;
    z-index: 5;
    visibility: hidden;
    width: 100%;
    top: 0;
    left: 0; }

.archive .grid.products .product.has-secondary-image a:hover figure {
  visibility: hidden; }
  .archive .grid.products .product.has-secondary-image a:hover figure.secondary-image {
    visibility: visible; }

/* 
  Single Product  ------------------------------------------------------------------
*/
.stock.in-stock {
  display: none; }

.reset_variations {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  left: -9999px; }

#content > .single-product #product-content {
  position: relative; }
  #content > .single-product #product-content .zoom-media {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 500;
    cursor: pointer;
    width: var(1);
    text-align: center;
    padding: 0.35rem;
    margin-left: 1rem;
    margin-right: 1rem; }
    @media all and (min-width: 6.25em) {
      #content > .single-product #product-content .zoom-media {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
    @media all and (min-width: 37.5em) {
      #content > .single-product #product-content .zoom-media {
        margin-left: 2rem;
        margin-right: 2rem; } }
    @media all and (min-width: 50em) {
      #content > .single-product #product-content .zoom-media {
        margin-left: 2.5rem;
        margin-right: 2.5rem; } }
    @media all and (min-width: 75em) {
      #content > .single-product #product-content .zoom-media {
        margin-left: 3rem;
        margin-right: 3rem; } }
    @media all and (min-width: 93.75em) {
      #content > .single-product #product-content .zoom-media {
        margin-left: 3.5rem;
        margin-right: 3.5rem; } }
    #content > .single-product #product-content .zoom-media:after {
      display: inline-block;
      font: normal normal normal 14px/1 "Black Tie";
      font-size: inherit;
      vertical-align: -14.2857142857%;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "";
      font-size: 14px;
      line-height: 1.4rem; }
  #content > .single-product #product-content.zoom .zoom-media:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem; }

#content > .single-product .product-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#content > .single-product .entry-media figure {
  line-height: 0;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#content > .single-product section {
  padding-top: 0;
  padding-bottom: 0; }

#content > .single-product .hentry > * {
  width: 100%;
  clear: both; }

#content > .single-product p.price {
  margin-bottom: 0;
  margin-top: 1.4rem; }

#content > .single-product form.cart, #content > .single-product .variations_button {
  padding-top: 1.4rem; }

#content > .single-product .variations_button, #content > .single-product .product-type-simple form.cart {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#content > .single-product .quantity {
  margin-right: 0;
  display: none; }
  #content > .single-product .quantity input {
    margin-right: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

#content > .single-product .single_add_to_cart_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

#content > .single-product .product_meta {
  display: none;
  width: 100%;
  clear: both;
  padding-top: 1.4rem; }

#content > .single-product .onsale {
  top: 1.4rem;
  right: auto; }

#content > .single-product table.variations {
  table-layout: fixed;
  border-bottom: 1px solid #111; }
  #content > .single-product table.variations td {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #111; }
    #content > .single-product table.variations td.label {
      width: 30%; }
    #content > .single-product table.variations td.value {
      width: 70%; }
  #content > .single-product table.variations input, #content > .single-product table.variations select, #content > .single-product table.variations .select2-container .select2-selection {
    border-radius: 0;
    border-width: 0; }

#content > .single-product .product-navigation {
  position: relative;
  width: 100%; }
  #content > .single-product .product-navigation .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #content > .single-product .product-navigation .grid .col {
      width: 50%;
      position: relative;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      #content > .single-product .product-navigation .grid .col a {
        display: block;
        border-bottom: none; }
      #content > .single-product .product-navigation .grid .col figure {
        line-height: 0; }

.comment-form-rating > label, .comment-form-rating > p {
  display: table-cell;
  padding-bottom: 0;
  vertical-align: middle;
  padding-right: 1em; }

@media all and (min-width: 37.5em) {
  #content > .single-product .entry-media {
    margin-left: auto;
    margin-right: auto; }
    #content > .single-product .entry-media .glide--slideshow {
      margin-bottom: 0; }
    #content > .single-product .entry-media .glide__bullets {
      width: auto;
      left: 100%;
      bottom: 0;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-right: 0;
      white-space: nowrap;
      text-align: left; } }
    @media all and (min-width: 37.5em) and (min-width: 6.25em) {
      #content > .single-product .entry-media .glide__bullets {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media all and (min-width: 37.5em) and (min-width: 37.5em) {
      #content > .single-product .entry-media .glide__bullets {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media all and (min-width: 37.5em) and (min-width: 50em) {
      #content > .single-product .entry-media .glide__bullets {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media all and (min-width: 37.5em) and (min-width: 75em) {
      #content > .single-product .entry-media .glide__bullets {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media all and (min-width: 37.5em) and (min-width: 93.75em) {
      #content > .single-product .entry-media .glide__bullets {
        padding-left: 7rem;
        padding-right: 7rem; } }

@media all and (min-width: 37.5em) {
  #content > .single-product .product-navigation {
    margin-top: 4.2rem; }
    #content > .single-product .product-navigation .grid .col.previous .entry-title:before {
      display: inline-block;
      font: normal normal normal 14px/1 "Black Tie";
      font-size: inherit;
      vertical-align: -14.2857142857%;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "";
      font-size: 14px;
      line-height: 1.4rem;
      display: inline-block;
      margin-right: 0.5em; }
    #content > .single-product .product-navigation .grid .col.next {
      margin-left: auto; }
      #content > .single-product .product-navigation .grid .col.next .entry-title:after {
        display: inline-block;
        font: normal normal normal 14px/1 "Black Tie";
        font-size: inherit;
        vertical-align: -14.2857142857%;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "";
        font-size: 14px;
        line-height: 1.4rem;
        line-height: 1;
        font-size: 0.9em;
        display: inline-block;
        margin-left: 0.5em; }
    #content > .single-product .product-navigation .grid .col > div, #content > .single-product .product-navigation .grid .col figure {
      max-width: 16.8rem;
      margin: 0 auto; }
    #content > .single-product .product-navigation .grid .col .entry-summary {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1; }
      #content > .single-product .product-navigation .grid .col .entry-summary > h1 {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
    #content > .single-product .product-navigation .grid .col figure {
      z-index: 2;
      position: relative;
      opacity: 0; }
    #content > .single-product .product-navigation .grid .col a:hover h1 {
      color: #111 !important; }
    #content > .single-product .product-navigation .grid .col a:hover .entry-summary {
      opacity: 0; }
    #content > .single-product .product-navigation .grid .col a:hover figure {
      opacity: 1;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0); }
    #content > .single-product .product-navigation > nav {
      position: relative; }
      #content > .single-product .product-navigation > nav:after {
        content: none;
        display: none;
        position: absolute;
        height: 100%;
        width: 1px;
        background: #e0e4e8;
        left: 50%;
        top: 0; }
    #content > .single-product .product-navigation .products.related h2 {
      display: none; }
    #content > .single-product .product-navigation .products.related .col {
      position: absolute;
      top: 0;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-align: center; } }

/* 
  Cart  ------------------------------------------------------------------
*/
.cart_item a {
  border-bottom: none; }

.woocommerce-cart a.remove, .woocommerce-checkout a.remove, .woocommerce-mini-cart a.remove {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  text-indent: -9999px;
  width: 20px;
  display: inline-block;
  text-align: left;
  position: relative; }
  .woocommerce-cart a.remove:after, .woocommerce-checkout a.remove:after, .woocommerce-mini-cart a.remove:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    display: inline-block;
    position: absolute;
    text-indent: 0;
    right: 0;
    left: 0; }

.woocommerce-cart #mini-cart-toggle, .woocommerce-checkout #mini-cart-toggle {
  display: none; }

.woocommerce-cart #content .main, .woocommerce-checkout #content .main {
  margin: 0 auto;
  margin-bottom: 1.4rem; }
  .woocommerce-cart #content .main .entry-content, .woocommerce-checkout #content .main .entry-content {
    width: 100% !important;
    padding: 0 !important; }
  @media screen and (min-width: small) {
    .woocommerce-cart #content .main:before, .woocommerce-checkout #content .main:before {
      content: "";
      width: 100%;
      float: left;
      display: block;
      clear: both;
      padding-bottom: 1.4rem; }
    .woocommerce-cart #content .main .section-header, .woocommerce-checkout #content .main .section-header {
      position: absolute;
      top: 0;
      padding-top: 1.4rem; } }

.woocommerce-cart tbody, .woocommerce-checkout tbody {
  border-bottom: 0; }

.woocommerce-cart ul, .woocommerce-cart ol, .woocommerce-checkout ul, .woocommerce-checkout ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  .woocommerce-cart ul li:before, .woocommerce-cart ol li:before, .woocommerce-checkout ul li:before, .woocommerce-checkout ol li:before {
    content: none !important;
    display: none !important; }

.woocommerce-cart button.alt, .woocommerce-cart .button.alt, .woocommerce-checkout button.alt, .woocommerce-checkout .button.alt {
  font-size: 1.3rem;
  line-height: 1.4; }

.woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop {
  text-align: center; }

.woocommerce-cart .entry-content.col_1, .woocommerce-cart .container > nav.entry-content {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-cart article {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.woocommerce-cart .woocommerce > ul, .woocommerce-cart .woocommerce > p {
  padding-bottom: 1.4rem; }

.woocommerce-cart table.cart .product-thumbnail {
  line-height: 0; }
  .woocommerce-cart table.cart .product-thumbnail a {
    border-bottom: none; }
  .woocommerce-cart table.cart .product-thumbnail img {
    max-height: 4.2rem;
    min-width: 0;
    margin-bottom: 0; }

.woocommerce-cart table.cart .product-subtotal {
  text-align: right; }

.woocommerce-cart table.cart .quantity {
  display: inline-block; }
  .woocommerce-cart table.cart .quantity label {
    display: none; }

.woocommerce-cart .actions > input[type=submit], .woocommerce-cart .actions button {
  float: right; }

.woocommerce-cart .actions .coupon {
  margin-bottom: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-cart .actions .coupon input {
    box-sizing: border-box; }
    .woocommerce-cart .actions .coupon input.input-text {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none; }
    .woocommerce-cart .actions .coupon input.button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .woocommerce-cart .actions .coupon label {
    display: none; }

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  clear: both; }
  .woocommerce-cart .cart-collaterals .cart_totals > table {
    padding: 0; }
    .woocommerce-cart .cart-collaterals .cart_totals > table tr {
      vertical-align: top; }
  .woocommerce-cart .cart-collaterals .cart_totals tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals tr:first-child th {
    border-top: 0;
    padding-top: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals td {
    text-align: right; }

.woocommerce-cart .shipping-calculator-form {
  width: 100%;
  float: right;
  text-align: left; }
  .woocommerce-cart .shipping-calculator-form input, .woocommerce-cart .shipping-calculator-form select {
    width: 100%; }
  .woocommerce-cart .shipping-calculator-form .button {
    float: right; }
  .woocommerce-cart .shipping-calculator-form .form-row {
    margin-bottom: 0; }
    .woocommerce-cart .shipping-calculator-form .form-row input, .woocommerce-cart .shipping-calculator-form .form-row select, .woocommerce-cart .shipping-calculator-form .form-row .select2-container .select2-selection {
      border-radius: 0;
      margin-bottom: -1px; }
    .woocommerce-cart .shipping-calculator-form .form-row:first-child input, .woocommerce-cart .shipping-calculator-form .form-row:first-child select, .woocommerce-cart .shipping-calculator-form .form-row:first-child .select2-container .select2-selection {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .woocommerce-cart .shipping-calculator-form .form-row:nth-last-child(4) {
      margin-bottom: 0.7rem; }
      .woocommerce-cart .shipping-calculator-form .form-row:nth-last-child(4) input, .woocommerce-cart .shipping-calculator-form .form-row:nth-last-child(4) select, .woocommerce-cart .shipping-calculator-form .form-row:nth-last-child(4) .select2-container .select2-selection {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right; }

@media all and (min-width: 37.5em) {
  .woocommerce-cart .actions .coupon {
    width: 70%;
    float: left; }
    .woocommerce-cart .actions .coupon input, .woocommerce-cart .actions .coupon button {
      max-width: 12.5rem; }
  .woocommerce-cart .shipping-calculator-form {
    max-width: 25rem; } }

@media all and (max-width: 37.4375em) {
  .woocommerce-cart table.shop_table tr {
    position: relative;
    border-top: 1px solid #e0e4e8;
    float: left;
    display: block; }
    .woocommerce-cart table.shop_table tr td {
      width: 100%;
      display: block;
      float: right; }
  .woocommerce-cart table.shop_table tr.cart_item td, .woocommerce-cart table.shop_table tr.cart_item th {
    width: 80%;
    text-align: right;
    margin-bottom: 0.7rem;
    box-sizing: border-box; }
  .woocommerce-cart table.shop_table tr.cart_item .product-thumbnail {
    width: 20%;
    float: left; }
    .woocommerce-cart table.shop_table tr.cart_item .product-thumbnail img {
      max-height: none; }
  .woocommerce-cart table.shop_table tr.cart_item .product-subtotal {
    display: none; }
  .woocommerce-cart table.shop_table tr.cart_item .product-remove {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: visible; }
  .woocommerce-cart table.shop_table tr.cart_item .product-name {
    padding-right: 2rem; }
  .woocommerce-cart .cart_totals th {
    width: 30%;
    position: absolute; } }

/* 
  Checkout  ------------------------------------------------------------------
*/
.woocommerce-checkout form.checkout > div {
  margin-bottom: 2.8rem; }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .checkout_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  box-sizing: border-box; }

.woocommerce-checkout .woocommerce-info {
  text-align: left;
  padding-bottom: 1.4rem; }

.woocommerce-checkout .checkout_coupon {
  display: block;
  padding-bottom: 1.4rem; }
  .woocommerce-checkout .checkout_coupon .form-row {
    display: inline; }
    .woocommerce-checkout .checkout_coupon .form-row.form-row-first, .woocommerce-checkout .checkout_coupon .form-row.form-row-last, .woocommerce-checkout .checkout_coupon .form-row input {
      width: auto; }

.woocommerce-checkout .new-coupon, .woocommerce-checkout .place-order, .woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 1.4rem; }

.woocommerce-checkout #payment .form-row.terms {
  margin-bottom: 1.4rem; }

.woocommerce-checkout .woocommerce-terms-and-conditions {
  margin: 0.7rem 0;
  padding: 0.7rem;
  background: #f7f8f9;
  font-size: 0.8em; }

@media all and (min-width: 37.5em) {
  .woocommerce-checkout table.shop_table td, .woocommerce-checkout table.shop_table th {
    width: 50%; }
  .woocommerce-checkout table.shop_table .product-thumbnail {
    width: 30%; } }

@media all and (min-width: 50em) {
  .woocommerce-checkout #order_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    box-sizing: border-box;
    margin-left: -1rem;
    margin-right: -1rem; } }
  @media all and (min-width: 50em) and (min-width: 6.25em) {
    .woocommerce-checkout #order_review {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  @media all and (min-width: 50em) and (min-width: 37.5em) {
    .woocommerce-checkout #order_review {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media all and (min-width: 50em) and (min-width: 50em) {
    .woocommerce-checkout #order_review {
      margin-left: -2.5rem;
      margin-right: -2.5rem; } }
  @media all and (min-width: 50em) and (min-width: 75em) {
    .woocommerce-checkout #order_review {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media all and (min-width: 50em) and (min-width: 93.75em) {
    .woocommerce-checkout #order_review {
      margin-left: -3.5rem;
      margin-right: -3.5rem; } }

@media all and (min-width: 50em) {
  .woocommerce-checkout .shop_table, .woocommerce-checkout #payment {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box; } }
  @media all and (min-width: 50em) and (min-width: 6.25em) {
    .woocommerce-checkout .shop_table, .woocommerce-checkout #payment {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media all and (min-width: 50em) and (min-width: 37.5em) {
    .woocommerce-checkout .shop_table, .woocommerce-checkout #payment {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (min-width: 50em) and (min-width: 50em) {
    .woocommerce-checkout .shop_table, .woocommerce-checkout #payment {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media all and (min-width: 50em) and (min-width: 75em) {
    .woocommerce-checkout .shop_table, .woocommerce-checkout #payment {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media all and (min-width: 50em) and (min-width: 93.75em) {
    .woocommerce-checkout .shop_table, .woocommerce-checkout #payment {
      padding-left: 3.5rem;
      padding-right: 3.5rem; } }

#order_review_heading {
  margin-top: 1.4rem;
  padding-top: 4.2rem;
  border-top: 1px solid #e0e4e8; }

/* 
Order Recieved  ------------------------------------------------------------------
*/
.woocommerce-order-received .woocommerce-order-overview, .woocommerce-order-received .woocommerce-order-details {
  margin-bottom: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #e0e4e8; }

@media all and (min-width: 50em) {
  body.woocommerce-order-received .woocommerce-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    body.woocommerce-order-received .woocommerce-order > * {
      width: 100%; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-details__title {
      width: 100%; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
      width: 50%;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      box-sizing: border-box; } }
    @media all and (min-width: 50em) and (min-width: 6.25em) {
      body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media all and (min-width: 50em) and (min-width: 37.5em) {
      body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media all and (min-width: 50em) and (min-width: 50em) {
      body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media all and (min-width: 50em) and (min-width: 75em) {
      body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media all and (min-width: 50em) and (min-width: 93.75em) {
      body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
        padding-left: 3.5rem;
        padding-right: 3.5rem; } }

@media all and (min-width: 50em) {
      body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .shop_table, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details .shop_table {
        width: 100%;
        padding: 0; }
      body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .col2-set .col, body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details .col2-set .col {
        padding: 0; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
      padding-right: 0; }
    body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
      padding-left: 0; } }

/* 
My Account  ------------------------------------------------------------------
*/
.woocommerce-form-login {
  padding: 1.4rem;
  border-radius: 0;
  max-width: 25rem;
  margin: 0 auto;
  border: 1px solid #e0e4e8;
  text-align: center;
  margin-bottom: 4.2rem; }
  .woocommerce-form-login .form-row, .woocommerce-form-login .form-row-first, .woocommerce-form-login .form-row-last {
    width: 100% !important;
    clear: both !important;
    padding: 0 !important; }
  .woocommerce-form-login label {
    margin-top: 0.7rem; }

.lost_password {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #bebec4; }

.woocommerce-lost-password main.main {
  padding: 1.4rem;
  border-radius: 0;
  max-width: 25rem;
  margin: 0 auto;
  border: 1px solid #e0e4e8;
  text-align: center; }

.woocommerce-account main.main {
  padding: 1.4rem;
  border-radius: 0;
  max-width: 25rem;
  margin: 0 auto;
  border: 1px solid #e0e4e8;
  width: 50rem;
  max-width: 50rem;
  text-align: center;
  min-height: 400px; }
  .woocommerce-account main.main nav {
    padding: 0 0 1.4rem 0;
    margin: 0 -1.4rem 1.4rem -1.4rem;
    border-bottom: 1px solid #e0e4e8; }
    .woocommerce-account main.main nav a {
      border-bottom: none; }

.woocommerce-account .woocommerce-address-fields__field-wrapper, .woocommerce-account .edit-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  box-sizing: border-box; }
  .woocommerce-account .woocommerce-address-fields__field-wrapper fieldset, .woocommerce-account .edit-account fieldset {
    width: 100%; }

.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info {
  background: 0;
  color: inherit;
  padding: 0 0 2.8rem 0 !important;
  position: relative; }
  .woocommerce-account .woocommerce-message:after, .woocommerce-account .woocommerce-info:after {
    content: none;
    display: none; }
  .woocommerce-account .woocommerce-message a, .woocommerce-account .woocommerce-info a {
    border: 1px solid #e0e4e8;
    border-color: #e0e4e8 !important;
    padding: 0.42rem 0.7rem 0.28rem 0.7rem !important;
    border-radius: 0 !important;
    float: none;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    white-space: nowrap;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

/* 
Mini Cart Widget  ------------------------------------------------------------------
*/
#running-header .widget_shopping_cart h3 {
  display: none; }

#running-header .widget_shopping_cart a.cart-contents {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 0; }
  #running-header .widget_shopping_cart a.cart-contents span {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 10px;
    text-align: center;
    margin: 0; }
  #running-header .widget_shopping_cart a.cart-contents span, #running-header .widget_shopping_cart a.cart-contents:after {
    color: #bebec4; }
  #running-header .widget_shopping_cart a.cart-contents:hover span, #running-header .widget_shopping_cart a.cart-contents:hover:after {
    color: #111; }

#running-header .widget_shopping_cart .cart_list_con, #running-header .widget_shopping_cart .cart_list_con.open {
  display: none; }

#running-header .widget_shopping_cart .total strong {
  display: none; }

@media all and (min-width: 37.5em) {
  #running-header .widget_shopping_cart a.cart-contents span {
    width: 15px; }
  #running-header .widget_shopping_cart.full a.cart-contents:hover {
    color: #111;
    cursor: pointer; }
  #running-header .widget_shopping_cart .cart_list_con {
    display: none; }
    #running-header .widget_shopping_cart .cart_list_con .product_list_widget {
      display: table;
      width: 100%;
      padding-right: 0;
      border-top: 1px solid #e0e4e8; }
    #running-header .widget_shopping_cart .cart_list_con .buttons {
      display: inline-block; }
      #running-header .widget_shopping_cart .cart_list_con .buttons a {
        float: left; }
        #running-header .widget_shopping_cart .cart_list_con .buttons a.checkout {
          float: right; }
    #running-header .widget_shopping_cart .cart_list_con .total {
      float: right;
      text-align: right; }
      #running-header .widget_shopping_cart .cart_list_con .total .label {
        display: none; }
    #running-header .widget_shopping_cart .cart_list_con ul.cart_list {
      padding: 0;
      margin: 0 0 1.4rem; }
      #running-header .widget_shopping_cart .cart_list_con ul.cart_list a, #running-header .widget_shopping_cart .cart_list_con ul.cart_list li {
        float: none; }
      #running-header .widget_shopping_cart .cart_list_con ul.cart_list a:not(.button) {
        padding: 0; }
    #running-header .widget_shopping_cart .cart_list_con li {
      padding: 1.4rem 0;
      border-bottom: 1px solid #e0e4e8;
      width: 100%;
      box-sizing: border-box; }
    #running-header .widget_shopping_cart .cart_list_con .mini_cart_item {
      display: table; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item p {
        padding-bottom: 0; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item > * {
        display: table-cell;
        vertical-align: middle;
        padding-right: 1em; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item .remove {
        width: 1em; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item > .quantity {
        width: 30%;
        text-align: right;
        padding-right: 0; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item .variation {
        display: none;
        width: 0%; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item dl {
        white-space: nowrap;
        padding-top: 0;
        padding-bottom: 0; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item dt, #running-header .widget_shopping_cart .cart_list_con .mini_cart_item dd {
        display: inline; }
      #running-header .widget_shopping_cart .cart_list_con .mini_cart_item img {
        margin-bottom: 0;
        max-height: 4.2rem;
        display: inline-block;
        vertical-align: middle;
        padding: 0 1em; }
  body.cart-open {
    background-color: #333 !important;
    position: fixed; }
    body.cart-open #content figure {
      background: #000; }
      body.cart-open #content figure img {
        visibility: hidden; }
    body.cart-open #running-header .widget_shopping_cart_content {
      position: fixed;
      overflow-y: auto;
      width: 100%;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background: transparent;
      box-sizing: border-box;
      z-index: 990;
      top: 0;
      right: 0;
      height: 100%;
      min-height: 100%;
      color: #111; }
      body.cart-open #running-header .widget_shopping_cart_content a {
        color: #111; }
        body.cart-open #running-header .widget_shopping_cart_content a:hover {
          color: #111; }
      body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
        display: block !important;
        width: 50%;
        min-height: 100%;
        box-sizing: border-box;
        background: #fff;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: absolute;
        top: 0;
        right: 0; } }
      @media all and (min-width: 37.5em) and (min-width: 6.25em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-top: 3rem;
          padding-bottom: 3rem; } }
      @media all and (min-width: 37.5em) and (min-width: 37.5em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-top: 4rem;
          padding-bottom: 4rem; } }
      @media all and (min-width: 37.5em) and (min-width: 50em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-top: 5rem;
          padding-bottom: 5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 75em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-top: 6rem;
          padding-bottom: 6rem; } }
      @media all and (min-width: 37.5em) and (min-width: 93.75em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-top: 7rem;
          padding-bottom: 7rem; } }
      @media all and (min-width: 37.5em) and (min-width: 6.25em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 37.5em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-left: 2rem;
          padding-right: 2rem; } }
      @media all and (min-width: 37.5em) and (min-width: 50em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 75em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-left: 3rem;
          padding-right: 3rem; } }
      @media all and (min-width: 37.5em) and (min-width: 93.75em) {
        body.cart-open #running-header .widget_shopping_cart_content .cart_list_con {
          padding-left: 3.5rem;
          padding-right: 3.5rem; } }

@media all and (min-width: 37.5em) {
      body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
        position: absolute;
        top: 0.7rem;
        right: 0;
        z-index: 900;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem; } }
      @media all and (min-width: 37.5em) and (min-width: 6.25em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-top: 1.5rem;
          margin-bottom: 1.5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 37.5em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-top: 2rem;
          margin-bottom: 2rem; } }
      @media all and (min-width: 37.5em) and (min-width: 50em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-top: 2.5rem;
          margin-bottom: 2.5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 75em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-top: 3rem;
          margin-bottom: 3rem; } }
      @media all and (min-width: 37.5em) and (min-width: 93.75em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-top: 3.5rem;
          margin-bottom: 3.5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 6.25em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-left: 1.5rem;
          margin-right: 1.5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 37.5em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-left: 2rem;
          margin-right: 2rem; } }
      @media all and (min-width: 37.5em) and (min-width: 50em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-left: 2.5rem;
          margin-right: 2.5rem; } }
      @media all and (min-width: 37.5em) and (min-width: 75em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-left: 3rem;
          margin-right: 3rem; } }
      @media all and (min-width: 37.5em) and (min-width: 93.75em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents {
          margin-left: 3.5rem;
          margin-right: 3.5rem; } }

@media all and (min-width: 37.5em) {
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents:after {
          visibility: visible;
          display: inline-block;
          font: normal normal normal 14px/1 "Black Tie";
          font-size: inherit;
          vertical-align: -14.2857142857%;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
               -o-transform: translate(0, 0);
                  transform: translate(0, 0);
          content: "";
          font-size: 14px;
          line-height: 1.4rem;
          width: 15px;
          font-size: 0.8rem;
          line-height: 1.4;
          text-align: center;
          cursor: pointer; }
          body.cart-open #running-header .widget_shopping_cart_content a.cart-contents:after a {
            color: #bebec4; }
            body.cart-open #running-header .widget_shopping_cart_content a.cart-contents:after a:hover {
              color: #111; }
        body.cart-open #running-header .widget_shopping_cart_content a.cart-contents span {
          display: none; } }

/**
	 * Star ratings  ------------------------------------------------------------------
*/
.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  width: 85px; }
  .star-rating:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    content: "\f006 \f006 \f006 \f006 \f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 1px;
    font-size: 17px;
    color: #bebec4; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: bold !important;
    content: "\f005 \f005 \f005 \f005 \f005";
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing: 1px;
    font-size: 17px;
    color: #bebec4; }

.woocommerce-product-rating {
  line-height: 2;
  display: block; }
  .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left; }

.products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none; }

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  line-height: 1; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-indent: 0;
    color: #bebec4;
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem; }
  p.stars a:hover ~ a:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.2857142857%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: bold !important; }

p.stars:hover a:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.2857142857%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 14px;
  line-height: 1.4rem; }

p.stars a.active:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.2857142857%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 14px;
  line-height: 1.4rem; }

p.stars a.active ~ a:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.2857142857%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 14px;
  line-height: 1.4rem;
  font-weight: bold !important; }

p.stars a:not(.active):before {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.2857142857%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 14px;
  line-height: 1.4rem; }
